/* stylelint-disable */
.worksheet-aside--similar .worksheet-aside-about-author__description--short {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.worksheet-aside__sidebar {
  position: sticky;
  right: 0;
  top: 72px;
  height: fit-content;
}
.worksheet-aside__card {
  padding: 16px 32px 24px 16px;
  border-radius: 16px;
  color: #181818;
  background-color: #fff;
}
.worksheet-aside__card--equilateral {
  padding: 16px;
}
.worksheet-aside__card--comments {
  padding: 24px;
}
.worksheet-aside__card-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
.worksheet-aside__description {
  font-size: 14px;
  line-height: 160%;
  word-break: break-word;
  word-wrap: break-word;
}
@media only screen and (max-width: 576px) {
  .worksheet-aside__description {
    font-size: 12px;
  }
}
.worksheet-aside__description ul {
  list-style-type: disc;
  list-style-position: inside;
}
.worksheet-aside__description ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.worksheet-aside__description ol {
  margin-bottom: 0.9em;
  list-style-type: decimal;
  list-style-position: inside;
}
.worksheet-aside__description ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.worksheet-aside__description strong {
  font-weight: 700;
}
.worksheet-aside__description a {
  color: #1d6ef6;
}
.worksheet-aside__description.short {
  max-height: 88px;
  overflow: hidden;
}
.worksheet-aside__description.short > * {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.worksheet-aside__show-description {
  margin-top: 16px;
}
.worksheet-aside__description-download {
  display: none;
}
@media only screen and (max-width: 576px) {
  .worksheet-aside__description-download {
    display: block;
  }
}
.worksheet-aside__description-download-button {
  margin-top: 16px;
  width: 100%;
}
.worksheet-aside__subtitle {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #181818;
}
@media only screen and (max-width: 576px) {
  .worksheet-aside__subtitle {
    font-size: 20px;
  }
}
.worksheet-aside__data-card {
  padding: 16px;
  color: #181818;
}
.worksheet-aside__star {
  display: flex;
  align-items: center;
  gap: 6px;
}
.worksheet-aside__star-count {
  padding-right: 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #f7b110;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.508 6.864 3.322.318c1.156.111 1.51 1.24.618 1.982l-2.6 2.162.965 3.521c.317 1.157-.667 1.857-1.652 1.161L9 13.776l-3.16 2.232c-.982.693-1.97-.004-1.653-1.16l.966-3.522-2.601-2.162c-.897-.745-.543-1.87.617-1.982l3.322-.318L7.955 3.49c.459-1.057 1.632-1.056 2.09 0l1.463 3.374z' fill='%23F7B110'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
}
.worksheet-aside__star-review {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #1d6ef6;
}
.worksheet-aside__star-review:hover {
  text-decoration-line: underline;
}
.worksheet-aside__data {
  width: 100%;
  max-width: 291px;
  border-radius: 16px;
}
.worksheet-aside__data--full-width {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .worksheet-aside__data--desktop {
    display: none;
  }
}
.worksheet-aside__data--mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .worksheet-aside__data--mobile {
    display: block;
  }
}
.worksheet-aside__old-price-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.worksheet-aside__price {
  margin-bottom: 16px;
}
.worksheet-aside__mobile-price-current {
  margin-left: 8px;
}
.worksheet-aside__tags-block {
  margin-bottom: 8px;
}
.worksheet-aside__tags-block--dynamic {
  margin-bottom: 16px;
}
.worksheet-aside__tags-wrapper {
  overflow: hidden;
}
.worksheet-aside__tags-wrapper--collapsed {
  max-height: 80px;
}
@media only screen and (max-width: 576px) {
  .worksheet-aside__tags-wrapper--collapsed {
    max-height: 70px;
  }
}
.worksheet-aside__tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.worksheet-aside__tag {
  margin: 0 8px 8px 0;
}
.worksheet-aside__tags-expander {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  border: none;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.28px;
  color: #1c750b;
  background-color: transparent;
  gap: 4px;
}
.worksheet-aside__data-stat {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 110%;
}
.worksheet-aside__data-stat a {
  display: flex;
  color: #24a600;
}
.worksheet-aside__data-stats-wrapper .worksheet-aside__data-stat {
  margin-right: 24px;
}
.worksheet-aside__data-stats-wrapper .worksheet-aside__data-stat:last-child {
  margin-right: 0;
}
.worksheet-aside__icon {
  margin-right: 8px;
  color: #8f938d;
}
.worksheet-aside__icon svg {
  display: block;
}
.worksheet-aside__data-stats-wrapper {
  display: flex;
  margin-bottom: 16px;
}
.worksheet-aside__data-stats-wrapper [class*=reviewsCountLabel] {
  color: #8f938d;
}
.worksheet-aside__data-stats-wrapper--space-between {
  justify-content: space-between;
  gap: 12px;
}
.worksheet-aside__rating {
  margin-bottom: 16px;
}
.worksheet-aside__divider {
  width: 100%;
  height: 1px;
  background-color: #c8c8c9;
  margin-block: 16px;
}
.worksheet-aside__download-button {
  width: 100%;
}
.worksheet-aside__license {
  margin-top: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  color: #aab0a7;
}
.worksheet-aside__complaint {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #267f8c;
}

.worksheet-aside-format__title {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.28px;
  color: #8f938d;
}
.worksheet-aside-format__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.worksheet-aside-author {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  width: 100%;
  gap: 12px;
}
@media only screen and (max-width: 610px) {
  .worksheet-aside-author {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .worksheet-aside-author {
    justify-content: flex-start;
    gap: 8px;
  }
}
.worksheet-aside-author__row {
  display: flex;
  align-items: center;
}
.worksheet-aside-author__row--6 {
  gap: 6px;
}
.worksheet-aside-author__row--12 {
  gap: 12px;
}
.worksheet-aside-author__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.worksheet-aside-author__avatar img {
  min-width: 40px;
  border-radius: 50%;
}
.worksheet-aside-author__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.24px;
}
.worksheet-aside-author__school {
  font-size: 14px;
  line-height: 110%;
  color: #76767a;
}
.worksheet-aside-author__stat-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.28px;
  color: #1f1f1f;
}
.worksheet-aside-author__stat-wrapper svg {
  margin-right: 6px;
  color: #aab0a7;
}
.worksheet-aside-author__stat {
  font-size: 16px;
  line-height: 120%;
}
.worksheet-aside-author__materials-count {
  vertical-align: center;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  color: #1f1f1f;
}

