@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Anton-Regular.ttf") format("truetype");
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  background-color: black;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-image: url(../images/bg-bottom.png);
}
@media (max-width: 979px) {
  body {
    background-image: url(../images/mobile-bg.png);
    background-position: left -227px top 2320px;
    -webkit-background-size: 786.33px 1326.39px;
    background-size: 786.33px 1326.39px;
  }
}

.container {
  max-width: 1426px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hidden-desktop {
  display: none;
}
@media (max-width: 979px) {
  .hidden-desktop {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.4) 80%,
    rgba(0, 0, 0, 0.5) 100%
  );

  @media (max-width: 600px) {
    position: absolute;
  }
}

.header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header_logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.header_logo img {
  width: 50px;
}
@media (max-width: 979px) {
  .header_logo img {
    width: 30px;
    margin-right: 6px;
  }
}

.header_logo span {
  background: linear-gradient(
    100.2deg,
    white 0%,
    #535cff 34%,
    #672cae 64%,
    #883bbc 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Inter;
  font-style: Bold;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
  color: transparent;
  -webkit-text-stroke: 0.6px rgba(255, 255, 255, 0.19);
}
@media (max-width: 979px) {
  .header_logo span {
    font-size: 18px;
  }
}

.header_right {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 979px) {
  .header_right {
    display: none;
  }
}
.header_right a {
  text-decoration: none;
  border:
    1px solid black,
    rgba(138, 56, 245, 0.38);
  border-radius: 15px;
  box-shadow:
    inset 0px 0px 12px 0px rgba(255, 255, 255, 0.13),
    0px 0px 40px 0px rgba(138, 56, 245, 0.25);
  background: linear-gradient(
    90deg,
    rgba(33, 92, 181, 0.72),
    rgba(36, 52, 112, 0.72) 50%,
    rgba(53, 41, 76, 0.72) 100%
  );
  padding: 15px 45px;
  color: #d6d6d6;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}

.header_right_menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
  margin-right: 32px;
}
.header_right_menu a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  box-shadow: inset 0px 0px 12px 0px rgba(255, 255, 255, 0.13);
  background: rgba(39, 39, 39, 0.64);
  padding-left: 13px;
  padding-right: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  color: rgba(214, 214, 214, 0.7);
  font-size: 20px;
  font-weight: 500;
  padding-top: 7px;
  padding-bottom: 7px;
}

.hero-section {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

@media (min-width: 1921px) {
  .hero-section {
    background-size: cover;
  }
}

.hero-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/grid.png);
  top: 0;
  left: 0;
  z-index: 0;
}

.hero-section .video-background {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-section .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1921px) {
  .hero-section:before {
    background-size: cover;
  }
}

@media (max-width: 600px) {
  .hero-section .video-background video {
    display: none;
  }

  .hero-section .video-background {
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(../images/main-mobile.webp);
  }
}

.hero-section:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 276px;
  background-image: url(../images/hero-bottom.png);
  background-position: center bottom -25px;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 35%,
    rgba(0, 0, 0, 0.75) 70%,
    #000 100%
  );
}

@media (min-width: 1921px) {
  .hero-section:after {
    background-size: cover;
    bottom: -5px;
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
}

.hero-title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 170px;
  font-weight: 400;
  color: #f5f7fa;

  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.2);

  /* text-shadow:
    0 8px 40px rgba(0, 224, 255, 0.35),
    0 0 20px rgba(0, 224, 255, 0.25),
    0 8px 24px rgba(0, 0, 0, 0.25); */
}

.hero-title::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 0;

  color: rgba(0, 224, 255, 0.25);

  filter: blur(12px);

  pointer-events: none;
}

.hero-title::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(90deg, #28d7ff 0%, #4da1ff 45%, #8a63ff 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  filter: drop-shadow(0 0 12px rgba(0, 224, 255, 0.35))
    drop-shadow(0 0 28px rgba(0, 180, 255, 0.3))
    drop-shadow(0 0 50px rgba(120, 100, 255, 0.25));

  pointer-events: none;
}

.hero-subtitle {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 96px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #f5f7fa;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.2);
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.12),
    0 0 14px rgba(255, 255, 255, 0.1),
    0 0 30px rgba(120, 160, 255, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-socials {
  position: absolute;
  right: -110px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);

  display: flex;
  align-items: center;
  gap: 10px;

  font-size: 30px;
  font-weight: 200;
  color: #ffffff;

  @media (max-width: 979px) {
    display: none;
  }
}

.hero-socials a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-socials a:hover {
  color: #4da1ff;
  text-shadow: 0 0 10px rgba(77, 161, 255, 0.5);
}

