*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
    line-height: 1.425;;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  line-height:1.425;
  font-size:16px;
  color:var(--text_black);
  font-weight: 400;
   font-family: "Raleway", sans-serif;
  position:relative;
}
.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
video{
    max-width:100%;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
button{
    border:none;
    background:none;
}
button:focus{
    outline:none;
    box-shadow:none;
}
table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  border: 1px solid #e9e9e9;
}
table td,
table th {
  padding: 1rem;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
table tr:nth-child(2n) {
  background-color: #f6f8fa;
}
details,
main {
  display: block;
}
a {
  transition: all .5s;
}
.b,
.strong,
b,
strong {
  font-weight: 700;
}
.em,
em {
  font-style: italic;
}
/*hr {*/
/*  -webkit-box-sizing: content-box;*/
/*  box-sizing: content-box;*/
/*  height: 0;*/
/*  overflow: visible;*/
/*  border-top: 1px solid rgba(255, 255, 255, 0.2);;*/
/*}*/
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.small,
small {
  font-size: 0.8125rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border: 0 none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
[hidden],
template {
  display: none;
}
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ellipsis-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5rem 0;
  font-weight:600;
}
.h1,
h1,h2,.h2{
  font-size: 32px;
  line-height: 38px;
}
.h3,
h3 {
  font-size: 20px;
  line-height: 26px;
}
.h4,
h4 {
  font-size: 18px;
  line-height: 24px;
}
.h5,
h5 {
  font-size: 16px;
  line-height: 22px;
}
.h6,
h6 {
  font-size: 14px;
  line-height: 20px;
}
a:hover,a:focus{
    text-decoration: none;
}
header ul,
footer ul {
  list-style: none;
  padding:0;
  margin:0;
}