body{
  background-image: url("../../images/bg-fixed/how_to.svg");
  background-repeat: repeat;

}


.height_img {
  position: relative;
  width: 100%;
  padding-bottom: 48.25%;
  overflow: hidden;
}

.group-product li .group-product_after::after {
  content: "";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.group-product li:last-child .group-product_after::after {
  display: none;
}



/*prosessBar*/
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 14px;
  overflow: hidden;
  font-size: 0;
  border-radius: 10px;
  background-color: #eee;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: var(--primary);
}

/*prosessBar*/


.stars .harmony-icon-star svg{
  fill: #121212;
  stroke: #121212;
}

.stars .harmony-icon-star:hover~.harmony-icon-star svg {
  fill: #121212;
  stroke: #121212;
}

.stars:hover .harmony-icon-star svg {
  fill: var(--star);
  stroke: var(--star);
}

.stars.selected .harmony-icon-star.active~.harmony-icon-star svg {
  fill: #585757;
  stroke: #585757;
  /*opacity: .25*/
}

.stars.selected .harmony-icon-star:not(.active) svg {
  fill: var(--star);
  stroke: var(--star);

}

.stars.selected .harmony-icon-star.active svg {
  fill: #bf3617;
  stroke: #bf3617;
}


@media (min-width: 768px) {
  .height_img {
      padding-bottom: 48.25%;
  }

}


@media screen and (min-width: 1024px) {
  .harmonyform .section {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .harmonyform .section .row {
    grid-column: span 6 / span 6;
  }
  .harmonyform .section .row:has(input[type="button"]) {
    grid-column: span 12 / span 12;
  }

  .harmonyform .section div.row:nth-child(even) .label {
    min-width: 70px;
  }

  .harmonyform .section .row .field {
    gap: 10px;
  }

  .harmonyform .section div.row:nth-child(even) .label {
    min-width: 70px;
  }
  .harmonyform .field input[type="text"] {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .harmonyform .section .row {
    display: flex;
    align-items: center;
  }
  .harmonyform .section .row .label {
    min-width: 115px;
  }
}