* {
  margin: 0;
  border: 0;
  padding: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.48px;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #588FB2 0%, #00153C 100%);
}

[class*=__container] {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

[class*=__text] {
  color: #cbd5e1;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container-second {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.main {
  flex: 1 1 auto;
}

section {
  scroll-margin-top: 200px;
}

h1 {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.92px;
}
@media (max-width: calc(768px - 1px)) {
  h1 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
}

h2 {
  font-size: 28px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.84px;
}

h3 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

@media (max-width: calc(576px - 1px)) {
  .img {
    width: 100%;
  }
}

.btn {
  display: flex;
  padding: 10px 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(91deg, #588fb2 0%, #00153c 96%);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: fit-content;
}

@media (max-width: calc(768px - 1px)) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  .mobile {
    display: block;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(0deg, #00153c 0%, #00153c 100%);
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.cookies__text {
  color: #cbd5e1;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.cookies__btns {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: calc(768px - 1px)) {
  .cookies .btn {
    width: 100%;
  }
}

.footer {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #000145;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.footer__nav {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.footer__img {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: calc(768px - 1px)) {
  .footer__img {
    justify-content: center;
  }
}
.footer__menu-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
}
.footer__menu-links a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__copyright p {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.header {
  margin: 80px 0;
}
.header__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
}
.header__cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.header__card {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 10px;
  border-radius: 10px;
  border-top: 1px solid #2c39c0;
  border-right: 1px solid #2c39c0;
  border-bottom: 1px solid #2c39c0;
  border-left: 4px solid #2c39c0;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: calc(768px - 1px)) {
  .header__card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.hero {
  margin-bottom: 80px;
}
.hero__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.hero__card {
  max-width: 540px;
  width: 100%;
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  border-radius: 20px;
  border: 3px solid #8096c6;
}
.hero__card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero__card-info h3 {
  color: #eee;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
.hero__card-info h4 {
  color: #fff;
  text-align: center;
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.info {
  margin-bottom: 80px;
}
.info__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info__card {
  padding: 24px;
  border-radius: 12px;
  border: 2px solid #8096c6;
  background: rgba(255, 255, 255, 0.1);
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-form {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 30px;
  max-width: 524px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: calc(768px - 1px)) {
  .contact-form {
    padding: 20px 10px;
  }
}
.contact-form .btn {
  width: 100%;
}

.contact-form h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 30px;
}

.form-grid input {
  width: 100%;
  padding: 14px 24px;
  border: none;
  border-radius: 10px;
  background: rgba(3, 74, 255, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16) inset, 0 0 2px 0 rgba(0, 0, 0, 0.7);
  font-size: 16px;
  color: #fff;
  outline: none;
}

.form-grid input::placeholder {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.9px;
}

@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
.privacy h2 {
  margin-bottom: 20px;
}
.privacy__card {
  margin-top: 20px;
  padding: 24px;
  border-radius: 12px;
  border: 2px solid #b080c6;
  background: rgba(255, 255, 255, 0.1);
}

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