html {
  scroll-behavior: smooth;
}
.gift {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.gift__title {
  font-size: 24px;
  color: #8ab100;
  text-align: center;
  margin-bottom: 16px;
}

.gift__img {
  display: block;
  max-width: 400px !important;
  width: 100%;
  margin: 16px auto 0 auto;
  cursor: pointer;
  transform: scale(1);
  opacity: 1;
  transition: transform 0.3s ease-in-out;
}

.gift__img:hover {
  transform: scale(1.1);
}

.gift__btn {
  display: block;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  color: white;
  background-image: url(./../images/gift-button.png) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 300px !important;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
}

.gift__btn:hover {
  transform: scale(1.1);
}

.display__none {
  display: none;
}

.all-form {
  font-family: sans-serif;
  width: 100%;
  max-width: 620px;
  color: #000;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 1s ease-in-out;
}

.all-form__time {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.all-form__time > span {
  display: block;
}

.all-form__count {
  color: red;
  margin-top: 15px;
}

.all-form__body {
  padding: 25px 15px;
  margin-top: 15px;
  background-color: #fff;
  -webkit-box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  column-gap: 20px;
}

.all-form__title {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 40px;
}

.all-form__win {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #8ab100;
  margin-bottom: 16px;
}

.all-form__title span {
  color: #8ab100;
}

.all-form__label > span {
  display: block;
  margin-bottom: 5px;
}

.all-form__label + .all-form__label {
  margin-top: 20px;
}

.all-form__field {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.all-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.all-form__btn {
  width: 100%;
  max-width: 320px;
  flex: 1 0 100%;
  padding: 15px 40px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 20px 10px 0;
  background-color: #8ab100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  font-size: 16px;
}

.all-form__btn:hover {
  text-indent: 10px;
  padding-right: 30px;
  -webkit-box-shadow: inset 10px 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 10px 0 20px 0 rgba(0, 0, 0, 0.4);
}

.all-form__prices {
  max-width: 180px;
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-form__price-new {
  margin-right: 15px;
  color: #8ab100;
  font-size: 20px;
  max-width: 80px;
  flex: 1 0 100%;
}

.all-form__price-old {
  font-size: 14px;
  color: #8c8c8c;
  text-decoration: line-through;
  max-width: 60px;
  flex: 1 0 100%;
}

.all-form__body-left {
  display: flex;
}

@media (max-width: 576px) {
  .all-form__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .all-form__btn {
    margin-right: 0;
    font-size: 15px;
  }

  .all-form__body {
    padding: 25px;
  }
}

@media (max-width: 679px) {
  .all-form__body {
    flex-direction: column;
  }
  .all-form__body-left img {
    max-width: 300px;
    width: 100%;
    margin-inline: auto;
  }
}


/* .comment-block {
  padding: 10px;
  width: 100%;
  margin-top: 30px;
}

.comment-block span {
  color: #000000;
}

.comment-header {
  border-bottom: 2px solid #e7e9ee;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.comment-heading {
  font-size: 24px;
  color: #000;
}

.comment-heading:after {
  content: '';
  display: block;
  height: 2px;
  width: 120px;
  background-color: #2a2e2e;
  position: absolute;
  bottom: -2px;
}

.comment {
  display: flex;
  margin: 20px 0;
}

.comment-answer {
  margin-left: 60px;
}

.avatar {
  margin-right: 12px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 3px;
  background-color: lightgrey;
  position: relative;
  overflow: hidden;
}

.avatar img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.comment-date {
  color: grey;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.comment-circle {
  display: inline-block;
  background-color: lightgrey;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: 5px;
  position: relative;
  top: 2px;
}

.comment-name {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.comment-info {
  margin-bottom: 10px;
}

.comment-text p {
  margin: 0;
  font-size: 17px;
}

.comment .comment-content .comm-img {
  display: block;
  width: 40%;
  margin: 10px 0;
}

.comment-image {
  max-width: 400px !important;
} */