@charset "UTF-8";*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box}body{margin:0;-webkit-text-size-adjust:100%}dd,dl,figure,blockquote{margin:0}pre,code,kbd,samp{font-family:monospace,monospace;font-size:inherit}blockquote,q{quotes:none}h1,h2,h3,h4,h5,h6,p{margin:0}table{border-collapse:collapse;border-spacing:0}th{font-weight:inherit}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}svg{display:block}:disabled{cursor:not-allowed}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@font-face{font-family:Manrope;src:url(../../../../public/fonts/Manrope-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Manrope;src:url(../../../../public/fonts/Manrope-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Manrope;src:url(../../../../public/fonts/Manrope-Bold.woff2) format("woff2");font-weight:700;font-style:normal}:root{--font-family: "Manrope", sans-serif;--red: #ea5e22;--accent: #ea5e22;--white: #fff;--primary: #012d72;--gray: #848484;--border: #edecec;--transition: cubic-bezier(.4, 0, .2, 1);--lg: 1024px;--md-lg: 992px;--md: 768px;--sm: 480px}.btn-reset{display:inline-block;-webkit-user-select:none;user-select:none;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;text-decoration:none;cursor:pointer}.list-reset{list-style:none;margin:0;padding:0}.input-reset{width:100%;padding:0;border:none;outline:none;border-radius:0;background-color:transparent;font:inherit;color:inherit}.sr-only{position:absolute!important;overflow:hidden!important;margin:-1px!important;border:0!important;padding:0!important;width:1px!important;height:1px!important;white-space:nowrap!important;clip:rect(0,0,0,0)!important}.overflow-hidden{overflow:hidden!important}[hidden],.hidden{display:none!important}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}body{font-family:var(--font-family);font-weight:400;font-size:1rem;line-height:1.3;color:var(--primary);background-color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width: 768px){body{background-color:var(--white)}}.app{overflow:hidden;display:flex;flex-direction:column;min-height:100vh}.main{flex-grow:1}.container{margin:0 auto;padding:0 15px;max-width:1330px;width:100%}.swiper-button-next,.swiper-button-prev{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:100%;background-color:#fff;box-shadow:4px 10px 20px #00000008}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-button-next svg,.swiper-button-prev svg{width:9px;height:15px}.swiper-button-next:active,.swiper-button-prev:active{scale:.97}@media screen and (max-width: 768px){.swiper-button-next,.swiper-button-prev{width:38px;height:38px}}.box--spaced{padding-top:50px}@media screen and (max-width: 768px){.box--spaced{padding-top:30px}}.box__top{margin-bottom:30px;display:flex;align-items:center;flex-wrap:wrap;gap:8px 65px}@media screen and (max-width: 768px){.box__top{margin-bottom:20px}}.box__title{margin-bottom:30px}@media screen and (max-width: 768px){.box__title{margin-bottom:20px}}@media screen and (max-width: 768px){.hide-on-mobile{display:none}}.contact-link{font-weight:600;font-size:1.25rem;transition:color .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.contact-link:hover{color:var(--red)}}.radio-group{display:flex;align-items:center;gap:15px 30px;flex-wrap:wrap}.select{width:100%;padding:15px 20px;background-color:var(--white);border:1px solid #edecec;border-radius:10px}@media screen and (max-width: 768px){.select{padding:11px 20px}}.divider{padding:15px 0;border-bottom:1px solid var(--border);max-width:1300px;width:100%;margin:0 auto}@media screen and (max-width: 768px){.divider{display:none}}.add-to-cart{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--red);box-shadow:4px 4px 10px #ffb7b280;cursor:pointer}@media screen and (max-width: 768px){.add-to-cart{width:35px;height:35px}}.add-to-cart:active{scale:.97}.btn{display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--white);border-radius:50px;padding:10px 32px;box-shadow:0 4px 30px #0000000f;background:var(--red);transition:background-color .15s var(--transition),scale .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.btn:hover{background-color:var(--accent)}}.btn:active{scale:.97}@media screen and (max-width: 768px){.btn{font-size:.8rem}}.cart-btn{border:1px solid var(--accent);border-radius:3.12rem;padding:7px 10px 7px 15px;display:flex;align-items:center;gap:20px;transition:scale .15s var(--transition);background-color:var(--white)}.cart-btn__text{font-weight:600;font-size:1rem}.cart-btn__counter{display:inline-block;padding:9px 15px;border-radius:100px;background-color:var(--red);font-weight:600;font-size:1rem;color:var(--white)}.cart-btn:active{scale:.97}.counter{border:1px solid var(--border);border-radius:6px;background-color:var(--white);padding:2px;display:flex;align-items:center;justify-content:space-between;gap:16px;width:max-content;overflow:hidden}.counter__btn{width:34px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .15s var(--transition),scale .15s var(--transition)}.counter__btn svg{transition:fill .15s var(--transition);fill:var(--secondary)}@media (any-hover: hover) and (pointer: fine){.counter__btn:hover{background-color:var(--red)}.counter__btn:hover svg{fill:var(--white)}}.counter__btn:focus-visible{background-color:var(--red)}.counter__btn:focus-visible svg{fill:var(--white)}.counter__btn:active{scale:.9;background-color:var(--red)}.counter__btn:active svg{fill:var(--white)}.counter__field{min-width:15px;width:15px;max-width:60px;font-weight:600;font-size:1rem}@media screen and (max-width: 768px){.counter__field{font-size:.8rem}}.login-btn{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;fill:var(--white);box-shadow:4px 10px 20px #0000000a;transition:scale .15s var(--transition)}.login-btn:active{scale:.97}.socials{display:flex;gap:10px}.socials__link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:var(--accent);transition:background-color .15s var(--transition),scale .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.socials__link:hover{background-color:var(--primary)}}.socials__link:active{scale:.97}.socials__link:focus-visible{background-color:var(--primary)}.title{font-weight:700;font-size:2rem}@media screen and (max-width: 768px){.title{font-size:1.25rem}}.ui-checkbox{position:relative;display:inline-flex;align-items:center;gap:15px}@media screen and (max-width: 768px){.ui-checkbox{font-size:.75rem}}@media (any-hover: hover) and (pointer: fine){.ui-checkbox:hover .ui-checkbox__checkmark{background-color:#d8d1d1}}.ui-checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;opacity:0;position:absolute;z-index:1;width:100%;height:100%}.ui-checkbox input:checked~.ui-checkbox__checkmark:before{opacity:1}.ui-checkbox input:focus-visible~.ui-checkbox__checkmark{background-color:#d8d1d1}.ui-checkbox .ui-checkbox__checkmark{display:inline-block;width:24px;height:24px;flex-shrink:0;white-space:nowrap;border:1px solid var(--border);border-radius:5px;position:relative;transition:background-color .15s var(--transition)}.ui-checkbox .ui-checkbox__checkmark:before{content:"";background:url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5.6L4.28571 8L10 2" stroke="%2321272A" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /></svg>') no-repeat center/cover;width:12px;height:10px;position:absolute;top:50%;left:50%;translate:-50% -50%;opacity:0;transition:opacity .15s var(--transition)}.ui-radio{position:relative;display:inline-flex;align-items:center;gap:15px}@media screen and (max-width: 768px){.ui-radio{font-size:.8rem}}@media (any-hover: hover) and (pointer: fine){.ui-radio:hover .ui-radio__checkmark{background-color:#d8d1d1}}.ui-radio input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;opacity:0;position:absolute;z-index:1;width:100%;height:100%}.ui-radio input:checked~.ui-radio__checkmark:before{opacity:1}.ui-radio input:focus-visible~.ui-radio__checkmark{background-color:#d8d1d1}.ui-radio .ui-radio__checkmark{display:inline-block;transition:background-color .15s var(--transition);width:24px;height:24px;flex-shrink:0;white-space:nowrap;border:1px solid var(--border);border-radius:50%;position:relative}.ui-radio .ui-radio__checkmark:before{content:"";width:10px;height:10px;position:absolute;top:50%;left:50%;translate:-50% -50%;border-radius:50%;background-color:var(--red);opacity:0;transition:opacity .15s var(--transition)}.banner{position:relative;min-height:290px}@media screen and (max-width: 768px){.banner{padding-top:10px}}.banner__container{position:relative}.banner__content{padding-top:66px;padding-bottom:66px;padding-left:100px;position:relative;z-index:1}@media screen and (max-width: 992px){.banner__content{padding-left:60px;padding-top:40px;padding-bottom:40px}}@media screen and (max-width: 768px){.banner__content{padding-left:0;padding-top:0;padding-bottom:0}}.banner__text{display:inline-block;margin-bottom:30px;max-width:420px;font-weight:600;font-size:1.8rem;color:var(--white)}@media screen and (max-width: 768px){.banner__text{max-width:250px;margin-bottom:10px;font-size:1.12rem;color:var(--primary)}}.banner__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:15px}@media screen and (max-width: 768px){.banner__img{position:relative;height:210px;width:100%;object-fit:cover;margin-bottom:10px}}.banner .swiper-button-prev{left:-8px}@media screen and (max-width: 1400px){.banner .swiper-button-prev{left:6px}}@media screen and (max-width: 768px){.banner .swiper-button-prev{right:65px;bottom:0;left:auto;top:auto}}.banner .swiper-button-next{right:-8px}@media screen and (max-width: 1400px){.banner .swiper-button-next{right:6px}}@media screen and (max-width: 768px){.banner .swiper-button-next{right:15px;bottom:0;left:auto;top:auto}}.banner .swiper-button-next,.banner .swiper-button-prev{width:44px!important;height:44px!important;background:#fff!important;box-shadow:4px 10px 20px #00000008!important;border-radius:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.banner .swiper-button-next:after,.banner .swiper-button-prev:after{display:none!important}.banner .swiper-button-next svg,.banner .swiper-button-prev svg{width:9px!important;height:15px!important}@media screen and (max-width: 768px){.banner .swiper-button-next,.banner .swiper-button-prev{width:38px!important;height:38px!important}}.banner .swiper-button-prev,.banner .swiper-button-next{top:50%;transform:translateY(-50%)}@media screen and (max-width: 768px){.banner .swiper-button-prev,.banner .swiper-button-next{top:auto;bottom:10px;transform:none}.banner .swiper-button-prev{left:15px!important;right:auto!important;bottom:10px!important}.banner .swiper-button-next{right:15px!important;left:auto!important;bottom:10px!important}}.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.product{border:1px solid var(--primary);border-radius:15px;box-shadow:4px 10px 20px #00000008;background-color:var(--white);overflow:hidden;transition:border-color .15s var(--transition);display:flex;flex-direction:column}@media screen and (max-width: 480px){.product{flex-direction:row;gap:12px;border:none;box-shadow:none;border-bottom:1px solid var(--border);border-radius:0}}.product.added{border-color:var(--accent)}.product.added .product__counter{display:flex}.product.added .add-to-cart{display:none}@media screen and (max-width: 768px){.product.added{border-color:var(--border)}}.product__inner{flex-grow:1;display:flex;flex-direction:column}.product__header{border-bottom:1px solid #eaeaea;height:260px;background-color:var(--primary)}@media screen and (max-width: 480px){.product__header{height:96px;width:114px;flex-shrink:0;border-radius:15px;overflow:hidden}}.product__img{width:100%;height:100%;object-fit:cover}.product__body{display:flex;flex-direction:column;flex-grow:1;margin-bottom:20px;padding-top:20px;padding-right:25px;padding-left:25px}@media screen and (max-width: 480px){.product__body{margin-bottom:10px;padding:0}}.product__title{display:inline-block;margin-bottom:12px;font-weight:600;font-size:1.25rem;color:var(--primary)}@media screen and (max-width: 480px){.product__title{font-size:.8rem}}.product__text{margin-bottom:10px;font-size:.8rem;color:var(--gray)}.product__options-wrapper{margin-top:auto;display:flex;flex-direction:column;gap:6px}.product__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding-bottom:20px;padding-right:25px;padding-left:25px}@media screen and (max-width: 480px){.product__footer{padding-left:0;padding-right:0}}.product__price{font-weight:600;font-size:1.25rem;color:var(--primary)}@media screen and (max-width: 480px){.product__price{font-size:1rem}}.product__counter{display:none}.product-filters{display:flex;flex-wrap:wrap;gap:20px 60px;border-bottom:1px solid var(--border);flex-grow:1;padding:12px 0}@media screen and (max-width: 768px){.product-filters{gap:20px 40px}}.product-filters__btn{font-weight:400;font-size:.8rem;color:var(--gray);transition:color .15s var(--transition)}.product-filters__btn.active{color:var(--red)}@media (any-hover: hover) and (pointer: fine){.product-filters__btn:hover{color:var(--red)}}.product-modal{position:fixed;z-index:30;top:0;left:50%;transform:translate(-50%) translateY(-20px);overflow-y:auto;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .2s var(--transition),transform .2s var(--transition),visibility .2s var(--transition)}.product-modal.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.product-modal__inner{padding:100px 15px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.product-modal__inner{padding:40px 15px}}.product-modal__close{position:absolute;z-index:2;right:-40px;top:10px;transition:background-color .15s var(--transition)}.product-modal__close:active{scale:.97}.product-modal__close svg{fill:var(--white);transition:fill .15s var(--transition)}@media screen and (max-width: 1100px){.product-modal__close{right:12px;top:12px}.product-modal__close svg{width:18px;height:18px;fill:var(--primary)}}@media screen and (max-width: 768px){.product-modal__close{box-shadow:0 0 25px 3px #0000001a;width:32px;height:32px;right:10px;top:10px;background-color:var(--white);display:flex;align-items:center;justify-content:center;border-radius:6px}.product-modal__close svg{width:14px;height:14px}.product-modal__close:active{background-color:var(--red)}.product-modal__close:active svg{fill:var(--white)}}.product-details{position:relative;max-width:980px;width:100%;padding:35px 56px 35px 35px;display:flex;gap:50px;border-radius:14px;background-color:var(--white)}@media screen and (max-width: 768px){.product-details{flex-direction:column;max-width:320px;padding:20px;border-radius:14px;overflow:hidden;gap:25px}}.product-details__gallery{width:450px;height:410px;flex-shrink:0}.product-details__gallery .swiper-button-next{right:0}.product-details__gallery .swiper-button-prev{left:0}@media screen and (max-width: 992px){.product-details__gallery{width:280px;height:210px}}@media screen and (max-width: 768px){.product-details__gallery{width:100%}}.product-details__slider{width:100%;height:100%}.product-details__img{width:100%;height:100%;object-fit:cover;border-radius:15px;overflow:hidden}.product-details__top{margin-bottom:30px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 768px){.product-details__top{margin-bottom:12px}}.product-details__title{font-weight:600;font-size:1.5rem}@media screen and (max-width: 768px){.product-details__title{font-size:1rem;color:#000}}.product-details__size{font-weight:700;font-size:1rem;color:var(--gray)}.product-details__body{display:flex;flex-direction:column;gap:20px}.product-details__composition{font-weight:700;font-size:.88rem}@media screen and (max-width: 768px){.product-details__composition b{display:none}}.product-details__text{font-weight:400;color:var(--gray)}@media screen and (max-width: 768px){.product-details__text{font-size:.75rem}}.product-details__options{display:flex;flex-direction:column;gap:5px}.product-details__counter{width:100%}.product-details__price-wrapper{display:flex;align-items:center;gap:20px}.product-details__price{font-family:Manrope,sans-serif;font-weight:600;font-size:1.25rem;color:var(--red)}@media screen and (max-width: 768px){.product-details__price{font-size:1rem}}.product-details__old-price{font-weight:400;font-size:.94rem;text-decoration:line-through;color:var(--gray)}@media screen and (max-width: 768px){.product-details__old-price{font-size:.75rem}}.product-details__btn{width:100%}.options{position:relative;border:1px solid var(--border);border-radius:6px;padding:2px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:4px;overflow:hidden}.options:before{content:"";width:1px;height:27px;background-color:var(--border);position:absolute;top:50%;left:50%;translate:-50% -50%}.option{width:100%;text-align:center;padding:10px 15px;border-radius:4px}.option:focus-within{background-color:var(--border)}@media (any-hover: hover) and (pointer: fine){.option:hover{background-color:var(--border)}}.option input{position:absolute;z-index:-1;opacity:0}.option input:checked~span{color:var(--red)}.option:active{background-color:var(--border)}.option__text{display:inline-flex;font-weight:400;font-size:.8rem;color:var(--gray)}.side-menu{position:fixed;z-index:15;left:0;top:0;height:100%;width:320px;background-color:var(--white);overflow-y:auto;padding-bottom:40px;transform:translate(-100%);transition:transform .15s var(--transition)}.side-menu.active{transform:translate(0)}.side-menu__top{padding:5px 10px;display:flex;align-items:center}.side-menu__logo{margin-right:16px;width:40px;height:40px}.side-menu__link{font-weight:600;font-size:1.12rem}.side-menu__close{margin-left:auto}.side-menu__close:active{scale:.97}.side-menu__info{padding:10px 15px;background-color:#f8f8f8}.side-menu__info-title{display:inline-block;font-weight:600;font-size:.88rem}.side-menu__info-text{font-size:.75rem;color:var(--gray)}.side-menu__login-btn{display:flex;align-items:center;gap:10px;padding:16px 10px;font-weight:600;font-size:.8rem;border-bottom:1px solid #e4e4e4;width:100%;transition:background-color .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.side-menu__login-btn:hover{background-color:var(--border)}}.side-menu__login-btn:active{scale:.97}.side-menu__list{display:flex;flex-direction:column;gap:20px;padding:20px 10px}.side-menu__list-link{font-weight:600;font-size:.8rem;transition:color .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.side-menu__list-link:hover{color:var(--red)}}.side-menu__list-link:active{color:var(--red)}.overlay{position:fixed;z-index:15;width:100%;height:100%;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;background-color:#2c2c2c99;transition:opacity .18s var(--transition),visibility .18s var(--transition)}.overlay.active{opacity:1;visibility:visible}.cart{position:fixed;z-index:40;right:0;top:0;height:100%;max-width:620px;width:100%;background-color:var(--white);transform:translate(100%);opacity:0;visibility:hidden;transition:transform .2s var(--transition),visibility 50ms ease-in-out,opacity 50ms ease-in-out}.cart.active{transform:translate(0);visibility:visible;opacity:1}.cart__inner{position:relative;overflow-y:auto;height:100%;padding-bottom:40px}.cart__close{position:absolute;z-index:2;top:50px;left:-45px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .15s var(--transition)}.cart__close svg{fill:var(--white)}@media (any-hover: hover) and (pointer: fine){.cart__close:hover{background-color:var(--primary)}}.cart__close:active{scale:.97}@media screen and (max-width: 768px){.cart__close{top:10px;left:10px}.cart__close svg{fill:var(--primary);width:18px;height:18px}}.cart__top{margin-bottom:24px;padding-top:42px;padding-left:45px;padding-right:45px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 768px){.cart__top{margin-bottom:15px;padding-top:50px;padding-right:10px;padding-left:10px}}.cart__title{font-weight:600;font-size:1.5rem}@media screen and (max-width: 768px){.cart__title{font-size:1.25rem}}.cart__clear{font-size:.88rem;color:var(--red)}.cart__clear:active{scale:.97}.cart__products{margin-bottom:20px;display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.cart__products{margin-bottom:15px}}.cart__details{width:100%;margin-bottom:20px;border-bottom:1px solid #d9d9d9}@media screen and (max-width: 768px){.cart__details{margin-bottom:15px}}.cart__btn{width:100%}.cart__total{margin-bottom:42px;display:flex;align-items:center;justify-content:space-between;font-weight:600}@media screen and (max-width: 768px){.cart__total{font-size:.8rem;margin-bottom:32px}}.cart__bottom{padding:0 45px}@media screen and (max-width: 768px){.cart__bottom{padding:0 10px}}.cart-product{background-color:#f8f8f8;padding:16px 44px;display:flex;gap:20px}@media screen and (max-width: 768px){.cart-product{padding:10px 5px;gap:12px}}.cart-product__img{flex-shrink:0;width:134px;height:134px;object-fit:cover;background-color:#fff;border-radius:15px}@media screen and (max-width: 768px){.cart-product__img{width:114px;height:96px}}.cart-product__wrapper{width:100%;display:flex;flex-direction:column;justify-content:space-between}.cart-product__top{margin-bottom:10px;display:flex;align-items:flex-start;justify-content:space-between}.cart-product__title-wrapper{display:flex;flex-direction:column;gap:10px}.cart-product__title{font-weight:600}@media screen and (max-width: 768px){.cart-product__title{font-size:.8rem}}.cart-product__text{font-weight:600;font-size:.8rem;color:var(--gray)}@media screen and (max-width: 768px){.cart-product__text{font-size:.75rem}}.cart-product__delete{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.cart-product__delete:hover{background-color:var(--border)}}.cart-product__delete:active{background-color:var(--border);scale:.97}.cart-product__bottom{display:flex;align-items:center;justify-content:space-between}.cart-product__price{font-weight:600}.order-details{padding-bottom:20px;display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 768px){.order-details{padding-bottom:15px}}.order-details__item{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:.75rem}.checkout{padding-top:50px;padding-bottom:100px}@media screen and (max-width: 768px){.checkout{padding-top:15px;padding-bottom:30px}}.checkout__layout{display:grid;grid-template-columns:repeat(12,1fr);gap:25px;align-items:flex-start}@media screen and (max-width: 992px){.checkout__layout{display:flex;flex-direction:column-reverse;gap:15px}}.checkout__content{display:flex;flex-direction:column;gap:20px;grid-column:7 span;border:1px solid #f1f1f1;border-radius:14px;box-shadow:4px 10px 20px #0000000a;background:#fff;padding:30px 60px;width:100%}@media screen and (max-width: 768px){.checkout__content{padding:15px 0;border:none;box-shadow:none}}.checkout__subtitle{font-weight:700;font-size:1.25rem}@media screen and (max-width: 768px){.checkout__subtitle{font-size:1rem}}.checkout__box{display:flex;flex-direction:column;gap:20px}.checkout__top-fields{display:flex;align-items:center;gap:20px}@media screen and (max-width: 480px){.checkout__top-fields{flex-direction:column;gap:10px}}.checkout__fields-group{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media screen and (max-width: 768px){.checkout__fields-group{grid-template-columns:repeat(2,1fr)}}.checkout__person{display:flex;align-items:center;gap:20px;font-family:Manrope,sans-serif;font-weight:400;font-size:1rem;color:#272727}.checkout__radio{position:relative;cursor:pointer}.checkout__radio input{position:absolute;z-index:-1;opacity:0}.checkout__radio input:checked~span{color:var(--red);text-decoration:underline}@media screen and (max-width: 768px){.checkout__radio{font-size:.8rem}}.checkout__btn{width:100%}.checkout__aside{display:flex;flex-direction:column;gap:20px;padding:30px 0;grid-column:5 span;border:1px solid #f1f1f1;border-radius:14px;box-shadow:4px 10px 20px #0000000a;background:#fff}@media screen and (max-width: 992px){.checkout__aside{width:100%;box-shadow:none;border:none;padding:15px 0}}.checkout__delivery-box-wrapper{padding:0 10px}@media screen and (max-width: 768px){.checkout__delivery-box-wrapper{padding:0}}.checkout__delivery-box{display:flex;align-items:center;justify-content:space-between;background-color:#f2f2f2;padding:20px 30px;font-weight:600}@media screen and (max-width: 768px){.checkout__delivery-box{padding:20px 15px}}.checkout__total{display:flex;align-items:center;justify-content:space-between;padding:0 40px;font-weight:600;color:var(--red)}@media screen and (max-width: 768px){.checkout__total{padding:0}}.checkout__aside-title{padding:0 40px}@media screen and (max-width: 768px){.checkout__aside-title{padding:0}}.checkout__order-details-list{padding:0 40px}@media screen and (max-width: 768px){.checkout__order-details-list{padding:0}}.field-wrapper{width:100%}.field-wrapper:has(.field-wrapper__edit) .input{padding-right:40px}.field-wrapper__label{display:block;margin-bottom:5px;font-weight:400}@media screen and (max-width: 768px){.field-wrapper__label{font-size:.8rem}}.field-wrapper__inner{position:relative}.field-wrapper__edit{width:24px;height:24px;display:flex;align-items:center;justify-content:center;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.field-wrapper__edit:active{scale:.97}.field-wrapper__textarea{height:140px;padding:20px;resize:none;width:100%}.input{font-family:Manrope,sans-serif;font-weight:600;font-size:1rem;background-color:var(--white);border:1px solid var(--border);border-radius:10px;padding:12px 20px}.input:focus{outline:1px solid var(--primary)}@media screen and (max-width: 768px){.input{font-size:.8rem;padding:10px}}.radio-group--column{flex-direction:column;align-items:flex-start}.order-details-list{display:flex;flex-direction:column;gap:12px}.order-details-list__item{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.order-details-list__item span:last-child{white-space:nowrap}.order-details-list__box{display:flex;flex-direction:column;gap:4px}.order-details-list__title{font-weight:600}.order-details-list__text{font-weight:400;font-size:.75rem;color:var(--gray)}.order-details-list__price{font-weight:600}.login-modal{position:fixed;top:0;left:50%;transform:translate(-50%) translateY(-20px);z-index:40;width:100%;height:100%;overflow-y:auto;opacity:0;visibility:hidden;transition:opacity .2s var(--transition),transform .2s var(--transition),visibility .2s var(--transition)}.login-modal.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.login-modal__inner{position:relative;padding:100px 15px;display:flex;justify-content:center}.login-modal__close{position:absolute;z-index:2;right:-40px;top:10px;transition:background-color .15s var(--transition)}.login-modal__close:active{scale:.97}.login-modal__close svg{fill:var(--white);transition:fill .15s var(--transition)}@media screen and (max-width: 768px){.login-modal__close{right:15px;top:12px}.login-modal__close svg{width:18px;height:18px;fill:var(--primary)}}.login-card{padding:35px 35px 45px;position:relative;max-width:440px;width:100%;background-color:var(--white);border-radius:15px;display:flex;flex-direction:column}@media screen and (max-width: 480px){.login-card{max-width:100%;padding:12px 10px}}.login-card__title{margin-bottom:40px;font-weight:600;font-size:1.5rem;text-align:center}@media screen and (max-width: 768px){.login-card__title{margin-bottom:36px;font-weight:700;font-size:1.25rem;text-align:left}}.login-card__resend{text-align:center;margin-bottom:30px;font-weight:400}@media screen and (max-width: 768px){.login-card__resend{font-size:.8rem;margin-bottom:20px}}.login-card__field-wrapper{margin-bottom:40px}@media screen and (max-width: 768px){.login-card__field-wrapper{margin-bottom:20px}}.login-card__number{font-weight:600}@media screen and (max-width: 768px){.login-card__number{font-size:.8rem}}.login-card__resend-btn{margin-left:5px;font-weight:600;color:var(--red)}.login-card__resend-btn:active{scale:.97}@media screen and (max-width: 768px){.login-card__resend-btn{font-size:.8rem}}.login-card__fields{margin:0 auto}.login-card__code-input{flex-shrink:0}.login-card__btn{margin-bottom:12px;width:100%}.login-card__politic{font-weight:400;font-size:.75rem;text-align:center;color:var(--gray)}.login-card__politic a{text-decoration:underline}@media (any-hover: hover) and (pointer: fine){.login-card__politic a:hover{color:var(--red)}}.login-card__text{font-weight:400;font-size:.75rem;text-align:center;color:var(--gray)}.code-input{width:60px;height:68px;border:1px solid #dadada;border-radius:10px;text-align:center}.code-input:focus{outline:1px solid var(--primary)}@media screen and (max-width: 768px){.code-input{width:40px;height:44px}}.breadcrumbs{display:flex;gap:5px 20px;flex-wrap:wrap}.breadcrumbs--spaced{padding:10px 0}@media (any-hover: hover) and (pointer: fine){.breadcrumbs a[href]:hover{color:var(--red)}}.breadcrumbs a[href]:active{color:var(--red)}.breadcrumbs li{position:relative}.breadcrumbs li:not(:last-child):after{content:"-";position:absolute;top:4px;right:-7px;width:0;height:0;font-size:.75rem;color:var(--gray)}.breadcrumbs a{transition:color .15s var(--transition);font-size:.75rem;color:var(--gray)}.categories{position:relative}.categories__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,196px));gap:24px}@media screen and (max-width: 768px){.categories__container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.categories-card{padding-bottom:20px;display:flex;flex-direction:column;gap:10px;border:1px solid var(--primary);border-radius:14px;box-shadow:4px 10px 20px #0000000a;background:var(--white);transition:scale .15s var(--transition);-webkit-user-select:none;user-select:none}@media (any-hover: hover) and (pointer: fine){.categories-card:hover{scale:1.1}}.categories-card:active{scale:.9}.categories-card__img{height:140px;width:100%;object-fit:contain}.categories-card__text{font-weight:600;text-align:center}.header{padding-top:10px}@media screen and (max-width: 768px){.header{padding:5px 0;background-color:var(--white)}}.header__container{display:flex;align-items:center}@media screen and (max-width: 768px){.header__container{justify-content:space-between}}.header__burger{display:none}@media screen and (max-width: 768px){.header__burger{display:block}}.header__cart-mobile{display:none}@media screen and (max-width: 768px){.header__cart-mobile{display:block}}.header__logo{margin-right:32px}@media screen and (max-width: 992px){.header__logo{margin-right:15px}}@media screen and (max-width: 768px){.header__logo{margin-right:0}}.header__content{width:100%}@media screen and (max-width: 768px){.header__content{display:none}}@media screen and (max-width: 768px){.header__socials{display:none}}.header__top{margin-bottom:28px;padding-bottom:16px;padding-left:30px;border-bottom:1px solid #e4e4e4;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 992px){.header__top{margin-bottom:10px}}@media screen and (max-width: 768px){.header__top{display:none}}.header__bottom{padding-left:30px;display:flex;align-items:center}@media screen and (max-width: 768px){.header__bottom{display:none}}.header__text{display:flex;flex-direction:column;gap:4px}@media screen and (max-width: 1100px){.header__text{display:none}}.header__text-primary{font-weight:600}.header__text-secondary{font-size:.8rem;color:var(--secondary)}.header__link{margin-right:90px;display:inline-block;font-weight:600;font-size:1.25rem;transition:opacity .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.header__link:hover{opacity:.8}}.header__link:active{scale:.97}.header__actions{margin-left:auto;display:flex;align-items:center;gap:15px}.logo{width:166px}@media screen and (max-width: 992px){.logo{width:100px;height:100px}}@media screen and (max-width: 768px){.logo{width:40px;height:40px}}.menu{display:flex;gap:35px}.menu__link{font-size:.8rem;color:var(--secondary);transition:color .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.menu__link:hover{color:var(--red)}}.menu__link:active{color:var(--red)}.cart-mobile{position:relative}.cart-mobile span{position:absolute;top:-5px;right:-5px;padding:3px 4px;border-radius:100px;background-color:var(--red);font-weight:600;font-size:.62rem;color:var(--white)}.sticky-header{padding:6px 0;position:fixed;top:0;width:100%;left:0;z-index:12;background-color:var(--white);box-shadow:0 0 20px #00000012;transform:translateY(-100%);transition:transform .15s var(--transition)}.sticky-header.active{transform:translateY(0)}.sticky-header__container{display:flex;align-items:center}@media screen and (max-width: 992px){.sticky-header__container{justify-content:space-between}}.sticky-header__burger{display:none}@media screen and (max-width: 992px){.sticky-header__burger{display:inline-block}}.sticky-header__logo{margin-right:50px;flex-shrink:0;width:54px;height:54px}@media screen and (max-width: 1100px){.sticky-header__logo{margin-right:20px}}@media screen and (max-width: 992px){.sticky-header__logo{width:40px;height:40px}}.sticky-header__menu .menu__link{font-weight:600;font-size:1rem;color:var(--primary)}@media (any-hover: hover) and (pointer: fine){.sticky-header__menu .menu__link:hover{color:var(--red)}}.sticky-header__menu .menu__link:active{color:var(--red)}@media screen and (max-width: 1160px){.sticky-header__menu{gap:20px}}@media screen and (max-width: 992px){.sticky-header__menu{display:none}}.sticky-header__actions{margin-left:auto;display:flex;align-items:center;gap:50px}@media screen and (max-width: 1100px){.sticky-header__actions{gap:20px}}@media screen and (max-width: 992px){.sticky-header__actions{display:none}}.sticky-header__cart{display:none}@media screen and (max-width: 992px){.sticky-header__cart{display:inline-block}}.delivery{padding:100px 0}@media screen and (max-width: 1160px){.delivery{padding:30px 0}}.delivery__title{margin-bottom:75px}@media screen and (max-width: 1160px){.delivery__title{margin-bottom:30px}}@media screen and (max-width: 768px){.delivery__title{margin-bottom:20px}}.delivery__inner{position:relative;display:flex;justify-content:space-between;gap:40px}@media screen and (max-width: 768px){.delivery__inner{flex-direction:column;gap:20px}}.delivery__inner:before{content:"";position:absolute;top:0;left:-124px;width:324px;height:330px;background-image:url(/images/delivery.svg);background-position:center center;background-size:100%;background-repeat:no-repeat}@media screen and (max-width: 1160px){.delivery__inner:before{display:none}}.delivery__content{padding-left:330px;display:flex;flex-direction:column;gap:50px}@media screen and (max-width: 1160px){.delivery__content{padding-left:0;gap:20px}}.delivery__subtitle{margin-bottom:20px;font-weight:700;font-size:1.25rem}@media screen and (max-width: 768px){.delivery__subtitle{margin-bottom:10px;font-size:1rem}}.delivery__list{padding-inline-start:25px;margin:0}.map-wrapper__title{margin-bottom:20px;font-weight:700;font-size:1.25rem;color:var(--primary)}@media screen and (max-width: 768px){.map-wrapper__title{margin-bottom:10px;font-size:1rem}}.map-wrapper__text{display:inline-block;margin-bottom:30px}@media screen and (max-width: 768px){.map-wrapper__text{margin-bottom:16px}}.map{width:416px;height:248px;background-color:#222;border-radius:15px;overflow:hidden}@media screen and (max-width: 768px){.map{width:100%;height:200px}}.account{padding-top:50px;padding-bottom:100px}@media screen and (max-width: 992px){.account{padding-top:15px;padding-bottom:30px}}.account__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}@media screen and (max-width: 992px){.account__top{margin-bottom:20px}}.account__space{display:flex;flex-direction:column;gap:20px;padding:0 60px}@media screen and (max-width: 768px){.account__space{padding:0}}.account__logout-btn{font-weight:600;transition:color .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.account__logout-btn:hover{color:var(--red)}}.account__logout-btn:active{scale:.97;color:var(--red)}.account__layout{display:grid;grid-template-columns:repeat(12,1fr);gap:25px;align-items:flex-start}@media screen and (max-width: 992px){.account__layout{grid-template-columns:1fr;gap:0}}.account__content{border:1px solid #f1f1f1;border-radius:14px;box-shadow:4px 10px 20px #0000000a;background-color:#fff;display:flex;flex-direction:column;gap:20px;padding-top:30px;padding-bottom:50px;grid-column:7 span}@media screen and (max-width: 768px){.account__content{padding-top:0;padding-bottom:30px;border:none;box-shadow:none}}.account__tagline{font-weight:700;font-size:1.25rem}@media screen and (max-width: 768px){.account__tagline{font-size:1rem}}.account__fields{display:flex;gap:20px}@media screen and (max-width: 480px){.account__fields{flex-direction:column;gap:10px}}.account__subtitle{font-weight:700}.account__add-address-btn{display:flex;align-items:center;gap:10px;font-weight:600;transition:color .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.account__add-address-btn:hover{color:var(--gray)}}.account__add-address-btn:active{color:var(--red)}.account__tab-btns{margin-bottom:20px;display:none;flex-wrap:wrap;gap:20px}@media screen and (max-width: 992px){.account__tab-btns{display:flex}}.account__tab-btn{font-weight:700;transition:color .15s var(--transition)}.account__tab-btn.active{border-bottom:2px solid var(--red)}@media (any-hover: hover) and (pointer: fine){.account__tab-btn:hover{color:var(--red)}}.account__tab-btn:active{color:var(--primary)}.account__aside{padding:30px 40px;grid-column:5 span;border:1px solid #f1f1f1;border-radius:14px;box-shadow:4px 10px 20px #0000000a;background-color:#fff;display:flex;flex-direction:column}@media screen and (max-width: 768px){.account__aside{padding:20px 0;border:none;box-shadow:none}}.account__aside-top{padding-bottom:20px;border-bottom:1px solid #d9d9d9}.account__aside-orders{display:flex;flex-direction:column;gap:10px}.account__address-wrapper{padding:0 12px}@media screen and (max-width: 768px){.account__address-wrapper{padding:0}}.account-address{display:flex;flex-direction:column;gap:20px;padding:20px 50px 30px;border-radius:10px;background-color:#f6f6f6}@media screen and (max-width: 768px){.account-address{padding:15px}}.account-address__top{display:flex;align-items:center;justify-content:space-between}.account-address__title{font-weight:600}.account-address__actions{display:flex;gap:20px;align-items:center}.account-address__actions button:active{scale:.97}.account-address__fields-group{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media screen and (max-width: 768px){.account-address__fields-group{grid-template-columns:repeat(2,1fr)}}.order-info{padding:10px 0;border-bottom:1px solid #d9d9d9}.order-info__top{display:flex;align-items:flex-start;justify-content:space-between}.order-info__content{display:flex;flex-direction:column;gap:4px}.order-info__date{font-size:.75rem;color:var(--gray)}.order-info__body{padding-top:10px;display:flex;flex-direction:column;gap:6px}.order-info__item{display:flex;align-items:center;justify-content:space-between;font-size:.75rem}.stocks{padding-top:30px;padding-bottom:100px}@media screen and (max-width: 768px){.stocks{padding-top:15px;padding-bottom:30px}}.stocks__title{margin-bottom:30px}@media screen and (max-width: 768px){.stocks__title{margin-bottom:10px}}.stocks__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media screen and (max-width: 992px){.stocks__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.stocks__cards{gap:20px}}@media screen and (max-width: 480px){.stocks__cards{grid-template-columns:1fr}}.stock-card{display:flex;flex-direction:column;align-items:flex-start;gap:20px}@media screen and (max-width: 768px){.stock-card{gap:10px}}.stock-card__img{width:100%;height:278px;object-fit:cover;border-radius:15px;border:1px solid var(--primary)}@media screen and (max-width: 768px){.stock-card__img{height:200px}}.stock-card__title{font-weight:700;font-size:1.25rem}@media screen and (max-width: 768px){.stock-card__title{font-size:1rem}}.contacts{padding-top:30px;padding-bottom:100px}@media screen and (max-width: 768px){.contacts{padding-top:15px;padding-bottom:30px}}.contacts__container{display:flex;align-items:flex-start;justify-content:space-between;gap:40px}@media screen and (max-width: 768px){.contacts__container{flex-direction:column;gap:30px}}.contacts__title{margin-bottom:30px}@media screen and (max-width: 768px){.contacts__title{margin-bottom:20px}}.contacts__item:not(:last-child){margin-bottom:15px}.contacts__item-title{margin-bottom:8px;font-size:.75rem;color:var(--gray)}.contacts__item-link{transition:color .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.contacts__item-link[href]:hover{color:var(--red)}}.contacts__item-link[href]:active{color:var(--primary)}@media screen and (max-width: 768px){.contacts__item-link{font-size:.8rem}}.contacts__map{max-width:958px;width:100%;height:356px}@media screen and (max-width: 768px){.contacts__map{height:200px}}.contacts__socials{margin-top:25px}@media screen and (max-width: 768px){.contacts__socials{margin-top:15px}}.about{padding-top:35px;padding-bottom:100px}@media screen and (max-width: 768px){.about{padding-top:15px;padding-bottom:30px}}.about__container{display:flex;align-items:flex-start;gap:66px}@media screen and (max-width: 1024px){.about__container{gap:30px}}@media screen and (max-width: 768px){.about__container{gap:15px}}@media screen and (max-width: 992px){.about__container{flex-direction:column}}.about__img{max-width:636px;border-radius:15px;border:1px solid #f1f1f1;height:425px;width:100%;object-fit:cover}@media screen and (max-width: 992px){.about__img{max-width:100%}}@media screen and (max-width: 768px){.about__img{height:300px}}@media screen and (max-width: 480px){.about__img{height:200px}}.about__info{width:100%}.about__title{margin-bottom:30px}@media screen and (max-width: 1024px){.about__title{margin-bottom:10px}}@media screen and (max-width: 768px){.about__text{font-size:.8rem}}.nav-menu{display:flex;flex-direction:column;gap:20px}.nav-menu__link{font-weight:600;color:var(--white);transition:color .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.nav-menu__link:hover{color:var(--red)}}.footer{background-color:#1e1e1e}.footer__top{padding-top:22px;display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--gray);flex-wrap:wrap;gap:20px}@media screen and (max-width: 480px){.footer__top{border:none;padding-bottom:0}}@media screen and (max-width: 480px){.footer__nav-menu{display:none}}.footer__logo{flex-shrink:0;width:120px}@media screen and (max-width: 1024px){.footer__logo{display:none}}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;padding-bottom:18px;gap:20px;flex-wrap:wrap}@media screen and (max-width: 480px){.footer__bottom{flex-direction:column-reverse;align-items:flex-start;padding-bottom:26px}}.footer__links{display:flex;flex-direction:column;gap:4px}.footer__link{font-weight:400;font-size:.75rem;color:var(--gray);transition:color .15s var(--transition)}@media (any-hover: hover) and (pointer: fine){.footer__link:hover{color:var(--red)}}.footer__socials .socials__link{background-color:var(--accent)}@media (any-hover: hover) and (pointer: fine){.footer__socials .socials__link:hover{background-color:var(--white)}}.contact-box{display:flex;align-items:center;gap:15px}.contact-box__content{display:flex;flex-direction:column;gap:10px}.contact-box__title{color:var(--gray)}.contact-box__link{font-weight:600;color:var(--white)}.mobile-nav{background-color:#f8f8f8;display:none}@media screen and (max-width: 768px){.mobile-nav{display:block}}.mobile-nav .container{padding:0}.mobile-nav .menu{padding:8px 15px;flex-wrap:nowrap;flex-direction:row;overflow-x:auto}.mobile-nav .menu__link{display:flex;gap:2px}.anim-to-top{opacity:0;transform:translateY(20px)}.anim-to-right{opacity:0;transform:translate(20px)}.anim-to-left{opacity:0;transform:translate(-20px)}.anim-to-bottom{opacity:0;transform:translateY(-20px)}.select-wrapper{position:relative}.select-wrapper select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:""}.select-wrapper svg{position:absolute;display:block;right:20px;top:50%;translate:0 -50%;transition:rotate .15s var(--transition)}.select-wrapper select:focus{outline:1px solid var(--primary)}.select-wrapper select:focus~svg{rotate:180deg}.products{display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-start;max-width:1400px;margin:0 auto}.product{width:300px;max-width:100%;min-width:250px;box-sizing:border-box;flex:none}
