*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: 1s;
	background: rgba(255,255,255,0.8);
}
header.sticky {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
	
}

#back_to_top_button {
  display: inline-block;
  background-color: #256BE6;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 28px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back_to_top_button::after {
  content: "\f0aa";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back_to_top_button:hover {
  cursor: pointer;
  opacity: .8;
  text-decoration: none;
}
#back_to_top_button.show {
  opacity: 1;
  visibility: visible;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Cond.eot");
  src: url("../fonts/MyriadPro-Cond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Cond.woff2") format("woff2"), url("../fonts/MyriadPro-Cond.woff") format("woff"), url("../fonts/MyriadPro-Cond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.g_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 14px;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  max-width: 200px;
  width: 100%;
}

.g_btn_transparent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 14px;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  max-width: 200px;
  width: 100%;
}

.g_btn:hover {
  opacity: .8;
  text-decoration: none;
}

.g_btn_primary {
  background-color: #256be6;
  border: 1px solid #256be6;
  color: #fff;
}

.slides .g_btn_primary {
  background-color: #256be6 !important;
  border: 1px solid #256be6 !important;
  color: #fff !important;
  text-transform: none;
      font-size: 16px;
	      margin-top: 0px;
		  text-align: center;
}

.slides .header_slide_box {
    text-align: left;
}

.g_btn_primary:hover {
  color: #fff;
}

.g_btn_outline {
  background-color: #fff;
  color: #256be6;
}

.g_btn_outline:hover {
  color: #256be6;
}

.g_btn_radius {
  border-radius: 28px;
}

.header_logo {
  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: 190px; */
  width: 135px;
  height: 44px;
  font-family: 'Source Sans Pro', sans-serif;
}
.preloadermon img {
    max-width: 200px;
}
.g_link_bolder {
  font-weight: 700;
}

.g_link {
  color: #256be6;
}

.g_link:hover {
  text-decoration: none;
}

