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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Druk";
  src: url("../fonts/DrukWideMediumItalicCy.woff") format("woff"), url("../fonts/DrukWideMediumItalicCy.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Reg";
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Med";
  src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alexandria-Reg";
  src: url("../fonts/Alexandria-Regular.woff") format("woff"), url("../fonts/Alexandria-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alexandria-Light";
  src: url("../fonts/Alexandria-Light.woff") format("woff"), url("../fonts/Alexandria-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alexandria-ExtraBold";
  src: url("../fonts/Alexandria-ExtraBold.woff") format("woff"), url("../fonts/Alexandria-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alexandria-Med";
  src: url("../fonts/Alexandria-Medium.woff") format("woff"), url("../fonts/Alexandria-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.mob {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

body,
html {
  height: 100%;
}

.page {
  font-family: "Inter-Reg", Arial, sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  background: #001dff;
  font-size: 10px;
}

.page_bg {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  background: #001dff url("../images/bg-en.jpg") 50% 0 no-repeat;
  background-size: 192em 117em;
}

html.ar .page {
  font-family: "Alexandria-Reg", Arial, sans-serif;
}
html.ar .page_bg {
  background-image: url("../images/bg-ar.jpg");
}

html.en .en {
  display: block;
}
html .en {
  display: none;
}

html.ar .ar {
  display: block;
}
html .ar {
  display: none;
}

.lang_switcher_outer {
  position: absolute;
  font-family: "Inter-Reg", Arial, sans-serif;
  top: 2em;
  right: 0;
  width: 7em;
  height: 3.5em;
  z-index: 6;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.lang_switcher_outer i {
  background: url("../images/lang-arr.svg") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.3em;
  position: absolute;
  height: 0.8em;
  top: 1.25em;
  right: 0.75em;
}
.lang_switcher_outer p {
  font-size: 1.1em;
  position: relative;
  color: #fff;
  top: 0.5em;
  text-transform: none;
  display: inline-block;
  width: 45%;
  text-align: center;
}
.lang_switcher_outer.act .lang_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang_switcher_outer.act .lang_switcher {
  border-radius: 0.5em 0.5em 0 0;
  border-bottom: none;
}

.lang_switcher {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: 3.5em;
  cursor: pointer;
  position: relative;
  z-index: 3;
  border: 0.2em solid #fff;
  border-radius: 0.5em;
  text-align: left;
}

.curr_lang {
  position: relative;
  display: inline-block;
  margin: 0 0 0 1em;
}
.curr_lang span {
  font-size: 1.2em;
  padding: 0.85em 0 0 0;
  display: inline-block;
}
.curr_lang em {
  top: 0.4em;
  margin: 0 0.5em 0 0;
}

.lang_list {
  position: absolute;
  list-style-type: none;
  top: 3.5em;
  display: none;
  left: 0;
  width: 14em;
  border-radius: 0 0.5em 0.5em 0.5em;
  overflow: hidden;
  cursor: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 0 2em #000;
          box-shadow: 0 0 2em #000;
}
.lang_list li {
  height: 2.8em;
  cursor: pointer;
  padding: 0.2em 0 0 1.2em;
  width: 50%;
  display: inline-block;
  white-space: nowrap;
  background: #fff;
}
.lang_list li span {
  font-size: 1.2em;
  padding: 0.5em 0 0 0;
  display: inline-block;
  color: #ff0000;
}
.lang_list li:hover, .lang_list li.curr {
  background: #ff0000;
}
.lang_list li:hover span, .lang_list li.curr span {
  color: #fff;
}

.container {
  position: relative;
  z-index: 3;
  max-width: 125em;
  margin: 0 auto;
}

.top_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 20.5em 0;
}

.en .top_section {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ar .top_section {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 35em 0;
}

.top_section_inner {
  width: 63em;
  padding: 3.5em 0 0 0;
}
.top_section_inner.en {
  text-align: center;
  font-family: "Druk", Arial, sans-serif;
}
.top_section_inner .btn {
  width: 54.5em;
}
.top_section_inner.ar {
  color: #fff;
  text-align: right;
}
.top_section_inner.ar .btn {
  float: right;
  margin: 4em 0.65em 0 0;
}

.logo {
  display: block;
  width: 37.6em;
  height: 11.8em;
  margin: 0 auto 3.5em;
}

.top_section_txt_1 {
  font-size: 2em;
  text-transform: uppercase;
  color: #0133ff;
  display: inline-block;
  background: #fff;
  padding: 0.5em 0.75em;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.top_section_txt_2 {
  color: #fff;
  font-size: 7.5em;
  text-transform: uppercase;
  line-height: 1;
}

.top_section_txt_3 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 4.2em;
  margin: 0 0 0.1em 0;
}

.top_section_txt_4 {
  font-size: 2.8em;
  text-transform: uppercase;
  color: #0133ff;
  display: inline-block;
  background: #fff;
  padding: 0.5em 0.75em;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  margin: 1rem 0 1.5em 0;
}

.top_section_txt_5 {
  font-size: 5.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.25;
}
.top_section_txt_5 span:nth-child(2) {
  margin: 0 0.25em;
}

.top_section_txt_6 {
  font-size: 8.6em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_section_txt_6 span {
  margin: 0 0.2em 0 0;
}
.top_section_txt_6 span:nth-last-child(1) {
  margin: 0;
}

.btn {
  display: block;
  width: 48em;
  margin: 0 auto;
  padding: 1.75em 0;
  font-family: "Druk", Arial, sans-serif;
  background-color: #ff4800;
  text-decoration: none;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  text-align: center;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}
.btn span {
  font-size: 2.8em;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  position: relative;
}
.btn:hover {
  background-color: #e3302d;
}

.ar .btn {
  font-family: "Alexandria-ExtraBold", Arial, sans-serif;
}

.steps_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  font-family: "Druk", Arial, sans-serif;
  margin: 0 0 12em 0;
}

.ar .steps_wrap {
  font-family: "Alexandria-Reg", Arial, sans-serif;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ar .swiper-slide:before, .ar .swiper-slide:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.step_item {
  border: 0.2em solid #fff;
  border-radius: 1.3em;
  -webkit-box-shadow: 0 0 3em #fff inset;
          box-shadow: 0 0 3em #fff inset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 7em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 7.4em;
  position: relative;
  text-align: center;
}
.step_item span {
  font-size: 2.5em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.swiper-slide {
  position: relative;
  width: auto;
  height: auto;
}
.swiper-slide:nth-child(2) {
  margin: 0 7.5em;
}
.swiper-slide:nth-child(2):after, .swiper-slide:nth-child(2):before {
  position: absolute;
  top: 2em;
  content: "";
  color: #fff;
  background: url("../images/step-arr.svg") 0 0 no-repeat;
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.swiper-slide:nth-child(2):before {
  left: -5em;
}
.swiper-slide:nth-child(2):after {
  right: -5em;
}

.about_section {
  margin: 0 0 12em 0;
}

.about_section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0 5.5em 0;
}

.ar .about_section_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}

.about_txt_wrap {
  width: 72em;
  color: #fff;
}

.about_img {
  background: url("../images/balls.png") 50% 0 no-repeat;
  background-size: contain;
  width: 40.5em;
  height: 49.4em;
  margin: 2em 0 0 0;
}

.about_txt_title {
  font-size: 3.5em;
  font-family: "Inter-Bold", Arial, sans-serif;
  margin: 0 0 1em 0;
}

.about_txt_1 {
  font-size: 1.4em;
  margin: 0 0 1em 0;
}

.about_txt_2 {
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: 1.4em;
  margin: 0 0 1em 0;
}

.about_txt_3 {
  font-size: 1.4em;
  margin: 0 0 1.75em 0;
}

.btn_subtitle {
  text-align: center;
  padding: 1.75em 0 0 0;
}
.btn_subtitle a {
  text-decoration: underline;
  font-size: 1.8em;
  color: #fff;
}
.btn_subtitle a:hover {
  text-decoration: none;
}

.ar .about_txt_title {
  font-family: "Alexandria-Reg", Arial, sans-serif;
}
.ar .about_txt_1,
.ar .about_txt_3 {
  font-family: "Alexandria-Light", Arial, sans-serif;
}
.ar .about_txt_2 {
  font-family: "Alexandria-Med", Arial, sans-serif;
}
.ar .about_txt_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: right;
}
.ar .about_txt_3 span {
  margin: 0 0.25em;
}

.providers {
  margin: 0 0 12.5em 0;
}
.providers img {
  margin: 0 auto;
}
.providers img.desk {
  max-width: 124.9em;
}
.providers img.mob {
  max-width: 51.7em;
}

.block {
  color: #fff;
  margin: 0 0 8em 0;
}

.section_title {
  text-align: center;
  color: #fff;
  font-size: 3.5em;
  width: 100%;
  font-family: "Inter-Bold", Arial, sans-serif;
  margin: 0 0 1em 0;
}

.ar .section_title {
  font-family: "Alexandria-Med", Arial, sans-serif;
}
.ar .bonus_terms_txt_2 {
  text-align: right;
  font-size: 1.4em;
  line-height: 2;
  font-family: "Alexandria-Light", Arial, sans-serif;
}

.bonus_terms_txt_1 {
  font-size: 1.8em;
  font-family: "Inter-Bold", Arial, sans-serif;
  margin: 0 0 1em 0;
}

.bonus_terms_txt_2 {
  font-size: 1.8em;
  line-height: 1.5;
}

.bonus_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bonus_half {
  width: 45em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 1.8em 0;
}

.ar .bonus_half {
  width: 55em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bonus_info_txt_l {
  font-size: 1.8em;
  width: 8.35em;
  font-family: "Inter-Bold", Arial, sans-serif;
}

.bonus_info_txt_r {
  font-size: 1.8em;
}

.bonus_info_txt_ar_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.8em;
  width: 70%;
  font-family: "Alexandria-Light", Arial, sans-serif;
}
.bonus_info_txt_ar_l span:nth-child(2) {
  margin: 0 0.2em;
}

.bonus_info_txt_ar_r {
  width: 8.35em;
  font-size: 1.8em;
  color: #fff;
  text-align: right;
  font-family: "Alexandria-Med", Arial, sans-serif;
}

.terms_section {
  text-align: center;
}

.terms_title {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 0 1em 0 0;
  cursor: pointer;
  margin: 0;
}
.terms_title:after {
  background: url("../images/lang-arr.svg") 0 0 no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 1.8em;
  right: 0;
  width: 2em;
  height: 1.2em;
  font-size: 28.58%;
}

.terms_section_inner.opened .terms_title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.terms_txt_1 {
  font-size: 1.8em;
  margin: 0 0 1.5em 0;
  text-align: left;
}

.terms_txt_2 {
  font-size: 1.8em;
  font-family: "Inter-Bold", Arial, sans-serif;
  margin: 0 0 1.5em 0;
  text-align: left;
}

.terms_content {
  display: none;
  padding: 8em 0 0 0;
}

.terms_column_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 6.5em 0;
}

.terms_column_item {
  width: 33%;
  text-align: center;
  color: #fff;
}
.terms_column_item div {
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: 1.8em;
  line-height: 1.5;
}
.terms_column_item span {
  display: block;
  font-size: 1.8em;
  line-height: 1.5;
}

.ar .terms_column_item div {
  font-family: "Alexandria-Med", Arial, sans-serif;
}
.ar .terms_column_item span {
  font-family: "Alexandria-Light", Arial, sans-serif;
}
.ar .terms_txt_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Alexandria-Light", Arial, sans-serif;
  line-height: 1.75;
  text-align: right;
}
.ar .terms_txt_1 span {
  margin: 0 0.2em 0 0;
}
.ar .terms_txt_1 span:nth-last-child(1) {
  margin: 0;
}
.ar .terms_txt_2 {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Alexandria-Med", Arial, sans-serif;
}
.ar .terms_txt_2 span {
  margin: 0 0.2em 0 0;
}
.ar .terms_txt_2 span:nth-last-child(1) {
  margin: 0;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 3em 0;
}
.socials a {
  display: block;
  margin: 0 2em;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 80%;
}

.soc_1 {
  background-image: url("../images/icon-1.png");
  width: 4.1em;
  height: 3.7em;
}

.soc_2 {
  background-image: url("../images/icon-2.png");
  width: 3.8em;
  height: 3.8em;
}

.soc_3 {
  background-image: url("../images/icon-3.png");
  width: 2.3em;
  height: 3.8em;
}

.footer {
  padding: 0 0 2em 0;
}

.ft_txt {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  opacity: 0.6;
  line-height: 1.75;
  text-align: center;
}

.pay {
  margin: 0 0 2em 0;
}
.pay img {
  margin: 0 auto;
}
.pay img.desk {
  max-width: 123.4em;
}
.pay img.mob {
  max-width: 52.2em;
}

.curr_cl .bonus,
.curr_kz .bonus {
  display: block;
}

@media (max-width: 1520px) {
  .page {
    font-size: 9px;
  }
}
@media (max-width: 1360px) {
  .page {
    font-size: 8px;
  }
  .about_txt_1,
  .about_txt_2,
  .about_txt_3 {
    font-size: 1.7em;
  }
  .ft_txt {
    font-size: 1.4em;
  }
}
@media (max-width: 1220px) {
  .page {
    font-size: 7px;
  }
}
@media (max-width: 1060px) {
  .page {
    font-size: 6px;
  }
}
@media (max-width: 920px) {
  .page {
    font-size: 5px;
  }
}
@media (max-width: 760px) {
  .page {
    font-size: 4.5px;
  }
}
@media (max-width: 685px) {
  .page {
    font-size: 4px;
  }
}
@media (max-width: 930px) and (orientation: landscape) {
  .page {
    font-size: 5px;
  }
}
@media (max-width: 812px) and (orientation: landscape) {
  .page {
    font-size: 4.75px;
  }
}
@media (max-width: 736px) and (orientation: landscape) {
  .page {
    font-size: 4.5px;
  }
  .lang_switcher_outer {
    top: 7.25%;
  }
}
@media (max-width: 667px) and (orientation: landscape) {
  .page {
    font-size: 4.25px;
  }
}
@media (max-width: 568px) and (orientation: landscape) {
  .page {
    font-size: 4px;
  }
}
@media (max-width: 567px) and (orientation: portrait) {
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
  .page {
    font-size: 10px;
  }
  .page_bg {
    background: #0057ff url("../images/bg-mob.jpg") 50% -16em no-repeat !important;
    background-size: 585px !important;
  }
  .container {
    padding: 0 2em;
    max-width: unset;
  }
  .top_section {
    margin: 0 0 62em 0;
  }
  .steps {
    font-size: 70%;
  }
  .about_txt_title {
    text-align: center;
  }
  .terms_txt_1,
  .terms_txt_2,
  .bonus_terms_txt_1,
  .bonus_terms_txt_2,
  .about_txt_1,
  .about_txt_2,
  .about_txt_3 {
    font-size: 2.5em;
  }
  .about_txt_3 {
    margin: 0 0 1em 0;
  }
  .about_img {
    display: none;
  }
  .about_section_inner {
    padding: 0 0 3.5em 0;
  }
  .providers,
  .about_section {
    margin: 0 0 10em 0;
  }
  .bonus_terms_txt_2 {
    margin: 0 0 1em 0;
  }
  .lang_switcher_outer {
    right: 1em;
  }
  .lang_switcher_outer.act .lang_list {
    left: auto;
    right: 0;
    border-radius: 0.5em 0 0.5em 0.5em;
  }
  .top_section_inner {
    width: auto;
    padding: 4em 0 0 0;
    font-size: 80%;
  }
  .top_section_inner.ar .btn {
    float: none;
    margin: 5em auto 0;
  }
  .bonus_half {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2.5em 0;
  }
  .bonus_info_txt_l {
    width: 50%;
    font-size: 2.5em;
  }
  .bonus_info_txt_r {
    width: 50%;
    font-size: 2.5em;
    text-align: right;
  }
  .bonus_info_txt_r span {
    display: block;
  }
  .terms_column_item div,
  .terms_column_item span {
    font-size: 2.5em;
  }
  .terms_column_wrap {
    margin: 0 0 2.5em 0;
  }
  .terms_txt_1 {
    margin: 0 0 1em 0;
  }
  .terms_txt_1:nth-child(4) {
    margin: 0 0 2em 0;
  }
  .terms_txt_2 {
    margin: 0 0 2em 0;
  }
  .terms_txt_2 span {
    margin: 0 0 1em 0;
  }
  .socials a {
    font-size: 100%;
  }
  .steps_wrap {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 150%;
  }
  .swiper-slide {
    text-align: center;
    margin: 0 !important;
  }
  .swiper-slide:nth-child(2):before, .swiper-slide:nth-child(2):after {
    display: none;
  }
  .step_item {
    width: 32em;
  }
  .step_item:after {
    position: absolute;
    content: "";
    color: #fff;
    background: url("../images/step-arr.svg") 0 0 no-repeat;
    background-size: contain;
    width: 2em;
    height: 2em;
    right: -5em;
    top: 2.5em;
  }
  .step_item span {
    font-size: 2.25em;
  }
  .ar .page_bg {
    background-position: 50% -20em;
  }
  .ar .bonus_half {
    font-size: 90%;
  }
  .ar .top_section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 62em 0;
  }
  .ar .top_section_txt_4 {
    font-size: 3.85em;
  }
  .ar .top_section_txt_5 {
    font-size: 6.25em;
  }
  .ar .steps_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ar .step_item:after {
    right: auto;
    left: -5em;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .ar .bonus_terms_txt_2 {
    font-size: 2.5em;
    line-height: 1.5;
    margin: 0 0 2em 0;
  }
  .ar .bonus_info_txt_ar_l_txt_1 {
    width: 100%;
    text-align: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ar .bonus_info_txt_ar_l_txt_3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ar .bonus_info_txt_ar_l_txt_2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ar .bonus_info_txt_ar_l {
    width: 60%;
    line-height: 1.5;
  }
  .ar .bonus_info_txt_ar_l span:nth-child(2) {
    margin: 0 0 0 0.2em;
  }
  .ar .bonus_info_txt_ar_l,
  .ar .bonus_info_txt_ar_r {
    font-size: 2.5em;
  }
  .ar .terms_txt_1 {
    text-align: right;
  }
  .ar .terms_txt_1:nth-child(4) {
    margin: 0 0 4em 0;
  }
  .ar .terms_txt_1 span,
  .ar .terms_txt_2 span {
    margin: 0 0 0 0.2em;
  }
}
@media (max-width: 530px) and (orientation: portrait) {
  .page {
    font-size: 9px;
  }
  .page_bg {
    background-size: 530px !important;
  }
}
@media (max-width: 475px) and (orientation: portrait) {
  .page {
    font-size: 8px;
  }
  .page_bg {
    background-size: 475px !important;
  }
}
@media (max-width: 430px) and (orientation: portrait) {
  .page {
    font-size: 7.25px;
  }
  .page_bg {
    background-size: 430px !important;
  }
}
@media (max-width: 400px) and (orientation: portrait) {
  .page {
    font-size: 6.75px;
  }
  .page_bg {
    background-size: 400px !important;
  }
}
@media (max-width: 375px) and (orientation: portrait) {
  .page {
    font-size: 6.25px;
  }
  .page_bg {
    background-size: 375px !important;
  }
}
@media (max-width: 330px) and (orientation: portrait) {
  .page {
    font-size: 6px;
  }
  .page_bg {
    background-size: 360px !important;
  }
}
.curr_cl .top_section_txt_2,
.curr_th .top_section_txt_2,
.curr_ph .top_section_txt_2,
.curr_mx .top_section_txt_2,
.curr_ar .top_section_txt_2,
.curr_jp .top_section_txt_2,
.curr_kz .top_section_txt_2,
.curr_hu .top_section_txt_2,
.curr_co .top_section_txt_2,
.curr_vn .top_section_txt_2 {
  font-size: 5em;
}
.curr_cl .top_section_txt_6,
.curr_th .top_section_txt_6,
.curr_ph .top_section_txt_6,
.curr_mx .top_section_txt_6,
.curr_ar .top_section_txt_6,
.curr_jp .top_section_txt_6,
.curr_kz .top_section_txt_6,
.curr_hu .top_section_txt_6,
.curr_co .top_section_txt_6,
.curr_vn .top_section_txt_6 {
  font-size: 7em;
}