.hero-socials span {
  opacity: 0.4;
}

@media (max-width: 979px) {
  .hero-content h1 {
    font-size: 66px;
    line-height: 180px;
  }
}
.hero-content p:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-family: "Anton", sans-serif;
  color: #f5f7fa;
  letter-spacing: 5px;
  margin-top: -50px;
}
@media (max-width: 979px) {
  .hero-content p:nth-child(2) {
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 116px;
    max-width: 270px;
  }
}
.hero-content p:nth-child(3) {
  color: #cfe6f399;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  margin: 0;
  z-index: 1;
}
@media (max-width: 979px) {
  .hero-content p:nth-child(3) {
    font-size: 15px;
    line-height: 23px;
  }
}
.hero-content a {
  border:
    1px solid black,
    rgba(138, 56, 245, 0.38);
  border-radius: 10px;
  box-shadow:
    inset 0px 0px 12px 0px rgba(255, 255, 255, 0.13),
    0px 0px 40px 0px rgba(138, 56, 245, 0.25);
  background: linear-gradient(
    90deg,
    rgba(33, 92, 181, 0.72),
    rgba(36, 52, 112, 0.72) 50%,
    rgba(53, 41, 76, 0.72) 100%
  );
  color: #d6d6d6;
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 1px;
  padding: 5px 30px;
  text-decoration: none;
  margin-top: 15px;
  text-align: center;
  display: none;
  max-width: fit-content;
}
@media (max-width: 979px) {
  .hero-content a {
    display: block;
  }
}

