.page_blog-section_contacts {
}

.page_blog-container_contacts {
  position: relative;
}
.section-page_blog_back-img_contacts {
  img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    filter: brightness(65%);
  }
}

.section-page_blog_block-contant_contacts {
  position: relative;
  display: flex;
  gap: 10px;

  @media (max-width: 1023px) {
    display: block;
  }
}
.page_blog-head_block_contacts {
  display: flex;
  flex-direction: column;
  gap: 190px;
  @media (max-width: 767px) {
    gap: 40px;
  }
  h1 {
    font-family: Unbounded;
    font-weight: 500;
    font-size: 60px;
    line-height: 125%;
    letter-spacing: 0%;

    color: white;
    width: 872px;

    @media (max-width: 1439px) {
      font-size: 48px;
    }
    @media (max-width: 1023px) {
      font-size: 40px;
      width: 600px;
    }
    @media (max-width: 767px) {
      font-size: 24px;
      width: 274px;
    }
  }
}
.page_blog-nav_contacts {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;

  color: white;

  @media (max-width: 767px) {
    font-size: 16px;
  }

  a {
    color: rgba(213, 217, 226, 1);
    transition: 0.3s ease;

    &:hover {
      color: white;
    }
  }

  p {
    display: inline;
  }
}

.page_blog-block-publication {
  color: white;

  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    flex-direction: column;
    gap: 16px;
  }
}

.block-blog_date {
  display: flex;
  gap: 8px;
}

/* pageBlog */

.pageBlog-container {
  background-color: rgba(213, 217, 226, 0.6);
}
.pageBlog-content {
  display: flex;
  flex-direction: column;
  gap: 60px;

  margin-top: 60px;
}
.pageBlog-content_one {
  display: flex;
  gap: 40px;

  @media (max-width: 1023px) {
    flex-direction: column;
  }
}
.pageBlog-img {
  width: 820px;
  height: 590px;

  @media (max-width: 1439px) {
    height: 450px;
  }
  @media (max-width: 1023px) {
    width: unset;
  }
  @media (max-width: 767px) {
    height: 340px;
  }

  img {
    object-fit: cover;
  }
}
.pageBlog_block-content {
  width: 820px;

  @media (max-width: 1023px) {
    width: unset;
  }
}
.pageBlog_block-content_text {
  font-family: Onest;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 16px;
  }
}
.pageBlog-content_two {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;

  @media (max-width: 1023px) {
    flex-direction: column;
  }
}
.pageBlog_block-content_head {
  font-family: Onest;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;

  margin-bottom: 24px;

  @media (max-width: 767px) {
    font-size: 16px;
  }
}
.pageBlog_block-content_block-text {
  display: flex;
  flex-direction: column;
  gap: 24px;

  @media (max-width: 767px) {
    gap: 16px;
  }

  ul {
    li {
      font-family: Onest;
      font-weight: 400;
      font-size: 20px;
      line-height: 150%;
      letter-spacing: 0%;

      @media (max-width: 767px) {
        font-size: 16px;
      }
    }
  }
}

.pageBlog-content_three {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pageBlog-content_three-head {
  font-family: Onest;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 16px;
  }
}
.pageBlog-content_three-text {
  font-family: Onest;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 16px;
  }
}
.pageBlog-content_three_one {
}
.pageBlog-content_three_two {
}
.pageBlog-last_text {
  font-family: Onest;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 16px;
  }
}
