.btn-primary.add-review{
    display:inline-flex!important;
    align-items: center;
    gap: 8px;
}
.form-fields.form-reviews {
	border: none;
	padding: 0;
	margin: 0;
}
#form-add-review {
	background: var(--grey-extra-light);
}
.form-add-review font.errortext, .form-add-review font.notetext {
	display: block;
	padding: 30px 30px 0 30px;
}
.add-review::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.3s ease;
}

.add-review.is-active::after {
    transform: translateY(2px) rotate(225deg);
}
.add-review.is-active {
	background: var(--grey-extra-light);
  color: var(--red) !important;
}
.btn-primary.add-review.is-active {
	border-color: var(--grey-extra-light);
}
.btn-primary.add-review.is-active:hover {
	border-color: var(--red);
}
.form-add-review {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.4s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
}
.form-fields.form-reviews {
	padding: 0 !important;
}
.form-add-review.is-open {
    max-height: 1500px;
    opacity: 1;
}
.form-add-review  .iblock-add-form {
	margin: 30px;
}
.form-add-review .smart {
	margin: 30px;
}
.form-add-review .agree {
	margin: 0 30px ;
}
@media screen and (max-width: 768px) {
.form-add-review  .iblock-add-form {
	margin: 15px !important;
}
.form-add-review .smart {
	margin: 15px !important;
}
.form-add-review .agree {
	margin: 0 15px !important ;
}
.form-fields.form-reviews{
	min-width: unset;
}
.form-add-review font.errortext, .form-add-review font.notetext {
	display: block;
	padding: 15px 15px 0 15px !important;
}
.f-html{
    padding: 15px !important;
  width: 100%;
  }
}
#form-add-review  .h {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	color: black;
	margin-bottom: 15px;
}