.about {
  padding: 150px 0;
  overflow: hidden;
}
@media (max-width: 979px) {
  .about {
    padding: 0px;
    overflow: hidden;
    position: relative;
  }
}
.about:after {
  display: none;
  background-image: url(../images/decor-about-mobile.png);
  width: 599.68px;
  height: 417.01px;
  content: "";
  -webkit-background-size: cover;
  background-size: cover;
  left: -138px;
  top: 92px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 979px) {
  .about:after {
    display: block;
  }
}
.about_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 86px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
}
@media (max-width: 979px) {
  .about_wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    gap: 0;
  }
}
.about_benefits {
  gap: 35px 0;
  width: 41.1%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media (max-width: 979px) {
  .about_benefits {
    width: 82%;
    gap: 8px 0;
    margin-bottom: 25px;
  }
}
.about_benefits_item {
  border: 0.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  box-shadow:
    inset 0px 0px 40px 0px rgba(255, 255, 255, 0.09),
    0px 0px 40px 0px rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(6.5px);
  background: rgba(39, 39, 39, 0.7);
  color: white;
  font-size: 22px;
  font-weight: 200;
  line-height: 34px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
@media (max-width: 979px) {
  .about_benefits_item {
    font-size: 12px;
    line-height: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.about_benefits_item:first-child {
  height: 97px;
}
@media (max-width: 979px) {
  .about_benefits_item:first-child {
    height: auto;
    font-size: 14px;
  }
}
.about_benefits_item:nth-child(2) {
  height: 126px;
}
@media (max-width: 979px) {
  .about_benefits_item:nth-child(2) {
    height: auto;
  }
}
.about_benefits_item:last-child {
  height: 149px;
}
@media (max-width: 979px) {
  .about_benefits_item:last-child {
    height: auto;
  }
}
.about_video {
  max-width: 54%;
  position: relative;
}
@media (max-width: 979px) {
  .about_video {
    min-width: 100%;
  }
}
.about_video::before {
  content: "";
  background-repeat: no-repeat;
  width: 1344.94px;
  height: 809.05px;
  background-image: url(../images/about-decor.png);
  top: -231px;
  position: absolute;
  right: -180px;
  z-index: -1;
  background-position: center;
}
.about_video::after {
  content: "";
  position: absolute;
  top: -231px;
  right: -180px;
  z-index: -1;
  pointer-events: none;
  width: 1344.94px;
  height: 809.05px;
  background: linear-gradient(
    to bottom,
    black 0%,
    /* верх */ rgba(0, 0, 0, 0) 30%,
    /* середина */ rgba(0, 0, 0, 0) 70%,
    black 100% /* низ */
  );
}
@media (max-width: 979px) {
  .about_video::before {
    display: none;
  }
}
.about_video img,
.about_video video {
  max-width: 100%;
  height: auto;
}
@media (max-width: 979px) {
  .about_video img,
  .about_video video {
    border-radius: 15px;
  }
}

.benefits {
  text-align: center;
}
@media (max-width: 979px) {
  .benefits {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.benefits p {
  margin-top: 0;
}
.benefits p:first-child {
  margin-bottom: 65px;
  color: rgba(207, 230, 243, 0.6);
  font-size: 24px;
  font-weight: 200;
  line-height: 29px;
}
@media (max-width: 979px) {
  .benefits p:first-child {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 17px;
  }
}
.benefits p:nth-child(2) {
  margin-bottom: 30px;
  color: rgba(214, 214, 214, 0.8);
  font-family: "Anton", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 69px;
  letter-spacing: 4px;
}
.benefits p:nth-child(2) span {
  font-size: 60px;
}
@media (max-width: 979px) {
  .benefits p:nth-child(2) {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 2px;
  }
  .benefits p:nth-child(2) span {
    font-size: 16px;
  }
}
.benefits p:nth-child(3) {
  margin-bottom: 120px;
  color: rgba(207, 230, 243, 0.6);
  font-size: 29px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 979px) {
  .benefits p:nth-child(3) {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 40px;
  }
}
.benefits p:nth-child(4) {
  margin-bottom: 30px;
  color: rgba(214, 214, 214, 0.8);
  font-family: "Anton", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 979px) {
  .benefits p:nth-child(4) {
    font-size: 16px;
    line-height: 28px;
  }
}
.benefits p:nth-child(5) {
  margin-bottom: 60px;
  color: rgba(214, 214, 214, 0.8);
  font-family: "Anton", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 35px;
}
@media (max-width: 979px) {
  .benefits p:nth-child(5) {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
  }
}
.benefits p:last-child {
  margin-bottom: 30px;
  color: rgba(214, 214, 214, 0.8);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 979px) {
  .benefits p:last-child {
    font-size: 15px;
    line-height: 17px;
    width: 74%;
    margin-left: auto;
    margin-right: auto;
  }
}
.benefits_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}
@media (max-width: 979px) {
  .benefits_wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 67%;
  }
}
.benefits_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 979px) {
  .benefits_item {
    width: 50%;
  }
}
.benefits_item_title {
  color: rgba(214, 214, 214, 0.8);
  font-family: "Anton", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 979px) {
  .benefits_item_title {
    font-size: 14px;
    line-height: 28px;
  }
}
.benefits a {
  text-align: center;
  text-decoration: none;
  padding: 24px 56px;
  border-radius: 12px;
  box-shadow:
    0px 0px 12px 0px rgba(153, 35, 221, 0.65),
    0px 0px 40px 0px rgba(55, 5, 78, 0.65),
    0px 0px 90px 0px rgba(97, 8, 139, 0.65),
    inset 0px 0px 12px 0px rgba(78, 33, 211, 0.65);
  background: linear-gradient(
    45deg,
    rgba(27, 84, 174, 0.7) 0%,
    rgba(30, 48, 101, 0.7) 32.692%,
    rgba(48, 36, 71, 0.7) 77.404%
  );
  color: rgba(220, 232, 255, 0.8);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 979px) {
  .benefits a {
    font-size: 15px;
    padding: 12px 0;
    width: 260px;
  }
}
.benefits img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 979px) {
  .benefits img {
    width: 80%;
  }
}

.problems {
  margin-bottom: 85px;
}
@media (max-width: 979px) {
  .problems {
    overflow: hidden;
    margin-bottom: 33px;
  }
}
.problems_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.problems_title_main,
.problems_title_accent {
  font-family: "Anton", sans-serif;
  font-size: 96px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0;
  white-space: nowrap;
}

/* Белая часть */
.problems_title_main {
  color: #f5f7fa;
  font-size: 60px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  text-shadow:
    0 0 8px rgba(120, 255, 255, 0.18),
    0 0 18px rgba(0, 225, 255, 0.16),
    0 0 34px rgba(0, 170, 255, 0.12),
    0 0 60px rgba(0, 160, 255, 0.08);
}

/* Синяя часть */
.problems_title_accent {
  position: relative;
  font-size: 120px;
  color: transparent;
  background: linear-gradient(
    90deg,
    rgba(31, 214, 255, 0.71) 0%,
    rgba(58, 156, 255, 0.71) 52%,
    rgba(100, 105, 255, 0.71) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0 0 10px rgba(40, 190, 255, 0.2))
    drop-shadow(0 0 22px rgba(60, 140, 255, 0.18))
    drop-shadow(0 0 36px rgba(90, 110, 255, 0.12));
}

@media (max-width: 979px) {
  .problems_title span {
    font-size: 20px;
    line-height: 30px;
  }
  .problems_title span:last-child {
    font-size: 36px;
    line-height: 50px;
  }
}

.problems_wrapper {
  position: relative;
  width: 945px;
  margin-left: auto;
  margin-right: auto;
}

.problems-slider {
  overflow: hidden;
}

@media (max-width: 979px) {
  .problems_wrapper {
    width: 85.4%;
    max-width: 85.4%;
  }
}

.problems_item {
  width: 604px;
  aspect-ratio: 16 / 9;
}

.problems_item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.problems-video-prev,
.problems-video-next {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  z-index: 5;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.problems-video-prev {
  left: -56px;
}

.problems-video-next {
  right: -56px;
}

.problems-video-prev:hover,
.problems-video-next:hover {
  color: #ffffff;
}

@media (max-width: 979px) {
  .problems-video-prev {
    left: -38px;
  }

  .problems-video-next {
    right: -38px;
  }
}

.brands {
  margin-bottom: 50px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (max-width: 979px) {
  .brands {
    margin-bottom: 38px;
  }
}
.brands_title {
  text-align: center;
  margin-bottom: 30px;
  color: rgba(214, 214, 214, 0.7);
  font-family: "Anton", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 979px) {
  .brands_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.brands_wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  animation: scroll-brands 40s linear infinite;
}
.brands_set {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.brands_item {
  padding-left: 70px;
  padding-right: 70px;
  flex-shrink: 0;
  object-fit: contain;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.brands .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.brands .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
}

.decor-background {
  background-repeat: no-repeat;
  background-position: center top 380px;
  background-image: url(../images/benefits-decor.png);
}
@media (max-width: 979px) {
  .decor-background {
    background: none;
  }
}

@keyframes scroll-brands {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.advantages_title {
  text-align: center;
  margin-bottom: 30px;
  color: rgba(214, 214, 214, 0.7);
  font-family: "Anton", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
}
@media (max-width: 979px) {
  .advantages_title {
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 30px;
  }
}

.advantages .advantages_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 27px;
  padding-bottom: 28px;
  border: 0.5px solid rgba(0, 0, 0, 0.22);
  border-radius: 24px;
  box-shadow:
    inset 0px 0px 40px 0px rgba(255, 255, 255, 0.09),
    0px 0px 40px 0px rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(6.5px);
  background: rgba(39, 39, 39, 0.7);
  max-width: 1505px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 979px) {
  .advantages .advantages_wrapper {
    max-width: 224px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}

.advantages_item {
  padding-left: 35px;
  padding-right: 35px;
  border-right: 1px solid white;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 200;
  line-height: 29px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 979px) {
  .advantages_item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    font-size: 13px;
    line-height: 16px;
    border-right: none;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.advantages_item:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  width: 125px;
  background-color: #fff;
  height: 1px;
}
@media (max-width: 979px) {
  .advantages_item:after {
    display: block;
  }
}
.advantages_item img {
  margin-right: 44px;
}
@media (max-width: 979px) {
  .advantages_item img {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    margin-bottom: 13px;
  }
}
.advantages_item:first-child {
  padding-left: 66px;
}
@media (max-width: 979px) {
  .advantages_item:first-child {
    padding-left: 20px;
  }
}
.advantages_item:last-child {
  border-right: none;
  padding-right: 50px;
}
@media (max-width: 979px) {
  .advantages_item:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 979px) {
  .advantages_item:last-child:after {
    display: none;
  }
}

.product {
  background-repeat: no-repeat;
  background-image: url(../images/bg-product.png);
  background-position: left -600px top -200px;
  padding-top: 130px;
  padding-bottom: 200px;
}
@media (max-width: 979px) {
  .product {
    padding-top: 26px;
    padding-bottom: 17px;
    background-image: none;
  }
}
.product_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 979px) {
  .product_wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.product_title {
  color: rgba(214, 214, 214, 0.7);
  font-family: "Anton", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 53px;
}
@media (max-width: 979px) {
  .product_title {
    font-size: 20px;
    line-height: 53px;
  }
}
.product_item {
  border: 0.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  box-shadow:
    inset 0px 0px 40px 0px rgba(255, 255, 255, 0.09),
    0px 0px 40px 0px rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(6.5px);
  background: rgba(39, 39, 39, 0.7);
  color: #d6d6d6;
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
  padding-top: 23px;
  padding-bottom: 23px;
  width: 100%;
}
@media (max-width: 979px) {
  .product_item {
    font-size: 14px;
    line-height: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding: 10px;
  }
}
.product .product_left {
  width: 47.5%;
  gap: 26px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  text-align: center;
}

@media (max-width: 979px) {
  .product .product_left {
    width: 75%;
    gap: 8px 0;
  }
}

.product_video {
  width: 35%;
  position: relative;
}

@media (max-width: 979px) {
  .product_video {
    width: 100%;
    margin-top: 17px;
  }
}

.product-video-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 56px;
}

@media (max-width: 979px) {
  .product-video-slider {
    padding: 0 0;
  }
}

.product-video-slider .swiper-wrapper {
  align-items: center;
}

.product-video-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.82);
  filter: blur(1px);
  transition:
    transform 0.4s ease,
    opacity 0.4s ease,
    filter 0.4s ease,
    visibility 0.4s ease;
  pointer-events: none;
}

.product-video-slider .swiper-slide-active,
.product-video-slider .swiper-slide-prev,
.product-video-slider .swiper-slide-next {
  visibility: visible;
}

.product-video-slider .swiper-slide-prev,
.product-video-slider .swiper-slide-next {
  opacity: 0.28;
  transform: scale(0.86);
  filter: blur(0.5px);
  z-index: 1;
}

.product-video-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  filter: none;
  z-index: 3;
  pointer-events: auto;
}

.product-video-card {
  width: 100%;
  max-width: 357px;
  aspect-ratio: 9 / 16;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.45),
    0 0 24px rgba(0, 224, 255, 0.08);
  position: relative;
}

@media (max-width: 979px) {
  .product-video-card {
    max-width: 250px;
    border-radius: 18px;
  }
}

.product-video-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-video-prev,
.product-video-next {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  z-index: 5;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.product-video-prev {
  left: 25px;
}

.product-video-next {
  right: 25px;
}

.product-video-prev::before,
.product-video-next::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
}

.product-video-prev::before {
  transform: rotate(-135deg);
}

.product-video-next::before {
  transform: rotate(45deg);
}

.product-video-prev:hover::before,
.product-video-next:hover::before {
  border-color: #fff;
}

@media (max-width: 979px) {
  .product-video-prev {
    left: 0;
  }

  .product-video-next {
    right: 0;
  }
}

.team {
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/bg-team.jpg);
  background-position: center top 65px;
}

