/* stylelint-disable */
.big-worksheet {
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .big-worksheet {
    margin-bottom: 24px;
  }
}
.big-worksheet--similar .big-worksheet-about-author__description--short {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.big-worksheet__header {
  margin-bottom: 22px;
  width: 100%;
  color: #181818;
}
.big-worksheet__title {
  margin-bottom: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.64px;
  word-break: break-word;
  hyphens: auto;
}
@media only screen and (max-width: 576px) {
  .big-worksheet__title {
    font-size: 24px;
    line-height: 130%;
  }
}
.big-worksheet__row {
  display: flex;
  width: 100%;
  margin-block-end: 40px;
}
@media only screen and (max-width: 1230px) {
  .big-worksheet__row {
    justify-content: center;
    margin-block-end: 20px;
  }
}
.big-worksheet__row--revers {
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 12px;
}
.big-worksheet__row--revers .big-worksheet__content {
  margin-right: 0;
}
.big-worksheet__content {
  position: sticky;
  left: 0;
  top: 80px;
  margin-right: 20px;
  width: 100%;
  height: fit-content;
  max-width: 708px;
}
@media only screen and (max-width: 992px) {
  .big-worksheet__content {
    margin-right: 0;
  }
}
.big-worksheet__sidebar {
  position: sticky;
  left: 0;
  top: 80px;
  width: 100%;
  height: fit-content;
  max-width: 291px;
}
@media only screen and (max-width: 992px) {
  .big-worksheet__sidebar {
    display: none;
  }
}
.big-worksheet__section {
  margin-bottom: 24px;
}
@media only screen and (max-width: 576px) {
  .big-worksheet__section {
    margin-bottom: 16px;
  }
}
.big-worksheet__card {
  padding: 16px 32px 24px 16px;
  border-radius: 5px;
  color: #181818;
  background-color: #fff;
}
@media only screen and (max-width: 420px) {
  .big-worksheet__card {
    margin: 0 -10px;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.08);
  }
}
.big-worksheet__card--equilateral {
  padding: 16px;
}
.big-worksheet__card--comments {
  padding: 24px;
}
.big-worksheet__card-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
.big-worksheet__description {
  font-size: 14px;
  line-height: 160%;
  word-break: break-word;
  word-wrap: break-word;
}
.big-worksheet__description ul {
  list-style-type: disc;
  list-style-position: inside;
}
.big-worksheet__description ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.big-worksheet__description ol {
  margin-bottom: 0.9em;
  list-style-type: decimal;
  list-style-position: inside;
}
.big-worksheet__description ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.big-worksheet__description strong {
  font-weight: 700;
}
.big-worksheet__description a {
  color: #1d6ef6;
}
.big-worksheet__description.short {
  max-height: 88px;
  overflow: hidden;
}
.big-worksheet__description.short > * {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.big-worksheet__show-description {
  margin-top: 16px;
}
.big-worksheet__description-download {
  display: none;
}
@media only screen and (max-width: 576px) {
  .big-worksheet__description-download {
    display: block;
  }
}
.big-worksheet__description-download-button {
  margin-top: 16px;
  width: 100%;
}
.big-worksheet__subtitle {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #181818;
}
@media only screen and (max-width: 576px) {
  .big-worksheet__subtitle {
    font-size: 20px;
  }
}
.big-worksheet__main-card {
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(34, 34, 34, 0.08);
  background-color: #fff;
}
@media only screen and (max-width: 420px) {
  .big-worksheet__main-card {
    margin: 0 -10px;
    border-radius: 0;
  }
}
.big-worksheet__data-card {
  padding: 16px;
  color: #181818;
}
.big-worksheet__star {
  display: flex;
  align-items: center;
  gap: 6px;
}
.big-worksheet__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;
}
.big-worksheet__star-review {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #1d6ef6;
}
.big-worksheet__star-review:hover {
  text-decoration-line: underline;
}
.big-worksheet__data {
  width: 100%;
  max-width: 291px;
}
.big-worksheet__data--full-width {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .big-worksheet__data--desktop {
    display: none;
  }
}
.big-worksheet__data--mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .big-worksheet__data--mobile {
    display: block;
  }
}
.big-worksheet__old-price-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.big-worksheet__price {
  margin-bottom: 16px;
}
.big-worksheet__mobile-price-current {
  margin-left: 8px;
}
.big-worksheet__tags-block {
  margin-bottom: 8px;
}
.big-worksheet__tags-block--dynamic {
  margin-bottom: 16px;
}
.big-worksheet__tags-wrapper {
  overflow: hidden;
}
.big-worksheet__tags-wrapper--collapsed {
  max-height: 75px;
}
@media only screen and (max-width: 576px) {
  .big-worksheet__tags-wrapper--collapsed {
    max-height: 70px;
  }
}
.big-worksheet__tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.big-worksheet__tag {
  margin: 0 8px 8px 0;
}
.big-worksheet__tags-expander {
  display: block;
  padding: 0;
  outline: none;
  border: none;
  font-size: 14px;
  line-height: 120%;
  color: #267f8c;
  background-color: transparent;
}
.big-worksheet__data-stat {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 110%;
}
.big-worksheet__data-stat a {
  display: flex;
  font-weight: 500;
  color: #267f8c;
}
.big-worksheet__data-stats-wrapper .big-worksheet__data-stat {
  margin-right: 24px;
}
.big-worksheet__data-stats-wrapper .big-worksheet__data-stat:last-child {
  margin-right: 0;
}
.big-worksheet__data-stats-wrapper {
  display: flex;
  margin-bottom: 16px;
}
.big-worksheet__data-stats-wrapper [class*=reviewsCountLabel] {
  color: #267f8c;
}
.big-worksheet__data-stats-wrapper--space-between {
  justify-content: space-between;
  gap: 12px;
}
.big-worksheet__data-icon {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.big-worksheet__data-icon--downloads {
  background-image: url("../../../images/components/big-worksheet-view/paid-materials-download-_y5M1iG.svg");
}
.big-worksheet__data-icon--calendar {
  background-image: url("../../../images/components/big-worksheet-view/paid-materials-calendar-hDsvZHX.svg");
}
.big-worksheet__data-icon--views {
  background-image: url("../../../images/components/big-worksheet-view/paid-materials-views-X-MGvHj.svg");
}
.big-worksheet__data-icon--video {
  background-image: url("../../../images/components/big-worksheet-view/paid-materials-video-bPWWyOb.svg");
}
.big-worksheet__data-icon--comments {
  background-image: url("../../../images/components/big-worksheet-view/paid-materials-comment-hVNy6QB.svg");
  pointer-events: none;
}
.big-worksheet__data-icon--listening {
  background-image: url("../../../images/components/big-worksheet-view/paid-materials-listening-7b9k7cY.svg");
  pointer-events: none;
}
.big-worksheet__divider {
  margin-bottom: 16px;
  width: 100%;
  height: 1px;
  background-color: #c8c8c9;
}
.big-worksheet__download-button {
  width: 100%;
}
.big-worksheet__download-button--mb {
  margin-bottom: 16px;
}
.big-worksheet__big-download-button .iu-button-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.big-worksheet__big-download-button--mobile {
  margin: 8px auto 0;
  width: calc(100% - 32px);
}
.big-worksheet__license {
  margin-top: 18px;
  font-size: 14px;
  line-height: 120%;
  color: #76767a;
}
.big-worksheet__complaint {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #267f8c;
}

.big-worksheet-tag {
  position: relative;
  padding: 4px 8px 5px;
  height: 27px;
  max-width: 100%;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  line-height: 130%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #267f8c;
  background-color: #e8f5fc;
}
.big-worksheet-tag--removing {
  padding-right: 24px;
  border-radius: 5px;
  cursor: default;
}
.big-worksheet-tag--removing .paid-materials-tag__icon {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 10px;
  height: 10px;
  background-image: url("../../../images/components/big-worksheet-view/paid-materials-clear-6eaLA9v.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}

.big-worksheet-format {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8c8c9;
}
.big-worksheet-format__title {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #424242;
}
.big-worksheet-format__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.big-worksheet-author {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  width: 100%;
  gap: 12px;
}
@media only screen and (max-width: 610px) {
  .big-worksheet-author {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .big-worksheet-author {
    justify-content: flex-start;
    gap: 8px;
  }
}
.big-worksheet-author__row {
  display: flex;
  align-items: center;
}
.big-worksheet-author__row--6 {
  gap: 6px;
}
.big-worksheet-author__row--12 {
  gap: 12px;
}
.big-worksheet-author__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.big-worksheet-author__avatar {
  width: 100%;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.big-worksheet-author__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
}
.big-worksheet-author__school {
  font-size: 14px;
  line-height: 110%;
  color: #76767a;
}
.big-worksheet-author__stat-wrapper {
  display: flex;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #181818;
}
.big-worksheet-author__stat {
  font-size: 16px;
  line-height: 120%;
}
.big-worksheet-author__materials-count {
  vertical-align: center;
  font-weight: 600;
  color: #267f8c;
}
.big-worksheet-author__icon {
  margin-right: 6px;
  width: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.big-worksheet-author__icon--materials {
  background-image: url("../../../images/components/big-worksheet-view/paid-materials-count-RLEOwQ4.svg");
}
.big-worksheet-author__icon--buyers {
  background-image: url("../../../images/components/big-worksheet-view/paid-materials-customer-PJ5kbZO.svg");
}

.big-worksheet-about-author {
  margin-top: 24px;
}
@media only screen and (max-width: 576px) {
  .big-worksheet-about-author {
    margin-top: 16px;
  }
}
.big-worksheet-about-author__about-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.big-worksheet-about-author__about-info strong {
  display: block;
  font-weight: 600;
}
.big-worksheet-about-author__about-info-item {
  line-height: 120%;
}
.big-worksheet-about-author__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: #181818;
}
.big-worksheet-about-author__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 12px;
}
.big-worksheet-about-author__column {
  display: flex;
  flex-direction: column;
}
.big-worksheet-about-author__avatar {
  width: 100%;
  height: 72px;
  min-width: 72px;
  max-width: 72px;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.big-worksheet-about-author__name {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: #181818;
}
.big-worksheet-about-author__work {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow: hidden;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-overflow: ellipsis;
  color: #949494;
}
.big-worksheet-about-author__about {
  margin: 8px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: #181818;
}
.big-worksheet-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%;
  text-overflow: ellipsis;
  color: #181818;
}
.big-worksheet-about-author__link {
  margin-top: 8px;
}

.big-worksheet-audiobook .big-worksheet__data--mobile {
  background-color: #fff;
}
.big-worksheet-audiobook__player {
  position: relative;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .big-worksheet-audiobook__player {
    margin-bottom: 16px;
  }
}
.big-worksheet-audiobook__sub {
  all: unset;
  position: absolute;
  background: none !important;
  animation: none !important;
  cursor: pointer;
  inset: 0;
}
.big-worksheet-audiobook__wrap {
  display: flex;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .big-worksheet-audiobook__wrap {
    flex-direction: column;
  }
}
.big-worksheet-audiobook__wrap .material-gallery__favorite {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  outline: none;
  border: none;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjE2Ni41SDEuODMzQy45MTcuNS4xNjcgMS4yNS4xNjcgMi4xNjdWMTUuNUw2IDEzbDUuODMzIDIuNVYyLjE2N2MwLS45MTctLjc1LTEuNjY3LTEuNjY3LTEuNjY3Wm0wIDEyLjVMNiAxMS4xODMgMS44MzMgMTNWMi4xNjdoOC4zMzRWMTNaIiBmaWxsPSIjZmZmIi8+PC9zdmc+Cg==") center center no-repeat;
  background-size: 12px 15px;
}
.big-worksheet-audiobook__wrap .material-gallery__favorite:hover {
  background-color: #57a216;
}
.big-worksheet-audiobook__wrap .material-gallery__favorite:disabled {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjY2NyAwSDMuMzMzQTIuNjc1IDIuNjc1IDAgMCAwIC42NjcgMi42NjdWMjRMMTAgMjBsOS4zMzMgNFYyLjY2N0MxOS4zMzMgMS4yIDE4LjEzMyAwIDE2LjY2NyAwWm0wIDIwTDEwIDE3LjA5MyAzLjMzMyAyMFYyLjY2N2gxMy4zMzRWMjBaIiBmaWxsPSIjNzY3NjdBIi8+PC9zdmc+");
  background-color: #c8c8c9;
  cursor: not-allowed;
}
.big-worksheet-audiobook__wrap .material-gallery__favorite:disabled--active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjY2NyAwSDMuMzMzQTIuNjYzIDIuNjYzIDAgMCAwIC42OCAyLjY2N0wuNjY3IDI0IDEwIDIwbDkuMzMzIDRWMi42NjdDMTkuMzMzIDEuMiAxOC4xMzMgMCAxNi42NjcgMFoiIGZpbGw9IiM3Njc2N0EiLz48L3N2Zz4=");
  background-color: #c8c8c9;
}
.big-worksheet-audiobook__wrap .material-gallery__favorite--active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjY2NyAwSDMuMzMzQTIuNjYzIDIuNjYzIDAgMCAwIC42OCAyLjY2N0wuNjY3IDI0IDEwIDIwbDkuMzMzIDRWMi42NjdDMTkuMzMzIDEuMiAxOC4xMzMgMCAxNi42NjcgMFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
  background-color: #57a216;
}
.big-worksheet-audiobook__gallery .gallery__img-list {
  height: 216px;
  min-height: 216px;
}
.big-worksheet-audiobook__gallery.paid-materials-card__gallery.gallery {
  width: 100%;
  height: 236px;
  min-width: 216px;
  max-width: 216px;
}
@media only screen and (max-width: 768px) {
  .big-worksheet-audiobook__gallery.paid-materials-card__gallery.gallery {
    height: 294px;
    min-width: 274px;
    max-width: 274px;
  }
}

.material-gallery {
  display: flex;
  max-height: 546px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .material-gallery {
    display: block;
    max-height: 902px;
  }
}
.material-gallery__image-wrapper {
  margin-right: 20px;
  padding: 16px;
  width: 100%;
  height: 100%;
  max-width: 530px;
}
@media only screen and (max-width: 768px) {
  .material-gallery__image-wrapper {
    margin-right: 0;
    max-width: 100%;
  }
}
.material-gallery__image {
  position: relative;
  width: 514px;
  height: 514px;
  border-radius: 5px;
  user-select: none;
  -webkit-touch-callout: none;
}
@media only screen and (max-width: 768px) {
  .material-gallery__image {
    display: flex;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .material-gallery__image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .material-gallery__image::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
.material-gallery__image img {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  border-radius: 5px;
}
.material-gallery__image img.material-gallery__img-visible {
  visibility: visible;
}
.material-gallery__image span[data-src] {
  display: none;
}
.material-gallery__list {
  padding: 16px 16px 0 0;
  width: 158px;
  height: 534px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.3s;
  user-select: none;
  -webkit-touch-callout: none;
}
@media only screen and (max-width: 768px) {
  .material-gallery__list {
    display: flex;
    padding: 16px 0 16px 16px;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.material-gallery__thumbnail {
  position: relative;
  margin-bottom: 20px;
  width: 142px;
  height: 142px;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .material-gallery__thumbnail {
    margin-right: 20px;
    margin-bottom: 0;
    min-width: 142px;
    max-width: 142px;
  }
}
@media only screen and (max-width: 576px) {
  .material-gallery__thumbnail {
    margin-right: 12px;
    height: 72px;
    min-width: 72px;
    max-width: 72px;
  }
}
.material-gallery__thumbnail:hover::after, .material-gallery__thumbnail--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
.material-gallery__thumbnail:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.material-gallery__thumbnail img {
  border-radius: 5px;
}
.material-gallery__favorite {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5) url("../../../images/components/big-worksheet-view/favorite-xF46w-c.svg") center center no-repeat;
  background-size: 18px 24px;
  cursor: pointer;
}
.material-gallery__favorite:hover {
  background-color: #57a216;
}
.material-gallery__favorite:disabled {
  background-image: url("../../../images/components/big-worksheet-view/favorite-disabled-_s2txCA.svg");
  background-color: #c8c8c9;
  cursor: not-allowed;
}
.material-gallery__favorite:disabled.methodical-docs__favorites--active {
  background-image: url("../../../images/components/big-worksheet-view/favorite-painted-disabled-8Ob8b3O.svg");
  background-color: #c8c8c9;
}
.material-gallery__favorite.methodical-docs__favorites--active {
  background-image: url("../../../images/components/big-worksheet-view/favorite-painted-tIW_ATJ.svg") !important;
  background-color: #57a216;
}
.material-gallery__controls {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  width: 40px;
}
@media only screen and (max-width: 768px) {
  .material-gallery__controls {
    left: 0;
    right: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    width: 100%;
  }
}
.material-gallery__control {
  display: flex;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.28);
  background-image: linear-gradient(180deg, #ffde00 0%, #fc0 100%);
  background-color: transparent;
}
.material-gallery__control:first-child {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .material-gallery__control:first-child {
    margin-bottom: 0;
  }
}
.material-gallery__arrow {
  display: block;
  margin: auto;
  width: 20px;
  height: 13px;
  background-image: url("../../../images/components/big-worksheet-view/paid-materials-gallery-control-txcAkKh.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .material-gallery__arrow {
    transform: rotate(-90deg);
  }
}
.material-gallery__arrow--next {
  transform: rotate(-180deg);
}
@media only screen and (max-width: 768px) {
  .material-gallery__arrow--next {
    transform: rotate(90deg);
  }
}

.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;
}

.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;
}

/* stylelint-disable */
.container {
  max-width: 1248px;
}

.audio-book {
  width: 100%;
  font-family: "Golos Text", sans-serif;
}
@media only screen and (max-width: 576px) {
  .audio-book {
    margin-block-end: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .audio-book.worksheet-aside__data--desktop,
  .audio-book .worksheet-aside__sidebar {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .audio-book .worksheet-aside__data {
    grid-column: span 2;
    grid-row: 3;
    max-width: 100%;
  }
}
.audio-book__container {
  display: grid;
  grid-template-columns: minmax(600px, 880px) minmax(220px, 292px);
  grid-template-rows: repeat(2, max-content);
  width: 100%;
  gap: 20px;
}
@media only screen and (max-width: 1230px) {
  .audio-book__container {
    grid-template-columns: 693px 291px;
  }
}
@media only screen and (max-width: 992px) {
  .audio-book__container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, max-content);
    gap: 16px;
  }
}
.audio-book__header {
  position: relative;
  display: flex;
  grid-column: span 2;
  padding: 16px;
  min-height: 212px;
  border-radius: 16px;
  box-shadow: 0 0 5px 0 rgba(31, 31, 31, 0.05), 0 4px 4px 0 rgba(31, 31, 31, 0.1);
  background-color: #fff;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .audio-book__header {
    flex-direction: column;
    gap: 16px;
  }
}
.audio-book__bookmark {
  position: absolute !important;
  right: 16px;
  top: 16px;
}
@media only screen and (max-width: 576px) {
  .audio-book__bookmark {
    right: 24px;
    top: 24px;
    z-index: 10;
    width: 36px;
    height: 36px;
  }
  .audio-book__bookmark svg {
    width: 20px;
    height: 20px;
  }
}
.audio-book__bookmark .svg--fill {
  color: #00bc4b;
}
.audio-book__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .audio-book__info {
    gap: 16px;
  }
}
.audio-book__info-btn {
  align-self: flex-start;
  min-width: 159px;
}
.audio-book__title {
  width: calc(100% - 56px);
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.9px;
  margin-block-end: 16px;
  text-wrap: pretty;
}
@media only screen and (max-width: 576px) {
  .audio-book__title {
    width: 100%;
    font-size: 20px;
    line-height: 118%;
    letter-spacing: -0.2px;
  }
}
.audio-book__title-admin {
  color: red;
}
.audio-book__title-admin a {
  color: red;
}
.audio-book__author {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #124700;
  margin-block-end: 16px;
}
.audio-book__meta-info {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.28px;
  color: #676b67;
  gap: 16px;
}
.audio-book__duration {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.28px;
  color: #676b67;
}
@media only screen and (max-width: 576px) {
  .audio-book__duration {
    display: none;
  }
}

