* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat";
  min-height: 100vh;
}
.page-bg {
  background: linear-gradient(
    228.57deg,
    #323264 11.93%,
    #323264 57.17%,
    #643e72 87.46%
  );
  opacity: 1;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.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: #ffffff;
        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 {
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      line-height: 100%;
      text-align: right;
      color: #ffffff;
    }
    .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: #ffffff;
      transition: 0.3s;
    }
    .telefon:hover {
      color: #f0145a;
    }
  }
  .svg_facebook {
    transition: 0.3s;
    color: #ffffff;
  }
  .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-size: 16px;
    line-height: 100%;
    text-align: right;
    color: #ffffff;
    transition: 0.3s;
  }
  .link_page:hover {
    color: #f0145a;
    border-bottom: 2px solid #f0145a;
  }
}
.header_tablet {
  display: none;
  .header_meny {
    display: block;
  }
  .header_logo {
    padding-top: 30px;
    padding-left: 15px;
  }
  .page {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    padding-top: 30px;
  }
  .header_adress {
    display: flex;
    align-items: center;
  }

  .header_right {
    margin-left: auto;
  }
  /* BURGER */
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: absolute;
    top: 81px;
    left: 89%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #eceff1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #24a3ff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
    color: #f0145a;
  }
}
/* SECTION 1 */
.hero {
  height: 688px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  max-width: 90vw;
  z-index: 1;
}
.hero-h {
  position: absolute;
  height: 799px;
  object-fit: cover;
}
.hero-title {
  position: absolute;
  top: 396px;
  left: 50%;
  transform: translate(-50%, -50%);

  font-weight: 700;
  font-size: 38px;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.midl_down {
  display: flex;
  justify-content: center;

  .down_way {
    position: absolute;
    top: 728px;
    color: White;

    transition: 0.3s;
  }
  .down_way:hover {
    color: #f0145a;
  }
}
/* SECTION 2 */
.main {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.info_way {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;

  .meny_way {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 375px;
    white-space: nowrap;
  }

  h2 {
    color: #b3b3ba;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    text-align: right;
    transition: 0.3s;
    cursor: pointer;
  }
  h2:hover {
    background: linear-gradient(90.13deg, #ef8080 0.84%, #f0145a 99.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .line {
    display: inline-block;
    width: 4px;
    height: 303px;
    background-color: #ffffff4d;
  }
  .text_way {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 581px;
  }

  h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #ffffff;
  }
  h4 {
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    color: #ffffff;
  }
}
/* SECTION 3 */
.services_blok {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 60px;

  .services_link {
    display: flex;
    flex-direction: column;
    gap: 10px;

    .svg_services {
      color: #24a3ff;
      max-width: 100px;
      transition: 0.3s;
    }
    .svg_services:hover {
      color: #f0145a;
    }

    h2 {
      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;
    }
  }
  .services_info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));

    gap: 60px;

    .services_paragraph {
      max-width: 400px;
      svg {
        transition: transform 0.25s ease;
      }
      svg:hover {
        transform: scale(1.25);
      }
    }
    .services_frame {
      display: flex;
      flex-direction: column;
      gap: 15px;

      & a {
        text-decoration: none;
      }
    }
    h3 {
      padding-top: 30px;
      font-weight: 700;
      font-size: 22px;
      line-height: 100%;
      color: #24a3ff;
    }
    h4 {
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      color: #ffffff;
    }
  }
}
/* SECTION 4 */
.team_main {
  padding: 60px 60px 0px 60px;
}
.face {
  width: 400px;
  height: 344px;
  opacity: 1;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.line_top {
  border-top: 10px solid #cacadb;
  max-width: 1400px;
  width: 100%;
  opacity: 1;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin: 0 auto;
}
.line_top2 {
  border-top: 10px solid #e7e7f2;
  max-width: 1360px;
  width: 100%;
  opacity: 1;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin: 0 auto;
}
.team_area {
  display: flex;
  padding-bottom: 30px;
  h2 {
    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;
    padding: 5px 0 30px 0;
  }
  h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #b3b3ba;
    padding-bottom: 5px;
  }
  h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #b3b3ba;
  }
  .team_paragraf {
    padding: 30px;
    background: #f5f5fa;
  }
}
.team_comand {
  color: #24a3ff;
  transition: 0.3s;
}
.team_comand:hover {
  color: #f0145a;
}
.svg_ellipse {
  display: flex;
  justify-content: center;
  gap: 15px;

  .ellipse {
    color: #24a4ff;
  }
  .ellipse_opacity {
    color: #24a4ff;
    opacity: 0.2;
  }
}
/* SECTION 5 */
.partners {
  padding-top: 60px;
}
.container_partner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.partner_box {
  text-align: center;
  padding-bottom: 30px;
}
.partner_text {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #323264;
  text-align: center;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 0;
}

