/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}ul,ol{list-style:none}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit;margin:0}table{border-collapse:collapse;border-spacing:0}img{max-width:100%;height:auto;display:block;border:0}input,button,textarea,select{font:inherit;color:inherit;background:none;border:none;outline:none;box-shadow:none;border-radius:0;padding:0;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}summary{list-style:none}details{padding:0;margin:0}button:focus,input:focus,select:focus,textarea:focus{outline:none}:root{--font-main: "Rubik", sans-serif;--color-accent: #191717;--color-arrow-btn-active: #5a2502;--color-bg: #fceee6;--color-bg-modal: rgba(11, 5, 0, .05);--color-bg-modal-overlay: rgba(0, 0, 0, .25);--color-border: #e2d7ce;--color-border-modal: rgba(11, 5, 0, .15);--color-input-bg: #f6f2ee;--color-invalid: #ad0000;--color-muted: #0b0500;--color-primary: #e15d05;--color-primary-active: #b44a04;--color-primary-hover: #0b0500;--color-secondary-active: #dad9d8;--color-secondary-hover: #ea8d50;--color-surface: #f9ede5;--color-surface-light: #fff;--cubic: cubic-bezier(.4, 0, .2, 1);--radius: 4px;--shadow: 0 2px 16px 0 rgba(0, 0, 0, .07);--transition: .2s}html{font-family:var(--font-main);font-size:16px;background:var(--color-bg);color:var(--color-accent);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{min-height:100vh;background:var(--color-bg);color:var(--color-accent);font-weight:400;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-main);font-weight:700;color:var(--color-accent);line-height:1.15}h1{font-weight:600;font-size:40px;line-height:120%;margin-bottom:.7em}h2{font-size:1.5rem;margin-bottom:.6em}h3{font-size:1.25rem;margin-bottom:.5em}h4,h5,h6{font-size:1rem;margin-bottom:.2em}p{margin-bottom:1em}a{color:var(--color-primary);transition:color var(--transition)}a:hover,a:focus{color:var(--color-primary-hover);text-decoration:underline}a:active{opacity:.8}a:disabled{opacity:.2}button,input[type=button],input[type=submit]{font-family:var(--font-main);font-weight:400;font-size:16px;line-height:150%;border:none;border-radius:var(--radius);background:var(--color-primary);color:#fff;padding:12px 24px;cursor:pointer;transition:background-color var(--transition),box-shadow var(--transition),transform var(--transition),box-shadow var(--transition);outline:none;margin:.2em 0}.btn-secondary{background:transparent;border:1px solid #0b0500;border-radius:4px;color:var(--color-muted)}.btn-secondary:hover{background:var(--color-secondary-hover);transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.btn-secondary:active{background:var(--color-secondary-active)}button:disabled,.btn-secondary:disabled{opacity:.2}button:hover,input[type=button]:hover,input[type=submit]:hover{background:var(--color-primary-hover);transform:translateY(-3px);box-shadow:0 4px 12px #00000026}button:active,input[type=button]:active,input[type=submit]:active{background:var(--color-primary-active)}input,select,textarea{font-family:inherit;font-size:1rem;color:var(--color-accent);border:1.5px solid var(--color-border);border-radius:var(--radius);background:var(--color-input-bg);padding:.5em .9em;transition:border var(--transition),box-shadow var(--transition)}input:focus,select:focus,textarea:focus{border-color:var(--color-primary);outline:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg fill='orange' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8em center;background-size:1em;padding-right:2.2em}.banner{border-radius:var(--radius);overflow:hidden;background:var(--color-surface);box-shadow:var(--shadow);margin-bottom:2em}.banner__content{padding:1.2em 1.5em;color:#fff;font-weight:500;font-size:1.15rem;background:#00000038}.banner__action{margin-top:.8em;display:inline-block;background:var(--color-primary);color:#fff;padding:.4em 1.2em;border-radius:var(--radius);font-weight:500;transition:background var(--transition)}.banner__action:hover{background:var(--color-primary-hover)}.book-card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;align-items:stretch;min-width:160px;max-width:180px;margin:.9em .8em}.book-card__img{width:100%;object-fit:cover;aspect-ratio:2/3}.book-card__info{padding:.7em .9em 1em;flex:1;display:flex;flex-direction:column;justify-content:space-between}.book-card__title{font-size:1.08rem;font-weight:600;margin-bottom:.4em}.book-card__author{color:var(--color-muted);font-size:.95rem;margin-bottom:.3em}.book-card__price{font-size:1.08rem;font-weight:700;color:var(--color-primary)}.book-card__cta{margin-top:.4em;background:var(--color-primary);color:#fff;border-radius:var(--radius);font-weight:500;padding:.4em 1em;text-align:center;cursor:pointer;transition:background var(--transition);border:none}.book-card__cta:hover{background:var(--color-primary-hover)}.sidebar{background:var(--color-surface);border-radius:var(--radius);padding:1.3em 1em;box-shadow:var(--shadow);margin-bottom:2em}.sidebar__title{font-size:1.15rem;font-weight:700;margin-bottom:1em}.sidebar__categories{list-style:none;color:var(--color-muted)}.sidebar__categories li{margin-bottom:.7em;cursor:pointer;transition:color var(--transition)}.sidebar__categories li.active,.sidebar__categories li:hover{color:var(--color-primary);font-weight:500}.navbar{background:var(--color-surface);display:flex;align-items:center;justify-content:space-between}.navbar__logo{font-size:1.15rem;font-weight:700;letter-spacing:.04em}.navbar__menu{display:flex;gap:1.5em}.navbar__item{color:var(--color-accent);font-weight:500;font-size:1rem;transition:color var(--transition);cursor:pointer}.navbar__item:hover{color:var(--color-primary)}.modal{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:2em 2.5em;max-width:600px;margin:auto}@media (max-width: 600px){.modal{padding:1em .6em;max-width:99vw}}.book-modal__img{width:170px;margin-bottom:1em;border-radius:var(--radius)}.book-modal-name{font-weight:600;font-size:40px;line-height:120%;margin-bottom:0}.book-modal-author{margin-bottom:0;font-size:14px;line-height:150%}.book-modal-price{margin-bottom:0;font-weight:400;font-size:24px;line-height:140%;letter-spacing:-.01em}.book-modal__details{margin-top:1.2em;font-size:1rem;color:var(--color-accent)}.book-modal__section-title{font-weight:600;margin-top:1.2em;margin-bottom:.4em;font-size:1.05rem}.text-center{text-align:center}.text-muted{color:var(--color-muted)}.text-bold{font-weight:700}.mt-2{margin-top:2em!important}.mb-2{margin-bottom:2em!important}table{width:100%}th,td{padding:.7em 1em;border-bottom:1px solid var(--color-border);text-align:left}img{border-radius:var(--radius)}.grid{display:flex;flex-wrap:wrap;gap:1.2em;justify-content:flex-start}.scroll-btn{position:fixed;bottom:40px;right:40px;opacity:0;border-radius:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,background-color .3s ease,transform .3s ease,box-shadow .3s ease;z-index:998;fill:#fff;display:flex;align-items:center;justify-content:center;padding:12px;width:48px;height:48px}.scroll-btn.scroll-up-icon{fill:#fff!important}.scroll-btn:hover{background:transparent;border:1px solid rgba(11,5,0,.15);transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.scroll-btn:active{border:none;background:var(--color-arrow-btn-active)}.scroll-btn.show{opacity:1;visibility:visible}@media (max-width: 900px){.grid{gap:.7em}.book-card{min-width:120px;max-width:140px}}@media (max-width: 600px){.grid{flex-direction:column;gap:.8em}.book-card{max-width:100%;min-width:100%}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#e2d7ce;border-radius:4px}::-webkit-scrollbar-track{background:transparent}@media (max-width: 1100px){html{font-size:15px}}@media (max-width: 700px){html{font-size:14px}.navbar{padding:.6em 1em}}.container{min-width:320px;max-width:375px;margin:0 auto;padding:0 16px}@media only screen and (min-width: 768px){.container{max-width:768px;padding:0 32px}}@media only screen and (min-width: 1440px){.container{max-width:1440px;padding:0 64px}}.navbar{flex-wrap:wrap;padding:16px 0}.logo{display:flex;align-items:center;gap:.5rem}.menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;width:48px;height:48px;padding:0}.nav-links{display:none;flex-direction:column;width:100%;margin-top:1rem;list-style:none;gap:1rem}.nav-links li a{text-decoration:none;font-weight:400;font-size:16px;line-height:150%;color:var(--color-scheme-1-text);transition:background .5s ease,box-shadow .5s ease;position:relative;z-index:0;overflow:hidden}.nav-links li a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--color-secondary-hover),#00d4ff);opacity:0;transition:opacity .5s ease;z-index:-1}.nav-links li a:hover:before{opacity:1}.nav-links li a:hover{color:#fff}.mobile-menu{position:fixed;top:50%;left:50%;width:100%;height:100%;background:#fff;z-index:999;display:none;flex-direction:column;transform:translate(-50%,-50%);opacity:0;transition:transform .3s ease,opacity .3s ease;background:#fceee6}.mobile-menu.active{display:flex;opacity:1}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px 8px 20px}.close-menu{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;width:48px;height:48px;padding:0;margin:0}.close-menu:hover,.menu-toggle:hover{background:transparent;transform:none;box-shadow:none}.mobile-nav-links{list-style:none;padding:16px 16px 43px;flex-direction:column;gap:40px;display:flex;align-items:center;justify-content:center}.mobile-nav-links li a{text-decoration:none;color:#0b0500;font-weight:500;font-size:20px;line-height:150%}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:998}.backdrop.active{opacity:1;visibility:visible}body.menu-open{overflow:hidden}@media (min-width: 768px){.menu-toggle,.mobile-menu,.backdrop{display:none!important}.nav-links{display:flex!important;flex-direction:row;justify-content:flex-end;width:auto;margin-top:0;gap:2rem}.close-menu:hover,.menu-toggle:hover{background:linear-gradient(135deg,var(--color-secondary-hover),#00d4ff);transition:opacity .5s ease}}a:hover{text-decoration:none}.hero-slider{position:relative;width:100%;aspect-ratio:343 / 199;margin:0 auto;overflow:hidden;border-radius:8px}.slide{position:absolute;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity .8s ease-in-out}.slide.active{opacity:1;z-index:1}.overlay{position:relative;height:100%;box-sizing:border-box;color:#fff;left:16px}.discount{position:absolute;bottom:53px;margin:0;font-family:var(--font-family);font-weight:600;font-size:20px;line-height:140%;letter-spacing:-.01em;color:var(--color-scheme-3-accent)}.ban-1,.ban-2{width:172px}.ban-3,.ban-4{width:228px}.cta-button{position:absolute;bottom:16px;background:var(--color-primary);color:#fff;text-decoration:none;padding:4px 0;width:100%;width:117px;height:20px;text-align:center;font-weight:400;border:none;border-radius:4px;transition:background-color .3s ease,transform .3s ease;font-family:var(--font-family);font-size:8px}.cta-button:hover{color:#fff;background-color:var(--color-primary-hover);transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.header-row{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:24px 0 32px}.header-row h1{margin:0;font-family:var(--font-family);font-weight:600;font-size:40px;line-height:120%;letter-spacing:-.01em;color:var(--color-scheme-1-text)}.slider-controls{display:none;justify-content:flex-start;gap:16px;margin:0}.nav{cursor:pointer;padding:12px;width:48px;height:48px;background:#e15d05;border:1px solid #c44f04;transition:background .3s ease,transform .3s ease;border-radius:0}.nav:hover,.nav:focus{background:transparent;border:1px solid rgba(11,5,0,.15);transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.nav:active{background:#5a2502;border:1px solid #4d1f02}.icon{display:inline-block;pointer-events:none;vertical-align:middle}.icon.active,.nav.is-active .icon.default{display:none}.nav.is-active .icon.active{display:inline-block}@media (min-width: 768px){.hero-slider{aspect-ratio:704 / 274;border-radius:0}.overlay{left:40px}.ban-1{width:274px}.ban-2{width:202px}.ban-3,.ban-4{width:390px}.discount{font-size:36px;bottom:80px}.cta-button{bottom:32px;width:164px;height:32px;font-size:16px}.header-row{flex-direction:row;align-items:center;justify-content:space-between;padding:24px 0 32px}.header-row h1{font-size:40px}.slider-controls{display:flex;gap:20px}}@media (min-width: 1440px){.hero-slider{width:1312px;height:395px;aspect-ratio:auto;border-radius:16px}.overlay{left:56px}.ban-1,.ban-2{width:392px}.ban-3,.ban-4{width:561px}.discount{bottom:116px;font-size:52px;line-height:120%}.cta-button{bottom:56px;width:227px;height:40px;font-size:16px;padding:8px 0}.header-row h1{font-size:52px}.slider-controls{display:flex;gap:24px;justify-content:flex-end}}.banner-1{background-image:image-set(url(/js-booksy-project-12/assets/pages-banner-1-mobile-CryEa9xN.jpg) 1x,url(/js-booksy-project-12/assets/pages-banner-1-mobile-@2x-CNo7epfd.jpg) 2x)}.banner-2{background-image:image-set(url(data:image/jpeg;base64,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) 1x,url(/js-booksy-project-12/assets/pages-banner-2-mobile-@2x-9tcIZQOc.jpg) 2x)}.banner-3{background-image:image-set(url(/js-booksy-project-12/assets/pages-banner-3-mobile-DzWwZ331.jpg) 1x,url(/js-booksy-project-12/assets/pages-banner-3-mobile-@2x-C9RnBPN_.jpg) 2x)}.banner-4{background-image:image-set(url(/js-booksy-project-12/assets/pages-banner-4-mobile-CVbykYES.jpg) 1x,url(/js-booksy-project-12/assets/pages-banner-4-mobile-@2x-Cr1kJuHU.jpg) 2x)}@media (min-width: 768px){.banner-1{background-image:image-set(url(/js-booksy-project-12/assets/pages-banner-1-tablet-BmXEBLS-.jpg) 1x,url(/js-booksy-project-12/assets/pages-banner-1-tablet-@2x-bxBJbcCy.jpg) 2x)}.banner-2{background-image:image-set(url(/js-booksy-project-12/assets/pages-banner-2-DLpJ5Afd.jpg) 1x,url(/js-booksy-project-12/assets/pages-banner-2@2x-BlBRiEwz.jpg) 2x)}.banner-3{background-image:image-set(url(/js-booksy-project-12/assets/pages-banner-3-Bg3nOrUf.jpg) 1x,url(/js-booksy-project-12/assets/pages-banner-3@2x-Ccj5ZhTM.jpg) 2x)}.banner-4{background-image:image-set(url(/js-booksy-project-12/assets/pages-banner-4-CHOAGcUp.jpg) 1x,url(/js-booksy-project-12/assets/pages-banner-4@2x-DW1_x74Z.jpg) 2x)}}@media (min-width: 1440px){.banner-1{background-image:image-set(url(/js-booksy-project-12/assets/pages-banner-1-DL-rMdMn.jpg) 1x,url(/js-booksy-project-12/assets/pages-banner-1@2x-qbrCwnfE.jpg) 2x)}.banner-2{background-image:image-set(url(/js-booksy-project-12/assets/pages-banner-2-DLpJ5Afd.jpg) 1x,url(/js-booksy-project-12/assets/pages-banner-2@2x-BlBRiEwz.jpg) 2x)}.banner-3{background-image:image-set(url(/js-booksy-project-12/assets/pages-banner-3-Bg3nOrUf.jpg) 1x,url(/js-booksy-project-12/assets/pages-banner-3@2x-Ccj5ZhTM.jpg) 2x)}.banner-4{background-image:image-set(url(/js-booksy-project-12/assets/pages-banner-4-CHOAGcUp.jpg) 1x,url(/js-booksy-project-12/assets/pages-banner-4@2x-DW1_x74Z.jpg) 2x)}}.loader{width:100px;height:70px;background:var(--color-primary);box-sizing:border-box;position:relative;border-radius:6px;perspective:700px}.loader:before{content:"";position:absolute;left:5px;right:5px;top:5px;bottom:5px;border-radius:6px;background:#f5f5f5 no-repeat;background-size:30px 5px;background-image:linear-gradient(#ddd 50px,transparent 0),linear-gradient(#ddd 50px,transparent 0),linear-gradient(#ddd 50px,transparent 0),linear-gradient(#ddd 50px,transparent 0),linear-gradient(#ddd 50px,transparent 0),linear-gradient(#ddd 50px,transparent 0);background-position:7px 15px,7px 30px,7px 45px,53px 15px,53px 30px,53px 45px;box-shadow:0 0 6px #0000002e}.loader:after{content:"";position:absolute;width:calc(50% - 5px);right:5px;top:5px;bottom:5px;border-radius:6px;background:#fff no-repeat;background-size:30px 5px;background-image:linear-gradient(#ddd 50px,transparent 0),linear-gradient(#ddd 50px,transparent 0),linear-gradient(#ddd 50px,transparent 0);background-position:50% 15px,50% 30px,50% 45px;transform:rotateY(0);transform-origin:left center;animation:paging 1s linear infinite}@keyframes paging{to{transform:rotateY(-180deg)}}.loader-booksy-title{position:absolute;left:0;right:0;bottom:-28px;width:100%;text-align:center;font-family:var(--font-main);font-weight:700;font-size:1rem;letter-spacing:.04em;color:var(--color-primary);text-shadow:0 1px 8px #fceee6cc,0 1px 6px #fff8e1bb;opacity:0;transform:translateY(7px) scale(.98);animation:loaderBooksyTitleAppear .7s .1s forwards,loaderBooksyTitlePulse 1.7s .8s infinite alternate;-webkit-user-select:none;user-select:none;pointer-events:none}@keyframes loaderBooksyTitleAppear{0%{opacity:0;transform:translateY(10px) scale(.97)}70%{opacity:1;transform:translateY(0) scale(1)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes loaderBooksyTitlePulse{0%{text-shadow:0 1px 8px #fceee6cc,0 1px 6px #fff8e1bb;opacity:1}to{text-shadow:0 1px 14px #ffd9b7bb,0 1px 12px #fff8e1;opacity:.83}}.books-section{margin:0 auto;max-width:375px;padding-bottom:32px;background:var(--color-bg)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.books-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.books-section__subtitle{font-weight:600;font-size:20px;color:var(--color-muted)}.books-section__count{font-size:14px;color:var(--color-muted)}.books-section__filters{margin-bottom:24px;position:relative;z-index:2}.categories-list{list-style:none;margin:0;padding:0}.sidebar-category-list{display:none}.categories-dropdown-btn{width:100%;background:var(--color-bg-modal);border:1.5px solid var(--color-border-modal);border-radius:var(--radius);padding:8px 12px;margin-top:0;margin-bottom:0;font-size:18px;color:var(--color-muted);text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:border var(--transition),background var(--transition);box-sizing:border-box;gap:.5em;position:relative}.categories-dropdown-btn:focus,.categories-dropdown-btn:hover{background:var(--color-surface);border-color:var(--color-primary)}.dropdown-arrow-wrap{display:flex;align-items:center;cursor:pointer}.dropdown-arrow{margin-left:12px;pointer-events:none;display:inline}.categories-dropdown-list{display:none;position:absolute;left:0;right:0;background:var(--color-input-bg);border:1.5px solid var(--color-border);border-top:none;border-radius:0 0 var(--radius) var(--radius);max-height:260px;overflow-y:auto;box-shadow:var(--shadow);z-index:10;top:100%;width:100%;scrollbar-color:var(--color-primary) var(--color-input-bg);scrollbar-width:thin}.categories-dropdown-list.open{display:block}.categories-dropdown-list li{padding:8px 12px;font-size:14px!important;color:var(--color-accent);cursor:pointer;background:var(--color-input-bg);transition:background .15s,color .15s;border:none;outline:none}.categories-dropdown-list li.selected,.categories-dropdown-list li:hover,.categories-dropdown-list li[aria-selected=true]{background:var(--color-surface)}.categories-dropdown-list::-webkit-scrollbar{width:6px}.categories-dropdown-list::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}.categories-dropdown-list::-webkit-scrollbar-track{background:transparent}.books-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:40px}.books-item{max-width:343px;display:flex;flex-direction:column;align-items:stretch;gap:0}.books-item__img{width:100%;height:488px;border-radius:8px;aspect-ratio:2/3;object-fit:cover;display:block;margin-bottom:0}.books-item__info{display:flex;justify-content:space-between;margin:16px 0 0}.books-item__title{font-size:16px;font-weight:500;text-transform:capitalize;color:var(--color-muted);margin:0;line-height:1.2}.books-item__price{font-size:20px;font-weight:600;color:var(--color-muted);white-space:nowrap}.books-item__author{font-size:14px;color:var(--color-muted);margin:0 0 16px}.books-item__btn{width:100%;font-size:16px;background-color:transparent;color:var(--color-muted);border:1px solid var(--color-muted);border-radius:var(--radius);padding:8px 0;margin-top:0;transition:background-color var(--transition),transform .3s ease;cursor:pointer}.books-item__btn:hover,.books-item__btn:focus{background-color:var(--color-secondary-hover);transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.books-section__show-more{width:100%;margin:0;border-radius:var(--radius);background-color:var(--color-primary);color:var(--color-surface-light);font-size:16px;font-weight:500;padding:12px 0;border:none;display:block;cursor:pointer;transition:background-color var(--transition),transform .3s ease}.books-section__show-more:hover,.books-section__show-more:focus{background-color:var(--color-primary-hover);transform:translateY(-3px);box-shadow:0 4px 12px #00000026}@media (max-width: 480px){.books-section{max-width:100vw}.books-list{gap:40px}.book-modal{width:99vw}}@media only screen and (min-width: 768px){.books-section{max-width:768px}.books-section-header-container{display:flex;justify-content:space-between;margin-bottom:32px}.books-section__header{width:431px;margin:0}.books-section__filters{width:249px;margin:0}.books-list{flex-direction:row;flex-wrap:wrap;row-gap:40px;column-gap:24px}.books-item{width:calc((100% - 24px)/2)}.books-item__img{width:100%;height:484px}.books-section__show-more{width:342px;margin:0 auto}}@media only screen and (min-width: 1440px){.books-section{max-width:1440px}.books-container{display:flex;gap:24px}.books-section-header-container{width:308px;flex-direction:column;justify-content:start;gap:24px}.books-section__header{display:flex;justify-content:space-between;width:308px}.sidebar-category-list{display:flex;flex-direction:column;gap:8px}.sidebar-category{font-weight:400;font-size:18px;line-height:1.5;color:var(--color-muted);transition:color .15s;cursor:pointer}.sidebar-category:hover{color:var(--color-primary)}.categories-list{display:none}.books-list-box{display:flex;flex-direction:column}.books-list{width:980px}.books-item{width:calc((100% - 72px)/4)}.books-item__img{height:323px}}.section.feedback{padding:64px 16px;max-width:375px;min-width:320px;margin:0 auto}.feedback-section-title{margin-bottom:24px;font-weight:600;font-size:36px;line-height:120%;letter-spacing:-.01em}.feedback-section-text{margin-bottom:80px;font-weight:400;font-size:18px;line-height:150%}.feedback-content{display:flex;flex-direction:column}.feedback-list{list-style:none;margin:0;padding:0}.feedback-list-item{border:1px solid rgba(11,5,0,.15);border-radius:16px;padding:32px 32px 102px;color:#0b0500;margin-bottom:32px}.user-feedback{font-weight:400;font-size:18px;line-height:150%;margin-bottom:24px}.user-card{display:flex;align-items:center;gap:16px}.avatar-image{border-radius:50%;width:48px;height:48px;object-fit:cover}.user-name{font-weight:600;font-size:16px;line-height:150%;margin-bottom:0}.user-activity{font-weight:400;font-size:16px;line-height:150%}.swiper-pagination{display:flex;gap:8px;padding:0 8px;margin:0;align-items:center;justify-content:flex-start;position:static}.feedback-controls{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:32px;margin-bottom:64px;padding:0 16px;position:relative}.navigation-buttons{display:flex;margin-left:auto;gap:16px;align-items:center;justify-content:flex-end}.feedback-button-prev,.feedback-button-next{background-color:var(--color-primary);border:1px solid rgba(11,5,0,.15);width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:static;transition:background-color .3s ease,transform .3s ease}.feedback-button-next:hover,.feedback-button-next:focus,.feedback-button-prev:hover,.feedback-button-prev:focus{background-color:inherit;transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.feedback-button-next:active,.feedback-button-prev:active{background-color:var(--color-primary-active);transform:scale(.95)}.feedback-button-prev svg,.feedback-button-next svg{fill:var(--color-surface-light)}.feedback-button-prev.is-disabled,.feedback-button-next.is-disabled{opacity:.5;pointer-events:none}@media (min-width: 768px){.section.feedback{padding:64px 32px;min-width:768px}.feedback-list-item{padding:32px}}@media (min-width: 1440px){.section.feedback{min-width:1440px;padding:64px}.feedback-section-tite{font-size:48px}}.events-p{font-weight:600;font-size:16px;line-height:1.5;text-transform:capitalize;color:var(--color-muted);margin-top:64px}.events-title{font-weight:600;font-size:36px;line-height:1.2;letter-spacing:-.01em;color:var(--color-muted);margin-top:16px;margin-bottom:16px}.events-paragraph{font-weight:400;font-size:18px;line-height:1.5;color:var(--color-muted);margin-bottom:32px}.events-list{list-style:none;padding:0;margin:0}.events-list-element{padding:0 12px;flex-shrink:0;display:flex;flex-direction:column;height:100%}.events-image-container{margin-bottom:24px;flex-shrink:0}.events-image{max-width:100%;object-fit:cover;display:block;border-radius:16px}.events-image-title{margin-bottom:16px;flex-grow:1;min-height:172px}.events-name{font-weight:400;font-size:24px;line-height:1.4;letter-spacing:-.01em;color:var(--color-muted);margin-bottom:0}.events-format{font-weight:400;font-size:16px;line-height:1.5;color:var(--color-muted);margin-bottom:8px}.events-description{font-weight:400;font-size:16px;line-height:1.5;color:var(--color-muted)}.events-register{display:inline-flex;align-items:center;font-weight:400;font-size:16px;line-height:1.5;gap:8px;color:var(--color-muted);cursor:pointer;transition:transform .2s,color .2s;text-decoration:none;background-color:inherit;margin-top:auto}.events-register:hover,.events-register:focus{color:var(--color-muted);background-color:var(--color-secondary-hover)}.events-register:active{transform:scale(.95)}.events-register svg use{fill:var(--color-muted);transition:fill .2s ease}.events-register:hover svg use,.events-register:focus svg use{fill:var(--color-primary)}@media screen and (min-width: 1440px){.events-title{font-size:48px}}.swiper{overflow:hidden}.swiper-wrapper{width:auto}.swiper-slide{box-sizing:border-box;flex-shrink:0;height:auto;display:flex;flex-direction:column;transition:transform .6s ease,opacity .6s ease}.swiper-pagination{display:flex;gap:8px;padding:0 8px;margin:0;align-items:center;position:static}.swiper-pagination-bullet{background:var(--color-secondary-active);opacity:1;width:8px;height:8px;border-radius:50%}.swiper-pagination-bullet-active{background:var(--color-muted);transform:scale(1.4)}.events-controls{display:flex;justify-content:space-between;align-items:center;margin-top:32px;margin-bottom:64px;padding:0 16px;position:relative;flex-wrap:wrap}.navigation-buttons{display:flex;gap:8px;align-items:center;margin-left:auto}.events-button-next,.events-button-prev{background-color:var(--color-primary);border:1px solid rgba(11,5,0,.15);width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:static;transition:background-color .3s ease,transform .3s ease}.events-button-next:hover,.events-button-next:focus,.events-button-prev:hover,.events-button-prev:focus{background-color:inherit;transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.events-button-next:active,.events-button-prev:active{background-color:var(--color-primary-active);transform:scale(.95)}.events-button-prev svg,.events-button-next svg{fill:var(--color-surface-light)}.swiper-button-disabled{opacity:.5;pointer-events:none}.is-hidden{display:none}.article.container{display:flex;flex-direction:column;width:100%}.article-section{padding-bottom:64px;padding-top:64px}.article-title{font-weight:600;font-size:36px;margin-bottom:24px;color:var(--color-muted);line-height:1.2;letter-spacing:-.01em}.article-paragraph{font-weight:400;font-size:18px;line-height:1.5;color:var(--color-muted);margin-bottom:0}.article-text-content{margin-bottom:32px}.article-img-thumb{width:100%;margin:0 auto;aspect-ratio:4 / 3}.article-img-thumb img{width:100%;height:100%;display:block;border-radius:16px;object-fit:cover}@media (min-width: 1440px){.article.container{flex-direction:row;flex-wrap:wrap;gap:32px}.article-title{font-size:40px}.article-text-content,.article-img-thumb{flex-basis:calc((100% - 32px)/2)}.article-text-content{margin:auto 0}.article-img-thumb{height:474px;max-width:640px}.article-img-thumb img{height:100%;width:100%;object-fit:cover}}body{margin:0}.section-location{padding:64px 16px}.section-label{width:69px;height:24px;color:var(--color-muted);line-height:1.5;font-weight:600;font-size:16px}.location-content{display:flex;justify-content:space-between;flex-wrap:wrap;flex-direction:column;gap:32px}.section-title{font-weight:600;font-size:48px;color:var(--color-muted);margin-bottom:16px;line-height:1.2}.section-text{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:0px;font-weight:400;font-size:18px;color:var(--color-muted);line-height:1.5;max-width:343px;margin-bottom:0}.contact-column{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.contact-list{font-weight:400;font-size:20px;color:var(--color-muted)}.contact-list li:not(:last-child){margin-bottom:24px}.contact-row{display:flex;align-items:flex-start;gap:16px}.contact-link{font-weight:400;font-size:16px;color:var(--color-muted);text-decoration:underline}.contact-geo{font-weight:400;font-size:16px;color:var(--color-muted)}.icon-preview svg{fill:var(--color-muted);gap:16px;display:flex;align-items:center;margin-top:8px}.contact-info{display:flex;flex-direction:column}.contact-label{font-weight:400;font-size:20px;line-height:1.4;color:var(--color-muted);margin-bottom:8px;margin-top:8px}.location-map{width:100%;max-width:343px;height:395px}.map-container{display:flex;justify-content:center;width:100%;margin-top:32px}@media screen and (min-width: 768px){.section-location{padding:64px 32px}.section-label{width:69px;height:24px}.text-column,.contact-column{width:336px}.location-map{min-width:704px}.location-content{flex-direction:row;align-items:flex-start}.map-container{margin-top:80px}}@media screen and (min-width: 1440px){.section-location{padding:64px}.location-content{gap:80px}.section-text{font-size:18px;max-width:732px}.text-column{width:732px}.contact-column{width:500px}.location-map{min-width:1312px;height:738px}.map-container{padding-bottom:42px}}.footer{padding-bottom:80px;padding-top:80px;background-color:#ea8d50}.footer-logo{width:84px;height:36px;margin:0 auto 32px}.footer-list{display:flex;flex-direction:column;gap:32px;align-items:center;margin-bottom:32px}.footer-link{color:#0b0500;font-weight:400;font-size:16px;line-height:24px}.form-title{font-weight:600;font-size:16px;line-height:24px;color:#0b0500;margin-bottom:16px}.footer-form{display:flex;flex-direction:row;gap:16px;justify-content:center;align-items:center;margin-bottom:12px}.footer-form-input{border:1px solid rgba(11,5,0,.15);border-radius:4px;padding:8px 12px;width:100%;height:48px;background-color:#0b05000d}.footer-form-input::placeholder{font-weight:400;font-size:16px;line-height:24px;color:#0b050099}.footer-btn{border:1px solid #0b0500;border-radius:4px;padding:12px 24px;width:106px;height:48px;font-weight:400;font-size:16px;line-height:24px;color:#0b0500;background-color:transparent;white-space:nowrap}.footer-btn:hover{color:#fff}.footer-note{font-weight:400;font-size:12px;line-height:18px;color:#0b0500;margin-bottom:80px}.line{border:1px solid rgba(255,255,255,.2);width:100%;height:0px;margin:0 auto 32px}.footer-end{font-weight:400;font-size:14px;line-height:21px;color:#0b0500;text-align:center}@media only screen and (min-width: 768px){.footer-list{flex-direction:row;justify-content:center}.form-wrap{display:flex;flex-direction:column;align-items:flex-start;margin:0 auto;width:400px}.footer-form-input{width:278px}.line{width:640px}}@media only screen and (min-width: 1440px){.footer-wrap{display:flex;flex-direction:row;justify-content:space-between}.form-wrap{margin:0}.footer-logo{margin:0 0 32px}.line{width:1312px}}.book-modal-overlay{position:fixed;top:0;left:0;background:var(--color-bg-modal-overlay);width:100%;height:100%;z-index:999;display:flex;justify-content:center;transition:opacity .25s var(--cubic),visibility .25s var(--cubic);opacity:0;pointer-events:none;padding:32px 16px;overflow-y:auto}.book-modal{position:absolute;display:flex;flex-direction:column;border-radius:16px;padding:64px 16px;background:var(--color-bg);width:100%;max-width:343px}.book-modal-close{position:absolute;top:24px;right:24px;background:none;outline:none;border:none;background-color:transparent;box-shadow:none;padding:0;margin:0}.book-modal-close:hover,.book-modal-close:focus{background:transparent}.book-modal-img{border-radius:8px;margin-bottom:24px;height:100%}.book-info-box{display:flex;gap:8px;flex-direction:column;margin-bottom:24px}.counter-box{display:flex;gap:8px;margin-bottom:8px;align-items:center}.counter-btn{color:#000;padding:8px 12px;margin:0}.counter{border:1px solid var(--color-border-modal);border-radius:4px;padding:8px 12px;background:var(--color-bg-modal);display:flex;align-items:center;justify-content:center;width:40px;font-weight:400;font-size:16px;line-height:150%;text-align:center}.prod-count{margin-bottom:0}.modal-btns{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.add-btn,.book-modal-buy-btn{width:100%}.iziToast{font-family:var(--font-main)!important}.iziToast-close{margin:0!important}.iziToast:after{box-shadow:none!important}.ac{background-color:transparent!important;margin:0!important}.ac .ac-trigger{font:var(--font-main)!important;border-top:1px solid var(--color-border-modal)!important;background-color:transparent!important;color:var(--color-muted)!important;width:100%!important;display:flex!important;padding:16px 0!important;justify-content:space-between!important;align-content:center!important;box-shadow:none!important;border-radius:0!important;font-weight:600!important;font-size:18px!important;line-height:150%!important;transition:none!important}.ac:last-child{border-bottom:1px solid var(--color-border-modal)!important}.ac .ac-trigger:after{content:none!important}.ac-trigger:hover,.ac-trigger:active,.ac-trigger:focus{background:transparent!important;transform:none}.ac .ac-trigger .trigger-icon{transition:transform .3s ease!important}.ac.is-active .ac-trigger .trigger-icon{transform:rotate(180deg)!important}.ac .ac-trigger .icon-box{width:24px;height:24px}@media only screen and (min-width: 768px){.book-modal{max-width:704px;flex-direction:row;gap:24px}.counter-box{margin-bottom:24px}}@media only screen and (min-width: 1440px){.book-modal{max-width:1300px}.modal-btns{flex-direction:row;width:642px}.book-modal-img{margin-bottom:0}.counter-box{margin-bottom:16px}}textarea{resize:none}.contact-modal-overlay{position:fixed;top:0;left:0;background:var(--color-bg-modal-overlay);width:100%;height:100%;z-index:999;display:flex;justify-content:center;align-items:center;transition:opacity .25s var(--cubic),visibility .25s var(--cubic);opacity:0;pointer-events:none;padding:32px 16px}.open{opacity:1;pointer-events:auto}.contact-modal{position:absolute;display:flex;flex-direction:column;border-radius:16px;padding:64px 16px;width:100%;max-width:343px;background-color:var(--color-bg)}.contact-modal-close{position:absolute;top:24px;right:24px;background:none;outline:none;border:none;background-color:transparent;box-shadow:none;padding:0;margin:0}.contact-modal-close:hover,.contact-modal-close:focus{background:transparent}.contact-modal-header{font-weight:600;color:var(--color-muted);font-size:48px;line-height:120%;letter-spacing:-.01em;text-align:center;margin-bottom:16px}.contact-modal-event{font-weight:400;color:var(--color-muted);font-size:24px;line-height:140%;letter-spacing:-.01em;text-align:center;margin-bottom:48px}.contact-modal-form{display:flex;flex-direction:column;gap:24px}.contact-form-label{display:block;margin-bottom:8px;font-weight:400;font-size:16px;line-height:150%}.contact-form-input::placeholder{font-weight:400;font-size:16px;line-height:150%;color:#0009;transition:color .25s var(--cubic)}.contact-form-input{height:40px;width:100%;padding:8px 12px;border-radius:8px;color:var(--color-muted);border:1px solid var(--color-border-modal);background-color:var(--color-bg-modal);transition:border-color .25s var(--cubic),color .25s var(--cubic)}textarea.contact-form-input{height:180px}.contact-form-button{align-self:center}.invalid{border-color:var(--color-invalid);color:var(--color-invalid)}@media screen and (min-width: 768px){.contact-modal{width:708px;max-width:708px;padding:64px 32px}.contact-form-button{width:342px}}@media screen and (min-width: 1440px){.contact-modal{width:866px;max-width:866px;padding:64px}}
