@font-face { font-family: "Raleway"; src: url("/assets/Raleway-Regular-80e03e49.woff") format("woff"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("/assets/Raleway-Medium-fc56256c.woff") format("woff"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("/assets/Raleway-Bold-b5daa9bb.woff") format("woff"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Rubik Dirt"; src: url("/assets/RubikDirt-Regular-46d1bb76.woff") format("woff"); font-weight: 400; font-display: swap; }

:root { --site-red: #bd6d6e; --site-green: #bdc87a; --site-dark: #494949; --site-muted: #616161; }
.site-body { min-width: 320px; margin: 0; color: #000; background: #fff; font-family: "Raleway", Arial, sans-serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
.site-body.menu-open { overflow: hidden; }
.site-body.menu-open #vk_community_messages { display: none !important; }
.site-body:has(.cookie-banner) #vk_community_messages { display: none !important; }
.site-shell { display: flex; width: 100%; min-height: 100vh; min-height: 100dvh; flex-direction: column; }
.site-shell > main { width: 100%; }
.site-shell--home { background: url("/assets/bg-2ff58cbf.png") top center no-repeat; }

.cookie-banner { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: flex; width: min(440px, calc(100vw - 40px)); padding: 22px; border: 2px solid var(--site-red); border-radius: 10px; align-items: flex-start; gap: 16px; background: #fffdf9; box-shadow: 0 18px 50px rgb(73 73 73 / 22%); opacity: 0; visibility: hidden; transform: translateX(calc(100% + 40px)); transition: transform .55s cubic-bezier(.22, 1, .36, 1), opacity .35s ease, visibility .55s; }
.cookie-banner--visible { opacity: 1; visibility: visible; transform: translateX(0); }
.cookie-banner--leaving { visibility: visible; animation: cookie-banner-leave .4s ease-in forwards; }
.cookie-banner__image { display: block; width: 72px; height: 72px; flex: 0 0 72px; }
.cookie-banner__content { min-width: 0; }
.cookie-banner p { margin: 0; color: var(--site-dark); font-size: 13px; line-height: 18px; }
.cookie-banner p a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.cookie-banner__button { min-width: 118px; min-height: 42px; padding: 10px 22px; margin-top: 17px; border: 0; border-radius: 10px; color: #fff; background: var(--site-red); font-size: 15px; font-weight: 500; line-height: 20px; cursor: pointer; transition: opacity .2s ease, transform .2s ease; }
.cookie-banner__button:hover { opacity: .85; }
.cookie-banner__button:active { transform: translateY(1px); }
.cookie-banner__button:focus-visible { outline: 3px solid rgb(189 200 122 / 70%); outline-offset: 3px; }

@keyframes cookie-banner-leave {
  to { opacity: 0; transform: translateX(calc(100% + 40px)); }
}

.site-header { position: relative; z-index: 2; display: flex; width: 100%; max-width: 1280px; margin: 0 auto; padding: 40px 50px 0; align-items: center; justify-content: space-between; }
.site-header ul, .social-links { padding: 0; margin: 0; list-style: none; }
.site-header a, .mobile-menu a { color: #000; text-decoration: none; }
.site-header__navigation { display: flex; }
.site-header__navigation li { position: relative; margin-right: 55px; font-size: 18px; line-height: 23px; }
.site-header__navigation li:last-child { margin-right: 25px; }
.site-header__navigation a:hover::after, .site-header__navigation a:focus-visible::after { position: absolute; right: 0; bottom: -3px; left: 0; height: 1px; background: #000; content: ""; }
.site-header__menu-button { display: none; padding: 0; border: 0; background: transparent; cursor: pointer; }
.site-header__menu-button img, .social-links img { display: block; }
.site-logo { display: block; line-height: 0; }
.site-logo--header img { width: 145px; height: 145px; }
.site-logo--menu img { width: 131px; height: 131px; }
.site-header__contacts, .social-links, .social-links a { display: flex; align-items: center; }
.site-header__phone { margin-right: 34px; font-size: 20px; line-height: 26px; font-feature-settings: "pnum" 1, "lnum" 1; white-space: nowrap; }
.social-links li { margin-right: 13px; }
.social-links li:last-child { margin-right: 0; }
.social-links img { width: 24px; height: 24px; }
.social-links--header span { margin-left: 8px; font-size: 16px; line-height: 21px; }

.mobile-menu { position: fixed; z-index: 50; inset: 0; visibility: hidden; background: rgb(0 0 0 / 30%); backdrop-filter: blur(2px); opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.mobile-menu--open { visibility: visible; opacity: 1; }
.mobile-menu__panel { position: absolute; inset: 0 auto 0 0; width: 50%; padding: 80px; overflow-y: auto; background: #fff; transform: translateX(-100%); transition: transform .2s ease; }
.mobile-menu--open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__close { position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; padding: 0; border: 0; background: url("/assets/close-btn-65374e28.svg") center/contain no-repeat; cursor: pointer; }
.mobile-menu__navigation { padding: 0; margin: 34px 0 0; list-style: none; }
.mobile-menu__navigation li { margin-bottom: 20px; font-size: 18px; line-height: 23px; }
.mobile-menu__phone { display: block; padding: 37px 0 17px; font-size: 20px; line-height: 26px; }

.section-title { margin: 0; color: var(--site-red); font-family: "Rubik Dirt", Arial, sans-serif; font-size: 40px; font-weight: 400; line-height: 1.2; }
.home-page { max-width: 1280px; min-height: 70vh; padding: 40px 50px 15px; margin: 0 auto; }
.home-page__mobile-logo { display: none; }
.home-page__tagline { width: 300px; margin: 173px auto 0; font-size: 18px; font-weight: 500; line-height: 23px; text-align: center; }
.home-features { display: flex; padding: 0; margin: 159px 0 0; align-items: center; justify-content: center; list-style: none; }
.home-features li { width: 380px; min-height: 247px; border-radius: 20px; background: #fff; }
.home-features li:nth-child(2) { margin: 0 20px; }
.home-features img { margin: 20px 0 15px 33px; }
.home-features li:nth-child(2) img { margin-top: 30px; margin-bottom: 7px; }
.home-features li:nth-child(3) img { margin-top: 30px; }
.home-features p { width: 316px; margin: 0 33px; font-size: 18px; line-height: 23px; }
.home-books .section-title { margin: 120px 0 50px; }
.home-books__list { display: flex; width: 100%; padding-bottom: 30px; justify-content: space-between; }
.project-video .section-title { margin: 50px 0; }
.responsive-video { position: relative; height: 0; padding-bottom: 56.25%; margin-bottom: 80px; overflow: hidden; }
.responsive-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.project-video .responsive-video { margin-bottom: 80px; }

.book-card-link, .book-card--placeholder { width: 100%; max-width: 339px; }
.book-card-link { color: inherit; text-decoration: none; }
.book-card { width: 100%; max-width: 339px; }
.book-card__image-wrap { position: relative; width: 100%; max-width: 339px; aspect-ratio: 339/540; }
.book-card__image { width: 100%; height: 100%; object-fit: cover; }
.image-skeleton { position: relative; overflow: hidden; background: #f1e7dc; }
.image-skeleton::before { position: absolute; z-index: 0; inset: 0; background: linear-gradient(100deg, #f1e7dc 20%, #fff7ef 40%, #f1e7dc 60%); background-size: 220% 100%; content: ""; animation: image-skeleton-shimmer 1.35s ease-in-out infinite; transition: opacity .35s ease; }
.image-skeleton.is-loaded { background: transparent; }
.image-skeleton.is-loaded::before { opacity: 0; animation: none; }
.image-skeleton [data-image-loading-target="image"] { position: relative; z-index: 1; opacity: 0; transition: opacity .35s ease; }
.image-skeleton.is-loaded [data-image-loading-target="image"] { opacity: 1; }
@keyframes image-skeleton-shimmer { to { background-position-x: -220%; } }
@media (prefers-reduced-motion: reduce) { .image-skeleton::before { animation: none; } }
.book-card__soon, .book-page__soon { position: absolute; top: -20px; right: -20px; padding: 3px; border-radius: 50%; background: #fff; box-shadow: 0 0 1px #959595; }
.book-card__title { max-width: 339px; margin: 24px 0 13px; color: var(--site-dark); font-size: 25px; font-weight: 800; line-height: 33px; }
.book-card-link:hover .book-card__title { color: var(--site-red); }
.book-card__author { margin: 0; font-size: 20px; line-height: 26px; }
.book-card__author span, .book-page__author span { color: var(--site-muted); font-size: 16px; line-height: 21px; }
.book-card__title-placeholder, .book-card__author-placeholder { display: block; border-radius: 8px; background: #f1e7dc; }
.book-card__title-placeholder { width: 82%; height: 25px; margin-top: 24px; }
.book-card__author-placeholder { width: 58%; height: 18px; margin-top: 13px; }

.books-page, .book-page, .contacts-page { max-width: 1280px; margin: 0 auto; padding-right: 50px; padding-left: 50px; }
.books-page { min-height: 100vh; padding-top: 70px; padding-bottom: 100px; }
.books-page__intro { margin: 24px 0 60px; font-size: 18px; line-height: 23px; }
.books-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 60px 80px; justify-items: center; }
.books-grid__page { display: contents; }
.books-grid__page--pending { display: grid; width: 100%; grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 60px 80px; justify-items: center; }

.book-page { min-height: 70vh; padding-top: 40px; }
.book-page__top { display: flex; }
.book-page__cover-wrap { position: relative; flex: 0 0 380px; width: 380px; margin-right: 122px; }
.book-page__cover-button, .book-gallery li button { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.book-page__cover-button { aspect-ratio: var(--book-cover-aspect-ratio, 2 / 3); }
.book-page__cover-button.is-loaded { aspect-ratio: auto; }
.book-page__cover { display: block; width: 100%; height: auto; }
.book-page__cover-button.is-loaded:hover .book-page__cover { opacity: .8; }
.book-page__description { max-width: 580px; }
.book-page__description h1 { margin: 20px 0 30px; color: var(--site-green); font-family: "Rubik Dirt", Arial, sans-serif; font-size: 40px; font-weight: 400; line-height: 52px; }
.book-page__author { margin: 0; font-size: 20px; line-height: 26px; }
.book-page__annotation { margin: 30px 0; font-size: 16px; line-height: 23px; }
.book-page__annotation p, .book-teach p { margin: 0 0 1em; }
.book-page__tablet-offers { display: none; }
.purchase-offers { display: flex; padding: 0; margin: 0; align-items: flex-start; justify-content: space-between; gap: 12px; list-style: none; }
.purchase-offers li { display: flex; flex-direction: column; align-items: center; text-align: center; }
.purchase-offers__button { display: block; padding: 15px; border-radius: 10px; color: #000; font-size: 16px; line-height: 21px; text-decoration: none; transition: background .2s ease; }
.purchase-offers__button--konzeptual { background: #bdc87a; } .purchase-offers__button--wildberries { background: #cdadd4; } .purchase-offers__button--ozon { background: #a0bddf; } .purchase-offers__button--vk { background: #f1e1d1; }
.purchase-offers__button--konzeptual:hover { background: #d9e788; } .purchase-offers__button--wildberries:hover { background: #e8c9ef; } .purchase-offers__button--ozon:hover { background: #b6d6fc; } .purchase-offers__button--vk:hover { background: #ffe9d2; }
.purchase-offers li > span { margin-top: 9px; font-size: 16px; line-height: 21px; font-feature-settings: "pnum" 1, "lnum" 1; }
.book-teach { display: flex; min-height: 175px; padding: 30px 50px; margin: 60px 0; border-radius: 20px; align-items: center; justify-content: space-around; gap: 50px; background: #f3f9d0; }
.book-teach h2 { flex: 0 0 auto; margin: 0; color: var(--site-dark); font-size: 30px; line-height: 39px; }
.book-teach p { max-width: 749px; font-size: 16px; line-height: 23px; }

.book-gallery { margin-bottom: 60px; }
.book-gallery .section-title { padding-top: 35px; margin-bottom: 55px; }
.book-gallery__window { width: 100%; overflow: hidden; touch-action: pan-y; overscroll-behavior-x: contain; }
.book-gallery__track { display: flex; height: 428px; padding: 0; margin: 0; column-gap: 23px; list-style: none; transition: transform .3s ease-in-out; }
.book-gallery__track li { flex: 0 0 780px; height: 424px; }
.book-gallery__track img { display: block; width: 100%; height: 424px; object-fit: contain; object-position: left center; }
.book-gallery__controls { display: flex; margin: 32px auto 0; align-items: center; justify-content: center; }
.book-gallery__controls button { width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; background: var(--site-green) url("/assets/arrow-white-left-e8833df9.svg") center no-repeat; cursor: pointer; }
.book-gallery__controls button:disabled { border: 1px solid var(--site-green); background-color: #fff; background-image: url("/assets/arrow-green-left-77b7ed93.svg"); cursor: default; }
.book-gallery__next { transform: rotate(180deg); }
.book-gallery__controls span { width: 140px; color: #494949; font-size: 18px; font-weight: 400; line-height: 23px; text-align: center; font-feature-settings: "pnum" 1, "lnum" 1; }
.book-video .section-title { margin-bottom: 50px; }

.lightbox { width: fit-content; max-width: 75vw; max-height: 75vh; padding: 0; border: 0; overflow: visible; background: transparent; }
.lightbox::backdrop { background: rgb(0 0 0 / 80%); }
.lightbox img { display: block; width: auto; height: auto; max-width: 75vw; max-height: 75vh; margin: 0; }
.lightbox button { position: absolute; top: -35px; right: -35px; width: 28px; height: 28px; padding: 0; border: 0; background: url("/assets/Close-Icon-fcfa0e01.svg") center/contain no-repeat; cursor: pointer; }
.lightbox button:hover { opacity: .6; }

.contacts-page { padding-top: 31px; }
.contacts-section { display: flex; min-height: 190px; margin-top: 59px; flex-wrap: wrap; }
.contacts-section > .section-title { margin-right: 85px; }
.contacts-section__items { display: flex; margin-top: 4px; gap: 140px; }
.contacts-section__label { margin: 0 0 6px; color: var(--site-muted); font-size: 16px; line-height: 32px; }
.contacts-section__items a { display: flex; color: #000; font-size: 16px; line-height: 32px; text-decoration: none; align-items: center; }
.contacts-section__items a[href^="tel"] { font-feature-settings: "pnum" 1, "lnum" 1, "salt" 1, "liga" 0; }
.contacts-section__items a span { margin-left: 13px; }
.cooperation-section { margin-top: 55px; }
.cooperation-list { padding: 0; margin: 20px 0 106px; list-style: none; }
.cooperation-list li { min-height: 259px; padding: 38px; margin-top: 20px; border: 2px solid var(--site-green); border-radius: 20px; }
.cooperation-list h3 { margin-top: 0; color: var(--site-dark); font-size: 25px; line-height: 33px; }
.cooperation-list p { font-size: 16px; line-height: 23px; }
.cooperation-list__button { display: inline-flex; min-width: 175px; min-height: 51px; margin-top: 10px; border-radius: 10px; align-items: center; justify-content: center; color: #000; background: var(--site-green); text-decoration: none; }

.not-found-page { display: flex; max-width: 1280px; min-height: calc(100vh - 317px); padding: 40px 50px 0; margin: 0 auto; flex-direction: column; align-items: center; }
.not-found-page picture { max-width: 650px; margin-top: 20px; }
.not-found-page img { display: block; width: 100%; }
.not-found-page h1 { margin: 25px 0 70px; font-size: 18px; font-weight: 400; line-height: 23px; text-align: center; }
.not-found-page a { color: #005bd1; }

.policy-page { max-width: 960px; min-height: 70vh; padding: 55px 50px 90px; margin: 0 auto; font-feature-settings: "pnum" 1, "lnum" 1; }
.policy-page__title span { display: block; }
.policy-page__registration-number { font-feature-settings: "pnum" 1, "lnum" 1; }
.policy-page section + section { margin-top: 42px; }
.policy-page h2 { margin: 0 0 18px; color: var(--site-dark); font-size: 24px; line-height: 31px; }
.policy-page p { margin: 0 0 13px; color: var(--site-dark); font-size: 16px; line-height: 24px; }
.policy-page .policy-page__updated { margin: 28px 0 48px; color: var(--site-muted); }
.policy-page a { color: var(--site-red); text-underline-offset: 3px; }
.policy-page code { padding: 2px 5px; border-radius: 4px; background: #f3f9d0; font-family: monospace; font-size: .9em; overflow-wrap: anywhere; }

.site-footer { width: 100%; min-height: 88px; margin-top: auto; background: var(--site-red); }
.site-footer__inner { display: flex; max-width: 1280px; padding: 31px 50px 20px; margin: auto; align-items: center; justify-content: space-between; }
.site-footer a, .site-footer__copyright { color: #fff; font-size: 16px; line-height: 32px; text-decoration: none; }
.site-footer__copyright { margin: 0; }
.site-footer__policy { display: block; width: fit-content; font-size: 12px !important; line-height: 16px !important; text-decoration: underline !important; text-underline-offset: 3px; opacity: .9; }
.site-footer__contacts { display: flex; margin: 0 111px 0 auto; align-items: center; }
.site-footer__contacts a { display: flex; align-items: center; font-feature-settings: "pnum" 1, "lnum" 1, "salt" 1, "liga" 0; }
.site-footer__contacts a + a { margin-left: 38px; }
.site-footer__contacts img { width: 17px; height: 17px; margin-right: 12px; }

@media (max-width: 1280px) {
  .home-features { margin-top: 120px; flex-direction: column; }
  .home-features li { display: flex; width: 620px; min-height: 120px; align-items: center; }
  .home-features li:nth-child(2) { margin: 20px 0; }
  .home-features img, .home-features li:nth-child(2) img, .home-features li:nth-child(3) img { flex: 0 0 auto; margin: 23px 15px 23px 33px; }
  .home-features p { width: auto; margin: 23px 21px 23px 0; }
}

@media (max-width: 1160px) {
  .site-shell--home { background-image: url("/assets/bg-tablet-6df91cd0.png"); }
  .site-header, .home-page, .books-page, .book-page, .contacts-page, .policy-page, .site-footer__inner { max-width: 720px; }
  .site-header { padding-top: 43px; }
  .site-header__menu-button { display: block; }
  .site-header__navigation, .site-header__phone { display: none; }
  .site-logo--header { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); }
  .site-logo--header img { width: 91px; height: 91px; }
  .home-page__tagline { width: 247px; font-size: 16px; line-height: 21px; }
  .home-books .section-title { margin-top: 90px; }
  .book-card-link, .book-card, .book-card--placeholder, .book-card__image-wrap { max-width: 179px; }
  .book-card__title { margin: 16px 0 8px; font-size: 20px; line-height: 26px; }
  .book-card__author { font-size: 16px; line-height: 21px; }
  .book-card__soon { width: 28%; top: -15px; right: -15px; }
  .books-grid { grid-template-columns: repeat(3, 1fr); gap: 40px; }
  .books-grid__page--pending { grid-template-columns: repeat(3, 1fr); gap: 40px; }
  .books-page .section-title { font-size: 35px; }
  .book-page { padding-top: 80px; }
  .book-page__cover-wrap { flex-basis: 200px; width: 200px; margin-right: 20px; }
  .book-page__description { max-width: 387px; }
  .book-page__description h1 { margin: 0; font-size: 25px; line-height: 33px; }
  .book-page__author { font-size: 16px; }
  .book-page__annotation { margin-top: 21px; font-size: 14px; line-height: 18px; }
  .book-page__desktop-offers { display: none; }
  .book-page__tablet-offers { display: block; margin-top: 25px; }
  .book-teach { min-height: 100px; padding: 30px 20px; margin: 40px 0 15px; flex-direction: column; align-items: flex-start; gap: 10px; }
  .book-teach h2 { font-size: 20px; line-height: 26px; }
  .book-teach p { font-size: 14px; line-height: 18px; }
  .book-gallery .section-title { margin-bottom: 35px; }
  .book-gallery__track { height: 326px; }
  .book-gallery__track li { flex-basis: 600px; height: 326px; }
  .book-gallery__track img { height: 326px; }
  .book-gallery__controls { margin-top: 38px; }
  .contacts-section { min-height: 160px; margin-top: 52px; }
  .contacts-section__items { gap: 80px; }
  .site-footer__inner { flex-wrap: wrap; justify-content: flex-start; padding-top: 28px; }
  .site-footer__contacts { order: 1; margin: 0 auto 0 0; }
  .site-footer .social-links { order: 2; }
  .site-footer__legal { order: 3; width: 100%; margin: 24px 0 8px; }
}

@media (max-width: 720px) {
  .home-features { margin-top: 150px; align-items: center; }
  .home-features li { width: 500px; min-height: 0; background: transparent; }
  .home-features p { width: 400px; margin: 0; font-size: 16px; line-height: 21px; }
  .home-features img, .home-features li:nth-child(2) img, .home-features li:nth-child(3) img { width: 69px; height: auto; margin: 0 15px 0 0; }
  .books-page__intro { font-size: 14px; line-height: 18px; margin-bottom: 40px; }
  .books-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
  .books-grid__page--pending { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
}

@media (max-width: 665px) {
  .site-header, .home-page, .books-page, .book-page, .contacts-page, .policy-page, .site-footer__inner { max-width: 360px; padding-right: 20px; padding-left: 20px; }
  .site-header, .site-footer__inner { width: 100%; max-width: none; margin-right: 0; margin-left: 0; }
  .home-page { padding-top: 0; }
  .home-books .section-title, .project-video .section-title, .section-title { font-size: 25px; line-height: 30px; }
  .project-video .section-title { margin-bottom: 30px; }
  .project-video .responsive-video { margin-bottom: 60px; }
  .book-card-link, .book-card, .book-card--placeholder, .book-card__image-wrap { max-width: 150px; }
  .book-card__title { margin: 5px 0 13px; font-size: 16px; line-height: 21px; }
  .book-card__author { font-size: 14px; line-height: 18px; }
  .book-card__author span { font-size: 12px; line-height: 16px; }
  .home-books__list .book-card-link:nth-child(n+3) { display: none; }
  .book-page { padding-top: 50px; }
  .book-page__top { flex-direction: column; align-items: center; }
  .book-page__cover-wrap { flex-basis: auto; width: 200px; margin-right: 0; }
  .book-page__description h1 { margin-top: 20px; }
  .book-page__author { margin-top: 10px; }
  .book-page__annotation { margin: 20px 0 10px; }
  .book-page__tablet-offers { margin: 20px 0 30px; }
  .purchase-offers { flex-direction: column; }
  .purchase-offers li { flex-direction: row; }
  .purchase-offers__button { width: 200px; font-size: 14px; line-height: 18px; }
  .purchase-offers li > span { margin: 0 0 0 18px; font-size: 14px; }
  .book-teach { margin-top: 30px; }
  .book-gallery { margin-bottom: 55px; }
  .book-gallery .section-title { padding-top: 35px; margin-bottom: 20px; }
  .book-gallery__track { height: 159px; }
  .book-gallery__track li { flex-basis: 293px; height: 159px; }
  .book-gallery__track img { height: 159px; }
  .book-gallery__controls { margin-top: 23px; }
  .book-gallery__controls button { width: 25px; height: 25px; }
  .book-gallery__controls span { width: 103px; font-size: 14px; line-height: 18px; }
  .contacts-section { margin-top: 13px; flex-direction: column; }
  .contacts-section > .section-title { margin-right: 0; }
  .contacts-section__items { margin-top: 30px; flex-direction: column; gap: 20px; }
  .cooperation-section { margin-top: 55px; }
  .cooperation-list { margin-bottom: 90px; }
  .cooperation-list li { padding: 28px; }
  .cooperation-list h3 { font-size: 18px; line-height: 23px; }
  .cooperation-list p { font-size: 14px; line-height: 18px; }
  .not-found-page { min-height: calc(100vh - 356px); padding: 20px; }
  .not-found-page picture { margin-top: 60px; }
  .not-found-page h1 { font-size: 16px; line-height: 21px; }
  .policy-page { padding-top: 35px; padding-bottom: 70px; }
  .policy-page__updated { margin-bottom: 35px; }
  .policy-page section + section { margin-top: 34px; }
  .policy-page h2 { font-size: 19px; line-height: 25px; }
  .policy-page p { font-size: 14px; line-height: 21px; }
  .site-footer__inner { padding: 41px 20px 0; margin: 0; flex-direction: column; align-items: flex-start; }
  .site-footer__contacts { margin: 0; flex-direction: column; align-items: flex-start; }
  .site-footer__contacts a + a { margin: 7px 0 0; }
  .site-footer .social-links { margin-top: 33px; }
  .site-footer__legal { margin: 24px 0 20px; }
  .cookie-banner { right: 12px; bottom: 12px; width: calc(100vw - 24px); padding: 18px; gap: 13px; }
  .cookie-banner__image { width: 54px; height: 54px; flex-basis: 54px; }
  .cookie-banner p { font-size: 12px; line-height: 16px; }
  .cookie-banner__button { min-height: 40px; margin-top: 14px; }
}

@media (max-width: 580px) {
  .lightbox button { top: -36px; right: 0; width: 20px; height: 20px; }
}

@media (max-width: 630px) { .site-logo--header { display: none; } }
@media (max-width: 540px) { .mobile-menu__panel { width: 70%; padding: 28px; } }
@media (max-width: 496px) {
  .site-shell--home { background-image: url("/assets/bg-mobile-929abc66.png"); }
  .site-header { padding: 20px 20px 0; margin: 0; }
  .home-page__mobile-logo { display: block; width: 131px; height: 131px; margin-top: 29px; }
  .home-page__tagline { width: 300px; margin: 13px 0 0; font-size: 18px; line-height: 23px; text-align: left; }
  .home-features { margin-top: 287px; }
  .home-features li { width: 295px; }
  .home-features p { width: 212px; font-size: 14px; line-height: 18px; }
  .home-books .section-title { margin-bottom: 31px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
