@font-face {
  font-family: "Elza";
  font-weight: bold;
  src: url("../fonts/Elza-Black.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: normal;
  src: url("../fonts/Elza-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: 600;
  src: url("../fonts/Elza-Semibold.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Elza";
  overflow-x: hidden;
  line-height: 1.2;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  display: none;
}
@media (min-width: 2560px) {
  html, body {
    margin-inline: 15vw;
  }
}

img {
  width: 100%;
}

.banner-mobile {
  display: none;
  margin-block: 10px;
}
@media (max-width: 650px) {
  .banner-mobile {
    display: block;
  }
}

@media (max-width: 650px) {
  .banner-desktop {
    display: none;
  }
}

iframe {
  width: 100vw;
  height: 100%;
}

.banner-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 3vw;
}
.banner-2 div {
  position: absolute;
  right: 5vw;
  bottom: 7vw;
}
@media (min-width: 2560px) {
  .banner-2 div {
    right: 3vw;
    bottom: 2.5vw;
  }
}
.banner-2 div h1 {
  font-size: 2vw;
  font-weight: 600;
  margin-bottom: 1vw;
}
@media (min-width: 2560px) {
  .banner-2 div h1 {
    font-size: 1vw;
  }
}
.banner-2 div a {
  text-decoration: none;
  cursor: pointer;
}
.banner-2 div a span {
  padding: 0.5vw 1vw;
  background-color: #0150dc;
  border-radius: 30px;
  color: white;
  font-size: 1.5vw;
}
@media (min-width: 2560px) {
  .banner-2 div a span {
    font-size: 0.7vw;
  }
}

.product-specs {
  display: flex;
}
@media (max-width: 650px) {
  .product-specs {
    flex-direction: column;
  }
}
.product-specs__gif {
  width: 50%;
}
@media (max-width: 650px) {
  .product-specs__gif {
    width: 100%;
  }
}
.product-specs__content {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-left: 20px;
  width: 50%;
  position: relative;
}
@media (max-width: 650px) {
  .product-specs__content {
    width: 100%;
  }
}
.product-specs__content h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  .product-specs__content h1 {
    font-size: 26px;
  }
}
.product-specs__content p {
  font-size: 24px;
  width: 70%;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  .product-specs__content p {
    font-size: 18px;
  }
}
.product-specs__content ul {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
}
.product-specs__content ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.product-specs__content ul li span {
  font-size: 24px;
}
@media (max-width: 650px) {
  .product-specs__content ul li span {
    font-size: 18px;
  }
}
.product-specs__content ul li img {
  width: 5vw;
}
@media (max-width: 650px) {
  .product-specs__content ul li img {
    width: 10vw;
  }
}
@media (min-width: 2560px) {
  .product-specs__content ul li img {
    width: 2vw;
  }
}
.product-specs__content #bg-multi {
  width: 50%;
  position: absolute;
  bottom: 5vw;
  right: 0;
  z-index: -1;
}
@media (max-width: 650px) {
  .product-specs__content #bg-multi {
    width: 30%;
  }
}
@media (min-width: 2560px) {
  .product-specs__content #bg-multi {
    width: 20%;
  }
}

.grid {
  margin-inline: 2vw;
}
.grid__double {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 650px) {
  .grid__double {
    flex-direction: column;
  }
}
.grid__double img {
  margin-top: 10px;
  width: 50%;
}
@media (max-width: 650px) {
  .grid__double img {
    width: 100%;
  }
}

/*# sourceMappingURL=main.min.css.map */
