@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: "Onest", sans-serif;
  box-sizing: border-box;
  letter-spacing: -3%;
  -webkit-tap-highlight-color: transparent;
}

.kz-font * {
  font-family: "Arial", sans-serif !important;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body.lock {
  overflow: hidden;
}

section {
  padding: 35px 0;
}
section .container {
  padding: 0 15px;
}

.container {
  max-width: 1390px;
  width: 98%;
  margin: 0 auto;
}

.heading {
  font-weight: 700;
  font-size: clamp(1.25rem, 0.914rem + 3.18vw, 3rem);
  line-height: 1.1;
  color: #252525;
  text-align: center;
}

.header {
  padding: 15px;
  position: relative;
  position: fixed;
  top: 15px;
  z-index: 2;
  width: 100%;
  /* .header__nav */
  /* .header__logo */
  /* .header__menu */
  /* .header__tel */
  /* .header__langs */
}
.header__nav {
  box-shadow: 0px 7px 44px 0px rgba(0, 0, 0, 0.0705882353);
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: #fff;
}
@media (max-width: 1190px) {
  .header__nav {
    gap: 15px;
    position: relative;
    z-index: 10;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__menu a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7490196078);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -2%;
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1190px) {
  .header__inner {
    position: fixed;
    z-index: -1;
    top: 126px;
    left: 0;
    flex-direction: column;
    gap: 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    align-items: flex-start;
    width: 95%;
    margin: 0 auto;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.0705882353);
    transform: translateX(-50%) translateY(0%);
    left: 50%;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .header__inner.active {
    opacity: 1;
    visibility: visible;
  }
  .header__inner .header__menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .header__inner .header__tel {
    display: none;
  }
}
.header__tel {
  font-weight: 700;
  color: #018ab6;
  text-decoration: none;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -4%;
  margin-left: auto;
}
.header__tel.pc {
  display: none;
  margin-right: auto;
}
@media (max-width: 1190px) {
  .header__tel.pc {
    display: block;
  }
}
.header__langs {
  display: flex;
  gap: 8px;
}
.header__langs button {
  width: 35px;
  height: 35px;
  aspect-ratio: 1;
  background: none;
  border: 1px solid #018ab6;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -4%;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: #018ab6;
  transition: 0.5s;
}
.header__langs button.active {
  background-color: #018ab6;
  color: #fff;
}
.header__burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.header__burger span {
  width: 30px;
  height: 4px;
  background-color: #018ab6;
  border-radius: 20px;
  margin: 2px 0;
  transition: 0.5s;
}
@media (max-width: 1190px) {
  .header__burger {
    display: flex;
  }
}
.header__burger.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__burger.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.modal {
  /* .modal__btn */
}
.btn {
  background-color: #ff5d0e;
  padding: 16px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -2%;
  line-height: 1;
  text-align: center;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover {
  background-color: #ae410b;
}

.hero {
  padding-top: 150px;
  /* .hero__wrapper */
  /* .hero__box */
  /* .hero__img */
}
.hero__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .hero__wrapper {
    grid-template-columns: 1fr;
  }
}
.hero__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.hero__box h1 {
  font-weight: 700;
  font-size: clamp(1.938rem, 1.387rem + 2.45vw, 3.375rem);
  line-height: 1.1;
  color: #252525;
}
.hero__box h2 {
  background-color: #018ab6;
  color: #fff;
  padding: 12px 20px;
  font-family: Onest;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  font-size: clamp(1.188rem, 0.805rem + 1.7vw, 2.188rem);
  letter-spacing: -3%;
}
.hero__box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -3%;
  max-width: 420px;
}
.hero__box p span {
  font-weight: 700;
  color: #018ab6;
}
.hero__box .btn {
  margin-top: 20px;
}
.hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.advantages {
  /* .hero__box */
}
.advantages__wrapper {
  display: grid;
  gap: 60px;
  align-items: center;
}
.advantages__box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .advantages__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .advantages__box {
    grid-template-columns: 1fr;
  }
}
.advantages__box .btn {
  margin-top: 20px;
}
.advantages__card {
  width: calc(33.33% - 20px); /* 3 карточки в ряд с учетом отступов */
  max-width: 370px;
  background: #f6f6f6;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 20px;
  gap: 18px;
}
@media (max-width: 992px) {
  .advantages__card {
    width: 100%;
    max-width: 100%;
  }
}
.advantages__card img {
  max-width: 57px;
}
.advantages__card h2 {
  color: #018ab6;
  font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
  font-weight: 700;
  letter-spacing: -0.52px;
}
.advantages__card p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -3%;
  max-width: 420px;
}

