* {
  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 {
  color: #fff;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.48px;
  background: #100e11;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

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

.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 {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.38px;
}
@media (max-width: calc(768px - 1px)) {
  h1 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
}

h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.btn {
  display: flex;
  padding: 14px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  background: #28fae8;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  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: 980px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 2px solid rgba(0, 48, 44, 0.4);
  background: #28fae8;
  box-shadow: 0 0 10px 0 rgba(250, 40, 137, 0.4);
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cookies__text {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.66);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cookies__btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.cookies .btn {
  background: #00302C;
  color: #fff;
}

.footer {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../../img/footer-bg.webp) lightgray 50%/cover no-repeat;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: calc(768px - 1px)) {
  .footer__nav {
    justify-content: center;
  }
}
.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: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: calc(768px - 1px)) {
  .footer__menu-links {
    justify-content: center;
  }
}
.footer__menu-links::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(153, 153, 153, 0) 100%);
}
.footer__menu-links a {
  color: #fff;
  font-size: 16px;
  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 {
  padding: 62px 0;
  margin-bottom: 80px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../../img/header-bg.webp) lightgray 50%/cover no-repeat;
}
@media (max-width: calc(768px - 1px)) {
  .header {
    padding: 40px 0;
    margin-bottom: 60px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../../img/header-bg-mobile.webp) lightgray 50%/cover no-repeat;
  }
}
.header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.header__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 20px 0;
}
.header__card-title {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.header__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 312px;
}
.header__card p {
  font-size: 14px;
  font-weight: 300;
}
.header__btn {
  margin-top: 20px;
}

.hero {
  margin-bottom: 80px;
}
.hero__content {
  padding: 20px;
  border-radius: 10px;
  background: rgba(40, 250, 233, 0.1);
}
.hero__content h2 {
  margin-bottom: 16px;
}
.hero__content-top {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.hero__cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero__card {
  display: flex;
  padding: 20px 19px;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-self: stretch;
  border-radius: 10px;
  border: 2px solid #28fae8;
  background: #000;
  box-shadow: 0 0 10px 0 rgba(250, 40, 137, 0.4);
}
@media (max-width: calc(768px - 1px)) {
  .hero__card {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.hero__card h3 {
  max-width: 220px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: calc(768px - 1px)) {
  .hero__card h3 {
    max-width: 100%;
  }
}
.hero__card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero__card-info h4 {
  color: #28fae8;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3.36px;
}

.info {
  margin-bottom: 80px;
}
.info__content {
  padding: 32px;
  border-radius: 20px;
  background: rgba(40, 250, 233, 0.1);
}
.info__content h2 {
  margin-bottom: 16px;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: calc(768px - 1px)) {
  .contact img {
    width: 100%;
  }
}

.contact-form {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: calc(768px - 1px)) {
  .contact-form {
    padding: 20px;
  }
}
.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: 15px;
  border: none;
  border-radius: 10px;
  background: #122626;
  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 {
  padding: 32px;
  border-radius: 20px;
  background: rgba(40, 250, 233, 0.1);
}
.privacy h2 {
  margin-bottom: 20px;
}

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