/* header */

.nav-ldp {
  display: none;
}

.header-ldp {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
  pointer-events: none;
}

.header-container-ldp {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 68px 19px 0;
  width: 100%;
  position: relative;
  width: 375px;
}

.header-logo-ldp {
  display: none;
}

.menu-btn-ldp {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;

  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #fff;
  transition: all 0.3s ease;
}

.menu-btn-ldp:hover {
  transform: scale(1.1);
}

.menu-svg-ldp {
  width: 27px;
  height: 27px;
  stroke: #000;
}

.nav-list-ldp {
  display: flex;
  align-items: center;
  gap: 62px;
}

.nav-item-ldp {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.nav-link-ldp {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  line-height: 150%;
  transition: all 0.3s ease-in-out;
}

.nav-item-ldp::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s ease-in-out;
}

.item-active-ldp::after {
  width: 100%;
}

.link-active-ldp {
  font-weight: 500;
}

.nav-link-ldp:hover {
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .header-ldp {
    backdrop-filter: blur(50px);
    background: rgba(255, 255, 255, 0.2);
    pointer-events: auto;
  }

  .header-container-ldp {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 62px;
    padding: 12px 187.5px;
    width: 1440px;
    height: 84px;
  }

  .header-logo-ldp {
    display: block;
    width: 60px;
    height: 60px;
  }

  .nav-ldp {
    display: block;
  }

  .menu-btn-ldp {
    display: none;
  }
}

/* modal  */

.modal-ldp {
  position: fixed;
  top: 101px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;

  padding-top: 128px;
  padding-bottom: 207px;
  width: 830px;
  height: 686px;

  display: flex;
  flex-direction: column;
  align-items: center;

  svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;

    fill: #ffbea0;
    stroke: #fff;
  }
}

.modal-logo-ldp {
  height: 60px;
  width: 60px;
  margin-bottom: 24px;

  position: relative;
  z-index: 10;
}

.menu-nav-list-ldp {
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
}

.menu-nav-link-ldp {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

/* popup */

.popup-ldp {
  position: fixed;
  z-index: 11;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 28px;
  width: 375px;
  border-top: 2px solid #7fd0cc;
  background: #fff;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.popup-title-ldp {
  font-family: var(--font5);
  font-weight: 400;
  font-size: 24px;
  line-height: 92%;
}

.popup-text-ldp {
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 150%;
}

.popup-btn-wrap-ldp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
}

.popup-btn-ldp {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 319px;
  height: 45px;

  text-transform: uppercase;

  transition: all 0.3s ease;
}

.popup-btn-accept-ldp {
  background: #7fd0cc;
  font-family: var(--second-family);
}

.popup-btn-decline-ldp {
  font-family: var(--font4);
  border: 1px solid #000;
  box-shadow: 0 1px 3px 0 #87614c;
}

.popup-btn-ldp:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1440px) {
  .popup-ldp {
    width: 1440px;
    padding: 43.5px 108px;
  }

  .popup-title-ldp {
    font-size: 36px;
    line-height: 61%;
  }

  .popup-text-ldp {
    width: 1190px;
    font-size: 24px;
    text-align: center;
  }

  .popup-btn-wrap-ldp {
    flex-direction: row;
    gap: 16px;
  }

  .popup-btn-ldp {
    width: 269px;
    height: 55px;
  }

  .popup-btn-ldp:hover {
    transform: scaleY(1.2);
  }
}

/* hero  */

