.footer {
  display: flex;
  flex-direction: column;
}
.footer__block {
  position: relative;
  padding: 80px 0 100px;
  background: #0c2955;
  border-radius: 50% 50% 0 0;
  box-shadow: 0px 0px 70px 10px #15499B;
}
.footer .pos-img {
  height: 600px;
  margin: 0 auto -20px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.footer__logo {
  width: 240px;
}
.footer__name {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: white;
  text-align: center;
}
.footer__name span {
  font-weight: 600;
}
.footer__desc {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.footer__tags {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
.footer__tag {
  background: #1F477E;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 24px 12px 12px;
  max-width: 380px;
}
.footer__tag img {
  width: 70px;
  min-width: 70px;
}
.footer__tag p {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.footer__pic {
  max-width: 600px;
}
.footer__info {
  display: flex;
  gap: 20px;
}
.footer__info li, .footer__info p {
  font-size: 18px;
  color: white;
  font-weight: 400;
}
.footer__info ol {
  padding-left: 20px;
}
.footer__qr, .footer__csc {
  width: 100px;
}
.footer__qr {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .footer .pos-img {
    height: 450px;
  }
  .footer__tags {
    gap: 20px;
    margin-top: 0;
  }
  .footer__pic {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .footer .pos-img {
    height: 350px;
    margin: 0 auto -30px;
  }
  .footer__block {
    border-radius: 50vw 50vw 0 0;
  }
  .footer__desc {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer__tags {
    gap: 20px;
    margin-top: 0;
  }
  .footer__tag img {
    width: 50px;
    height: 50px;
  }
  .footer__tag p {
    font-size: 14px;
  }
  .footer__pic {
    width: 100%;
  }
  .footer__logo {
    width: 120px;
  }
  .footer__name {
    font-size: 16px;
  }
  .footer__info li, .footer__info p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=footer.css.map */
