@font-face {
  font-family: "Futura";
  font-weight: normal;
  src: url("../fonts/Futura-Normal.ttf") format("truetype");
}
body {
  font-family: "Futura";
}

img {
  width: 100%;
}

.wrapper {
  margin-inline: 60px;
}
@media (max-width: 650px) {
  .wrapper {
    margin-inline: 15px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px;
}
@media (max-width: 650px) {
  header {
    flex-direction: column;
  }
}
header #header__logo {
  width: 200px;
}
@media (max-width: 650px) {
  header #header__logo {
    width: 70%;
    margin-bottom: 40px;
  }
}
header #header__subtitle {
  width: 300px;
}
@media (max-width: 650px) {
  header #header__subtitle {
    flex-direction: column;
  }
}

.product-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 650px) {
  .product-intro {
    flex-direction: column;
  }
}
.product-intro > img {
  width: 50%;
}
@media (max-width: 650px) {
  .product-intro > img {
    width: 100%;
  }
}
.product-intro .product-intro__content {
  width: 40%;
}
@media (max-width: 650px) {
  .product-intro .product-intro__content {
    width: 100%;
  }
}
.product-intro .product-intro__content span {
  display: inline-block;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 26px;
  background: #FF8672;
  color: #ffffff;
  margin-block: 15px;
  margin-right: 10px;
}
.product-intro .product-intro__content h1 {
  font-size: 24px;
  font-weight: 600;
  color: #979898;
}
.product-intro .product-intro__content p {
  font-size: 20px;
  font-weight: 500;
  color: #979898;
}

.product-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-block: 80px;
}
@media (max-width: 650px) {
  .product-row {
    flex-direction: column;
    margin-block: 20px;
  }
}
.product-row .product-row__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: 20px;
}
@media (max-width: 650px) {
  .product-row .product-row__card {
    margin-inline: unset;
  }
}
.product-row .product-row__card img {
  width: 80%;
}
@media (max-width: 650px) {
  .product-row .product-row__card img {
    width: 100%;
  }
}
.product-row .product-row__card p {
  font-size: 18px;
  font-weight: 500;
  color: #979898;
  text-align: center;
  margin-block: 40px;
}

.product-travel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 650px) {
  .product-travel {
    flex-direction: column;
  }
}
.product-travel img {
  width: 45%;
}
@media (max-width: 650px) {
  .product-travel img {
    width: 90%;
  }
}
.product-travel .product-travel__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;
}
@media (max-width: 650px) {
  .product-travel .product-travel__card {
    width: 90%;
  }
}
.product-travel .product-travel__card img {
  width: 90%;
}
.product-travel .product-travel__card p {
  font-size: 20px;
  font-weight: 500;
  color: #979898;
  text-align: center;
  margin-block: 40px;
}
.product-travel .product-travel__card p em {
  font-size: 13px;
  color: #979898;
}

.product-mount {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 650px) {
  .product-mount {
    flex-direction: column;
    gap: 60px;
    margin-bottom: 15vw;
  }
}
.product-mount .product-mount__mount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-mount .product-mount__mount img {
  width: 70%;
}
@media (max-width: 650px) {
  .product-mount .product-mount__mount img {
    width: 100%;
  }
}
.product-mount .product-mount__mount p {
  font-size: 20px;
  font-weight: 500;
  color: #979898;
  text-align: center;
}
.product-mount .product-mount__pack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-mount .product-mount__pack img {
  width: 90%;
}
@media (max-width: 650px) {
  .product-mount .product-mount__pack img {
    width: 100%;
  }
}
.product-mount .product-mount__pack p {
  font-size: 20px;
  font-weight: 500;
  color: #979898;
  text-align: center;
  margin-top: 40px;
}
.product-mount .product-mount__pack p em {
  font-size: 13px;
  color: #979898;
}

footer {
  background: url("../img/footer-bg.png") no-repeat;
  height: 57vw;
  background-size: 100%;
  background-position-y: bottom;
  margin-top: -10%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-inline: 60px;
}
@media (max-width: 650px) {
  footer {
    padding-inline: 26px;
  }
}
footer .footer__content {
  display: flex;
  margin-bottom: 4vw;
  gap: 40px;
}
@media (max-width: 650px) {
  footer .footer__content {
    margin-bottom: 3vw;
    gap: 20px;
  }
}
footer .footer__content img {
  width: 130px;
}
@media (max-width: 650px) {
  footer .footer__content img {
    width: 14vw;
  }
}
footer .footer__content span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 2.5vw;
}
footer .footer__tags {
  display: flex;
  gap: 40px;
  margin-bottom: 4vw;
}
@media (max-width: 650px) {
  footer .footer__tags {
    margin-bottom: 3vw;
  }
}
footer .footer__tags img {
  width: 60px;
}
@media (max-width: 650px) {
  footer .footer__tags img {
    width: 10vw;
  }
}

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