.hero-bg-ldp {
  background: url(/images/hero-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-container-ldp {
  height: 810px;
}

.hero-content-ldp {
  z-index: 2;
  position: absolute;
  top: 101px;
  left: -17px;
  width: 414px;
  height: 342px;
  padding: 51px 52px 65px 59px;
}

.hero-cloud-ldp {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #ffbea0;
  stroke: #fff;
}

.hero-title-ldp {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #fff;
  text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000,
    -2px -2px 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 0 0 #000, -2px 0 0 #000;
}

.hero-text-ldp {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 9px;
}

.hero-link-ldp {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 208px;
  height: 54px;
  padding: 5.5px 33px;
  background: #fff;

  display: flex;
  align-items: center;
  gap: 13px;

  transition: all 0.3s ease;

  img {
    width: 21px;
    height: 25px;
  }

  svg {
    width: 108px;
    height: 43px;
  }
}

.hero-link-ldp:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1440px) {
  .hero-bg-ldp {
    height: calc(100% - 72px);
    top: 72px;
  }

  .hero-container-ldp {
    height: 1096px;
  }

  .hero-content-ldp {
    top: 125px;
    left: -28px;
    width: 663px;
    height: 547px;
    padding: 100px;
  }

  .hero-title-ldp {
    font-size: 60px;
  }

  .hero-text-ldp {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .hero-link-ldp {
    width: 270px;
    height: 60px;
    padding: 8.5px 64px;
  }
}

/* about */

.about-container-ldp {
  padding: 32px 0;
  height: 568px;
}

.about-text-wrap-ldp {
  svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;

    span {
      font-weight: 700;
    }
  }
}

.about-text-wrap-blue-ldp {
  width: 270px;
  height: 233px;
  padding: 56px 40px 56px 33px;

  position: absolute;
  top: 32px;
  left: -12px;

  svg {
    fill: #7fd0cc;
  }
}

.about-text-wrap-yellow-ldp {
  width: 374px;
  height: 321px;
  padding: 95px 32px 81px 75px;

  position: absolute;
  top: 201px;
  right: -14px;

  svg {
    fill: #ffe899;
    transform: scaleX(-1);
  }
}

@media screen and (min-width: 1440px) {
  .about-container-ldp {
    padding: 71px 0;
    height: 619px;
  }

  .about-text-wrap-ldp {
    p {
      font-size: 24px;
      text-align: center;
    }
  }

  .about-text-wrap-blue-ldp {
    width: 481px;
    height: 397px;
    padding: 126px 66px;

    top: 89px;
    left: 137px;
  }

  .about-text-wrap-yellow-ldp {
    width: 663px;
    height: 547px;
    padding: 184px 92px;

    top: 71px;
    right: 138px;
  }
}

/* games */

.games-subtitle-ldp {
  line-height: 150%;
  text-align: center;
}

.games-list-ldp {
  padding-left: 18.5px;
  padding-right: 18.5px;
  margin-top: 20px;
  height: 1078px;
  width: 100%;
  position: relative;
}

.games-item-ldp {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  position: absolute;

  img {
    width: 100px;
    height: 100px;
  }

  p {
    line-height: 150%;
    text-align: center;
  }
}

.games-item-ldp:nth-child(1) {
  left: 18.5px;
  top: 0;
}

.games-item-ldp:nth-child(2) {
  right: 18.5px;
  top: 158px;
}

.games-item-ldp:nth-child(3) {
  left: 18.5px;
  top: 260px;
}

.games-item-ldp:nth-child(4) {
  right: 18.5px;
  top: 418px;
}

.games-item-ldp:nth-child(5) {
  left: 18.5px;
  top: 540px;
}

.games-item-ldp:nth-child(6) {
  right: 18.5px;
  top: 678px;
}

.games-item-ldp:nth-child(7) {
  left: 18.5px;
  top: 780px;
}

.games-item-ldp:nth-child(8) {
  right: 18.5px;
  top: 938px;
}

@media screen and (min-width: 1440px) {
  .games-container-ldp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .games-subtitle-ldp {
    font-size: 24px;
    width: 555px;
  }

  .games-list-ldp {
    padding: 0;
    height: 505px;
  }

  .games-item-ldp {
    p {
      font-size: 24px;
    }
  }

  .games-item-ldp:nth-child(1) {
    left: 303px;
    top: 201px;
  }

  .games-item-ldp:nth-child(2) {
    right: 635px;
    top: 353px;
  }

  .games-item-ldp:nth-child(3) {
    left: 833px;
    top: 219px;
  }

  .games-item-ldp:nth-child(4) {
    right: 970.5px;
    top: 22px;
  }

  .games-item-ldp:nth-child(5) {
    left: 0;
    top: 219px;
  }

  .games-item-ldp:nth-child(6) {
    right: 38.5px;
    top: 285px;
  }

  .games-item-ldp:nth-child(7) {
    left: 626px;
    top: 32px;
  }

  .games-item-ldp:nth-child(8) {
    right: 117px;
    top: 0;
  }
}

/* why */

.why-list-ldp {
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  gap: 77px;
}

.why-item-ldp {
  display: flex;
  gap: 10px;

  svg {
    width: 81.5px;
    height: 81.5px;
    flex-shrink: 0;
  }

  div {
    display: flex;
    flex-direction: column;
    gap: 16px;

    h4 {
      font-weight: 700;
      font-size: 18px;
      line-height: 150%;
    }

    p {
      line-height: 150%;
    }
  }
}

.why-item-ldp:nth-child(1),
.why-item-ldp:nth-child(5) {
  fill: #ffe899;
}

.why-item-ldp:nth-child(2),
.why-item-ldp:nth-child(3) {
  fill: #7fd0cc;
}

.why-item-ldp:nth-child(4) {
  fill: #ffbea0;
}

@media screen and (min-width: 1440px) {
  .why-container-ldp {
    padding-left: 76px;
    padding-right: 76px;
    padding-bottom: 0;
  }

  .why-list-ldp {
    padding: 177px 0 0;
    display: flex;
    flex-direction: row;
    gap: 150px;
    position: relative;
  }

  .why-item-ldp {
    width: 328px;

    div {
      h4 {
        font-size: 24px;
      }
    }
  }

  .why-item-ldp:nth-child(1) {
    position: absolute;
    top: 0;
    left: 203px;
  }

  .why-item-ldp:nth-child(2) {
    position: absolute;
    right: 203px;
    top: 0;
  }
}

/* gallery */

.gallery-container-ldp {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 80px;
}

.gallery-item-ldp {
  width: 186px;
  height: 278px;

  img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .gallery-container-ldp {
    padding-bottom: 130px;
  }

  .gallery-item-ldp {
    width: 289px;
    height: 444px;
  }
}

/* download  */

.download-container-ldp {
  padding: 87px 14px 178px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-title-ldp {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  width: 279px;
  text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000,
    -2px -2px 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 0 0 #000, -2px 0 0 #000;

  margin-bottom: 0;
}

.download-text-ldp {
  line-height: 150%;
  text-align: center;
  margin-bottom: 16px;
}

.download-cloud-ldp {
  position: absolute;

  svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.download-cloud-pink-ldp {
  width: 528px;
  height: 385px;

  left: -76px;
  top: 0;
  z-index: -1;

  fill: #ffbea0;
}

.download-cloud-blue-ldp {
  width: 551px;
  height: 402px;

  left: -363px;
  top: 87px;
  z-index: -2;

  fill: #7fd0cc;
}

.download-cloud-yellow-ldp {
  width: 551px;
  height: 402px;

  right: -364px;
  top: 77px;
  z-index: -2;

  fill: #ffe899;
}

@media screen and (min-width: 1440px) {
  .download-container-ldp {
    padding: 130px 469px 108px 494px;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .download-title-ldp {
    font-size: 60px;
    width: 470px;
  }

  .download-text-ldp {
    font-size: 18px;
    width: 348px;
  }

  .download-cloud-pink-ldp {
    width: 752px;
    height: 548px;

    left: 381px;
    top: 0;
  }

  .download-cloud-blue-ldp {
    left: 132px;
  }

  .download-cloud-yellow-ldp {
    right: 132px;
  }
}

/* faq */

.faq-container-ldp {
  padding-bottom: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-list-ldp {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item-ldp {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000;
  padding: 16px 0;
  width: 336px;
}

.faq-question-wrap-ldp {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;

  p {
    font-weight: 600;
    line-height: 150%;
  }

  .faq-btn-ldp {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;

    .faq-stick-ldp {
      width: 21px;
      height: 2px;
      stroke: #000;
      transform: rotate(90deg);
    }
  }

  .faq-star-ldp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    fill: #ffe899;
  }

  .faq-icon-minus-ldp {
    position: absolute;
    right: 17px;
    top: 27px;
    z-index: 2;
    pointer-events: none;

    width: 21px;
    height: 2px;
    stroke: #000;
  }
}

.faq-answer-wrap-ldp {
  margin-top: 16px;

  p {
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .faq-container-ldp {
    padding-bottom: 141px;
  }

  .faq-list-ldp {
    gap: 16px;
    width: 728px;
  }

  .faq-item-ldp {
    width: 100%;
  }

  .faq-question-wrap-ldp {
    p {
      font-size: 24px;
    }

    .faq-btn-ldp {
      width: 81.5px;
      height: 81.5px;
    }

    .faq-icon-minus-ldp {
      right: 30px;
      top: 39px;
    }
  }

  .faq-answer-wrap-ldp {
    p {
      font-size: 24px;
    }
  }
}

/* footer */

#footer {
  background: #7fd0cc;
}

.footer-container-ldp {
  z-index: 3;
  padding: 48px 55px;
  width: 375px;

  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}

.footer-logo-ldp {
  width: 60px;
  height: 60px;
}

.footer-text-ldp {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-align: center;
}

.footer-links-list-ldp {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 19px;
}

.footer-links-item-ldp {
  a {
    font-family: var(--second-family);
    line-height: 150%;
    letter-spacing: 0.01em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
}

@media screen and (min-width: 1440px) {
  .footer-container-ldp {
    padding: 54px 55px;
    width: 1440px;
  }

  .footer-text-ldp {
    font-size: 20px;
  }

  .footer-links-item-ldp {
    a {
      font-size: 20px;
    }
  }
}

/* ********************* */

.hidden-ldp {
  display: none;
}

.click-ldp {
  transform: rotate(90deg);
}
