.--books-list .feed-icon {
  display: none;
}

.coming-soon-list .book__rating {
  display: none;
}

.facebook-public-groups .tile-image {
  margin-bottom: 0 !important;
}

form.webform-submission-add-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;

}

form.webform-submission-add-form > .form-wrapper {
  flex-basis: 49%;
}

form.webform-submission-add-form input, form.webform-submission-add-form textarea {
  width: 100%;
  color: #774b06;
  background: #ffd48e;
  line-height: 40px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  padding: 3px 19px;
  outline: none;
  height: 47px;
  border: 1px solid #ffd48e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}

form.webform-submission-add-form div[data-drupal-messages] {
  flex-basis: 100%;
  margin-bottom: 20px;
}

form.webform-submission-add-form textarea {
  height: 215px;
}

:root {
  --theme-bg: #fffdf8;
  --theme-surface: #ffffff;
  --theme-surface-soft: #f4efe3;
  --theme-text: #333333;
  --theme-text-muted: #777777;
  --theme-border: rgba(51, 51, 51, 0.12);
  --theme-accent: #f8a926;
  --theme-shadow: 0 20px 40px rgba(17, 17, 17, 0.08);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html[data-theme='dark'] {
  --theme-bg: #101419;
  --theme-surface: #171d24;
  --theme-surface-soft: #202833;
  --theme-text: #f4f1ea;
  --theme-text-muted: #b9b4aa;
  --theme-border: rgba(255, 255, 255, 0.12);
  --theme-accent: #ffbf55;
  --theme-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
}

html[data-theme='dark'] body {
  background: var(--theme-bg);
  color: var(--theme-text);
}

html[data-theme='dark'] .site-wrapper.-site-content,
html[data-theme='dark'] .site-wrapper.-site-footer,
html[data-theme='dark'] .site-wrapper.-site-header {
  background: var(--theme-bg);
  color: var(--theme-text);
}

.site-wrapper.-site-header {
  margin-bottom: 0;
}

html[data-theme='dark'] .inner.-site-header {
  background: rgba(23, 29, 36, 0.96);
  border-bottom: 1px solid var(--theme-border);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.header-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
  order: 10;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(51, 51, 51, 0.14);
  background: #ffffff;
  color: #333333;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.header-actions .lang.js-dropdown {
  margin-left: 0;
}

.js-dropdown-block.is-open {
  display: block !important;
}

.theme-toggle:hover {
  transform: translateY(-1px);
}

.theme-toggle__track {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: #d7d3cb;
  transition: background 0.2s ease;
}

.theme-toggle__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

.theme-toggle__label {
  font-size: 14px;
  font-weight: 600;
}

html[data-theme='dark'] .theme-toggle {
  background: var(--theme-surface-soft);
  color: var(--theme-text);
  border-color: var(--theme-border);
}

html[data-theme='dark'] .theme-toggle__track {
  background: rgba(255, 191, 85, 0.35);
}

html[data-theme='dark'] .theme-toggle__thumb {
  transform: translateX(20px);
  background: var(--theme-accent);
}

html[data-theme='dark'] .inner.-site-header .logo,
html[data-theme='dark'] .footer.-site-footer .logo {
  background: #ffffff;
  padding: 10px 14px;
}

html[data-theme='dark'] .menu__toggle,
html[data-theme='dark'] .lang.js-dropdown .lang__toggle,
html[data-theme='dark'] .lang.js-dropdown .lang__block {
  background: var(--theme-surface-soft);
  border-color: var(--theme-border);
  color: var(--theme-text);
}

html[data-theme='dark'] .menu--main,
html[data-theme='dark'] .menu--main ul.menu--level-1 {
  background: transparent;
}

.site-search-strip {
  padding: 5px 0;
}

.site-search-strip .inner {
  display: flex;
  justify-content: center;
}

.site-search-strip__form {
  display: flex;
  align-items: stretch;
  width: min(100%, 1120px);
  border: 1px solid rgba(51, 51, 51, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.05);
  overflow: hidden;
}

.site-search-strip__input {
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: #333333;
  font-size: 15px;
  outline: none;
}

.site-search-strip__input::placeholder {
  color: #7a7a7a;
}

.site-search-strip__button {
  flex: 0 0 auto;
  min-width: 118px;
  padding: 0 24px;
  border: 0;
  border-left: 1px solid rgba(51, 51, 51, 0.12);
  background: #fdbb52;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.site-search-strip__button:hover,
.site-search-strip__button:focus {
  background: #f7a324;
}

html[data-theme='dark'] .site-search-strip__form {
  background: var(--theme-surface-soft);
  border-color: var(--theme-border);
  box-shadow: var(--theme-shadow);
}

html[data-theme='dark'] .site-search-strip__input {
  color: var(--theme-text);
}

html[data-theme='dark'] .site-search-strip__input::placeholder {
  color: rgba(244, 246, 248, 0.58);
}

html[data-theme='dark'] .site-search-strip__button {
  border-left-color: var(--theme-border);
  background: var(--theme-accent);
  color: #1b1f24;
}

html[data-theme='dark'] .menu--main a.menu__link--level-1,
html[data-theme='dark'] .lang.js-dropdown .lang__toggle-text,
html[data-theme='dark'] .lang__link {
  color: var(--theme-text);
}

html[data-theme='dark'] .menu--main a.menu__link--level-1.is-active,
html[data-theme='dark'] .menu--main a.menu__link--level-1:hover,
html[data-theme='dark'] .author--teaser:hover .author__name,
html[data-theme='dark'] .book-teaser-wrapper .book__author-link,
html[data-theme='dark'] .book__header .book__author-link,
html[data-theme='dark'] .widget-title b,
html[data-theme='dark'] .book-title-wrapper .book__title b,
html[data-theme='dark'] .social-footer__link:hover {
  color: var(--theme-accent);
}

html[data-theme='dark'] .widget-wrapper.homepage-banner .widget-content,
html[data-theme='dark'] .author--teaser,
html[data-theme='dark'] .book-teaser-wrapper.-padding .bg,
html[data-theme='dark'] .book__header,
html[data-theme='dark'] .book-series-wrapper .series__books .book__picture,
html[data-theme='dark'] .books-view-list .views-exposed-form,
html[data-theme='dark'] .news-teaser-wrapper,
html[data-theme='dark'] .news-full .news__content,
html[data-theme='dark'] form.webform-submission-add-form input,
html[data-theme='dark'] form.webform-submission-add-form textarea,
html[data-theme='dark'] .js-pager__items .button {
  background: var(--theme-surface);
  color: var(--theme-text);
  border-color: var(--theme-border);
  box-shadow: var(--theme-shadow);
}

.book-series-wrapper .series__header .series__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}

.book-series-wrapper .series__header .series__title-link:hover,
.book-series-wrapper .series__header .series__title-link:focus {
  color: #f7a324;
}

.audio-badge {
  position: absolute;
  z-index: 4;
  display: block;
  pointer-events: none;
}

.audio-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.series__book {
  position: relative;
}

.books-view-list .series__book .audio-badge--series {
  top: 15%;
  left: -13px;
  width: 26px;
  height: 26px;
}

.author-books .series__book .audio-badge--series {
  top: 15%;
  left: -15px;
  width: 30px;
  height: 30px;
}

.book__picture-wrapper .audio-badge--cover {
  top: 15%;
  left: -17px;
  width: 34px;
  height: 34px;
}

.book__picture-wrapper .audio-badge--cover + .book__flags,
.book__picture-wrapper .audio-badge--cover + .audio-badge + .book__flags {
  z-index: 4;
}

html[data-theme='dark'] .audio-badge {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
}

html[data-theme='dark'] .author--teaser .author__name,
html[data-theme='dark'] .author--teaser .author__books,
html[data-theme='dark'] .author--teaser .author__books-count,
html[data-theme='dark'] .book-teaser-wrapper .book__title,
html[data-theme='dark'] .book-teaser-wrapper .book__title a,
html[data-theme='dark'] .book__author,
html[data-theme='dark'] .widget-title,
html[data-theme='dark'] .book-title-wrapper .book__title,
html[data-theme='dark'] .book-title-wrapper .book__info-line,
html[data-theme='dark'] .book-title-wrapper .book__info-label,
html[data-theme='dark'] .news-teaser-wrapper .news__title,
html[data-theme='dark'] .news-teaser-wrapper .news__content,
html[data-theme='dark'] .tile .tile-title,
html[data-theme='dark'] .tile .tile_desc,
html[data-theme='dark'] .footer.-site-footer,
html[data-theme='dark'] .copyright-footer,
html[data-theme='dark'] .mail-link {
  color: var(--theme-text);
}

html[data-theme='dark'] .widget-wrapper.-title-line .widget-title-wrapper hr,
html[data-theme='dark'] .title-wrapper hr,
html[data-theme='dark'] hr {
  border-color: var(--theme-border);
  background: var(--theme-border);
}

.author--teaser {
  overflow: hidden;
  border: 1px solid rgba(248, 169, 38, 0.22);
  border-radius: 14px;
  background: linear-gradient(180deg, #fffaf1 0%, #ffffff 42%, #fff7e7 100%);
  box-shadow: 0 16px 34px rgba(33, 28, 19, 0.13);
  cursor: pointer;
}

.author--teaser::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(248, 169, 38, 0.03) 0%, rgba(248, 169, 38, 0.32) 100%);
  pointer-events: none;
}

.author--teaser > * {
  position: relative;
  z-index: 1;
}

.author--teaser .author__avatar-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.author--teaser .author__avatar img {
  box-shadow: 0 13px 24px rgba(33, 28, 19, 0.18);
}

.author--teaser .author__name {
  color: #2f3034;
}

.author--teaser .author__books {
  color: #70737a;
  line-height: 1.35;
}

.author--teaser .author__books-count {
  color: #70737a;
}

html[data-theme='dark'] .book-teaser-wrapper.-padding .book__cover {
  background: #3a2a12;
}

html[data-theme='dark'] .book__picture-wrapper .book__more-link {
  background: linear-gradient(180deg, rgba(16, 20, 25, 0.2) 0%, rgba(16, 20, 25, 0.92) 100%);
}

html[data-theme='dark'] .books-view-list .views-exposed-form label,
html[data-theme='dark'] .books-view-list .views-exposed-form fieldset legend,
html[data-theme='dark'] .books-view-list .views-exposed-form .form-checkbox:checked + label,
html[data-theme='dark'] form.webform-submission-add-form input,
html[data-theme='dark'] form.webform-submission-add-form textarea,
html[data-theme='dark'] form.webform-submission-add-form input::placeholder,
html[data-theme='dark'] form.webform-submission-add-form textarea::placeholder {
  color: var(--theme-text);
}

.books-view-layout {
  display: block;
}

.books-view-layout__filters .books-format-filter {
  display: none;
}

.books-view-layout__filters .books-format-filter legend {
  display: block;
  color: #333;
  font-family: RobotoBold, sans-serif;
  margin-bottom: 0.75rem;
}

.books-view-layout__filters .books-format-filter .form-item:not(:last-child) {
  margin-bottom: 0.4rem;
}

.books-view-layout__filters .books-format-filter label {
  display: block;
  padding-left: 1.35rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgcng9IjMuNSIgc3Ryb2tlPSIjOUY5RjlGIi8+Cjwvc3ZnPgo=) 0 0 no-repeat;
  font-size: 0.8333333333rem;
  cursor: pointer;
}

