@charset "UTF-8";
/* open-sans-300 - hebrew_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v43-hebrew_latin-300.woff2") format("woff2"), url("../fonts/open-sans-v43-hebrew_latin-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* open-sans-regular - hebrew_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v43-hebrew_latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v43-hebrew_latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* open-sans-500 - hebrew_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v43-hebrew_latin-500.woff2") format("woff2"), url("../fonts/open-sans-v43-hebrew_latin-500.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* open-sans-600 - hebrew_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v43-hebrew_latin-600.woff2") format("woff2"), url("../fonts/open-sans-v43-hebrew_latin-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* open-sans-700 - hebrew_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v43-hebrew_latin-700.woff2") format("woff2"), url("../fonts/open-sans-v43-hebrew_latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* open-sans-800 - hebrew_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v43-hebrew_latin-800.woff2") format("woff2"), url("../fonts/open-sans-v43-hebrew_latin-800.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img {
  display: block;
  width: 100%;
  height: auto; }

.visually-hidden:not(:focus):not(:active),
input[type="”checkbox”"].visually-hidden,
input[type="”radio”"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }

a,
button {
  outline: none !important; }

a {
  text-decoration: none; }

ol,
ul {
  list-style: none; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
a,
ol,
ul,
li,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

:root {
  --pr-font: "Open Sans", sans-serif;
  --fs-64: 64px;
  --fs-60: 60px;
  --fs-48: 48px;
  --fs-30: 30px;
  --fs-24: 24px;
  --fs-22: 22px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-16: 16px;
  --fs-14: 14px; }

body {
  color: #000;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  background: #E7F0F9; }

html {
  margin: 0 !important;
  overflow: unset !important; }

body.noscroll {
  overflow: hidden; }

.body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

footer {
  margin-top: auto; }

._conteiner {
  max-width: 2500px;
  margin: 0 auto;
  overflow: hidden; }

._inner {
  width: 75%;
  margin: 0 auto; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  border: none;
  -webkit-text-fill-color: #00175A;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent; }

body::-webkit-scrollbar {
  width: 2px; }

body::-webkit-scrollbar-track {
  background-color: #000;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #fff; }

/*-boorger-menu---------------------------------*/
.menu-burger__header-wrapper {
  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;
  gap: 10px; }

.menu-burger__header-wrapper.open-menu .menu-burger__header-1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.menu-burger__header-wrapper.open-menu .menu-burger__header-2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

.menu-burger__header-wrapper.open-menu .menu-burger__header:before,
.menu-burger__header-wrapper.open-menu .menu-burger__header:after {
  opacity: 0; }

/*=burger media===============================*/
/*=burger media===============================*/
.menu-burger__header {
  position: relative;
  /* задаем относительное позиционирование */
  width: 25px;
  /* определяем размеры блока */
  height: 25px;
  display: block; }

.menu-burger__header span,
.menu-burger__header:after,
.menu-burger__header:before {
  width: 100%;
  height: 2px;
  border-radius: 0.93px;
  background: #fff;
  position: absolute;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.menu-burger__header span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.menu-burger__header:after,
.menu-burger__header:before {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.menu-burger__header:after {
  bottom: 2px; }

.menu-burger__header:before {
  top: 2px; }

._js-img {
  opacity: 0;
  -webkit-transition: color 0.4s ease-in-out,
 background-color 0.4s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.4s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  -o-transition: color 0.4s ease-in-out,
 background-color 0.4s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.4s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.4s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out; }

._js-img--2 {
  opacity: 0;
  -webkit-transition: color 0.4s ease-in-out,
 background-color 0.3s ease-in-out,
 top 0.3s ease-in-out,
 opacity 1s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.3s ease-in-out,
 top 0.3s ease-in-out,
 opacity 1s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  -o-transition: color 0.4s ease-in-out,
 background-color 0.3s ease-in-out,
 top 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 1s 0.7s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.3s ease-in-out,
 top 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 1s 0.7s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.3s ease-in-out,
 top 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 1s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out; }

._js-tl {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out; }

._js-tl--1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.3s ease-in-out,
 -webkit-transform 0.6s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.3s ease-in-out,
 -webkit-transform 0.6s 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.3s ease-in-out,
 opacity 0.8s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.3s ease-in-out,
 opacity 0.8s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.3s ease-in-out,
 opacity 0.8s 0.3s ease-in-out,
 -webkit-transform 0.6s 0.3s ease-in-out; }

._js-tl--2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out; }

._js-tl--3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.7s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.7s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.7s ease-in-out,
 opacity 0.8s 0.7s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.7s ease-in-out,
 opacity 0.8s 0.7s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.7s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.7s ease-in-out; }

._js-tx {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js-tl-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.8s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  transition: opacity 0.8s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  -o-transition: transform 0.6s 0.1s ease-in-out,
 opacity 0.8s 0.1s ease-in-out;
  transition: transform 0.6s 0.1s ease-in-out,
 opacity 0.8s 0.1s ease-in-out;
  transition: transform 0.6s 0.1s ease-in-out,
 opacity 0.8s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out; }

._js-tx-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js-bk {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  transition: opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  -o-transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out; }

