*{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul,li{margin:0;padding:0;list-style:none}a{display:inline-block;color:currentColor;text-decoration:none}img{display:block;max-width:100%;height:auto}textarea{resize:none}:root{--main-font-family: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--transition: .25s cubic-bezier(.4, 0, .2, 1);--transition-long: .5s cubic-bezier(.4, 0, .2, 1);--body-bgc: #fceee6;--black: #0b0500;--btn-orange: #e15d05;--btn-active-orange: #b44a04;--btn-hover-orange: #ea8d50;--btn-active-transparent: #dad9d8;--arrow-btn-hover: #fceee6;--arrow-btn-active: #5a2502;font-family:var(--main-font-family);font-size:16px;line-height:1.5;font-weight:400;font-style:normal;color:var(--black);background-color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility}html{scroll-behavior:smooth}html,body{overflow-x:hidden}body{display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0;position:relative;background-color:var(--body-bgc)}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin:0;font-family:var(--main-font-family);font-weight:600;line-height:1.2;letter-spacing:-.01em}h1,.h1{font-size:40px}@media screen and (min-width: 1440px){h1,.h1{font-size:52px}}h2,.h2{font-size:36px}@media screen and (min-width: 1440px){h2,.h2{font-size:48px}}h3,.h3{font-size:20px;line-height:1.5}h4,.h4{line-height:1.5;text-transform:capitalize}a,button{transition:var(--transition);cursor:pointer}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}address{font-style:normal}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);overflow:hidden}.container{width:100%;min-width:320px;margin:0 auto;padding-inline:clamp(16px,4vw,24px);max-width:100%}@media only screen and (min-width: 375px){.container{max-width:375px}}@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}}.section{padding:64px 0;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.section.visible{opacity:1;transform:translateY(0)}.section-books{padding:32px 0}.hero-section{padding:0}.section-title{font-family:var(--main-font-family);font-weight:600;line-height:1.2;letter-spacing:-.01em;margin-bottom:24px;font-size:36px}@media screen and (min-width: 1440px){.section-title{font-size:48px}}.btn{display:inline-flex;align-items:center;justify-content:center;flex-direction:row;border-radius:4px;padding:8px 20px;min-width:48px;height:40px;width:100%;font:400 16px/1.5 var(--font-family, sans-serif);color:var(--black);border:1px solid var(--black);background-color:transparent;overflow:hidden;transition:var(--transition)}.btn:hover,.btn:focus{background-color:var(--btn-hover-orange)}.btn:active{background:var(--btn-active-transparent)}.btn:disabled,.btn[disabled]{opacity:.2;cursor:not-allowed;pointer-events:none}.btn--modal-transparent{padding:12px 24px;height:48px}.btn--orange{border-color:var(--btn-orange);background-color:var(--btn-orange);color:#fff;height:48px;padding:12px 24px}.btn--orange:hover,.btn--orange:focus{background-color:var(--black);border-color:var(--black)}.btn--orange:active{background-color:var(--btn-active-orange);border-color:var(--btn-active-orange)}.btn--register{border:none;background-color:transparent;max-width:78px;padding:10px 0;justify-content:space-between}.btn--register:hover,.btn--register:focus{background-color:transparent;border-color:transparent;opacity:.8}.btn--arrow{border:1px solid rgba(11,5,0,.15);background-color:var(--btn-orange);color:#fff;padding:12px;width:48px;height:48px}.btn--arrow:hover,.btn--arrow:focus{background-color:var(--arrow-btn-hover);color:var(--black)}.btn--arrow:active{background-color:var(--arrow-btn-active);color:#fff}.btn--link{border-radius:2px;padding:4px 10px;max-width:117px;height:20px;font-size:8px}@media (min-width: 768px){.link-btn{border-radius:4px;padding:4px 20px;max-width:164px;height:32px}}.close-btn{fill:var(--black);width:48px;height:48px;border:none;background-color:transparent;display:flex;align-items:center;justify-content:center;transition:var(--transition);border-radius:50%}.close-btn:hover,.close-btn:focus-visible{transform:translateY(-2px);opacity:.8}.scroll-top-btn{position:fixed;bottom:40px;right:40px;width:48px;height:48px;padding:12px;border:1px solid rgba(11,5,0,.15);background-color:#e15d05;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0003;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .2s ease;z-index:1000}.scroll-top-btn:hover,.scroll-top-btn:focus{transform:scale(1.1);background-color:#fceee6;color:#0b0500}.scroll-top-btn:active{background-color:var(--btn-active-orange);transform:translateY(3px)}.scroll-top-btn.show{opacity:1;visibility:visible}.header-container{display:flex;align-items:center;justify-content:space-between}.nav{display:flex;align-items:center;justify-content:space-between;gap:64px}.site-logo{padding:22px 0;display:inline-flex}.nav-list{display:none}@media screen and (min-width: 768px){.nav-list{display:flex;align-items:center;justify-content:flex-end;gap:32px;opacity:1;pointer-events:all}}.nav-link{padding:20px 0}.nav-link:hover,.nav-link:focus,.mobile-nav-link:hover,.mobile-nav-link:focus,.footer-nav-link:hover,.footer-nav-link:focus,.btn--register:hover,.btn--register:focus{opacity:.8;transform:translateY(-2px)}.nav-link:active,.mobile-nav-link:active,.footer-nav-link:active,.btn--register:active{transform:translateY(0)}.btn-burger{border:none;background-color:transparent;width:48px;height:48px;transition:var(--transition);display:flex;align-items:center;justify-content:center}.btn-burger:hover,.btn-burger:focus-visible{transform:scale(1.1)}@media screen and (min-width: 768px){.btn-burger{display:none}}.mobile-menu{overflow:auto;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;visibility:hidden;pointer-events:none;opacity:0;background-color:var(--body-bgc);transition:opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}.mobile-container{overflow:auto;padding-bottom:40px}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.mobile-nav-list{display:flex;flex-direction:column;align-items:center;gap:40px}.mobile-nav-link{font-weight:500;font-size:20px}.hero-slider{position:relative;aspect-ratio:343 / 199;overflow:hidden;border-radius:8px;margin-bottom:24px}.slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out}.slide.active{opacity:1;z-index:1}.slide picture,.hero-slide-img{width:100%;height:100%;display:block;object-fit:cover}.overlay{position:absolute;top:0;left:0;height:100%;z-index:1;width:100%;padding:16px}.small-title-wrapper{max-width:157px}@media (min-width: 768px){.small-title-wrapper{max-width:260px}}@media (min-width: 1440px){.small-title-wrapper{max-width:392px}}.big-title-wrapper{max-width:227px}@media (min-width: 768px){.big-title-wrapper{max-width:375px}}@media (min-width: 1440px){.big-title-wrapper{max-width:561px}}.discount{position:absolute;bottom:53px;color:#fff;font-size:20px;line-height:1.4}.cta-button{position:absolute;bottom:16px;background:var(--btn-orange);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(--main-font-family);font-size:8px}.cta-button:hover{color:#fff;background-color:#0b0500;transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.header-row{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:16px}.slider-controls{display:flex;justify-content:flex-end;gap:16px;margin-left:auto}.hero-swiper-btn-prev,.hero-swiper-btn-next{width:48px;height:48px}.arrow:active,.arrow.is-active{background-color:#5a2502!important}@media (min-width: 768px){.hero-slider{aspect-ratio:704 / 274;border-radius:0}.overlay{padding:40px}.discount{font-size:32px;line-height:1.2;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}.slider-controls{display:flex;gap:20px}}@media (min-width: 1440px){.hero-slider{height:395px;aspect-ratio:auto;border-radius:16px}.overlay{padding:56px}.discount{bottom:116px;font-size:52px}.cta-button{bottom:56px;width:227px;height:40px;font-size:16px;padding:8px 0}.hero-section .slider-controls{display:flex;gap:24px;justify-content:flex-end}}.loader{width:48px;height:48px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.loader:before{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:5px solid #E15D05;animation:prixClipFix 2s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.books-group,.books-container{display:flex;gap:24px;flex-direction:column}.books-header{display:flex;flex-direction:column;gap:24px}.books-section{display:flex;justify-content:space-between;align-items:center}.books-section-title{font-weight:600;font-size:20px}.books-show-counter{font-size:14px}.books-categories-select{border:1px solid rgba(11,5,0,.15);border-radius:4px;padding:8px 12px;width:100%;height:43px;background-color:#0b05000d;font-size:18px;line-height:150%;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.293 8.79297L12 13.086L7.70697 8.79297L6.29297 10.207L12 15.914L17.707 10.207L16.293 8.79297Z' fill='%230B0500' /></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:24px}.books-categories-select option{font-size:14px;background-color:#0b05000d;padding:8px 12px;cursor:pointer}.books-categories-select:focus{outline:none}.books-categories-select::-webkit-scrollbar{width:5px}.books-categories-select::-webkit-scrollbar-thumb{background-color:#e15d05;border-radius:4px}.books-categories-select::-webkit-scrollbar-track{background:#0b050026;border-radius:4px}.books-list-container{display:flex;flex-direction:column;align-items:center;gap:24px}.books-list{display:flex;flex-direction:column;gap:40px}.books-item{display:flex;flex-direction:column;gap:16px}.books-image{width:100%;height:487px;border-radius:8px}.books-list-group{display:flex;justify-content:space-between}.books-list-section{display:flex;flex-direction:column;margin:0;padding:0}.books-list-title{text-transform:capitalize}.books-list-author{font-size:14px}.books-list-price{font-weight:600;font-size:20px}.show-more-btn{align-self:center;max-width:342px}@media (min-width: 768px){.books-group,.books-container{gap:0px}.books-header{flex-direction:row;gap:24px}.books-section{gap:250px}.books-categories-select{width:249px}.books-list{padding-top:32px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;column-gap:24px;row-gap:40px}.books-item{width:340px;height:auto;min-width:221px}.books-list-title,.books-list-author{max-width:287px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (min-width: 1440px){.books-container{display:flex;flex-direction:row}.books-header{flex-direction:column}.books-section{flex-direction:row;gap:0px}.books-list{margin-left:24px;grid-template-columns:repeat(4,1fr);grid-template-rows:auto}.books-item{width:227px;height:439px;min-width:221px}.books-list-title,.books-list-author{max-width:175px}.books-image{width:227px;height:322px}.category-link{cursor:pointer;font-size:18px}}.feedbacks-title-text{font-size:18px;margin-bottom:80px}.feedbacks-slider{margin-bottom:32px}.feedbacks-list{display:flex}.feedbacks-item{width:341px;flex-shrink:0;padding:32px;border:1px solid rgba(11,5,0,.15);border-radius:16px;margin-right:24px}.feedbacks-item-text{font-size:18px;margin-bottom:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.feedbacks-icon{display:flex;gap:16px}.feedbacks-clientname{font-weight:600}.feedbacks-slider-btm{display:flex;align-items:center;justify-content:space-between;flex-direction:row}.feedbacks-swiper-pagination{display:flex;justify-content:center;align-items:center}.feedbacks-swiper-pagination .swiper-pagination-bullet{background-color:#0b0500;opacity:.2}.feedbacks-swiper-pagination .swiper-pagination-bullet-active{background-color:#0b0500;opacity:1}.feedbacks-slider-navigation{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;gap:16px}.feedbacks-swiper-btn-prev,.feedbacks-swiper-btn-next{width:48px;height:48px}@media (min-width: 768px){.feedbacks-item{width:340px}}@media screen and (min-width: 1440px){.feedbacks-list .feedbacks-item{width:421px}}.text{font-size:18px;margin-bottom:24px}.events-section-title{margin-bottom:16px}.events-text-bold{font-weight:600;margin-bottom:16px}.events-swiper{position:relative;width:100%}.events-img{height:277px;margin-bottom:16px;border-radius:16px}.section-events-list .swiper-slide,.events-list-item{box-sizing:border-box;flex:0 0 auto;width:auto;display:flex;flex-direction:column}.events-body{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:342px;height:220px}.events-title{font-weight:400;font-size:24px;line-height:140%}.events-date{margin-bottom:8px}.register-icon{fill:var(--black)}.events-slider-btm{display:flex;align-items:center;justify-content:space-between;flex-direction:row}.events-swiper-pagination{display:flex;justify-content:center;align-items:center}.events-swiper-pagination .swiper-pagination-bullet{background-color:#0b0500;opacity:.2}.events-swiper-pagination .swiper-pagination-bullet-active{background-color:#0b0500;opacity:1}.events-slider-navigation{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;gap:16px}.events-swiper-btn-prev,.events-swiper-btn-next{width:48px;height:48px}.arrow{display:flex;align-items:center;justify-content:center;background-color:#e15d05;fill:#fff;border:1px solid rgba(11,5,0,.15)}.arrow:hover,.arrow:focus{background-color:#fceee6;fill:#0b0500}.arrow:active{background-color:#5a2502}.arrow:disabled{background-color:#e15d05;opacity:.2;cursor:not-allowed;pointer-events:none}@media screen and (min-width: 768px){.events-body{max-width:340px}}@media screen and (min-width: 1440px){.events-body{max-width:421px}.section-events-list .swiper-slide,.events-list-item{width:calc((100% - 2 * var(--events-gap)) / 3)}.events-slider-btm{display:none}}p.section-text{font-size:18px;margin-bottom:32px}.article-img{border-radius:16px}@media only screen and (min-width: 1440px){.article__wrapper{display:flex;align-items:center;gap:32px}.article-image{overflow:hidden;display:block;min-width:640px}.article-title{font-size:40px}}.location-details{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:32px;margin-bottom:32px}.location-subtitle{font-weight:600;font-size:16px;margin-bottom:16px}.location-title{font-size:48px;margin-bottom:24px}.location-text{font-size:18px}.contact-list{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px;list-style:none;padding:0}.contact-item{display:flex;align-items:flex-start;gap:16px}.contact-item-block a{text-decoration:underline;text-underline-offset:2px;transition:color .3s ease}.contact-item-block a:hover{color:#ea8d50}.contact-text{font-size:20px;margin-bottom:8px}.map-wrapper{max-width:1312px;margin:32px auto 0}.map-wrapper iframe{width:100%;display:block;border:0;aspect-ratio:343 / 395}@media only screen and (min-width: 768px){.location-details{flex-direction:row;margin-bottom:80px}.location-description{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;max-width:336px}.map-wrapper iframe{aspect-ratio:16 / 9}}@media only screen and (min-width: 1440px){.location-details{gap:80px;margin-bottom:80px}.location-description{max-width:732px}.contact-list{flex-direction:column;gap:24px;margin-bottom:0}}.footer{padding:80px 0;background:#ea8d50}.footer-nav{display:flex;flex-direction:column;align-items:center;gap:32px}.footer-logo{display:block;margin-bottom:32px}.footer-nav-container{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.footer-par{font-weight:600}.footer-form{display:flex;flex-direction:column;gap:16px}.footer-input{border:1px solid rgba(11,5,0,.15);border-radius:4px;padding:8px 12px;width:55%;height:48px;background:#0b05000d}.footer-input:focus::placeholder{color:var(--black)}.footer-input::placeholder{color:#0b050099}.footer-input:focus-visible{border:1px solid rgba(11,5,0,.15);outline:none;box-shadow:none;border-color:#0b050026}.footer-input.error{border-color:#ad0000;color:#ad0000}.footer-input.error::placeholder{color:#ad0000}.field:active{color:#0b050099}.footer-btn{height:48px;width:106px}.footer-btn:hover,.footer-btn:focus{background-color:#0000000d;border-color:#000c;transform:translateY(-2px)}.footer-btn:active{background-color:#0000001a}.footer-form-wrapper{display:flex;flex-direction:row;column-gap:16px;flex-wrap:wrap}.footer-form-par{font-size:12px;margin-top:12px}.footer-notice{width:100%;border-top:1px solid rgba(255,255,255,.2);margin-top:80px;margin-bottom:32px}.footer-notice-text{text-align:center;font-size:14px}@media screen and (min-width: 768px){.footer-nav{flex-direction:row}.footer-form{width:400px;margin:0 auto}.footer-form-wrapper{justify-content:space-between;gap:0}.footer-input{width:278px}}@media screen and (min-width: 1440px){.footer-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-form{margin:0}.footer-nav-container{align-items:flex-start}}:root{--panel: #fceee6;--accent: #d85a00;--muted: #6b5a52;--dark-backdrop: rgba(0, 0, 0, .5);--gap: 18px}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--dark-backdrop);z-index:40;padding:32px 16px;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}.backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}.modal{width:100%;background:var(--panel);position:relative;box-shadow:0 20px 50px #00000059;padding:64px 16px;border-radius:16px;max-width:1380px}.modal-content{display:flex;flex-direction:column;align-items:stretch}.modal-left{flex:0 0 280px}.modal-left img{width:100%;object-fit:cover;height:auto;border-radius:10px}.modal-right{flex:1}.book-title{font-size:40px;font-weight:600;margin-top:24px}.book-author{color:var(--muted);font-size:14px;margin-bottom:8px}.book-price{font-size:24px;margin-bottom:12px}.purchase-form{display:flex;flex-direction:column;gap:12px;margin-bottom:18px;align-items:flex-start}.qty-control{display:flex;align-items:center;overflow:hidden;margin-right:12px;gap:8px}.qty-btn{background:none;border:1px solid #0b0500;border-radius:4px;padding:8px 12px;cursor:pointer;font-size:18px}#quantity{text-align:center;padding:12px 8px;border:1px solid rgba(0,0,0,.05);border-radius:4px;font-size:12px;background-color:#f3e4da;color:#0b0500;width:42px;height:40px}.actions{display:flex;align-items:center;flex-direction:column;gap:24px;width:100%}.ac{border-top:1px solid rgba(0,0,0,.2)}.accordion-container .ac:last-of-type{border-bottom:1px solid rgba(0,0,0,.2)}.accordion-container .ac{background-color:unset}.ac-header{cursor:pointer;margin:16px 0;border:none;background:none;font-size:18px;font-weight:600;font-style:initial}.ac .ac-trigger:after{content:url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.293 8.29297L12 12.586L7.70697 8.29297L6.29297 9.70697L12 15.414L17.707 9.70697L16.293 8.29297Z' fill='%230B0500'/></svg>")!important}.ac.is-active>.ac-header .ac-trigger:after{content:url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.29297 14.2929L7.70697 15.7069L12 11.4139L16.293 15.7069L17.707 14.2929L12 8.58594L6.29297 14.2929Z' fill='%230B0500'/></svg>")!important}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:28px;background:#222;color:#fff;padding:8px 12px;border-radius:8px;z-index:200}@media (min-width: 768px){.modal{padding:64px 32px}.modal-content{gap:24px;flex-direction:row}}@media (min-width: 1440px){.modal{padding:64px}.modal-content{gap:var(--gap)}.modal-left img{width:100%;height:420px;object-fit:cover;border-radius:8px}.book-title{margin:0 0 6px}.book-author{margin:0 0 12px}.book-price{margin:0 0 14px}.purchase-form{gap:16px}.qty-control{display:inline-flex}.actions{flex-direction:row;max-width:642px}}.register-contact-modal{background-color:var(--body-bgc);border-radius:16px;max-width:866px;padding:64px 16px;position:relative;overflow-y:auto;margin:0 auto}@media (min-width: 778px){.register-contact-modal{padding:64px 32px}}@media (min-width: 1440px){.register-contact-modal{padding:64px}}.btn-width{display:block;max-width:342px;margin:0 auto}.contact-container{padding:64px 16px}.title{margin-bottom:48px}.title,.main-title{text-align:center}.title{font-weight:400;font-size:24px;line-height:1.4;margin-top:16px}.contact-modal-form{display:block;border:1px solid rgba(0,0,0,.15);background-color:#0000000d;width:100%;margin-bottom:24px}.contact-modal-form.input{height:40px;padding:12px 8px;border-radius:4px}.contact-modal-form.message{padding:16px;border-radius:8px;overflow:hidden}.contact-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;opacity:0;visibility:hidden;pointer-events:none;z-index:1000;overflow:auto;transition:opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}.contact-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.close-modal{background:transparent;border:none;width:32px;height:32px;position:absolute;right:16px;top:16px}.shopping-list-content{display:flex;flex-wrap:wrap;align-items:center;flex-direction:column;gap:10px}#shopping-list{display:flex;flex-direction:column;gap:10px}.shopping-list-item{display:flex;align-items:center;flex-direction:column}.shopping-list-item img{width:100%;height:487px;border-radius:8px;object-fit:contain}.pagination{display:flex;flex-direction:row;gap:24px}.shopping-pagin-btn{width:48px;height:48px;padding:12px;border:1px solid rgba(11,5,0,.15);background-color:#e15d05;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0003}.shopping-pagin-btn:hover,.shopping-pagin-btn:focus{transform:scale(1.1);background-color:#fceee6;color:#0b0500}.shopping-pagin-btn:active{background-color:var(--btn-active-orange);transform:translateY(3px)}.shopping-pagin-btn:disabled{background:#0b0500;color:#fff;opacity:.2}.prev-btn svg,.next-btn svg{pointer-events:none}@media (min-width: 768px){#shopping-list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.remove-btn{max-width:340px}}@media (min-width: 1440px){.remove-btn{max-width:227px}#shopping-list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:24px}.shopping-list-item img{width:227px;height:322px;border-radius:8px;object-fit:contain}}