.header_g_link_register {
  border-radius: 22px;
  border: 1px solid #0082f0;
  padding-top: 9px;
  padding-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 140px;
  width: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g_card_box_m {
  margin-top: 30px;
}

.title_xl {
  font-size: 48px;
}

.title_l {
  font-size: 36px;
}

.title_m {
  font-size: 24px;
}

.text_m {
  font-size: 14px;
}

.text_l {
  font-size: 16px;
}

:focus,
:active {
  outline: none;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  background-color: #fff;
  font-family: 'Myriad Pro';
}

.header_nav_main a,
.header_login_box a,
.header_monetisation_box a {
  font-family: 'Source Sans Pro', sans-serif;
}
img {
  max-width: 100%;
}

.main_wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_monetisation_box .g_link {
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}

.separate {
  font-weight: 700;
  color: #256be6;
}

.header_login_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_login_box a {
  margin-left: 20px;
  margin-right: 20px;
}

.header_nav_main {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.header_nav_main a {
  margin-left: 10px;
  margin-right: 10px;
}

.header_nav {
  padding-top: 28px;
  padding-bottom: 28px;
  transition:0.5s;
}
.sticky .header_nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_slide {
  /*background: -webkit-gradient(linear, left top, right top, from(#f39526), to(#faa827));
  background: linear-gradient(to right, #f39526, #faa827);
  padding-top: 130px;
  padding-bottom: 91px;*/
  min-height: 555px;
      position: relative;
}
.textsliderabs{
	position:absolute;
	top:0;
	    width: 100%;
		    padding-top: 52px;
}

.header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_slide_box {
  width: 50%;
}

.header_title {
  color: #fff;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 700;
}

.header_subtitle {
  font-weight: 400;
  font-size: 48px;
  color: #fff;
  line-height: 60px;
}

.header_info {
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  /* max-width: 270px; */
      max-width: 400px;
  padding-bottom: 40px;
}

.start_form_title {
  color: #2f2f35;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.start_form_subtitle {
  color: #6c6c6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.start_form {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -90%;
  width: 460px;
  -webkit-box-shadow: 0 10px 36px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 36px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 40px;
  padding-bottom: 31px;
  font-size: 1rem;
}

.start_form input {
  border: none;
  width: 100%;
  border-left: 1px solid #dadada;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16px;
  padding-right: 16px;
}

.form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 1px solid #dadada;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 45px;
  margin-bottom: 63px;
}

.form_code {
  background-color: #fff;
  padding-left: 15px;
  color: #c5c5c5;
  font-weight: 400;
  border: none;
  min-width: 84px;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/dropdown_arrow.svg");
  background-repeat: no-repeat;
  background-position: 99% center;
}

.form_btn_send {
  max-width: 100%;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 41px;
  background-image: url("../img/right-arrow-forward.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 90% center;
}

.services_section {
  background-image: url("../img/section_bg.png");
  background-repeat: no-repeat;
  background-position: 100% top;
  margin-top: 55px;
}

.section_pre_title {
  color: #256be6;
  font-size: 20px;
  letter-spacing: 0.7px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

.section_pre_title::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #256be6;
  margin-right: 18px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.section_pre_title.mirors::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #256be6;
  margin-left: 18px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.section_title {
  /*text-transform: uppercase;*/
  font-weight: 400;
  line-height: 48px;
  color: #262934;
  max-width: 530px;
  margin-bottom: 51px;
}

.services_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.services_box .section_box {
  width: 50%;
}

.currency_img {
  padding-left: 27px;
  padding-right: 27px;
}

.currency_img img {
  width: 100%;
}

.card_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g_card {
  width: 310px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #fff;
  margin: 5px;
  padding-bottom: 5px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  min-height: 400px;
}

.g_card img {
  height: 70px;
  width: 65px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}

.g_card_title {
  font-weight: 700;
  line-height: 25px;
  color: #2f2f35;
  font-size: 24px;
  margin-bottom: 9px;
}

.g_card_info {
  color: #6c6c6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.transfer_section {
  background-color: #f7faff;
  padding-top: 40px;
}

.transfer_section .section_title {
  margin-bottom: 30px;
}

.transfer_section .g_btn {
  margin-top: 52px;
}

.transfer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1502px;
}

.transfer_box .section_box {
  width: 50%;
}

.transer_img img {
  width: 100%;
}

.transfer_info_box {
  padding-top: 75px;
  padding-left: 58px;
  max-width: 665px;
}

.transfer_info_box .section_title {
  max-width: 620px;
}

.transfef_info {
  margin-bottom: 30px;
}

.section_link_box {
  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;
  height: 30px;
}

.section_link_box a {
  margin-left: 30px;
  cursor: pointer;
  margin-right: 30px;
}

.tarif_section {
  padding-top: 42px;
}

.tarif_section .title_l {
  text-align: center;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  color: #262934;
  margin-top: 42px;
  margin-bottom: 70px;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  color: #6c6c6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.g_card_business {
  text-align: center;
}

.g_card_business_list_right {
  text-align: right;
}

.g_card_business_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_card_business {
  width: 300px;
  padding-top: 23px;
  padding-bottom: 20px;
}

.g_card_business.active {
  background-color: #f7faff;
}

.g_card_business_title {
  color: #256be6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 33px;
}

.business_curency {
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.g_card_business_price {
  color: #262934;
  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;
  margin-bottom: 45px;
}

.business_num {
  font-weight: 400;
  line-height: 48px;
  font-size: 72px;
}

.business_time {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 400;
  line-height: 35px;
  font-size: 35px;
}

.g_card_business_header {
  margin-bottom: 40px;
  min-height: 199px;
}

.g_card_business_header .g_btn {
  margin-left: auto;
  margin-right: auto;
}

.empty {
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}

.business_info_box {
  padding-top: 46px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 76px;
  color: #6c6c6f;
}

.business_info_box p {
  line-height: 28px;
  margin-bottom: 0;
}

.business_info_box a {
  color: #3173e7;
  font-weight: 700;
}

.no_before::before {
  display: none;
}

.why_section .section_pre_title {
  text-align: center;
  margin-bottom: 0;
}

.why_section .title_l {
  text-align: center;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  color: #2f2f35;
  margin-bottom: 10px;
}

.why_section .text_l {
  text-align: center;
  color: #6c6c6f;
  font-weight: 400;
  line-height: 28px;
}

.g_card_box_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g_card_m {
  width: 320px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: #fff;
  padding-top: 45px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin: 12px;
}

.g_card_m img {
  height: 65px;
  width: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 30px;
}

.g_card_m_title {
  color: #2f2f35;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.g_card_info {
  color: #6c6c6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.contact_box {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 52px;
  background-image: url("../img/section_form_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px;
}

.contact_box .section_box {
  width: 50%;
}

.form_contact {
  max-width: 450px;
  padding-bottom: 19px; //96px;
  color: #fff;
}

.form_contact input {
  width: 100%;
  color: #c5c5c5;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 28px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-radius: 28px;
  border: 1px solid #dadada;
  background-color: #fff;
  margin-bottom: 22px;
  height: 55px;
}

.form_contact input.error {
  border: 1px solid red;
}

.form_contact input::-webkit-input-placeholder {
  color: #c5c5c5;
}

.form_contact input::-moz-placeholder {
  color: #c5c5c5;
}

.form_contact input:-ms-input-placeholder {
  color: #c5c5c5;
}

.form_contact input::-ms-input-placeholder {
  color: #c5c5c5;
}

.form_contact input::placeholder {
  color: #c5c5c5;
}

.form_contact_interested {
  width: 100%;
  color: #c5c5c5;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 28px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 28px;
  border: 1px solid #dadada;
  background-color: #fff;
  margin-bottom: 22px;
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/dropdown_arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  line-height: inherit;
}

.form_contact_interested.error {
  border: 1px solid red;
}

.form_contact_btn_submit {
  margin-top: 23px;
}

.protect_monitify img {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}

.form_contact_title {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 30px;
}

.form_contact {
  padding-top: 52px;
}

.form_contact_info {
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 62px;
}

.footer {
  background-image: url("../img/Maps.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2053b1;
  padding-top: 110px;
  padding-bottom: 110px;
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 90px;
}

.footer_box a {
  color: #fff;
}

.footer_logo {
  width: 150px;
  margin-right: 150px;
  margin-top: 15px;
}

.footer_box_title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 0;
}

.footer_box_text {
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  font-size: 15px;
}

.footer_box_link {
  font-weight: 400;
  line-height: 28px;
  font-size: 15px;
}

.footer_copyright {
  font-size: 15px;
  padding-top: 23px;
  font-weight: 400;
  background-color: #123c87;
  color: #fff;
}

.footer_copyright_bottom {
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  background-color: #123c87;
  color: #fff;
}

.copyright_link {
  color: #fff;
  margin-right: 25px;
}

.copyright_link:hover {
  color: #fff;
}

.footer_copyrigth_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_copyrigth_wrapper_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
}

.copyright_box p {
  margin-bottom: 0;
}

.mobile_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.mobile_dropdown {
  line-height: 44px;
  padding: 0;
  height: 44px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #256be6;
  background-color: #fff;
  font-size: 44px;
}

@media screen and (max-width: 1380px) {
  .transfer_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services_box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-left: 15px;
    padding-right: 15px;
  }

  .g_card_title {
    font-size: 20px;
  }

  .g_card_info {
    font-size: 14px;
    line-height: 1.5;
  }

  .g_card {
    width: 295px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .services_info_box {
    padding-left: 58px;
  }

  .services_info_box .g_btn_radius {
    margin-bottom: 30px;
  }

  .transfer_section {
    padding-bottom: 20px;
  }

  .transfer_info_box {
    padding-top: 100px;
  }

  .g_card {
    margin: 15px;
  }

  .card_box {
    max-width: 700px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }

  .currency_img {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .services_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services_box .section_box {
    width: 100%;
  }
}

@media screen and (max-width: 1240px) {
  .footer_copyrigth_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .business_info_box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header_slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header_slide_info_box {
    padding-left: 58px;
  }

  .header_nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1150px) {
  .title_xl {
    font-size: 40px;
  }

  .transfer_section {
    padding-top: 60px;
  }

  .title_l {
    font-size: 30px;
    line-height: 1.5;
  }

  .why_section .title_l,
  .tarif_section .title_l {
    line-height: 1.5;
  }

  .header_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_slide_box {
    width: 100%;
  }

  .header_slide {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .header_form_box {
    height: 266px;
  }

  .start_form {
    bottom: -48%;
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
    width: 100%;
  }

  .services_section {
    padding-top: 300px;
  }
}

@media screen and (max-width: 1050px) {
  .footer_logo {
    margin-right: 100px;
  }

  .footer_box {
    margin-right: 50px;
  }

  .form_contact {
    margin-left: auto;
    margin-right: auto;
  }

  .contact_box .section_box {
    width: 100%;
  }

  .contact_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .protect_monitify {
    display: none;
  }

  .currency_img {
    display: none;
  }

  .transer_img {
    display: none;
  }

  .transfer_box .section_box {
    width: 100%;
  }

  .transfer_info_box {
    max-width: 100%;
    padding-top: 0px;
  }

  .transfer_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .transfer_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}



@media screen and (max-width: 991px) {
  .mobile_dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-decoration: none;
  }

  .mobile_dropdown:hover {
    text-decoration: none;
  }

  .mobile_nav {
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 100px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    z-index: 1;
  }

  .mobile_nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header_nav_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 5px;
  }

  .header_login_box {
    -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;
    margin-left: 0;
    margin-right: auto;
  }

  .header_g_link_register {
    border: none;
    width: auto;
  }

  .header_login_box a {
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .header_monetisation_box {
    margin-right: auto;
  }

  .header_nav_main a {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 920px) {
  .footer_logo {
    margin-right: 50px;
  }

  .footer_box {
    margin-right: 30px;
  }

  .g_card_business_wrapper {
    overflow-x: scroll;
    width: 100%;
  }

  .g_card_business {
    min-width: 250px;
  }
  
  .textsliderabs{
	  display:none;
	  }
  
}

@media screen and (max-width: 820px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 58px;
  }
}

@media screen and (max-width: 680px) {
  .transfer_info_box,
  .services_info_box,
  .header_slide_info_box {
    padding-left: 0;
  }

  .form_contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .why_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tarif_section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 450px) {
  .footer_logo {
    width: 100%;
  }

  .footer_wrapper {
    padding-left: 15px;
  }

  .title_xl {
    font-size: 35px;
    line-height: 1.5;
  }
}




/*-----SD-----*/

/*.desc{display: block;}*/
.mob, .fixed_bottom_buttons, .mobbut{
  display: none;
}
a#personal_button_mob, a#business_button_mob{
  cursor: pointer;
  color: #456BE6;
}

#fc_frame, #fc_frame.fc-widget-normal {
    bottom: 80px !important;
}
#back_to_top_button {
    bottom: 160px !important;
    right: 23px !important;
}
.transfer_section .sdtabs .g_btn {
    margin-top: 0;
}
.sdtabs {
    width: 100% !important;
    margin-bottom: 30px;
}
.sdtabs a {
    min-width: 200px !important;
    display: inline-block;
    text-align: center;
}


@media screen and (max-width: 767px) {
  .desc{display: none !important;}
  .g_card_business_wrapper, .percent_text{display: none;}
  .slider{
    display: none;
    height: calc(100vh - 100px) !important;
    /*min-height: 400px;*/
  }
  .section_link_box.mobbut{
    display: flex !important;
  }
  .mob{
    display: block;
    max-height: none;
  }
  .mob img{
    /*height: calc(100vh - 100px);*/
    /*object-fit: cover;*/
    width: 100%;
  }

  .slider .slides .slide img{
    height: calc(100vh - 100px);
    /*object-fit: cover;*/
  }
  .header_slide {
    min-height: 0px;
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
  }
  .services_section {
      padding-top: 50px;
  }
  .slider_img_bg2{
    /*margin-left: -100px;*/
    margin-left: -50%;
  }
  .slide.active {
      transform: scale(1,1);
  }
  .fixed_bottom_buttons{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    /*height: 50px;*/
    background: #fff;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.2);
  }
  .fixed_bottom_buttons a{
    /*display: block;*/
    width: 46%;
    background-color: #256be6;
    border: 1px solid #256be6;
    color: #fff;
    border-radius: 28px;
    display: inline-block;
/*    margin-left: 1%;
    margin-right: 1%;*/
    text-align: center;
    padding: 10px 10px;
    margin: 10px 2%;
  }
  .fixed_bottom_buttons a:first-child{
    float: left;
    /*margin-right: 4%;*/
  }
}




.sdtabs {
    display: block !important;
}
table {
    max-width: 100% !important;
    width: 100% !important;
}
.headpagesd {
    background: #4d87f0;
}

.headpagesd.bluesd{
background: rgb(83,179,184);
background: linear-gradient(347deg, rgba(83,179,184,1) 35%, rgba(0,229,242,1) 100%);
}
.headpagesd.greensd{
background: rgb(105,209,124);
background: linear-gradient(347deg, rgba(105,209,124,1) 35%, rgba(80,182,148,1) 100%);
}

.headpagesd .c5 {
    padding-top: 6pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: center;
    height: 11pt;
}
.headpagesd .c2 {
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 12pt;
    font-style: normal;
}
.headpagesd .c43 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: center;
}
.headpagesd .c41 {
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 24pt;
    font-style: normal;
}
.headpagesd .c87 {
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 20pt;
    font-style: normal;
}
.headpagesd .c77 {
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 14pt;
    font-style: normal;
}
.headpagesd .c65 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: center;
}
.headpagesd .c65 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: center;
}
.headpagesd .c11 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: center;
}
.headpagesd .c20 {
    font-size: 12pt;
    font-weight: 400;
}
.headpagesd .c5 {
    color: inherit;
    text-decoration: inherit;
	    font-size: 18px;
		font-weight:bold;
		text-decoration:none;
}
.headpagesd span {
    color:#fff;
	    text-decoration: none;
}
.tabersd ul{
	    margin-top: 35px;
}

