* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  direction: ltr;
  font-family: "SimplerPro_Leumi_H-Black";
  font-family: SimplerPro_Leumi_H-Bold;
}
a {
  color: #070762;
}
:root {
  --before-right: -31vw;
  --after-left: -31vw;
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");
@font-face {
  font-family: "Orion-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Orion-Bold.otf") format("opentype");
}

@font-face {
  font-family: "SimplerPro_Leumi_H-Black";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/SimplerPro_Leumi_H-Black.woff") format("woff");
}

@font-face {
  font-family: "SimplerPro_Leumi_H-Black";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/SimplerPro_Leumi_H-Black.woff2") format("woff2");
}

@font-face {
  font-family: SimplerPro_Leumi_H-Black;
  src: url("./fonts/SimplerPro_Leumi_H-Black.eot") format("eot");
  src: url("./fonts/SimplerPro_Leumi_H-Black.otf") format("opentype");
  src: url("./fonts/SimplerPro_Leumi_H-Black.ttf") format("ttf");
  src: url("./fonts/SimplerPro_Leumi_H-Black.woff") format("woff");
}

@font-face {
  font-family: SimplerPro_Leumi_H-Bold;
  src: url("./fonts/SimplerPro_Leumi_H-Bold.eot") format("eot");
  src: url("./fonts/SimplerPro_Leumi_H-Bold.otf") format("opentype");
  src: url("./fonts/SimplerPro_Leumi_H-Bold.ttf") format("ttf");
  src: url("./fonts/SimplerPro_Leumi_H-Bold.woff") format("woff");
}

@font-face {
  font-family: SimplerPro_Leumi_H-Regular;
  src: url("./fonts/SimplerPro_Leumi_H-Regular.eot") format("eot");
  src: url("./fonts/SimplerPro_Leumi_H-Regular.otf") format("opentype");
  src: url("./fonts/SimplerPro_Leumi_H-Regular.ttf") format("ttf");
  src: url("./fonts/SimplerPro_Leumi_H-Regular.woff") format("woff");
}

@font-face {
  font-family: SimplerPro_Leumi_H-Light;
  src: url("./fonts/SimplerPro_Leumi_H-Light.eot") format("eot");
  src: url("./fonts/SimplerPro_Leumi_H-Light.otf") format("opentype");
  src: url("./fonts/SimplerPro_Leumi_H-Light.ttf") format("ttf");
  src: url("./fonts/SimplerPro_Leumi_H-Light.woff") format("woff");
}

body .only_desktop {
  display: block;
}

body.mobile .only_desktop {
  display: none;
}

body .only_mobile {
  display: none;
}

body.mobile .only_mobile {
  display: block;
}

body .only_desktop_flex {
  display: flex;
}

body.mobile .only_desktop_flex {
  display: none;
}

body .only_mobile_flex {
  display: none;
}

body.mobile .only_mobile_flex {
  display: flex;
}

body .skip-links {
  position: relative;
  z-index: 999;
}
body .skip-links a {
  position: absolute;
  opacity: 0;
  top: -100000px;
  right: 5px;
  width: 150px;
  height: auto;
  font-weight: 400;
  text-align: right;
}
body .skip-links a:focus {
  background-color: blue;
  opacity: 1;
  top: 55px;
  color: white;
  z-index: 11;
  opacity: 1;
}
.user-cookie {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5vw 2vw 0.5vw 5vw;
  background-color: #efefef;
  direction: rtl;
  position: relative;
  z-index: 45;
}

.signal {
  font-family: "Orion-Bold";
}

.mobile .user-cookie {
  align-items: flex-start;
  padding: 2.8vw 4.8vw;
  flex-direction: row-reverse;
  direction: ltr;
}

.user-cookie .message p,
.user-cookie .message,
.user-cookie .message a {
  font-size: 0.95vw;
  color: #14179a;
  font-weight: 400;
  font-family: SimplerPro_Leumi_H-Regular;
  line-height: 1.1;
  direction: rtl;
}

.mobile .user-cookie .message p,
.mobile .user-cookie .message a {
  font-size: 3.4vw;
  font-weight: 400;
  font-family: SimplerPro_Leumi_H-Regular;
  direction: rtl;

  /* text-decoration: underline; */
}

.user-cookie .message p.cookieTemp,
.user-cookie .message p.cookieTemp a {
  font-size: 0.75vw;
  font-weight: 400;
  font-family: SimplerPro_Leumi_H-Regular;
}

.user-cookie .message p.cookieTemp {
  margin-top: 0.2vw;
}

.mobile .user-cookie .message p.cookieTemp,
.mobile .user-cookie .message p.cookieTemp a {
  font-size: 3vw;
  font-weight: 400;
  font-family: SimplerPro_Leumi_H-Regular;
  text-decoration: underline;
}