._js-bt {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js-bt-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js_active._js-img--2, ._js_active._js-img {
  opacity: 1; }

._js_active._js-tl, ._js_active._js-tl--1, ._js_active._js-tl--2, ._js_active._js-tl--3, ._js_active._js-tx, ._js_active._js-bk, ._js_active._js-bt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

._js_active._js-tl-2, ._js_active._js-tx-2, ._js_active._js-bt-2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@-webkit-keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@-webkit-keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

._descktop {
  display: block !important; }

._mobile {
  display: none !important; }

.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  top: 0;
  background: #E7F0F9;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px 0; }
  .header ._inner {
    width: 85%; }
  .header.header-open-menu {
    background: transparent; }
  .header ._inner {
    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;
    position: relative; }

.header.fadeOut {
  top: -100%; }

.header__logo {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }
  .header__logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.header__menu-wrapper {
  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;
  margin-left: auto;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
  position: relative; }

.header__menu-list {
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .header__menu-list._visibel-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.header__menu-item:not(:first-child) {
  border-left: 1px solid #fff; }

.header__menu-item:first-child .header__menu-link {
  padding-left: 40px; }

.header__menu-link {
  /* Contact us */
  cursor: pointer;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-18);
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  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;
  background: #0071D6;
  height: 60px;
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .header__menu-link:hover {
    color: #dfb423; }
    .header__menu-link:hover .header__menu-link--text::after {
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.header__menu-link--text {
  overflow: hidden;
  position: relative;
   transition: all 0.3s ease-in-out;
  padding: 10px 0; }
  .header__menu-link--text::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #dfb423;
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

._js--active .header__menu-link {
  color: #fff; }

.menu-burger__header-wrapper,
.header__menu-list,
.menu-burger__header-text {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;

}
._popup-open-btn{
  cursor: pointer;
}
.menu-burger__header-text{
  color: #fff !important;
}
.menu-burger__header-wrapper {
  background-color: #000000; }

.header__menu-conteiner.open-menu .header__menu-list {
  display: none; }

.header__menu-conteiner.open-menu .menu-burger__header-text {
  width: 0;
  opacity: 0; }

.header__menu-conteiner.open-menu .menu-burger__header-wrapper {
  background-color: #0071D6;
  gap: 0; }

.header__menu-conteiner.open-menu .main-menu__wrapper {
      opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.main-menu__wrapper {
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.main-menu__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  width: 35%;
  height: 100%; }
  .main-menu__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.main-menu__inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  width: 65%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 120px 7.5% 80px 14%; }

.main-menu__inner-fon {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1; }

.main-menu__item {
  margin-bottom: 5vh; }

.main-menu__link {
  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;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .main-menu__link:hover {
    gap: 50px; }

._js--active .main-menu__link-text {
  color: #dfb423; }

.main-menu__link-text {
  /* Home */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-48);
  line-height: 1;
  /* identical to box height, or 160% */
  letter-spacing: -0.04em;
  color: #FFFFFF; }

.main-menu__link-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.main-menu__soc {
  margin-top: auto; }

.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px; }

.soc-link {
  width: 55px;
  height: 55px;
  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: #0071D6;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden; }

.soc-icon {
  width: 30%;
  height: 30%;
  -o-object-fit: contain;
  object-fit: contain; }

._blue {
  color: #0071D6; }

._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;
  gap: 15px;
  /* Frame 3 */
  padding: 0 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 66px;
  background: #0071D6;
  border-radius: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  ._btn:hover {
    gap: 30px; }

._btn-text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-18);
  line-height: 1;
  text-align: center;
  color: #FFFFFF; }

._btn-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17px;
  flex: 0 0 17px;
  width: 17px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }
.templates-page--section{
  padding-top: 15vh;
}
.templates-page--section *{
  font-family: var(--pr-font) !important;
}
._title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-60);
  line-height: 1.28;
  letter-spacing: -0.04em;
  text-align: left;
  /* Highlight */
  color: #00175A;
  margin-bottom: 4vh; }

.baner ._inner {
  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;
  height: 100vh; }

.main-baner .baner__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.5%;
  flex: 0 0 58.5%;
  width: 58.5%; }

.baner__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  width: 48%; }

.baner__title {
  /*   */
  margin-bottom: 2vh; }

.baner__text {
  /*  */
  padding-right: 40%;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  /* Main text */
  color: #00175A;
  text-align: left;
  margin-bottom: 6vh; }

.baner__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  width: 52%; }
  .baner__media video,
  .baner__media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.about {
  padding: 10vh 0;
  background: #0071D6;
  border-radius: 50px; }
  .about ._inner {
    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; }

.about__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  width: 42%; }

.about__title {
  color: #FFFFFF;
  margin-bottom: 2vh; }

.about__text {
  margin-bottom: 4vh;
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.62;
  /* or 162% */
  text-align: left;
  color: #FFFFFF; }

.about__btn {
  background-color: #fff; }
  .about__btn ._btn-text {
    /* */
    color: #00175A; }

.about__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  width: 49%; }
  .about__media video,
  .about__media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.trust_us {
  padding: 10vh 0; }

.trust_us-title {
  color: #00175A; }

.trust_us-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5vh; }

.trust_us-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 5%; }
  .trust_us-item:not(:first-child) {
    border-left: 1px solid #DDDDE0; }
  .trust_us-item:first-child {
    padding-left: 0; }
  .trust_us-item:last-child {
    padding-right: 0; }

.trust_us-item__top {
  /* ~100K+ */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-64);
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-align: left;
  color: #00175A;
  margin-bottom: 4vh; }

.trust_us-item__text {
  /* travellers served annually */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.3;
  color: #00175A;
  text-align: left; }

.service_model {
  padding: 10vh 0; }

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

.service_model-wrapper {
  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-left: 12.5%; }

.service_model-media__list {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  height: 30vw;
  border-radius: 200px;
  overflow: hidden; }

.service_model-media__item {
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; }
  .service_model-media__item._active {
    opacity: 1;
    z-index: 2; }
  .service_model-media__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.service_model-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 10vh;
  padding-left: 20vh;
  padding-right: 12.5%;
  background: #FFFFFF;
  border-radius: 380px 0  0px  380px; }

.service_model-btn-block {
  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;
  gap: 2%; }

.service_model-btn {
  /* Frame 6484 */
  cursor: pointer;
  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;
  padding: 0px 26px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 60px;
  border: 1px solid #C1E0FF;
  border-radius: 100px;
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-18);
  line-height: 1;
  /* identical to box height */
  text-align: center;
  color: #ABABAB;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .service_model-btn._active {
    color: #0071D6;
    border: 1px solid #E7F0F9;
    background-color: #E7F0F9; }

.service_model-info__list {
  margin-top: 5vh;
  position: relative; }

.service_model-info__item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .service_model-info__item._active {
    opacity: 1;
    position: relative; }
.service_model-info__item ul {
  list-style: disc;
  padding-left: 30px; }
.service_model-info__item-list {
  list-style: disc;
  padding-left: 30px; }
.service_model-info__item li,
.service_model-info__item-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.3;
  text-align: left;
  color: #00175A;
  margin-bottom: 2vh; }
  .service_model-info__item li::marker,
  .service_model-info__item-text::marker {
    color: #0071D6; }

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

.global_strength-text {
  /*  */
  width: 55%;
  margin: 0 auto;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  text-align: center;
  color: #000000;
  margin-bottom: 5vh; }

.global_strength-media {
  width: 100%;
  height: auto; }
  .global_strength-media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.industries {
  padding: 10vh 0; }

.industries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2%; }

.industries-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
  width: 23.5%;
  position: relative;
  border-radius: 200px;
  overflow: hidden;
  height: 25vw;
  /* Rectangle 1811 */ }
  .industries-item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2; }

