* {
  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;
  }
}
/* SECTION 1 */
.services_blok {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 60px;

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

    .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: flex;
    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;
    }
  }
}
.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;
}
/* SECTION 2 */
.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; /* если нужен отступ — ставь 20px */
}

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

.partner img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* важно для логотипов */
}
/* FOOTER */
.footer_publications {
}
.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;
}
.line_footer {
  display: block;
  border-bottom: 4px solid #e6e6f0;
  max-width: 1320px;
  width: 100%;
  padding-top: 30px;
}
