* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/img/open_sans/static/OpenSans-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/img/open_sans/static/OpenSans-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

.welcome {
  margin-bottom: 28px;
}

.what_is_join {
  padding-left: 27px;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 96px);
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-top: 50px;
  max-width: 77%;
  padding-bottom: 10px;
}

.h1_Help {
  font-size: 61px;
  line-height: 2.2;
}

.h2_what_is_Join {
  font-size: 28px;
  color: #3f78ff;
  margin-top: 28px;
  margin-bottom: 15px;
}

.p_welcome {
  margin: 0 0 16px;
}

.strong_help {
  color: #3f78ff;
  font-weight: normal;
}

.email_help {
  color: #3f78ff;
  text-decoration: none;
}

.email_help:hover {
  text-decoration: underline;
}

.Remember {
  margin-top: 8px;
}

.help {
  margin-top: 18px;
}

.ol_steps {
  counter-reset: step;
  list-style: none;
  margin: 8px 0 24px;
  padding: 0;
}

.ol_steps .li_steps {
  display: grid;
  grid-template-columns: 5.2ch 1fr;
  grid-auto-rows: auto;
  row-gap: 0;
  column-gap: 16px;
  align-items: start;
  margin: 28px 0;
}

.ol_steps .li_steps > * {
  grid-column: 2;
}

.ol_steps .h3_help_page {
  margin: 0;
  line-height: 1.1;
  font-size: 20px;
  font-weight: 700;
  color: #3778ff;
}

.ol_steps .h3_help_page + .p_welcome {
  margin-top: 0;
}

.ol_steps .p_welcome {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #222;
}

.ol_steps .li_steps::before {
  grid-column: 1;
  grid-row: 1 / span 2;
  counter-increment: step;
  content: counter(step) ".";
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  color: #3778ff;
}