.history__wrapper {
  padding: 26px 0;
  display: grid;
  gap: 48px;
}
.history__box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.history__card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
}
.history__card:nth-child(1) {
  background: #018ab6 !important;
}
.history__card:nth-child(2) {
  background: linear-gradient(153deg, #067394 23.6%, #0688af 80.78%) !important;
}
.history__card:nth-child(3) {
  background: linear-gradient(134deg, #0079a6 18.1%, #00658a 75.11%) !important;
}
.history__card:nth-child(4) {
  background: linear-gradient(131deg, #00477f 27.5%, #055798 104.29%) !important;
}
.history__card:nth-child(5) {
  background: linear-gradient(136deg, #013874 25.07%, #064e9c 111.85%) !important;
}
.history__card p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.28px;
}
.history__card h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: center;
}

.mission__wrapper {
  padding: 26px 0;
  display: grid;
  gap: 48px;
}
.mission__wrapper > h3 {
  max-width: 550px;
  margin: 0 auto;
  font-weight: 500;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  line-height: 1.1;
  color: #018ab6;
  text-align: center;
  letter-spacing: -0.44px;
}
.mission__box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 20px;
}
@media (max-width: 520px) {
  .mission__box {
    grid-template-columns: 1fr;
  }
}
.mission__box img {
  border-radius: 30px;
  width: 100%;
}

.about .container {
  max-width: 990px;
}
.about__box {
  gap: 50px 0 20px 0;
  padding-top: 50px;
}
.about__box .top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.about__box .top div {
  display: grid;
  gap: 10px;
  margin: auto;
}
.about__box .top div h1 {
  color: #018ab6;
  text-align: center;
  font-size: clamp(3rem, 2.679rem + 1.32vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -2.56px;
}
.about__box .top div p {
  max-width: 260px;
  margin: 0 auto;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: clamp(1.125rem, 0.964rem + 0.66vw, 1.5rem);
  letter-spacing: -0.48px;
}
.about__box .mid {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-radius: 20px;
  align-items: center;
  background-color: #018ab6;
  margin: 40px 0 20px;
}
@media (max-width: 768px) {
  .about__box .mid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
.about__box .mid div {
  display: flex;
  flex-direction: column;
  gap: 22px;
  color: #fff;
}
.about__box .mid div h3 {
  font-weight: 700;
  font-size: clamp(1.938rem, 1.67rem + 1.1vw, 2.563rem);
  line-height: 1;
  letter-spacing: -2%;
}
.about__box .mid div ol {
  display: flex;
  flex-direction: column;
  gap: 14px;
  counter-reset: list-counter;
}
.about__box .mid div ol li {
  font-weight: 600;
  font-size: clamp(1rem, 0.786rem + 0.88vw, 1.5rem);
  line-height: 1.1;
  letter-spacing: -4%;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.about__box .mid div ol li::before {
  content: counter(list-counter);
  font-size: 18px;
  font-weight: 700;
  counter-increment: list-counter;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: white;
  color: #0078a8; /* Цвет номера */
  font-weight: bold;
  border-radius: 50%;
  margin-right: 10px;
}
.about__box .mid img {
  width: 100%;
}
.about__box .bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .about__box .bottom {
    grid-template-columns: 1fr;
  }
}
.about__box .bottom div {
  padding: clamp(1.25rem, 0.982rem + 1.1vw, 1.875rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, 0.893rem + 0.44vw, 1.25rem);
  background-color: #f0fbff;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .about__box .bottom div {
    align-items: stretch;
  }
}
.about__box .bottom div h1 {
  color: #018ab6;
  font-size: clamp(1.938rem, 1.643rem + 1.21vw, 2.625rem);
  font-weight: 700;
  letter-spacing: -0.84px;
  line-height: 1.1;
}
.about__box .bottom div p {
  font-size: clamp(0.875rem, 0.768rem + 0.44vw, 1.125rem);
  letter-spacing: -0.36px;
  line-height: 27px;
  font-weight: 500;
}
.about__box .bottom div button {
  margin-top: 12px;
  padding-inline: 40px;
}

.products {
  /* .products__wrapper */
  /* .products__card */
}
.products__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px 20px;
  margin-top: 25px;
}
.products__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.products__card img {
  width: 100%;
  margin-bottom: 6px;
  border-radius: 10px;
}
.products__card h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -2%;
}
@media (max-width: 480px) {
  .products__card h3 {
    font-size: 24px;
  }
}
.products__card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -2%;
}

.partners {
  /* .partners__wrapper */
  /* .partners__card */
}
.partners__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-top: 22px;
  gap: 20px;
}
@media (max-width: 480px) {
  .partners__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners__card {
  padding: 15px;
  box-shadow: 2px 2px 14.5px 0px rgba(0, 0, 0, 0.1803921569);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .partners__card {
    min-height: 90px;
    padding: 12px;
  }
}
.partners__card img {
  width: 100%;
  max-height: 95px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .partners__card img {
    max-height: 70px;
  }
}

.projects {
  /* .projects__wrapper */
  /* .projects__inner */
  /* .projects__card */
}
.projects .container {
  max-width: 1280px;
}
.projects__wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  background-image: url(./img/projects-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .projects__wrapper {
    background-image: none;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
  }
}
.projects__inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 380px;
  width: 100%;
}
.projects__card {
  box-shadow: 0px 5px 11.4px 0px rgba(0, 0, 0, 0.1294117647);
  padding: 15px;
  border-radius: 60px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 15px;
  min-height: 120px;
}
@media (max-width: 480px) {
  .projects__card {
    border-radius: 30px;
  }
}
.projects__card h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  color: #018ab6;
  letter-spacing: -2%;
  max-width: 290px;
}
.projects__card p {
  max-width: 290px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -2%;
}

