* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Oswald";
}

hr {
  margin-bottom: 30px;
  box-sizing: content-box;
  height: 1px;
  background-color: #ccc;
}

.wp-block-separator {
  border: 1px solid;
  border-left: none;
  border-right: none;
}

.footer__wrap {
  padding: 80px 0 40px;
  background-color: #181818;
  color: #999;
}

.copyright {
  text-align: center;
  padding: 25px 0;
  background-color: #111;
  font-size: 14px;
  line-height: 1.5rem;
}
.copyright p {
  color: #fff;
}

.go-to-top {
  opacity: 0;
  width: 60px;
  height: 60px;
  background: #866ce1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 0;
  line-height: 2.2em;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  transition: opacity 600ms, visibility 600ms;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.go-to-top.show {
  opacity: 1;
}
.go-to-top::after {
  border: 4px solid #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  content: "";
}

.header {
  padding: 20px 0;
  text-align: center;
}
.header__wrap {
  display: flex;
}
.header__wrap img {
  max-width: 500px;
  width: 100%;
}
.header--small {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header--small p {
  text-align: left;
  font-weight: 700;
}

main {
  margin-top: 30px;
  margin-bottom: 80px;
}
main .container {
  max-width: 960px;
}

p {
  color: #333333;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

/*# sourceMappingURL=style.css.map */
