.section_in {
  max-width: 62.25rem;
  width: 100%;
  margin: 0 auto;
}

.hero {
  position: relative;

  display: flex;
  align-items: flex-end;

  color: #fff;
  background-color: rgba(0, 16, 45, 0.3);
}

.hero p,
.hero h1 {
  margin: 0;
  padding: 0;
}

.hero__link {
  color: #fff;

  transition: 0.2s ease-in-out;
}

.hero__link:hover,
.hero__link:focus {
  color: #eee2be;
}

.hero__bg_w {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hero__bg_w::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  opacity: 0.5;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.hero__bg {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: left center;
}

.hero__title {
  font-weight: 700;
  letter-spacing: -0.016em;

  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.hero__duration {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.article_content {
  color: #eee2be;

  background-color: #48762e;
}

.article_content p,
.article_content ul,
.article_content ol,
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content h6,
.article_content blockquote,
.article_content pre {
  margin: 0;
  padding: 0;
}

.article_content h6 {
  font-weight: 500;
  line-height: 1.5;
}

.article_content p {
  font-weight: 400;
}

.article_content strong {
  font-weight: 700;
}

.article_content ul {
  list-style: disc;
}

.article_content ol {
  list-style: decimal;
}

.article_content li {
  font-weight: 400;
}

.article_content img {
  display: block;
  height: auto;
  max-width: 100%;
}
.article_content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin-left: 2.25rem;
    max-width: 47.4%;
  }
  img.alignleft {
    float: left;
    margin-right: 2.25rem;
    max-width: 47.4%;
  }
}
.article_content figcaption {
  display: block;
  font-weight: 400;
}

.article_content figcaption strong {
  font-weight: 500;
}

.article_content h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.article_content h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.article_content h4 {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article_content h5 {
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article_content pre {
  font-weight: 400;
  letter-spacing: 0.2em;
}

.article_content pre:not(:last-child) {
  margin-bottom: 1.5rem;
}

.article_content b {
  font-weight: 700;
}

.article_content i {
  font-style: normal;
}

.article_content u {
  text-decoration: underline;
}

.article_content s {
  text-decoration: line-through;
}

.article_content .wp-block-quote {
  font-weight: 500;
}

.article_content .wp-block-media-text {
  display: flex;
}

.article_content a {
  /*display: block;

  font-weight: 500;
  letter-spacing: -0.02rem;

  color: inherit;
  text-decoration: underline;
  */
  transition: color 0.2s ease-in-out;
}

.article_content a:hover,
.article_content a:focus {
  color: #fff;
}

.article_content hr {
  border: none;
  border-top: 1px solid #eee2be;
}

@media (min-width: 768px) {
  .hero {
    min-height: 43rem;
    padding: 2.5rem;
  }

  .hero__title {
    font-size: 4rem;
    line-height: 1;
  }

  .hero__title:not(:last-child) {
    padding-bottom: 2.62rem;
    margin-bottom: 1.6rem;
  }

  .hero__info {
    display: flex;
  }

  .hero__duration {
    position: relative;

    font-size: 1.12rem;
    line-height: 1.44;
  }

  .hero__duration:not(:last-child) {
    padding-right: 1.7rem;
    margin-right: 1.4rem;
  }

  .hero__duration:not(:last-child):after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;

    transform: translateY(-50%);
  }

  .hero__duration:last-child {
    padding-left: 1.7rem;
    margin-left: 1.4rem;
  }

  .hero__duration:last-child:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;

    transform: translateY(-50%);
  }

  .hero__tags {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hero__tag {
    font-size: 1.12rem;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.033em;
    text-decoration: underline;
  }

  .hero__tag:not(:last-child) {
    margin-right: 0.6rem;
  }

  .article_content {
    padding: 3rem 2.5rem 16rem;
  }

  .article_content h6 {
    font-size: 1.25rem;
    letter-spacing: -0.012em;
  }

  .article_content h6:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .article_content p {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: -0.015em;
  }

  .article_content p:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .article_content strong {
    font-size: 1.1rem;
  }

  .article_content ul {
    padding-left: 1.8rem;
  }

  .article_content ul:not(:last-child) {
    margin-bottom: 1.9rem;
  }

  .article_content ol {
    padding-left: 1.7rem;
  }

  .article_content ol:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .article_content li {
    padding-left: 0.6rem;

    font-size: 1rem;
    line-height: 1.5;
  }

  .article_content li:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .article_content figure:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .article_content img:not(:last-child) {
    margin-bottom: 1.1rem;
  }

  .article_content figcaption {
    font-size: 0.87rem;
    line-height: 1.71;
    letter-spacing: -0.012em;
  }

  .article_content figcaption strong {
    font-size: 0.87rem;
  }

  .article_content h2 {
    font-size: 3.37rem;
    line-height: 1.03;
  }

  .article_content h2:not(:last-child) {
    margin-bottom: 0.25rem;
  }

  .article_content h3 {
    font-size: 2.62rem;
    line-height: 1.66;
  }

  .article_content h3:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .article_content h4 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .article_content h4:not(:last-child) {
    margin-bottom: 1rem;
  }

  .article_content h5 {
    font-size: 1rem;
    line-height: 1.62;
  }

  .article_content h5:not(:last-child) {
    margin-bottom: 2rem;
  }

  .article_content pre {
    font-size: 1rem;
    line-height: 1.44;
  }

  .article_content b {
    letter-spacing: 0;
  }

  .article_content i {
    letter-spacing: 0.002em;
  }

  .article_content u {
    letter-spacing: 0;
  }

  .article_content s {
    letter-spacing: 0.006em;
  }

  .article_content .wp-block-quote {
    padding-left: 2.62rem;

    font-size: 1.12rem;
    line-height: 1.44;

    border-left: 1px solid #eee2be;
  }

  .article_content .wp-block-quote:not(:last-child) {
    margin-bottom: 4.12rem;
  }

  .article_content .wp-block-media-text {
    gap: 2.25rem;
  }

  .article_content .wp-block-media-text:not(:last-child) {
    margin-bottom: 3.37rem;
  }

  .article_content .wp-block-media-text.has-media-on-the-right {
    flex-direction: row-reverse;
  }

  .article_content .wp-block-media-text figure {
    flex-shrink: 0;
    width: 47.4%;
    margin: 0;
  }

  .article_content .wp-block-media-text .wp-block-media-text__content {
    align-self: flex-start;
    padding: 0;
  }

  /*.article_content a {
    font-size: 1rem;
    line-height: 1.5;
  }*/

  .article_content a:not(:last-child) {
    margin-bottom: 2.12rem;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 40.9rem;
    padding: 2.62rem 2.18rem;
  }

  .hero__title {
    font-size: 2.25rem;
    line-height: 1.11;
  }

  .hero__title:not(:last-child) {
    padding-bottom: 1.59rem;
    margin-bottom: 0.65rem;
  }

  .hero__duration {
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero__tags {
    display: none;
  }

  .article_content {
    padding: 2.5rem 2.18rem 4.6rem;
  }

  .article_content h6 {
    font-size: 1rem;
    letter-spacing: -0.01em;
  }

  .article_content h6:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .article_content p {
    font-size: 1rem;
    line-height: 1.42;
    letter-spacing: -0.014em;
  }

  .article_content p:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .article_content strong {
    font-size: 0.87rem;
  }

  .article_content ul {
    padding-left: 1.4rem;
  }

  .article_content ul:not(:last-child) {
    margin-bottom: 1.3rem;
  }

  .article_content ol {
    padding-left: 1.3rem;
  }

  .article_content ol:not(:last-child) {
    margin-bottom: 1.85rem;
  }

  .article_content li {
    padding-left: 0.6rem;

    font-size: 0.87rem;
    line-height: 1.43;
  }

  .article_content li:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .article_content figure:not(:last-child) {
    margin-bottom: 1.86rem;
  }

  .article_content img:not(:last-child) {
    margin-bottom: 1.1rem;
  }

  .article_content figcaption {
    font-size: 0.75rem;
    line-height: 1.33;
    letter-spacing: -0.01em;
  }

  .article_content figcaption strong {
    font-size: 0.75rem;
    letter-spacing: -0.04em;
  }

  .article_content h2 {
    font-size: 2.25rem;
    line-height: 1.11;
  }

  .article_content h2:not(:last-child) {
    margin-bottom: 0.88rem;
  }

  .article_content h3 {
    font-size: 1.87rem;
    line-height: 1.06;
  }

  .article_content h3:not(:last-child) {
    margin-bottom: 1.17rem;
  }

  .article_content h4 {
    font-size: 1.12rem;
    line-height: 1;
  }

  .article_content h4:not(:last-child) {
    margin-bottom: 1rem;
  }

  .article_content h5 {
    font-size: 0.93rem;
    line-height: 1.06;
  }

  .article_content h5:not(:last-child) {
    margin-bottom: 1.2rem;
  }

  .article_content pre {
    font-size: 0.87rem;
    line-height: 1.37;
  }

  .article_content b {
    letter-spacing: 0.006em;
  }

  .article_content i {
    letter-spacing: 0.004em;
  }

  .article_content u {
    letter-spacing: 0.004em;
  }

  .article_content s {
    letter-spacing: 0.01em;
  }

  .article_content .wp-block-quote {
    padding-left: 1.4rem;

    font-size: 0.87rem;
    line-height: 1.42;
  }

  .article_content .wp-block-media-text {
    flex-direction: column;
  }

  .article_content .wp-block-quote:not(:last-child) {
    margin-bottom: 2.25rem;
  }

  .article_content .wp-block-media-text:not(:last-child) {
    margin-bottom: 1.65rem;
  }

  .article_content .wp-block-media-text figure:not(:last-child) {
    margin-bottom: 1.42rem;
  }

  .article_content .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }

  /*.article_content a {
    font-size: 0.87rem;
    line-height: 1.42;
  }*/

  .article_content a:not(:last-child) {
    margin-bottom: 1.37rem;
  }
}
