.blog__page .section__hero {
  position: relative;
  padding-top: 94px;
  padding-bottom: 130px;
  background-image: url(/img/hero_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog__page .section__hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1440px;
  max-height: 506px;
}
.blog__page .section__hero__bar {
  position: absolute;
  top: 280px;
  right: 65px;
  width: 100%;
  max-width: 500px;
  max-height: 330px;
  z-index: 1;
}
.blog__page .section__hero__body {
	min-height: 405px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.blog__page .section__hero__name {
  text-transform: uppercase;
  color: gold;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
}
.blog__page .section__hero__title {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.blog__page .section__hero__text {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  max-width: 750px;
}
.blog__page .section__hero__links {
  margin-top: 25px;
  display: flex;
  gap: 12px;
  max-width: 750px;
  width: 100%;
  justify-content: space-between;
}
.blog__page .section__hero__link {
  max-width: 200px;
  width: 100%;
  padding: 16px 20px;
  border-radius: 100px;
  background: gold;
  box-shadow: 0 4px 19.9px 0 rgba(0, 0, 0, 0.25);
  color: #715f00;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.blog__page .section__blog {
  background: #1c1c1c;
  padding-bottom: 100px;
}
.blog__page .section__blog.wave::before {
  background: #1c1c1c;
}
.blog__page .section__blog__body {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.blog__page .section__blog__articles {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog__page .section__blog__title {
  color: #fff;
}
.blog__page .section__blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 50px;
}
.blog__page .section__blog__item {
	border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 0 16px;
    max-width: 360px;
    width: 100%;
    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);	
}
.blog__page .section__blog__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>");
}
.blog__page .section__blog__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 100%);
}
.blog__page .section__blog__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.blog__page .section__blog__item__head {
  position: relative;
  min-height: 144px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
.blog__page .section__blog__item__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
  z-index: 1;
}
.blog__page .section__blog__item__logo {
  position: relative;
  z-index: 2;
  color: gold;
  font-size: 25px;
  font-weight: 900;
  line-height: normal;
}
.blog__page .section__blog__item__name {
  position: relative;
  z-index: 2;
  color: gold;
  text-align: center;
  text-shadow: 3px 2px 0 #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #006400;
  font-family: "Montserrat Alternates";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  max-width: 240px;
}
.blog__page .section__blog__item__title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  padding: 25px;
}
.blog__page .section__blog__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;
}
.blog__page .section__articles {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog__page .section__articles.wave::before {
  background: #fff;
}
.blog__page .section__articles__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog__page .section__articles__title {
  color: #006400;
}
.blog__page .section__articles__text {
  color: #1c1c1c;
  font-size: 18px;
  line-height: normal;
}
.blog__page .section__articles__slider {
  padding-bottom: 100px;
}
.blog__page .section__articles__slide {
  position: relative;
  max-width: 420px;
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
  background: #e2ffe2;
  box-shadow: -7px 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.blog__page .section__articles__slide__head {
	height:150px;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog__page .section__articles__slide__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
  z-index: 1;
}
.blog__page .section__articles__slide__img {
height:150px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 100%);
  -o-object-fit: cover;
  object-fit: cover;
}
.blog__page .section__articles__slide__title {
  position: relative;
  z-index: 2;
  color: gold;
  text-align: center;
  text-shadow: 3px 2px 0 #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #006400;
  font-family: "Montserrat Alternates";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  max-width: 240px;
  max-height: 110px;
}
.blog__page .section__articles__slide__name {
  color: #006400;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  padding: 20px 25px 0;
  margin-bottom: 12px;
}
.blog__page .section__articles__slide__text {
  color: #1c1c1c;
  font-size: 18px;
  line-height: normal;
  padding: 0 25px 20px;
}
@media (min-width: 120em) {
  .blog__page .section__articles__slide:first-child {
    margin-left: 21.6875rem;
  }
  .blog__page .section__articles__slide:last-child {
    margin-right: 21.6875rem;
  }
}
@media (max-width: 1210px) {
  .blog__page .section__articles__slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog__page .section__articles__slide:first-child {
    margin-left: 0;
  }
  .blog__page .section__articles__slide:last-child {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .blog__page .section__hero {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .blog__page .section__hero__bar {
    display: none;
  }
  .blog__page .section__hero__body {
    padding-top: 5px;
    gap: 12px;
  }
  .blog__page .section__hero__text {
    font-size: 16px;
  }
  .blog__page .section__hero__links {
    flex-direction: column;
    align-items: center;
  }
  .blog__page .section__hero__link {
    max-width: 260px;
  }
  .blog__page .section__blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .blog__page .section__hero__bg {
    max-height: none;
  }
  .blog__page .section__blog__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 600px) {
  .blog__page .section__articles__slide {
    max-width: none;
  }
}

@media (max-width: 75.625em) {
  .blog__page .section__articles__slide:last-child {
    margin-right: 0.9375rem;
  }
}
@media (min-width: 75.625em) and (max-width: 120em) {
  .blog__page .section__articles__slide:first-child {
    margin-left: clamp(0.9375rem, -34.4251760563rem + 46.7605633803vw, 21.6875rem);
  }
  .blog__page .section__articles__slide:last-child {
    margin-right: clamp(0.9375rem, -34.4251760563rem + 46.7605633803vw, 21.6875rem);
  }
}