/* stylelint-disable */
.share {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .share {
    display: none;
  }
}
.share__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.28px;
  color: #8f938d;
}
.share__items {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .share__items {
    flex-direction: column;
    gap: 12px;
  }
}
.share__item {
  position: relative;
}
.share__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 8px;
  background-color: transparent;
}
.share__icon {
  display: block;
  width: 40px;
  height: 40px;
}
.share__tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 10;
  opacity: 0;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.share__tooltip.visible {
  opacity: 1;
  pointer-events: auto;
}

.book {
  justify-content: center;
  width: 100%;
  font-family: "Golos Text", sans-serif;
}
@media only screen and (max-width: 576px) {
  .book {
    margin-block-end: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .book.worksheet-aside__data--desktop,
  .book .worksheet-aside__sidebar {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .book .worksheet-aside__data {
    grid-column: span 2;
    grid-row: 3;
    max-width: 100%;
  }
}
.book__meta-info {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.28px;
  color: #676b67;
  gap: 16px;
}
.book__container {
  display: grid;
  grid-template-columns: minmax(600px, 880px) minmax(220px, 292px);
  grid-template-rows: max-content max-content;
  width: 100%;
  gap: 20px;
}
@media only screen and (max-width: 1230px) {
  .book__container {
    grid-template-columns: 693px 291px;
  }
}
@media only screen and (max-width: 992px) {
  .book__container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.book__header {
  position: relative;
  display: flex;
  grid-column: span 2;
  padding: 16px;
  min-height: 212px;
  border-radius: 16px;
  box-shadow: 0 0 5px 0 rgba(31, 31, 31, 0.05), 0 4px 4px 0 rgba(31, 31, 31, 0.1);
  background-color: #fff;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .book__header {
    flex-direction: column;
    gap: 16px;
  }
}
.book__bookmark {
  all: unset;
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(31, 31, 31, 0.05), 0 4px 4px 0 rgba(31, 31, 31, 0.1);
  background-color: #fff;
  transition: border-color 0.2s ease;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .book__bookmark {
    right: 24px;
    top: 24px;
    z-index: 10;
    width: 36px;
    height: 36px;
  }
  .book__bookmark svg {
    width: 20px;
    height: 20px;
  }
}
.book__bookmark:hover {
  border: 1px solid #1f1f1f;
}
.book__bookmark svg {
  display: block;
}
.book__bookmark-fill {
  color: #00bc4b;
}
.book__bookmark--isFavorite:hover {
  border: 1px solid #00bc4b;
}
.book__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .book__info {
    gap: 16px;
  }
}
.book__info-btn {
  align-self: flex-start;
}
@media only screen and (max-width: 576px) {
  .book__info-btn {
    width: 100%;
  }
}
.book__title {
  width: calc(100% - 56px);
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.9px;
  margin-block-end: 16px;
  text-wrap: balance;
}
@media only screen and (max-width: 576px) {
  .book__title {
    width: 100%;
    font-size: 20px;
    line-height: 118%;
    letter-spacing: -0.2px;
  }
}
.book__title-admin {
  color: red;
}
.book__title-admin a {
  color: red;
}
.book__author {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #124700;
  margin-block-end: 16px;
}
@media only screen and (max-width: 576px) {
  .book__author {
    font-size: 16px;
  }
}
.book__meta-info {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.28px;
  color: #676b67;
  gap: 16px;
}
.book__duration.hidden {
  display: none;
}

/* stylelint-disable */
.worksheet-gallery {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 180px;
  min-width: 180px;
  max-width: 180px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .worksheet-gallery {
    min-width: 100%;
    max-width: 100%;
  }
}
.worksheet-gallery--publisher {
  width: 200px;
  height: 220px;
  min-width: 220px;
  max-width: 220px;
}
.worksheet-gallery--publisher .worksheet-gallery__img-list {
  max-height: 100%;
}
.worksheet-gallery--publisher .worksheet-gallery__img img {
  display: block;
  margin: 0 auto;
  width: fit-content;
  box-shadow: 0 4px 10px 0 rgba(23, 6, 58, 0.2);
}
.worksheet-gallery__img-list {
  min-height: 168px;
  max-height: 168px;
}
.worksheet-gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* stylelint-disable */
.worksheet-description {
  display: flex;
  flex-direction: column;
  padding: 16px;
  height: fit-content;
  border-radius: 16px;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .worksheet-description {
    grid-column: span 2;
    grid-row: 2;
  }
}
.worksheet-description__about {
  line-height: 125%;
  letter-spacing: -0.28px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__about p {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.24px;
  }
}
.worksheet-description__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.24px;
  text-decoration-style: dashed;
  text-decoration-line: underline;
  color: #8f938d;
  cursor: pointer;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}