@media (min-width: 1921px) {
  .team {
    background-size: cover;
  }
}
@media (max-width: 979px) {
  .team {
    background: none;
  }
}
.team_wrapper {
  max-width: 1505px;
  margin-left: auto;
  margin-right: auto;
}
.team_title {
  margin-bottom: 77px;
  color: rgba(214, 214, 214, 0.7);
  font-family: "Anton", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 979px) {
  .team_title {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.team_top {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  border: 0.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  box-shadow: 0px 0px 36.6px 0px rgba(255, 138, 91, 0.22);
  background: rgba(39, 39, 39, 0.7);
  color: rgba(214, 214, 214, 0.8);
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  padding: 20px;
}
@media (max-width: 979px) {
  .team_top {
    max-width: 79%;
    font-size: 14px;
    line-height: 17px;
  }
}
.team img {
  display: block;
  margin: 20px auto;
}
@media (max-width: 979px) {
  .team img {
    margin: 8px auto;
    height: auto;
    max-width: 65.35%;
  }
}
.team_bottom {
  border: 0.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  box-shadow: 0px 0px 36.6px 0px rgba(255, 138, 91, 0.22);
  background: rgba(39, 39, 39, 0.7);
  color: rgba(214, 214, 214, 0.8);
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0%;
  text-align: center;
  padding: 20px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 78px;
}
@media (max-width: 979px) {
  .team_bottom {
    max-width: 79%;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px;
  }
}
.team .link {
  margin-left: auto;
  border-radius: 16px;
  box-shadow:
    0px 0px 12px 0px rgba(153, 35, 221, 0.65),
    0px 0px 40px 0px rgba(55, 5, 78, 0.65),
    0px 0px 90px 0px rgba(97, 8, 139, 0.65),
    inset 0px 0px 12px 0px rgba(78, 33, 211, 0.65);
  background: linear-gradient(
    45deg,
    rgba(27, 84, 174, 0.7) 0%,
    rgba(30, 48, 101, 0.7) 32.692%,
    rgba(48, 36, 71, 0.7) 77.404%
  );
  color: rgba(220, 232, 255, 0.8);
  font-size: 32px;
  font-weight: 500;
  line-height: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 531px;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media (max-width: 979px) {
  .team .link {
    font-size: 17px;
    margin-right: auto;
    width: 71.5%;
    line-height: inherit;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.instructions {
  position: relative;
  padding-top: 73px;
  padding-bottom: 430px;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 128px;
  background-image: url(../images/bg-instruction.png);
  background-size: 110%;
}

@media (min-width: 1921px) {
  .instructions {
    background-size: cover;
  }
}
@media (max-width: 979px) {
  .instructions {
    margin-top: 32px;
    padding-top: 0;
    background-size: cover;
    padding-bottom: 90px;
  }
}
.instructions_title {
  max-width: 778px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 37px;
  color: rgba(214, 214, 214, 0.7);
  font-family: "Anton", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 1px;
}
@media (max-width: 979px) {
  .instructions_title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 105%;
    max-width: 205px;
  }
}
.instructions_wrapper {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 979px) {
  .instructions_wrapper {
    max-width: 74.134%;
  }
}
.instructions_wrapper:after {
  content: "";
  position: absolute;
  width: 421.5px;
  height: 1477px;
  background-repeat: no-repeat;
  background-image: url(../images/line.png);
  -webkit-background-size: cover;
  background-size: cover;
  top: 200px;
  left: 50%;
  margin-left: -215px;
}
@media (max-width: 979px) {
  .instructions_wrapper:after {
    display: none;
  }
}
.instructions_item {
  width: 449px;
}
@media (max-width: 979px) {
  .instructions_item {
    width: 100%;
    margin-bottom: 22px;
  }
}
.instructions_item:first-child .instructions_item_number,
.instructions_item:nth-child(3) .instructions_item_number,
.instructions_item:nth-child(5) .instructions_item_number {
  width: fit-content;
  margin-left: auto;
  margin-right: -68px;
}
@media (max-width: 979px) {
  .instructions_item:first-child .instructions_item_number,
  .instructions_item:nth-child(3) .instructions_item_number,
  .instructions_item:nth-child(5) .instructions_item_number {
    margin-left: 0;
    margin-right: auto;
  }
}
.instructions_item:nth-child(2),
.instructions_item:nth-child(4),
.instructions_item:nth-child(6) {
  margin-left: auto;
}
.instructions_item:nth-child(2) .instructions_item_number,
.instructions_item:nth-child(4) .instructions_item_number,
.instructions_item:nth-child(6) .instructions_item_number {
  width: fit-content;
  margin-left: -68px;
}
@media (max-width: 979px) {
  .instructions_item:nth-child(2) .instructions_item_number,
  .instructions_item:nth-child(4) .instructions_item_number,
  .instructions_item:nth-child(6) .instructions_item_number {
    margin-left: 0;
    margin-right: auto;
  }
}
.instructions_item_number {
  color: #d6d6d6;
  font-family: "Anton", sans-serif;
  font-size: 64px;
}
@media (max-width: 979px) {
  .instructions_item_number {
    font-size: 25px;
    line-height: 150.8%;
    letter-spacing: 3px;
  }
}
.instructions_item_text {
  height: 195px;
  width: 449px;
  border: 0.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  box-shadow:
    inset 0px 0px 40px 0px rgba(255, 255, 255, 0.09),
    0px 0px 20px 0px rgba(255, 138, 91, 0.22);
  backdrop-filter: blur(6.5px);
  background: rgba(39, 39, 39, 0.7);
  color: #d6d6d6;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 979px) {
  .instructions_item_text {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    height: 82px;
  }
}

.form {
  margin-bottom: 283px;
}
@media (max-width: 979px) {
  .form {
    margin-bottom: 30px;
  }
}
.form_wrapper {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 979px) {
  .form_wrapper {
    max-width: 90.4%;
  }
}
.form_title {
  color: rgba(214, 214, 214, 0.7);
  font-family: "Anton", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 96px;
}
@media (max-width: 979px) {
  .form_title {
    font-size: 25px;
    line-height: 38px;
  }
}
.form_text {
  color: rgba(214, 214, 214, 0.7);
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 35px;
}
@media (max-width: 979px) {
  .form_text {
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 18px;
  }
}
.form #form {
  max-width: 463px;
}
.form #form input {
  box-sizing: border-box;
  width: 100%;
  outline: none;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  box-shadow: inset 0px 0px 40px 0px rgba(255, 255, 255, 0.09);
  background: rgba(39, 39, 39, 0.7);
  text-indent: 38px;
  color: rgba(214, 214, 214, 0.7);
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  margin-bottom: 25px;
}
@media (max-width: 979px) {
  .form #form input {
    height: 38px;
    font-size: 15px;
    margin-bottom: 16px;
    width: 84.7%;
  }
}
.form #form input::-webkit-input-placeholder {
  color: rgba(214, 214, 214, 0.7);
  font-size: 24px;
  font-family: Inter;
}
@media (max-width: 979px) {
  .form #form input::-webkit-input-placeholder {
    font-size: 15px;
  }
}
.form #form input::-moz-placeholder {
  color: rgba(214, 214, 214, 0.7);
  font-size: 24px;
  font-family: Inter;
}
@media (max-width: 979px) {
  .form #form input::-moz-placeholder {
    font-size: 15px;
  }
}
.form #form input:-moz-placeholder {
  color: rgba(214, 214, 214, 0.7);
  font-size: 24px;
  font-family: Inter;
}
@media (max-width: 979px) {
  .form #form input:-moz-placeholder {
    font-size: 15px;
  }
}
.form #form input:-ms-input-placeholder {
  color: rgba(214, 214, 214, 0.7);
  font-size: 24px;
  font-family: Inter;
}
@media (max-width: 979px) {
  .form #form input:-ms-input-placeholder {
    font-size: 15px;
  }
}
.form #form button[type="submit"] {
  text-align: center;
  width: 228px;
  border: none;
  border-radius: 24px;
  box-shadow:
    0px 0px 50px 0px rgba(255, 138, 91, 0.48),
    inset 0px 0px 40px 0px rgba(255, 255, 255, 0.02);
  background: linear-gradient(
    45deg,
    #cc5221 0%,
    #003d44 58.916%,
    rgba(0, 61, 68, 0.89) 100%
  );
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(214, 214, 214, 0.76);
  font-family: "Anton", sans-serif;
  font-size: 24px;
  text-indent: inherit;
  margin-bottom: 0;
}

