* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  background-color: #010101;
  color: #fff;
  padding-top: 211px;
}
.grid {
  width: 900px;
  margin: 0 auto;
  flex-direction: column;
}
a {
  text-decoration: none;
  color: #fff;
}
h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  z-index: 9999;
}
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.patreon {
  position: absolute;
  right: 0;
  bottom: 5px;
}
main {
}
nav {
  margin-top: 20px;
  width: 220px;
  display: flex;
  justify-content: space-between;
}
nav a {
  font-size: 14px;
}
.content {
  padding: 40px 0;
}
.content__main {
  display: flex;
  flex-direction: column;
}
.main {
  width: 840px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.main__img {
  height: 200px;
  width: 200px;
}
.main__img img {
  width: 100%;
  height: auto;
}
.main__text {
  width: 610px;
}
.main__text p {
  line-height: 1.3;
}
.content__gallery {
  display: flex;
  flex-direction: column;
}
.gallery__wrapper {
  display: flex;
  margin: 0 auto;
  height: 200px;
  position: relative;
  width: 900px;
}
.gallery {
  width: 1400px;
  height: 200px;
  overflow-x: hidden;
  position: relative;
  background: url('img/gallery.png') repeat-x;
  transition: all 1s ease;
}
.next-btn {
  position: absolute;
  right: -95px;
  top: 40px;
  z-index: 9;
}
.prev-btn {
  position: absolute;
  left: -95px;
  top: 58px;
  z-index: 9;
}
.help {
  width: 900px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.overlay__iframe {
  background-color: #000;
  height: 542px;
  left: 50%;
  margin-left: -436px;
  margin-top: -271px;
  position: fixed;
  top: 50%;
  width: 872px;
  z-index: 99999;
}
.overlay__iframe iframe {
  border: 0;
  height: 100%;
  width: 100%;
}
.overlay__iframe img {
  border: 0;
  height: 100%;
  width: 100%;
}
.close__overlay {
  position: absolute;
  top: 20px;
  right: 22px;
  background-image: url('img/close-popup.png');
  height: 50px;
  width: 50px;
  background-size: cover;
  cursor: pointer;
}
.left__overlay {
  position: absolute;
  display: none;
  bottom: 10px;
  left: 370px;
  background-image: url('img/arrow-left-video.png');
  height: 50px;
  width: 28px;
  background-size: cover;
  cursor: pointer;
}
.right__overlay {
  position: absolute;
  bottom: 10px;
  right: 370px;
  background-image: url('img/arrow-right-video.png');
  height: 50px;
  width: 28px;
  background-size: cover;
  cursor: pointer;
}
.g-links {
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 100%;
  display: flex;
}
.g-link {
  width: 100px;
  height: 200px;
}
.content__shop {
  display: flex;
  flex-direction: column;
}
.shop {
  width: 670px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}
.shop:last-of-type {
  margin-bottom: 0;
}
.shop__img {
  height: 180px;
  width: 180px;
  background-color: #fff;
}
.shop__img img {
  width: 100%;
  height: auto;
}
.shop__text {
  width: 460px;
  position: relative;
}
.shop__text p {
  margin-bottom: 40px;
  height: 82px;
  line-height: 1.3;
}
.shop__text a {
  text-transform: uppercase;
  font-size: 20px;
  position: absolute;
  bottom: 0;
}
.contact__news {
  display: flex;
  flex-direction: column;
}
.contact {
  width: 528px;
  display: flex;
  margin: 0 auto;
}
.contact form {
  width: 100%;
}
.contact__field {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.contact__field textarea {
  height: 100px;
  padding: 8px;
}
.contact__field:last-of-type {
  margin-bottom: 0;
}
.contact label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.contact input[type='text'],
.contact input[type='email'] {
  height: 32px;
  width: 100%;
  border-radius: 4px;
  padding: 8px;
}
.contact input[type='submit'] {
  border-radius: 6px;
  width: 126px;
  height: 56px;
  background-color: #fff;
  margin: 20px auto 0;
  font-size: 24px;
  display: block;
  font-weight: bold;
  cursor: pointer;
}
.content__news {
  display: flex;
  flex-direction: column;
}
.news {
  width: 720px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.news__img {
  width: 250px;
  height: 250px;
  background-color: #ccc;
}
.news__text {
  width: 440px;
  min-height: 250px;
  height: inherit;
}
.news__text p {
  line-height: 1.3;
}
footer {
  text-align: center;
  border-top: 1px solid #fff;
  padding: 20px 0 40px;
}
footer p {
  font-size: 14px;
  margin-bottom: 20px;
}
footer .social {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 230px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .help {
    width: 600px;
  }
  .gallery__wrapper {
    width: 600px;
  }
  .prev-btn {
    position: absolute;
    left: -78px;
    top: 50px;
    z-index: 9;
  }
  .prev-btn img {
    width: 80%;
  }
  .next-btn {
    position: absolute;
    right: -88px;
    top: 50px;
    z-index: 9;
  }
  .next-btn img {
    width: 65%;
  }
  .grid {
    width: 90%;
  }
  .main,
  .news {
    width: 670px;
  }
  .main__text {
    width: 440px;
  }
  .news__text {
    width: 395px;
  }
  .main__text p,
  .news__text p {
    font-size: 14px;
  }
  .overlay__iframe {
    left: 5%;
    width: 90%;
    margin: 0;
    margin-top: 200px;
    top: 0;
  }
  .right__overlay {
    right: 260px;
  }
  .left__overlay {
    left: 260px;
  }
}
@media (max-width: 767px) {
  .help {
    width: 200px;
    overflow: scroll;
  }
  .overlay__iframe {
    left: 5%;
    width: 90%;
    margin: 0;
    margin-top: 50px;
    top: 0;
    height: 300px;
    width: 90%;
    top: 50%;
    margin-top: -150px;
  }
  .left__overlay {
    bottom: 0px;
    left: 100px;
  }
  .right__overlay {
    bottom: 0px;
    right: 100px;
  }
  .gallery__wrapper {
    width: 200px;
  }
  .prev-btn {
    position: absolute;
    left: -42px;
    top: 89px;
    width: 40px;
    z-index: 9;
    display: inline;
  }
  .prev-btn img {
    width: 36px;
  }
  .next-btn {
    position: absolute;
    right: -42px;
    top: 80px;
    width: 40px;
    z-index: 9;
    display: inline;
  }
  .next-btn img {
    width: 36px;
  }
  .grid {
    width: 90%;
  }
  .patreon {
    display: none;
  }
  .shop,
  .news,
  .main,
  .contact {
    width: 100%;
    flex-direction: column;
  }
  .shop__text,
  .news__text,
  .main__text,
  .contact__text {
    width: 100%;
  }
  .main__img,
  .shop__img,
  .news__img {
    margin: 0 auto 40px;
  }
  .shop__text p {
    min-height: 82px;
    height: inherit;
  }
}