.worksheet-description__tabs {
  display: flex;
  gap: 16px;
}
.worksheet-description__tab-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.worksheet-description__tab-label .worksheet-description__tab-text {
  position: relative;
  padding: 0 12px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__tab-label .worksheet-description__tab-text {
    padding: 0 8px 8px;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: -0.21px;
  }
}
.worksheet-description__tab-label--active .worksheet-description__tab-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  border-radius: 5px;
  background-color: #24a600;
}
.worksheet-description__tab-radio {
  display: none;
}
.worksheet-description__divider {
  margin: 0;
  width: 100%;
  height: 1px;
  border: 1px solid #d6d6d6;
  margin-block-end: 24px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__divider {
    margin-block-end: 16px;
  }
}
.worksheet-description__content {
  display: none;
}
.worksheet-description__content--active {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__content--active {
    gap: 16px;
  }
}
.worksheet-description__title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__title {
    font-size: 14px;
  }
}
.worksheet-description__info {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .worksheet-description__info {
    flex-direction: column;
    gap: 8px;
  }
}
.worksheet-description__column {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 404px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.24px;
  gap: 8px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__column {
    font-size: 14px;
  }
}
.worksheet-description__column span {
  margin-right: 4px;
  color: #676b67;
}
.worksheet-description__column .worksheet-description__duration {
  color: #1f1f1f;
}
.worksheet-description__types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* 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=index.output.css.map */
