body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  background: #FFF;
  /*color: #1A1A1A;*/
}

img {
  border: 0;
  vertical-align: middle;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

button {
  font-size: 100%;
  cursor: pointer;
}

ol {
  list-style: decimal inside;
  font-weight: bold;
}

ol li a {
  font-weight: normal;
}




#help_box {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 880px;
  /*margin: 20px auto;*/
  min-height: 700px;
}

.help_page_v2{ font: 400 14px/1.3 "Roboto", sans-serif; color: #242335;}

.help_page_v2__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.help_page_v2 h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1875;
  color: #367CBD;
  margin-bottom: 5px;
  margin-top: 20px;
}

.help_page_v2 p {
  margin-bottom: 10px;
}

.help_page_v2 a {
  color: #367CBD;
  font: 400 14px/1.3 "Roboto", sans-serif;
  text-decoration: underline;
}

.help_page_v2 a:hover {
  color: #F0454F;
}


.button {
  max-width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(36, 35, 53, 0.06);
  border: none;
  padding: 4px 15px;
  border-radius: 6px;
  font: 500 16px/1.1875 "Roboto", sans-serif;
  color: #242335;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
  overflow: hidden;
}

.button--icon {
  padding: 0px 7px;
}

.button__icon {
  position: relative;
  z-index: 2;
}

.button .w_hit{
  display:block; position: absolute; top: 1px; left:3px; font-size: 13px;
  color: #367CBD;
}

