:root {
  --blue: #009fff;
  --black: #001913;
}

* {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  outline: none;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.15;
}

.wrapper {
  background-color: var(--black);
  color: #fff;
}
.wrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.wrapper__image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 25, 19, 0) 0%, #001913 100%);
  content: "";
}
.wrapper__image img {
  width: 100%;
  object-fit: cover;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 150px;
}
@media (max-width: 1400px) {
  .container {
    padding: 0 30px;
  }
}

.row {
  display: flex;
  gap: 20px;
}
.row--align-center {
  align-items: center;
}
.row--justify-between {
  justify-content: space-between;
}
.row--justify-center {
  justify-content: center;
}
.row--wrap {
  flex-wrap: wrap;
}

.heading {
  font-family: "Afacad", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.heading-1, .heading-2 {
  font-size: 52px;
}
.heading-3 {
  font-size: 21px;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 24px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #fff;
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background-color: var(--blue);
  border-color: var(--blue);
}
.btn-md {
  height: 38px;
  padding: 0 20px;
}
.btn-primary {
  background-color: var(--blue);
  border-color: var(--blue);
}
.btn-primary:hover {
  background-color: transparent;
  color: var(--blue);
}
.btn-secondary {
  background-color: #fff;
  color: var(--black);
}
.btn-secondary:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.link {
  transition: opacity 0.3s ease-in-out;
}
.link:hover {
  opacity: 0.8;
}

.section__title {
  margin-bottom: 74px;
}
.section__image {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow-x: hidden;
}
.section__image img {
  max-width: 1440px;
}

.card {
  flex-shrink: 0;
}
.card__title {
  margin-bottom: 10px;
}
.card__content {
  padding: 10px;
}

.header {
  padding-top: 38px;
}
@media (max-width: 1024px) {
  .header .image {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .row:not(.auth) {
    flex-direction: column;
  }
}
.header .logo,
.header .image {
  padding-bottom: 10px;
}
.header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .header .logo {
    position: relative;
    left: auto;
    transform: none;
  }
}
.header .auth {
  gap: 15px;
}
.header .lang:hover a {
  visibility: visible;
}
.header .lang__item:first-child {
  padding-bottom: 10px;
}
.header .lang__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  text-transform: uppercase;
  cursor: pointer;
}
.header .lang__link:not(.active) {
  position: absolute;
  top: 100%;
  opacity: 0.5;
  visibility: hidden;
  z-index: 1;
}
.header .lang__link:hover {
  opacity: 1;
}

.section {
  text-align: center;
}

.first {
  padding-top: 60px;
  padding-bottom: 233px;
}
.first .section__title {
  margin-bottom: 30px;
}
.first .section__image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 25, 19, 0) 0%, #001913 75%);
}
.first .section__image img {
  max-width: 1200px;
  left: -50px;
}
.first .text {
  margin-bottom: 40px;
}

.second {
  padding-bottom: 74px;
}
.second .card-list {
  gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .second .card-list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.second .card {
  width: 157px;
}
.second .card:last-child img {
  left: calc(50% - 55px);
}
.second .card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.second .card__image img {
  position: absolute;
  bottom: 40px;
  z-index: 1;
}
.second .card__image .hexagon {
  width: 157px;
  height: 157px;
  background: linear-gradient(180.14deg, #009FFF 0.12%, #011913 99.88%);
  clip-path: polygon(45% 1.3397459622%, 46.5797985667% 0.6030737921%, 48.2635182233% 0.1519224699%, 50% 0%, 51.7364817767% 0.1519224699%, 53.4202014333% 0.6030737921%, 55% 1.3397459622%, 89.6410161514% 21.3397459622%, 91.0688922482% 22.3395555688%, 92.3014605826% 23.5721239031%, 93.3012701892% 25%, 94.0379423592% 26.5797985667%, 94.4890936815% 28.2635182233%, 94.6410161514% 30%, 94.6410161514% 70%, 94.4890936815% 71.7364817767%, 94.0379423592% 73.4202014333%, 93.3012701892% 75%, 92.3014605826% 76.4278760969%, 91.0688922482% 77.6604444312%, 89.6410161514% 78.6602540378%, 55% 98.6602540378%, 53.4202014333% 99.3969262079%, 51.7364817767% 99.8480775301%, 50% 100%, 48.2635182233% 99.8480775301%, 46.5797985667% 99.3969262079%, 45% 98.6602540378%, 10.3589838486% 78.6602540378%, 8.9311077518% 77.6604444312%, 7.6985394174% 76.4278760969%, 6.6987298108% 75%, 5.9620576408% 73.4202014333%, 5.5109063185% 71.7364817767%, 5.3589838486% 70%, 5.3589838486% 30%, 5.5109063185% 28.2635182233%, 5.9620576408% 26.5797985667%, 6.6987298108% 25%, 7.6985394174% 23.5721239031%, 8.9311077518% 22.3395555688%, 10.3589838486% 21.3397459622%);
}

.third {
  padding-bottom: 121px;
}
.third .section__title {
  margin-bottom: 87px;
}
.third .section__image {
  top: 200px;
}
@media (max-width: 768px) {
  .third .section__image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 25, 19, 0) 0%, #001913 100%);
    content: "";
  }
}
.third .card-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 487px;
}
@media (max-width: 768px) {
  .third .card-list {
    margin-bottom: 60px;
  }
  .third .card-list:after, .third .card-list:before {
    display: none;
  }
  .third .card-list .icon {
    display: none;
  }
}
.third .card-list:after, .third .card-list:before {
  content: "";
  position: absolute;
  background-color: #fff;
  z-index: 1;
}
.third .card-list:after {
  top: 50%;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
.third .card-list:before {
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
.third .card-list .row {
  gap: 0;
  flex-wrap: wrap;
}
.third .card-list .card {
  width: 50%;
  padding: 0 168px 61px;
  text-align: left;
}
@media (max-width: 1024px) {
  .third .card-list .card {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .third .card-list .card {
    width: 100%;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .third .card-list .card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.third .card-list .card:nth-child(2n) {
  text-align: right;
}
.third .card-list .card:nth-child(n+3) {
  padding-bottom: 0;
  padding-top: 61px;
}
.third .card-list .icon {
  position: absolute;
}
.third .card-list .icon img {
  width: 107px;
  height: 72px;
}
.third .logo-list {
  margin-bottom: 40px;
  gap: 55px;
  padding-left: 45px;
}
@media (max-width: 768px) {
  .third .logo-list {
    flex-direction: column;
    padding-left: 0;
  }
}

.fourth .section__title {
  margin-bottom: 37px;
}

.accordion-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: left;
}
.accordion-item:after {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  cursor: pointer;
}
.accordion-title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  transition: transform 0.3s ease-in-out;
}
.open .accordion-title .icon {
  transform: rotate(45deg);
}
.accordion-title .icon span {
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #fff;
  pointer-events: none;
}
.accordion-title .icon span:first-child {
  width: 1px;
  height: inherit;
}
.accordion-title .icon span:last-child {
  width: inherit;
  height: 1px;
}
.accordion-content {
  display: none;
  padding-top: 10px;
}
.open .accordion-content {
  display: block;
}
.accordion-content p {
  margin-bottom: 10px;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 51px 0 58px;
}
.footer .row {
  gap: 4px;
  justify-content: center;
}
.footer p {
  font-family: "Afacad", sans-serif;
  font-size: 21px;
  text-transform: lowercase;
}