body {
  background: url("assets/img/bg_body.png") top/100% auto repeat, radial-gradient(circle at top, #1F477E 0%, #1E467D 1%, #123261 40%, #0A2650 74%, #08224A 100%) no-repeat;
}

.main {
  background: url("assets/img/bg_main.png") top/100% auto no-repeat;
}
.main .block-blue {
  margin-bottom: -40px;
}
.main__title {
  margin-bottom: 5rem;
}

.info .circle {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.info .circle--1 {
  background: url("assets/img/circle-1.png") top/90% auto no-repeat;
}
.info .circle--2 {
  background: url("assets/img/circle-2.png") top/90% auto no-repeat;
}
.info .circle--3 {
  background: url("assets/img/circle-3.png") center/100% auto no-repeat;
}
.info__logo {
  width: 33%;
}

.clins img {
  border-radius: 12px;
  filter: drop-shadow(1px 1px 6px #0a0a0a);
}

.litra {
  padding: 14rem 4rem;
  background: #0c2955;
  border-radius: 50% 50% 0 0;
  box-shadow: 0 0 70px 10px #15499B;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #0c2955;
}

@media screen and (max-width: 1399px) {
  .info .circle .fz-s {
    font-size: 1rem !important;
  }
  .info .circle .fz-xl {
    font-size: 2rem !important;
  }
  .litra {
    padding: 8rem;
  }
}
@media screen and (max-width: 1199px) {
  .main .fz-xxl {
    font-size: 5rem !important;
  }
  .main .fz-lg {
    font-size: 1.6rem !important;
  }
  .info .circle .fz-s {
    font-size: 0.8rem !important;
  }
  .info .circle .fz-xl {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
  .main__title {
    margin-bottom: 10rem;
  }
  .info .arrow {
    transform: rotate(90deg);
  }
  .info__logo {
    width: 100%;
  }
  .info .circle .fz-s {
    font-size: 1.2rem !important;
  }
  .info .circle .fz-xl {
    font-size: 2rem !important;
  }
  .info .circle--1 {
    width: 50%;
    margin: 0 auto;
  }
  .info .circle--2 {
    width: 60%;
    margin: 0 auto;
  }
  .info .circle--3 {
    width: 80%;
    margin: 0 auto;
  }
  .litra {
    padding: 9rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }
  .main__title {
    margin-bottom: 8rem;
  }
  .main .fz-s {
    font-size: 1.1rem !important;
  }
  .main .fz-lg {
    font-size: 1.4rem !important;
  }
  .main .fz-xxl {
    font-size: 4.2rem !important;
  }
  .litra {
    padding: 8rem 10rem;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 10px;
  }
  .main__title {
    margin-bottom: 11rem;
  }
}
@media screen and (max-width: 500px) {
  .main__title {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 450px) {
  .main__title {
    margin-bottom: 6rem;
  }
  .info .circle .fz-s {
    font-size: 1rem !important;
  }
  .info .circle .fz-xl {
    font-size: 1.8rem !important;
  }
  .litra {
    padding: 8rem;
  }
}
@media screen and (max-width: 400px) {
  .main__title {
    margin-bottom: 5rem;
  }
}

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