body {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  background-color: #000000;
}

.container {
  width: 100%;
  max-width: 1728px;
  margin: 0 auto;
  padding: 0 24px;
}

.header__wrapper {
  padding-top: 24px;
  width: 100%;
}

.header__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header__logo_icon {
  width: 30px;
  min-width: 30px;
  height: 37px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__logo_title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__nav_items {
  padding: 0 6px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  background-color: #222222;
  border-radius: 12px;
}

.header__nav_item {
  padding: 8px 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #acacac;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.header__btn_items {
  padding: 0 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  background-color: #ffbe22;
  -webkit-box-shadow: 0px 0px 70px 4px #ffbe228f;
  box-shadow: 0px 0px 70px 4px #ffbe228f;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.header__btn_icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__btn_title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__info_wrapper {
  padding-top: 120px;
  width: 100%;
  position: relative;
}

.section__info_items {
  width: 100%;
  position: relative;
  z-index: 100;
}

.section__info_title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 88px;
  line-height: 1.4;
  color: #ffffff;
  cursor: default;
}

.section__info_title span {
  white-space: nowrap;
}

.section__info_subtitle_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 136px;
}

.section__info_subtitle {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 88px;
  line-height: 1.4;
  color: #ffffff;
  cursor: default;
}

.section__info_subtitle_add {
  padding: 0 32px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 88px;
  line-height: 1.4;
  color: #000000;
  background-color: #ffbe22;
  border-radius: 32px;
  cursor: default;
}

.section__info_btns_tg_items {
  padding: 0 40px 0 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 92px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2ba7ea),
    to(#2090e5)
  );
  background: -o-linear-gradient(top, #2ba7ea 0%, #2090e5 100%);
  background: linear-gradient(180deg, #2ba7ea 0%, #2090e5 100%);
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.section__info_btns_tg_icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__info_btns_tg_title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__info_btns_que_items {
  padding: 0 40px;
  height: 92px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000000;
  border: 1px solid #383838;
  border-radius: 32px;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.section__info_btns_que_title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__info_btns_energy_items {
  padding: 0 40px 0 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 92px;
  background-color: #ffbe22;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.section__info_btns_energy_logo {
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__info_btns_energy_title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__info_btns_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.section__info_btns_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.section__info_que_wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 48px;
  border: 1px solid #383838;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 160px;
}

.section__info_bg {
  width: 850px;
  min-width: 850px;
  height: 846px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: calc(38px + (100% - min(100%, 1728px)) / 2);
}

.section__info_que_items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  margin-bottom: 48px;
}

.section__info_que_item {
  padding: 64px 40px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.section__info_que_item_title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  color: #000000;
  white-space: nowrap;
  cursor: default;
}

.section__info_que_item_subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #acacac;
  white-space: nowrap;
  cursor: default;
}

.section__info_que_title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.4;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 40px;
}

.section__info_que_steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 60px;
}

.section__info_que_step {
  position: relative;
  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;
  gap: 24px;
}

.section__info_que_step_title {
  position: relative;
  z-index: 100;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  color: #ffbe22;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.section__info_que_step_title span {
  color: #2ba7ea;
}

.section__info_que_step_subtitle {
  position: relative;
  z-index: 100;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #acacac;
  cursor: default;
}

.section__info_que_step_link {
  position: relative;
  z-index: 100;
  padding: 0 32px;
  height: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffbe22;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.section__info_que_step_number {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 176px;
  color: #1a1a1a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  height: 125px;
}

.section__adv_wrapper {
  width: 100%;
  margin-bottom: 160px;
}

.section__adv_title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.4;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 64px;
}

.section__adv_title span {
  text-decoration: underline !important;
  -webkit-text-decoration-style: solid !important;
  text-decoration-style: solid !important;
  -webkit-text-decoration-color: #ffbe22 !important;
  text-decoration-color: #ffbe22 !important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 10px !important;
  color: #ffbe22;
}

.section__adv_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 96px 1fr 96px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto 64px auto;
  grid-template-rows: repeat(2, auto);
  row-gap: 64px;
  -webkit-column-gap: 96px;
  -moz-column-gap: 96px;
  column-gap: 96px;
}
.section__adv_items > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.section__adv_items > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.section__adv_items > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.section__adv_items > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.section__adv_items > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.section__adv_items > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.section__adv_item {
  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: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 24px;
}

.section__adv_item_icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__adv_item_title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  color: #ffffff;
  cursor: default;
}

.section__adv_item_title.active {
  color: #ffbe22;
}

.section__adv_item_info {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #acacac;
  cursor: default;
}

.section__adv_item_image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__banner_wrapper {
  width: 100%;
  margin-bottom: 160px;
}

.section__banner_items {
  padding: 48px;
  width: 100%;
  background-color: #ffbe22;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 127px;
}

.section__banner_link {
  padding: 0 40px;
  height: 92px;
  background-color: #ffffff;
  border-radius: 32px;
  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;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
}

.section__banner_title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.4;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin-bottom: 16px;
}

.section__banner_subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #000000;
  cursor: default;
}

.section__banner_subtitle span {
  font-weight: 700;
  text-decoration: underline !important;
  -webkit-text-decoration-style: solid !important;
  text-decoration-style: solid !important;
  text-decoration-offset: 0% !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px !important;
  -webkit-text-decoration-skip: ink !important;
  text-decoration-skip-ink: auto !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.section__faq_wrapper {
  width: 100%;
  margin-bottom: 160px;
}

.section__faq_items {
  width: 100%;
}

.section__faq_item {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #383838;
}

.section__faq_item:first-child {
  padding-top: 0;
}

.section__faq_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.section__faq_item_titles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__faq_item_titles.active {
  margin-bottom: 32px;
}

.section__faq_item_title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  color: #ffffff;
  cursor: default;
}

.section__faq_item_info {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #acacac;
  cursor: default;
  display: none;
}

.section__faq_item_info.active {
  display: block;
}

.section__faq_item_icon {
  width: 56px;
  min-width: 56px;
  height: 56px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.footer__wrapper {
  width: 100%;
  padding-bottom: 24px;
}

.footer__items {
  width: 100%;
}

.footer__items_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

.footer__items_logo_icon {
  width: 30px;
  min-width: 30px;
  height: 37px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer__items_logo_title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer__items_links_title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #acacac;
  cursor: default;
}

.footer__items_link {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: underline !important;
  -webkit-text-decoration-style: solid !important;
  text-decoration-style: solid !important;
  text-decoration-offset: 0% !important;
  text-decoration-thickness: 0% !important;
  -webkit-text-decoration-skip: ink !important;
  text-decoration-skip-ink: auto !important;
  text-underline-offset: 4px;
  color: #acacac;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.footer__items_links_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__items_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
