* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

html {
  min-height: 100%;
}

body {
  background: none;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}

#wrapper {
  max-width: 800px;
  margin: 16px auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  background-color: #fff;
  overflow: hidden;
}


#wrapper .hide {
  display: none;
}

#wrapper .nobr {
  white-space: nowrap;
}

#wrapper article {
  padding: 20px 40px;
}

#wrapper .center {
  text-align: center;
}

#wrapper p {
  margin-bottom: 16px;
}

#wrapper strong {
  font-weight: 700;
}

#wrapper h1 .block {
  display: block;
  font-size: 25px;
  padding-top: 20px;
}

#wrapper h1 {
  margin: 20px -40px;
  font-size: 35px;
  font-weight: 700;
  padding: 0 40px;
  text-align: center;
  color: #000;
}

#wrapper h3 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
  color: #000;
  text-decoration: none;
}

/*
#wrapper ul {
  margin: 0 0 20px 14px;
  list-style: none;
}

#wrapper ul li {
  padding-left: 0;
  position: relative;
}

#wrapper ul li:before {
  content: "\2022";
  font-size: 19px;
  font-family: Arial, sans-serif;
  position: relative;
  top: 0;
  line-height: 1;
}

*/
ul {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  margin-left: 30px;
  list-style-type: disc;


}
li {
  line-height: 20px;
  margin-bottom: 3px;
  padding-left: 0;
}

ul li::marker {
  font-size: 14px;
}

#wrapper img {
  max-width: 100%;
  vertical-align: middle;
}

#wrapper .footer {
  background-image: url(footer.jpg);
  background-size: cover;
  padding: 20px 50px;

}

@media (max-width: 799px) {
  #wrapper {
    margin: 0;
    box-shadow: none;
  }

  #wrapper :is(p, ul) {
    hyphens: auto;
    -webkit-hyphens: auto;
  }

  #wrapper article {
    padding: 16px;
  }
}

@media (max-width: 499px) {
  #wrapper {
    font-size: 16px;
  }

  #wrapper ul {
    margin-left: 0;
  }

  #wrapper h1 {
    font-size: 26px;
  }
}
