* {
  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: "Sora", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.48px;
  background: url(../../img/body-bg.webp) no-repeat top/cover #100e11;
}
@media (max-width: calc(768px - 1px)) {
  body {
    background: url(../../img/body-bg-mobile.webp) no-repeat top/cover #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: 30px;
    letter-spacing: -0.9px;
  }
}

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

h3 {
  font-size: 18px;
  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: #28fa6e;
  color: #000;
  font-size: 14px;
  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: 614px;
  display: flex;
  padding: 60px 40px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 2px solid #28fa6e;
  background: #000;
  box-shadow: 0 0 10px 0 rgba(40, 250, 78, 0.4);
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cookies__text {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.66);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cookies__btns {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.cookies .btn-border {
  background: #fff !important;
}

.footer {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.footer__img {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer__menu-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.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 {
  margin: 80px 0;
}
.header__content {
  display: flex;
  flex-direction: column;
  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: 0 auto;
}

.hero {
  margin-bottom: 80px;
}
.hero__content {
  padding: 20px;
  border-radius: 10px;
  background: rgba(40, 250, 110, 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 #28fa6e;
  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;
}
@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: #28fa6e;
  font-size: 42px;
  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, 110, 0.1);
}
.info__content h2 {
  margin-bottom: 16px;
}

.contact-form {
  background: rgba(40, 250, 110, 0.1);
  color: #fff;
  border-radius: 10px;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.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 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.form-grid input {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #000;
  outline: none;
}

.form-grid input::placeholder {
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

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