.review {
  margin-top: 24px;
  margin-bottom: 63px;
}

.review__title {
  color: black;
  border-bottom: 1px solid #ed4040;
  font-weight: 900;
  font-size: clamp(1.75rem, 1.5735rem + 0.8824vw, 2.5rem);
  letter-spacing: 0.2px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.review__exposition {
  display: flex;
  border-bottom: 1px solid #ed4040;
  padding-bottom: 27px;
}

.review__exposition-left {
  position: relative;
  max-width: 928px;
  max-height: 580px;
  margin-right: 25px;
}


.shadow {
  height: 100%;
  border-radius: 0;
}

.review__flag-discount {
  position: absolute;
  z-index: 12;
  top: 38px;
  left: -20px;
  width: 115px;
  height: 100px;
  background-image: url(../media/icons/flag.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 18px 0;
  font-size: 24px;
  letter-spacing: -2px;
}

.review__flag-procent {
  font-family: 'RobotoCondensed';
  font-weight: 700;
  font-size: 42px;
  display: block;
  margin-top: -7px;
  letter-spacing: 0;
}

.review__prices {
  position: absolute;
  bottom: 0;
  left: 13px;
  z-index: 12;
  font-family: 'RobotoCondensed';
  margin-bottom: 4px;
}

.review__prices-list {
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.3px;
  margin-bottom: 18px;
}

.review__actual-price {
  font-size: 78px;
  color: #e53434;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 50px;
}

.review__price-item {
  font-size: 21px;
  color: #e13f3f;
  font-weight: 400;
  margin-left: 12px;
}

.review__includes-wrapper {
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 21px 20px 24px 27px;
  letter-spacing: 0.3px;
}

.review__includes-title {
  text-transform: uppercase;
  font-size: 23px;
  color: #000;
  margin-bottom: 8px;
}

.review__includes-list :not(:last-child){
  display: flex;
  flex-direction: column;
  gap: 2px 0;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0;
  margin-left: 27px;
  color: #4CBB17;
}

.review__includes-item:last-child,
.review__includes-item-no {/*Добавлено*/ 
  display: flex;
  flex-direction: column;
  gap: 2px 0;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0;
  margin-left: 27px;
  color: #f44545;
}

.review__includes-item {
  position: relative;
}

.review__includes-item:last-child:before,
.review__includes-item-no:before {/*Добавлено*/
  content: '';
  position: absolute;
  z-index: 12;
  top: 4px;
  left: -22px;
  width: 15px;
  height: 20px;
  background-image: url(../media/icons/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.review__includes-item:not(:last-child):before {
  content: '';
  position: absolute;
  z-index: 12;
  top: 5px;
  left: -22px;
  width: 15px;
  height: 12px;
  background-image: url(../media/icons/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  fill: #4CBB17;
  color: #4CBB17;
}

.review__description-text {
  font-family: 'RobotoCondensed';
  font-size: 21px;
  color: #000;
  line-height: 1.4;
  margin-left: 4px;
  margin-top: 6px;
}

.review__btn-wrapper {
  margin-top: 45px;
  display: flex;
}

.review__btn {
  height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 498px;
  width: 100%;
  background: linear-gradient(to bottom, #f44545 0%, #ad0808 50%, #f44545 100%);
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 55px;
  color: #fff;
  font-family: 'Myriadpro';
  line-height: 35px;
  font-weight: 700;
  padding-top: 14px;
  background-size: auto 200%;
  transition: all 0.4s;
}

.review__btn:hover {
  transition: all 0.4s;
  background-position: bottom center;
}

.review__btn-span {
  font-size: 27px;
  letter-spacing: 0.3px;
}

.review__feedback {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
}

.review__feedback-history {
  margin-bottom: 21px;
}

.review__history-title,
.review__overview-title {
  font-size: clamp(1.5rem, 1.3382rem + 0.8088vw, 2.1875rem);
  font-weight: 900;
  color: black;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.review__history-text,
.review__overview-text {
  color: black;
  font-size: clamp(1rem, 0.8077rem + 0.4808vw, 1.3125rem);
  line-height: 1.4;
  max-width: 930px;
  font-family: 'RobotoCondensed';
}

.review__overview-title {
  margin-bottom: 28px;
}

.review__overview-text:nth-child(2) {
  margin-bottom: 34px;
}

.review__overview-text:nth-child(3) {
  max-width: 940px;
}

.review__data-person {
  margin-top: 22px;
  max-width: 492px;
  width: 100%;
}

.review__img-block {
  display: flex;
  margin-bottom: 26px;
  object-fit: cover;
  object-position: center;
}

.review__img-person {
  width: 122px;
  height: 120px;
  border-radius: 12px;
  margin-right: 20px;
  object-fit: cover;
  object-position: center;
}

.review__info-verifed {
  font-size: 21px;
  font-family: 'RobotoCondensed';
  max-width: 303px;
  text-transform: capitalize;
}

.review__keystats-person {
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 22px 20px 20px 27px;
  min-height: 379px;
}

.review__keystats-title {
  font-size: 23px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.review__general {
  display: flex;
  flex-direction: column;
  font-family: 'RobotoCondensed';
  color: black;
  margin-left: 23px;
  font-size: 21px;
}

.review__keystats-item {
  color: #d58c56;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1px;
}

.review__site-launch b { 
  margin-right: 5px;
}

.review__keystats-content {
  margin-left: 23px;
  margin-top: 10px;
}

.review__keystats-list {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  margin-top: 6px;
}

.review__keyitems-wrapper {
  display: flex;
  color: black;
  font-family: 'RobotoCondensed';
  font-size: 21px;
  gap: 10px 0;
}

.review__keyitems-wrapper dt { 
  font-weight: 700;
  margin-right: 5px;
}

.review__history-text a {
	    text-decoration:  
	text-decoration: underline;
    color: #f4902c;
}
