@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
* {
  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%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 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: "Nunito Sans", sans-serif;
  background: #000;
}

.lock {
  overflow: hidden;
}

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

.main {
  flex: 1 1 auto;
}

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

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

[class*=__text] {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}

.h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.54px;
}

.text-center {
  text-align: center;
}

.m-60 {
  margin: 60px 0;
}

.m-40 {
  margin: 40px 0 60px;
}

.black {
  color: #000 !important;
}

.hero {
  background: url(../img/bg.webp) no-repeat top/cover;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .hero {
    background: url(../img/bg-mob.webp) no-repeat top/cover;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .hero__column {
    padding: 20px;
  }
}
.hero__title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.hero__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero__grid {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
  }
}
.hero__item {
  border-left: 2.5px solid #029EFF;
  padding-left: 10px;
}
.hero__item p {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}
.hero__subcolumn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__card {
  border-radius: 14px;
  border: 0.833px solid #77B1FD;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(5.8333330154px);
          backdrop-filter: blur(5.8333330154px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px;
}
@media (max-width: 991px) {
  .hero__card {
    gap: 10px;
    flex-direction: column;
  }
}
.hero__row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero__logo {
  border-radius: 10px;
  border: 1px solid rgba(232, 232, 237, 0.2);
  background: linear-gradient(180deg, rgba(67, 100, 131, 0) 0%, rgba(119, 188, 253, 0.25) 100%);
  flex-shrink: 0;
  width: 148px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero__raiting {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero__subitem {
  display: flex;
  align-items: center;
  max-width: 130px;
  width: 100%;
}
.hero__subitem p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.42px;
  text-transform: uppercase;
}
.hero__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 400px;
  width: 100%;
}
.hero__body h3 {
  color: #FFF;
  text-shadow: -1px 1px 6px rgba(2, 129, 255, 0.55), -1px -1px 6px rgba(2, 129, 255, 0.55);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.hero__body p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}
.hero__link {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: #0081EA;
  box-shadow: -1px 1px 6px 0 rgba(0, 136, 234, 0.55), -1px -1px 6px 0 rgba(0, 136, 234, 0.55);
  padding: 14px 57px;
}

.info__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.info__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 20px;
}
.info__item {
  border-radius: 12px;
  border: 2px solid #C0582C;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
}
.info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .info__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.info__card {
  border-radius: 35px;
  border: 0.833px solid #77B1FD;
  background: rgba(3, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(5.8333330154px);
          backdrop-filter: blur(5.8333330154px);
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.info__number {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 27.917px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(3, 0, 0, 0.05) 0%, #04101D 34.62%, #00B2FF 100%);
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info__number_hero {
  width: 37px;
  height: 37px;
  position: absolute;
  left: -18px;
  top: -9px;
}
.info__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info__body h2 {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.info__body p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.info__icon {
  margin-left: auto;
}

.faq__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 20px;
}
.faq__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  padding: 16px 20px;
}
.faq__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.3s ease;
  width: 100%;
}
.faq__row:hover {
  opacity: 0.8;
}
.faq__icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq__card.active .faq__icon {
  transform: rotate(45deg);
}
.faq__name {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
.faq__item {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.3s ease, padding 0.3s ease, margin-top 0.2s ease;
}
.faq__card.active .faq__item {
  max-height: 500px;
  margin-top: 20px;
}

.contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 20px;
}
.contact__row {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 991px) {
  .contact__row {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .contact__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .contact__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
}
@media (max-width: 767px) {
  .contact__form {
    gap: 10px;
    padding: 10px;
  }
}
.contact__subrow {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .contact__subrow {
    gap: 10px;
    flex-direction: column;
  }
}
.contact__inp {
  border-radius: 10px;
  background: #001E37;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16) inset, 0 0 2px 0 rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.9px;
  padding: 14px 24px;
  width: 100%;
  height: 56px;
}
.contact__inp::-moz-placeholder {
  color: #FFF;
}
.contact__inp::placeholder {
  color: #FFF;
}
.contact__btn {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: #0081EA;
  box-shadow: -1px 1px 6px 0 rgba(0, 136, 234, 0.55), -1px -1px 6px 0 rgba(0, 136, 234, 0.55);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  padding: 14px 25px;
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 20px;
}
.footer__menu {
  max-width: 595px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__menu a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__menu {
    gap: 10px;
  }
}
.footer__row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__row {
    gap: 10px;
  }
}
.footer__text {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.footer__line {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
  width: 100%;
}
.footer__txt {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 14px;
  line-height: 130%;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 40px;
  max-width: 1080px;
  width: 100%;
  border-radius: 20px;
  background: #00203A;
}
@media (max-width: 767px) {
  .cookies {
    padding: 40px 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.cookies__btn {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: #0081EA;
  box-shadow: -1px 1px 6px 0 rgba(0, 136, 234, 0.55), -1px -1px 6px 0 rgba(0, 136, 234, 0.55);
  padding: 14px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.cookies__btn:nth-child(2) {
  background: rgba(255, 255, 255, 0.2);
}