@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  margin: 0;
}

.container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0;
}

.intro__uptitle {
  width: 77px;
  background: #f2f2f2;
  font-size: 13px;
  padding: 5px 7px;
  margin: 35px auto 15px;
}

.intro__title {
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.2;
  background-color: yellow;
}
@media (max-width: 769px) {
  .intro__title {
    font-size: 2.1rem;
  }
}
@media (max-width: 669px) {
  .intro__title {
    font-size: 1.9rem;
  }
}
@media (max-width: 436px) {
  .intro__title {
    font-size: 1.5rem;
    padding: 0 5px;
  }
}

.intro__requirements__title {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 30px;
}
@media (max-width: 569px) {
  .intro__requirements__title {
    font-size: 1.1rem;
  }
}

.intro__requirements-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 669px) {
  .intro__requirements-box {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 5px;
  }
}
.intro__requirements-box__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #f2f2f2;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  color: inherit;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 0.95rem;
  margin-right: 12px;
  padding: 6px 15px;
}
@media (max-width: 769px) {
  .intro__requirements-box__item {
    padding: 6px 10px;
    font-size: 0.9rem;
  }
}
@media (max-width: 669px) {
  .intro__requirements-box__item {
    margin-top: 15px;
  }
}
.intro__requirements-box__item-img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 2px;
}
@media (max-width: 769px) {
  .intro__requirements-box__item-img {
    margin-right: 10px;
  }
}

.main__button {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  background-color: #0a417c;
  border-radius: 0.3rem;
  color: #ffff;
  padding: 0.5rem 1rem;
  margin: 30px 0 20px;
  transition: all ease 0.1s;
}
@media (max-width: 436px) {
  .main__button {
    font-size: 1.35rem;
  }
}
.main__button:hover {
  background-color: #0f63bd;
}

.intro__description {
  width: 100%;
  text-align: center;
  background-color: #fff000;
  font-weight: 700;
  padding: 1rem;
  margin-bottom: 30px;
}
@media (max-width: 436px) {
  .intro__description {
    padding: 1rem 0.5rem;
    font-size: 0.95rem;
  }
}

.about {
  width: 100%;
  background-color: #fff;
}

.about__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 769px) {
  .about__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 569px) {
  .about__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 436px) {
  .about__title {
    font-size: 1.3rem;
  }
}

.about__img {
  max-width: 100%;
}

.about__text {
  font-size: 1.02rem;
}
.about__text-link {
  text-decoration: none;
  font-weight: 700;
  color: #0a417c;
}
.about__text-link:hover {
  color: #0a417c;
}

.about__note {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #0a417c;
  padding: 3rem;
}
.about__note__title {
  text-transform: uppercase;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 700;
  color: #343a40;
  padding: 5px 7px;
  margin: 0 auto;
}
.about__note__text {
  max-width: 700px;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  color: #ffff;
  margin: 20px auto;
}
@media (max-width: 669px) {
  .about__note__text {
    font-size: 1.1rem;
  }
}
@media (max-width: 569px) {
  .about__note__text {
    font-size: 1.05rem;
  }
}
.about__note__button {
  text-align: center;
  margin-top: 10px;
}
.about__note__button-link {
  text-decoration: none;
  color: #fff;
  background: #0a417c;
  border: 2px solid #fff;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 20px;
  transition: all ease 0.1s;
}
@media (max-width: 436px) {
  .about__note__button-link {
    font-size: 1.2rem;
    padding: 10px 16px;
  }
}
.about__note__button-link:hover {
  background-color: #fff;
  color: #0a417c;
}

.about__description {
  color: #6c757d;
  font-size: 0.85rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 50px;
}

.footer {
  width: 100%;
  background-color: #fff;
}

.footer__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
@media (max-width: 569px) {
  .footer__inner {
    align-items: start;
  }
}

.footer__logo {
  display: block;
  width: 265px;
}
@media (max-width: 994px) {
  .footer__logo {
    width: 210px;
  }
}
@media (max-width: 769px) {
  .footer__logo {
    width: 170px;
  }
}
@media (max-width: 669px) {
  .footer__logo {
    width: 150px;
  }
}
@media (max-width: 569px) {
  .footer__logo {
    width: 130px;
    margin-bottom: 10px;
  }
}

.footer-box {
  display: flex;
  flex-direction: column;
}
.footer-box__head {
  display: flex;
  align-items: center;
}
@media (max-width: 569px) {
  .footer-box__head {
    flex-direction: column;
    align-items: start;
  }
}
.footer-box__head_link {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  margin: 0 50px;
}
.footer-box__head_link:last-child {
  margin: 0;
}
@media (max-width: 994px) {
  .footer-box__head_link {
    margin: 0 30px;
  }
}
@media (max-width: 769px) {
  .footer-box__head_link {
    margin: 0 25px;
  }
}
@media (max-width: 669px) {
  .footer-box__head_link {
    font-size: 16px;
    margin: 0 20px;
  }
}
@media (max-width: 569px) {
  .footer-box__head_link {
    font-size: 14px;
    margin: 0 25px 0 0;
  }
}
@media (max-width: 396px) {
  .footer-box__head_link {
    margin: 0 15px 0 0;
  }
}

.footer__text {
  max-width: 265px;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 20px;
}
@media (max-width: 569px) {
  .footer__text {
    max-width: 200px;
    font-size: 9px;
    margin-top: 10px;
  }
}
@media (max-width: 436px) {
  .footer__text {
    max-width: 170px;
  }
}

.footer__image {
  width: 350px;
}
@media (max-width: 994px) {
  .footer__image {
    width: 280px;
  }
}
@media (max-width: 769px) {
  .footer__image {
    width: 250px;
    margin-right: -15px;
  }
}
@media (max-width: 669px) {
  .footer__image {
    width: 200px;
  }
}
@media (max-width: 569px) {
  .footer__image {
    width: 230px;
  }
}
@media (max-width: 436px) {
  .footer__image {
    width: 195px;
  }
}
@media (max-width: 396px) {
  .footer__image {
    width: 165px;
  }
}
@media (max-width: 349px) {
  .footer__image {
    width: 130px;
  }
}/*# sourceMappingURL=style.css.map */