.review-step2 {
  padding: 173px 167px 180px 175px;
}

.review-step2 .review-step2-top, .review-step2 .review-step2-bottom {
  display: flex;
  width: 100%;
  padding-bottom: 35px;
  gap: 39px;
}

.review-step2 .review-form-title-mobile {
  display: none;
}

.review-step2 .review-step2-bottom {
  padding-bottom: 0;
}

.review-step2 .product-preview-image, .review-step2 .product-preview-name {
  width: 43.7%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-bottom: 37.7%;
  flex-shrink: 0;
}

.review-step2 .product-preview-name {
  padding-bottom: 0;
  border-radius: 0;
}

.review-step2 .product-preview-name-mobile {
  display: none;
}

.review-step2 .product-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.review-step2 .star {
  cursor: pointer;
  transition: transform 0.2s ease;
  display: inline-block;
}

.review-step2 .star svg {
  pointer-events: none;
  display: block;
}

.review-step2 .star path {
  fill: #7E7E7E;
  transition: fill 0.2s ease;
  pointer-events: none;
}

.review-step2 .star:hover {
  transform: scale(1.1);
}

.review-step2 .star.active path {
  fill: #FFCC8F;
}

.review-step2 .review-step2-top-right, .review-step2 .review-step2-bottom-right {
  width: 100%;
}

.review-step2 .review-form-title {
  font-family: Buyan;
  font-weight: 700;
  font-size: 55px;
  line-height: 128%;
  text-transform: uppercase;
}

.review-step2 .stars-container {
  display: flex;
}

.review-step2 .stars-container svg {
  width: 90px;
  height: 90px;
}

.review-step2 .rating-hint {
  margin-top: 16.36px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
}

.review-step2 .next-step-btn {
  background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 8.8px 0px 0px #D8A86E;
  width: 100%;
  height: 95px;
  border-radius: 24px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 18px;
  color: #584D3E;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.1s ease-in, box-shadow 0.25s ease-in;
  border: none;
  cursor: pointer;
}

.review-step2 .next-step-btn:before {
  content: '';
  background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 24px;
}

.review-step2 .next-step-btn:hover {
  box-shadow: 0px 5px 0px 0px #D8A86E;
}

.review-step2 .next-step-btn:active {
  box-shadow: 0px 4px 0px 0px #D8A86E;
}

.review-step2 .product-preview-name {
  font-family: Buyan;
  font-weight: 700;
  font-size: 35px;
  line-height: 105%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.review-step2 .rating-stars {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .review-step2 {
    padding: 320px 44px 407px 46px;
  }

  .review-step2 .product-preview-image, .review-step2 .product-preview-name {
    width: 44%;
    border-radius: 20px;
    padding-bottom: 39%;
  }

  .review-step2 .product-preview-name {
    padding-bottom: 0;
    border-radius: 0;
  }

  .review-step2 .review-form-title {
    font-size: 50px;
  }

  .review-step2 .stars-container svg {
    width: 65px;
    height: 65px;
  }

  .review-step2 .rating-hint {
    font-size: 18px;
  }

  .review-step2 .product-preview-name {
    font-size: 30px;
  }

  .review-step2 .review-step2-top {
    padding-bottom: 25px;
  }

  .review-step2 .review-step2-top, .review-step2 .review-step2-bottom {
    gap: 25px;
  }
}

@media screen and (max-width: 900px) {
  .review-step2 .next-step-btn {
    height: 78px;
    font-size: 16px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 670px) {
  .review-step2 {
    padding: 76px 14px 76px 14px;
  }
}

@media screen and (max-width: 650px) {
  .review-step2 .next-step-btn {
    height: 68px;
    font-size: 14px;
    border-radius: 18px;
  }

  .review-step2 .review-step2-top {
    flex-direction: column;
  }

  .review-step2 .review-step2-bottom {
    display: none;
  }

  .review-step2 .product-preview-name-mobile {
    display: block;
  }

  .review-step2 .review-form-title {
    display: none;
  }

  .review-step2 .review-form-title-mobile {
    display: block;
  }

  .review-step2 .rating-stars {
    margin-bottom: 25px;
  }  
}

@media screen and (max-width: 550px) {
  .review-step2 .review-step2-top {
    gap: 15px;
    padding-bottom: 0;
  }

  .review-step2 .product-preview-name-mobile {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .review-step2 .review-form-title-mobile {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .review-step2 .rating-hint {
    font-size: 16px;
    margin-top: 6px;
  }

  .review-step2 .stars-container svg {
    width: 72px;
    height: 72px;
  }

  .review-step2 .product-preview-image {
    width: 100%;
    padding-bottom: 100%;
  }

  .review-step2 .product-preview-name {
    width: 60%;
  }
}
