/* header */

.nav-omr {
  display: none;
}

.header-omr {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
  background: #02070d;
  width: 100%;
}

.header-container-omr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 41px 10px 27px;
  width: 375px;
  height: 66px;
}

.header-link-omr {
  font-weight: 800;
  text-align: center;
  transition: all 0.3s ease;
}

.header-link-number-omr {
  font-size: 24px;
  letter-spacing: -0.08em;
  color: #00e6ff;
}

.header-link-text-omr {
  font-size: 14px;
  color: #005aae;
}

.header-link-omr:hover {
  transform: scale(1.1);
}

.menu-btn-omr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}

.nav-item-omr:hover,
.header-link-download-omr:hover,
.menu-btn-omr:hover {
  transform: scale(1.1);
}

.menu-svg-omr {
  width: 100%;
  height: 100%;
}

.nav-list-omr {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-item-omr {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.nav-link-omr {
  position: relative;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.nav-item-omr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #fff;

  transition: all 0.3s ease-in-out;
}

.item-active-omr::after {
  width: 100%;
}

.header-link-download-omr {
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 173px;
  height: 41px;
  background: #2bd8fc;
  font-weight: 900;
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1440px) {
  .header-container-omr {
    padding: 12px 107px 13px 86px;
    justify-content: center;
    width: 1440px;
    height: 97px;
  }

  .header-link-number-omr {
    font-size: 34px;
  }

  .header-link-text-omr {
    font-size: 24px;
  }

  .nav-omr {
    display: block;
    margin-left: 244px;
    margin-right: 171px;
  }

  .menu-btn-omr {
    display: none;
  }

  .header-link-download-omr {
    display: flex;
  }
}

/* modal  */

.modal-omr {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;

  width: 375px;
  height: 812px;
  background: #02070d;
  padding: 205px 101px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-close-omr {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 30px;
  height: 30px;
}

.menu-nav-list-omr {
  flex-direction: column;
  gap: 50px;
}

.menu-nav-item-omr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-nav-link-omr {
  font-size: 18px;
  text-align: center;
}

.menu-link-download-omr {
  display: flex;
  margin-top: 80px;
}

/* hero  */

.hero-container-omr {
  padding: 95px 62px 30px;
  gap: 44px;
}

.hero-title-omr {
  font-size: 30px;
  margin-bottom: 50px;
}

.hero-text-omr {
  font-size: 14px;
  margin-bottom: 10px;
}

.hero-text-sided-omr {
  padding-left: 31px;
  padding-right: 96px;
}

.hero-text-last-omr {
  margin-bottom: 0;
}

.hero-img-omr {
  width: 238px;
  height: 233px;
}

@media screen and (min-width: 1440px) {
  .hero-container-omr {
    padding: 151px 158px 55px;
    flex-direction: row;
    gap: 44px;
  }

  .hero-title-omr {
    font-size: 64px;
  }

  .hero-text-omr {
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .hero-text-sided-omr {
    padding-left: 35px;
  }

  .hero-img-omr {
    border-radius: 37px;
    width: 520px;
    height: 507px;
  }
}

/* idea */

.idea-container-omr {
  padding-left: 25px;
  padding-right: 25px;
}

.idea-content-omr {
  padding: 17px 22px 31px;
  border: 1px solid rgba(0, 230, 255, 0.1);
  border-radius: 30px;
  background: #091019;
  gap: 20px;
}

.idea-text-wrap-omr {
  padding-left: 3px;
  padding-right: 2px;
}

.idea-text-omr {
  font-size: 14px;
  margin-bottom: 10px;
}

.idea-text-last-omr {
  margin-bottom: 0;
}

.idea-img-omr {
  width: 280px;
  height: 276px;
}

@media screen and (min-width: 1440px) {
  .idea-container-omr {
    padding-left: 76px;
    padding-right: 76px;
  }

  .idea-content-omr {
    padding: 47px 130px 47px 68px;
    flex-direction: row;
    gap: 173px;
  }

  .idea-text-wrap-omr {
    padding: 0;
  }

  .idea-text-omr {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .idea-text-last-omr {
    margin-bottom: 0;
  }

  .idea-img-omr {
    padding-top: 3px;
    padding-bottom: 15px;
    width: 357px;
    height: 357px;
  }
}

/* how */

.how-container-omr {
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 5px;
}

.how-title-omr {
  margin-bottom: 20px;
}

.how-text-upper-omr {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

.how-item-omr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;

  border: 1px solid rgba(0, 230, 255, 0.1);
  border-radius: 30px;
  width: 307px;
  height: 186px;
  background: #091019;
  padding: 27px 34px;

  img {
    width: 128px;
    height: 93px;
  }

  p {
    font-weight: 700;
    text-align: center;
  }
}

.how-text-lower-omr {
  width: 270px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 1440px) {
  .glide {
    cursor: default;
  }

  .how-container-omr {
    padding-left: 76px;
    padding-right: 76px;
    padding-bottom: 16px;
  }

  .how-text-upper-omr {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .how-list-omr {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .how-item-omr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

    width: 307px;
    height: 225px;
    padding: 27px 0;

    img {
      width: 174px;
      height: 127px;
    }

    p {
      font-size: 20px;
    }
  }

  .how-text-lower-omr {
    width: 100%;
    font-size: 20px;
    margin-top: 30px;
  }
}

/* beyond */

.beyond-container-omr {
  padding: 50px 30px 0;
}

.beyond-text-wrap-omr {
  margin-bottom: 20px;
}

.beyond-text-omr {
  font-size: 14px;
  margin-bottom: 10px;
}

.beyond-text-last-omr {
  margin-bottom: 0;
}

.beyond-item-omr {
  border-radius: 12px;
  width: 262px;
  height: 255px;

  img {
    width: 100%;
    height: 100%;
  }
}

.beyond-line-omr {
  display: none;
}

.glide {
  padding: 0 26px;
}

@media screen and (min-width: 1440px) {
  .glide {
    cursor: default;
    padding: 0;
  }

  .beyond-container-omr {
    padding: 100px 166px 0;
  }

  .beyond-text-wrap-omr {
    margin-bottom: 53px;
    width: 849px;
  }

  .beyond-text-omr {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .beyond-line-omr {
    display: block;
    width: 1105px;
    height: 30px;
    margin-bottom: 17px;
    fill: #7de7f9;
  }

  .beyond-list-omr {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

/* mode */

.mode-container-omr {
  padding-left: 41px;
  padding-right: 41px;
  padding-bottom: 4px;
  gap: 10px;
}

.mode-content-omr {
  padding: 0 16px;
}

.mode-text-omr {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

.mode-text-last-omr {
  margin-bottom: 0;
}

.mode-img-omr {
  width: 261px;
  height: 206px;
}

@media screen and (min-width: 1440px) {
  .mode-container-omr {
    position: relative;
    padding: 204px 213px 0;
    flex-direction: row;
    gap: 100px;
  }

  .mode-title-omr {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mode-content-omr {
    padding: 0;
  }

  .mode-text-omr {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .mode-img-omr {
    width: 454px;
    height: 358px;
  }
}

/* contact */

.contact-container-omr {
  padding-left: 18px;
  padding-right: 17px;
}

.contact-content-omr {
  border: 1px solid rgba(0, 230, 255, 0.1);
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/images/contact-bg-mob.png);
  padding: 25px 14px 33px;
}

.contact-text-wrap-omr {
  padding: 0 9px;
}

.contact-title-omr {
  max-width: 300px;
}

.contact-text-omr {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.contact-text-last-omr {
  margin-bottom: 0;
}

.contact-link-omr {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 274px;
  height: 39px;
  background: #2bd8fc;

  font-weight: 900;
  font-size: 14px;
  color: #000;

  margin-top: 20px;
  margin-bottom: 50px;
  transition: all 0.3s ease;
}

.contact-link-omr:hover {
  transform: scale(1.1);
}

.contact-text-lower-omr {
  font-size: 13px;
}

@media screen and (min-width: 1440px) {
  .contact-container-omr {
    padding-left: 76px;
    padding-right: 76px;
  }

  .contact-content-omr {
    background-image: url(/images/contact-bg-desk.png);
    padding: 35px 36px 16px;
  }

  .contact-text-wrap-omr {
    padding: 0 378px;
  }

  .contact-title-omr {
    max-width: 100%;
  }

  .contact-text-omr {
    width: 440px;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .contact-text-last-omr {
    margin-bottom: 0;
  }

  .contact-link-omr {
    width: 341px;
    height: 45px;

    font-size: 16px;

    margin-top: 58px;
    margin-bottom: 36px;
  }

  .contact-text-lower-omr {
    font-size: 20px;
  }
}

/* footer */

.footer-container-omr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 66px 12px 16px;
}

.footer-wrap-omr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-home-link-omr {
  font-weight: 800;
  text-align: center;
  transition: all 0.3s ease;

  .footer-home-link-number-omr {
    font-size: 34px;
    letter-spacing: -0.08em;
    color: #00e6ff;
  }

  .footer-home-link-text-omr {
    font-size: 24px;
    color: #005aae;
  }
}

.footer-links-list-omr {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}

.footer-links-item-omr {
  transition: all 0.3s ease;

  a {
    font-weight: 800;
    font-size: 14px;
    text-align: right;
  }
}

.footer-home-link-omr:hover,
.footer-links-item-omr:hover {
  transform: scale(1.1);
}

.footer-text-omr {
  font-weight: 800;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .footer-container-omr {
    gap: 50px;
    padding: 129px 117px 29px;
  }

  .footer-links-item-omr {
    a {
      font-size: 20px;
    }
  }

  .footer-text-omr {
    font-size: 20px;
  }
}

/* ********************* */

.hidden-omr {
  display: none;
}
