* {
  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;
}
.close__overlay {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 48px;
  height: 48px;
}
.close__overlay:before,
.close__overlay:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 49px;
  width: 3px;
  background-color: #fff;
}
.close__overlay:before {
  transform: rotate(45deg);
}
.close__overlay:after {
  transform: rotate(-45deg);
}

a {
  text-decoration: none;
  color: #fff;
}
.fs-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .fs-20 {
    font-size: 16px;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.d-block {
  display: block;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.grid-1 {
  max-width: 720px;
  width: 100%;
  grid-template-columns: 1fr;
  margin: 0 auto;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.grid-2-products {
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-gap: 20px;
}
.nine-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  height: 42px;
}
.one-block {
  background-color: #fff;
}
.three-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
h1 {
  /* height: 70px; */
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  /* border-top: 1px solid #fff; */
  /* 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: 6;
}
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.patreon {
  position: absolute;
  right: 0;
  bottom: 5px;
}
nav {
  margin-top: 20px;
  width: 290px;
  display: flex;
  justify-content: space-between;
}
nav a {
  font-size: 14px;
}
.content {
  padding: 20px 0;
}
.content__main {
  display: flex;
  flex-direction: column;
}
.main {
  width: 100%;
  display: grid;
  display: flex;
  grid-template-columns: 180px 1fr;
  grid-gap: 20px;
}
.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: 1700px;
  height: 200px;
  overflow-x: hidden;
  position: relative;
  background: url("img/reel.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;
}
.content__text {
  padding: 20px;
  background: black;
}
.overlay__backdrop {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.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: 0px;
  right: -70px;
  /* background-image: url("img/close-popup.png"); */
  height: 50px;
  width: 50px;
  background-size: cover;
  cursor: pointer;
}
.left__overlay {
  position: absolute;
  display: none;
  left: -108px;
  background-image: url("img/prev-btn.png");
  width: 79px;
  height: 72px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  cursor: pointer;
}
.right__overlay {
  position: absolute;
  right: -70px;
  background-image: url("img/next-btn.png");
  width: 79px;
  height: 107px;
  top: 50%;
  transform: translateY(-50%);
  right: -108px;
  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: 100%;
  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: 100%;
  max-width: 385px;
}
@media (max-width: 767px) {
  footer .social {
    display: flex;
    align-items: center;
  }
  footer .social img {
    width: 54px;
  }
}
@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: 0px;
    width: 68px;
    height: 62px;
  }
  .right__overlay {
    bottom: 0px;
    right: 0px;
    width: 58px;
    height: 77px;
  }
  .close__overlay {
    right: 0;
    top: 12px;
  }
  .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;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
