.review-step3 {
    padding: 168px 173.93px 207px 174px;
}

.review-step3 .review-form-title {
  font-family: Buyan;
  font-weight: 700;
  font-size: 55px;
  line-height: 128%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 38px;
}

.review-step3 .review-types {
  display: flex;
  gap: 13px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.review-step3 .review-type-card {
  position: relative;
  background: linear-gradient(86.58deg, #4DBFFF -0.28%, #7BD0FF 56.98%, #4DBFFF 99.31%);
  padding: 33px 18px 30px 32px;
  width: 279px;
  height: 233px;
  border-radius: 14px;
  border: 5px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: border 0.3s ease;
  overflow: hidden;
}

.review-step3 .review-type-card:hover {
  border-color: #FFCC8F;
}

.review-step3 .review-type-card.selected {
  border-color: #FFCC8F;
}

.review-step3 .review-type-card img {
  position: absolute;
  pointer-events: none;
}

.review-step3 .type-card-content {
  pointer-events: none;
}

.review-step3 .text_img {
  bottom: 0;
  right: -8%;
  width: 125px;
  height: 165px;
}

.review-step3 .photo_img {
  bottom: 0;
  right: 0;
  width: 112px;
  height: 174px;
}

.review-step3 .video_img {
  bottom: 0;
  right: 0;
  width: 99px;
  height: 174px;
}

.review-step3 .type-card-title {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 21px;
  line-height: 108%;
  text-transform: uppercase;
  color: #FFFFFF;
  min-height: calc(21px*1.05*2);
}

.review-step3 .type-card-bonus {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 78px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 150px;
}

.review-step3 .type-card-label {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 27px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 150px;
}

.review-step3 .review-step3-bottom {
    display: flex;
    gap: 19px;
    justify-content: space-between;
}

.review-step3-text {
  width: 100%;
  max-width: 481px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
}

.review-step3-text span {
  font-weight: 800;
}

.review-step3 .review-form-actions {
  width: 100%;
}

.review-step3 .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-step3 .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-step3 .next-step-btn:hover {
  box-shadow: 0px 5px 0px 0px #D8A86E;
}

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

@media screen and (max-width: 1325px) {
  .review-step3 {
    padding: 244px 125px 207px 125px;
  }
}

@media screen and (max-width: 1225px) {
  .review-step3 {
    padding: 244px 100px 207px 100px;
  }
}

@media screen and (max-width: 1168px) {
  .review-step3 {
    padding: 244px 70px 207px 70px;
  }
}

@media screen and (max-width: 1105px) {
  .review-step3 {
    padding: 244px 50px 207px 50px;
  }
}

@media screen and (max-width: 1057px) {
  .review-step3 {
    padding: 244px 45px 207px 45px;
  }
}

@media screen and (max-width: 1057px) {
  .review-step3 .review-type-card {
    padding: 26px 21px 24px 25px;
    border-radius: 12px;
  }

  .review-step3 .type-card-title {
    font-size: 17px;
  }

  .review-step3 .type-card-bonus {
    font-size: 68px;
  }

  .review-step3 .type-card-label {
    font-size: 27px;
  }
}

@media screen and (max-width: 1052px) {
  .review-step3 .text_img {
    bottom: 0;
    right: -8%;
    width: 87.43px;
    height: 129px;
  }
  
  .review-step3 .photo_img {
    bottom: 0;
    right: 0;
    width: 87.57px;
    height: 136.04px;
  }
  
  .review-step3 .video_img {
    bottom: 0;
    right: 0;
    width: 72.1px;
    height: 137px;
  }
}

@media screen and (max-width: 965px) {
  .review-step3 .review-form-title {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .review-step3 .review-types {
    gap: 12px;
  }
}

@media screen and (max-width: 900px) {
  .review-step3 {
    padding: 314px 45px 317px 45px;
  }

  .review-step3 .review-type-card {
    width: 33.3%;
    height: auto;
  }

  .review-step3 .review-step3-text {
    font-size: 16px;
  }

  .review-step3 .review-types {
    margin-bottom: 20px;
  }

  .review-step3 .next-step-btn {
    font-size: 16px;
    border-radius: 18px;
    height: 75px;
  }

  .review-step3 .review-form-actions {
    max-width: 235px;
  }

  .review-step3 .type-card-bonus {
    line-height: 87%;
  }
}

@media screen and (max-width: 850px) {
  .review-step3 .text_img {
    right: -10%;
  }
  
  .review-step3 .photo_img {
    right: -5%;
  }
  
  .review-step3 .video_img {
    right: -3%;
  }
}

@media screen and (max-width: 790px) {
  .review-step3 .type-card-label {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .review-step3 .review-type-card {
    padding: 26px 21px 24px 10px;
  }
}

@media screen and (max-width: 670px) {
  .review-step3 {
    padding: 76px 13px 74px 14px;
  }
  .review-step3 .review-form-title {
    font-size: 40px;
    margin-bottom: 28px;
  }

  .review-step3 .review-types {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }

  .review-step3 .review-type-card {
    width: 100%;
    height: auto;
    padding: 25px 10px 25px 24px;
  }

  .review-step3 .text_img, .review-step3 .photo_img, .review-step3 .video_img {
    right: 0;
  }

  .review-step3 .type-card-title {
    min-height: 0;
    font-size: 23px;
  }

  .review-step3 .type-card-bonus {
    font-size: 100px;
    line-height: 100%;
  }

  .review-step3 .type-card-label {
    font-size: 27px;
  }

  .review-step3 .review-step3-bottom {
    flex-direction: column;
    gap: 23px;
  }

  .review-step3 .review-step3-text {
    font-size: 12px;
    width: 100%;
    max-width: 100%;
  }

  .desktop-br {
    display: none;
  }

  .review-step3 .review-form-actions {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .review-step3 .next-step-btn {
    font-size: 14px;
    height: 68px;
  }
}
