@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-ExtraBold.ttf");
  font-weight: 800;
}

body {
  margin: 0px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  background: #fafafa;
  color: #484844;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
  position: relative;
}

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

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.container {
  max-width: 1270px;
  padding: 0px 15px;
  margin: auto;
}

.p120 {
  padding: 120px 0;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.d-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.d-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.d-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.justify-content-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

header.header {
  background: var(--Grayscale-50, #FAFAFA);

/* header */
  box-shadow: 0px 24px 120px 0px rgba(0, 0, 0, 0.03);
  padding: 20px 0px;
}

span.logo-sub-text {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: rgba(49, 49, 52, 1);
  margin-top: 5px;
}

.logo a {
  text-decoration: none;
}

.logo img {
  max-width: 180px;
}


footer .footer-logo-inner img {
  max-width: 183px;
}

.nav-menu {
  display: flex;
  align-items: center;
}

a.btn {
  color: var(--Text-Primary, #313134);
  text-align: center;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-decoration: none;
}

.main-nav-btn a {
  margin-right: 1rem;
}

a.btn.login-btn {
  border-radius: 5px;
  border: 2px solid var(--Text-Primary, #313134);
  padding: 10px 15px;
  transition: all 0.4s ease-in-out;
}

a.btn.register-btn {
  border-radius: 5px;
  background: var(--Text-Button, #FFD66B);
  padding: 10px 15px;
  border: 2px solid #FFD66B;
}

.header_top-btn {
  display: flex;
  align-items: center;
  border-left: 2px solid #E2E8F0;
  padding-left: 15px;
}

.language {
  position: relative;
  margin-right: 15px;
}

.dropdown-language {
  position: absolute;
  left: 0;
  right: 0;
}

.dropdown-language ul {
  padding: 0px;
  list-style: none;
  text-align: center;
  margin: 0px;
  max-height: 0px;
  overflow: hidden;
}

.icon_language {
  border-radius: 5px;
  background: var(--Grayscale-200, #EDF2F7);
  color: var(--Text-Primary, #313134);
  text-align: center;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  padding: 9px 12px;
  position: relative;
}

.blue-btn {
  border-radius: 5px;
  background: var(--Primary-Base, #19A8FB);
  border: 2px solid #19a8fb;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

span.icon-phone {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

button {
  font-family: 'Gilroy';
}

.icon_language:after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 14.3333L16 9H8L12 14.3333Z" fill="%23313134"/></svg>');
  width: 25px;
  height: 18px;
  display: inline-block;
  background-size: cover;
  margin-right: -10px;
  margin-left: -3px;
}

footer#footer {
  background: #FFF;
  padding-top: 5rem;
}

.footer-logo {
  max-width: 360px;
}

.footer-wrapper-row {
  justify-content: space-between;
}

.footer-logo-text {
  margin-top: 2rem;
  color: var(--Text-Secondary, #5F626F);

/* 1920/Body */
  font-family: Gilroy;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 32px */
}

.copyright-footer {
  margin-top: 7rem;
}

.copyright-row {
  justify-content: space-between;
}

.footer-title {
  color: var(--Text-Secondary, #5F626F);

/* 1920/H4 */
  font-family: Gilroy;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 40px */
  margin-bottom: 1.5rem;
}

.footer-contact ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-contact {
  width: 32%;
}

.footer-contact ul li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.footer-contact ul li a {
  color: var(--Text-Primary, #313134);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

span.footer-contact-icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.copyright-footer {padding: 2rem 0;border-top: 1px solid #E5E9F0;}

nav.copyright-nav a {
    color: var(--Text-Secondary, #5F626F);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    margin-left: 2rem;
}

span.copyright-text {
    color: var(--Grayscale-500, #A0AEC0);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.main_slider-img {
  width: 45%;
}

.main_slider-img img {
  width: 100%;
}

.main_slider-content {
  width: 53%;
  margin-right: 2%;
}

.main_slider-row {
  padding: 3rem 0;
}

.main_title {
  color: #313134;

/* 1920/H3 */
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 38.5px */
  margin-bottom: 4.5rem;
  margin-top: 0;
}

.main_title span {
  background: var(--Text-Accent, linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_btn {
  padding: 14px 30px;
  border-radius: 10px;
  background: #FFD66B;

/* yellow button */
  box-shadow: 0px 15px 30px 0px rgba(255, 214, 107, 0.30);
  display: inline-block;
  color: #313134;
  text-align: center;

/* 1920/Button */
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  text-decoration: none;
  border: 2px solid #ffd66b;
}

.logo_partner {
  padding-bottom: 3rem;
  border-bottom: 1px solid rgb(49 49 52 / 5%);
  margin-top: 4rem;
}

.h2_block {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.logo_lists {
  justify-content: space-between;
  max-width: 95%;
  margin: auto;
}

.logo_item {
  text-align: center;
}

.logo_item img {
  filter: grayscale(1);
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}

.logo_item img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.earn {
  margin-top: 5rem;
}

.features_lists {
  display: flex;
  flex-wrap: wrap;
}

.features_item {
  flex-basis: 33.33%;
  padding-right: 3rem;
  display: flex;
  align-items: flex-start;
}

span.features_item-icon {
  margin-right: 1.5rem;
}

.features-text-title {
  color: var(--Text-Primary, #313134);

/* 1920/Body */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  margin-bottom: 1rem;
}

.features-text-desc {
  color: var(--Text-Secondary, #5F626F);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.2px;
}

.features {
  padding: 5rem 0;
}

.default-title {
  color: var(--Text-Primary, #313134);
  text-align: center;

/* 1920/H2 */
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 55px */
  margin: 0;
  margin-bottom: 3rem;
}

.default-title span {
  background: var(--Text-Accent, linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.earn_mainimg {
  position: relative;
  width: 47%;
  padding: 10rem 0;
}

/*
.earn_content {
  width: 47%;
}
*/

.earn_content {
    width: 100%;
    max-width: 500px;
    margin-left: 31px;
}

/*
.earn-row {
  justify-content: space-between;
}
*/

.earn-row.d-flex {
  justify-content: unset;
}


.earn_icon {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 10px;
  background: var(--Text-Primary, #FFF);
  box-shadow: 0px 22px 64px 0px rgba(22, 28, 45, 0.19);
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.earn_icon img {
  width: 100%;
}

img.earn-img1 {
  max-width: 40%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -1%;
  z-index: 1;
}

img.earn-img2 {
  position: absolute;
  right: 2%;
  top: 19%;
  bottom: 0;
  margin: auto;
  z-index: 2;
  max-width: 40%;
}

img.earn-img3 {
  position: absolute;
  left: -4%;
  bottom: 6%;
  max-width: 40%;
}

img.earn-img4 {
  position: absolute;
  bottom: -10%;
  left: 0;
  right: 20%;
  margin: auto;
  max-width: 40%;
}

.earn_inner-img {
  text-align: center;
}

span.earn_icon.earn_icon1 {
  position: absolute;
  left: 13%;
  top: 24%;
}

span.earn_icon.earn_icon2 {
  position: absolute;
  right: 14%;
  top: 22%;
}

span.earn_icon.earn_icon3 {
  position: absolute;
  right: 33%;
  bottom: 23%;
  z-index: 10;
}

span.video-btn {
  display: block;
  cursor: pointer;
}

span.video-play {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.video-mainimg {
  position: relative;
  z-index: 9;
}

img.earn-dots {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 20%;
  margin: auto;
}

img.earn-rect {
  position: absolute;
  right: 13%;
  bottom: 14%;
}

span.video-play-text {
  color: #fff;

/* 1920/Small button */
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 24px */
  display: block;
  margin-top: -50px;
}

span.video-btn img {
  width: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
}

.earn_content-lists {
  display: flex;
}

.earn_content-item {
  flex-basis: 50%;
  /*padding-right: 40px;*/
  padding-right: 20px;
}

span.earn_item-icon {
  background: linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 15px;
  margin-bottom: 8px;
}

span.earn_item-title {
  display: block;
  color: var(--Text-Primary, #313134);

/* 1920/Body */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  margin-bottom: 8px;
}

span.earn_item-text {
  color: var(--Text-Secondary, #5F626F);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.2px;
}

.earn_bottom-text {
  margin-top: 40px;
  color: var(--Text-Primary, #313134);

/* 1920/H4 */
  font-family: Gilroy;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6; /* 40px */
  max-width: 480px;
}

.earn_bottom-text span {
  background: var(--Text-Accent, linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 9rem 0;
}

.counter-lists > div {
  flex-basis: 30%;
  text-align: center;
}

span.counter-num {
  display: block;
  background: var(--Text-Accent, linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 16px;
}

.counter-text {
  color: #5F626F;
  text-align: center;

/* 1920/Body 2 */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  max-width: 290px;
  margin: auto;
}

.consultation-form {
  border-radius: 32px;
  background: var(--Text-Accent, linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%));

/* Drop Shadow */
  box-shadow: 0px 22px 41px 0px rgba(22, 28, 45, 0.11);
  padding: 30px;
  margin-top: 5rem;
}

div#consultation_form input {
  border-radius: 16px;
  background: var(--Text-Primary, #FFF);
  font-family: 'Gilroy';
  color: #000;
  color: var(--Text-Secondary, #5F626F);
/* 1920/Body */
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding: 14px 20px;
  border: none;
}

div#consultation_form > div {
  flex-basis: calc(25% - 16px);
  margin: 8px;
}

.form_control input {width: 100%;}

.how_works {
  padding: 10rem 0;
}

.how_work_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.how_work_lists > div {
  flex-basis: calc(33.33% - 56px);
  border-radius: 32px;
  border-top: 8px solid var(--Primary-Base, #19A8FB);
  background: var(--Text-Primary, #FFF);

/* Drop Shadow */
  box-shadow: 0px 22px 41px 0px rgba(22, 28, 45, 0.11);
  padding: 50px 25px 25px;
}

.how_work-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.how_work-title {
  color: var(--Text-Primary, #313134);

/* 1920/H4 */
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 40px */
  margin-bottom: 16px;
}

.how_work-title span {
  color: #19A8FB;
}

.how_work-desc {
  color: var(--Text-Secondary, #5F626F);

/* 1920/Body 2 */
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}

.how_work-item:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80" fill="none"><path d="M63.333 40L16.6663 40" stroke="%23FFC837" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/><path d="M39.9997 63.3332L63.333 39.9999L39.9997 16.6666" stroke="%23FFC837" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 40px);
}

.how_work_lists {
  position: relative;
  margin-top: 5rem;
}

.how_work-item:last-child:after {
  display: none;
}

.how_work-item:first-child:after {
  right: auto;
  left: calc(33.33% - 55px);
}

.how_work-item:nth-child(2)::after {
  right: calc(33.33% - 55px);
}

.text-align-left {
    text-align: left;
}

h2.default-title.text-align-left {
    margin-bottom: 16px;
}

.subtitle-text {
    color: var(--Text-Secondary, #5F626F);

/* 1920/Body */
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 32px */
}

.earnnow-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.earnnow-content {
    flex-basis: calc(57% - 70px);
}

.earnnow-img {
    flex-basis: calc(40% - 70px);
    margin-top: -70px;
}

.earnnow-lists {
    margin: 2rem 0;
    display: flex;
    flex-wrap: wrap;
}

.earnnow-lists > div {
    flex-basis: 50%;
    padding-right: 40px;
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

span.earnnow-icon {
    background: linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%);
    min-width: 60px;
    min-height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.members {
    border-radius: 10px;
    background: var(--Text-Accent, linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%));
    box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.10);
    padding: 31px 36px;
    display: inline-block;
    text-align: center;
}

.earnnow-inner-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.member-title {
    color: var(--Text-Primary, #FFF);
    text-align: center;

/* 1920/Body */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
    margin-top: 20px;
}

.member-text {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.137px;
    opacity: 0.7056;
}

.transaction-received {
    border-radius: 16px;
    background: var(--Text-Primary, #FFF);

/* Drop Shadow */
    box-shadow: 0px 22px 41px 0px rgba(22, 28, 45, 0.11);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    max-width: 240px;
    margin-bottom: 24px;
    margin-right: 40%;
}

span.transac-icon {
    min-width: 65px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(89deg, rgb(55 125 255 / 5%) 1.68%, rgb(44 183 249 / 5%) 97.37%);
    border-radius: 100%;
    margin-right: 15px;
}

span.transac-text {
    color: var(--Text-Primary, #313134);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5; /* 150% */
    letter-spacing: -0.2px;
}

img.circles {
    margin-top: -30px;
    z-index: -1;
    margin-right: 120px;
}

span.member-rect {
    width: 200px;
    height: 280px;
    border-radius: 10px;
    opacity: 0.0766;
    background: var(--Text-Accent, linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%));
    position: absolute;
    right: 0;
    z-index: -1;
    top: -10%;
}

.earnnow-wrapper {
    padding-bottom: 8rem;
}

.getstart-wrapper {
    background-image: url('/files/home/bg_form.jpg');
    background-size: cover;
    padding: 5rem 0 5.2rem;
    box-shadow: 10px 20px 60px 0px rgba(47, 128, 237, 0.20);
}

h2.default-title.white-title {
    color: #fff;
}

.quiz-wrapper {
    border-radius: 32px;
    border: 8px solid var(--Primary-100, #E8F5FF);
    background: var(--Text-Primary, #FFF);
    box-shadow: 13.416px 22.36px 49.193px 0px rgba(0, 56, 97, 0.10), 10px 20px 50px 0px rgba(0, 0, 0, 0.05);
    max-width: 750px;
    margin: auto;
    padding: 5rem;
}

.quiz_step-title {
    color: #313134;

/* 1920/H3 */
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 38.5px */
    margin-bottom: 20px;
}

.form_control-wrapper input {
    border: none;
    font-family: 'Gilroy';
    border-bottom: 2px solid #E5E9F0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    padding: 10px 0px;
}

.form_control-wrapper > div {
    margin-bottom: 20px;
}

.form_control-btn button {
    width: 100%;
}

.quiz_step {
    display: none;
}

.quiz_step.active {
    display: block;
}

.form_control-btn {
    margin-bottom: 0px !important;
    margin-top: 40px;
}

.whyus-wrapper {
  padding: 8rem 0;
  /* border-bottom: 1px solid rgb(49 49 52 / 5%); */
}

.client-wrapper {
  padding: 8rem 0;
}

.whyus-main-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.whyus-main-lists > div {
  flex-basis: 47%;
  display: flex;
  align-items: center;
}

span.whyus_counter {
  background: var(--Text-Accent, linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 20px;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}

.whyus_main-item-text {
  color: var(--Text-Secondary, #5F626F);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.whyus-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.whyus-item {
  flex-basis: calc(25% - 30px);
}

span.whyus-icon {
  width: 60px;
  height: 60px;
  display: flex;
  background: linear-gradient(89deg, #377DFF 1.68%, #2CB7F9 97.37%);
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 1rem;
}

.whyus-item-title {
  color: #313134;
/* 1920/Body */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 1rem;
}

.whyus-item-desc {
  color: #5F626F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.2px;
}

.client-slider-wrapper {
  margin-top: 5rem;
}

.item-slide {
  text-align: center;
}

.client-logo {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
}

.review-text {
  color: #313134;
  
/* 1920/H4 */
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding: 0px 20px;
  margin-bottom: 40px;
}

.review-user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-user img {
  border-radius: 64px;
  height: 48px;
  width: 64px;
  object-fit: cover;
  margin-right: 20px;
}

.review-user-main {
  display: flex;
  flex-direction: column;
  text-align: left;
}

span.user-name {
  color: #313134;
/* 1920/Body 2 */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 5px;
}

span.user-position {
  color: rgb(49 49 52 / 70%);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 24px */
}

.client-slider-nav {
  margin-top: 5rem;
  text-align: center;
}

.faq-lists {
  margin-top: 5rem;
}

.faq-wrapper {
  padding-bottom: 8rem;
}

.faq-item {
  border-radius: 16px;
  background: var(--Text-Primary, #FFF);
  box-shadow: 0px 8px 24px 0px rgba(22, 28, 45, 0.05);
  padding: 24px 40px;
  margin-bottom: 24px;
}

span.faq-question-text {
  color: #313134;
/* 1920/H4 */
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-answer-inner {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: rgb(49 49 52 / 70%);
  padding-top: 16px;
}

.faq-answer {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
}

span.faq-icon-toggle svg, span.faq-icon-toggle svg path {
  transition: all 0.4s ease-in-out;
}

.faq-item.active span.faq-icon-toggle svg {
  transform: rotate(45deg);
}

.faq-item.active span.faq-icon-toggle svg path {
  stroke: #19A8FB;
}

button.slick-prev {
  transform: rotate(-180deg);
  position: relative;
  top: -3px;
}

button.slick-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
}

.client-slider-nav {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  background: #E5E9F0;
  border-radius: 16px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-arrow.slick-disabled {
  opacity: 0.6;
}

.visible-xs {
  display: none;
}


button.mob-btn {
  background: transparent;
  border: none;
  padding: 0px;
}

button.dropdown-menu {
  background: transparent;
  border: none;
  padding: 0;
}

button.dropdown-menu span:first-child, button.dropdown-menu span:last-child {
  width: 15px;
  height: 3px;
  border-radius: 30px;
  background: #0A0A0A;
  margin-left: auto;
}

button.dropdown-menu span {
  margin: 4px 0px;
  display: block;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 0;
}

button.dropdown-menu span:nth-child(2) {
  width: 24px;
  height: 3px;
  border-radius: 30px;
  background: #0A0A0A;
}

button.dropdown-menu {position: relative;top: -4px;margin-left: 15px;}

.open-menu .nav-menu {
  transform: translate(0px, 0px);
}

button.mob-btn {
  position: relative;
  z-index: 9;
}

button.dropdown-menu {
  z-index: 9;
}

.open-menu button.dropdown-menu span:last-child {
  opacity: 0;
}

.open-menu button.dropdown-menu span:first-child {
  width: 24px;
  transform: rotate(45deg);
  position: relative;
  top: 7px;
}

.open-menu button.dropdown-menu span:nth-child(2) {
  transform: rotate(-45deg);
}

a.btn.login-btn:hover {
  background: #313134;
  color: #fff;
}

a.btn.register-btn {
  transition: all 0.4s ease-in-out;
}

a.btn.register-btn:hover {
  filter: drop-shadow(0 7px 30px rgba(255, 216, 98, .6));
  background: transparent;
  color: #FFD66B;
}

.blue-btn {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.blue-btn:hover {
  text-decoration: none;
  box-shadow: 0 7px 14px rgba(47, 93, 182, .4);
}

.main_btn {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.main_btn:hover {
  filter: drop-shadow(0 7px 30px rgba(255, 216, 98, .6));
  background: transparent;
  color: #FFD66B;
}

.how_work_lists > div {
  transition: all 0.4s ease-in-out;
}

.how_work_lists > div:hover {
  box-shadow: 0px 36px 51px 0px rgba(22, 28, 45, 0.17);
}

.footer-contact ul li a {
  transition: all 0.4s ease-in-out;
}

.footer-contact ul li a:hover {
  text-decoration: underline;
}

header.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

.main_slider {
  padding-top: 95px;
}

 .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.language:hover .dropdown-language ul {
  max-height: 100px;
  padding: 10px 0px;
  margin-top: -14px;
  border-radius: 5px;
}

.dropdown-language ul {
  transition: all 0.5s ease-in-out;
  background: #edf2f7;
}

.dropdown-language ul a {
  color: #313134;
  text-transform: uppercase;
  text-decoration: none;
  margin: 9px 0px 0px;
  display: block;
  text-align: left;
  padding-left: 12px;
}

.dropdown-language ul a:hover {
  text-decoration: underline;
}

.client-logo img {
  filter: grayscale(1);
}


.footer-logo {
  margin-right: auto;
}

.overlay {
  position: fixed;
  background: #00000073;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 91;
  display: none;
}

.popup_window {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 92;
  display: flex;
  justify-content: center;
  transform: translate(100%, 0px);
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  align-self: center;
  justify-self: center;
}

.popup_window.popup-show {
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}

.popup_window-inner {align-self: center;background: #fff;padding: 40px 50px;border-radius: 15px;}

.popup-title {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  color: #313134;
  margin-bottom: 15px;
}

.popup-subtitle {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #5F626F;
}

form#popup-form {
  margin-top: 40px;
}

form#popup-form input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  margin-top: 12px;
  padding: 0px 10px;
}

form#popup-form label {
  color: #718096;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

button.submit-form {
  background: #19A8FB;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: 20px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  height: 50px;
  letter-spacing: 0.2px;
}

label[for="your-messenger"] {
  width: 100px !important;
  margin-left: 15px;
}

.dropdown-mes {
  margin-top: 12px;
  position: relative;
}

ul.dropdown-list-mes {
  position: absolute;
  top: 60px;
  padding: 0px;
  list-style: none;
  margin: 0;
  border-radius: 12px;
  left: 0;
  right: 0;
  border-radius: 12px;
  background: var(--Others-White, #FFF);
  box-shadow: 4px 12px 32px 0px rgba(93, 106, 131, 0.10);
  width: 200px;
  padding: 5px 16px;
}

ul.dropdown-list-mes li img {
  margin-right: 10px;
}

.active-mes {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
}

.active-mes:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 1.5L6 6.5L11 1.5" stroke="%23718096" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 12px;
  height: 8px;
  display: block;
  background-size: cover;
  margin-left: 10px;
}

ul.dropdown-list-mes li {
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  border-radius: 12px;
  border: 1px solid var(--Greyscale-300, #E2E8F0);
  margin: 10px 0px;
  padding: 8px 10px;
}

input:focus {
  outline: none;
  box-shadow: none;
}

ul.dropdown-list-mes {
  transition: all 0.5s ease-in-out;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}

.show ul.dropdown-list-mes {
  opacity: 1;
  max-height: 200px;
}

.show .active-mes:after {
  transform: rotate(180deg);
}

.active-mes:after {
  transition: all 0.5s ease-in-out;
}

.error-valid-required {
  color: red;
  font-size: 12px;
  display: block;
}

.form-alert.success-form-alert {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #c3e6cb;
  border-radius: .25rem;
  margin-top: 10px;
}

span.logo-sub-text.sublogo-ru {
  font-size: 9.3px;
}

span.logo-sub-text.sublogo-en {
  font-size: 1rem;
  letter-spacing: 1.5px;
}

h1.error_title {
  text-align: center;
  font-size: 50px;
}

.error-img {
  text-align: center;
}

.error_wrapper {
  margin-top: 140px;
  margin-bottom: 100px;
}

div#consultation_form {
  align-items: baseline;
}

.consultation-form .error-valid-required {
  color: #ffd66c;
}

div#bg_popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 91;
}

.cookie_wrapper-inner {
  background: #19A8FB;
  border-radius: 24px 24px 0px 0px;
  padding: 24px;
  display: flex;
}

.cookie_btn {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

span.cookie_content-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.cookie_content p {
  color: #E3E5EB;
  font-size: 16px;
  margin-bottom: 0px;
}

.cookie_btn button {
  margin-left: 10px;
}

a.white-btn {
  padding: 14px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 15px 30px 0px rgba(255, 214, 107, 0.30);
  display: inline-block;
  color: #313134;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  border: 2px solid #fff;
}

a.white-btn {
  transition: all 0.4s ease-in-out;
}

a.white-btn:hover {
  background: transparent;
  color: #fff;
}

.cookie_wrapper-inner img {
  align-self: baseline;
  margin-right: 5px;
}

.default-template-wrapper {
  padding-top: 100px;
}

h1.default_page_title.main_title {
  text-align: center;
  font-size: 3.5rem;
}

.main_page_description p, .main_page_description li {
  color: #5F626F;
  font-weight: 400;
  line-height: 1.7;
}

.banner_text {
  border-radius: 16px;
  width: 80%;
  margin: 30px auto;
  height: 430px;
  background: #fff;
}

img.table-builder {
  max-width: 100%;
  margin: auto;
  align-self: center;
  display: flex;
  margin-bottom: 40px;
}

.disclaimer {
  background: #E8F5FF;
  padding: 20px 30px;
  border-left: 3px solid #19A8FB;
  margin-bottom: 20px;
}

p.disclaimer_text {
  margin-bottom: 0;
}

p.disclaimer_title {
  color: #313134;
  font-weight: bold;
}

.main_page_description ol {
  padding-left: 20px;
}

.bredcrumbs.breadcrumb_shipping-method {
  font-size: 14px;
  margin: 20px 0px 2rem;
}

.bredcrumbs.breadcrumb_shipping-method a {
  color: #3f3f3f;
  text-decoration: none;
}

span.navigation__link {
  color: #a0a0a0;
}

.bredcrumbs.breadcrumb_shipping-method a span {
  margin: 0px 5px;
}

.main_page_description a {
  color: #1aa8fb;
}

.default-template-wrapper h1.default_page_title.main_title {
  margin-bottom: 2rem;
}

button.close-popup {
  transform: rotate(45deg);
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 48px;
  line-height: 0.5;
  cursor: pointer;
}
















@media (max-width: 1280px) {
  .default-title {
    font-size: 42px;
    margin-bottom: 2rem;
}

header.header {
    padding: 10px 0px;
}

h1.main_title {
    font-size: 28px;
    margin-bottom: 40px;
}

body {
}

.logo_partner {
    margin-top: 3rem;
}

.features {
    padding: 5rem 0;
}

.h2_block {
  margin-bottom: 3rem;
}

.earn {
  margin-top: 3rem;
}

.earn_bottom-text {
    font-size: 22px;
}

.counter-lists {
    margin: 5rem 0;
}

.consultation-form {
    margin-top: 3rem;
}

.how_works {
    padding: 5rem 0;
}

.how_work_lists {
    margin-top: 3rem;
}

.how_work-title {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.how_work-desc {
    font-size: 14px;
}

h2.default-title.text-align-left {
    margin-bottom: 10px;
}

.subtitle-text {
    font-size: 18px;
}

.earnnow-lists {
    margin: 1rem 0;
}

.earnnow-lists > div {
    margin: 10px 0px;
}

span.member-rect {
    height: 200px;
    top: -5%;
}

.main_btn {
    font-size: 16px;
}

.earnnow-wrapper {
    padding-bottom: 5rem;
}

.quiz-wrapper {
    padding: 3rem;
}

.whyus-wrapper {
    padding: 5rem 0;
}

.whyus-main-lists {
    margin: 3rem 0;
}

.whyus-item-desc {
    font-size: 14px;
}

.counter-text {
    font-size: 14px;
}

.client-wrapper {
    padding: 5rem 0;
}

.review-text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.client-logo {
    margin-bottom: 30px;
}

.client-slider-nav {
    margin-top: 3rem;
}

span.faq-question-text {
    font-size: 20px;
}

.faq-answer-inner {
    font-size: 18px;
}

.faq-wrapper {
    padding-bottom: 5rem;
}

.footer-logo-text {
    font-size: 16px;
}

.footer-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-contact ul li a {
    font-size: 16px;
}

nav.copyright-nav a {
    font-size: 16px;
}

.copyright-footer {
    margin-top: 5rem;
}

.faq-item {
    padding: 20px 30px;
}

.features-text-desc {
  font-size: 14px;
}

.features-text-title {
  font-size: 18px;
  line-height: 1.4;
}

span.features_item-icon {
  margin-right: 15px;
}

a.white-btn {
  font-size: 16px;
}

}


@media (max-width: 1140px) {
  .default-title {
    font-size: 36px;
  }

  .default-title {
    font-size: 36px;
}

span.earn_item-title {
    line-height: 1.4;
    font-size: 18px;
}

span.earn_item-text {
    font-size: 14px;
    line-height: 1.4;
}

.earn_bottom-text {
    font-size: 20px;
    margin-top: 30px;
}

.features {
    padding: 5rem 0;
}

.counter-lists {
    margin: 5rem 0;
}

.consultation-form {
    padding: 20px;
}

.form_control button {
    width: 100%;
}

.how_works {
    padding: 5rem 0;
}

.how_work_lists > div {
    padding: 30px 20px 20px;
}

.how_work-item:after {
    width: 60px;
    height: 60px;
}

.how_work-item:nth-child(2)::after {
    right: calc(33.33% - 45px);
}

.how_work-item:first-child:after {
    left: calc(33.33% - 45px);
}

.earnnow-wrapper {
    padding-bottom: 5rem;
}

.quiz_step-title {
    font-size: 28px;
}

.form_control-wrapper input {
    font-size: 16px;
}

.form_control-wrapper > div {
    margin-top: 15px;
}

.client-slider-wrapper {
    margin-top: 3rem;
}

.faq-lists {
    margin-top: 3rem;
}

.cookie_content * {
  font-size: 14px !important;
}

h1.default_page_title.main_title {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 20px;
}

}


@media (min-width: 768px) and (max-width: 1024px) {

  a.btn.login-btn {padding: 8px 10px;}

  a.btn.register-btn {
      padding: 8px 10px;
  }

  .main-nav-btn a {
      margin-right: 0.5rem;
  }

  .header_top-btn {
      padding-left: 8px;
  }

  .language {
      margin-right: 6px;
  }

  .icon_language {
      padding: 9px 10px;
  }

  span.earn_icon.earn_icon2 {
    right: 3%;
}

span.earn_icon.earn_icon1 {
    left: 3%;
}
}


@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0px 0px 40px 40px;
    background: var(--Grayscale-50, #FAFAFA);
    box-shadow: 0px 24px 120px 0px rgba(0, 0, 0, 0.08);
    padding: 100px 16px 50px;
    flex-direction: column;
    transition: all 0.4s ease-in-out;
    transform: translate(0px, -100%);
}

header.header {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 14px 0px;
    background: var(--Grayscale-50, #FAFAFA);
/* header */
    box-shadow: 0px 24px 120px 0px rgba(0, 0, 0, 0.03);
}

.logo img {
    max-width: 130px;
}

span.logo-sub-text {
    font-size: 9.5px;
    margin-top: 0px;
}

.logo {
    position: relative;
    z-index: 9;
}

.main-nav-btn a {
    font-size: 18px;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 12px !important;
}

.main-nav-btn {
    display: block;
    width: 100%;
}

.blue-btn {
    font-size: 18px;
    padding: 15px !important;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.header_top-btn {
    border: none;
    flex-direction: row-reverse;
    width: 100%;
    padding-left: 0;
}

.language {
    margin-right: 0;
    margin-left: 15px;
}

.icon_language {
    height: 56px;
    display: flex;
    align-items: center;
    width: 80px;
    justify-content: center;
}

.icon_language:after {
    position: relative;
    top: -4px;
    margin-left: 0px;
}

.main_slider {
    padding-top: 70px;
}

.main_slider-row {
    padding: 40px 0px;
}

.d-flex.align-center.main_slider-row {
    flex-direction: column;
}

.d-flex.align-center.main_slider-row > div {
    width: 100%;
    margin-right: 0;
}

.main_slider-content {
    margin-bottom: 40px;
}

.main_btn {
    font-size: 18px;
    width: 100%;
}

.logo_lists {
    max-width: 100%;
    overflow-y: scroll;
}

.logo_lists > .logo_item {
  min-width: calc(100vw - 16px);
}

.features_item {
    flex-basis: 100%;
    padding: 0px;
    display: block;
    margin-bottom: 40px;
}

.features-text-title {
    font-size: 20px;
}

.features-text-desc {
    font-size: 16px;
}

.features_item:last-child {
    margin-bottom: 0px;
}

.default-title {
    font-size: 40px;
}

.earn-row.d-flex.align-center {
    flex-direction: column;
}

.earn_mainimg {
    width: 100%;
    padding: 70px 0px;
}

.video-mainimg {
    margin: auto;
    max-width: 60%;
}

.video-mainimg > img {
    width: 100%;
}

span.earn_icon.earn_icon2 {
    right: 0%;
}

span.earn_icon.earn_icon1 {
    left: 0;
}

span.earn_icon.earn_icon3 {
    bottom: 12%;
    right: 24%;
}

img.earn-rect {
    right: 0;
}

img.earn-dots {
    left: 5%;
}

img.earn-img3 {
    left: -10%;
}

img.earn-img2 {
    right: 0;
}

img.earn-img1 {
    top: -6%;
}

img.earn-img4 {
    bottom: -15%;
}

.earn_content {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
}

.earn_content-item {
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 40px;
}

.earn_content-lists {
    flex-wrap: wrap;
}

span.earn_item-title {
    font-size: 20px;
}

span.earn_item-text {
    font-size: 16px;
}

.earn_bottom-text {
    font-size: 22px;
    margin-top: 0;
    line-height: 110%;
}

.counter-item {
    flex-basis: 100% !important;
    margin-bottom: 40px;
}

.counter-item:last-child {
    margin-bottom: 0;
}

.counter-text {
    font-size: 16px;
}

.consultation-form {
    padding: 24px;
}

h1.default_page_title.main_title {
  font-size: 32px;
}

div#consultation_form {
    flex-direction: column;
}

div#consultation_form > div {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.how_work_lists > div {
    padding: 50px 24px 24px 24px;
    flex-basis: 100%;
    margin-bottom: 80px;
    position: relative;
}

.how_work-item:after {
}

.how_work_lists {
}

.how_work-item:first-child:after {
    top: calc(100% + 10px);
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
}

.how_work-item:nth-child(2)::after {
    right: 0;
    left: 0;
    margin: auto;
    top: calc(100% + 10px);
    transform: rotate(90deg);
}

.how_work-item:last-child {
    margin-bottom: 0px;
}

h2.default-title.text-align-left {
    text-align: center;
}

.subtitle-text {
    text-align: center;
    font-size: 20px;
}

.earnnow-row {
    flex-direction: column-reverse;
}

.earnnow-img {
    margin-top: 50px;
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
}

.earnnow-lists > div {
    flex-basis: 100%;
    margin: 12px 0px;
}

.earnnow-item-text {
    font-size: 20px;
}

.quiz-wrapper {
    padding: 30px;
}

.quiz_step-title {
    font-size: 20px;
}

.whyus-main-lists > div {
  flex-basis: 100%;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}

span.whyus_counter {
  margin-bottom: 15px;
}

.whyus-item {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.whyus-item:last-child {
  margin-bottom: 0px;
}

.whyus-item-title {
  font-size: 20px;
  line-height: 1.1;
}

.whyus-item-desc {
  font-size: 16px;
}

span.whyus-icon {
  margin: auto;
  margin-bottom: 15px;
}

.faq-item {
  padding: 16px;
}

span.faq-icon-toggle svg {
  max-width: 25px;
  max-height: 25px;
}

footer#footer {
  padding-top: 40px;
}

.d-flex.align-center.footer-wrapper-row {
  flex-direction: column;
}

.footer-contact {
  width: 100%;
  margin-top: 40px;
}

.footer-logo-text {
  margin-top: 20px;
}

.copyright-footer {
  margin-top: 30px;
  border: none;
  padding-top: 0;
}

.d-flex.align-center.copyright-row {
  flex-direction: column-reverse;
}

nav.copyright-nav.d-flex.align-center {
  flex-direction: column;
  align-items: baseline;
  width: 100%;
}

nav.copyright-nav a {
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

span.copyright-text {
  display: block;
  width: 100%;
  border-top: 1px solid #E5E9F0;
  padding-top: 20px;
  font-size: 18px;
}

.visible-xs {
  display: block;
}

.popup_window-inner {
  padding: 20px;
}

.popup-title {
  font-size: 40px;
  line-height: 1.1;
}

.popup-subtitle {
  font-size: 18px;
}

form#popup-form {
  margin-top: 20px;
}

button.submit-form {
  margin-top: 0px;
}

span.logo-sub-text.sublogo-en {
  font-size: 11px;
  letter-spacing: 1.5px;
}

span.logo-sub-text.sublogo-ru {
  font-size: 7px;
  letter-spacing: 0.5px;
}

h1.error_title {
  font-size: 28px;
}

.error_wrapper {
  margin-top: 90px;
  margin-bottom: 50px;
}

.error-img img {
  width: 100%;
}

ul.dropdown-list-mes {
  left: auto;
  right: 0;
}

a.white-btn {
  font-size: 16px;
}

.cookie_wrapper-inner {
  flex-direction: column;
}

.cookie_btn {
  margin-left: 0;
  margin-top: 15px;
}

.cookie_content * {
  font-size: 16px !important;
}

.default-template-wrapper {
  padding-top: 70px;
}

}





footer#footer .footer-wrapper-row {
  align-items: unset;
}
.footer-logo {
  margin-right: unset;
}
.footer-address .footer-title-1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: #2A313C;
}
.footer-address .footer-title-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #718096;
  margin-top: 16px;
}
.footer-address .footer-title-3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #313134;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
}
.footer-address .footer-title-4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #313134;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
}

.footer-contact {
  width: 23%;
  max-width: 280px;
}

@media (max-width: 768px) {

  .footer-contact{
    width: 100%;
  }

  .footer-address .footer-title-1 {
    margin-top: 20px;
  }

}