.article__page .section__hero__article {
  background-image: url(/img/hero_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.article__page .section__hero__article__container {
  position: relative;
}
.article__page .section__hero__article__body {
  padding-top: 94px;
  padding-bottom: 130px;
  width: 100%;
}
.article__page .section__hero__article__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__page .section__hero__article__content {
  padding-top: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article__page .section__hero__article__logo {
  color: gold;
  font-size: 46px;
  font-weight: 900;
  line-height: normal;
  margin: 0 auto;
}
.article__page .section__hero__article__title {
  color: gold;
  text-align: center;
  text-shadow: 5px 5px 0 #fff;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #006400;
  font-family: "Montserrat Alternates";
  font-size: 60px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 5px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  max-width: 440px;
  margin: 0 auto;
}
.article__page .section__article {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #fff;
}
.article__page .section__article.wave::before {
  background: #fff;
}
.article__page .section__article__container {
  position: relative;
}
.article__page .section__article__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-image: url(/img/stars.svg);
}
.article__page .section__article__body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 800px;
}

.article__page .section__article__body h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.article__page .section__article__body h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #006400;
}
.article__page .section__article__title {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin: 0 auto 40px;
}
.article__page .section__related {
  padding-top: 20px;
  padding-bottom: 70px;
  background: #1c1c1c;
}
.article__page .section__related.wave::before {
  background: #1c1c1c;
}
.section__article__img{	
	width: 100%;
    max-width: 800px;
}

.article__page .section__related__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.article__page .section__related__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 50px;
}
.article__page .section__related__item {
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 25px 16px;
  max-width: 360px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%27360%27 height=%27175%27 viewBox=%270 0 360 175%27 fill=%27none%27><path d=%27M0 59.7367C124.329 113.696 213.5 -13.7634 360 1.23664V203.237H0V59.7367Z%27 fill=%27%23E2FFE2%27/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center calc(100% + 70px);
}
.article__page .section__related__item:nth-child(even) {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%27360%27 height=%27175%27 viewBox=%270 0 360 175%27 fill=%27none%27><path d=%27M360 59.7367C235.671 113.696 146.5 -13.7634 0 1.23664V203.237H360V59.7367Z%27 fill=%27%23E2FFE2%27/></svg>");
}
.article__page .section__related__item__img {
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 50px);
}
.article__page .section__related__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.article__page .section__related__item__title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.article__page .section__related__item__link {
  border-radius: 100px;
  background: gold;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  color: #715f00;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin: 0 auto;
}
.article__page .section__article__body__spec {
  border-radius: 20px;
  background: #e2ffe2;
  box-shadow: -7px 4px 15.4px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.article__page .section__article__body__spec h5 {
  color: #006400;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}
.article__page .section__article__body__spec p {
  color: #1c1c1c;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .article__page .section__article__container::before {
    content: none;
  }
  .article__page .section__article__body h3 {
    font-size: 22px;
  }
  .article__page .section__article__title {
    font-size: 22px;
    margin: 0 auto 15px;
  }
  .article__page .section__related__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .article__page .section__hero__article__content {
    gap: 50px;
  }
  .article__page .section__hero__article__title {
    font-size: 36px;
    text-shadow: 3px 2px 0 #fff;
    -webkit-text-stroke-width: 3px;
    letter-spacing: 2px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
@media (max-width: 660px) {
  .article__page .section__related__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
