.support {
  padding: 24px;
  height: 100%;
  overflow-y: auto;
}
.support__block {
  background-color: #fff;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.support__block h2 {
  text-align: center;
  color: #03a868;
  margin: 16px 0;
  font-size: 16px;
}
.support__block p a {
  color: #03a868;
  font-weight: bold;
  text-decoration: underline;
}
.support__block .link {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.support__block .link a {
  display: flex;
  padding: 8px 24px;
  border-radius: 4px;
  border: 2px solid #a8a8a8;
  color: #a8a8a8;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}
.support__block .link a:hover {
  background-color: #03a868;
  color: #fff;
  border-color: #03a868;
}
.support__block .items {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 22px;
  justify-content: space-around;
}
.support__block .items .item {
  width: 23%;
  min-width: 240px;
}
.support__top-head ul {
  margin-top: 8px;
}
.support__header, .support__top-head {
  margin-bottom: 24px;
}
.support__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
.support__cards-card {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.support__cards-card .center {
  width: fit-content;
  margin: 0 auto;
}
.support__cards-card .center ul {
  list-style: decimal;
}
.support .single {
  background-color: #fff;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.support .single h1 {
  text-align: center;
  margin-bottom: 16px;
}
.support .single h1,
.support .single h2,
.support .single h3 {
  padding: 16px 0;
}
.support .single ul {
  list-style: decimal;
  margin-left: 32px;
}
.support .single img {
  max-width: 500px;
  margin: 16px 0;
}
.support .single a {
  text-decoration: underline;
  color: #03a868;
  font-weight: bold;
}
.support .single p {
  line-height: 1.5;
}
.support .single .copy {
  color: #03a868;
  font-weight: bold;
  display: inline-block;
  padding: 16px 0;
}
.support .single .team {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  justify-content: center;
  text-align: center;
}
.support .single .team .avatar {
  border: 5px solid #03a868;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.support .single .team .avatar img {
  width: 100%;
}
.support .single .team span {
  font-weight: bold;
  color: #03a868;
}
.support .single .team p {
  color: #777;
}
.support .single .accent-color {
  color: #03a868;
}
.support .single .btns {
  margin: 32px 0;
}
.support .single .btns a {
  color: #fff;
  text-decoration: none;
  background-color: #03a868;
  font-weight: bold;
  cursor: pointer;
  padding: 8px 32px;
  border-radius: 3px;
  font-size: 14px;
  transition: 0.2s ease-in-out;
  display: inline-block;
  margin: 16px;
  text-align: center;
}
.support .single .btns a:hover {
  background-color: #038f58;
}

.new_support {
  margin: 16px;
  height: calc(100dvh - 92px);
  overflow-y: auto;
}
.new_support h2 {
  font-size: 22px;
}
.new_support h3 {
  font-size: 16px;
  color: #03a868;
  text-align: center;
}
.new_support .ques {
  text-align: center;
  margin: 16px 0;
  color: #03a868;
  font-weight: bold;
}
.new_support .support__top-head .link {
  display: flex;
  justify-content: center;
}
.new_support .support__top-head .items .item {
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.new_support .support__block {
  margin-bottom: 24px;
}
.new_support .support__block-center h2 {
  margin-bottom: 32px;
}
.new_support .support__block ul {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.new_support .support__block ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.new_support .support__block ul li .link {
  justify-content: center;
}
.new_support .support__block ul li b {
  color: #03a868;
}
.new_support .support__block ul li .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.new_support .support__cards .support__block .link a {
  margin-right: auto;
}

.invest {
  border-radius: 5px;
  margin: 16px;
  padding: 16px;
  background-color: #fff;
  max-height: calc(100dvh - 92px);
  overflow-y: auto;
}
.invest h2, .invest h3 {
  color: #03a868;
  padding: 16px 0;
  text-align: center;
}
.invest h4 {
  color: #03a868;
  padding: 16px 0;
}
.invest p {
  color: #777;
  line-height: 1.5;
  margin-bottom: 16px;
}
.invest p b {
  color: #03a868;
}
.invest p a {
  color: #00f;
  text-decoration: underline;
}
.invest ol, .invest ul {
  margin-left: 16px;
  color: #777;
  margin-bottom: 16px;
}

@media only screen and (max-device-width: 992px) {
  .support__cards {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .support__cards-card {
    width: 100%;
  }
  .support .single img {
    width: 100%;
  }
  .support .single .team {
    gap: 32px;
  }
  .support .single .mb-50 {
    margin-bottom: 50px;
  }
  .invest {
    padding-bottom: 60px;
  }
}

/*# sourceMappingURL=support.css.map */
