* {
  font-family: "Heebo", sans-serif;
  color: #21243D;
}

html {
  scroll-behavior: smooth;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  width: 100%;
}

.header_conteiner {
  margin-right: 60px;
}

.nav_header {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 33px;
  margin-top: 25px;
  margin-right: 10px;
}
.nav_header :hover {
  opacity: 0.6;
}

.header_link {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.active {
  color: #FF6464;
}

.main_conteiner {
  max-width: 650px;
  margin: 0 auto;
}

.section_conteiner {
  margin-top: 160px;
  margin-bottom: 50px;
}

.title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: left;
}

.section {
  margin-bottom: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section_title {
  font-size: 30px;
  font-weight: 500;
}

.date_conteiner {
  display: flex;
  gap: 20px;
}

.date {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.date_line {
  border-left: 1px solid black;
  height: 21px;
}

.date_one {
  color: #8695A4;
  font-size: 20px;
  font-weight: 400;
}

.line {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 30px;
}

.footer_conteiner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 25px 460px;
}
.footer_conteiner .copyright {
  color: #21243D;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 54px;
  text-align: center;
}

.social-links {
  display: flex;
  gap: 35px;
  margin-bottom: 25px;
}
.social-links .link:hover {
  opacity: 0.8;
  cursor: pointer;
}/*# sourceMappingURL=blog.css.map */