.industries-media {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .industries-media video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

._hover .industries-media__poster {
  opacity: 0; }

.industries-media__poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.industries-content {
  position: absolute;
  width: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15%;
  z-index: 3; }

.industries-content__title {
  /* Tech & Startups */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-30);
  line-height: 1.3;
  /* identical to box height */
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 2vh; }

.industries-content__text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  color: #FFFFFF;
  text-align: left; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  margin: 0;
  margin-left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFFFFF !important;
  position: relative; }
  .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none; }
  .owl-carousel .owl-nav button.owl-prev::after, .owl-carousel .owl-nav button.owl-next::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 30%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/slider-arr-r.svg); }

.owl-carousel .owl-nav button.owl-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg); }

.owl-nav {
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.blog-slider {
  margin-top: -4vh;
  padding-top: 4vh; }

.blog {
  padding-bottom: 10vh; }

.blog-link {
  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%;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden; }

.blog-content {
  position: relative;
  padding: 16% 16% 12% 8%; }

.blog-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #F4F4F6;
  border-radius: 50%; }
  .blog-btn img {
    width: 40%;
    height: 40%;
    -o-object-fit: contain;
    object-fit: contain; }

.blog-content__header {
  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: 2vh; }

.blog-content__name,
.blog-content__date {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.3;
  text-align: left;
  color: #00175A; }

.blog-content__date {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #00175A; }

.blog-content__text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.3;
  /* or 130% */
  /* Highlight */
  color: #0071D6;
  text-align: left;
  margin-bottom: 3vh; }

.blog-content__footer {
  /*  */
  text-underline-offset: 10px;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.3;
  text-align: left;
  color: #00175A;
  text-decoration: underline; }

.blog-media {
  height: 10vw; }
  .blog-media img {
    height: 100%;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover; }

.values {
  padding: 10vh 0; }

.values-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2%; }

.values-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
  width: 23.5%;
  position: relative;
  border-radius: 200px;
  overflow: hidden;
  height: 30vw;
  background-color: #0070CF;
  /* Rectangle 1811 */ }
  .values-item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .values-item:hover::after {
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  .values-item:hover .values-media {
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  .values-item:hover .values-content__text {
    -webkit-line-clamp: unset; }
  .values-item:hover .values-content {
    top: 20%;
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }

.values-media {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.values-media__poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.values-content {
  position: absolute;
  width: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  top: 85%;
  z-index: 3;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.values-content__title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-30);
  line-height: 1.3;
  /* identical to box height */
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 2vh; }

.values-content__text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  color: #FFFFFF;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.what-drives-us {
  padding: 10vh 0;
  background: #0071D6;
  border-radius: 50px; }

.what-drives-us__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10vh; }

.what-drives-us__title {
  color: #fff; }

.what-drives-us__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-top: 2vh;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  color: #FFFFFF;
  text-align: left; }

.what-drives-us__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -4%; }

.what-drives-us__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: 3vh;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  padding: 0 4%; }
  .what-drives-us__item:not(:first-child) {
    border-left: 1px solid #fff; }

.what-drives-us__icon {
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  border-radius: 10px;
  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; }
  .what-drives-us__icon img {
    width: 60%;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain; }

.what-drives-us__item-title {
  /* */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-30);
  line-height: 1.3;
  color: #FFFFFF;
  text-align: left; }

.what-drives-us__item-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  color: #FFFFFF;
  text-align: left; }

.industries-page .industries {
  padding-top: 0; }

.expertise {
  padding: 10vh 0; }

.expertise-wrapper {
  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-right: 12.5%; }

.expertise-media {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  height: 30vw;
  border-radius: 200px;
  overflow: hidden; }
  .expertise-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.expertise-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 10vh;
  padding-right: 10vh;
  padding-left: 12.5%;
  background: #FFFFFF;
  border-radius: 0 380px 380px  0px; }

.expertise-content__title {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-60);
  line-height: 1.3;
  /* or 128% */
  letter-spacing: -0.04em;
  text-align: left;
  /* Main text */
  color: #00175A;
  margin-bottom: 3vh; }

.expertise-content__text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  color: #00175A;
  text-align: left;
  width: 70%; }

.blog-post-page,
.blog-page {
  padding-top: 20vh; }
  .blog-post-page .blog-list,
  .blog-page .blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5vw; }
  .blog-post-page .blog-item,
  .blog-page .blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    width: 32%; }
  .blog-post-page .blog-title,
  .blog-page .blog-title {
    margin-bottom: 2vh; }
  .blog-post-page .blog-content,
  .blog-page .blog-content {
    padding: 12% 25% 10% 6%; }
  .blog-post-page .blog-media,
  .blog-page .blog-media {
    height: 13vw; }

.blog-text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  text-align: left;
  /* Main text */
  color: #00175A;
  margin-bottom: 6vh; }

.leadership {
  padding-top: 20vh; }

.leadership-title {
  margin-bottom: 2vh; }

.leadership-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  text-align: left;
  /* Main text */
  color: #00175A;
  margin-bottom: 6vh; }

.leadership-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3vw 2%; }

.leadership-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  width: 32%;
  border-radius: 20px;
  overflow: hidden;
background: #FFFFFF; }

.leadership-content {
  padding: 10% 7%;
  background: #FFFFFF; }

.leadership-content__name {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-24);
  line-height: 1.1;
  /* identical to box height, or 108% */
  /* Highlight */
  color: #0071D6;
  text-align: left;
  margin-bottom: 1vh; }

