:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mulish-v12-latin-regular.eot');
  src: url('../fonts/mulish-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v12-latin-regular.woff2') format('woff2'), url('../fonts/mulish-v12-latin-regular.woff') format('woff'), url('../fonts/mulish-v12-latin-regular.ttf') format('truetype'), url('../fonts/mulish-v12-latin-regular.svg#Mulish') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/mulish-v12-latin-700.eot');
  src: url('../fonts/mulish-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v12-latin-700.woff2') format('woff2'), url('../fonts/mulish-v12-latin-700.woff') format('woff'), url('../fonts/mulish-v12-latin-700.ttf') format('truetype'), url('../fonts/mulish-v12-latin-700.svg#Mulish') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Mulish', Arial, sans-serif;
  color: #000;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 650px;
  margin: 16px auto;
  border: 1px solid #555;
  overflow: hidden;
  background-color: #fff;
}

h1 {
  margin: 32px 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  padding-left: 100px;
  color: #EE2B28;
  background: #fff url('../images/icon.png') no-repeat 0 3px;
}

h1 strong {
  display: block;
  font-weight: 700;
}

h1 .textbig {
  font-size: 33px;
  margin-left: -42px;
}

h2 {
  font-size: 37px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

h3 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 10px;
}

h4 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #EE302A;
}

h2+p {
  text-align: center;
  margin: 18px 0 32px;
  font-size: 24px;
  line-height: 1.3;
}

h5 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

article {
  padding: 30px 42px;
  position: relative;
}

footer {
  padding: 60px 16px 24px;
  background-color: #EE302A;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0 0 24px 24px;
  list-style: none;
}

ul li {
  padding-left: 16px;
}

ul li:before {
  content: "\2022";
  color: #000;
  float: left;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1em;
  text-indent: -16px;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.qrcode {
  position: absolute;
  bottom: -36px;
  right: 126px;
}

@media all and (max-width:650px) {
  #wrapper {
    margin: 0;
    border: none;
  }

  article {
    padding: 16px;
    position: relative;
  }

  .qrcode {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 16px 0 -51px;
  }

  ul {
    margin-left: 0;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  br:not(footer br) {
    display: none;
  }

  span {
    white-space: nowrap;
  }
}

@media all and (max-width:478px) {
  h1 {
    padding-left: 88px;
  }

  h1 .textbig {
    font-size: 24px;

  }

  h2 {
    font-size: 30px;
  }

  h5 {
    font-size: 20px;
  }
}