.books-view-layout__filters .books-format-filter input.form-checkbox {
  display: none;
}

.books-view-layout__filters .books-format-filter .form-checkbox:checked + label {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgcng9IjMuNSIgZmlsbD0iI0Y4QTkyNiIgc3Ryb2tlPSIjRjhBOTI2Ii8+CjxwYXRoIGQ9Ik0xMy4yMzYgNUMxMy41Njg5IDUuMzM3OTIgMTMuOTA1MyA1LjY3MDUzIDE0LjI0NyA1Ljk5NzgzQzExLjk3IDguMzAxMzIgOS42NjI4OCAxMC41NzQ3IDcuMzgwNTQgMTIuODcyOUM1LjkxNjIzIDExLjQyMDQgNC40NjYwOCA5Ljk1Mzc1IDMgOC41MDEyNEMzLjMzODE5IDguMTcyMTcgMy42NzgxNSA3Ljg0MzEgNC4wMTI4IDcuNTEyMjZDNS4xMTU5IDguNjMwMzkgNi4yNDczMyA5LjcyMTk5IDcuMzM2MjcgMTAuODU2QzkuMzU2NTYgOC45NjY1NCAxMS4yNjE4IDYuOTQ0MzUgMTMuMjM2IDVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) 0 0 no-repeat;
}

.books-view-layout__filters .books-format-filter:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #DFDFDF;
}

@media screen and (min-width: 1200px) {
  .books-view-layout {
    display: flex;
    align-items: flex-start;
  }

  .books-view-layout__filters {
    flex: 1 0 16.875%;
    max-width: 16.875%;
    width: 16.875%;
    margin-right: 5%;
  }

  .books-view-layout__filters .books-format-filter {
    display: block;
  }

  .books-view-layout__filters .views-exposed-form {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
    display: block;
    margin-right: 0;
  }

  .books-view-layout__content {
    flex: 1 0 78.125%;
    max-width: 78.125%;
    width: 78.125%;
    margin-right: 0 !important;
  }

  .books-view-layout__content .views-infinite-scroll-content-wrapper {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0 !important;
  }

  .books-view-layout__content .views-infinite-scroll-content-wrapper:not(:last-child) {
    margin-right: 0 !important;
  }
}

html[data-theme='dark'] .books-view-layout__filters .books-format-filter legend,
html[data-theme='dark'] .books-view-layout__filters .books-format-filter .form-checkbox:checked + label,
html[data-theme='dark'] .books-view-layout__filters .books-format-filter label {
  color: var(--theme-text);
}

html[data-theme='dark'] .books-view-layout__filters .books-format-filter:not(:last-child) {
  border-bottom-color: var(--theme-border);
}

.books-mobile-filters-toggle,
.books-mobile-filters-close,
.books-mobile-filters-backdrop {
  display: none;
}

