:root {
  font-size: 16px;
}
*, figure {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
html {
  min-height: 100%;
}
body {
  font: 400 0.875em/1.25em 'Roboto', Arial, sans-serif;
  color: #fff;
}
#wrapper {
  margin: 0.75rem auto;
  padding: 0 3.75rem 2.3125rem;
  max-width: 930px;
  background: #fff url('../images/background-mewa.jpg') no-repeat left top;
  overflow: hidden;
  position: relative;
  border: solid thin #000;
  background-size: 100% 100%;
}
header {
  margin: 0 -64px 50px;
}
footer {
  position: relative;
  font-size: 107%;
  line-height: 1.4375rem;
}
p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
  max-width: 100%;
}
h1 {
  margin: 1.75rem 0 2.25rem;
  font-size: 2.0625rem;
  line-height: 2.25rem;
}
h1 span {
  font-weight: normal;
}
h1 small {
  font-size: 76%;
}
h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0 0 1.0625rem;
}
ul {
  list-style: none;
}
ul li {
  padding-left: 0.625rem;
  background: url("../images/iconli.png") no-repeat left 5px;
  text-align: left;
}
article section {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 20px;
}
article section>*+* {
  margin-left: 0.625rem;
}
article section div {
  padding: 0.625rem 0.625rem 0.5rem;
}
article section div:nth-of-type(1) {
  width: 396px;
}
article section div:nth-of-type(2) {
  width: 391px;
}
footer section:nth-of-type(1) {
  font-size: 167%;
  line-height: 2.0625rem;
  margin-top: 3.125rem;
}
footer figure {
  position: absolute;
  left: 24.6875rem;
  bottom: 0.0625rem;
  display: flex;
}
nav {
  overflow: hidden;
  font-size: 85%;
  margin: 3.125rem 0 1.375rem;
}
article figure {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 198px;
  overflow: hidden;
  vertical-align: middle;
  min-height: 107px;
  text-align: left;
  line-height: 1.25rem;
}
figure p {
  text-align: left;
  margin-left: 0.375rem;
}
footer figure a {
  margin-right: 0.3125rem;
  display: block;
}
article figure img {
  float: left;
  margin-right: 0.25rem;
}
footer>p:nth-of-type(1) {
  position: absolute;
  left: 5.0625rem;
  top: 0.1875rem;
}
footer>p:nth-of-type(2) {
  position: absolute;
  left: 24.6875rem;
  top: 0.1875rem;
}
footer figure {
  margin: 0;
}
header section {
  margin: 1.875rem 4rem 0;
}
video {
  width: 100%;
}
@media screen and (max-width:929px) {
  #wrapper {
    border: none;
    margin: 0;
  }
  br {
    display: none;
  }
  footer br {
    display: block;
  }
  header {
    margin: -0.625rem -0.625rem 1.875rem;
  }
  header section {
    margin: 1.875rem 0.625rem 0;
  }
  h1 br, article figure br, article section {
    display: block;
  }
  article section div {
    width: 100%!important;
  }
  article section>*+* {
    margin: 1rem 0;
  }
  footer figure, footer>p:nth-of-type(2) {
    left: 22.375rem;
  }
}
@media screen and (max-width:780px) {
  #wrapper {
    padding: 2rem;
  }
}
@media screen and (max-width:687px) {
  footer>p:nth-of-type(2), footer figure {
    position: static;
    margin: 1rem 0;
    text-align: center;
  }
  footer section:nth-of-type(1) {
    margin: 1rem 0;
  }
  footer p {
    text-align: center;
  }
  footer figure {
    width: 270px;
    margin: auto;
  }
  h1 {
    font-size: 1.875rem;
  }
  nav {
    text-align: center;
  }
}
@media screen and (max-width:480px) {
  #wrapper {
    padding: 1rem;
  }
}