.leadership-content__position {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.3;
  color: #00175A;
  text-align: left;
  margin-bottom: 3vh; }

.leadership-content__text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.3;
  /* or 130% */
  /* Main text */
  color: #00175A;
  text-align: left; }

.leadership-media {
  width: 100%;
  height: 15vw; }
  .leadership-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.contact {
  padding: 20vh 0 10vh; }

.contact-subtitle {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-30);
  line-height: 1.3;
  text-align: left;
  color: #00175A; }

.contact-title {
  margin-bottom: 2vh; }

.contact-text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  text-align: left;
  /* Main text */
  color: #00175A;
  margin-bottom: 5vh; }

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

.contact__content-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 4% 8%;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.contact__content-icon {
  width: 7.5vw;
  height: 7.5vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 8vh; }

.contact__content-title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-30);
  line-height: 1.3;
  text-align: left;
  /* Main text */
  color: #00175A;
  margin-bottom: 8vh; }

.contact__content-btn {
  cursor: pointer;
  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;
  gap: 20px;
  margin-top: auto; }

.contact__content-btn--icon {
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-left: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0070CF; }
  .contact__content-btn--icon img {
    width: 40%;
    height: 40%;
    -o-object-fit: contain;
    object-fit: contain; }

.contact__content-btn--text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-20);
  line-height: 1;
  /* identical to box height, or 130% */
  /* Main text */
  color: #00175A;
  text-align: left; }

.blog-post ._inner {
  position: relative;
  padding: 0 1%; }

.blog-post__btn-blog {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  /* Rectangle 1833 */
  position: absolute;
  width: 80px;
  height: 65px;
  background: #FFFFFF;
  border-radius: 50px;
  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; }
  .blog-post__btn-blog img {
    width: 60%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.blog-post__subtitle {
  /*  */
  text-align: left;
  /* H2 */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-30);
  line-height: 1.3;
  /* identical to box height */
  /* Main text */
  color: #00175A;
  margin-bottom: 1vh; }

.blog-post__title {
  margin-bottom: 2vh; }

.blog-post__date {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  text-align: left;
  color: #00175A;
  margin-bottom: 6vh; }

.blog-post__media {
  /* image */
  overflow: hidden;
  border-radius: 40px; }
  .blog-post__media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.blog-post__wrapper {
  padding: 10vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5%; }

.blog-post__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

.blog-post__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 4%;
  background: #0070CF;
  border-radius: 20px; }

.blog-post__sidebar--title {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-20);
  line-height: 1.3;
  /* identical to box height, or 130% */
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 3vh; }

.blog-post__sidebar--item {
  margin-bottom: 2vh;
  padding-bottom: 2vh;
  border-bottom: 1px solid #fff; }

.blog-post__sidebar--link {
  /*  */
  display: block;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-20);
  line-height: 1.3;
  /* or 130% */
  color: #FFFFFF;
  text-align: left; }

.footer ._conteiner {
  padding-top: 60px; }

.footer-top {
  padding: 14vh 0;
  position: relative; }

.footer-top__fon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50px 50px 0 0;
  overflow: hidden; }
  .footer-top__fon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.footer-top__fixed-btn {
  position: absolute;
  right: 4%;
  top: 0;
  width: 5vw;
  height: 5vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

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

.footer-top__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  color: #FFFFFF; }

.footer-top__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5vh; }

.footer-top__content-item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 6% 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px; }

.footer-top__content-icon {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px; }

.footer-top__content-title {
  /*  */
  padding-right: 20%;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-22);
  line-height: 1.3;
  /* Main text */
  color: #00175A;
  text-align: left;
  margin-bottom: 2vh; }

.footer-top__content-text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-20);
  line-height: 1.3;
  /* or 130% */
  text-align: left;
  /* Main text */
  color: #00175A; }

.footer-top__content-btn {
  /* Group 6425 */
  width: 45px;
  height: 45px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  margin-left: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0070CF; }
  .footer-top__content-btn img {
    width: 40%;
    height: 40%;
    -o-object-fit: contain;
    object-fit: contain; }

.footer-top__soc-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.footer-bottom {
  padding: 7vh 0;
  background: #00175A; }

.footer-bottom__header {
  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;
  margin-bottom: 6vh; }

.footer-bottom__menu {
  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;
  gap: 30px; }

.footer-bottom__menu-link {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-18);
  line-height: 1.2;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF; }

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

.footer-bottom__footer-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

.footer-bottom__footer-title {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.6;
  /* or 157% */
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 3vh; }

.footer-bottom__footer-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  color: #FFFFFF;
  text-align: left; }

