/* Resets */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  line-height: 1;
  color: #111723;
  background: white;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
button {
  box-shadow: none;
  border: none;
  cursor: pointer;
}

/* Utils */
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5%;
  padding-right: 5.5%;
}
.font-titillium-web {
  font-family: "Titillium Web", sans-serif;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.ajs-content {
  font-size: 14px;
}
/* Hero */
.hero {
  position: relative;
  z-index: 10;
}
.hero--inner {
  padding: 44px 0;
  background: linear-gradient(180deg, #f0f5fc 0, #ffffff 100%);
}
.hero--logo {
  display: flex;
  margin: 0 auto 42px;
  width: 175px;
}
.hero--text-thanks {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.016em;
  text-align: center;
  margin-bottom: 66px;
}
.hero--title {
  width: 55%;
  color: #1e40c8;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 9px;
}
.hero--description {
  width: 40%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.016em;
  line-height: 1.2;
}
.hero--form {
  margin: 34px 0 0;
  position: relative;
  width: 45%;
  z-index: 100;
}
.hero--form-group {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 32px;
}
.hero--form-input {
  min-height: 57px;
  padding: 0 24px;
  width: 280px;
  border: 1px solid #1e40c8;
  border-radius: 28.5px;
  box-shadow: 0 15.5px 48px 0 rgba(5, 14, 53, 0.24);
  color: #1e40c8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 57px;
}
.hero--form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 28px;
  background: #ffcc57;
  box-shadow: 0 16px 48px 0 rgba(5, 14, 53, 0.24);
  color: #1e40c8;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.016em;
  line-height: 56px;
  padding: 0 20px;
  transition: background-color 0.3s;
  flex-shrink: 0;
}
.hero--form-submit:hover {
  background: #ffc43b;
}
.hero--form-consent {
  display: flex;
  margin: 0 auto 28px;
  width: 474px;
}
.hero--form-consent-check {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  cursor: pointer;
}
.hero--form-consent-check input {
  height: 12px;
  width: 12px;
  border: 1px solid #181718;
  border-radius: 2px;
}
.hero--form-consent-check p {
  width: 455px;
  line-height: 12px;
  user-select: none;
}
.hero--form-decline {
  display: flex;
  margin: 0 auto 160px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.016em;
  text-align: center;
  background-color: transparent;
}
.hero--form-decline:hover {
  text-decoration: underline;
}
.hero--phone {
  position: absolute;
  top: 174px;
  right: -15%;
  padding: 160px 0 450px;
  width: 800px;
  background: url(./assets/phone.png) no-repeat center 0;
  background-size: contain;
}
.hero--alert {
  right: 55%;
  min-height: 133px;
  padding: 10px 0.694444%;
  position: absolute;
  top: 450px;
  width: 250px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 32px 72px 0 rgba(5, 14, 53, 0.32);
}
.indicator {
  float: left;
  height: 113px;
  margin: 0 8.695652% 0 0;
  width: 0.869565%;
  border-radius: 1px;
  background: #30d1ff;
}
.title {
  float: left;
  margin: 12px 0 0;
  position: relative;
  width: 82.17391%;
}
.alerts {
  color: #272140;
  font-size: 16px;
}
.hero--alert-text {
  margin: 7px 0 0;
  color: #272140;
  font-size: 16px;
  line-height: 22px;
}
.legal {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}

@media screen and (min-width: 1280px) {
  .hero--phone {
    right: unset;
    left: 40%;
    height: 700px;
    padding: 0;
  }
  .hero--alert {
    top: 400px;
  }
}

@media screen and (min-width: 1500px) {
  .hero--phone {
    right: unset;
    left: 45%;
    height: 700px;
    padding: 0;
  }
  .hero--alert {
    top: 400px;
  }
}

@media screen and (min-width: 2280px) {
  .hero--phone {
    right: unset;
    left: 50%;
    height: 700px;
    padding: 0;
  }
  .hero--alert {
    top: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .hero--title {
    max-width: 768px;
    width: 100%;
  }
  .hero--description {
    width: 100%;
  }
  .hero--form-group {
    max-width: 700px;
  }
  .hero--form-decline {
    margin-bottom: 40px;
  }
  .hero--phone,
  .hero--alert {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hero--title {
    font-size: 40px;
  }
  .hero--form {
    width: 100%;
  }
  .hero--form-group {
    max-width: 500px;
  }
  .hero--form-input {
    padding: 0 12px;
    width: 100%;
    flex: 1;
    border-radius: 20px;
  }
  .hero--form-submit {
    border-radius: 20px;
    font-size: 14px;
    padding: 0 12px;
    flex-shrink: 0;
  }
  .hero--form-consent {
    width: 100%;
  }
  .hero--form-consent-check p {
    width: 100%;
  }
}

/* Features */
.features {
  margin-top: -120px;
  background: linear-gradient(
    225deg,
    #0a1f62 -20.710678%,
    #061648 120.71068%,
    #061648 120.71068%
  );
}
.features--inner {
  padding: 196px 133px;
  background: url(./assets/features-bg.png) no-repeat center 0;
  background-position: center top;
  background-size: cover;
}
.features--title {
  color: #ffffff;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -0.021em;
  text-align: center;
  margin-bottom: 73px;
}
.features--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.features--grid-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 64px 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 32px 32px 48px 0 rgba(5, 14, 53, 0.08);
}
.features--grid-box-icon {
  width: 30px;
}
.features--grid-box-title {
  color: #091740;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.features--grid-box-description {
  color: #091740;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .features {
    margin-top: 0;
  }
  .features--inner {
    padding: 80px 16px;
  }
  .features--title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .features--grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .features--grid-box {
    padding: 40px 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .features {
    margin-top: 0;
  }
  .features--inner {
    padding: 80px 24px;
  }
  .features--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .features {
    margin-top: 0;
  }
  .features--inner {
    padding: 80px 24px;
  }
}

/* Section */
.section {
  margin: -3px 0 0;
  padding: 155px 16px 314px;
  background: url(./assets/section-bg.png) no-repeat center 0;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.section--content {
  left: 22.2%;
  margin: 0 auto;
  position: relative;
  width: 537px;
}
.section--title {
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.007em;
  line-height: 1.2;
  margin-bottom: 18px;
}
.section--description {
  width: 95%;
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 80px 16px 160px;
  }
  .section--content {
    left: 0;
    width: 100%;
  }
  .section--title {
    font-size: 26px;
  }
  .section--description {
    font-size: 16px;
  }
}

/* Footer */
.footer {
  max-width: 940px;
  margin: 0 auto;
  padding: 114px 16px 0;
}
.footer--title {
  text-align: center;
  font-weight: bold;
  color: #111723;
  font-size: 72px;
  text-shadow: 0 0 2px #1e40c8;
  letter-spacing: -0.022em;
  margin-bottom: 30px;
}
.footer--subtitle {
  color: #1e40c8;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: -0.014em;
  text-align: center;
  margin-bottom: 34px;
}
.footer--form {
  position: relative;
}
.footer--form-group {
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0 auto 32px;
}
.footer--form-input {
  min-height: 57px;
  padding: 0 24px;
  width: 280px;
  border: 1px solid #0f1721;
  border-radius: 28.5px;
  box-shadow: 0 15.5px 48px 0 rgba(5, 14, 53, 0.24);
  color: #0f1721;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 57px;
}
.footer--form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 28px;
  background: #ffcc57;
  box-shadow: 0 16px 48px 0 rgba(5, 14, 53, 0.24);
  color: #0f1721;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.016em;
  line-height: 56px;
  padding: 0 20px;
  transition: background-color 0.3s;
}
.footer--form-submit:hover {
  background: #ffc43b;
}
.footer--form-consent {
  display: flex;
  margin: 0 auto 28px;
  width: 474px;
}
.footer--form-consent-check {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  cursor: pointer;
}
.footer--form-consent-check input {
  height: 12px;
  width: 12px;
  border: 1px solid #181718;
  border-radius: 2px;
}
.footer--form-consent-check p {
  width: 455px;
  line-height: 12px;
  user-select: none;
  text-align: center;
}
.footer--form-decline {
  display: flex;
  margin: 0 auto 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.016em;
  text-align: center;
  background-color: transparent;
}
.footer--form-decline:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 80px;
  }
  .footer--title {
    font-size: 40px;
  }
  .footer--subtitle {
    font-size: 26px;
  }
  .footer--form-input {
    padding: 0 12px;
    width: 100%;
    flex: 1;
    border-radius: 20px;
  }
  .footer--form-submit {
    border-radius: 20px;
    font-size: 14px;
    padding: 0 12px;
    flex-shrink: 0;
  }
  .footer--form-consent {
    width: 100%;
  }
  .footer--form-consent-check p {
    width: 100%;
  }
}