.tabersd ul li {
	    position: relative;
		padding-left: 15px;
}

.tabersd ul li:before {
    height: 5px;
    width: 5px;
    content: '';
    background: #256be6;
    display: inline-block;
    border-radius: 50px;
	    position: absolute;
    top: 44%;
	left:0;
}
.tabersd {
    margin-top: 20px;
    display: inline-block;
}
.tabersd h3.section_title.title_l {
    font-size: 33px;
}
.loading {
    text-align: center;
}
.preloadermon {
    position: fixed;
    z-index: 999999999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
	    display: flex;
    align-items: center;
    justify-content: center;
}
 .loaded .preloadermon {
display:none;
}

/*cokie*/

#dialog-root {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: 9999;
}
.backgroundcokie {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.cokiedialog {
    background-color: rgb(255, 255, 255);
    bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 3.96px 4.95px 0px;
    color: rgb(18, 18, 18);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    max-height: 400px;
    max-width: 100%;
    min-height: 173px;
    overflow: hidden;
    padding-bottom: 21.84px;
    padding-left: 15.84px;
    padding-right: 0px;
    border-radius: 10px;
    padding-top: 15.84px;
    position: absolute;
    right: 15px;
    width: 396px;
}
.cokiewctxt {
    color: rgb(116, 116, 116);
    font-size: 12.8px;
    font-weight: 400;
    line-height: 17.92px;
}
.btnscokie {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 25%);
    bottom: 0px;
    color: rgb(18, 18, 18);
    display: flex;
    font-size: 18px;
    font-weight: 400;
    height: 85.175px;
    justify-content: space-between;
    left: 0px;
    line-height: 25.2px;
    padding-bottom: 19.8px;
    padding-left: 19.8px;
    padding-right: 19.8px;
    padding-top: 29.7px;
    position: absolute;
    text-size-adjust: 100%;
    width: 100%;
    z-index: 1;
}
.cokiedialogwrp {
    overflow-y: scroll;
}
h2.setcokietxtttl {
    font-size: 16px;
}
button.btncokie {
    background-color: #256be6;
    border-color: rgba(0, 0, 0, 0);
    border-image-outset: 0;
    border-style: solid;
    border-width: 2px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 12.8px;
    font-stretch: 100%;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 500;
    height: 35.675px;
    line-height: 17.92px;
    padding-bottom: 7.04px;
    padding-left: 14.08px;
    padding-right: 14.08px;
    padding-top: 7.04px;
    text-align: center;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
}
button#settings-toggle {
    font-size: 12.8px;
    background: none;
    border: none;
    text-decoration: underline;
}
ul.setingsdcokiewrp li {
    display: flex;
	line-height: normal;
	    margin-bottom: 20px;
}
ul.setingsdcokiewrp {
    margin-top: 20px;
	padding-bottom: 40px;
}
.setcokietxt {
    flex-basis: 90%;
}
span.setdoptxtokie {
    font-size: 12.8px;
    font-weight: 400;
    line-height: 17px;
}
.toglesonecokier {
    background: rgb(245, 245, 245);
    width: 61.4px;
    border-radius: 1.65em;
    height: 31.7px;
    border: 1px solid rgba(231, 231, 231, 0.3);
    display: inline-block;
	  position: relative;
	  	transition:0.3s;
}