.form-message {
  margin-top: 14px;
  min-height: 24px;
  font-size: 15px;
  line-height: 1.4;
}

.form-message.error {
  color: #ff8f8f;
}

.form-message.success {
  color: #7cffb2;
}

input.error {
  border: 1px solid #ff6b6b !important;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.12);
}

.form button[disabled] {
  opacity: 0.7;
  pointer-events: none;
}

@media (max-width: 979px) {
  .form #form button[type="submit"] {
    font-size: 15px;
    width: 40%;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 12px;
    height: 40px;
  }
}
.form #form button[type="submit"]::-webkit-input-placeholder {
  font-size: 15px;
}
@media (max-width: 979px) {
  .form #form button[type="submit"]::-webkit-input-placeholder {
    font-size: 15px;
  }
}
.form #form button[type="submit"]::-moz-placeholder {
  font-size: 15px;
}
@media (max-width: 979px) {
  .form #form button[type="submit"]::-moz-placeholder {
    font-size: 15px;
  }
}
.form #form button[type="submit"]:-moz-placeholder {
  font-size: 15px;
}
@media (max-width: 979px) {
  .form #form button[type="submit"]:-moz-placeholder {
    font-size: 15px;
  }
}
.form #form button[type="submit"]:-ms-input-placeholder {
  font-size: 15px;
}
@media (max-width: 979px) {
  .form #form button[type="submit"]:-ms-input-placeholder {
    font-size: 15px;
  }
}
.form #form button[type="submit"]:hover {
  cursor: pointer;
}

