@font-face {
  font-family: "Press Start 2P";
  src: url(../fonts/PressStart2P-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans", sans-serif;
  src: url(../fonts/OpenSans-VariableFont_wdth\wght.ttf);
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Open Sans", sans-serif;
}
body {
  background-color: #f0f4f3;
  color: #03120e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
li,
ul {
  list-style: none;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
a {
  text-decoration: none;
}
p,
h3,
h1,
h2,
h3,
h4,
a,
input {
  margin: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}
.header-block {
  display: none;
}
.header-block__top {
  height: 40px;
  background-color: #000000;
}
.header-block__get {
  background: linear-gradient(234.46deg, #d5f6ee 20.83%, #d2ebfc 79.17%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding: 0 16px 0 8px;
}
.header-block__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
}
.header-block__btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #1eb18e;
  border: 1px solid #d3d7d6;
  padding: 2px 20px;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #d3d7d6;
  background: #ffffff;
}
.header-top__link {
  display: flex;
  align-items: flex-start;
}
.header-top__link span {
  font-family: "Press Start 2P";
  font-weight: 400;
  font-size: 15px;
  color: #00aade;
}
.header-top__link span:hover {
  color: #219af1;
}
.header-top__img {
  margin-right: 10px;
}
.divider {
  margin-top: 16px;
  border-top: 1px dashed #d3d7d6;
  width: calc(100% + 50px);
  position: relative;
  left: -20px;
}
.link-hover-underline:hover {
  text-decoration: underline;
  cursor: pointer;
}
.header-title {
  font-family: "Press Start 2P";
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #1eb18e;
  margin-bottom: 32px;
  max-width: 860px;
  margin: 0 auto;
}
.header-top__text {
  font-family: "Press Start 2P";
  font-size: 15px;
  line-height: 15px;
  background: linear-gradient(180deg, #1075b0 0%, #1eb18e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-top__text:hover {
  background: linear-gradient(0deg, #1075b0 0%, #1eb18e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  cursor: pointer;
}
main {
  padding: 24px;
  display: flex;
  column-gap: 24px;
  margin-bottom: 4px;
  justify-content: center;
}
.all-questions {
  background: #ffffff;
  border-bottom: 1px solid #d3d7d6;
  padding: 4px 8px 8px;
  text-align: center;
  display: none;
  margin-bottom: 16px;
}
.all-questions__btn {
  background-color: #1eb18e;
  box-shadow: #0c5745 1px 1px 0, #0c5745 2px 2px 0, #0c5745 3px 3px 0, #0c5745 4px 4px 0;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 100%;
  font-size: 12px;
}
.all-questions__btn:hover {
  background-color: #0c5745;
  box-shadow: none;
}
.popup {
  padding: 40px 77px;
  background-color: rgba(3, 18, 14, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
  transition: all 0.4s ease-in-out;
}
.popup.displayed {
  display: block;
  overflow: auto;
}
.popup-body {
  min-width: 256px;
  margin: 0 auto;
  background: #ffffff;
}
.popup-body__top {
  padding: 16px 30px 16px 24px;
  border-bottom: 1px dashed #d3d7d6;
  display: flex;
  justify-content: space-between;
}
.popup-body__cross {
  cursor: pointer;
}
.aside-left {
  align-self: flex-start;
  max-width: 256px;
}
.block {
  border: 1px solid #d3d7d6;
  box-shadow: #d3d7d6 1px 1px 0, #d3d7d6 2px 2px 0, #d3d7d6 3px 3px 0, #d3d7d6 4px 4px 0;
  background: #ffffff;
}
.aside-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  border-bottom: 1px dashed #d3d7d6;
  padding: 16px 24px;
  width: 208px;
}
.questions-filter__item {
  padding: 8px 24px;
  color: #5f6e6a;
}
.questions-filter__item:not(:last-child) {
  border-bottom: 1px dashed #d3d7d6;
}
.questions-filter__input {
  width: 0;
  height: 0;
  appearance: none;
  position: absolute;
}
.questions-filter__label {
  position: relative;
  cursor: pointer;
  display: flex;
}
.questions-filter__label::after {
  content: url("/images/right.svg");
  position: absolute;
  right: 0;
  top: -4px;
  transition: transform 0.1s ease-in;
}
.questions-filter__content {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #5f6e6a;
  padding: 16px 0 5px;
  max-width: 210px;
}
.questions-filter__input:checked ~ .questions-filter__content {
  display: block;
}
.questions-filter__input:checked ~ .questions-filter__label::after {
  transform: rotate(90deg);
}
.questions-list__item + .questions-list__item {
  margin-top: 8px;
}
.questions-list__link {
  font-size: 12px;
  line-height: 16px;
  color: #5f6e6a;
}
li.questions-list__item:hover > .questions-list__link,
.questions-list__link:hover {
  color: #1eb18e;
}
.examples {
  min-width: 200px;
  max-width: 660px;
}
.examples-question {
  padding: 32px 24px;
  margin-bottom: 32px;
}
.examples-question__title {
  margin-bottom: 16px;
}
.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.examples-answers {
  margin-top: 48px;
}

.examples-answers__title {
  color: #5f6e6a;
  padding-left: 24px;
  margin-bottom: 16px;
}
.examples-answers__item {
  padding: 34px 24px 32px;
}
.examples-answers__item:not(:last-child) {
  border-bottom: 1px dashed #d3d7d6;
}
.examples-answers__top {
  display: flex;
  justify-content: space-between;
}
.examples-answers__heading {
  font-weight: 700;
  margin-bottom: 26px;
}
.examples-answers__heading span {
  color: #5f6e6a;
  margin-left: 10px;
}
.examples-answer__link {
  color: #1eb18e;
  padding-right: 20px;
  position: relative;
}
.examples-answer__link:hover {
  text-decoration: underline;
}
.examples-answer__link::after {
  content: url("/images/righn-green.svg");
  top: 2px;
  right: 0;
  position: absolute;
}
.examples-answers__text p:not(:last-child),
.examples-answers__text-list li:last-child {
  margin-bottom: 32px;
}
.investors {
  position: sticky;
  top: 97px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
.adv {
  margin-top: 16px;
  width: 256px;
}
.investors > div:first-of-type {
  background: #ddf1ec;
  border: 1px solid #a4ded1;
  box-shadow: #a4ded1 1px 1px 0, #a4ded1 2px 2px 0, #a4ded1 3px 3px 0, #a4ded1 4px 4px 0;
  padding: 32px 16px 22px;
  max-width: 256px;
}
.investors-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 24px;
}
.investors-list__item + .investors-list__item {
  margin-top: 8px;
}
.investors-list__item:last-child {
  margin-bottom: 20px;
}
.investors-list__item {
  position: relative;
  padding-left: 17px;
}
.investors-list__item::before {
  content: url("/images/checked.svg");
  top: -1px;
  left: 0;
  position: absolute;
}
.investors-btn {
  margin: 0 16px;
  background-color: #1eb18e;
  box-shadow: #0c5745 1px 1px 0, #0c5745 2px 2px 0, #0c5745 3px 3px 0, #0c5745 4px 4px 0;
  border: none;
  color: #ffffff;
  padding: 10px 33px;
  width: 224px;
  cursor: pointer;
}
.investors-btn:hover {
  box-shadow: #0c5745 1px 1px 0, #0c5745 2px 2px 0;
  background-color: #0c5745;
  position: relative;
  top: 3px;
}
.investors-text {
  margin-top: 24px;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(3, 18, 14, 0.6);
}
.investors-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.investors-block__item {
  margin-bottom: 10px;
}
.investors-block__item + .investors-block__item {
  margin-left: 8px;
}
footer {
  max-width: 660px;
  margin: 0 auto;
  padding: 56px 0 148px;
}
.footer-coin {
  cursor: pointer;
}
.footer-coins {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.footer-coin + .footer-coin {
  margin-left: 56px;
}
.show-more-btn {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #1eb18e;
  display: block;
  margin-top: 4px;
  cursor: pointer;
}
.hide-desc {
  max-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-more-btn:hover {
  text-decoration: underline;
}
.footer-win {
  max-width: 402px;
  margin: 0 auto;
  text-align: center;
}
.footer-win__title {
  font-family: "Press Start 2P";
  font-weight: 400;
  font-size: 15px;
  color: #1eb18e;
  margin-bottom: 8px;
}
.footer-win__text {
  font-size: 12px;
  color: #5f6e6a;
}
.footer-text__win-link {
  color: #1eb18e;
  text-decoration: underline;
}
.footer-lose {
  max-width: 402px;
  margin: 0 auto;
  text-align: center;
}
.footer-lose__coin + .footer-lose__coin {
  margin-left: 160px;
}
.footer-lose__title {
  font-family: "Press Start 2P";
  color: #5f6e6a;
  margin-top: 56px;
  line-height: 15px;
  margin-bottom: 10px;
}
.footer-lose__link {
  color: #5f6e6a;
}
@media (max-width: 1024px) {
  .header-top {
    padding: 22px;
  }
  .header-title {
    font-size: 18px;
  }
  .header-top__text {
    font-size: 14px;
  }
  .header-top__link span {
    font-size: 12px;
  }
  main {
    padding: 18px;
    column-gap: 18px;
  }
  .aside-title {
    font-size: 20px;
    padding: 8px 22px;
  }
  .examples-question {
    padding: 22px;
  }
  .examples-question__title {
    font-size: 20px;
  }
  .aside-left {
    min-width: 204px;
  }
  .questions-list__item {
    padding: 9px 14px 9px;
  }
  .examples-answers__item {
    padding: 28px 16px;
  }
  .examples-answers__text {
    font-size: 14px;
  }
  .examples-answers__text p {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .investors-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .investors-list {
    font-size: 12px;
  }
  .investors-btn {
    margin: 3px;
    font-size: 12px;
    width: 176px;
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .header-block {
    display: block;
  }
  .header-top__link,
  .header-top__text {
    display: none;
  }
  .header-title {
    font-size: 15px;
    line-height: 16px;
  }
  .all-questions {
    display: block;
  }
  .aside-left,
  .investors {
    display: none;
  }
  main {
    padding: 0 8px;
  }
  .examples {
    margin-left: 0;
    width: 100%;
  }
  .examples-question {
    margin-bottom: 40px;
  }
  .examples-answers__title {
    margin-bottom: 8px;
  }
  .coin {
    display: none;
  }
  .footer-win {
    display: block;
  }
  .mobile {
    display: block;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
  }
}