/* .inputcokiesd:not(:checked) + .toglesonecokier::before {
    background:red;
} */
label.labelcokie {
    width: 140px;
    padding-left: 15px;
}
.inputcokiesd:checked + .toglesonecokier {
        background: #256be6;
		  
}
.inputcokiesd + .toglesonecokier::before {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px 0px;
	width: calc(1.65em + 2px);
	bottom: 0px;
	left: -1px;
	top: -1px;
	    position: absolute;
		content:'';
		background-color: rgb(255, 255, 255);
		border:1px solid rgb(245, 245, 245);
		border-radius:50%;
		transition:0.3s;
}
.inputcokiesd:checked + .toglesonecokier::before {
	    left: 33px;
}
span.toglestwocokier {
    display: none;
}
.inputcokiesd {
    display: none;
}
.cookiesd button:focus {
    outline: none;
}
.setingsdcokie {
    display: none;
}
label[for="basiccookies"]{
	opacity:0.5;
}
/*cokie end*/
.whatsappbtn {
    height: 50px;
    width: 50px;
    position: fixed;
   right: 24px;
    bottom: 68px; 
}
.whatsappbtn a {
    background: url(../img/whatsapp.svg);
    height: 50px;
    display: inline-block;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

#why_section::before {
    display: block;
    content: "";
    height: 95px;
    margin: -95px 0 0;
}