.contacts {
  /* .contacts__wrapper */
  /* .contacts__box */
  /* .contacts__map */
}
.contacts .heading {
  text-align: left;
}
@media (max-width: 480px) {
  .contacts .heading {
    text-align: center;
  }
}
.contacts__wrapper {
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .contacts__wrapper {
    grid-template-columns: 1fr;
  }
}
.contacts__box {
  background-color: #fff;
  padding: 40px 30px;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1098039216);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 480px) {
  .contacts__box {
    padding: 20px;
  }
}
.contacts__box h3 {
  font-weight: 700;
  font-size: clamp(1.625rem, 1.25rem + 1.54vw, 2.5rem);
  line-height: 1.1;
  text-align: center;
  color: #018ab6;
  letter-spacing: 0%;
}
.contacts__box p {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: center;
  color: #494949;
  margin-bottom: 14px;
}
.contacts__map {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  min-height: 300px;
}
.contacts__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .contacts__info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .contacts__info {
    grid-template-columns: 1fr;
  }
}
.contacts__info-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .contacts__info-card {
    gap: 15px;
  }
}
.contacts__info-card h4 {
  font-weight: 500;
  font-size: clamp(1rem, 0.893rem + 0.44vw, 1.25rem);
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.contacts__info-card a {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.964rem + 0.66vw, 1.5rem);
  line-height: 1;
  letter-spacing: -4%;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}
.contacts__info-card p {
  font-weight: 400;
  font-size: clamp(0.75rem, 0.643rem + 0.44vw, 1rem);
  line-height: 1.4;
  letter-spacing: -3%;
}
.contacts__info-img {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #018ab6;
  padding: 14px;
}
.contacts__info-img img {
  width: 100%;
}
@media (max-width: 480px) {
  .contacts__info-img {
    width: 55px;
    height: 55px;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 345px;
}
.form input {
  width: 100%;
  padding: 16px 22px;
  border: 1px solid #494949;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0%;
  color: #000;
  border-radius: 10px;
}
.form button {
  margin-top: 14px;
}

.footer {
  padding-bottom: 36px;
  /* .footer__inner */
  /* .footer__logo */
  /* .footer__menu */
  /* .footer__menu-first */
  /* .footer__menu-second */
  /* .footer__inn */
  /* .footer__rights */
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
@media (max-width: 992px) {
  .footer__inner {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__logo {
  width: 100px;
}
@media (max-width: 480px) {
  .footer__logo {
    width: 85px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 70%;
}
@media (max-width: 992px) {
  .footer__menu {
    width: 90%;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
}
.footer__menu-first {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .footer__menu-first {
    justify-content: center;
    align-items: center;
  }
}
.footer__menu-first a {
  font-weight: 600;
  font-size: clamp(1rem, 0.893rem + 0.44vw, 1.25rem);
  line-height: 1;
  letter-spacing: -2%;
  color: #000;
  text-decoration: none;
}
.footer__menu-second {
  display: flex;
  gap: 100px;
}
@media (max-width: 992px) {
  .footer__menu-second {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.footer__menu-second a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -2%;
  color: #000;
  text-decoration: none;
}
.footer__inn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__inn p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -2%;
}
@media (max-width: 480px) {
  .footer__inn p {
    text-align: center;
    font-size: 14px;
  }
}
.footer__rights {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -2%;
  text-align: center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  /* .modal__box */
  /* .modal__close */
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal__box {
  max-width: 490px;
  width: 90%;
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  position: relative;
}
@media (max-width: 480px) {
  .modal__box {
    padding: 15px;
    padding-top: 40px;
    align-items: flex-start;
    text-align: left;
  }
}
.modal__box h2 {
  font-weight: 600;
  font-size: clamp(1.75rem, 1.375rem + 1.54vw, 2.925rem);
  line-height: 1;
  letter-spacing: 2%;
  color: #353535;
  max-width: 400px;
}
@media (max-width: 480px) {
  .modal__box h2 {
    max-width: 240px;
    font-size: 38px;
  }
}
.modal__box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 2%;
  color: rgba(0, 0, 0, 0.7490196078);
}
@media (max-width: 480px) {
  .modal__box p {
    font-size: 18px;
  }
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  aspect-ratio: 1;
  background-color: #018ab6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sertificates {
  /* .sertificates__wrapper */
  /* .sertificates__card */
}
.sertificates__wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.sertificates__card {
  display: flex;
  flex-direction: column;
  max-width: 370px;
  gap: 20px;
  align-items: stretch;
}
.sertificates__card a {
  display: block;
  width: 100%;
}
.sertificates__card button {
  width: 100%;
}
.sertificates__card img {
  width: 100%;
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */