:root{--color-scheme-1-background: var(--color-bamboo-lightest);--color-neutral-darkest: #0b0500;--color-scheme-1-border: var(--opacity-neutral-darkest-15);--color-scheme-1-text: var(--color-neutral-darkest);--color-neutral-lighter: #dad9d8;--color-white: #fff;--color-neutral-lightest: #f2f2f2;--color-neutral-light: #b5b4b2;--color-neutral: #85827f;--color-neutral-dark: #54504c;--color-neutral-darker: #231e19;--opacity-transparent: rgba(255, 255, 255, 0);--color-scheme-1-foreground: var(--color-bamboo-lighter);--color-scheme-1-accent: var(--color-neutral-darkest);--opacity-white-5: rgba(255, 255, 255, .05);--opacity-white-10: rgba(255, 255, 255, .1);--opacity-white-15: rgba(255, 255, 255, .15);--opacity-white-20: rgba(255, 255, 255, .2);--opacity-white-30: rgba(255, 255, 255, .3);--opacity-white-40: rgba(255, 255, 255, .4);--opacity-white-50: rgba(255, 255, 255, .5);--opacity-white-60: rgba(255, 255, 255, .6);--opacity-neutral-darkest-5: rgba(11, 5, 0, .05);--opacity-neutral-darkest-10: rgba(11, 5, 0, .1);--opacity-neutral-darkest-15: rgba(11, 5, 0, .15);--opacity-neutral-darkest-20: rgba(11, 5, 0, .2);--opacity-neutral-darkest-30: rgba(11, 5, 0, .3);--opacity-neutral-darkest-40: rgba(11, 5, 0, .4);--opacity-neutral-darkest-50: rgba(11, 5, 0, .5);--opacity-neutral-darkest-60: rgba(11, 5, 0, .6);--color-bamboo-lightest: #fceee6;--color-bamboo-lighter: #f9decd;--color-bamboo-light: #ea8d50;--color-bamboo: #e15d05;--color-bamboo-dark: #b44a04;--color-bamboo-darker: #5a2502;--color-bamboo-darkest: #431b01;--color-scheme-2-text: var(--color-neutral-darkest);--color-scheme-2-background: var(--color-bamboo-lighter);--color-scheme-2-border: var(--opacity-neutral-darkest-15);--color-scheme-2-accent: var(--color-neutral-darkest);--color-scheme-2-foreground: var(--color-bamboo-lightest);--color-scheme-3-text: var(--color-neutral-darkest);--color-scheme-3-background: var(--color-bamboo-light);--color-scheme-3-border: var(--opacity-white-20);--color-scheme-3-accent: var(--color-white);--color-scheme-3-foreground: var(--color-bamboo);--color-error-red: #ad0000}html{scroll-behavior:smooth}body{font-family:Rubik,sans-serif;line-height:1.5;background:#fceee6;color:#0b0500;display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0}main{flex-grow:1}main:has(.back-link){text-align:center}h1,h2,h3{font-weight:600;line-height:1.2;letter-spacing:-.01em}h1{font-size:40px}h2{font-size:36px}h3{font-size:48px}@media only screen and (min-width: 1440px){h1{font-size:52px}h2{font-size:48px}}h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}.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}}.btn{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:8px;border:1px solid #e15d05;border-radius:4px;padding:8px 20px;width:227px;height:40px;color:#fff;background-color:#e15d05}.secondary{border:1px solid #0b0500;padding:8px 20px;width:227px;color:#0b0500;background-color:transparent}.header-container{display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;justify-content:center;align-items:center;margin:14px 0;width:84px;height:36px}.burger-btn{padding:0;background:transparent;border:none}.burger-icon{fill:var(--color-scheme-1-text)}.nav-link:hover{opacity:.2}.mobile-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fceee6;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:1000}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-container{display:flex;flex-direction:column;width:100%;height:100%;padding:0 20px}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.close-btn{padding:0;margin-right:4px;border:none;height:24px;width:24px;background:transparent}.mobile-nav-list{display:flex;flex-direction:column;align-items:center;row-gap:40px;padding:0;list-style:none}.mobile-nav-link{font-size:20px;font-weight:500;text-decoration:none}@media screen and (max-width: 767px){.header-nav-list{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-container{padding:0 20px}}@media screen and (min-width: 768px){.header-logo{margin:18px 0}.nav-menu{display:flex;align-items:center;width:100%}.header-nav-list{display:flex;column-gap:32px;margin-left:auto}.burger-btn{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.hero{margin:0 auto 32px}.hero-container{display:flex;flex-direction:column;align-items:center;gap:24px}.hero-title-box{display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width: 768px){.hero-title-box{flex-direction:row;justify-content:space-evenly;align-items:center;text-align:left}}@media screen and (min-width: 1440px){.hero-title-box{flex-direction:row;justify-content:flex-start;align-items:center;text-align:left}}.hero-title{width:100%;font-weight:600;font-size:40px;line-height:1.2;letter-spacing:-.01em;color:#0b0500;text-align:left}@media screen and (min-width: 768px){.hero-title{width:560px}}@media screen and (min-width: 1440px){.hero-title{width:1168px;font-size:52px}}.hero-swiper-buttons{display:none}@media screen and (min-width: 768px){.hero-swiper-buttons{display:flex;gap:24px}}.swiper-btn{display:flex;justify-content:center;align-items:center;border:1px solid rgba(11,5,0,.15);width:48px;height:48px;flex-shrink:0;cursor:pointer;background-color:#e15d05;transition:background-color .3s ease}.arrows{fill:#0b0500}.swiper-btn:hover{background-color:#fceee6}.swiper-btn:active{background-color:#5a2502}.swiper-btn:disabled{background-color:#e15d05;opacity:.2;pointer-events:none}.hero-swiper-box{position:relative;width:100%;border-radius:8px;overflow:hidden}@media screen and (min-width: 768px){.hero-swiper-box{border-radius:8px}}@media screen and (min-width: 1440px){.hero-swiper-box{border-radius:16px}}.swiper-slide{position:relative}.swiper-gallery{width:100%;height:auto}@media screen and (min-width: 768px){.swiper-gallery{border-radius:8px;height:274px}}@media screen and (min-width: 1440px){.swiper-gallery{height:395px}}.hero-slide-img{display:block;width:100%;height:auto;object-fit:cover}.hero-overlay{position:absolute;bottom:16px;left:16px;z-index:999;display:flex;flex-direction:column;gap:16px;max-width:100%;box-sizing:border-box}@media screen and (min-width: 768px){.hero-overlay{bottom:32px;left:40px}}@media screen and (min-width: 1440px){.hero-overlay{bottom:56px;left:56px}}.hero-subtitle{font-weight:600;font-size:20px;line-height:1.4;letter-spacing:-.01em;color:#fff;width:100%;max-width:228px}@media screen and (min-width: 768px){.hero-subtitle{width:100%;min-width:350px;line-height:1.2;font-size:32px}}@media screen and (min-width: 1440px){.hero-subtitle{width:100%;max-width:520px;font-size:52px}}.hero-btn{display:inline-block;border:.52px solid #e15d05;border-radius:2px;padding:4px 10px;width:117px;height:20px;font-weight:400;font-size:8px;line-height:1.5;color:#fff;background-color:#e15d05;text-decoration:none;text-align:center;transition:background .3s ease,border .3s ease}.hero-btn:hover,.hero-btn:focus{background:var(--color-neutral-darkest);border:1px solid var(--color-neutral-darkest)}@media screen and (min-width: 768px){.hero-btn{border:1px solid #e15d05;border-radius:4px;padding:4px 20px;width:164px;height:32px;font-size:16px}}@media screen and (min-width: 1440px){.hero-btn{padding:8px 20px;width:227px;height:40px}}.loader{width:12px;height:12px;border-radius:50%;display:block;margin:15px auto;position:relative;color:#0b0500;box-sizing:border-box;animation:animloader 1s linear infinite alternate}@keyframes animloader{0%{box-shadow:-38px -12px,-14px 0,14px 0,38px 0}33%{box-shadow:-38px 0,-14px -12px,14px 0,38px 0}66%{box-shadow:-38px 0,-14px 0,14px -12px,38px 0}to{box-shadow:-38px 0,-14px 0,14px 0,38px -12px}}.books-section{margin-bottom:96px}.book-section-layout{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.book-sidebar{width:100%;flex-shrink:0;display:flex;flex-direction:column;gap:24px}.book-sidebar-header{display:flex;justify-content:space-between;align-items:center}.book-section-title{font-size:20px;font-weight:700;line-height:1.5;letter-spacing:normal}.book-count{font-size:14px}.book-category-selector{-moz-appearance:none;-webkit-appearance:none;appearance:none;cursor:pointer;border:1px solid var(--opacity-neutral-darkest-15);border-radius:4px;padding:8px 48px 8px 12px;font-size:18px;line-height:1.5;color:currentColor;background-color:var(--opacity-neutral-darkest-5);background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2031%2032%22%20fill%3D%22%230B0500%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M15.869%2020.689a.72.72%200%200%201-1.018%200L7.51%2013.348a.72.72%200%200%201%200-1.018l.339-.339a.72.72%200%200%201%201.018%200l6.492%206.492%206.492-6.492a.72.72%200%200%201%201.018%200l.339.339a.72.72%200%200%201%200%201.018l-7.341%207.341z%22/%3E%3C/svg%3E);background-repeat:no-repeat;background-position:right 12px center;background-size:24px 24px}.book-category-selector:disabled{cursor:default;opacity:.5}.book-categories{display:flex;flex-direction:column;list-style:none;padding:0;margin:0}.book-category-btn{background:none;border:none;padding:8px 0;text-align:left;font-size:18px;font-weight:400;color:#0b0500;transition:color .15s ease;font-family:inherit}.book-category-btn:hover{color:#e15d05}.book-category-btn.active,.book-category-btn:disabled.active{color:#e15d05;font-weight:500}.book-category-btn:disabled{color:#0b0500;cursor:default}.book-main-content{flex:1;display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.book-list{display:grid;grid-template-columns:repeat(1,1fr);gap:40px 24px;width:100%;list-style:none;padding-left:0;margin:0}.book-card{display:flex;flex-direction:column;gap:16px;width:100%;height:auto}.book-image{aspect-ratio:227/323;border-radius:8px}.book-info{display:flex}.book-subinfo{flex:1;min-width:0}.book-title{font-size:16px;font-weight:600;line-height:1.5;text-transform:capitalize;color:#0b0500;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.book-author{font-size:14px;color:#0b0500}.book-price{font-size:20px;font-weight:600;color:#0b0500;flex-shrink:0}.book-learn-btn{display:flex;align-items:center;justify-content:center;height:40px;padding:8px 20px;border:1px solid #0b0500;border-radius:4px;background:#fceee6;color:#0b0500;font-size:16px;font-weight:400;cursor:pointer;transition:all .15s ease;font-family:inherit}.learn-more-btn:hover{background:#0b0500;color:#fceee6}.show-more-btn{width:342px;max-width:100%;height:48px;padding:12px 24px;border:1px solid #e15d05;border-radius:4px;background:#e15d05;color:#fff;font-size:16px;font-weight:400;cursor:pointer;transition:background .15s ease;font-family:inherit}.show-more-btn:hover{background:#c54d04}.show-more-btn:disabled{opacity:.5;cursor:not-allowed}.show-more-btn.hidden{display:none}.book-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media only screen and (min-width: 768px){.book-section-layout{gap:32px}.book-sidebar{flex-direction:row;justify-content:space-between}.book-sidebar-header{width:100%}.book-category-selector{width:249px}.book-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 1439px){.book-categories{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}@media only screen and (min-width: 1440px){.book-category-selector{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.book-section-layout{flex-direction:row;gap:24px}.book-sidebar{width:308px;flex-direction:column}.book-list{grid-template-columns:repeat(4,1fr)}}.feedbacks{margin-bottom:128px;color:var(--color-scheme-2-text)}.feedbacks-title{margin-bottom:24px}.feedbacks-paragraph,.feedbacks .slide-message{font-size:18px}.feedbacks-paragraph{margin-bottom:80px}.feedbacks .swiper-wrapper{margin-bottom:32px}.feedbacks .swiper-slide{height:314px;padding:32px;border:1px solid var(--color-scheme-2-border);border-radius:16px}.feedbacks .slide-message{height:108px;margin-bottom:24px;overflow:scroll}.feedbacks .slide-profile{display:flex;column-gap:16px}.feedbacks .profile-photo{border-radius:50%}.feedbacks .info-username{font-weight:600}.feedbacks .swiper-navigation-elements{display:flex;align-items:center}.feedbacks .swiper-pagination{position:static;display:flex;text-align:left}.feedbacks .swiper-pagination-bullet:nth-of-type(1){margin-left:0!important}.feedbacks .swiper-button-prev,.feedbacks .swiper-button-next{display:flex;justify-content:center;align-items:center;border:1px solid var(--opacity-neutral-darkest-15);width:48px;height:48px;flex-shrink:0;cursor:pointer;background-color:var(--color-scheme-3-foreground)}.feedbacks .swiper-button-next{margin-left:16px}.feedbacks .arrows{fill:var(--color-scheme-3-accent)}.feedbacks .swiper-button-prev:hover,.feedbacks .swiper-button-prev:focus{border-color:var(--opacity-neutral-darkest-15);background-color:transparent}.feedbacks .swiper-button-next:hover,.feedbacks .swiper-button-next:focus{border-color:var(--opacity-neutral-darkest-15);background-color:transparent}.feedbacks .swiper-button-prev:hover .arrows,.feedbacks .swiper-button-prev:focus .arrows{fill:var(--color-scheme-1-text)}.feedbacks .swiper-button-next:hover .arrows,.feedbacks .swiper-button-next:focus .arrows{fill:var(--color-scheme-1-text)}.feedbacks .swiper-pagination-bullet-active{background-color:var(--color-scheme-2-text)}.feedbacks .swiper-button-prev:active,.feedbacks .swiper-button-next:active{border-color:var(--opacity-neutral-darkest-15);background-color:var(--color-bamboo-darker)}.feedbacks .swiper-button-prev:active .arrows,.feedbacks .swiper-button-next:active .arrows{fill:var(--color-scheme-3-accent)}.feedbacks .swiper-button-prev.swiper-button-disabled,.feedbacks .swiper-button-next.swiper-button-disabled{border-color:var(--opacity-neutral-darkest-15);background-color:var(--color-scheme-3-foreground);opacity:.2;cursor:default}.feedbacks .swiper-button-prev.swiper-button-disabled .arrows,.feedbacks .swiper-button-next.swiper-button-disabled .arrows{fill:var(--color-scheme-1-text)}@media only screen and (min-width: 768px){.feedbacks .swiper-slide{height:244px}}@media only screen and (min-width: 1440px){.feedbacks .swiper-slide{height:217px}.feedbacks .slide-message{height:81px}}.container{width:100%;padding:0 16px;margin:0 auto;box-sizing:border-box}@media screen and (min-width: 375px){.container{max-width:375px}}@media screen and (min-width: 768px){.container{max-width:768px;padding:0 32px}}@media screen and (min-width: 1440px){.container{max-width:1440px;padding:0 60px}}.events{margin-bottom:128px}.events-label{font-family:Rubik,sans-serif;font-weight:600;font-size:16px;line-height:1.5;text-transform:capitalize;color:#0b0500;margin-bottom:16px}.events-title{font-family:Rubik,sans-serif;font-weight:600;font-size:36px;line-height:1.2;letter-spacing:-.01em;color:#0b0500;margin-bottom:16px}.events-description{font-family:Rubik,sans-serif;font-weight:400;font-size:18px;line-height:1.5;color:#0b0500;margin-bottom:32px}.events-list{list-style:none;position:relative;margin-bottom:56px;padding:0}.events-item{width:100%;box-sizing:border-box}.events-image{width:100%;max-width:342px;height:277px;border-radius:16px;object-fit:cover;margin-bottom:24px}.events-content{width:100%}.events-name{font-family:Rubik,sans-serif;font-weight:400;font-size:24px;line-height:1.4;letter-spacing:-.01em;color:#0b0500;margin-bottom:8px}.events-meta{font-family:Rubik,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#0b0500;margin-bottom:16px}.events-text{font-family:Rubik,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#0b0500;margin-bottom:24px}.events-register{font-family:Rubik,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#0b0500;background:none;border:none;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:8px}.events-register:after{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.70697 16.9496L15.414 11.2426L9.70697 5.53564L8.29297 6.94964L12.586 11.2426L8.29297 15.5356L9.70697 16.9496Z' fill='%230B0500' /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.events-navigation{display:flex;justify-content:space-between;align-items:center}.events-indicators{display:flex;gap:8px}.events-indicator{width:8px;height:8px;border-radius:50%;background-color:#ddd;cursor:pointer}.events-indicator.active{background-color:#333}.events-nav-buttons{display:flex;gap:16px}.events-nav-btn{width:48px;height:48px;border:1px solid rgba(11,5,0,.15);border-radius:0;background-color:#e15d05;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .3s ease;position:relative}.events-nav-btn:hover,.events-nav-btn:focus{background-color:#fceee6;color:#0b0500}.events-nav-btn:active{background-color:#5a2502;color:#fff}.events-nav-btn:disabled{background-color:#e15d05;color:#fff;opacity:.2;cursor:default}.events-nav-btn:disabled:hover,.events-nav-btn:disabled:focus{background-color:#e15d05;color:#fff;opacity:.2}.events-nav-btn:before{content:"";width:24px;height:24px;background-repeat:no-repeat;background-position:center;background-size:contain}.events-nav-btn#prevBtn:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7069 17.293L8.41394 13H17.9999V11H8.41394L12.7069 6.70697L11.2929 5.29297L4.58594 12L11.2929 18.707L12.7069 17.293Z' fill='white' /%3E%3C/svg%3E")}.events-nav-btn#nextBtn:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.293 17.293L12.707 18.707L19.414 12L12.707 5.29297L11.293 6.70697L15.586 11H6V13H15.586L11.293 17.293Z' fill='white' /%3E%3C/svg%3E")}.events-nav-btn:not(:disabled):hover:before,.events-nav-btn:not(:disabled):focus:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7069 17.293L8.41394 13H17.9999V11H8.41394L12.7069 6.70697L11.2929 5.29297L4.58594 12L11.2929 18.707L12.7069 17.293Z' fill='%230b0500' /%3E%3C/svg%3E")!important}.events-nav-btn#nextBtn:not(:disabled):hover:before,.events-nav-btn#nextBtn:not(:disabled):focus:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.293 17.293L12.707 18.707L19.414 12L12.707 5.29297L11.293 6.70697L15.586 11H6V13H15.586L11.293 17.293Z' fill='%230b0500' /%3E%3C/svg%3E")!important}.events-item:not(:first-child){display:none}@media screen and (min-width: 768px){.events-title{font-size:48px;white-space:nowrap}.events-title br,.events-description br{display:none}.events-list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}.events-item{width:100%}.events-item:nth-child(2){display:block}.events-item:nth-child(3){display:none}.events-image{max-width:100%;height:277px}.events-navigation{justify-content:space-between}.events-indicators{display:flex;gap:8px}.events-indicator:nth-child(n+3){display:none}}@media screen and (min-width: 1440px){.events-title{font-size:48px;line-height:1.2;letter-spacing:-.01em}.events-list{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.events-item{width:100%}.events-item:nth-child(3){display:block!important}.events-image{width:100%;max-width:421px;height:277px}.events-navigation{display:none}}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;align-items:center;justify-content:center}.modal-overlay.active{display:flex}.modal-content-form{background:#fceee6;border-radius:16px;padding:32px;width:90%;max-width:400px;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#0b0500;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.modal-close:hover{background-color:#0b05001a}.modal-title{font-family:Rubik,sans-serif;font-weight:600;font-size:48px;line-height:1.2;letter-spacing:-.01em;text-align:center;color:#0b0500;margin-bottom:16px}.modal-event-name{font-family:Rubik,sans-serif;font-weight:400;font-size:24px;line-height:1.4;letter-spacing:-.01em;text-align:center;color:#0b0500;margin-bottom:32px}.modal-form{width:100%}.form-group{margin-bottom:24px}.form-group label{font-family:Rubik,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#0b0500;display:block;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:16px;border:1px solid rgba(11,5,0,.05);border-radius:8px;background:#0b05000d;font-family:Rubik,sans-serif;font-size:16px;color:#0b0500;transition:border-color .3s ease;box-sizing:border-box}.form-group input{height:40px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0b050033}.form-group input::placeholder,.form-group textarea::placeholder{color:#0b050099}.form-group textarea{resize:vertical;height:180px}.modal-submit{width:100%;padding:16px 32px;background-color:#e15d05;color:#fff;border:1px solid rgba(11,5,0,.15);border-radius:8px;font-family:Rubik,sans-serif;font-weight:400;font-size:16px;line-height:1.5;cursor:pointer;transition:all .3s ease}.modal-submit:hover,.modal-submit:focus{background-color:#fceee6;color:#0b0500;border:1px solid rgba(11,5,0,.15)}.modal-submit:active{background-color:#5a2502;color:#fff}.modal-submit:disabled{background-color:#e15d05;color:#fff;opacity:.2;cursor:not-allowed}@media screen and (min-width: 768px){.modal-content-form{max-width:500px;padding:40px}.modal-title{font-size:48px}.modal-event-name{font-size:24px}.modal-submit{width:342px;margin:0 auto;display:block}}@media screen and (min-width: 1440px){.modal-content-form{max-width:600px;padding:48px}.modal-submit{width:342px;margin:0 auto;display:block}.form-group{margin-bottom:32px}}.booksy-section{margin-bottom:128px}.booksy-text h2{margin-bottom:24px}.booksy-text p{font-size:18px;margin-bottom:32px}.booksy-photo{border-radius:16px}@media (min-width: 1440px){.booksy-content{display:flex;align-items:center;column-gap:32px}.booksy-text h2{font-size:40px}.booksy-text p{margin-bottom:0}.booksy-image{flex-shrink:0}}.location-section{margin-bottom:64px}.location-info{margin-bottom:40px}.location-label{font-weight:600;margin-bottom:16px}.location-title{font-family:var(--font-family);font-weight:600;font-size:48px;line-height:120%;letter-spacing:-.01em;color:var(--color-scheme-1-text);margin:0 0 16px}.location-desc{font-family:var(--font-family);font-weight:400;font-size:18px;line-height:150%;color:var(--color-scheme-1-text);margin-bottom:40px!important}.contact-list li{display:flex;gap:16px;font-size:20px;line-height:140%}.contact-list li:not(:last-child){margin-bottom:24px}.contact-list .icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.contact-text{display:flex;flex-direction:column}.contact-label{font-family:var(--font-family);font-weight:400;font-size:20px;line-height:140%;letter-spacing:-.01em;color:var(--color-scheme-1-text)}.contact-link{font-family:var(--font-family);font-weight:400;font-size:16px;line-height:150%;color:var(--color-scheme-1-text);text-decoration:underline;transition:color .2s}.contact-link:hover{color:#8b5c2b}.contact-address{font-size:16px}.location-map{height:395px;border:none;filter:grayscale(100%) brightness(110%)}div#mapDiv{filter:grayscale(95%) brightness(110%)}@media (min-width: 768px){.location-info{display:flex;column-gap:32px;margin-bottom:80px}.location-text{width:336px}.location-title{margin-bottom:24px}.location-desc{margin-bottom:0!important}.contact-list{flex-shrink:0;padding:8px 0}.contact-label{margin-bottom:8px}}@media (min-width: 1440px){.location-section{margin-bottom:106px}.location-info{column-gap:80px}.location-text{width:732px}.location-map{height:738px}}.footer{background-color:#ea8d50;padding:80px 0}.footer-container{margin:0 auto;justify-content:flex-start;flex-direction:column;align-items:center;width:100%;display:flex;padding-bottom:80px}.footer-logo{width:100%;margin-bottom:32px;text-align:center}.logo-link{gap:8px;color:inherit;display:inline-flex;text-decoration:none;align-items:center}.logo-icon{display:inline-block;fill:currentColor}.footer-nav{width:100%;justify-content:center;display:flex;margin-bottom:32px}.nav-list{align-items:center;gap:32px;display:flex;flex-direction:column;justify-content:center}.nav-entry{font-size:16px;font-weight:400;line-height:1.5;color:#0b0500}.nav-entry a{color:inherit;text-decoration:none;transition:color .2s}.nav-entry a:hover{color:#fff}.sub-title{font-weight:600;font-size:16px;margin-bottom:16px;line-height:1.5}.sub-form-group{width:343px;margin-bottom:12px;justify-content:center;gap:16px;display:flex}.sub-input{min-width:221px;font-weight:400;background-color:#0b05000d;font-size:16px;border:none;color:#0b050099;padding:8px 12px;border-radius:8px;line-height:1.5;border:1px solid rgba(11,5,0,.15)}.sub-input:focus{background:#0b05000d}.sub-btn{font-weight:400;padding:10px 16px;transition:background-color .3s;font-size:16px;font-family:Rubik,sans-serif;width:106px;background-color:transparent;border-radius:4px;line-height:1.5;cursor:pointer;border:1px solid #0b0500}.sub-btn:hover{color:#fff;background-color:#0b0500}.sub-note{font-size:12px;font-weight:400;line-height:1.5}.footer-copy{max-width:343px;justify-content:center;font-weight:400;text-align:center;color:#0b0500;min-width:0;font-size:14px;border-top:1px solid var(--color-scheme-3-border);padding-top:32px;align-items:center;margin:0 auto;line-height:1.5}@media screen and (min-width: 768px){.nav-list{width:324px;margin-bottom:32px;flex-direction:row}.sub-form,.sub-form-group{width:400px}.sub-input{min-width:278px}.footer-copy{min-width:640px}}@media screen and (min-width: 1440px){.footer-container{flex-direction:row}.footer-logo{text-align:start;height:36px}.sub-form{margin-left:auto;align-self:flex-start}.footer-nav{margin-bottom:26px}.nav-list{margin-bottom:0}.footer-copy{min-width:1312px}}.modal-backdrop{all:unset;position:fixed;inset:0;background:#00000040;display:flex;justify-content:center;align-items:center;z-index:9999;pointer-events:auto}.modal-backdrop.is-hidden{display:none}.modal-window{all:unset;background:var(--color-scheme-1-background);display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:48px;width:343px;max-height:100vh;overflow-y:auto;border-radius:10px;position:relative}.modal-close{position:absolute;top:24px;right:24px;background:transparent;border:none;cursor:pointer}.modal-image img{width:309px;height:467px;object-fit:cover;border-radius:8px;display:block;margin:0 auto}.modal-image{margin-top:64px}.modal-details{width:311px}#modal-title{margin-top:24px;font-weight:600;font-size:40px;line-height:1.2;letter-spacing:-.01em;color:var(--color-scheme-1-text);text-align:left}.modal-author{margin-top:8px;font-weight:400;font-size:14px;line-height:1.5;color:var(--color-scheme-2-text);text-align:left}.modal-price{margin-top:8px;font-weight:400;font-size:24px;line-height:1.4;letter-spacing:-.01em;color:var(--color-scheme-1-text);text-align:left}.modal-quantity{margin-top:24px;display:flex;align-items:center;justify-content:flex-start;gap:8px}.decrement,.increment{border:1px solid var(--color-neutral-darkest);border-radius:4px;width:32px;height:40px;background:transparent;cursor:pointer;transition:background .3s ease}.decrement:hover,.increment:hover{background:var(--color-bamboo-light)}#quantity{border:1px solid var(--opacity-neutral-darkest-15);border-radius:4px;padding:8px 12px;width:42px;height:40px;background:var(--opacity-neutral-darkest-5);display:flex;align-items:center;justify-content:center;font-weight:500}.modal-actions{margin-top:16px;display:flex;flex-direction:column;gap:16px;width:100%;align-items:center}.add-to-cart{border:1px solid var(--color-bamboo);border-radius:4px;padding:12px 24px;width:100%;height:48px;cursor:pointer;background:var(--color-bamboo);font-weight:400;font-size:16px;line-height:1.5;color:var(--color-white);transition:background .3s ease,border .3s ease}.add-to-cart:hover{background:var(--color-neutral-darkest);border:1px solid var(--color-neutral-darkest)}.buy-now{border:1px solid var(--color-neutral-darkest);border-radius:4px;padding:12px 24px;width:100%;height:48px;cursor:pointer;margin-bottom:32px;transition:background .3s ease}.buy-now:hover{background:var(--color-bamboo-light)}.ac{background-color:transparent;padding:8px 0;border:0;border-bottom:1px solid var(--color-scheme-1-border);width:100%}.accordion .ac:first-child{border-top:1px solid var(--color-scheme-1-border);min-height:59px}.accordion .ac:last-child{margin-bottom:64px}.accordion{width:100%;display:flex;flex-direction:column;gap:0}.accordion-header{background:transparent;border:none;width:100%;text-align:left;padding:16px 0;font-weight:600;font-size:18px;line-height:1.5;color:var(--color-scheme-1-text);display:flex;justify-content:space-between;align-items:center;cursor:pointer}.ac-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;background:transparent;border:none;font-weight:600;font-size:18px;line-height:1.5;color:var(--color-scheme-1-text);cursor:pointer}.ac-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:transform .3s ease}.ac.is-active .ac-icon{transform:rotate(180deg) translateY(50%)}.ac .ac-trigger:after{display:none}.ac.is-active>.ac-header .ac-trigger:after{display:none}.accordion-body{padding-top:0;padding-bottom:24px;display:none}.accordion-item.is-active .accordion-body{display:block}.details-ac{font-weight:400;font-size:16px;line-height:1.5;color:var(--color-scheme-1-text)}.ac .ac-trigger:focus{color:var(--color-scheme-1-text)}@media (min-width: 768px){.modal-window{width:704px;min-height:664px;padding:64px 32px;display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box}.modal-image{flex-shrink:0;width:309px;height:467px;margin:0}.modal-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.modal-details{width:307px;display:flex;flex-direction:column;justify-content:flex-start}.modal-content{display:flex;justify-content:center;align-items:flex-start;gap:24px}#modal-title{margin-top:0}}@media (min-width: 1440px){.modal-window{width:1300px;min-height:643px;padding:64px 104px}.modal-details{width:759px}.modal-actions{flex-direction:row;align-items:flex-start;gap:24px}.add-to-cart{width:50%}.buy-now{width:309px}}