html[data-theme='dark'] form.webform-submission-add-form input,
html[data-theme='dark'] form.webform-submission-add-form textarea {
  background: var(--theme-surface-soft);
  border: 1px solid var(--theme-border);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .path-frontpage .swiper-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .path-frontpage .swiper-container .widget-title-actions,
  .path-frontpage .swiper-container.-title-line .widget-title-wrapper hr {
    display: none !important;
  }

  .path-frontpage .swiper-container .swiper-wrapper,
  .path-frontpage .swiper-container:not(.swiper-initialized) .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 1rem;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 0.4rem 0 1.35rem;
    transform: none !important;
    -webkit-overflow-scrolling: touch;
  }

  .path-frontpage .swiper-container .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }

  .path-frontpage .swiper-container .swiper-slide,
  .path-frontpage .swiper-container:not(.swiper-initialized) .swiper-wrapper > *,
  .path-frontpage .swiper-wrapper .swiper-slide {
    flex: 0 0 44% !important;
    max-width: 44% !important;
    width: 44% !important;
    margin-right: 0 !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: auto;
    padding: 0 0.15rem;
  }

  .path-frontpage .book-teaser-wrapper.-padding {
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, #fffaf1 0%, #fff 42%, #fff7e7 100%);
    box-shadow: 0 16px 34px rgba(33, 28, 19, 0.13);
    border: 1px solid rgba(248, 169, 38, 0.22);
  }

  .path-frontpage .book-teaser-wrapper.-padding .bg {
    height: 58%;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(248, 169, 38, 0.04) 0%, rgba(248, 169, 38, 0.34) 100%);
  }

  .path-frontpage .swiper-slide-next .book-teaser-wrapper .bg {
    background: linear-gradient(180deg, rgba(237, 233, 233, 0.2) 0%, rgba(237, 233, 233, 0.68) 100%);
  }

  .path-frontpage .book-teaser-wrapper.-padding .book__cover {
    display: flex;
    flex-direction: column;
    min-height: 0 !important;
    padding: 0.95rem 1.05rem 1.05rem;
  }

  .path-frontpage .book__rating {
    order: 1;
    margin: 0 0 0.55rem;
    height: 1.25rem;
    line-height: 1;
  }

  .path-frontpage .book__rating .svg-icon {
    width: 1rem;
    height: 1rem;
  }

  .path-frontpage .book__rating .svg-icon:not(:last-child) {
    margin-right: 0.12rem;
  }

  .path-frontpage .book__picture-wrapper {
    order: 2;
    align-self: center;
    width: min(10.2rem, 42vw);
    box-shadow: 0 13px 20px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
  }

  .path-frontpage .book__picture-wrapper .book__flags {
    top: 1.15rem;
    right: -0.65rem;
  }

  .path-frontpage .book__picture-wrapper .book__flag img,
  .path-frontpage .book__flags .book__flag img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  }

  .path-frontpage .book-teaser-wrapper .book__title,
  .path-frontpage .book-teaser-wrapper .book__title a {
    order: 3;
    margin: 1rem 0 0.45rem;
    font-size: 1.28rem;
    line-height: 1.12;
    color: #2f3034;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .path-frontpage .book__author {
    order: 4;
    font-size: 0.9rem;
    line-height: 1.35;
    color: #70737a;
    text-align: center;
  }

  .path-frontpage .book-teaser-wrapper.-padding .book__author-link,
  .path-frontpage .swiper-slide-next .book-teaser-wrapper .book__author-link,
  .path-frontpage .book-teaser-wrapper .book__author-link {
    color: #a96500;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .path-frontpage .book-teaser-wrapper .tags-line {
    order: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.9rem;
  }

  .path-frontpage .book-teaser-wrapper .tag {
    max-width: 100%;
    margin: 0;
    padding: 0.36rem 0.6rem;
    border: 1px solid rgba(47, 48, 52, 0.32);
    border-radius: 999px;
    font-size: 0.72rem;
    line-height: 1.15;
    color: #333;
    background: rgba(255, 255, 255, 0.72);
    overflow-wrap: anywhere;
  }

  .path-frontpage .book__picture-wrapper .book__more-link {
    display: none;
  }

  .path-extras .extra-teaser {
    width: calc(100% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .contacts-header {
    align-items: flex-start;
    gap: 2.5rem;
  }

  .contacts-header .region-1 {
    flex: 1 1 calc(47% - 1.25rem);
    max-width: calc(47% - 1.25rem);
    width: calc(47% - 1.25rem);
    margin-right: 0 !important;
  }

  .contacts-header .region-2 {
    flex: 1 1 calc(53% - 1.25rem);
    max-width: calc(53% - 1.25rem);
    width: calc(53% - 1.25rem);
  }

  .contacts-header .rte .i-mail {
    white-space: nowrap;
    font-size: clamp(12px, 1.55vw, 15px);
  }

  .contact-banner {
    width: 100%;
    max-width: 100%;
    padding: 1.8rem 1.55rem;
    box-sizing: border-box;
  }

  .contact-banner-title-wrapper {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .contact-banner-title {
    max-width: 11rem;
    line-height: 1.25;
  }

  .contact-banner-title-wrapper .svg-icon.big-mail {
    flex: 0 0 auto;
    margin-left: 0;
  }

  .contact-banner-buttons {
    --contact-newsletter-button-width: min(8rem, calc((100% - 1.25rem) / 2));
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: center;
    width: 100%;
  }

  .contact-banner-buttons .btn {
    min-width: 0;
  }

  .books-mobile-filters-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3rem;
    margin: 0 0 1.45rem;
    border: 2px solid #f8a926;
    border-radius: 8px;
    background: linear-gradient(180deg, #fffdf8 0%, #fff3d8 100%);
    color: #2f3034;
    font-family: RobotoBold, sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(36, 31, 22, 0.09);
  }

  .books-mobile-filters-toggle::before {
    content: '';
    width: 1rem;
    height: 1rem;
    margin-right: 0.55rem;
    background:
      linear-gradient(#2f3034, #2f3034) 0 2px / 100% 2px no-repeat,
      linear-gradient(#2f3034, #2f3034) 0 7px / 72% 2px no-repeat,
      linear-gradient(#2f3034, #2f3034) 0 12px / 44% 2px no-repeat;
  }

  .books-view-layout__filters {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 0;
    z-index: 10020;
    display: block;
    width: min(560px, calc(100vw - 2rem));
    max-height: min(78vh, 680px);
    padding: 1.1rem 1.2rem 1.35rem;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(248, 169, 38, 0.42);
    border-radius: 16px 16px 0 0;
    background: linear-gradient(180deg, #fffdf9 0%, #fff9ed 54%, #ffe3a7 100%);
    box-shadow: 0 -16px 42px rgba(24, 22, 18, 0.22);
    transform: translate(-50%, 110%);
    transition: transform 220ms ease;
  }

  .books-view-layout__filters.is-open {
    transform: translate(-50%, 0);
  }

  .books-view-layout__filters .books-format-filter,
  .books-view-layout__filters .views-exposed-form {
    display: block;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .books-view-layout__filters .books-format-filter {
    padding-top: 0.3rem;
  }

  .books-view-layout__filters .books-format-filter legend,
  .books-view-list .views-exposed-form fieldset legend {
    margin-bottom: 0.7rem;
    font-size: 1rem;
  }

  .books-view-layout__filters .books-format-filter:not(:last-child),
  .books-view-list .views-exposed-form fieldset.fieldgroup:not(:last-of-type) {
    padding-bottom: 1.05rem;
    margin-bottom: 1.05rem;
    border-bottom: 1px solid rgba(47, 48, 52, 0.12);
  }

  .books-view-list .views-exposed-form .form-checkboxes.bef-checkboxes,
  .books-view-layout__filters .books-format-filter .form-checkboxes.bef-checkboxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 0.75rem;
  }

  .books-view-list .views-exposed-form .form-checkboxes > .form-item:not(:last-child),
  .books-view-layout__filters .books-format-filter .form-item:not(:last-child) {
    margin-bottom: 0;
  }

  .books-view-list .views-exposed-form label,
  .books-view-layout__filters .books-format-filter label {
    min-height: 2.25rem;
    padding: 0.45rem 0.55rem 0.45rem 1.8rem;
    border: 1px solid rgba(47, 48, 52, 0.14);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.68);
    background-position: 0.55rem 0.55rem;
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .books-view-list .views-exposed-form .form-checkbox:checked + label,
  .books-view-layout__filters .books-format-filter .form-checkbox:checked + label {
    border-color: rgba(248, 169, 38, 0.82);
    background-color: rgba(248, 169, 38, 0.16);
    background-position: 0.55rem 0.55rem;
    color: #2f3034;
  }

  .books-mobile-filters-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    margin: 0 0 0.75rem auto;
    border: 0;
    border-radius: 50%;
    background: rgba(47, 48, 52, 0.08);
    color: #2f3034;
    font-size: 1.75rem;
    line-height: 1;
  }

  .books-mobile-filters-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10019;
    display: block;
    border: 0;
    background: rgba(20, 20, 20, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .books-mobile-filters-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .books-mobile-filters-locked,
  .books-mobile-filters-locked body {
    overflow: hidden;
  }

  html[data-theme='dark'] .books-view-layout__filters {
    background: linear-gradient(180deg, #181b20 0%, #202020 58%, #382814 100%);
  }

  html[data-theme='dark'] .books-mobile-filters-toggle {
    background: linear-gradient(180deg, #181b20 0%, #2a2117 100%);
    color: var(--theme-text);
  }

  html[data-theme='dark'] .books-mobile-filters-toggle::before {
    background:
      linear-gradient(var(--theme-text), var(--theme-text)) 0 2px / 100% 2px no-repeat,
      linear-gradient(var(--theme-text), var(--theme-text)) 0 7px / 72% 2px no-repeat,
      linear-gradient(var(--theme-text), var(--theme-text)) 0 12px / 44% 2px no-repeat;
  }

  html[data-theme='dark'] .books-mobile-filters-close,
  html[data-theme='dark'] .books-view-list .views-exposed-form label,
  html[data-theme='dark'] .books-view-layout__filters .books-format-filter label {
    color: var(--theme-text);
  }
}

html[data-theme='dark'] .news-header {
  background-color: #0f1419;
}

html[data-theme='dark'] .swiper-button-prev circle,
html[data-theme='dark'] .swiper-button-next circle {
  stroke: var(--theme-border);
}

html[data-theme='dark'] .swiper-button-prev path,
html[data-theme='dark'] .swiper-button-next path {
  fill: var(--theme-text);
}

html[data-theme='dark'] .js-pager__items .button:hover,
html[data-theme='dark'] .swiper-button-prev:hover,
html[data-theme='dark'] .swiper-button-next:hover {
  background: var(--theme-surface-soft);
}

@media screen and (max-width: 767px) {
  .inner.-site-header {
    height: 70px;
    max-height: 70px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .main-menu {
    order: 1;
    margin-right: 0;
    flex: 0 0 70px;
  }

  .inner.-site-header .logo {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 70px;
    display: flex;
    align-items: center;
  }

  .inner.-site-header .logo img {
    max-width: 100%;
    height: 40px;
  }

  .header-actions {
    order: 3;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    gap: 0;
    position: static;
    height: 70px;
  }

  .header-actions .lang.js-dropdown {
    order: 1;
    margin-left: 0;
    height: 70px;
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
    border-left: 1px solid #ddd;
  }

  .header-actions .lang.js-dropdown .lang__toggle {
    height: 70px;
    min-height: 70px;
    border-left: 0;
  }

  .theme-toggle {
    min-height: 42px;
    padding: 0 10px;
  }

  .theme-toggle__label {
    display: none;
  }

  .site-search-strip {
    padding: 2px 0;
  }

  .site-search-strip__form {
    width: 100%;
  }

  .site-search-strip__input {
    height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }

  .site-search-strip__button {
    min-width: 90px;
    padding: 0 14px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .inner.-site-header {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
  }

  .inner.-site-header .logo {
    flex: 0 0 auto;
  }

  .inner.-site-header .main-menu {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 28px;
  }

  .inner.-site-header .main-menu .menu--main {
    width: 100%;
  }

  .inner.-site-header .main-menu .menu--main > ul.menu--level-1 {
    width: 100%;
    justify-content: flex-end;
  }

  .header-actions {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 6px;
    margin-left: 18px;
  }

  .header-actions .lang.js-dropdown {
    width: 72px;
    min-width: 72px;
  }

  .menu--main ul.menu--level-1 li.menu__item--level-1:not(:last-child) {
    margin-right: 18px;
  }

  .menu--main a.menu__link--level-1 {
    font-size: 15px;
    white-space: nowrap;
  }
}

.site-search-page__hero {
  margin-bottom: 28px;
  padding: 28px 32px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  background:
    radial-gradient(circle at top right, rgba(248, 169, 38, 0.12), transparent 26%),
    linear-gradient(135deg, #fffdf8 0%, #f7f1e7 100%);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.06);
}

.site-search-page__intro {
  margin: 0 0 18px;
  color: #5d6672;
  font-size: 18px;
  line-height: 1.5;
}

.site-search-page__form {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.site-search-page__input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(51, 51, 51, 0.14);
  background: #ffffff;
  color: #333333;
  font-size: 17px;
  outline: none;
}

.site-search-page__input:focus {
  border-color: #f4b14a;
  box-shadow: 0 0 0 4px rgba(244, 177, 74, 0.16);
}

.site-search-page__button {
  min-width: 128px;
  padding: 0 22px;
  border: 1px solid #333333;
  border-radius: 18px;
  background: #fdbb52;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.site-search-page__button:hover,
.site-search-page__button:focus {
  background: #f7a324;
  box-shadow: 0 12px 26px rgba(247, 163, 36, 0.24);
  transform: translateY(-1px);
}

.site-search-page__summary {
  margin: 0 0 26px;
  color: #5d6672;
  font-size: 15px;
}

.site-search-results {
  margin-top: 34px;
}

.site-search-results__title {
  margin: 0 0 18px;
  color: #333333;
  font-size: 28px;
  line-height: 1.05;
  text-transform: uppercase;
}

.site-search-results__stack > * + * {
  margin-top: 18px;
}

.site-search-results--empty {
  padding: 28px 32px;
  border: 1px dashed rgba(51, 51, 51, 0.18);
  color: #6b7480;
}

html[data-theme='dark'] .site-search-page__hero {
  border-color: var(--theme-border);
  background:
    radial-gradient(circle at top right, rgba(255, 191, 85, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(23, 29, 36, 0.98) 0%, rgba(32, 40, 51, 0.96) 100%);
  box-shadow: var(--theme-shadow);
}

html[data-theme='dark'] .site-search-page__intro,
html[data-theme='dark'] .site-search-page__summary,
html[data-theme='dark'] .site-search-results--empty {
  color: rgba(244, 246, 248, 0.78);
}

html[data-theme='dark'] .site-search-page__input {
  background: var(--theme-surface);
  border-color: var(--theme-border);
  color: var(--theme-text);
}

html[data-theme='dark'] .site-search-page__input::placeholder {
  color: rgba(244, 246, 248, 0.58);
}

html[data-theme='dark'] .site-search-results__title {
  color: var(--theme-text);
}

@media screen and (max-width: 767px) {
  .site-search-page__hero {
    padding: 20px 18px;
  }

  .site-search-page__intro {
    font-size: 15px;
  }

  .site-search-page__form {
    flex-direction: column;
  }

  .site-search-page__button {
    min-height: 48px;
    width: 100%;
  }

  .site-search-results__title {
    font-size: 22px;
  }
}

body.has-newsletter-popup {
  overflow: hidden;
}

.newsletter-popup[hidden] {
  display: none !important;
}

.newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.newsletter-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(19, 24, 31, 0.68);
}

.newsletter-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  padding: 34px 32px 30px;
  background: #ffffff;
  border: 1px solid #f4b14a;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  outline: none;
}

.newsletter-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #333333;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.newsletter-popup__eyebrow {
  margin-bottom: 10px;
  color: #f7a324;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.newsletter-popup__title {
  margin: 0 0 12px;
  color: #333333;
  font-size: 36px;
  line-height: 1.05;
}

.newsletter-popup__description {
  margin: 0 0 22px;
  color: #6b7480;
  font-size: 17px;
  line-height: 1.55;
}

.newsletter-popup .webform-submission-form {
  margin: 0;
}

.newsletter-popup .webform-submission-form .form-actions {
  margin: 16px 0 0;
}

.newsletter-popup .webform-submission-form .form-item {
  margin: 0 0 12px;
}

.newsletter-popup .webform-submission-form input[type='text'],
.newsletter-popup .webform-submission-form input[type='email'] {
  width: 100%;
  min-height: 56px;
  padding: 15px 18px;
  border: 1px solid rgba(51, 51, 51, 0.18);
  background: #faf7f2;
  color: #333333;
  font-size: 16px;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-popup .webform-submission-form input[type='text']::placeholder,
.newsletter-popup .webform-submission-form input[type='email']::placeholder {
  color: #7e8794;
}

.newsletter-popup .webform-submission-form input[type='text']:focus,
.newsletter-popup .webform-submission-form input[type='email']:focus {
  border-color: #f4b14a;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(244, 177, 74, 0.16);
  outline: none;
}

.newsletter-popup .webform-button--submit,
.newsletter-popup .form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #333333;
  background: #fdbb52;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.newsletter-popup .webform-button--submit:hover,
.newsletter-popup .form-submit:hover {
  background: #f7a324;
  box-shadow: 0 10px 24px rgba(247, 163, 36, 0.24);
  transform: translateY(-1px);
}

.newsletter-popup .messages,
.newsletter-popup .webform-confirmation,
.newsletter-popup .webform-confirmation__message {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}

.newsletter-popup .messages--status,
.newsletter-popup .webform-confirmation {
  padding: 16px 18px;
  border: 1px solid rgba(244, 177, 74, 0.45);
  background: #fff7ea;
}

html[data-theme='dark'] .newsletter-popup__dialog {
  background: var(--theme-surface);
  border-color: rgba(255, 191, 85, 0.55);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
}

html[data-theme='dark'] .newsletter-popup__close,
html[data-theme='dark'] .newsletter-popup__title,
html[data-theme='dark'] .newsletter-popup .messages,
html[data-theme='dark'] .newsletter-popup .webform-confirmation,
html[data-theme='dark'] .newsletter-popup .webform-confirmation__message {
  color: var(--theme-text);
}

html[data-theme='dark'] .newsletter-popup__description {
  color: rgba(244, 246, 248, 0.78);
}

html[data-theme='dark'] .newsletter-popup .webform-submission-form input[type='text'],
html[data-theme='dark'] .newsletter-popup .webform-submission-form input[type='email'] {
  background: var(--theme-surface-soft);
  border-color: var(--theme-border);
  color: var(--theme-text);
}

html[data-theme='dark'] .newsletter-popup .webform-submission-form input[type='text']::placeholder,
html[data-theme='dark'] .newsletter-popup .webform-submission-form input[type='email']::placeholder {
  color: rgba(244, 246, 248, 0.6);
}

html[data-theme='dark'] .newsletter-popup .webform-submission-form input[type='text']:focus,
html[data-theme='dark'] .newsletter-popup .webform-submission-form input[type='email']:focus {
  border-color: rgba(255, 191, 85, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 191, 85, 0.14);
}

html[data-theme='dark'] .newsletter-popup .messages--status,
html[data-theme='dark'] .newsletter-popup .webform-confirmation {
  background: rgba(255, 191, 85, 0.08);
  border-color: rgba(255, 191, 85, 0.32);
}

@media screen and (max-width: 767px) {
  .newsletter-popup {
    padding: 16px;
  }

  .newsletter-popup__dialog {
    padding: 28px 20px 22px;
  }

  .newsletter-popup__title {
    font-size: 28px;
  }

  .newsletter-popup__description {
    font-size: 15px;
  }

  .newsletter-popup .webform-button--submit,
  .newsletter-popup .form-submit {
    width: 100%;
  }
}

.homepage-quiz-cta {
  padding: 18px 0 6px;
}

.homepage-quiz-cta__card {
  position: relative;
  overflow: hidden;
  padding: 24px 28px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  background:
    radial-gradient(circle at top right, rgba(248, 169, 38, 0.14), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f8f2e8 100%);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.06);
}

.homepage-quiz-cta__eyebrow {
  margin-bottom: 10px;
  color: #f7a324;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.homepage-quiz-cta__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.homepage-quiz-cta__copy {
  max-width: 720px;
}

.homepage-quiz-cta__title {
  margin: 0 0 8px;
  color: #333333;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 0.98;
  text-transform: uppercase;
}

.homepage-quiz-cta__text {
  margin: 0;
  color: #5d6672;
  font-size: 16px;
  line-height: 1.45;
}

.homepage-quiz-cta__action {
  flex-shrink: 0;
}

.homepage-quiz-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #333333;
  border-radius: 18px;
  background: #fdbb52;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.homepage-quiz-cta__button:hover {
  background: #f7a324;
  box-shadow: 0 12px 26px rgba(247, 163, 36, 0.24);
  transform: translateY(-1px);
}

html[data-theme='dark'] .homepage-quiz-cta__card {
  border-color: var(--theme-border);
  background:
    radial-gradient(circle at top right, rgba(255, 191, 85, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(23, 29, 36, 0.98) 0%, rgba(32, 40, 51, 0.96) 100%);
  box-shadow: var(--theme-shadow);
}

html[data-theme='dark'] .homepage-quiz-cta__title,
html[data-theme='dark'] .homepage-quiz-cta__button {
  color: var(--theme-text);
}

html[data-theme='dark'] .homepage-quiz-cta__text {
  color: rgba(244, 246, 248, 0.78);
}

html[data-theme='dark'] .homepage-quiz-cta__button {
  border-color: var(--theme-border);
  background: var(--theme-accent);
}

@media screen and (max-width: 900px) {
  .homepage-quiz-cta__card {
    padding: 20px 20px;
  }

  .homepage-quiz-cta__layout {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .homepage-quiz-cta {
    padding-top: 12px;
  }

  .homepage-quiz-cta__title {
    font-size: 22px;
  }

  .homepage-quiz-cta__text {
    font-size: 14px;
  }

  .homepage-quiz-cta__button {
    width: 100%;
  }
}

.page-node-type-author .author-full .body,
.page-node-type-author .author-full .body * {
  font-family: RobotoRegular, sans-serif !important;
}

.page-node-type-author .author-full .body p,
.page-node-type-author .author-full .body span {
  color: #777777 !important;
  line-height: 27px !important;
  text-align: start !important;
  text-indent: 0 !important;
}

.page-node-type-author .author-full {
  position: relative;
  overflow: hidden;
  width: calc(100% - 2rem);
  max-width: 1120px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5rem;
  padding: 2rem;
  border: 1px solid rgba(248, 169, 38, 0.28);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 255, 255, 0.96) 43%, rgba(255, 239, 201, 0.9) 100%);
  box-shadow: 0 20px 42px rgba(33, 28, 19, 0.13);
}

.page-node-type-author .author-full::before {
  position: absolute;
  right: -14%;
  bottom: -28%;
  left: -14%;
  height: 56%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 169, 38, 0.18) 100%);
  content: "";
  pointer-events: none;
}

.page-node-type-author .author-full > * {
  position: relative;
  z-index: 1;
}

.page-node-type-author .author-full .c-title {
  margin-bottom: 1.25rem;
}

.page-node-type-author .author-full .title-wrapper .title {
  max-width: 100%;
  margin: 0;
  color: #303136;
  font-size: clamp(2rem, 4vw, 2.35rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
}

.page-node-type-author .author-full .book__header {
  align-items: flex-start;
}

.page-node-type-author .author-full .book__header .region.-first {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-right: 2rem;
}

.page-node-type-author .author-full .book__header .region.-second {
  flex: 1 1 0;
  width: auto;
  max-width: none;
}

.page-node-type-author .author-full .book__picture-wrapper {
  width: 285px;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  border: 3px solid rgba(248, 169, 38, 0.78);
  border-radius: 50%;
  box-shadow: 0 16px 30px rgba(33, 28, 19, 0.22);
}

.page-node-type-author .author-full .book__picture img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-node-type-author .author-full .body {
  max-width: 720px;
  overflow-wrap: break-word;
}

.page-node-type-author .author-full .body p:first-child {
  margin-top: 0;
}

.page-node-type-author .author-full .body a[href*="facebook.com"] {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  color: #f0a11f !important;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.page-node-type-author .author-full .body a[href*="facebook.com"]::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: linear-gradient(180deg, #3f7dec 0%, #1856c9 100%);
  box-shadow: 0 5px 12px rgba(24, 86, 201, 0.22);
  color: #ffffff;
  content: "f";
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-node-type-author .author-full {
    width: auto !important;
    max-width: calc(100vw - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 1.4rem 1.2rem 1.55rem;
    margin-top: 1rem;
    border-radius: 16px;
  }

  .page-node-type-author .author-full .c-title {
    margin-bottom: 1rem;
    text-align: center;
  }

  .page-node-type-author .author-full .title-wrapper .title {
    font-size: clamp(2rem, 9vw, 2.35rem);
    line-height: 1;
    text-align: center;
  }

  .page-node-type-author .author-full .book__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
  }

  .page-node-type-author .author-full .book__header .region.-first,
  .page-node-type-author .author-full .book__header .region.-second {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: 0;
  }

  .page-node-type-author .author-full .book__header .region.-first {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
  }

  .page-node-type-author .author-full .book__picture-wrapper {
    width: min(285px, 72vw);
  }

  .page-node-type-author .author-full .body {
    max-width: 100%;
  }

  .page-node-type-author .author-full .body p,
  .page-node-type-author .author-full .body span {
    overflow-wrap: break-word;
  }
}

.view-id-extras.view-display-id-page,
.extras-view {
  margin-top: 8px;
}

.extras-view__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.extras-view__rows {
  width: 100%;
}

.extras-view__load-more.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.extra-teaser {
  margin-bottom: 34px;
}

.extra-teaser__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 4px solid #f7a324;
  color: inherit;
  text-decoration: none;
}

.extra-teaser__title {
  margin: 0;
  color: #333333;
  font-size: 28px;
  line-height: 1.05;
}

.extra-teaser__date {
  flex: 0 0 auto;
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.extra-teaser__layout {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.extra-teaser__media {
  flex: 0 0 280px;
  min-width: 280px;
  max-width: 320px;
  display: block;
  text-decoration: none;
}

.extra-teaser__picture,
.extra-teaser__picture img,
.extra-teaser__image {
  display: block;
  width: 100%;
  height: auto;
}

.extra-teaser__copy {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 8px;
}

.extra-teaser__summary {
  color: #555555;
  font-size: 17px;
  line-height: 1.62;
  font-style: italic;
}

.extra-teaser__actions {
  margin-top: 18px;
}

.extras-view__pager {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.extra-teaser__button,
.extra-full__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #333333;
  border-radius: 18px;
  background: #fdbb52;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.extra-teaser__button:hover,
.extra-full__button:hover,
.extra-teaser__button:focus,
.extra-full__button:focus {
  background: #f7a324;
  box-shadow: 0 12px 26px rgba(247, 163, 36, 0.24);
  transform: translateY(-1px);
}

.extra-full {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.extra-full__header {
  margin-bottom: 20px;
}

.extra-full__title {
  margin: 0 0 8px;
  color: #333333;
  font-size: 52px;
  line-height: 0.96;
  text-transform: uppercase;
}

.extra-full__date {
  color: #777777;
  font-size: 18px;
  font-weight: 600;
}

.extra-full__image {
  margin-bottom: 22px;
}

.extra-full__picture,
.extra-full__picture img,
.extra-full__image img {
  display: block;
  width: 100%;
  height: auto;
}

.extra-full__video {
  margin-bottom: 22px;
}

.extra-full__video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #111111;
}

.extra-full__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.extra-full__content {
  color: #555555;
  font-size: 18px;
  line-height: 1.7;
}

.extra-full__content p > a:only-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #333333;
  border-radius: 18px;
  background: #fdbb52;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.extra-full__content p > a:only-child:hover,
.extra-full__content p > a:only-child:focus {
  background: #f7a324;
  box-shadow: 0 12px 26px rgba(247, 163, 36, 0.24);
  transform: translateY(-1px);
}

html[data-theme='dark'] .extra-teaser__header {
  border-bottom-color: var(--theme-accent);
}

html[data-theme='dark'] .extra-teaser__title,
html[data-theme='dark'] .extra-full__title {
  color: var(--theme-text);
}

html[data-theme='dark'] .extra-teaser__date,
html[data-theme='dark'] .extra-full__date,
html[data-theme='dark'] .extra-teaser__summary,
html[data-theme='dark'] .extra-full__content {
  color: rgba(244, 246, 248, 0.8);
}

html[data-theme='dark'] .extra-full__video-frame {
  background: var(--theme-surface-soft);
}

html[data-theme='dark'] .extra-teaser__button,
html[data-theme='dark'] .extra-full__button {
  border-color: var(--theme-border);
  background: var(--theme-accent);
  color: #1b1f24;
}

html[data-theme='dark'] .extra-full__content p > a:only-child {
  border-color: var(--theme-border);
  background: var(--theme-accent);
  color: #1b1f24;
}

.book__header .book__bay-link {
  padding-left: 3.5rem;
}

.book__cover-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .extra-teaser__layout {
    gap: 22px;
  }

  .extra-teaser__media {
    flex: 0 0 240px;
    min-width: 240px;
  }

  .extra-full__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .books-mobile-filters-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.1rem;
    margin: 0 0 1.25rem;
    border: 2px solid #f8a926;
    border-radius: 8px;
    background: linear-gradient(180deg, #fffdf8 0%, #fff3d8 100%);
    color: #2f3034;
    font-family: RobotoBold, sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(36, 31, 22, 0.09);
  }

  .books-mobile-filters-toggle::before {
    content: '';
    width: 1rem;
    height: 1rem;
    margin-right: 0.55rem;
    background:
      linear-gradient(#2f3034, #2f3034) 0 2px / 100% 2px no-repeat,
      linear-gradient(#2f3034, #2f3034) 0 7px / 72% 2px no-repeat,
      linear-gradient(#2f3034, #2f3034) 0 12px / 44% 2px no-repeat;
  }

  .books-view-layout__filters {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10020;
    display: block;
    width: 100%;
    max-height: min(78vh, 680px);
    padding: 1.1rem 1.2rem 1.35rem;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(248, 169, 38, 0.42);
    border-radius: 16px 16px 0 0;
    background: linear-gradient(180deg, #fffdf9 0%, #fff9ed 54%, #ffe3a7 100%);
    box-shadow: 0 -16px 42px rgba(24, 22, 18, 0.22);
    transform: translateY(110%);
    transition: transform 220ms ease;
  }

  .books-view-layout__filters.is-open {
    transform: translateY(0);
  }

  .books-view-layout__filters .books-format-filter,
  .books-view-layout__filters .views-exposed-form {
    display: block;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .books-view-layout__filters .books-format-filter {
    padding-top: 0.3rem;
  }

  .books-view-layout__filters .books-format-filter legend,
  .books-view-list .views-exposed-form fieldset legend {
    margin-bottom: 0.7rem;
    font-size: 1rem;
  }

  .books-view-layout__filters .books-format-filter:not(:last-child),
  .books-view-list .views-exposed-form fieldset.fieldgroup:not(:last-of-type) {
    padding-bottom: 1.05rem;
    margin-bottom: 1.05rem;
    border-bottom: 1px solid rgba(47, 48, 52, 0.12);
  }

  .books-view-list .views-exposed-form .form-checkboxes.bef-checkboxes,
  .books-view-layout__filters .books-format-filter .form-checkboxes.bef-checkboxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 0.75rem;
  }

  .books-view-list .views-exposed-form .form-checkboxes > .form-item:not(:last-child),
  .books-view-layout__filters .books-format-filter .form-item:not(:last-child) {
    margin-bottom: 0;
  }

  .books-view-list .views-exposed-form label,
  .books-view-layout__filters .books-format-filter label {
    min-height: 2.25rem;
    padding: 0.45rem 0.55rem 0.45rem 1.8rem;
    border: 1px solid rgba(47, 48, 52, 0.14);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.68);
    background-position: 0.55rem 0.55rem;
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .books-view-list .views-exposed-form .form-checkbox:checked + label,
  .books-view-layout__filters .books-format-filter .form-checkbox:checked + label {
    border-color: rgba(248, 169, 38, 0.82);
    background-color: rgba(248, 169, 38, 0.16);
    background-position: 0.55rem 0.55rem;
    color: #2f3034;
  }

  .books-mobile-filters-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    margin: 0 0 0.75rem auto;
    border: 0;
    border-radius: 50%;
    background: rgba(47, 48, 52, 0.08);
    color: #2f3034;
    font-size: 1.75rem;
    line-height: 1;
  }

  .books-mobile-filters-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10019;
    display: block;
    border: 0;
    background: rgba(20, 20, 20, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .books-mobile-filters-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .books-mobile-filters-locked,
  .books-mobile-filters-locked body {
    overflow: hidden;
  }

  #block-starter-content > .b-outer-wrapper.--title-line:has(.books-view-list) {
    margin-top: 2.1rem;
  }

  #block-starter-content > .b-outer-wrapper.--title-line:has(.books-view-list) .b-content {
    margin-top: 1.45rem;
  }

  html[data-theme='dark'] .books-view-layout__filters {
    background: linear-gradient(180deg, #181b20 0%, #202020 58%, #382814 100%);
  }

  html[data-theme='dark'] .books-mobile-filters-toggle {
    background: linear-gradient(180deg, #181b20 0%, #2a2117 100%);
    color: var(--theme-text);
  }

  html[data-theme='dark'] .books-mobile-filters-toggle::before {
    background:
      linear-gradient(var(--theme-text), var(--theme-text)) 0 2px / 100% 2px no-repeat,
      linear-gradient(var(--theme-text), var(--theme-text)) 0 7px / 72% 2px no-repeat,
      linear-gradient(var(--theme-text), var(--theme-text)) 0 12px / 44% 2px no-repeat;
  }

  html[data-theme='dark'] .books-mobile-filters-close,
  html[data-theme='dark'] .books-view-list .views-exposed-form label,
  html[data-theme='dark'] .books-view-layout__filters .books-format-filter label {
    color: var(--theme-text);
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="amazon_1"]) .layout,
  #block-starter-content > .b-outer-wrapper:has(img[src*="map.jpg"]) .layout {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    overflow: hidden;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="amazon_1"]) .region-1,
  #block-starter-content > .b-outer-wrapper:has(img[src*="amazon_1"]) .region-2,
  #block-starter-content > .b-outer-wrapper:has(img[src*="map.jpg"]) .region-1,
  #block-starter-content > .b-outer-wrapper:has(img[src*="map.jpg"]) .region-2 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="amazon_1"]) .region-1 {
    order: 1;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="amazon_1"]) .region-2 {
    order: 2;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="map.jpg"]) .region-2 {
    order: 1;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="map.jpg"]) .region-1 {
    order: 2;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="amazon_1"]) .title,
  #block-starter-content > .b-outer-wrapper:has(img[src*="map.jpg"]) .title {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.6rem);
    line-height: 1.05;
    overflow-wrap: normal;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="map.jpg"]) .title {
    font-size: clamp(1.75rem, 7.8vw, 2.35rem);
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="amazon_1"]) .rte,
  #block-starter-content > .b-outer-wrapper:has(img[src*="map.jpg"]) .rte {
    max-width: 100%;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="amazon_1"]) img,
  #block-starter-content > .b-outer-wrapper:has(img[src*="map.jpg"]) img {
    display: block;
    width: min(100%, 360px);
    height: auto;
    margin: 0 auto;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="map.jpg"]) img {
    width: min(100%, 340px);
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="add-books.jpg"]) .layout {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    overflow: hidden;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="add-books.jpg"]) .region-1,
  #block-starter-content > .b-outer-wrapper:has(img[src*="add-books.jpg"]) .region-2 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="add-books.jpg"]) .region-1 {
    order: 1;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="add-books.jpg"]) .region-2 {
    order: 2;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="add-books.jpg"]) .title {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="add-books.jpg"]) blockquote {
    margin-right: 0;
  }

  #block-starter-content > .b-outer-wrapper:has(img[src*="add-books.jpg"]) img {
    display: block;
    width: min(100%, 360px);
    height: auto;
    margin: 0 auto;
  }

  #block-starter-content > .b-outer-wrapper.--has-bg .title {
    max-width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.35rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  #block-starter-content > .b-outer-wrapper.--has-bg .sub-title-wrapper {
    max-width: 100%;
  }

  .contacts-header {
    gap: 1.8rem;
  }

  .contacts-header .region-1,
  .contacts-header .region-2 {
    width: 100%;
    max-width: 100%;
  }

  .contacts-header .rte .i-mail {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0.7rem 0;
    padding-left: 1.9rem;
    font-size: clamp(12px, 3.1vw, 15px);
    line-height: 1.35;
    white-space: nowrap;
  }

  .contacts-header .rte .i-mail::before {
    position: absolute;
    left: 0;
    top: 0.08em;
    margin-right: 0;
  }

  .contacts-header .rte .i-mail a {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  .contact-banner {
    width: 100%;
    max-width: 100%;
    padding: 1.35rem 1.1rem 1.45rem;
    box-sizing: border-box;
  }

  .contact-banner-title-wrapper {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .contact-banner-title {
    max-width: 11rem;
    line-height: 1.25;
  }

  .contact-banner-buttons {
    --contact-newsletter-button-width: min(8rem, 100%);
    flex-wrap: wrap;
    gap: 0.9rem 1rem;
    justify-content: center;
    margin-top: 1.35rem;
  }

  .contact-banner-buttons .btn {
    min-width: 0;
  }

  .book__header .book__bay-link {
    padding-left: 3.35rem;
  }

  .page-node-type-book .book-full {
    width: auto !important;
    max-width: calc(100vw - 2rem);
    margin: 1rem 1rem 0;
    padding: 1.25rem 1.15rem 1.45rem;
    overflow: hidden;
    border: 1px solid rgba(248, 169, 38, 0.28);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 250, 241, 0.98) 0%, rgba(255, 255, 255, 0.97) 42%, rgba(255, 238, 199, 0.92) 100%);
    box-shadow: 0 18px 38px rgba(33, 28, 19, 0.12);
  }

  .page-node-type-book .book-full .book__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
  }

  .page-node-type-book .book-full .book__header .region.-first,
  .page-node-type-book .book-full .book__header .region.-second {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: 0;
  }

  .page-node-type-book .book-full .book__header .region.-first {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-node-type-book .book-full .book__picture-wrapper {
    width: min(210px, 62vw);
    margin: 0 auto 1.55rem;
    border-radius: 4px;
    box-shadow: 0 18px 34px rgba(33, 28, 19, 0.3);
  }

  .page-node-type-book .book-full .book__picture img {
    display: block;
    width: 100%;
    height: auto;
  }

  .page-node-type-book .book-full .book__picture-wrapper .book__flags {
    top: 1rem;
    right: -0.8rem;
    display: grid;
    gap: 0.35rem;
    padding: 0.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 18px rgba(33, 28, 19, 0.14);
    backdrop-filter: blur(4px);
  }

  .page-node-type-book .book-full .book__flags.-vertical .book__flag:not(:last-child) {
    margin-bottom: 0;
  }

  .page-node-type-book .book-full .book__picture-wrapper .book__flag,
  .page-node-type-book .book-full .book__picture-wrapper .book__flag img {
    display: block;
    width: 2.05rem;
    height: 2.05rem;
    border-radius: 50%;
  }

  .page-node-type-book .book-full .book-title-wrapper {
    width: 100%;
    text-align: center;
  }

  .page-node-type-book .book-full .book__number {
    margin-bottom: 0.5rem;
    color: #7a7a7a;
    font-size: 0.95rem;
    line-height: 1.2;
  }

  .page-node-type-book .book-full .book__title {
    margin-bottom: 1rem;
    color: #2f3034;
    font-size: clamp(2rem, 8vw, 2.35rem);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: normal;
  }

  .page-node-type-book .book-full .tags-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 1.15rem;
  }

  .page-node-type-book .book-full .tags-line .tag {
    min-height: 2rem;
    margin: 0;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(47, 48, 52, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #3a3a3d;
    font-size: 0.9rem;
    line-height: 1.1;
  }

  .page-node-type-book .book-full .tags-line .tag::before {
    display: none;
    content: none;
  }

  .page-node-type-book .book-full .book__info {
    display: grid;
    gap: 0.45rem;
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(248, 169, 38, 0.28);
    border-bottom: 1px solid rgba(248, 169, 38, 0.18);
    text-align: left;
  }

  .page-node-type-book .book-full .book__info-line {
    display: grid;
    grid-template-columns: minmax(6.4rem, max-content) 1fr;
    gap: 0.35rem 0.55rem;
    align-items: baseline;
    margin-top: 0;
  }

  .page-node-type-book .book-full .book__info-label {
    margin-right: 0;
    color: #333333;
  }

  .page-node-type-book .book-full .book__info-value {
    min-width: 0;
    color: #6f6f74;
  }

  .page-node-type-book .book-full .book__author-link {
    color: #f0a11f;
    text-underline-offset: 3px;
  }

  .page-node-type-book .book-full .book__body {
    width: 100%;
    margin-top: 1.35rem;
    color: #6f6f74;
    font-size: 1rem;
    line-height: 1.65;
  }

  .page-node-type-book .book-full .book__body p,
  .page-node-type-book .book-full .book__body span {
    background: transparent !important;
  }

  .page-node-type-book .book-full .book__body p:first-child {
    margin-top: 0;
  }

  .extras-view__inner {
    width: calc(100% - 32px);
  }

  .extra-teaser {
    margin-bottom: 28px;
  }

  .extra-teaser__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .extra-teaser__title {
    font-size: 24px;
  }

  .extra-teaser__layout {
    flex-direction: column;
    gap: 14px;
  }

  .extra-teaser__media {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .extra-teaser__copy {
    padding-top: 0;
  }

  .extra-teaser__summary,
  .extra-full__content {
    font-size: 16px;
  }

  .extra-full__title {
    font-size: 30px;
  }

  .extra-full {
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 1199px) {
  .site-wrapper.-site-header,
  .site-wrapper.-site-header .inner.-site-header,
  .site-wrapper.-site-header .main-menu,
  .site-wrapper.-site-header .header-actions,
  .site-wrapper.-site-header .lang.js-dropdown {
    overflow: visible;
  }

  .site-wrapper.-site-header {
    position: relative;
    z-index: 10000;
  }

  .site-wrapper.-site-header .inner.-site-header {
    position: relative;
    z-index: 10001;
  }

  .header-actions .lang.js-dropdown .lang__block.is-open {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 10003;
    width: 72px;
    max-height: none;
    overflow: visible;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.14);
  }

  .main-menu .menu--main.is-open {
    position: fixed !important;
    top: 82px !important;
    left: 12px !important;
    right: 12px !important;
    z-index: 10002 !important;
    width: auto !important;
    max-width: min(420px, calc(100vw - 24px)) !important;
    height: auto !important;
    max-height: calc(100vh - 112px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 18px 16px 20px;
    border: 1px solid rgba(248, 169, 38, 0.34);
    border-radius: 14px;
    background: linear-gradient(180deg, #fffaf1 0%, #fff 44%, #fff3d8 100%);
    box-shadow: 0 18px 38px rgba(33, 28, 19, 0.2);
    opacity: 1;
    transform: translateY(0) scale(1);
    transform-origin: top left;
    animation: mobile-book-menu-in 220ms ease-out both;
  }

  .main-menu .menu--main.is-open::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(248, 169, 38, 0.2) 0 3px, transparent 3px);
    pointer-events: none;
  }

  .main-menu .menu--main.is-open ul.menu--level-1 {
    display: grid;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .main-menu .menu--main.is-open li.menu__item--level-1 {
    list-style: none;
  }

  .main-menu .menu--main.is-open a.menu__link--level-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    height: auto;
    padding: 10px 12px;
    border: 1px solid rgba(47, 48, 52, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.58);
    color: #2f3034;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(33, 28, 19, 0.06);
  }

  .main-menu .menu--main.is-open a.menu__link--level-1.is-active {
    border-color: rgba(248, 169, 38, 0.58);
    background: #f8a926;
    color: #ffffff;
  }

  .main-menu .menu--main.is-open a.menu__link--level-1:active {
    border-color: rgba(248, 169, 38, 0.58);
    background: #f8a926;
    color: #ffffff;
  }

  @keyframes mobile-book-menu-in {
    from {
      opacity: 0;
      transform: translateY(-10px) scale(0.98);
    }

    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
}

@media screen and (max-width: 767px) {
  .author--teaser {
    padding: 1.75rem 1.35rem 4.6rem;
    border-radius: 14px;
  }

  .author--teaser .author__avatar {
    margin-bottom: 1.35rem;
  }

  .author--teaser .author__name {
    margin-bottom: 0.8rem;
    white-space: normal;
  }

  .site-wrapper,
  .inner,
  .blocks-column,
  .dialog-off-canvas-main-canvas {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .widget-wrapper:not(:first-child) {
    margin-top: 3.25rem;
  }

  .widget-wrapper.-outer {
    width: 100%;
    max-width: 100%;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    box-sizing: border-box;
  }

  .widget-title-wrapper {
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.4rem;
  }

  .widget-title {
    font-size: 2.1rem;
    line-height: 0.98;
    letter-spacing: 0;
  }

  .widget-title-actions,
  .widget-wrapper.-title-line .widget-title-wrapper hr {
    display: none !important;
  }

  .swiper-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .swiper-container .swiper-wrapper,
  .swiper-container:not(.swiper-initialized) .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 0.3rem 0 1.35rem;
    transform: none !important;
    -webkit-overflow-scrolling: touch;
  }

  .swiper-container .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }

  .swiper-container .swiper-slide,
  .swiper-container:not(.swiper-initialized) .swiper-wrapper > *,
  .swiper-wrapper .swiper-slide {
    flex: 0 0 82% !important;
    max-width: 82% !important;
    width: 82% !important;
    margin-right: 0 !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: auto;
    padding: 0 0.15rem;
  }

  .book-teaser-wrapper.-padding {
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, #fffaf1 0%, #fff 42%, #fff7e7 100%);
    box-shadow: 0 16px 34px rgba(33, 28, 19, 0.13);
    border: 1px solid rgba(248, 169, 38, 0.22);
  }

  .book-teaser-wrapper.-padding .bg {
    height: 62%;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(248, 169, 38, 0.04) 0%, rgba(248, 169, 38, 0.34) 100%);
  }

  .swiper-slide-next .book-teaser-wrapper .bg {
    background: linear-gradient(180deg, rgba(237, 233, 233, 0.2) 0%, rgba(237, 233, 233, 0.68) 100%);
  }

  .book-teaser-wrapper.-padding .book__cover {
    display: flex;
    flex-direction: column;
    min-height: 24.5rem;
    padding: 0.95rem 1.05rem 1rem;
  }

  .book__rating {
    order: 1;
    margin: 0 0 0.55rem;
    height: 1.25rem;
    line-height: 1;
  }

  .book__rating .svg-icon {
    width: 1rem;
    height: 1rem;
  }

  .book__rating .svg-icon:not(:last-child) {
    margin-right: 0.12rem;
  }

  .book__picture-wrapper {
    order: 2;
    align-self: center;
    width: min(9.1rem, 56vw);
    box-shadow: 0 13px 20px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
  }

  .book__picture-wrapper .book__flags {
    top: 1.15rem;
    right: -0.65rem;
  }

  .book__picture-wrapper .book__flag img,
  .book__flags .book__flag img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  }

  .book-teaser-wrapper .book__title,
  .book-teaser-wrapper .book__title a {
    order: 3;
    margin: 1rem 0 0.45rem;
    font-size: 1.38rem;
    line-height: 1.12;
    color: #2f3034;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .book__author {
    order: 4;
    font-size: 0.96rem;
    line-height: 1.35;
    color: #70737a;
    text-align: center;
  }

  .book-teaser-wrapper.-padding .book__author-link,
  .swiper-slide-next .book-teaser-wrapper .book__author-link,
  .book-teaser-wrapper .book__author-link {
    color: #a96500;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .book-teaser-wrapper .tags-line {
    order: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.9rem;
  }

  .book-teaser-wrapper .tag {
    max-width: 100%;
    margin: 0;
    padding: 0.38rem 0.62rem;
    border: 1px solid rgba(47, 48, 52, 0.32);
    border-radius: 999px;
    font-size: 0.78rem;
    line-height: 1.15;
    color: #333;
    background: rgba(255, 255, 255, 0.72);
    overflow-wrap: anywhere;
  }

  .book__picture-wrapper .book__more-link {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .swiper-container .swiper-slide,
  .swiper-container:not(.swiper-initialized) .swiper-wrapper > *,
  .swiper-wrapper .swiper-slide {
    flex-basis: 86% !important;
    max-width: 86% !important;
    width: 86% !important;
  }

  .book-teaser-wrapper.-padding .book__cover {
    min-height: 24rem;
  }
}