.mobile .user-cookie .message p.cookieTemp {
  margin-top: 1.5vw;
}

.link-out a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}

.link-out a span,
.link-out a {
  text-decoration: none;
  color: #14179a;
  font-weight: 400;
  font-family: SimplerPro_Leumi_H-Regular;
  font-size: 0.95vw;
}

.link-out a {
  font-size: 1.05vw;
}

.mobile .link-out a {
  font-size: 5.9vw;
}

.wrapperCookies {
  display: flex;
  gap: 0.5vw;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.mobile .wrapperCookies {
  flex-direction: unset;
}

.info-icon img {
  width: 1.55vw;
  height: 1.55vw;
}

img {
  width: auto;
}
.first_wrapper {
  width: 100%;
  height: 57.2vw;
}
.mobile .first_wrapper {
  overflow-x: hidden;
  height: 189.6vw;
}
.shadow.active {
  display: block;
}
.shadow {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000c1;
  z-index: 30;
  overflow: hidden;
  display: none;
}
.pop_up_open_account {
  height: 38.2vw;
  background: var(--main-background-color);
  top: unset;
  position: fixed;
  bottom: -100vw;
  padding: 1.35vw 1.35vw 2.7vw;
  border-radius: 30px;
  width: 32.45%;
  margin: 0 auto;
  transform: translateX(33.3vw);
  transition: all 0.8s ease-in-out;
  text-align: center;
  direction: rtl;
  background: #edf4fe;
  z-index: 999;
}
.mobile .pop_up_open_account {
  height: 98vw;
  background: var(--main-background-color);
  top: unset;
  position: fixed;
  bottom: -100vw;
  padding: 4.8vw 4.8vw 9.6vw;
  border-radius: 30px;
  width: 88%;
  margin: 0 auto;
  transform: translateX(6.3vw);
  transition: all 0.8s ease-in-out;
  text-align: center;
  direction: rtl;
  background: #edf4fe;
  z-index: 999;
}
.pop_up_open_account.active {
  bottom: 1.5vw;
  top: unset;
  z-index: 35;
}
.mobile .pop_up_open_account.active {
  bottom: 42vw;
  top: unset;
  z-index: 35;
}
.mobile .pop_up_open_account {
  height: 98vw;
  background: var(--main-background-color);
  top: unset;
  position: fixed;
  bottom: -100vw;
  padding: 4.8vw 4.8vw 9.6vw;
  border-radius: 30px;
  width: 88%;
  margin: 0 auto;
  transform: translateX(6.3vw);
  transition: all 0.8s ease-in-out;
  text-align: center;
  direction: rtl;
  background: #edf4fe;
  z-index: 999;
}
.mobile .pop_up_open_account.active {
  bottom: 42vw;
  top: unset;
  z-index: 35;
}
.first_section {
  position: relative;
  background: url(./images/sky_bg_desktop3.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.1);
  background-position-x: 4vw;
  transition: transform 0.7s ease-in, background-position-x 0.7s ease-in;
  padding: 9vw 33.5vw 0;
}
.qr {
  width: 8vw;
  height: fit-content;
}
.leumi_txt {
  font-size: 1.3vw;
  color: #070762;
  margin-bottom: 2vw;
  text-align: center;
}
.or {
  font-size: 1.3vw;
  color: #070762;
  margin-bottom: 1vw;
  margin-top: 1vw;
}
.mobile .first_section {
  position: relative;
  background: url(./images/sky_bg3.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.1);
  background-position-x: 2vw;
  transition: transform 0.7s ease-in, background-position-x 0.7s ease-in;
  background-position-y: -10vw;
  overflow: hidden;
  background-size: auto;
  padding: unset;
}
.pop_up_close {
  position: absolute;
  right: 1vw;
  top: 1vw;
  height: 1.7vw;
  width: 1.7vw;
  cursor: pointer;
}
.mobile .pop_up_close {
  position: absolute;
  right: 4vw;
  top: 3vw;
  height: 6vw;
  width: 6vw;
}
.btn.btn_one,
.btn.btn_two {
  width: 100%;
  height: 3vw;
  border: 1px solid #080762;
  border-radius: 10px;
  padding: 2.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3vw;
  background: #fff;
  direction: rtl;
  text-decoration: none;
  position: relative;
}
.btn.btn_one {
  margin-bottom: 1vw;
  background-color: #080762;
  color: #fff;
}
.btn.btn_one img,
.btn.btn_two img {
  position: absolute;
  left: 7vw;
}
.btn.btn_two {
  color: #080762;
}
.mobile .btn.btn_one,
.mobile .btn.btn_two {
  height: 15.5vw;
  padding: 4.77vw;
  font-size: 4vw;
  position: relative;
}
.mobile .btn.btn_one {
  margin-bottom: 4vw;
  background-color: #080762;
  color: #fff;
}
.pop_up_right_square {
  padding-top: 4vw;
}

.mobile .btn.btn_one img {
  position: absolute;
  left: 14vw;
  width: 2vw;
}
.mobile .btn.btn_two img {
  position: absolute;
  left: 14vw;
  width: auto;
}
.btn.btn_two img {
  transform: rotate(90deg);
}
.mobile .btn.btn_two {
  color: #080762;
}
.mobile .pop_up_right_square {
  padding-top: 10vw;
}
.pop_up_title {
  font-size: 2.34vw;
  text-align: right;
  line-height: 2.34vw;
  margin-bottom: 1.3vw;
  color: #070762;
  position: relative;
}
.mobile .pop_up_title {
  font-size: 8.4vw;
  line-height: 8.2vw;
  margin-bottom: 4.8vw;
  position: relative;
}

.mobile .pop_up_title ::before,
.mobile .pop_up_title ::after {
  content: "";
  position: absolute;
  height: 1vw;
  background-color: #4d8ff7;
}
.mobile .pop_up_title ::before {
  width: 23vw;
  right: 0vw;
  top: -2vw;
}

.mobile .pop_up_title ::after {
  width: 25vw;
  left: 7vw;
  top: 18vw;
}
.mobile .arrow_down_container {
  position: absolute;
  left: 36vw;
  top: 97vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn_title {
  direction: rtl;
  text-align: right;
  margin-bottom: 0.8vw;
  font-size: 1.3vw;
  color: #070762;
}
.mobile .arrow_down_container div {
  color: #070762;
  direction: rtl;
  text-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
}

.mobile .arrow_down {
  width: 18vw;
  height: fit-content;
}
.mobile .btn_title {
  direction: rtl;
  text-align: right;
  font-size: 4.8vw;
  margin-bottom: 3vw;
  color: #070762;
}
.mobile .first_section.fade-resize {
  transform: scale(1);
  background-position-x: 0vw;
}
.second_section {
  height: fit-content;
  position: relative;
  top: 0;
  box-sizing: border-box;
  padding-top: 7.2vw;
}
.mobile .second_section {
  height: fit-content;
  position: relative;
  top: 0;
  box-sizing: border-box;
  padding-top: 9.2vw;
}
.main_plain {
  width: 33.7vw;
  height: fit-content;
  position: absolute;
  transform: translateX(65vw);
  opacity: 0;
  top: 25vw;
}

.mobile .main_plain {
  width: 83vw;
  height: fit-content;
  position: absolute;
  top: 122vw;
  left: 10vw;
  transform: translateX(92vw);
  opacity: 0;
  top: 70vw;
}
.fade-in_plain {
  opacity: 1;
  transform: translateX(0vw);
  transition: all 1s ease-in;
}
.mobile .fade-in_plain {
  opacity: 1;
  transform: translateX(0vw);
  transition: all 1s ease-in;
}
.first_content {
  text-align: center;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  gap: 1.5vw;
}
.mobile .first_content {
  top: 23.7vw;
  display: flex;
  width: 100%;
  gap: 5vw;
  color: #fff;
  opacity: 0;
  transform: translateY(7vw);
  position: absolute;
  transition: transform 0.7s ease-in, opacity 0.7s ease-in;
}
.mobile .first_content.fade-in_first_content {
  transform: translateY(0vw);
  opacity: 1;
}
.first_content a {
  text-decoration: none;
  color: #fff;
  direction: rtl;
  color: #070762;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
  padding: 1.5vw 0px;
  padding: 0.7vw 0px;
  /* width: calc(100% + 4vw); */
  font-size: 1.3vw;
  line-height: 1.7vw;
  width: 85%;
}
.mobile .first_content a {
  text-decoration: none;
  font-size: 4.5vw;
  padding: 2.5vw 0px 2vw;
  width: 77vw;
  line-height: 4.8vw;
}
.first_title {
  font-size: 3.45vw;
  line-height: 3.45vw;

  position: relative;
}
.mobile .first_title {
  font-size: 9.58vw;
  line-height: 9.58vw;
}

.second_title {
  text-align: center;
  color: #070762;
  font-size: 2.34vw;
  line-height: 2.34vw;
  position: relative;
  margin-bottom: 1.8vw;
}
.six_title {
  text-align: center;
  color: #070762;
  font-size: 2.34vw;
  line-height: 2.34vw;
  position: relative;
  margin-bottom: 1.6vw;
}
.mobile .second_title,
.mobile .six_title {
  text-align: center;
  color: #070762;
  font-size: 9.58vw;
  line-height: 9.58vw;
  position: relative;
  margin-bottom: 7.8vw;
}
.six_title::before,
.six_title::after {
  content: "";
  position: absolute;
  background-color: #4d8ff7;
  height: 0.3vw;
  transition: all 0.7s ease-in-out;
}

.six_title::before {
  width: 7vw;
  right: -7.5vw;
  top: -0.5vw;
  opacity: 0;
}
.six_title.active::before {
  right: 25.5vw;
  opacity: 1;
}

.six_title::after {
  width: 6.5vw;
  top: 2.3vw;
  left: -7.4vw;
  opacity: 0;
}
.six_title.active::after {
  left: 25.6vw;
  opacity: 1;
}
.mobile .second_title::before,
.mobile .six_title::before {
  content: "";
  position: absolute;
  background-color: #4d8ff7;
  height: 1vw;
}

.mobile .six_title::before {
  width: 27vw;
  right: -31vw;
  top: -2vw;
}
.mobile .six_title.active::before {
  right: 20vw;
}

.mobile .six_title::after {
  width: 27vw;
  top: 9.3vw;
  left: -33vw;
}
.mobile .six_title.active::after {
  width: 27vw;
  top: 9.3vw;
  left: 19vw;
}
.second_title::before {
  content: "";
  position: absolute;
  background-color: #4d8ff7;
  height: 0.3vw;
  width: 5vw;
  right: 12vw;
  top: -1vw;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.second_title.active::before {
  content: "";
  position: absolute;
  right: 37vw;
  opacity: 1;
}
.mobile .second_title::before {
  width: 22vw;
  right: -23vw;
  top: -2vw;
  transition: all 0.7s ease-in-out;
}
.mobile .second_title.active::before {
  width: 22vw;
  right: 30vw;
  top: -2vw;
}
.mobile .second_title::after,
.mobile .six_title::after {
  content: "";
  position: absolute;
  background-color: #4d8ff7;
  height: 1vw;
}
.distElementFive {
  position: absolute;
  top: 90vw;
}
.mobile .distElementFive {
  top: 386vw;
}

.distElementThree {
  position: absolute;
  top: 65vw;
}
.mobile .distElementThree {
  position: absolute;
  top: 224vw;
}
.distElementFour {
  position: absolute;
  top: 95vw;
}
.mobile .distElementFour {
  top: 478vw;
}
.mobile .distElementOne {
  position: absolute;
  top: 140vw;
}
.mobile .distElementTwo {
  position: absolute;
  top: 514vw;
}
.second_title::after {
  content: "";
  position: absolute;
  background-color: #4d8ff7;
  height: 0.3vw;
  width: 6vw;
  left: 37vw;
  top: 2.5vw;
}
.second_title::after {
  content: "";
  position: absolute;
  background-color: #4d8ff7;
  height: 0.3vw;
  width: 6vw;
  left: 14vw;
  top: 2.5vw;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.second_title.active::after {
  content: "";
  position: absolute;
  left: 37vw;
  opacity: 1;
}
.mobile .second_title::after {
  width: 23vw;
  left: -25vw;
  top: 19vw;
  transition: all 0.7s ease-in;
}
.mobile .second_title.active::after {
  width: 23vw;
  left: 20vw;
  top: 19vw;
}
.before,
.after {
  position: absolute;
  width: 6.7vw;
  height: 0.3vw;
  background-color: #070762;
  transition: all 0.7s ease-in;
}
.mobile .before,
.mobile .after {
  position: absolute;
  width: 24vw;
  height: 1vw;
  transition: all 1s ease-in;
}
.before {
  top: 0vw;
  right: -11vw;
  opacity: 0;
}
.mobile .before {
  top: -1vw;
  right: -31vw;
  width: 30vw;
}
.after {
  top: 3.3vw;
  left: -13vw;
  opacity: 0;
}
.mobile .after {
  top: 9vw;
  left: -31vw;
  width: 23vw;
}
.before.active {
  right: 0vw;
  opacity: 1;
}
.after.active {
  left: 0vw;
  opacity: 1;
}
.first_content div {
  font-size: 1.8vw;
  direction: rtl;
}
.mobile .first_content div {
  font-size: 5.5vw;
}

.main {
  overflow: hidden;
  background: url(./images/bg_desktop2.png);
  height: fit-content;
  position: relative;
}

.mobile .main {
  overflow: hidden;
  background: url(./images/bg2.png);
  height: fit-content;
  padding-bottom: 29vw;
}

.logo_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  height: 4.8vw;
  background: #fff;
  width: 100%;
  z-index: 36;
  padding: 0 17.7vw;
}
.mobile .logo_container {
  position: unset;
  height: fit-content;
  background: unset;
  z-index: unset;
  padding: 2vw 4vw 2vw 7vw;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.logo_ua {
  width: 13.6vw;
  height: fit-content;
  margin-left: 4.7vw;
  height: 4.3vw;
  object-fit: contain;
}
.mobile .logo_ua {
  width: 45vw;
  object-fit: cover;
  margin-left: unset;
  height: auto;
}
.logos_desk {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.logo {
  width: 3.13vw;
  height: 3.28vw;
}
.mobile .logo {
  width: 14vw;
  height: fit-content;
}
.credit_card {
  width: 26.1vw;
  position: relative;
  height: fit-content;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateY(0vw) translateX(-50%);
  transition: top 0.7s linear, width 0.1s linear, height 0.1s linear;
  max-width: 100vw;
  z-index: 10;
  transform: translateX(-50%);
  top: 52vw;
}
.mobile .credit_card {
  width: 79vw;
  top: 180vw;
  transition: top 1s linear, width 0.2s linear, height 0.2s linear;
}
.mobile .credit_card.fade-in_credit_card {
  top: 145vw;
}

.credit_card.active {
  top: 40vw;
  height: auto;
}

.mobile .credit_card.active {
  top: 129vw;
}

.btn_main {
  /* padding: 1vw; */
  width: 15.9vw;
  height: 3.2vw;
  border-radius: 10px;
  background: #070762;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3vw;
  cursor: pointer;
  border: none;
}
.mobile .btn_main {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17vw;
  width: 100%;
  font-size: 6vw;
  transition: unset;
  z-index: 11;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s linear;
  padding: unset;
  border-radius: 0px;
}
.mobile .btn_main.active {
  opacity: 1;
}
.btn_main img {
  margin-right: 1vw;
}
.mobile .btn_main img {
  position: absolute;
  left: 24vw;
  width: 2vw;
  margin-right: unset;
}

.mobile .btn_main span {
  direction: rtl;
  margin: 0 auto;
}
.text_container {
  margin-bottom: 3.12vw;
}
.mobile .text_container {
  margin-bottom: 4.8vw;
}

.text-1,
.text-2 {
  direction: rtl;
  font-family: SimplerPro_Leumi_H-Regular;
  font-size: 1.27vw;
  line-height: 1.33vw;
  color: #070762;
  padding: 0 17.2vw;
}
.mobile .text-1,
.mobile .text-2 {
  direction: rtl;
  font-size: 4.7vw;
  line-height: 4.8vw;
  padding: 0vw 3.6vw;
}
.text-1 {
  margin-bottom: 1vw;
}
.mobile .text-1 {
  margin-bottom: 5vw;
}

.marquee-w {
  display: flex;
  width: 100%;
  padding: 2.9vw 0px;
  align-items: center;
  background: #394a6f;
}
.mobile .marquee-w {
  padding: 4.8vw 0px;
}
.marquee {
  /* position: absolute; */
  display: inline-block;
  margin: auto auto;
  white-space: nowrap;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
  position: relative;
}
.marquee span {
  display: inline-block;
  padding-left: 0%;
  text-align: center;
  white-space: nowrap;
  /* min-width: 10%; */
  max-width: 13%;
  height: 100%;
  font-size: 20px;
  animation: marquee 30s linear infinite;
  color: #fff;
  position: relative;
  font-size: 1.2vw;
}
.mobile .marquee span {
  min-width: 30%;
  max-width: unset;
  animation: marquee 30s linear infinite;
  font-size: 5vw;
}
.mobile .marquee span.reverse {
  min-width: 30%;
  max-width: unset;
  animation: marquee 15s linear infinite;
  animation-direction: reverse;
}

.mobile .marquee span.one {
  min-width: 40%;
  max-width: unset;
  animation: marquee 15s linear infinite;
}
.mobile .marquee .reverse {
  animation-direction: reverse;
}
.marquee2 span {
  animation-delay: 15s;
}
.mobile .marquee2 span {
  animation-delay: 15s;
}

.marquee_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mobile .marquee span.one .marquee_container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  width: 44vw;
}
.mobile .marquee_container div {
  margin: 0 6vw;
}
/* .marquee_container div::before {
    content: "";
    width: 0.4vw;
    height: 0.4vw;
    background-color: #fff;
    position: absolute;
} */
.ellipese {
  width: 0.4vw;
  height: 0.4vw;
  margin: 0 1vw;
}
.mobile .ellipese {
  width: 2vw;
  height: 2vw;
  max-width: 2vw;
  /* margin: 0 6vw; */
  max-height: 2vw;
  /* flex: 1; */
  position: absolute;
  top: 0.8vw;
  left: -2.2vw;
}
.four_section {
  padding: 3.1vw 0vw;
  height: fit-content;
}
.mobile .four_section {
  padding: 14.5vw 0vw;
  height: fit-content;
}
.four_title {
  text-align: center;
  color: #070762;
  font-size: 1.56vw;
  direction: rtl;
  margin-bottom: 1.56vw;
}
.mobile .four_title {
  font-size: 6vw;
  margin-bottom: 4.8vw;
}
.mobile .signal {
  font-family: "Orion-Bold";
}

.group {
  flex-direction: column;
  gap: 0.8vw;
  width: 46%;
  display: inline-flex;
  margin: 1vw 0.3vw;
}
.mobile .group {
  display: flex;
  gap: 4.8vw;
  width: 100%;
}

.four_container {
  padding: 0 13.5vw 0 17vw;
  opacity: 0;
  transition: all 0.6s ease-in;
  transform: translateY(3.5vw);
}
.four_container.active {
  transform: translateY(0vw);
  opacity: 1;
}

.six_container {
  display: flex;
  gap: 0.3vw;
  align-items: unset;
  justify-content: unset;
  height: fit-content;
  padding: unset;
  transform: translateY(3.5vw);
  opacity: 0;
  transition: all 0.8s ease-in;
}
.six_container.active {
  opacity: 1;
  transform: translateY(0vw);
}
.mobile .six_container.active {
  opacity: 1;
  transform: translateY(0vw);
}
.mobile .four_container,
.mobile .six_container {
  display: flex;
  flex-direction: column;
  gap: 4.8vw;
  align-items: unset;
  justify-content: unset;
  height: fit-content;
  padding: unset;
}
.mobile .four_container,
.mobile .six_container {
  transform: translateY(20vw);
  opacity: 0;
  transition: all 0.8s ease-in;
}
.mobile .four_container.active {
  transform: translateY(0vw);
  opacity: 1;
}
.four_item {
  background: linear-gradient(
      360deg,
      rgba(77, 143, 247, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #ebf2ff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 0vw 2vw 0vw 5vw;
  cursor: pointer;
  border: unset;
  text-align: right;
}
.mobile .four_item {
  background: linear-gradient(
      360deg,
      rgba(77, 143, 247, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #ebf2ff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 1.8vw 4.8vw;
}
.arrow_blue {
  position: relative;
  left: -26vw;
  top: 3vw;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in;
}
.mobile .arrow_blue {
  position: absolute;
  top: 11vw;
  left: 5vw;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in;
}
.arrow_blue.active {
  transform: rotate(180deg);
}
.mobile .arrow_blue.active {
  transform: rotate(180deg);
}
.four_title_content {
  font-size: 1.3vw;
}

.four_title_content,
.four_text {
  direction: rtl;
  color: #070762;
}
.mobile .four_title_content,
.mobile .four_text {
  direction: rtl;
  color: #070762;
}
.four_text {
  font-size: 1.1vw;
  font-family: SimplerPro_Leumi_H-Regular;
}

.mobile .four_title_content {
  font-size: 4.4vw;
}
.mobile .four_text {
  font-size: 3.7vw;
}
.mobile .four_text span {
  font-family: SimplerPro_Leumi_H-Regular;
}
.icon {
  width: 5.66vw;
  /* height: fit-content; */
  height: auto;
}
.mobile .icon {
  width: 17vw;
  height: 17vw;
}
.four_wrapper {
  display: flex;
  align-items: center;
  direction: rtl;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 1vw;
}
.mobile .four_wrapper {
  display: flex;
  align-items: center;
  direction: rtl;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 2vw;
}
.four_content_hide,
.four_content_hide span,
.four_content_hide ul,
.four_content_hide li,
.six_content ul,
.six_content li {
  direction: rtl;
  font-family: SimplerPro_Leumi_H-Regular;
}
.mobile .four_content_hide,
.mobile .four_content_hide span,
.mobile .four_content_hide ul,
.mobile .four_content_hide li,
.mobile .six_content ul,
.mobile .six_content li {
  direction: rtl;
  font-family: SimplerPro_Leumi_H-Regular;
}
.mobile .four_content_hide span {
  line-height: 4.8vw;
}

.paragraph.paragraph_one.active {
  height: 9vw;
}

.mobile .paragraph.paragraph_one.active {
  height: 26vw;
}

.paragraph {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in;
}

.mobile .four_content_hide {
  padding-right: 4vw;
  line-height: 4.8vw;
  height: 0;
  overflow: hidden;
  transition: all 1s ease-in;
  font-size: 3.8vw;
}
.paragraph {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
.four_content_hide {
  padding-right: 1vw;
  line-height: 1.5vw;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in;
  direction: rtl;
  font-size: 1vw;
  text-align: right;
}
.four_content_hide a {
  color: #000;
  cursor: pointer;
}
.mobile .paragraph {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
.mobile .paragraph.paragraph_one.active {
  height: 26vw;
}
.paragraph.paragraph_two.active {
  height: 9vw;
}
.mobile .paragraph.paragraph_two.active {
  height: 29vw;
}
.paragraph.paragraph_three.active {
  height: 12vw;
}

.mobile .paragraph.paragraph_three.active {
  height: 34vw;
}

.paragraph.paragraph_four.active {
  height: 5vw;
}
.mobile .paragraph.paragraph_four.active {
  height: 15vw;
}
.mobile .six_content.item_five.active {
  height: 80vw;
  margin-top: 5vw;
}
.mobile .six_content.item_six.active {
  height: 26vw;
  margin-top: 5vw;
}
.mobile .six_content.item_seven.active {
  height: 26vw;
  margin-top: 5vw;
}
.mobile .six_content.item_eigth.active {
  height: 13vw;
  margin-top: 5vw;
}

.mobile .six_content.item_nine.active {
  height: 26vw;
  margin-top: 5vw;
}
.mobile .six_content.item_nine a {
  color: #070762;
}
.mobile .six_item.item_ten {
  overflow: hidden;
  height: 20vw;
}

.mobile .six_item.item_ten.active {
  height: 50vw;
}
.mobile .six_item.item_eleven {
  overflow: hidden;
  height: 20vw;
}

.mobile .six_item.item_eleven.active {
  height: 42vw;
}
.mobile .six_item.item_twelve {
  overflow: hidden;
  height: 20vw;
}

.mobile .six_item.item_twelve.active {
  height: 39vw;
}
.mobile .six_item.item_five {
  overflow: hidden;
  height: 20vw;
}

.mobile .six_item.item_five.active {
  height: 101vw;
}
.mobile .six_item.item_six {
  overflow: hidden;
  height: 20vw;
}

.mobile .six_item.item_six.active {
  height: 43vw;
}
.mobile .six_item.item_seven {
  overflow: hidden;
  height: 20vw;
}

.mobile .six_item.item_seven.active {
  height: 47vw;
}
.mobile .six_item.item_eigth {
  overflow: hidden;
  height: 20vw;
}

.mobile .six_item.item_eigth.active {
  height: 31vw;
}
.mobile .six_content.item_ten div {
}
.mobile .six_content.item_ten.active {
  height: 28vw;
  margin-top: 5vw;
}
.mobile .six_content.item_ten a {
  color: #070762;
}
.mobile .six_content.item_eleven.active {
  height: 23vw;
  margin-top: 5vw;
}
.mobile .six_content.item_twelve.active {
  height: 17vw;
  margin-top: 5vw;
}
.mobile .six_content.item_thirteen.active {
  height: 34vw;
  margin-top: 5vw;
}
.mobile .six_content.item_fourteen.active {
  height: 9vw;
  margin-top: 5vw;
}
.mobile .six_content.item_fifteen.active {
  height: 31vw;
  margin-top: 5vw;
}

.four_content_hide ul {
  font-size: 1vw;
  padding-right: 2vw;
}
.mobile .four_content_hide ul {
  font-size: 3.8vw;
  padding-right: 6vw;
}

.mobile .four_content_hide li {
  line-height: 4.8vw;
}
.five_section {
  background: url(./images/bg_cloud_desk.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 16.953vw;
  position: relative;
  overflow: hidden;
  background-size: 33.7vw 11.3vw;
  background-position: 50%;
  margin: 0 auto;
}
.mobile .five_section {
  background: url(./images/bg_cloud.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vw;
  position: relative;
  overflow: hidden;
  margin: unset;
  background-position: unset;
}
.plane_united {
  width: 33.7vw;
  height: fit-content;
  position: absolute;
  right: -34vw;
  top: 2vw;
  transition: 0.9s linear;
}
.plane_united.active {
  right: 30vw;
}

.mobile .plane_united {
  width: 82.6vw;
  height: auto;
  position: absolute;
  top: 11vw;
  transform: translateX(123%);
  right: -83vw;
}
.mobile .plane_united.active {
  right: 108vw;
}
.six_section {
  padding: 3.1vw 17vw;
}

.mobile .six_section {
  padding: 14.4vw 3.6vw 9.7vw;
}
.six_item {
  border-radius: 4px;
  background: var(--primarygrey-1, #ebf2ff);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
  direction: rtl;
  color: #070762;
  font-size: 1.06vw;
  padding: 1.5vw 1vw 0.1vw;
  height: 4vw;
  transition: height 0.5s ease-in;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: none;
  text-align: right;
}
.six_item.active {
  height: 10vw;
}
/* .six_item.item_twelve, */
.six_item.item_ten,
.six_item.item_five,
.six_item.item_seven {
  padding: 0.8vw 1vw 0.1vw;
}
.six_item.item_ten.active {
  height: 12vw;
}
.six_item.item_eleven.active {
  overflow: hidden;
  height: 9vw;
}
.six_item.item_twelve.active {
  overflow: hidden;
  height: 9vw;
}
.six_item.item_five.active {
  overflow: hidden;
  height: 22vw;
}
.six_item.item_six.active {
  overflow: hidden;
  height: 9vw;
}
.six_item.item_seven.active {
  overflow: hidden;
  height: 10vw;
}
.six_item.item_eigth.active {
  overflow: hidden;
  height: 9vw;
}
.mobile .six_item {
  font-size: 4.4vw;
  padding: 5.4vw 7vw 0vw;
  height: fit-content;
}
.six_content {
  direction: rtl;
  line-height: 1.2vw;
  font-size: 1.03vw;
  font-family: SimplerPro_Leumi_H-Regular;
  transition: height 0.7s ease-in;
  margin-top: 1vw;
  height: 0vw;
  overflow: hidden;
}

.six_content.item_nine.active {
  overflow: hidden;
  height: 10vw;
}

.six_content.item_ten.active {
  overflow: hidden;
  height: 10vw;
}

.six_content.item_eleven.active {
  overflow: hidden;
  height: 9vw;
}
.six_content.item_eleven li {
  margin-right: 1vw;
}
.six_content.item_twelve.active {
  overflow: hidden;
  height: 9vw;
}
.six_content.item_five.active {
  overflow: hidden;
  height: 22vw;
}
.six_content.item_six.active {
  overflow: hidden;
  height: 9vw;
}
.six_content.item_seven.active {
  overflow: hidden;
  height: 9vw;
}
.six_content.item_eigth.active {
  overflow: hidden;
  height: 9vw;
}
.mobile .six_content {
  direction: rtl;
  line-height: 4.4vw;
  font-size: 3.8vw;
  font-family: SimplerPro_Leumi_H-Regular;
  transition: all 0.5s ease-in;
  height: 0;
  overflow: hidden;
  margin-top: 5vw;
}
.six_content div {
  font-family: SimplerPro_Leumi_H-Regular;
  direction: rtl;
  line-height: 1.2vw;
  font-size: 1.03vw;
  margin-bottom: 1vw;
}
.six_content ul {
  padding-right: 6vw;
}
.mobile .six_content div {
  font-family: SimplerPro_Leumi_H-Regular;
  direction: rtl;
  line-height: 4.4vw;
  font-size: 3.8vw;
  margin-bottom: 3vw;
}
.mobile .six_content ul {
  padding-right: 6vw;
}
.cruz {
  position: absolute;
  left: 2vw;
  top: 1.5vw;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
.cruz.active {
  transform: rotate(180deg);
}
.mobile .cruz {
  position: absolute;
  left: 7vw;
  top: 6vw;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
.mobile .cruz.active {
  transform: rotate(180deg);
}
.seven_section {
  direction: rtl;
  padding: 0vw 3.6vw;
  font-size: 0.77vw;
  line-height: 0.77vw;
  font-family: SimplerPro_Leumi_H-Regular;
  padding: 0vw 21vw 5.95vw 17vw;
}
.seven_section a {
  color: #000;
  cursor: pointer;
}
.mobile .seven_section {
  font-size: 3.7vw;
  line-height: 4vw;
  padding: 0vw 3.6vw 9.8vw;
}
.footer {
  padding: 0vw 36.8vw 4vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part_one img {
  width: 2.04vw;
  height: fit-content;
}
.part_two img {
  width: 8.12vw;
  height: 2vw;
  object-fit: cover;
}
.part_one,
.part_two {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1vw;
}
.part_one a,
.part_two a {
  color: #070762;
  font-size: 0.94vw;
}
.mobile .footer {
  padding: 9.6vw 4.8vw;
}
.mobile .part_one img {
  width: 7.5vw;
  height: fit-content;
}
.mobile .part_two img {
  /* width: 30.6vw;
    height: fit-content; */
  width: 33.6vw;
  height: 7vw;
  object-fit: cover;
}
.mobile .part_one,
.mobile .part_two {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 4vw;
}
.mobile .part_two {
}
.mobile .part_one a,
.mobile .part_two a {
  color: #070762;
  font-size: 3.4vw;
}
.hr {
  margin-bottom: 2vw;
}
.mobile .with_out_underline {
  text-decoration: none;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .mobile .first_content div {
    font-size: 5.2vw;
  }
  .mobile .first_content a {
    font-size: 3.99vw;
  }
  .mobile .four_content_hide ul {
    font-size: 3.7vw;
  }
  .mobile .text-1,
  .mobile .text-2 {
    font-size: 4.7vw;
  }
  .mobile .four_content_hide {
    font-size: 3.7vw;
  }
  .mobile .logo_ua {
    width: 45vw;
    object-fit: cover;
    margin-left: unset;
    height: 7vw;
  }
  .mobile .logo {
    width: 14vw;
    /* height: fit-content; */
    height: 14vw;
  }
  .mobile .btn {
    font-size: 10vw;
  }
}
