* {
  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 {
  margin-top: 160px;
}

.section_conteiner {
  width: 856px;
  margin: 0 auto;
}

h1 {
  font-size: 44px;
  font-weight: 900;
}

.conteiner_work {
  display: flex;
  gap: 18px;
  align-items: center;
}
.conteiner_work .work_img img {
  width: 246px;
  height: 180px;
  border-radius: 6px;
}

.work_title {
  color: #21243D;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.work_data {
  display: flex;
  gap: 25px;
}

.date_border {
  border-radius: 16px;
  background-color: #142850;
  width: 62px;
  color: white;
  height: 25px;
}

.data_date {
  color: white;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.data_name {
  color: #8695A4;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.work_text {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #21243D;
}

.work_line {
  width: auto;
  border-top: 1px solid #E0E0E0;
  margin: 20px 0;
}

.work_left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer_conteiner {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
}
.footer_conteiner .copyright {
  color: #21243D;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}

.social-links {
  display: flex;
  gap: 35px;
  margin-bottom: 25px;
}
.social-links .link:hover {
  opacity: 0.8;
  cursor: pointer;
}/*# sourceMappingURL=work.css.map */