@media (max-width: 767.98px) {
  .order-1 {
    order: initial !important;
  }
  .order-2 {
    order: initial !important;
  }
  .order-3 {
    order: initial !important;
  }

  .xs-1 {
    order: 1 !important;
  }
  .xs-2 {
    order: 2 !important;
  }
  .xs-3 {
    order: 2 !important;
  }
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #141313;
  font-family: Montserrat;
  color: #fff;
}
.nav-link {
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
}

.product-name {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 24.38px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.product-sport {
  box-sizing: border-box;
  color: white;
  position: relative;
  text-align: left;
  background-color: transparent;
  background-image: url(../img/sport-border.svg);
  height: 40px;
  background-repeat: no-repeat;
}
.product-sport::before {
  content: "серия Sport";
  position: relative;
  top: 8px;
  left: 30px;
}

.advance::before {
  content: url(../img/yellowPoint.svg);
  margin-right: 10px;
}
.advance-wrapper {
  margin-top: 163px;
}

.hero {
  background-image: url("../img/legsCreamFrame.svg");
  background-size: cover;
  background-position: center;
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 20px;
}

.hero h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  font-weight: 500;
  
  line-height: 60.95px;
  letter-spacing: 0%;
}

.hero .subtitle {
  background-color: transparent;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.9em;
}

.hero ul {
  list-style: none;
  padding: 0;
}

.hero li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .hero {
    padding: 30px;
  }

  .hero h1 {
    font-size: 2em;
  }

  .hero-content {
    padding: 10px;
  }
}
.buy-wrapper {
  margin-top: 30px;
  padding: 10px;
  background-color: #141313;
  border: 2px solid transparent;
  background: linear-gradient(#141313, #141313) padding-box,
    linear-gradient(90deg, #feea01 0%, #f08316 100%) border-box;
  border-radius: 50px;
  margin-bottom: 30px;
}
.price {
  font-weight: 500;
  font-size: 1rem;
  line-height: 18.29px;
  letter-spacing: 0%;
}
.buy-block,
.price {
  margin-left: auto;
}
.descr-buy {
  font-weight: 500;
  font-size: 1rem;
  line-height: 18.29px;
  letter-spacing: 0%;

  text-align: end;
  padding-left: auto;
  font-size: 1rem;
}

.buy-btn {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24.38px;
  letter-spacing: 0%;

  color: white;
  border: 0px solid;
  width: 173px;
  background: linear-gradient(90deg, #c3ce25 0%, #468d36 100%);
  box-shadow: 0px 4px 4px 0px #468d36 inset;
  border-radius: 50px 50px;
  height: auto;
  margin-left: 20px;
}

.product-description {
  max-width: 229px;
}
.series {
  font-weight: 400;
  line-height: 18.29px;
  letter-spacing: 0%;
  font-size: 1rem;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 7px;
}

.series::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fca311;
}

.recomend-effect-wrapper ul {
  margin-bottom: 50px;
}

li + li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 18.29px;
  letter-spacing: 0%;
  margin-top: 10px;
}

.title-effect,
.title-recomend {
  font-weight: 600;
  font-size: 1rem;
  line-height: 18.29px;
  letter-spacing: 0%;

  width: 299px;
  border: 2px solid transparent;
  background: linear-gradient(#141313, #141313) padding-box,
    linear-gradient(90deg, #feea01 0%, #f08316 100%) border-box;
  border-radius: 50px;
  padding: 10px;
}

.recomend-effect-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.recomend-effect-wrapper {
  max-width: 299px;
}

.market {
  max-width: 336px;
  border: 2px solid transparent;
  height: 137px;

  background: linear-gradient(#141313, #141313) padding-box,
    linear-gradient(90deg, #c3ce25 0%, #468d36 100%) border-box;
  border-radius: 20px;
  padding: 10px;
}

.cream-wrapper .row {
  margin-bottom: 50px;
}
.cream-descr {
  font-weight: 400;
  font-size: 1rem;
  line-height: 18.29px;
  letter-spacing: 0%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.enjoy {
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
  line-height: 18.29px;
  letter-spacing: 0%;
  margin-bottom: 33px;
}

.title-market {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 24.38px;
  letter-spacing: 0%;
}
.market {
  max-width: 336px;

  margin-bottom: 40px;
}
.market-wrapper {
  margin-top: 5%;
}
.title-also {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 24.38px;
  letter-spacing: 0%;
}
.also-item {
  margin-bottom: 30px;
}

.icon-link {
  margin-bottom: 10px;
}