.partner {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* FOOTER */
.footer_publications {
  background: #f5f5fa;
  .publications_svg {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
  }
  .svg_pub {
    color: #24a3ff;
    transition: 0.3s;
  }
  .svg_pub:hover {
    color: #f0145a;
  }
  h2 {
    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;
  }
  .publications_paragraf {
    display: flex;
    gap: 30px;
  }
  .publications_br {
    background: #ffffff;
  }
  img {
    max-width: 400px;
  }
  .publications_text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    & a {
      text-decoration: none;
    }
  }
  h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #24a3ff;
  }
  h4 {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b3b3ba;
  }
  .publications_span {
    max-width: 350px;
    width: 100%;
    border-bottom: 4px solid #e6e6f0;
  }
  h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
  }
}
.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;
    white-space: nowrap;
  }
  .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;
  white-space: nowrap;
}
.line_footer {
  display: block;
  border-bottom: 4px solid #e6e6f0;
  max-width: 1320px;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 1320px) {
  .footer_publications {
    .publications_paragraf {
      flex-wrap: wrap;
      justify-content: center;
    }
    .publications_text {
      text-align: left;
    }
    .publications_svg {
      align-items: flex-start;
    }
    .publications_br {
      width: 100%;
      text-align: center;
    }
    & img {
      max-width: 514px;
    }
    .publications_span {
      width: 100%;
      max-width: 1198px;
    }
  }
}
@media (max-width: 1024px) {
  .info_way {
    .text_way {
      max-width: 648px;
      text-align: left;
    }
  }

  .services_blok {
    & .services_info {
      grid-template-columns: repeat(auto-fit, minmax(261px, 1fr));
    }
  }
  .face {
    height: 528px;
    object-fit: cover;
  }
  .partners-grid {
    grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  }
  .footer_publications {
    .publications_br {
      max-width: 280px;
      width: 100%;
      text-align: start;
      & img {
        max-width: 281px;
      }
    }
    .publications_br:last-child {
      width: 100%;
      align-items: center;

      & img {
        max-width: 648px;
        width: 100%;
      }
    }
  }
}
@media (max-width: 1024px) {
  .info_way {
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    .line {
      width: 100%;
      height: 4px;
    }
    .meny_way {
      flex-direction: row;
    }
    & span {
      border-bottom: 4px solid #ffffff4d;
    }
  }
}
@media (max-width: 1024px) {
  .menu_scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .meny_way {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    white-space: nowrap;
  }
}
@media (max-width: 1000px) {
  .footer_publications {
    .publications_br:last-child {
      width: 100%;
      align-items: center;
      max-width: 648px;
      border-top-right-radius: 12px;
      border-top-left-radius: 12px;
    }
  }
}

@media (max-width: 875px) {
  .team_area {
    display: block;
    & img {
      max-width: 648px;
      width: 100%;
      height: 500px;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      border-bottom-left-radius: 0px;
    }
    .team_paragraf {
      max-width: 648px;
    }
  }
  .hero-bg {
    width: 100%;
    max-width: 100vw;
  }
}
/* tablet */

@media (max-width: 768px) {
  .header_desktop {
    display: none;
  }

  .header_tablet {
    display: block;
    .header_top {
      .header_meny {
        display: block;
      }
    }
  }
}
@media (max-width: 768px) {
  .info_way {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer_publications {
    .publications_br {
      max-width: 309px;
      width: 100%;
      text-align: center;
    }
  }
}
@media (max-width: 768px) {
  .footer_publications {
    & .publications_br {
      & img {
        max-width: 309px;
        width: 100%;
      }
    }
  }
  .hero {
    height: 586px;
  }
}

@media (max-width: 760px) {
  .footer_publications {
    & .publications_br:last-child {
      max-width: 315px;
      & img {
        max-width: 315px;
        width: 100%;
      }
    }
  }
  .hero-h {
    height: 100vh;
    transform: translate(-50%);
    left: 50%;
    max-width: 100vh;
    width: 100%;
    top: 0;
  }
  .hero {
    height: 84vh;
  }
  .hero-title {
    top: 48vh;
  }
  .midl_down {
    .down_way {
      top: 94vh;
    }
  }
}
@media (max-width: 440px) {
  .footer_info {
    display: block;
    .footer_wrap {
      flex-wrap: wrap;
      .footer_up {
        flex-direction: column;
      }
      .footer_facebook {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 30px;
      }
    }
    .footer_end {
      display: flex;
      justify-content: center;
    }
  }
}
@media (max-width: 430px) {
  .header_tablet {
    .header_adress {
      justify-content: space-between;
      width: 100%;
      background: #ffffff30;
      padding: 10px 15px;
      opacity: 3;
      .adress {
        display: none;
      }
      & svg {
        display: none;
      }
    }
  }
}

@media (max-width: 430px) {
  .team_area {
    max-width: 315px;
  }
}
@media (max-width: 430px) {
  .header_tablet {
    .header_meny {
      padding: 0px;
      top: 0px;
      position: absolute;
    }
  }
}
@media (max-width: 430px) {
  .header_left .adress {
    display: none;
  }
}
@media (max-width: 430px) {
  .header_tablet {
    .page {
      display: none;
    }
  }
}
@media (max-width: 430px) {
  .hero {
    height: 95vh;
  }
}
@media (max-width: 430px) {
  .container {
    padding: 30px;
  }
  .footer_info {
    padding: 30px 0;
    gap: 30px;
    .footer_wrap {
    }
  }
  .services_blok {
    & .services_link {
      h2 {
        font-size: 30px;
      }
    }
    & .services_info {
      .services_frame {
        max-width: 315px;
      }
    }
  }

  .team_area {
    h2 {
      font-size: 30px;
      overflow-wrap: anywhere;
    }
    .team_paragraf {
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
    }
  }
  .footer_publications {
    h2 {
      font-size: 30px;
      max-width: 315px;
    }
    .publications_br {
      & img {
        max-width: 315px;
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
      }
    }
  }
}
@media (max-width: 430px) {
  .hero-title {
    max-width: 315px;
  }
}
/* header_tablet */