.footer-bottom__footer-text--link {
  display: inline-block;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  text-align: left;
  color: #FFFFFF;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff; }

.footer-bottom__footer-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  width: 33%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

._popup-wrapper {
  overflow: auto;
  padding: 100px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(231, 240, 249, 0.8);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  ._popup-wrapper._open-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

._popup-inner {
  position: relative;
  width: 45vw;
  height: auto;
  min-height: 30vh;
  padding: 60px 50px;
  background: #FFFFFF;
  border-radius: 40px; }

._popup-btn--close {
  cursor: pointer;
  background: #0070CF;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }
  ._popup-btn--close::after, ._popup-btn--close::before {
    content: '';
    width: 40%;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  ._popup-btn--close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

._popup-form--wrapper textarea,
._popup-form--wrapper select,
._popup-form--wrapper input {
  width: 100%;
  resize: none;
  padding: 0 20px;
  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;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1;
  /* or 162% */
  /* Main text */
  color: #00175A;
  height: 60px;
  background: #FBFCFE;
  border: 1px solid #E4E4E4;
  border-radius: 10px; }
  ._popup-form--wrapper textarea[type='submit'],
  ._popup-form--wrapper select[type='submit'],
  ._popup-form--wrapper input[type='submit'] {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
    height: 60px;
    /* Highlight */
    background: #0071D6;
    border-radius: 20px;
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--fs-18);
    line-height: 1;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF; }
  ._popup-form--wrapper textarea::-webkit-input-placeholder,
  ._popup-form--wrapper select::-webkit-input-placeholder,
  ._popup-form--wrapper input::-webkit-input-placeholder {
    /* Your email */
    font-family: var(--tr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-24);
    line-height: 1.2;
    color: #000000; }
  ._popup-form--wrapper textarea:-ms-input-placeholder,
  ._popup-form--wrapper select:-ms-input-placeholder,
  ._popup-form--wrapper input:-ms-input-placeholder {
    /* Your email */
    font-family: var(--tr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-24);
    line-height: 1.2;
    color: #000000; }
  ._popup-form--wrapper textarea::-ms-input-placeholder,
  ._popup-form--wrapper select::-ms-input-placeholder,
  ._popup-form--wrapper input::-ms-input-placeholder {
    /* Your email */
    font-family: var(--tr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-24);
    line-height: 1.2;
    color: #000000; }
  ._popup-form--wrapper textarea::placeholder,
  ._popup-form--wrapper select::placeholder,
  ._popup-form--wrapper input::placeholder {
    /* Your email */
    font-family: var(--tr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-24);
    line-height: 1.2;
    color: #000000; }

._popup-form-list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

._popup-form-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 3vh;
  position: relative;
 }
.wpcf7-not-valid-tip {
    position: absolute;
    color: #dc3232 !important;
       font-family: var(--tr-font) !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0;
    border: unset;
    margin-top: 10px;
        color: #dc3232 !important;
       font-family: var(--tr-font);
}
.wpcf7-not-valid-tip{
  position: absolute;
  width: max-content;
}
.wpcf7-spinner {
    position: absolute;
}
._popup-form-item--submit{
  margin: 0;
}
._popup-form-item--text {
  /* *  */
  text-align: left;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-18);
  line-height: 1.2;
  color: #0071D6;
  margin-bottom: 1vh; }
  ._popup-form-item--text span {
    color: #FF0000; }

._popup-title {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs-30);
  line-height: 1.2;
  /* identical to box height */
  text-align: left;
  /* Main text */
  color: #00175A;
  margin-bottom: 3vh; }

._popup-text {
  /*   */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  text-align: left;
  /* Main text */
  color: #00175A;
  margin-bottom: 3vh; }

._popup-form-item input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
 }
  /* ._popup-form-item input[type=radio]:checked ~ ._popup-form-item__radio-label--icon::after {
    opacity: 1; } */

  /* ._popup-form-item__radio-label--icon:has(input[type=radio]:checked)::after{
     opacity: 1;
  }   */
  ._popup-form-item__radio-label:has(input[type=radio]:checked) ._popup-form-item__radio-label--icon::after{
     opacity: 1;
  }  

._popup-form-item__radio-label {
  cursor: pointer;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1vh; }

._popup-form-item__radio-label--icon {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid #00175A;
  border-radius: 5px;
  position: relative; }
  ._popup-form-item__radio-label--icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    height: 75%;
    border-radius: 3px;
    background: #0071D6;
    opacity: 0; }
._popup-form-item__radio-label span,
._popup-form-item__radio-label--text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1;
  /* identical to box height, or 162% */
  /* Main text */
  color: #00175A;
  text-align: left;
margin: 0;
 }
._popup-form-list p{
  margin: 0;
}
._popup-form-item__radio-label .wpcf7-form-control-wrap{
  position: static;
}
._popup-form-item__footer-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  /* or 162% */
  /* Main text */
  color: #00175A;
  text-align: left; }

._popup-form-item__foter--text-link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin: 0 5px;
  /* Highlight */
  color: #0071D6; }
/* ----------------------hebrew------------------ */
/* ----------------------hebrew------------------ */
.header_language-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;

  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1;
  /* or 162% */
  /* Main text */
  color: #00175A;


margin: 0 20px;
  margin-right: auto;
}
._hebrew-page .header_language-wraper {
margin: 0 20px;
  margin-left: auto;
}

