* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat";
  min-height: 100vh;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
/* HEADER */
.header_top {
  padding-top: 50px;
  position: relative;
  z-index: 10;

  .header_meny {
    display: flex;
    justify-content: space-between;
  }
  .header_adress {
    display: flex;
    gap: 6px;
    align-items: center;
    .language {
      border: none;
      text-decoration: none;
      background: none;
      span {
        color: #b3b3ba;
        font-family: Montserrat;
        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        line-height: 100%;
        text-align: center;
      }
      transition: 0.3s;
    }
    .language:hover {
      opacity: 1;
      padding-top: 5px;
      padding-right: 7px;
      padding-bottom: 5px;
      padding-left: 7px;
      border-radius: 8px;
      background: #f0145a;
      & span {
        color: #ffffff;
      }
    }
    span {
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      line-height: 100%;
      text-align: right;
      color: #b3b3ba;
    }
    .telefon {
      background: none;
      border: none;
      text-decoration: none;
      font-family: Montserrat;
      font-weight: 700;
      font-style: Bold;
      font-size: 16px;
      line-height: 100%;
      text-align: right;
      color: #b3b3ba;
      transition: 0.3s;
    }
    .telefon:hover {
      color: #f0145a;
    }
  }
  .svg_facebook {
    transition: 0.3s;
    color: #b3b3ba;
  }
  .svg_facebook:hover {
    color: #f0145a;
  }
  .page {
    display: flex;
    gap: 15px;
    justify-content: end;
    padding-top: 16px;
  }
  .link_page {
    background: none;
    text-decoration: none;
    border: none;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    color: #24a3ff;
    transition: 0.3s;
  }
  .link_page:hover {
    color: #f0145a;
    border-bottom: 2px solid #f0145a;
  }
}
/* SECTION 1 */
.section-about {
  padding-top: 60px;
  padding-bottom: 60px;
}
.top_paragraf {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  .top_text {
    display: flex;
    flex-direction: column;
    gap: 29px;
    max-width: 662px;
    width: 100%;
    & h1 {
      font-weight: 700;
      font-size: 38px;
      line-height: 100%;
      background: linear-gradient(90.13deg, #f0145a 0.84%, #ef8080 99.96%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    & h3 {
      font-weight: 400;
      font-size: 19px;
      line-height: 30px;
      color: #000000;
    }
  }
  .top_line {
    width: 4px;
    height: 322px;
    background: #e6e6f0;
  }
  .svg_info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    & h3 {
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      color: #323264;
    }
  }
}
/* BACKGROUND-TEAM */
.background_team {
  width: 100vw;
  margin-bottom: 60px;
  overflow: hidden;
}
.background_team img {
  width: 100%;
  height: auto;
  display: block;
}

/* SECTION 2 */
.middle {
  display: flex;
  max-width: 1200px;
  gap: 60px;
  padding-bottom: 60px;
}
.middle_text {
  display: flex;
  flex-direction: column;
  gap: 29px;
  max-width: 658px;
  & h3 {
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    color: #000000;
  }
}
.middle_name {
  & h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    background: linear-gradient(90.13deg, #f0145a 0.84%, #ef8080 99.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
/* SECTION 3 */
.achievements_cart {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #f5f5fa;
  padding-top: 30px;
}
.achievements_box {
  text-align: center;
  .achievements_text {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #323264;
  }
}
.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.achievements {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svg_ellipse {
  display: flex;
  justify-content: center;
  gap: 15px;

  .ellipse {
    color: #24a4ff;
  }
  .ellipse_opacity {
    color: #24a4ff;
    opacity: 0.2;
  }
}

/* FOOTER */
.footer_publications {
  background: #f5f5fa;
}
.line_footer {
  display: block;
  border-bottom: 2px solid #e6e6f0;
  max-width: 1320px;
  width: 100%;
  padding-top: 30px;
}
.footer_info {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;

  .footer_up {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 21px;
  }
  .footer_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #323264;
    border: none;
    max-width: 198px;
  }
  .footer_map {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #24a3ff;
    transition: 0.3s;
    text-decoration: none;
  }
  .footer_map:hover {
    color: #f0145a;
  }
  .footer_facebook {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .svg_facebook_b {
    transition: 0.3s;
    color: #24a3ff;
    display: flex;
    align-items: center;
  }
  .svg_facebook_b:hover {
    color: #f0145a;
  }
  .telefon {
    background: none;
    border: none;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    color: #46466e;
    transition: 0.3s;
  }
  .telefon:hover {
    color: #f0145a;
  }
  .email {
    background: none;
    border: none;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #24a3ff;
    transition: 0.3s;
  }
  .email:hover {
    color: #f0145a;
  }
}
.end_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  color: #b3b3ba;
}
