:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v12-latin-regular.eot');
  src: url('../fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), url('../fonts/inter-v12-latin-regular.woff') format('woff'), url('../fonts/inter-v12-latin-regular.ttf') format('truetype'), url('../fonts/inter-v12-latin-regular.svg#Inter') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v12-latin-700.eot');
  src: url('../fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-700.woff2') format('woff2'), url('../fonts/inter-v12-latin-700.woff') format('woff'), url('../fonts/inter-v12-latin-700.ttf') format('truetype'), url('../fonts/inter-v12-latin-700.svg#Inter') format('svg');
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Inter', Arial, sans-serif;
  color: #000;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 820px;
  margin: 16px auto;
  border: 1px solid #777;
  padding: 20px 20px 10px;
  overflow: hidden;
  background-color: #fff;
  background: #f2f5f8 url('../images/background.jpg') no-repeat bottom left;
}

h1 {
  margin: 36px 0 24px 26px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

h2 {
  font-size: 58px;
  line-height: 1.2;
  font-weight: 700;
}

.link {
  margin-left: 137px;
}

h5+p {
  font-size: 12px;
  line-height: 1.4;
}

h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 5px;
}

h4 {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

p small {
  font-size: 9px;
  line-height: 1.3;
  display: block;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

article {
  padding: 196px 0 0 260px;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0 0 16px 32px;
}

.qrcode {
  position: relative;
  z-index: 999;
}

header span {
  font-size: 9px;
}

.title {
  position: absolute;
  top: 0;
  left: 202px;
}

footer {
  display: none;
}

.box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0 0 16px;
  list-style: none;
}

ul li {
  padding-left: 12px;
}

ul li:before {
  content: "\2022";
  color: #000;
  float: left;
  margin-top: -3px;
  font-size: 20px;
  line-height: 1em;
  text-indent: -12px;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}



@media all and (max-width:820px) {
  #wrapper {
    margin: 0;
    padding: 16px;
    border: none;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }
}

@media all and (max-width:768px) {
  .title {
    position: static;
  }

  article {
    padding: 0 0 400px;
  }

  .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin: 16px 16px 16px 0;
  }

  h1 {
    margin: 16px 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
  }

  h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 16px;
  }

  h4 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
  }

  .link {
    margin-left: 0;
    text-align: center;
  }

  h3 br {
    display: inline !important;
  }
}