#tarif::before {
    display: block;
    content: "";
    height: 35px;
    margin: 0px 0 0;
}

#services::before {
   display: block;
	content: "";
	height: 55px;
	margin: -55px 0 0;
}
.contentpager h3,.contentpagernt h3 {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 20px;
    font-style: normal;
}
.contentpager li,.contentpagernt li {
    margin-left: 41.1pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify;
	color: #000000;
font-weight: 400;
text-decoration: none;
vertical-align: baseline;
font-size: 12pt;
font-style: normal;
}
.contentpager li::before,.contentpagernt li::before {
    content: "- ";
}

.contentpager tbody tr:nth-child(2n+1) {
  background-color: #e9e9e9;
}

.contentpager tbody tr:first-child {
  background-color: #256be6;
  color:#fff;
}
/*faq*/
.faq-categories {
    display: flex;
	margin-bottom: 15px;
}
.faq-categories h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
	color:#000;
	cursor:pointer;
	border-radius: 28px;
padding: 15px;
border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
}
.faq-categories h2.category-selected {
/* 	color:#0085bc; */
	border: 1px solid #256be6;
}
.faqitem {
    border-bottom: 1px solid #3b7ae8;
    padding-top: 15px;
    padding-bottom: 15px;
}
.taber-info{
	display:none;
}
.taber-info.active{
	display:block;
}
.faqitemttl {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
}
.faqitemdesc {
	transition: all .35s;
	max-height:0;
	overflow: hidden;
	font-size: 16px;
}
.faqitem.active .faqitemdesc {
	max-height:100vh;
	padding-top: 20px;
}
.faqblock {
    margin-bottom: 30px; 
} 
.faqblock .main_wrapper {
    padding: 0 70px;
}
/*faq end*/