.worksheet-aside-about-author {
  margin-top: 24px;
}
@media only screen and (max-width: 576px) {
  .worksheet-aside-about-author {
    margin-top: 16px;
  }
}
.worksheet-aside-about-author__about-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.worksheet-aside-about-author__about-info-item {
  line-height: 140%;
  letter-spacing: -0.28px;
  color: #676b67;
}
.worksheet-aside-about-author__about-info-item span {
  color: #1f1f1f;
}
.worksheet-aside-about-author__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  color: #8f938d;
  margin-block: 16px;
}
.worksheet-aside-about-author__title--black {
  margin-bottom: 8px;
  text-transform: none;
  color: #1f1f1f;
}
.worksheet-aside-about-author__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  gap: 12px;
}
.worksheet-aside-about-author__column {
  display: flex;
  flex-direction: column;
}
.worksheet-aside-about-author__avatar {
  width: 100%;
  height: 68px;
  min-width: 68px;
  max-width: 68px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.worksheet-aside-about-author__name {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #124700;
}
.worksheet-aside-about-author__name a {
  color: #124700;
}
.worksheet-aside-about-author__work {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow: hidden;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  text-overflow: ellipsis;
  color: #8f938d;
}
.worksheet-aside-about-author__about {
  margin: 8px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: #1f1f1f;
}
.worksheet-aside-about-author__description {
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-overflow: ellipsis;
  color: #1f1f1f;
}
.worksheet-aside-about-author__link {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-decoration: underline dashed currentColor;
  color: #1c750b;
  cursor: pointer;
  text-underline-offset: 3px;
}
.worksheet-aside-about-author__link:hover {
  text-decoration: none;
  color: #1c750b;
}

.review-user {
  margin-top: 16px;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .review-user {
    margin: 0 -10px;
  }
}
.review-user__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #292929;
}
.review-user__stars {
  display: flex;
  justify-content: center;
}
.review-user__star {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.review-user__star:not(.highlighted) {
  color: #fff;
}
.review-user__star svg {
  display: block;
  height: auto;
}
.review-user__star.highlighted {
  color: #f7b110;
}
.review-user__review {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  word-break: break-word;
  color: #424242;
}
.review-user__review:not(:empty) {
  margin-top: 16px;
}
.review-user__bottom {
  text-align: center;
}
.review-user__link {
  margin-top: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-decoration-line: underline;
  color: #1f1f1f;
}
.review-user__link:hover {
  text-decoration: none;
}

.send-review {
  margin-top: 16px;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .send-review {
    margin: 0 -10px;
  }
}
.send-review__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #292929;
}
.send-review__stars {
  display: flex;
  justify-content: center;
}
.send-review__star {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.send-review__star:not(.highlighted) {
  color: #fff;
}
.send-review__star img {
  display: block;
  height: auto;
}
.send-review__star.highlighted {
  color: #f7b110;
}
.send-review__review {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #424242;
}
.send-review__review:not(:empty) {
  margin-top: 16px;
}

.form-review {
  display: none;
  margin-top: 16px;
}
.form-review__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 8px;
}
.form-review__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #424242;
}
.form-review__count {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  white-space: nowrap;
  color: #949494;
}
.form-review__textarea {
  margin-bottom: 12px;
  padding: 12px 8px;
  width: 100%;
  height: 120px;
  min-height: 120px;
  border: 1px solid #dadada;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  background-color: #fff;
  resize: none;
}
.form-review__checkbox {
  margin-bottom: 16px;
  line-height: 16px;
}
.form-review__btn {
  margin-bottom: 8px;
}
.form-review__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #949494;
}

/*# sourceMappingURL=worksheet-aside.output.css.map */