.faq {
  margin-bottom: 255px;
}
@media (max-width: 979px) {
  .faq {
    margin-bottom: 21px;
  }
}
.faq_title {
  text-align: center;
  margin-bottom: 57px;
  color: rgba(214, 214, 214, 0.7);
  font-family: "Anton", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 145px;
}
@media (max-width: 979px) {
  .faq_title {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 45px;
  }
}
.faq_wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 979px) {
  .faq_wrapper {
    max-width: 90.4%;
  }
}
.faq_item {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
@media (max-width: 979px) {
  .faq_item {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 979px) {
  .faq_item:first-child:after {
    display: none;
  }
}
.faq_item:after {
  position: absolute;
  content: "";
  width: 564px;
  height: 2px;
  background-color: #443366;
  top: 0;
  left: 95px;
}
@media (max-width: 979px) {
  .faq_item:after {
    left: 35px;
    width: 72%;
  }
}
.faq_item:last-child:before {
  position: absolute;
  content: "";
  width: 564px;
  height: 2px;
  background-color: #443366;
  bottom: 0;
  left: 95px;
}
@media (max-width: 979px) {
  .faq_item:last-child:before {
    display: none;
  }
}
.faq_item_title {
  color: rgba(214, 214, 214, 0.8);
  font-family: "Anton", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 979px) {
  .faq_item_title {
    font-size: 17px;
    line-height: 24px;
  }
}
.faq_item_title:hover {
  cursor: pointer;
}
.faq_item_title img {
  margin-right: 30px;
}
@media (max-width: 979px) {
  .faq_item_title img {
    width: 25px;
    margin-right: 10px;
  }
}
.faq_item_text {
  display: none;
  margin-top: 30px;
  color: rgba(214, 214, 214, 0.7);
  font-size: 27px;
  font-weight: 300;
  line-height: 28px;
  padding-left: 95px;
}
@media (max-width: 979px) {
  .faq_item_text {
    padding-left: 35px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
  }
}

.footer_wrapper {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
@media (max-width: 979px) {
  .footer_wrapper {
    max-width: 90.4%;
  }
}

@media (max-width: 979px) {
  .footer_left {
    max-width: 40%;
  }
}

.footer_logo {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  text-decoration: none;
}
@media (max-width: 979px) {
  .footer_logo {
    margin-bottom: 15px;
  }
}
.footer_logo img {
  margin-right: 13px;
}
@media (max-width: 979px) {
  .footer_logo img {
    margin-right: 6px;
    width: 30px;
  }
}
.footer_logo span {
  background: linear-gradient(
    100.2deg,
    white 1.116%,
    #535cff 34.629%,
    #672cae 63.893%,
    #883bbc 99.283%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: Bold;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: transparent;
  -webkit-text-stroke: 0.6px rgba(255, 255, 255, 0.19);
}
@media (max-width: 979px) {
  .footer_logo span {
    font-size: 18px;
  }
}

.footer_socials {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 60px;
  width: 224px;
}
@media (max-width: 979px) {
  .footer_socials {
    gap: 5px 8px;
    margin-bottom: 15px;
    width: 86px;
  }
}
.footer_socials a {
  width: 98px;
  height: 98px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 0.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  box-shadow:
    inset 0px 0px 40px 0px rgba(255, 255, 255, 0.09),
    0px 0px 40px 0px rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(6.5px);
  background: rgba(39, 39, 39, 0.7);
}
@media (max-width: 979px) {
  .footer_socials a {
    width: 37px;
    height: 37px;
  }
}
@media (max-width: 979px) {
  .footer_socials a img {
    width: 18px;
    height: 18px;
  }
}

.footer_slogan {
  color: rgba(214, 214, 214, 0.7);
  font-size: 36px;
  line-height: 36px;
}
@media (max-width: 979px) {
  .footer_slogan {
    font-size: 14px;
    line-height: 13px;
    white-space: nowrap;
  }
}
.footer_slogan span {
  font-weight: 500;
}

.footer_title {
  margin-bottom: 14px;
  color: rgba(214, 214, 214, 0.7);
  font-family: "Anton", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 979px) {
  .footer_title {
    font-size: 30px;
    line-height: 50px;
  }
}

.footer_right {
  text-align: right;
}
.footer_right_text {
  color: rgba(214, 214, 214, 0.7);
  font-size: 36px;
  font-weight: 300;
  line-height: 60px;
}
.footer_right_text a {
  color: rgba(214, 214, 214, 0.7);
  text-decoration: none;
}

.footer_nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 30px;
  gap: 40px;
}

@media (max-width: 979px) {
  .footer_nav {
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 15px;
  }
}

@media (max-width: 979px) {
  .footer_right_text {
    font-size: 14px;
    line-height: 15px;
  }
}

.footer_bottom {
  margin-top: 71px;
  text-align: center;
  color: #d6d6d6;
  font-size: 32px;
  font-weight: 400;
  line-height: 60px;
  padding-bottom: 32px;
}
@media (max-width: 979px) {
  .footer_bottom {
    font-size: 12px;
    line-height: 60px;
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .hero-content {
    padding-bottom: 100px;
  }
}

#about-us,
#kosten {
  scroll-margin-top: 120px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
}

.modal.active {
  display: block;
}

.modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 32px);
  max-width: 420px;
  max-height: calc(100vh - 32px);
  transform: translate(-50%, -50%) scale(0.95);

  box-sizing: border-box;
  overflow-y: auto;

  background: rgba(20, 20, 25, 0.85);
  backdrop-filter: blur(14px);
  border-radius: 24px;
  padding: 36px 28px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.6),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  opacity: 0;
  transition: 0.3s ease;
}

.modal.active .modal_content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.modal_close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 28px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.modal_title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}

.modal_text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.modal_content input {
  width: -webkit-fill-available;
  font-size: 20px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 0 16px;
  margin-bottom: 20px;
}

.modal_content form button {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: none;
  background: linear-gradient(
    45deg,
    #cc5221 0%,
    #003d44 58.916%,
    rgba(0, 61, 68, 0.89) 100%
  );
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.modal_content form button:hover {
  box-shadow: 0 10px 30px rgba(0, 200, 255, 0.3);
}

.custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 25px;
  cursor: pointer;
  max-width: 840px;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkmark {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  position: relative;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
  margin-top: 2px;
}

.custom-checkbox .checkbox-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background: linear-gradient(135deg, #f07a3b, #0b6b78);
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(240, 122, 59, 0.08);
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"].error + .checkmark,
.custom-checkbox.error .checkmark {
  border-color: #ff5a5a;
  box-shadow: 0 0 0 3px rgba(255, 90, 90, 0.12);
}