.filebox {
    display: inline-block;
    margin-right: 30px;
	 text-align: center;
} 
.filebox-icon-wrap {
	margin-bottom: 15px;	  
}
.filebox-icon-wrap img {
    max-width: 100px;	  
}
h3.filebox-text {
    font-size: 18px;
}
.contentpager td li {
    margin-left: 0;
}

.services_section2 div#services_section2 {
    width: 100%;
}

.services_section2 .g_card {
    width: 246px;
}

.g_card_business_info {
    width: 100%;
}
.price_min .business_curency {
    font-size: 20px;
}
.price_min .business_num {
    font-size: 30px;
}
.price_min .business_time {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
	.sdtabs {
		display: flex !important;
}
.sdtabs a {
    min-width: 125px !important;
    display: inline-block;
    text-align: center;
	       margin-left: 30px;
    cursor: pointer;
    margin-right: 30px;
	    font-size: 16px;
		    padding-top: 15px;
    padding-bottom: 14px;
}

.cokiedialog {
    width: 100%;
    right: 0;
    left: 0;
}
.whatsappbtn {
    bottom: 90px;
}
.faq-categories {
    display: inline-block;
}
.faqblock {
    padding: 0 15px;
}
	.faqblock .main_wrapper {
    padding: 0 0px;
}

.services_section2 .g_card {
    width: 295px;
}

}