/* 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__player-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 51;
  padding: 16px;
  height: 112px;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 5px 0 rgba(31, 31, 31, 0.05), 0 2px 3px 0 rgba(31, 31, 31, 0.1);
  background-color: #fff;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}
@media only screen and (max-width: 1230px) {
  .audio-book__player-container {
    bottom: 56px;
  }
}
@media only screen and (max-width: 576px) {
  .audio-book__player-container {
    height: 68px;
  }
}
.audio-book__player-container--mobile {
  bottom: 0;
  z-index: 201;
  height: 100vh;
}
.audio-book__player-container--hidden {
  visibility: hidden;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
  pointer-events: none;
}
@supports (height: 100dvh) {
  .audio-book__player-container--mobile {
    padding: 0;
    height: 100dvh;
  }
}
.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;
  }
}

/*# sourceMappingURL=audio-book.output.css.map */
