html {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0%;
  color: #000;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  background-color: #fff;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body main {
  flex-grow: 1;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

input,
button {
  outline: none;
  border: none;
}

.container {
  padding-inline: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    padding-inline: 80px;
  }
}

.policy {
  padding-block: 60px;
  color: #1b1816;
}
.policy__title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .policy__title {
    font-size: 60px;
  }
}
.policy__text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
.policy__text ul {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: disc;
}
.policy__text h2 {
  margin-block: 10px;
  font-size: 20px;
  font-weight: 400;
}
.policy__text p {
  margin-bottom: 10px;
}

.cookies {
  padding: 24px;
  position: fixed;
  width: 90%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  color: #000000;
  background-color: #def4fc;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
@media (min-width: 1200px) {
  .cookies {
    padding: 40px;
  }
}
.cookies--show {
  display: flex;
}
.cookies__img {
  width: 80px;
  height: 80px;
  display: block;
  object-fit: contain;
  margin: 0 auto 24px;
}
.cookies__title {
  margin-bottom: 16px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 4%;
  text-align: center;
}
@media (min-width: 1200px) {
  .cookies__title {
    font-size: 40px;
  }
}
.cookies__text {
  margin-bottom: 24px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
.cookies__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cookies__reject, .cookies__accept {
  width: 100% !important;
  height: 55px !important;
}
@media (min-width: 768px) {
  .cookies__reject, .cookies__accept {
    width: 227px !important;
  }
}

.primary-btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  background-color: #09203f;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
}
.primary-btn:hover {
  background-color: #183964;
}
.primary-btn--light {
  background-color: transparent;
  color: #09203f;
}
.primary-btn--light:hover {
  background-color: transparent;
}

.success {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.success--active {
  display: flex;
}

.success__content {
  width: 90%;
  max-width: 590px;
  background: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  position: relative;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2509803922);
}

.success__logo {
  margin: 0 auto 16px;
}

.success__logo .logo__name {
  color: #09203f !important;
  margin-bottom: 16px;
}

.success__text {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 4%;
  text-align: center;
  margin-bottom: 32px;
}

.success__btn {
  width: 100% !important;
  height: 55px !important;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .success__btn {
    width: 350px !important;
  }
}

.no-scroll {
  overflow: hidden;
}

.nav {
  display: none;
}
@media (min-width: 1200px) {
  .nav {
    display: block;
  }
}
.nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 14px 44px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  border-radius: 40px;
}
.nav__link {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  transition: color 0.3s;
}
.nav__link:hover {
  color: #bad1f0;
}

.header {
  padding-block: 24px;
  background: linear-gradient(180deg, #09203f 0%, #537895 100%);
  backdrop-filter: blur(12px);
}
.header__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.logo__img {
  width: 50px;
  height: 50px;
}
.logo__name {
  font-family: Phudu;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}

.hero {
  padding-block: 40px;
  background-image: url(../img/hero-bg.webp);
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1200px) {
  .hero__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero__title {
  margin-bottom: 20px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.hero__subtitle {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 20px;
}
.hero__text {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.hero__left {
  max-width: 504px;
}

.form {
  border-radius: 16px;
  padding: 32px 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  max-width: 504px;
}
.form__input {
  border: 1px solid #f4f5f6;
  border-radius: 10px;
  padding: 16px 22px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
}
.form__input::placeholder {
  color: #a1a1a1;
}
.form__btn {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #0ba360;
  border-radius: 40px;
  background: linear-gradient(180deg, #0ba360 0%, #3cba92 100%);
  box-shadow: 2px 2px 0px 0px #0ba360;
  cursor: pointer;
}

.stats {
  padding-block: 60px;
}
.stats__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {
  .stats__cards {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.stat {
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 24px;
  color: #000;
  width: 100%;
  height: fit-content;
}
@media (min-width: 1200px) {
  .stat {
    width: 330px;
    height: 208px;
  }
}
.stat__num {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 16px;
}
.stat__text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

.about {
  padding-block: 50px;
}
.about__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1200px) {
  .about__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.about__img {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  height: 290px;
}
@media (min-width: 768px) {
  .about__img {
    width: 496px;
    height: 496px;
  }
}
.about__right {
  width: 100%;
  max-width: 496px;
}
.about__title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .about__title {
    font-size: 36px;
  }
}
.about__text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0%;
  color: #072f20;
}

.benefits {
  padding-block: 50px;
}
.benefits__title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .benefits__title {
    font-size: 36px;
  }
}
.benefits__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1200px) {
  .benefits__cards {
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.benefit {
  width: 100%;
  height: fit-content;
  border: 1px solid #000000;
  border-radius: 16px;
  background: linear-gradient(180deg, #09203f 0%, #537895 100%);
}
@media (min-width: 1200px) {
  .benefit {
    width: 504px;
    height: 304px;
  }
}
.benefit__content {
  border-radius: 16px;
  background-color: #fff;
  padding: 20px;
  color: #000;
  margin: 32px;
}
.benefit__title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0%;
  margin-bottom: 8px;
}
.benefit__text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0%;
}

.faq {
  padding-block: 60px;
}
.faq__title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0%;
  margin-bottom: 24px;
  color: #072f20;
}
.faq__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.question {
  width: 100%;
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 32px;
  color: #000;
}
.question__top {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.question__title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
}
.question__arrow {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.question__text {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #7c7b7b;
}

.services {
  padding-block: 50px;
  background: linear-gradient(180deg, #09203f 0%, #537895 100%);
  color: #fff;
}
.services__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .services__title {
    font-size: 36px;
  }
}
.services__text {
  margin-bottom: 40px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0%;
}
.services__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {
  .services__cards {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.service {
  width: 100%;
  height: fit-content;
  border-radius: 16px;
  padding: 32px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {
  .service {
    width: 508px;
    height: 285px;
  }
}
.service__img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.service__title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0c0c0c;
}
.service__text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #0c0c0c;
}

.contact {
  padding-block: 60px;
}
.contact__title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #072f20;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .contact__title {
    font-size: 40px;
  }
}
.contact__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (min-width: 1200px) {
  .contact__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.contact__text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0%;
  color: #072f20;
  max-width: 500px;
}
.contact__links {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact__link {
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  padding: 16px 24px;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 4%;
  color: #615d5d;
}

.footer {
  background-color: #04152c;
  padding-block: 48px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer__rights {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.nav-footer {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.nav-footer__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media (min-width: 1200px) {
  .nav-footer__list {
    flex-direction: row;
  }
}
.nav-footer__link {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -2%;
  text-align: center;
  color: #fff;
  transition: color 0.3s;
}
.nav-footer__link:hover {
  color: #bad1f0;
}