.language_btn {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1;
  /* or 162% */
  /* Main text */
  color: #00175A;
}
.language_btn img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
._language-eng {
  font-weight: 800;
}
._hebrew-page ._language-eng {
  font-weight: 400;
}
._hebrew-page ._language-heb {
  font-weight: 800;
}
/* ----------------------hebrew------------------ */
._heb{
  display: none !important;
  opacity: 0;
}
._eng{
  display: flex !important;
  opacity: 1;
}
._hebrew-page ._eng{
  display: none !important;
  opacity: 0;
}
._hebrew-page ._heb{
  display: flex !important;
  opacity: 1;
}
._hebrew-page ._popup-form--wrapper input{
  text-align: right;
      unicode-bidi: bidi-override !important;
    direction: rtl;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr !important;
}
._hebrew-page .wpcf7-not-valid-tip {
    right: 0;
}
._hebrew-page {
  direction: rtl !important;
  unicode-bidi: bidi-override !important; }
  ._hebrew-page .header__menu-item:not(:first-child) {
    border: unset;
    border-right: 1px solid #fff; }
  ._hebrew-page .header__menu-item:first-child .header__menu-link {
    padding-left: 20px;
    padding-right: 40px; }
     ._hebrew-page ._popup-form--wrapper input[type='submit']{
margin-left: auto;
text-align: center;
    }
    ._hebrew-page  ._popup-form-item__radio-label {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
}
  /* ._hebrew-page .soc-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } */
  ._hebrew-page .main-menu__inner {
    padding-right: 14%;
    padding-left: 7.5%; }
  ._hebrew-page .footer-top__content-btn img,
  ._hebrew-page .contact__content-btn--icon img,
  ._hebrew-page ._btn-icon,
  ._hebrew-page .blog-post__btn-blog img,
  ._hebrew-page .main-menu__link-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  ._hebrew-page .main-menu__link {
    margin-left: auto; }
  ._hebrew-page .main-menu__wrapper {

    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  ._hebrew-page .trust_us-item__top,
  ._hebrew-page .trust_us-item__text,
  ._hebrew-page .about__text,
  ._hebrew-page .blog-content__text,
  ._hebrew-page .footer-top__content-text,
  ._hebrew-page .footer-bottom__footer-title,
  ._hebrew-page .footer-bottom__footer-text,
  ._hebrew-page ._popup-form-item--text,
  ._hebrew-page ._popup-form-item__footer-text,
  ._hebrew-page .what-drives-us__text,
  ._hebrew-page .what-drives-us__item-title,
  ._hebrew-page .what-drives-us__item-text,
  ._hebrew-page ._popup-title,
  ._hebrew-page ._popup-text,
  ._hebrew-page .blog-text,
  ._hebrew-page .contact__content-btn--text,
  ._hebrew-page .blog-post__subtitle,
  ._hebrew-page .blog-post__date,
  ._hebrew-page .blog-post__sidebar--title,
  ._hebrew-page .blog-post__sidebar--link,
  ._hebrew-page .contact-subtitle,
  ._hebrew-page .contact-text,
  ._hebrew-page .contact__content-title,
  ._hebrew-page .values-content__title,
  ._hebrew-page .values-content__text,
  ._hebrew-page .leadership-text,
  ._hebrew-page .leadership-content__name,
  ._hebrew-page .leadership-content__position,
  ._hebrew-page .leadership-content__text,
  ._hebrew-page .expertise-content__title,
  ._hebrew-page .expertise-content__text,
  ._hebrew-page .footer-top__content-title,
  ._hebrew-page .blog-content__footer,
  ._hebrew-page .industries-content__title,
  ._hebrew-page .industries-content__text,
  ._hebrew-page .service_model-info__item-text,
  ._hebrew-page .service_model-info__item li,
  ._hebrew-page ._title {
    text-align: right; }
  ._hebrew-page .service_model-info__item {
    width: 100%; }
  ._hebrew-page ._popup-form-item__footer-text,
  ._hebrew-page ._popup-form-item--text {
    direction: rtl !important;
}
  ._hebrew-page .baner__text {
    padding: 0;
    padding-left: 40%;
    text-align: right; }
  ._hebrew-page .trust_us-item:not(:first-child) {
    border: 0;
    border-right: 1px solid #DDDDE0; }
  ._hebrew-page .trust_us-item:first-child {
    padding-left: 5%;
    padding-right: 0; }
  ._hebrew-page .trust_us-item:last-child {
    padding-right: 5%;
    padding-left: 0; }
  ._hebrew-page .expertise-wrapper {
    padding: 0;
    padding-left: 12.5%; }
  ._hebrew-page .service_model-wrapper {
    padding: 0;
    padding-right: 12.5%; }
  ._hebrew-page .service_model-content {
    padding: 10vh;
    padding-right: 20vh;
    padding-left: 12.5%;
    background: #FFFFFF;
    border-radius: 0 380px 380px 0; }
  ._hebrew-page .expertise-content {
    padding: 10vh;
    padding-left: 10vh;
    padding-right: 12.5%;
    background: #FFFFFF;
    border-radius: 380px 0 0 380px; }
  ._hebrew-page .global_strength-title,
  ._hebrew-page .service_model-title {
    text-align: center; }
  ._hebrew-page .owl-nav {
    right: unset;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  ._hebrew-page .owl-carousel .owl-nav button.owl-prev, ._hebrew-page .owl-carousel .owl-nav button.owl-next {
    margin: 0;
    margin-right: 20px; }
  ._hebrew-page .blog-btn {
    right: unset;
    left: 20px; }
  ._hebrew-page .blog-content__date {
    padding: 0;
    margin: 0;
    border: unset;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #00175A; }
  ._hebrew-page .footer-top__fixed-btn {
    right: unset;
    left: 4%; }
  ._hebrew-page .footer-top__content-title {
    padding: 0;
    padding-left: 20%; }
  ._hebrew-page .footer-top__content-btn {
    margin: 0;
    margin-right: auto; }
  ._hebrew-page .footer-bottom__footer-text--link {
    padding: 0;
    margin: 0;
    border: unset;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff; }
  ._hebrew-page ._popup-btn--close {
    right: unset;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  ._hebrew-page .what-drives-us__item:not(:first-child) {
    border: unset;
    border-right: 1px solid #fff; }
  ._hebrew-page .blog-post-page .blog-content, ._hebrew-page .blog-page .blog-content {
    padding: 12% 6% 10% 25%; }
  ._hebrew-page .blog-content{
    padding: 16% 8% 12% 16%; }
  ._hebrew-page .blog-post__btn-blog {
    left: unset;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
/* ----------------------hebrew------------------ */
/* ----------------------hebrew------------------ */
/* ----------------------hebrew------------------ */
@media (max-width: 1700px) {
  :root {
    --fs-64: 52px;
    --fs-60: 50px;
    --fs-48: 40px;
    --fs-30: 24px;
    --fs-24: 22px;
    --fs-22: 20px;
    --fs-20: 18px;
    --fs-18: 16px;
    --fs-16: 14px;
    --fs-14: 12px; }
  .menu-burger__header {
    width: 20px;
    height: 20px; }
  .header__menu-link {
    height: 50px;
    padding: 0px 20px; }
  .header {
    padding: 10px 0px; }
  ._btn {
    gap: 10px;
    padding: 0 20px;
    height: 55px;
    border-radius: 20px; }
  .service_model-btn {
    padding: 0px 20px;
    height: 50px; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    margin-left: 15px;
    width: 50px;
    height: 50px; }
  .blog-btn {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px; }
  .soc-link {
    width: 45px;
    height: 45px; }
  .soc-list {
    gap: 12px; }
  .footer-top__content-btn {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px; }
  .footer-top__content-icon {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }
  .what-drives-us__icon {
    width: 50px;
    height: 50px; }
  .contact__content-btn--icon {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px; }
  .blog-post__btn-blog {
    width: 65px;
    height: 45px; }
  ._popup-btn--close {
    width: 60px;
    height: 60px; }
  ._popup-form--wrapper textarea, ._popup-form--wrapper select, ._popup-form--wrapper input {
    height: 50px; }
  ._popup-form--wrapper textarea[type='submit'], ._popup-form--wrapper select[type='submit'], ._popup-form--wrapper input[type='submit'] {
    padding: 0px 30px;
    height: 50px;
    border-radius: 20px; }
  ._popup-form-item__radio-label--icon {
    width: 16px;
    height: 16px;
    border-radius: 3px; }
  ._popup-form-item__radio-label--icon::after {
    border-radius: 2px; }
  .main-menu__link-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px; } }

@media (max-width: 1500px) {
  :root {
    --fs-64: 46px;
    --fs-60: 40px;
    --fs-48: 34px;
    --fs-30: 22px;
    --fs-24: 20px;
    --fs-22: 18px;
    --fs-20: 16px;
    --fs-18: 14px;
    --fs-16: 12px;
    --fs-14: 10px; }
  ._popup-btn--close {
    width: 50px;
    height: 50px; }
  .header__menu-wrapper {
    border-radius: 15px; }
  ._popup-form--wrapper textarea, ._popup-form--wrapper select, ._popup-form--wrapper input {
    height: 45px; }
  ._popup-form--wrapper textarea[type='submit'], ._popup-form--wrapper select[type='submit'], ._popup-form--wrapper input[type='submit'] {
    padding: 0px 30px;
    height: 45px;
    border-radius: 15px; }
  ._popup-form-item__radio-label--icon {
    width: 14px;
    height: 14px;
    border-radius: 2px; }
  ._popup-form-item__radio-label--icon::after {
    border-radius: 1px; }
  .menu-burger__header {
    width: 15px;
    height: 15px; }
  .header__menu-link {
    height: 45px;
    padding: 0px 15px; }
  .header {
    padding: 10px 0px; }
  ._btn {
    gap: 10px;
    padding: 0 15px;
    height: 45px;
    border-radius: 15px; }
  .service_model-btn {
    padding: 0px 15px;
    height: 45px; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    margin-left: 10px;
    width: 40px;
    height: 40px; }
  .blog-btn {
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px; }
  .soc-link {
    width: 40px;
    height: 40px; }
  .soc-list {
    gap: 10px; }
  .footer-top__content-btn {
    width: 35px;
    height: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px; }
  .footer-top__content-icon {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px; }
  .what-drives-us__icon {
    width: 40px;
    height: 40px; }
  .contact__content-btn--icon {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }
  .blog-post__btn-blog {
    width: 50px;
    height: 30px; }
  .main-menu__link-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px; } }

@media (max-width: 1300px) {
  :root {
    --fs-64: 36px;
    --fs-60: 32px;
    --fs-48: 28px;
    --fs-30: 20px;
    --fs-24: 18px;
    --fs-22: 16px;
    --fs-20: 14px;
    --fs-18: 12px;
    --fs-16: 10px;
    --fs-14: 10px; }
  .main-menu__link-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px; } }

@media (max-width: 800px) {
  ._descktop {
    display: none !important; }
  ._mobile {
    display: block !important; }
  .header__burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header ._conteiner {
    overflow: visible; }
  .header__menu-list {
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(250%);
    -ms-transform: translateX(250%);
    transform: translateX(250%);
    width: 100vw;
    height: 100vh;
    border: unset;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%;
    margin: 0;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    gap: 10px; }
  ._js--open-menu.header__menu-list {
    visibility: visible;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .header__menu-link {
    font-size: 30px; }
  .header__soc-list {
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto;
    margin-bottom: 50px; }
  ._inner {
    width: 90%; }
  .header {
    padding: 10px 0; }
  .header__soc-link {
    display: block;
    width: 35px;
    height: 35px; }
  ._title {
    text-align: left;
    margin-bottom: 30px; }
  .blog-title,
  .industries-title,
  .service_model-title {
    padding: 0 5%; }
  .main-menu__media {
    display: none; }
  .main-menu__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 100px 7.5% 60px 7.5%; }
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%; }
    ._hebrew-page .header_language-wraper {
    margin: 0 auto;
}
._hebrew-page .service_model-wrapper {
    padding: 0;
    padding-right: 0;
}
  .header__menu-link {
    font-size: 18px; }
  .main-menu__item {
    margin-bottom: 30px; }
  .baner ._inner {
    padding-top: 100px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .main-baner .baner__media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-bottom: 40px; }
  .baner__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; }
  :root {
    --fs-64: 36px;
    --fs-60: 32px;
    --fs-48: 28px;
    --fs-30: 26px;
    --fs-24: 24px;
    --fs-22: 22px;
    --fs-20: 20px;
    --fs-18: 18px;
    --fs-16: 16px;
    --fs-14: 14px; }
  .baner__text {
    padding-right: 0;
    margin-bottom: 30px; }
  .baner__title {
    margin-bottom: 15px; }
  ._btn {
    gap: 10px;
    padding: 0 20px;
    height: 55px;
    border-radius: 15px; }
  .about {
    padding: 60px 0;
    background: #0071D6;
    border-radius: 25px;
    margin-top: 60px; }
  .about ._inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .about__content,
  .about__media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; }
  .about__media {
    margin-bottom: 40px; }
  .trust_us-list {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .trust_us-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 !important;
    margin-bottom: 40px; }
    .trust_us-item br {
      display: none; }
  .trust_us-item__top {
    font-size: 40px;
    margin-bottom: 10px; }
  .trust_us {
    padding: 60px 0; }
  .service_model {
    padding: 0 0 60px; }
  .service_model-media__list {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    height: 120vw;
    width: 90%;
    border-radius: 200px;
    overflow: hidden;
    margin-bottom: 30px; }
  .service_model-wrapper {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

    ._hebrew-page .blog-slider .blog-item,
    ._hebrew-page .industries-item {
    margin: 0;
    margin-right: 5%;
}
    ._hebrew-page .global_strength-text {
    text-align: right;
}
._hebrew-page .global_strength-title, ._hebrew-page .service_model-title {
    text-align: right;
}
    ._hebrew-page .service_model-info__item ul {
    list-style: disc;
    padding-right: 20px;
}
    ._hebrew-page .service_model-content{
      -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: unset;
    width: 95%;
    padding: 45px 5%;
    background: #FFFFFF;
    border-radius:  0 45px 45px 0px ;  
    margin-left: 0%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
  .service_model-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: unset;
    width: 95%;
    padding: 45px 5%;
    background: #FFFFFF;
    border-radius: 45px 0  0px  45px;
    margin-left: 0%;
    -ms-flex-item-align: end;
    align-self: flex-end; }


  .service_model-btn-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .service_model-btn {
    padding: 0px 10px;
    height: 50px;
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    .service_model-info__item li,
  .service_model-info__item-text {
    margin-bottom: 10px; }
  .global_strength-text {
    width: 100%;
    margin-bottom: 40px;
    text-align: left; }
  .blog ._inner,
  .industries ._inner {
    width: 100%; }
  .blog .owl-carousel .owl-stage-outer,
  .industries .owl-carousel .owl-stage-outer {
    overflow: visible; }
  .industries-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 95%;
    position: relative;
    border-radius: 200px;
    overflow: hidden;
    height: 110vw;
    margin-left: 5%; }
  .blog-slider,
  .industries-list {
    width: 85% !important; }
  .owl-theme .owl-dots {
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    border-radius: 30px; }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #006fcf !important;
    width: 47px; }
  .blog-slider {
    margin-top: 0;
    padding-top: 20px; }
    .blog-slider .blog-item {
      width: 95%;
      margin-left: 5%; }
  .blog-media {
    height: 50vw; }
  .blog-btn {
    width: 50px;
    height: 50px; }
  .footer-top {
    padding: 60px 0;
    position: relative; }
  .footer-top__fixed-btn {
    position: absolute;
    right: 2%;
    top: 0;
    width: 15vw;
    height: 15vw; }
  .footer-top__inner {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .templates-page--section{
  padding-top: 100px;
}
  .footer-top__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: unset;
    width: 100%;
    margin-bottom: 30px; }
  .footer-top__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    gap: 20px; }
  .soc-link {
    width: 45px;
    height: 45px; }
  ._popup-inner {
    position: relative;
    width: 90vw;
    height: auto;
    min-height: 30vh;
    padding: 40px 30px 30px;
    background: #FFFFFF;
    border-radius: 20px; }
  ._popup-form--wrapper textarea[type='submit'], ._popup-form--wrapper select[type='submit'], ._popup-form--wrapper input[type='submit'] {
    width: 100%; }
  ._popup-btn--close {
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px); }
  .footer-bottom__footer {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-bottom__footer-info {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; }
  .footer-bottom__footer-logo {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; }
  .footer-bottom__menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-bottom__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 40px; }
  .baner__media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-bottom: 40px; }
  .what-drives-us {
    margin-top: 60px;
    padding: 60px 0;
    background: #0071D6;
    border-radius: 25px; }
  .what-drives-us__header {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px; }
  .what-drives-us__text {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 0; }
  .what-drives-us__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6% 0; }
  .what-drives-us__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 100%;
    padding: 6% 0%; }
    ._hebrew-page .what-drives-us__item:not(:first-child),
  .what-drives-us__item:not(:first-child) {
    border: unset;
    border-top: 1px solid #fff; }
  .what-drives-us__icon {
    width: 50px;
    height: 50px; }
  .values-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .values-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    position: relative;
    border-radius: 200px;
    overflow: hidden;
    height: 130vw;
    background-color: #0070CF; }
  .values {
    padding: 60px 0 0; }
  .leadership-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; }
  .leadership-media {
    width: 100%;
    height: 60vw; }
  .leadership {
    padding-top: 120px; }
  .leadership-text {
    margin-bottom: 40px; }
  .industries {
    padding: 60px 0; }
  .industries-page .industries {
    padding-top: 60px; }
  .expertise-wrapper {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    ._hebrew-page .expertise-content{
       -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding: 60px;
    padding-left: 10%;
    padding-right: 5%;
    background: #FFFFFF;
    border-radius:60px 0 0px 60px;
    margin-bottom: 30px;
    }
    .expertise {
    padding: 60px 0;
}
._media-blog-list .blog-item {
    width: 95%;
    margin-left: 5%;
}
._hebrew-page .blog-post__btn-blog {
    transform: unset;
}
 ._hebrew-page ._media-blog-list .blog-item {
    width: 95%;
    margin: 0;
    margin-right: 5%;
}
._media-blog-list .owl-stage-outer{
    overflow: visible;
}
._media-blog-list{
width: 85% !important;
display: block !important;

}
.blog-post__wrapper {
    padding: 40px 0 80px;
}
.blog-post__subtitle {
    margin-bottom: 0px;
}
.blog-post__title {
    margin-bottom: 10px;
}
.blog-post__sidebar {
    display: none;
}
.blog-post__btn-blog {
    width: 90px;
    height: 50px;
    position: static;
    transform: unset;
    margin-bottom: 30px;
}
._hebrew-page .expertise-wrapper {
    padding: 0;
}
._hebrew-page .blog-btn {
    right: unset;
    left: 10px;
}
._popup-wrapper {
    padding: 100px 5%;
}
._hebrew-page ._popup-btn--close {
    transform: translate(-10%, -10%);
}
  .expertise-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding: 60px;
    padding-right: 10%;
    padding-left: 5%;
    background: #FFFFFF;
    border-radius: 0 60px 60px  0px;
    margin-bottom: 30px; }
  .expertise-content__text {
    width: 100%; }
  .expertise-media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 90%;
    height: 120vw;
    border-radius: 200px;
    overflow: hidden; }
  .blog-page ._inner {
    width: 90%; }
  .blog-post-page .blog-title, .blog-page .blog-title {
    margin-bottom: 30px;
    padding: 0; }
  .blog-post-page, .blog-page {
    padding-top: 120px; }
  .blog-page .blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 100%;
    width: 100%; }
  .blog-post-page .blog-list, .blog-page .blog-list {
    gap: 20px; }
  .blog-post-page .blog-media, .blog-page .blog-media {
    height: 50vw; }
  .contact {
    padding: 120px 0 60px; }
  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; }
  .contact__content-item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding: 4% 8%; }
  .contact__content-icon {
    width: 20.5vw;
    height: 20.5vw;
    margin-bottom: 20px; }
  .contact__content-title {
    margin-bottom: 40px; }
  .header ._inner {
    width: 90%; } }
