@media screen and (max-width: 374px) {
  .headerOpen .innerWrap .siteMenu .menuList li {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  footer .last .copylight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}/*# sourceMappingURL=extra.css.map */