:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v28-latin-regular.eot');
  src: url('../fonts/noto-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v28-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v28-latin-regular.woff') format('woff'), url('../fonts/noto-sans-v28-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-v28-latin-regular.svg#NotoSans') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v28-latin-700.eot');
  src: url('../fonts/noto-sans-v28-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v28-latin-700.woff2') format('woff2'), url('../fonts/noto-sans-v28-latin-700.woff') format('woff'), url('../fonts/noto-sans-v28-latin-700.ttf') format('truetype'), url('../fonts/noto-sans-v28-latin-700.svg#NotoSans') format('svg');
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Noto Sans', Arial, sans-serif;
  color: #fff;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 830px;
  margin: 16px auto;
  padding: 50px 40px;
  overflow: hidden;
  background-color: #0B0F10;
}

h1 {
  margin: 27px 0;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  color: #3C9EC7;
  text-align: center;
}

h1 small {
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 5px 0 0 0;
}

h2 {
  margin: 16px 0 21px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  color: #3C9EC7;
}

h2 strong {
  display: block;
  color: #fff;
  font-size: 25px;
}

h3 {
  margin: 16px 0;
  font-size: 46px;
  line-height: 1.3;
  font-weight: 700;
  color: #E27228;
  text-align: center;
}

h4 {
  margin: 16px 0 21px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #3C9EC7;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

footer {
  font-size: 13px;
  line-height: 1.5;
  margin: 63px 0 0 0;
  position: relative;
}

.logo {
  position: absolute;
  bottom: 0;
  right: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.content {
  padding: 16px 0 0 61px;
}

.telephone {
  font-size: 15px;
  display: block;
}

ul {
  margin: 0 0 40px;
  list-style: none;
}

ul li {
  padding-left: 34px;
  background: url('../images/iconlist.jpg') no-repeat 0px 4px;
  font-size: 19px;
  line-height: 1.42375;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media all and (max-width:830px) {
  #wrapper {
    margin: 0;
    padding: 16px;
    border: none;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  br:not(footer br) {
    display: none;
  }
}

@media all and (max-width:767px) {
  h3 {
    font-size: 36px;
  }

  h1 {
    font-size: 28px;
  }

  h1 small {
    font-size: 18px;
  }

  .content {
    padding: 16px 0 0;
  }

  ul li {
    font-size: 18px;
  }

  .logo {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}