* {
  font-family: "Heebo", sans-serif;
}

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;
}

.header_link {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.article {
  width: 856px;
  margin: 0 auto;
}

.header_link:hover {
  color: rgb(102, 102, 102);
}

.section {
  margin: 200px 0 71px 0;
  display: flex;
  flex-direction: row;
  gap: 115px;
}
.section h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
}
.section h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  text-align: left;
}
.section .button_up {
  width: 205px;
  height: 45px;
  border-radius: 2px;
  opacity: 0px;
  background-color: #FF6464;
}
.section .button_up:hover {
  background-color: #9c3f3f;
  transition: 0.5s;
}
.section span {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 29.38px;
  text-align: left;
}

.conteiner_title span {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}
.conteiner_title button {
  font-family: Heebo;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #00a8cc;
}
.conteiner_title button:hover {
  color: #01caf7;
}

.active {
  color: #FF6464;
}

.content_left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.circle {
  width: 243px;
  height: 243px;
  background-color: #EDF7FA;
  border-radius: 50%;
  background-image: url(../img/avatar.png);
  background-size: 243px;
  background-position: center;
  background-repeat: no-repeat;
}

.article_blue {
  background: #EDF7FA;
  padding-bottom: 32px;
  padding-top: 25px;
}

.section2 {
  width: 856px;
  margin: 0 auto;
}

.conteiner_title {
  display: flex;
  justify-content: space-between;
}

.conteiner_info {
  display: flex;
  gap: 20px;
  margin-top: 22px;
}

.info {
  background-color: white;
  padding: 23px;
}

.info:hover {
  background-color: #E0E0E0;
  transition: 1s;
}

.info_title {
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  color: #21243D;
  margin-bottom: 20px;
}

.info_date {
  color: #21243D;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.info_figma {
  color: #21243D;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.conteiner-line {
  display: flex;
  gap: 25px;
  margin-bottom: 12px;
}

.line {
  height: 21px;
  border-left: 1px solid black;
}

.section3 {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.title_featured {
  font-size: 22px;
  font-weight: 400;
  color: #21243D;
  text-align: left;
  margin-bottom: 30px;
}

.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;
  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: 858px;
  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;
}
.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=main.css.map */