* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #181e34;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.header {
  padding: 30px 0 36px;
  background-color: #181e34;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 48px;
  height: 48px;
}

.nav {
  display: flex;
  align-items: center;
}
.nav__wrapper {
  display: flex;
  list-style: none;
}
.nav__link {
  text-align: center;
  max-width: 134px;
  width: 100%;
}
.nav__item {
  text-decoration: none;
  padding: 42px 30px 48px;
  color: #ffffff;
  font-weight: 100;
  font-weight: 400;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.nav__button {
  background-color: #ffffff;
  color: #2766ae;
  border-radius: 100px;
  padding: 14px 30px;
  max-width: 113px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.banner {
  position: relative;
  background-image: url("../pictures/Rectangle 1.png");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  
}
.banner__container {
  margin: 0 auto;
  text-align: center;
}
.banner__tittle {
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48.8px;
  color: #ffffff;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.banner__column {
  display: flex;
}
.banner__column--text {
  max-width: 50%;
}
.banner__column--button {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  padding: 18.5px 0 18.5px 144px;
  align-items: flex-end;
}
.banner__text {
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}
.banner__text--upercase {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #01a2cb;
}
.banner__text--span {
  margin-bottom: 15px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}
.banner__button {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  width: 320px;
  padding: 18px 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(180deg, #00a4cc 0%, #2766ae 100%);
  border-radius: 100px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
}
.banner__button--svg {
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  width: 320px;
  padding: 18px 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(129deg, #00a4cc 0%, #2766ae 100%);
  display: flex;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}

.box {
  padding: 120px 0 120px;
}
.box__container {
  text-align: center;
}
.box__head {
  text-align: center;
}
.box__tittle {
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48.8px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.box__text {
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 60px;
}
.box__categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 30px;
}
.box__content {
  max-width: 204px;
  text-align: center;
  padding: 28px;
  background-color: #197cb8;
  border: 2px solid #176bae;
  border-radius: 16px;
}
.box__content--tittle {
  font-family: "Montserrat", serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  line-height: 26.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.box__content--text {
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}
.box__button {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  max-width: 436px;
  width: 100%;
  padding: 18px 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(180deg, #00a4cc 0%, #2766ae 100%);
  border-radius: 100px;
  border: none;
  cursor: pointer;
}

.footer {
  border-top: 1px solid wheat;
  padding: 60px;
}
.footer__container {
  display: flex;
}
.footer__info {
  max-width: 267px;
  margin-right: 197px;
}
.footer__logo {
  margin-bottom: 5px;
}
.footer__menu--eight {
  margin-right: 117px;
}
.footer__tittle {
  font-family: "Montserrat", serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  line-height: 26.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__text {
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */
