@charset "UTF-8";html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}a{text-decoration:none;color:inherit;cursor:pointer;outline-offset:3px;outline:2px solid transparent}ul,ol{padding:0}ul{list-style:none}body,h1,h2,h3,h4,h5,h6,p,ul,ol,blockquote{margin:0}img{max-width:100%;display:block;-webkit-user-select:none;user-select:none}input,button,textarea,select{font:inherit;padding:0;background-color:transparent;outline:transparent;border:none;appearance:none;color:inherit}button{cursor:pointer;display:inline-block}address,cite{font-style:normal}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#ffffff}svg,path,g,circle{transition:all .4s}@font-face{font-family:SF Pro Display;src:url(/assets/SFProDisplay-Regular-D5XlYFhO.woff2) format("woff2"),url(/assets/SFProDisplay-Regular-2WWrFbtD.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SF Pro Display;src:url(/assets/SFProDisplay-Medium-DpO1fEiL.woff2) format("woff2"),url(/assets/SFProDisplay-Medium-DMqTeL0L.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:SF Pro Display;src:url(/assets/SFProDisplay-Semibold-8jXiQiz6.woff2) format("woff2"),url(/assets/SFProDisplay-Semibold-B_AiZ6RU.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:SF Pro Display;src:url(/assets/SFProDisplay-Heavy-04AzkEc5.woff2) format("woff2"),url(/assets/SFProDisplay-Heavy-F04s7MQO.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}html{overflow-x:hidden}body{background:#fff;color:#111;font-family:SF Pro Display,sans-serif,sans-serif;font-size:18px;font-weight:500;line-height:1.3;overflow-x:hidden}@media(max-width:468px){body{font-size:16px}}body.active:before{opacity:1;pointer-events:all}body:before{content:"";position:absolute;top:0;left:0;position:fixed;z-index:50;width:100%;height:100vh;opacity:0;pointer-events:none;transition:opacity .3s;background-color:#1111114d}.container{max-width:1400px;margin:0 auto;width:100%}.container--padding{padding:0 40px}@media(max-width:610px){.container--padding{padding:0 30px}}@media(max-width:468px){.container--padding{padding:0 17px}}#root{min-height:100vh;display:flex;flex-direction:column}.app-layout{flex:1;display:flex;flex-direction:column}::selection{color:#fff;background:#111}.btn{display:flex;justify-content:center;align-items:center;gap:12px;text-align:center;padding:14px 40px;line-height:1;max-width:max-content;background-color:#111;color:#fff;border:1px solid transparent;text-transform:uppercase;font-size:16px;letter-spacing:.02em;z-index:1;transition:color .4s,background-color .4s,border .4s,opacity .4s}.btn:hover{background-color:transparent;border-color:#111;color:#111}.btn--black{background-color:#fff;color:#111}.btn--black:hover{background-color:#111;border-color:transparent;color:#fff}.header{border-bottom:1px solid rgba(17,17,17,.15);position:relative}.header__info{border-bottom:1px solid rgba(17,17,17,.15);padding:3px 0}.header__info-inner{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:10px 40px;font-size:14px;color:#1119}.header__top{display:flex;justify-content:space-between;align-items:center;padding:24px 40px;font-size:18px}.header__left{display:flex;align-items:center;gap:28px}@media(max-width:1200px){.header__left{gap:20px}}.header__logo{display:inline-flex;align-items:center;transition:opacity .25s ease,transform .25s ease}.header__logo:hover{opacity:.8;transform:translateY(-1px)}.header__logo:active{transform:translateY(0);opacity:.9}@media(max-width:992px){.header__logo img{width:176px;height:auto}}@media(max-width:610px){.header__logo img{width:163px}}@media(max-width:420px){.header__logo img{width:150px}}.header__nav{display:flex;gap:26px;padding:6px 0;transform:translateY(3px)}@media(max-width:1200px){.header__nav{gap:16px}}.header__link{display:flex;align-items:center;gap:6px;line-height:1;padding-bottom:2px;color:#111c;border-bottom:1px solid transparent;background:none;border-radius:0;font:inherit;cursor:pointer;transition:color .4s,border .4s,text-decoration .4s}.header__link:hover,.header__link.is-active{color:#111;border-bottom-color:#111}.header__cart{position:relative}.header__cart-badge{display:flex;justify-content:center;align-items:center;position:absolute;top:-1px;left:11px;background:#111;color:#fff;font-size:8px;line-height:1;min-width:14px;height:14px;border-radius:50%}.header__right{display:flex;gap:18px;align-items:center}.mega-menu{position:absolute;top:100%;left:0;width:100%;z-index:100;border-top:1px solid rgba(17,17,17,.15);border-bottom:1px solid rgba(17,17,17,.15);background-color:#fff;opacity:0;visibility:hidden;transform:translateY(6px) scale(.98);pointer-events:none;transition:opacity .35s ease,transform .4s cubic-bezier(.22,1,.36,1),visibility .35s ease}.mega-menu--visible{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.mega-menu__wrapper{display:flex;padding:32px 40px;gap:80px}.mega-menu__column{display:flex;flex-direction:column;gap:18px;min-width:160px;opacity:0;transform:translateY(20px);transition:opacity .35s ease,transform .35s ease}.mega-menu--visible .mega-menu__column{opacity:1;transform:translateY(0)}.mega-menu--visible .mega-menu__column:nth-child(1){transition-delay:.05s}.mega-menu--visible .mega-menu__column:nth-child(2){transition-delay:.1s}.mega-menu--visible .mega-menu__column:nth-child(3){transition-delay:.15s}.mega-menu--visible .mega-menu__column:nth-child(4){transition-delay:.2s}.mega-menu__title{font-size:14px;letter-spacing:.02em;text-transform:uppercase;color:#111111a3}.mega-menu__list{display:flex;flex-direction:column;gap:14px}.mega-menu__link{line-height:1;letter-spacing:.02em;padding-bottom:1px;border-bottom:1px solid transparent;color:#111c;text-decoration:none;transition:color .35s ease,border-color .35s ease}.mega-menu__link:hover{color:#111;border-bottom-color:#111}.notification-container{top:110px!important;right:40px!important}@media(max-width:992px){.notification-container{top:60px!important}}@media(max-width:768px){.notification-container{top:40px!important}}@media(max-width:610px){.notification-container{right:30px!important}}@media(max-width:468px){.notification-container{right:24px!important;top:30px!important;width:auto!important}}.notification{gap:20px;min-width:280px;padding:10px 12px;background:#fff;box-shadow:0 8px 28px #00000014;z-index:3000;display:flex;justify-content:space-between;align-items:center}.notification__left{display:flex;flex-direction:column;gap:0px;line-height:1.4;font-size:14px;letter-spacing:-.14px}.notification__title{color:#111}.notification__message{color:#111111a3}.notification__close{display:flex;justify-content:center;align-items:center;width:26px;height:26px}.notification__close:hover svg path{stroke:#8b0000}.notification__close svg{width:26px;height:26px}.header-mobile-menu{position:fixed;top:0;left:0;width:86vw;max-width:500px;height:100vh;background:#fff;z-index:1000;display:flex;flex-direction:column;overflow-y:auto;box-shadow:4px 0 24px #1111111a}@media(max-width:410px){.header-mobile-menu{width:92vw}}.header-mobile-menu__header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;border-bottom:1px solid rgba(17,17,17,.08)}.header-mobile-menu__logo img{width:140px;height:auto}.header-mobile-menu__close{display:flex;justify-content:center;align-items:center;width:44px;height:44px;background:none;border:none;cursor:pointer;margin-right:-5px}.header-mobile-menu__close:hover{opacity:.8}.header-mobile-menu__nav{display:flex;flex-direction:column;gap:18px;padding:18px 18px 20px}.header-mobile-menu__link{display:flex;justify-content:space-between;align-items:center;gap:30px;width:100%;padding:3px 0;font-size:18px;color:#111;text-decoration:none;transition:all .4s ease}.header-mobile-menu__link:hover,.header-mobile-menu__link.is-active{color:#111}.header-mobile-menu__link.is-active svg{transform:rotate(90deg)}.header-mobile-menu__link svg{transition:all .2s}.header-mobile-menu__categories{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.header-mobile-menu__categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 32px;padding:32px 0}.header-mobile-menu__category{display:grid;grid-template:"title" auto "subs" 1fr/1fr;gap:12px;min-height:160px}.header-mobile-menu__category span{grid-area:title;font-size:14px;font-weight:500;text-transform:uppercase;color:#111111a3}@media(max-width:468px){.header-mobile-menu__category span{min-height:2.8em}}.header-mobile-menu__subcategorys{grid-area:subs;display:flex;flex-direction:column;gap:7px}.header-mobile-menu__subcategory{display:block;font-size:16px;color:#111111b3;text-decoration:none;padding:3px 0;transition:color .3s ease}.header-mobile-menu__subcategory:hover{color:#111}.header-mobile-menu__footer{padding:20px 18px;border-top:1px solid rgba(17,17,17,.08);margin-top:auto}.header-mobile-menu__currency{font-size:14px;color:#1119}.header-mobile{border-bottom:1px solid rgba(17,17,17,.15)}@media(max-width:768px){.header-mobile .container--padding{padding:0 12px}}.header-mobile__info{border-bottom:1px solid rgba(17,17,17,.15)}.header-mobile__info-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 0;font-size:14px;text-align:center;justify-content:center;color:#1119}@media(max-width:468px){.header-mobile__info-inner{font-size:12px}}.header-mobile__top{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:0}@media(max-width:468px){.header-mobile__top{padding:14px 0}}.header-mobile__left,.header-mobile__right{display:flex;align-items:center;gap:10px;flex:1;max-width:33.333%}@media(max-width:468px){.header-mobile__left,.header-mobile__right{gap:8px}}.header-mobile__right{justify-content:flex-end}.header-mobile__logo{flex:0 0 auto;display:flex;justify-content:center;transform:translateY(-2px)}.header-mobile__logo img{width:160px;height:auto}@media(max-width:610px){.header-mobile__logo img{width:150px}}@media(max-width:468px){.header-mobile__logo img{width:140px}}@media(max-width:400px){.header-mobile__logo img{width:130px}}.header-mobile__btn{display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:2px;transition:opacity .3s}.header-mobile__hamburger{padding:0}.header-mobile__search svg,.header-mobile__cart svg,.header-mobile__user svg{width:26px;height:26px}@media(max-width:400px){.header-mobile__search svg,.header-mobile__cart svg,.header-mobile__user svg{width:23px;height:23px}}.header-mobile__search svg path,.header-mobile__cart svg path,.header-mobile__user svg path{fill:#111c}.header-mobile__cart svg path{fill-opacity:.8}.header-mobile__user svg{width:26px;height:26px}@media(max-width:400px){.header-mobile__user svg{width:22px;height:22px}}.header-mobile__cart{position:relative}.header-mobile__cart-badge{display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:-2px;left:auto;background:#111;color:#fff;font-size:8px;line-height:1;min-width:14px;height:14px;border-radius:50%}.header-mobile__menu{position:fixed;inset:0;background:#fff;z-index:999;overflow-y:auto;padding-top:80px}.header-mobile__menu-list{list-style:none;margin:0;padding:0 24px}.header-mobile__menu-item{padding:0;margin:0}.header-mobile__menu-link{display:block;padding:20px 0;font-size:18px;color:#111c;text-decoration:none;border-bottom:1px solid rgba(17,17,17,.1);transition:all .3s ease}.header-mobile__menu-link:hover,.header-mobile__menu-link:active{color:#111;background:#1111110a}.header-mobile__menu-link:last-child{border-bottom:none}.hero-section__inner{display:grid;grid-template-columns:repeat(2,1fr);min-height:640px;margin-bottom:64px}@media(max-width:992px){.hero-section__inner{grid-template-columns:repeat(2,1fr);min-height:580px;margin-bottom:56px}}@media(max-width:768px){.hero-section__inner{grid-template-columns:1fr;min-height:480px;margin-bottom:48px}}@media(max-width:468px){.hero-section__inner{min-height:400px;margin-bottom:40px}}.hero-section__title{width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);position:absolute}.hero-section__card{position:relative;overflow:hidden;display:block;text-decoration:none;color:inherit}@media(max-width:768px){.hero-section__card{max-height:540px}}@media(max-width:610px){.hero-section__card{min-height:500px}}@media(max-width:420px){.hero-section__card{min-height:470px}}.hero-section__card img{background-repeat:no-repeat;object-fit:cover;object-position:center;height:100%;transition:transform .4s ease}@media(max-width:768px){.hero-section__card img{width:100%}}.hero-section__card:hover img,.hero-section__card:focus img{transform:scale(1.05)}.hero-section__name{position:absolute;bottom:0;left:0;z-index:1}@media(max-width:610px){.hero-section__name{padding:18px}}@media(max-width:468px){.hero-section__name{padding:12px;font-size:14px}}@media(max-width:768px){.hero-section__name{display:flex;flex-direction:column;gap:0px;padding:24px}}@media(max-width:468px){.hero-section__name{padding:20px;font-size:16px}}.hero-section__subtitle{font-size:16px;letter-spacing:-.03em;margin-bottom:20px;display:block;text-transform:uppercase;color:#111111a3}@media(max-width:992px){.hero-section__subtitle{font-size:16px}}@media(max-width:768px){.hero-section__subtitle{font-size:15px;margin-bottom:18px}}@media(max-width:468px){.hero-section__subtitle{font-size:14px;letter-spacing:-.02em}}.hero-section__description{margin-bottom:120px;font-size:28px;letter-spacing:-.03em;font-weight:400}@media(max-width:992px){.hero-section__description{font-size:26px;margin-bottom:100px}}@media(max-width:768px){.hero-section__description{font-size:22px;letter-spacing:-.02em;margin-bottom:64px}}@media(max-width:468px){.hero-section__description{font-size:20px;letter-spacing:-.01em;line-height:1.25}}.hero-section__btn{margin-bottom:64px;padding-left:20px;padding-right:20px;font-weight:600}@media(max-width:992px){.hero-section__btn{margin-bottom:56px}}@media(max-width:768px){.hero-section__btn{margin-bottom:48px}}@media(max-width:468px){.hero-section__btn{margin-bottom:40px;width:100%}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.category-showcase{margin-bottom:40px}@media(max-width:992px){.category-showcase{margin-bottom:36px}}@media(max-width:768px){.category-showcase{margin-bottom:32px}}.category-showcase__top{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:24px}@media(max-width:992px){.category-showcase__top{gap:24px;margin-bottom:22px}}@media(max-width:768px){.category-showcase__top{gap:20px;margin-bottom:20px}}.category-showcase__title{font-size:30px;font-weight:500;letter-spacing:-.05em}@media(max-width:992px){.category-showcase__title{font-size:28px}}@media(max-width:768px){.category-showcase__title{font-size:26px}}@media(max-width:468px){.category-showcase__title{font-size:22px}}.category-showcase__all{letter-spacing:-.03em;font-weight:400;color:#111c;border-bottom:1px solid rgba(17,17,17,.8);transition:color .4s,border .4s}.category-showcase__all:hover{color:#111;border-bottom-color:transparent}@media(max-width:992px){.category-showcase__all{font-size:16px}}@media(max-width:768px){.category-showcase__all{font-size:16px}}@media(max-width:468px){.category-showcase__all{font-size:16px}}.category-showcase__link{display:flex;justify-content:center;align-items:center;align-items:stretch;position:relative;overflow:hidden;width:100%;max-height:385px}.category-showcase__link--skeleton{width:100%;height:385px;display:block}.category-showcase__link img{background-repeat:no-repeat;object-fit:cover;object-position:center;min-height:385px;object-position:top;transition:transform .4s ease}.category-showcase__link:hover img,.category-showcase__link:focus img{transform:scale(1.05)}@media(max-width:992px){.category-showcase__link{max-height:450px}.category-showcase__link img{min-height:450px}}@media(max-width:768px){.category-showcase__link{max-height:385px}.category-showcase__link img{min-height:385px}}@media(max-width:468px){.category-showcase__link{max-height:240px}.category-showcase__link img{min-height:240px}}.category-showcase__name{position:absolute;bottom:0;left:0;z-index:1}@media(max-width:610px){.category-showcase__name{font-size:14px;padding:12px 20px}}@media(max-width:468px){.category-showcase__name{font-size:12px;padding:12px 14px}}.category-showcase__list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px}@media(max-width:992px){.category-showcase__list{grid-gap:18px}}@media(max-width:768px){.category-showcase__list{grid-template-columns:repeat(2,1fr);grid-gap:16px}}@media(max-width:468px){.category-showcase__list{grid-template-columns:repeat(2,1fr);grid-gap:14px}}.materials{background-image:url(/images/bg-materials.png);background-repeat:no-repeat;background-position:center center;background-size:cover;padding:56px 0;margin-top:76px}.materials__title{color:#fff;font-size:36px;margin-bottom:16px;font-weight:600;letter-spacing:.36px}@media(max-width:992px){.materials__title{font-size:32px}}@media(max-width:610px){.materials__title{font-size:30px}}.materials__text{max-width:630px;font-size:18px;color:#ffffffa3;letter-spacing:-.54px;margin-bottom:36px}@media(max-width:992px){.materials__text{max-width:560px;font-size:17px;margin-bottom:28px}}@media(max-width:768px){.materials__text{font-size:16px;margin-bottom:24px;letter-spacing:-.26px}}@media(max-width:610px){.materials__text{font-size:15px;margin-bottom:22px;letter-spacing:0}}.materials__list{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:992px){.materials__list{gap:10px}}@media(max-width:768px){.materials__list{gap:10px}}.materials__list li{display:flex;justify-content:center;align-items:center;padding:12px 20px;background-color:#fff;letter-spacing:.32px;color:#111;text-transform:uppercase}@media(max-width:992px){.materials__list li{padding:10px 16px;font-size:14px}}@media(max-width:768px){.materials__list li{padding:9px 14px;font-size:14px}}@media(max-width:992px){.materials{padding:48px 0;margin-top:60px}}@media(max-width:768px){.materials{padding:40px 0;margin-top:48px}}@media(max-width:610px){.materials{padding:36px 0;margin-top:40px}}@media(max-width:468px){.materials{padding:32px 0;margin-top:36px}}.footer{margin-top:auto}.footer__top{border-top:1px solid rgba(17,17,17,.15);border-bottom:1px solid rgba(17,17,17,.15);padding:40px 0;font-size:18px}@media(max-width:610px){.footer__top{font-size:16px}}@media(max-width:468px){.footer__top{padding:30px 0}}.footer__top-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer__logo{display:inline-flex;align-items:center;transition:opacity .25s ease,transform .25s ease}.footer__logo:hover{opacity:.8;transform:translateY(-1px)}.footer__logo:active{transform:translateY(0);opacity:.9}.footer__left,.footer__right{display:flex;max-width:200px;width:100%}.footer__right{justify-content:flex-end}.footer__nav{display:flex;justify-content:space-between;align-items:center;gap:18px}@media(max-width:920px){.footer__nav{display:none}}.footer__link{display:flex;align-items:center;gap:6px;color:#111c;transition:color .25s ease,outline .25s;border-radius:3px}.footer__link svg path{fill:#111c;transition:fill .25s ease}.footer__link:hover{color:#111}.footer__link:hover svg path{fill:#111}.footer__link:active{color:#1119;transform:translateY(1px)}.footer__link:active svg path{fill:#1119}.footer__link:focus-visible{outline-color:#111}.footer__up{display:flex;align-items:center;gap:6px;color:#111111a3;transition:color .25s ease,outline .25s;border-radius:3px}.footer__up svg path{fill:#111111a3;transition:fill .25s ease}.footer__up:hover{color:#111111e6}.footer__up:hover svg path{fill:#111111e6}.footer__up:active{color:#11111180;transform:translateY(1px)}.footer__up:active svg path{fill:#11111180}.footer__up:focus-visible{outline-color:#111;color:#111}.footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;font-size:14px;padding:16px 0;color:#111111a3}@media(max-width:610px){.footer__bottom{flex-direction:column}}@media(max-width:380px){.footer__bottom{align-items:flex-start}}.footer__valute{position:relative}.footer__valute span{display:none}@media(max-width:610px){.footer__valute span{display:block;margin-bottom:10px}}.footer__btn{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;border:1px solid rgba(17,17,17,.1);color:#111c;background:transparent;cursor:pointer;transition:color .25s ease,border-color .25s ease,background-color .25s ease}.footer__btn svg path{fill:#111c;transition:fill .25s ease}.footer__btn:hover{color:#111111f2;background-color:#11111108}.footer__btn:hover svg path{fill:#111111f2}.footer__btn.is-open{border-color:#1111112e;background-color:#11111105}.footer__btn.is-open svg{transform:rotate(-180deg)}.footer__valute-dropdown{position:absolute;left:0;bottom:calc(100% + 9px);min-width:260px;padding:8px;border-radius:6px;background-color:#fff;box-shadow:0 10px 30px #00000014;z-index:10;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .25s ease,transform .25s ease}@media(max-width:610px){.footer__valute-dropdown{bottom:calc(100% - 12px)}}.footer__valute-dropdown--open{opacity:1;pointer-events:auto;transform:translateY(0)}.footer__valute-item{width:100%;text-align:left;padding:8px;font-size:14px;color:#111c;border:none;background:transparent;border-radius:4px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.footer__valute-item:hover{background-color:#1111110a;color:#111}@media(max-width:380px){.footer__author{width:100%;text-align:center}}.gender__sections{display:flex;flex-direction:column;gap:46px;margin-bottom:90px}@media(max-width:992px){.gender__sections{gap:32px;margin-bottom:80px}}.gender__loading{font-size:14px;color:#1119}.breadcrumbs{margin-top:22px;margin-bottom:120px;display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:14px;color:#1119;text-transform:uppercase}@media(max-width:1200px){.breadcrumbs{margin-bottom:90px}}@media(max-width:992px){.breadcrumbs{margin-bottom:76px}}@media(max-width:610px){.breadcrumbs{margin-bottom:66px}}.breadcrumbs__item{display:inline-flex;align-items:center;gap:6px}.breadcrumbs__link{transition:color .25s ease}.breadcrumbs__link:hover,.breadcrumbs__current{color:#111}.breadcrumbs__separator{color:#11111180}.gender__hero{max-width:900px;margin-bottom:46px}.gender__title{font-size:38px;font-weight:500;letter-spacing:-.05em;margin-bottom:18px}@media(max-width:1200px){.gender__title{font-size:34px;letter-spacing:-.03em}}@media(max-width:992px){.gender__title{font-size:30px;letter-spacing:-.02em}}@media(max-width:610px){.gender__title{font-size:28px}}@media(max-width:468px){.gender__title{font-size:24px;letter-spacing:0}}.gender__description{font-size:16px;letter-spacing:-.48px;line-height:1.5;color:#111111a3}@media(max-width:768px){.gender__description{letter-spacing:-.24px}}@media(max-width:468px){.gender__description{letter-spacing:0}}.gender-section__title{font-size:30px;font-weight:500;letter-spacing:-.3px;margin-bottom:24px}@media(max-width:992px){.gender-section__title{font-size:26px}}@media(max-width:768px){.gender-section__title{font-size:24px;margin-bottom:18px}}@media(max-width:610px){.gender-section__title{font-size:22px}}.gender-section__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.gender-section__list--materials{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:992px){.gender-section__list{gap:18px}}@media(max-width:1100px){.gender-section__list{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.gender-section__list{grid-template-columns:repeat(2,1fr);gap:16px}.gender-section__list--materials{grid-template-columns:repeat(2,1fr)}}@media(max-width:468px){.gender-section__list{grid-template-columns:repeat(2,1fr);gap:14px}.gender-section__list--materials{grid-template-columns:repeat(2,1fr)}}.gender-section__link{position:relative;color:#111111e6;transition:color .25s ease,transform .2s ease}.gender-section__link:hover{color:#111}.gender-section__link:hover .gender-section__image{transform:scale(1.05)}.gender-section__link--material{padding:10px 12px;border-radius:6px;background-color:#f5f5f5;transition:background-color .25s ease}.gender-section__link--material:hover{background-color:#e9e9e9}@media(max-width:768px){.gender-section__link--material{padding:8px 10px}}.gender-section__link--skeleton{width:100%;height:385px;display:block}@media(max-width:768px){.gender-section__link--skeleton{height:320px}}@media(max-width:468px){.gender-section__link--skeleton{height:240px}}.gender-section__image-wrap{position:relative;overflow:hidden;background-color:#f4f4f4;aspect-ratio:4/5}@media(max-width:468px){.gender-section__image-wrap{aspect-ratio:3/4}}@media(max-width:468px){.gender-section__image-wrap img{height:100%}}.gender-section__image{background-repeat:no-repeat;object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s ease}.gender-section__name{padding:14px 40px;font-size:16px;color:#111c;letter-spacing:-.02em;position:absolute;bottom:0;left:0;z-index:1}@media(max-width:992px){.gender-section__name{padding:12px 32px;font-size:15px}}@media(max-width:768px){.gender-section__name{padding:12px 24px;font-size:14px}}@media(max-width:468px){.gender-section__name{padding:10px 16px;font-size:13px}}.product-card{position:relative;overflow:hidden;height:100%;max-width:400px;width:100%;color:#111c;transition:box-shadow .18s ease}.product-card a{display:flex;flex-direction:column;gap:0px;height:100%}.product-card--skeleton{pointer-events:none}.product-card--skeleton .product-card__image{background:#f3f3f3}.product-card--skeleton .product-card__name,.product-card--skeleton .product-card__info{padding:8px 0}.product-card__favorite{display:flex;justify-content:center;align-items:center;position:absolute;top:6px;right:6px;width:44px;height:44px;z-index:3;background:transparent;border:none;padding:0;cursor:pointer}@media(max-width:610px){.product-card__favorite{width:38px;height:38px}}.product-card__favorite:hover svg path{fill:#8b000066}.product-card__favorite svg{color:transparent}@media(max-width:610px){.product-card__favorite svg{width:19px;height:19px}}.product-card__favorite svg path{fill:#1113}.product-card__favorite svg.active path{fill:#ff4500}.product-card__image{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:#f5f5f5;margin-bottom:14px}@media(max-width:610px){.product-card__image{margin-bottom:11px}}@media(max-width:410px){.product-card__image{min-height:250px}}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease;will-change:opacity}.product-card:hover .product-card__image img{opacity:.97}.product-card__name{font-size:18px;letter-spacing:-.36px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}@media(max-width:768px){.product-card__name{letter-spacing:-.18px;font-size:16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:wrap;margin-bottom:9px}}@media(max-width:468px){.product-card__name{font-size:15px}}.product-card__info{margin-top:auto;display:flex;align-items:center;gap:12px}@media(max-width:468px){.product-card__info{flex-wrap:wrap-reverse}}.product-card__colors{display:flex;gap:5px}.product-card__color{width:14px;height:14px;border-radius:50%;border:1px solid #ddd;display:inline-block;cursor:pointer}.product-card__price{font-size:22px;font-weight:600;letter-spacing:-.44px}@media(max-width:768px){.product-card__price{font-size:20px}}@media(max-width:468px){.product-card__price{font-size:18px}}.product-card__indicators{position:absolute;bottom:8px;left:8px;right:8px;display:flex;gap:4px}.product-card__indicator{flex:1;height:2px;background:#d9d9d98c;border-radius:2px;transition:background .15s ease}.product-card__indicator.active{background:#fff}.pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:52px}.pagination__item,.pagination__arrow{width:43px;height:43px;display:flex;font-size:16px;font-weight:600;line-height:1;align-items:center;justify-content:center;background:none;border:1px solid rgba(17,17,17,.2);transition:opacity .3s,border .3s}@media(max-width:468px){.pagination__item,.pagination__arrow{font-size:14px;width:40px;height:40px}}.pagination__item:hover,.pagination__arrow:hover{border-color:#111111a3}.pagination__item svg,.pagination__arrow svg{width:22px;height:22px}.pagination__item.is-active{border-color:#111!important;background-color:transparent!important;color:#111!important;cursor:default}.pagination__item:not(:disabled):hover,.pagination__arrow:not(:disabled):hover{opacity:.8}.pagination__item:disabled,.pagination__arrow:disabled{background-color:#11111108;border-color:#1111110d;cursor:default}.modal{position:relative;width:654px;max-width:100%;max-height:90vh;background:#fff;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.modal__backdrop{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:0 12px}@media(max-width:768px){.modal__backdrop{align-items:flex-end;padding:0;padding-bottom:env(safe-area-inset-bottom,20px)}}.modal__top,.modal__inner{padding:28px 26px 22px}@media(max-width:768px){.modal__top,.modal__inner{padding:20px 20px 16px}}@media(max-width:468px){.modal__top,.modal__inner{padding:20px 16px 16px}}.modal__top{display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid rgba(17,17,17,.15);padding-top:22px}@media(max-width:768px){.modal__top{padding-top:16px;gap:16px}}.modal__top.non-bottom{border-bottom:none;padding-bottom:6px}@media(max-width:468px){.modal__top.non-bottom{padding-bottom:0}}.modal__title{font-size:24px;font-weight:500;letter-spacing:-.12px}@media(max-width:768px){.modal__title{font-size:22px}}@media(max-width:410px){.modal__title.small{font-size:20px}}.modal__close{display:flex;justify-content:center;align-items:center;line-height:1;width:38px;height:38px}@media(max-width:768px){.modal__close{width:32px;height:32px}}.modal__close:hover svg path{stroke:#8b0000}.modal__text{font-size:16px;line-height:1.4;letter-spacing:-.32px;color:#111111a3}@media(max-width:768px){.modal__text{font-size:15px}}.modal__text.bottom{margin-bottom:26px}@media(max-width:768px){.modal__text.bottom{margin-bottom:20px}}.modal__text.short{max-width:360px}@media(max-width:468px){.modal__text.short-mobile{max-width:250px}}.modal__error{color:#8b0000;font-size:16px;display:block;font-weight:400;margin-bottom:14px}@media(max-width:768px){.modal__error{font-size:15px;margin-bottom:12px}}.modal__actions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:28px;justify-content:space-between;align-items:center}@media(max-width:768px){.modal__actions{gap:12px;margin-top:24px}}.modal__actions.one{grid-template-columns:repeat(1,1fr)}@media(max-width:768px){.modal__actions.one{margin-top:24px}}.modal__actions.between{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:auto}@media(max-width:610px){.modal__actions.between{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.modal__actions.between .modal__btn{width:100%}}.modal__btn{max-width:100%;width:100%;padding:17px;font-size:18px;text-transform:initial}@media(max-width:768px){.modal__btn{padding:16px;font-size:16px}}.modal__btn:hover{background:#111c;color:#fff}.modal__btn:active{transform:translateY(1px)}.modal__btn:disabled{background-color:#1111113d;color:#fff9;cursor:default;pointer-events:none;opacity:.6}.modal__btn--cancel{background:transparent;border:1px solid rgba(17,17,17,.3);color:#111c}.modal__btn--cancel:hover{background:#1111110d;border-color:#111;color:#111}.modal__btn--cancel:active{transform:translateY(1px)}.modal__btn--small{min-height:52px;padding:12px 28px;width:max-content}@media(max-width:768px){.modal__btn--small{min-height:48px;padding:10px 24px;font-size:15px}.modal__btn--small svg{width:22px;height:22px}}@media(max-width:768px){.modal{width:100%!important;max-width:100%!important;max-height:100vh!important;height:max-content;border-radius:0!important;margin:0!important}}.filters-mobile__buttons{display:flex;align-items:center;gap:8px;align-items:stretch;flex-wrap:wrap}.filters-mobile__btn{font-size:16px;line-height:1}@media(max-width:468px){.filters-mobile__btn{font-size:15px}}.filters-mobile__btn.sort{display:flex;justify-content:center;align-items:center;width:46px;padding:0}.filters-mobile__reset{display:flex;align-items:center;gap:5px;margin-bottom:18px;padding:3px 0;color:#111111b3;transition:color .3s}@media(max-width:468px){.filters-mobile__reset{margin-bottom:12px}}.filters-mobile__reset svg{width:16px;height:16px;transform:translateY(-1px)}.filters-mobile__reset svg g path{fill:#111111b3}.filters-mobile__reset:hover{color:#8b0000}.filters-mobile__reset:hover svg g path{fill:#8b0000}.filters-mobile__list{margin:0 -20px;max-height:440px;overflow-y:auto}.filters-mobile__apply{max-width:100%;width:100%;padding:17px;margin-top:20px}.filters-mobile__apply.non-top{margin-top:0}.filters{width:100%;display:flex;justify-content:space-between;margin-bottom:24px;font-size:16px;position:relative}.filters__group{display:flex;gap:12px}.filters__group--right{justify-content:flex-end}.filters__item{position:relative}.filters__button{display:flex;align-items:center;gap:6px;padding:12px 18px;border:1px solid #eae7e7;background:#fff;cursor:pointer;transition:.2s ease;position:relative}.filters__button:hover{background:#f7f7f7}.filters__button:disabled{opacity:.55;cursor:not-allowed}.filters__arrow{transition:.2s ease}.filters__arrow.is-rotated{transform:rotate(180deg)}.filters__dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;background:#fff;border:1px solid #eae7e7;box-shadow:0 10px 40px #00000014;z-index:50;will-change:transform,opacity;max-height:310px;overflow-y:auto}.filters__dropdown--right{right:0;left:auto}.filters__dropdown--price{min-width:274px;padding:8px}.filters__option,.filters__color{line-height:1;padding:13px 14px;display:flex;gap:8px;align-items:center;cursor:pointer;transition:.3s ease}@media(max-width:768px){.filters__option,.filters__color{border-bottom:1px solid #EAE7E7;padding:15px 22px}.filters__option:first-child,.filters__color:first-child{border-top:1px solid #EAE7E7}}.filters__option:hover,.filters__color:hover,.filters__option.is-active,.filters__color.is-active{background:#f0f0f0}.filters__option svg,.filters__color svg{margin-left:auto}.filters__color-circle{width:14px;height:14px;border-radius:50%;border:1px solid #ddd;flex-shrink:0}.filters__price-grid{display:flex;gap:8px;margin-bottom:8px}@media(max-width:768px){.filters__price-grid{gap:10px;margin-bottom:10px}}@media(max-width:610px){.filters__price-grid{flex-direction:column}}.filters__price-grid input{width:100%;padding:10px;background-color:#1111110f;outline:none;color:#111c;transition:background-color .4s}@media(max-width:768px){.filters__price-grid input{font-size:16px;padding:13px 14px}}.filters__price-grid input:focus{background-color:#11111117}.filters__apply{width:100%;padding:11px;border:none;background:#111;color:#fff;cursor:pointer;transition:.2s ease}.filters__apply:hover{background:#222}.filters__apply:disabled{background:#ccc;cursor:not-allowed}.filters__counter{display:flex;justify-content:center;align-items:center;line-height:1;font-size:12px;background-color:#111;color:#fff;width:20px;height:20px;border-radius:50%}@media(max-width:468px){.filters__counter{font-size:8px;width:16px;height:16px}}.filters__reset{width:18px;height:18px;cursor:pointer;transition:.2s ease}.filters__reset--hoverable:hover{filter:brightness(0) saturate(100%) invert(22%) sepia(73%) saturate(3449%) hue-rotate(343deg) brightness(92%) contrast(94%)}.filters__muted{color:#000000a3}@media(max-width:768px){.filters{display:none}}.catalog__layout{margin-top:64px}@media(max-width:768px){.catalog__layout{margin-top:46px}}.catalog__filters{margin-bottom:32px}.catalog__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-bottom:64px}@media(max-width:1200px){.catalog__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:920px){.catalog__grid{gap:24px 18px}}@media(max-width:700px){.catalog__grid{grid-template-columns:repeat(2,1fr);gap:18px 16px}}.catalog__empty{text-align:center;margin-top:80px}.about-main{display:flex;position:relative;flex-direction:column;justify-content:flex-end;background-color:#d5d5d5;min-height:770px;padding-bottom:40px}@media(max-width:1200px){.about-main{min-height:630px}}@media(max-width:860px){.about-main{min-height:590px}}@media(max-width:768px){.about-main{min-height:540px}}@media(max-width:610px){.about-main{min-height:490px}}@media(max-width:468px){.about-main{min-height:450px}}.about-main *{position:relative;z-index:10}.about-main .container{width:100%;position:static}.about-main__title{font-size:42px;letter-spacing:-.84px;margin-bottom:18px;line-height:1.2;font-weight:500}@media(max-width:992px){.about-main__title{font-size:38px}}@media(max-width:768px){.about-main__title{font-size:34px;margin-bottom:16px}}@media(max-width:468px){.about-main__title{font-size:28px;letter-spacing:-.56px}}.about-main__text{font-size:18px;max-width:550px;line-height:1.5;color:#111111a3;letter-spacing:-.54px}@media(max-width:768px){.about-main__text{max-width:480px;font-size:16px}}@media(max-width:468px){.about-main__text{font-size:15px;letter-spacing:-.45px}}.about-main__img{background-repeat:no-repeat;object-fit:cover;object-position:center;position:absolute;right:0;top:20px;width:63%;z-index:7}@media(max-width:1200px){.about-main__img{width:80%;height:auto}}@media(max-width:768px){.about-main__img{width:90%;top:10px}}@media(max-width:468px){.about-main__img{width:100%;height:255px;object-position:left;right:auto}}.about-features{padding:60px 0}@media(max-width:992px){.about-features{padding:56px 0}}@media(max-width:768px){.about-features{padding:48px 0}}@media(max-width:468px){.about-features{padding:40px 0}}.about-features__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,auto);position:relative;column-gap:20px}@media(max-width:992px){.about-features__grid{column-gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}}@media(max-width:768px){.about-features__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;row-gap:28px}}@media(max-width:468px){.about-features__grid{grid-template-columns:1fr;row-gap:24px}}.about-features__card{max-width:420px}.about-features__card--1{grid-column:1/2;grid-row:1/2}.about-features__card--2{grid-column:2/3;grid-row:2/3}.about-features__card--3{grid-column:3/4;grid-row:3/4}@media(max-width:992px){.about-features__card{max-width:100%}.about-features__card--3{grid-column:1/3;justify-self:center}}@media(max-width:768px){.about-features__card--1,.about-features__card--2,.about-features__card--3{max-width:100%;grid-column:auto;grid-row:auto}}.about-features__subtitle{margin-bottom:12px;font-size:20px;line-height:1.3;text-transform:uppercase;letter-spacing:.2px;font-weight:500}@media(max-width:992px){.about-features__subtitle{font-size:19px}}@media(max-width:768px){.about-features__subtitle{font-size:18px;margin-bottom:10px}}.about-features__description{line-height:1.5;color:#111111a3;max-width:32rem;font-size:16px}@media(max-width:768px){.about-features__description{font-size:15px}}@media(max-width:468px){.about-features__description{font-size:14px;line-height:1.45}}.about-contact{background-color:#1a1b1c}.about-contact__inner{min-height:440px;padding:40px 0;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;align-items:stretch}@media(max-width:1200px){.about-contact__inner{min-height:auto;padding:50px 0}}@media(max-width:992px){.about-contact__inner{padding:36px 0;gap:50px}}@media(max-width:860px){.about-contact__inner{min-height:360px;justify-content:center;text-align:center}}@media(max-width:768px){.about-contact__inner{min-height:310px;gap:32px;padding:32px 0}}@media(max-width:468px){.about-contact__inner{padding:28px 0;gap:28px}}.about-contact__content{display:flex;flex-direction:column;gap:16px;max-width:630px}@media(max-width:768px){.about-contact__content{max-width:100%;text-align:center}}.about-contact__title{font-size:36px;letter-spacing:-.18px;font-weight:500;line-height:1.2}@media(max-width:992px){.about-contact__title{font-size:32px}}@media(max-width:768px){.about-contact__title{font-size:28px}}@media(max-width:610px){.about-contact__title{font-size:26px}}@media(max-width:468px){.about-contact__title{max-width:280px;margin:0 auto}}.about-contact__text{max-width:500px;font-size:18px;line-height:1.5;letter-spacing:-.24px;color:#ffffffa3}@media(max-width:992px){.about-contact__text{font-size:17px}}@media(max-width:768px){.about-contact__text{max-width:100%;font-size:16px}}@media(max-width:468px){.about-contact__text{font-size:15px;letter-spacing:-.2px}}.about-contact__btn{margin-top:auto;padding:12px 26px}@media(max-width:860px){.about-contact__btn{margin:auto auto 0}}@media(max-width:468px){.about-contact__btn{width:80%;max-width:100%;margin:auto auto 0}}.about-contact__btn:hover{opacity:.7;background-color:#fff;color:#1a1b1c}.about-contact__btn:focus{background-color:transparent;border-color:#fff;color:#fff}.about-contact__btn:focus svg path{fill:#fff}@media(max-width:1200px){.about-contact__img{width:320px;height:320px}}@media(max-width:1100px){.about-contact__img{width:290px;height:290px}}@media(max-width:860px){.about-contact__img{display:none}}.product-detail{margin-bottom:40px}.product-detail__grid{display:grid;grid-template-columns:1fr 540px;gap:50px;align-items:flex-start}@media(max-width:1300px){.product-detail__grid{grid-template-columns:1fr 480px}}@media(max-width:1200px){.product-detail__grid{grid-template-columns:1fr 540px}}@media(max-width:1100px){.product-detail__grid{grid-template-columns:1fr 430px}}@media(max-width:992px){.product-detail__grid{display:block}}.product-detail__empty{margin-top:80px;font-size:18px;color:#111c;text-align:center}.product-gallery{max-width:730px;width:100%}@media(max-width:1200px){.product-gallery{max-width:450px}}@media(max-width:992px){.product-gallery{display:none}}.product-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}@media(max-width:1200px){.product-gallery__grid{grid-template-columns:repeat(1,1fr)}}.product-gallery__item{width:100%;height:480px;overflow:hidden;background:#f5f5f5;position:relative;cursor:zoom-in}@media(max-width:1200px){.product-gallery__item{height:670px}}@media(max-width:992px){.product-gallery__item{height:490px}}.product-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.product-gallery__item:hover img{transform:scale(1.05)}@font-face{font-family:lg;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/lg-oyjwlqP2.ttf?io9a6k) format("truetype"),url(/assets/lg-CosQH4Cu.woff?io9a6k) format("woff"),url(/assets/lg-B0dIV2BS.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.lg-next,.lg-prev{background-color:#00000073;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:none;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:""}.lg-prev{left:20px}.lg-prev:after{content:""}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,#0000,#0006)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:none;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,#0000,#0009)}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-toolbar,.lg-closing .lg-prev,.lg-closing .lg-next,.lg-closing .lg-sub-html{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:none}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-toolbar,.lg-prev,.lg-next,.lg-pager-outer,.lg-hide-sub-html .lg-sub-html{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-toolbar,.lg-show-in .lg-prev,.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:none;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image,.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;inset:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/assets/loading-BZOHaeKn.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;inset:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html.lg-sub-html,.lg-outer .lg-empty-html .lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0%,0);transform:translateZ(0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-media-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{position:fixed;inset:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:""}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transition-duration:0ms!important;transition-duration:0ms!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1) 0s;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition{transform:scaleZ(1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x{transform:scaleZ(1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y{transform:scaleZ(1) translate3d(0,-50%,0)!important;top:50%!important;left:0%!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:""}.lg-actual-size .lg-icon.lg-zoom-in{opacity:1;pointer-events:auto}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:""}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:""}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media(min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media(min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.gallery-mobile{width:100%;margin-bottom:24px;display:flex;gap:16px}@media(max-width:610px){.gallery-mobile{flex-direction:column}}.gallery-mobile__main{flex:1 0 320px;min-width:0;order:0;margin-bottom:0}.gallery-mobile__main-link{display:block;width:100%;height:100%;background:#f5f5f5;overflow:hidden}.gallery-mobile__main-image,.gallery-mobile__thumbs-swiper{height:720px}.gallery-mobile__main-image{display:block;width:100%;object-fit:cover;background:#f5f5f5}@media(max-width:610px){.gallery-mobile__main-image{height:520px}}@media(max-width:468px){.gallery-mobile__main-image{height:480px}}@media(max-width:400px){.gallery-mobile__main-image{height:430px}}.gallery-mobile__thumbs{width:130px;overflow-x:auto;overflow-y:hidden;order:1;-webkit-overflow-scrolling:touch}@media(max-width:610px){.gallery-mobile__thumbs{width:100%}}@media(max-width:610px){.gallery-mobile__thumbs-swiper{height:100%}}.gallery-mobile__thumbs .swiper-slide{width:130px;height:153px}@media(max-width:610px){.gallery-mobile__thumbs .swiper-slide{width:68px;height:90px}}.gallery-mobile__thumb-slide{border:1px solid transparent;background:#f5f5f5;cursor:pointer;opacity:.8;transition:all .3s}.gallery-mobile__thumb-slide.swiper-slide-thumb-active{opacity:1;border-color:#1113;position:relative;z-index:2}.gallery-mobile__thumb-slide img{width:100%;height:100%;object-fit:cover;display:block}.gallery-mobile__thumb-slide:last-child{margin-right:0!important}.gallery-mobile__lightbox{width:83%}@media(max-width:800px){.gallery-mobile__lightbox{width:80%}}@media(max-width:768px){.gallery-mobile__lightbox{width:77%}}@media(max-width:610px){.gallery-mobile__lightbox{width:100%}}.gallery-mobile__lightbox .lg-slide{height:100vh!important}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.product-info__title{display:inline-block;font-size:28px;letter-spacing:-.28px;font-weight:500;line-height:1.2;margin-bottom:8px;max-width:420px}@media(max-width:992px){.product-info__title{font-size:26px;margin-bottom:12px}}@media(max-width:610px){.product-info__title{font-size:24px}}@media(max-width:468px){.product-info__title{font-size:22px}}.product-info__favorite{display:flex;align-items:center;gap:10px;margin-bottom:34px;transform:translateY(2px);transition:color .3s}@media(max-width:992px){.product-info__favorite{margin-left:3px}}@media(max-width:610px){.product-info__favorite{margin-bottom:13px;font-size:16px}}.product-info__favorite:hover{color:#8b0000}.product-info__favorite:hover svg path{fill:#8b000066}.product-info__favorite svg{color:transparent}@media(max-width:992px){.product-info__favorite svg{width:20px;height:20px}}.product-info__favorite svg path{fill:#1113}.product-info__favorite svg.active path{fill:#ff4500}.product-info__price{font-size:32px;letter-spacing:-.32px;font-weight:600;color:#111;margin-bottom:42px}@media(max-width:992px){.product-info__price{font-size:30px}}@media(max-width:610px){.product-info__price{font-size:28px;margin-bottom:26px}}@media(max-width:468px){.product-info__price{font-size:26px}}.product-info__block{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}@media(max-width:610px){.product-info__block{margin-bottom:18px}}.product-info__top{display:flex;justify-content:space-between;align-items:center;gap:20px}.product-info__subtitle{line-height:1.5;font-size:18px;font-weight:500;color:#111c;letter-spacing:-.48px}@media(max-width:992px){.product-info__subtitle{font-size:16px;letter-spacing:-.24px}}.product-info__helper{color:#111111a3;font-size:18px;border-bottom:1px solid rgba(17,17,17,.64);transition:color .3s,outline .3s}@media(max-width:992px){.product-info__helper{font-size:16px}}@media(max-width:468px){.product-info__helper{font-size:14px}}.product-info__helper:hover{color:#111c}.product-info__description{margin-top:48px;padding-top:32px;border-top:1px solid rgba(17,17,17,.1)}@media(max-width:992px){.product-info__description{margin-top:22px;padding-top:16px}}.product-info__warning{color:#ff8c00;font-size:14px;max-width:330px;margin-bottom:-16px}.product-info__content{max-width:470px;font-size:16px;color:#111c;line-height:1.4;font-weight:400;letter-spacing:-.32px}@media(max-width:468px){.product-info__content{font-size:14px}}.product-info__content h3{font-weight:500;font-size:18px;letter-spacing:-.48px;line-height:1.5;margin-top:24px;margin-bottom:8px}.product-info__content ul{padding-left:10px;margin-bottom:20px}.product-info__content ul li{position:relative;padding-left:10px}.product-info__content ul li:before{content:"";position:absolute;top:50%;transform:translate(-50%,-50%);width:5px;height:5px;background-color:#111c;border-radius:50%;left:0}.color-selector{display:flex;flex-direction:column;gap:14px}.color-selector__list{display:flex;flex-wrap:wrap;gap:6px}.color-selector__item{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border:2px solid rgba(17,17,17,.2);background:#fff;cursor:pointer;transition:.3s}.color-selector__item.active{border-color:#111c}.color-selector__inner{width:20px;height:20px}.size-selector__list{display:flex;flex-wrap:wrap;gap:10px}.size-selector__item{padding:12px 19px;line-height:1;font-size:16px;border:1px solid rgba(17,17,17,.2);transition:background-color .3s,color .3s,border .3s}@media(max-width:992px){.size-selector__item{padding:12px 16px}}@media(max-width:468px){.size-selector__item{font-size:14px;padding:11px 15px}}.size-selector__item.active{border-color:#000;background:#000;color:#fff}.size-selector__item:disabled{color:#1111114d;background-color:rg ba(#111111,.03);border-color:#1111110d;cursor:not-allowed}.size-selector__stock{font-size:11px;margin-left:6px;opacity:.7}.quantity-counter{display:flex;align-items:center;gap:6px}.quantity-counter__element{display:flex;justify-content:center;align-items:center;width:43px;height:43px;font-size:16px;letter-spacing:-.48px;border:1px solid rgba(17,17,17,.2);transition:background-color .3s,border .3s,color .3s}@media(max-width:610px){.quantity-counter__element{font-size:14px;width:40px;height:40px}}.quantity-counter__element:hover{border-color:#1119}.quantity-counter__element:focus{background-color:#1111110d;border-color:#1113}.quantity-counter__element:disabled{color:#1111114d;background-color:#11111108;border-color:#1111110d;cursor:not-allowed}.quantity-counter__element.counter{pointer-events:none}.add-to-cart-wrapper{display:flex;flex-direction:column;gap:22px;width:100%;margin-top:32px}@media(max-width:992px){.add-to-cart-wrapper{margin-top:26px}}.add-to-cart-button{display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:500;line-height:1;width:100%;padding:19px 30px;background:#111;color:#fff;cursor:pointer;transition:all .25s ease}.add-to-cart-button:hover:not(:disabled){opacity:.88}.add-to-cart-button:focus{outline:2px solid rgba(17,17,17,.3)}.add-to-cart-button:disabled{background:#1111114d;color:#fff9;cursor:not-allowed}.delivery-info{margin-top:22px;font-size:16px;letter-spacing:-.32px;line-height:1.4;color:#111c}@media(max-width:468px){.delivery-info{font-size:14px}}.delivery-info span{display:block}.similar-products{margin-top:100px}@media(max-width:768px){.similar-products .product-card{max-width:100%}}@media(max-width:768px){.similar-products{margin-top:80px}}.similar-products__title{font-size:28px;font-weight:500;margin-bottom:32px;letter-spacing:-.28px;color:#111c}@media(max-width:768px){.similar-products__title{font-size:26px;letter-spacing:-.2px}}@media(max-width:610px){.similar-products__title{font-size:24px;margin-bottom:24px}}.similar-products__swiper{padding-bottom:40px}@media(max-width:1200px){.similar-products__swiper-inner{overflow:visible}}.similar-products__swiper-inner .swiper-slide{height:auto}.fit-slider{position:relative;margin-top:42px;cursor:pointer}.fit-slider__container{position:relative;max-width:475px;margin:0 auto;display:flex;flex-direction:column;gap:13px}.fit-slider__slider{position:relative;width:100%;height:24px;padding:0 11px}.fit-slider__track{top:50%;height:4px;background:#11111126;transform:translateY(-50%)}.fit-slider__track-0{background:#111;transition:left .3s ease,right .3s ease}.fit-slider__track-1{background:#11111126;transition:left .3s ease,right .3s ease}.fit-slider__thumb{height:22px;width:22px;background:#111;display:flex;align-items:center;justify-content:center;cursor:grab;transform:translateY(-50%);top:50%;position:relative;transition:all .3s ease}.fit-slider__thumb:hover{background-color:#1a1b1c}.fit-slider__thumb:active{cursor:grabbing;transform:translateY(-50%) scale(.98)}.fit-slider__thumb .fit-slider__tag{position:absolute;top:-32px;left:50%;transform:translate(-50%);background:#111;color:#fff;font-size:14px;padding:4px 8px;white-space:nowrap}.fit-slider__tick{position:absolute;top:50%;transform:translate(-50%,-50%);width:4px;height:4px;background:#1113}.fit-slider__labels{display:flex;justify-content:space-between;width:100%;color:#111111a3;font-size:14px;text-transform:uppercase}.fit-slider__labels span{display:flex;align-items:center;gap:4px}.sizequiz__inner{display:flex;flex-direction:column;gap:0px;justify-content:center;min-height:400px}@media(max-width:468px){.sizequiz__inner{padding-top:26px}}.sizequiz__inner>div:first-child{display:flex;justify-content:center;align-items:center;align-items:stretch;flex-direction:column;flex:1 0 auto}@media(max-width:610px){.sizequiz__inner>div:first-child{justify-content:flex-start}}.sizequiz__header{display:flex;flex-direction:column;gap:4px}.sizequiz__center{text-align:center;margin-bottom:50px}@media(max-width:610px){.sizequiz__center{margin-top:auto;margin-bottom:auto}}.sizequiz__question{text-align:center;font-size:26px;font-weight:500;letter-spacing:-.13px;margin-bottom:30px}@media(max-width:992px){.sizequiz__question{font-size:24px}}@media(max-width:768px){.sizequiz__question{font-size:22px;margin-bottom:24px}}@media(max-width:468px){.sizequiz__question{font-size:20px;margin-bottom:16px}}.sizequiz__question.small-bottom{margin-bottom:18px}.sizequiz__gender-grid{display:flex;align-items:center;gap:15px;justify-content:center}@media(max-width:468px){.sizequiz__gender-grid{flex-direction:column;gap:12px}}.sizequiz__gender-btn{display:flex;align-items:center;gap:10px;padding:16px 40px;font-size:22px;border:1px solid rgba(17,17,17,.15);transition:all .2s}@media(max-width:768px){.sizequiz__gender-btn{font-size:20px;padding:16px 30px}.sizequiz__gender-btn svg{width:28px;height:28px}}@media(max-width:468px){.sizequiz__gender-btn{font-size:18px}.sizequiz__gender-btn svg{width:26px;height:26px}}.sizequiz__gender-btn:hover{border-color:#000}.sizequiz__gender-btn.is-active{background:#111;color:#fff;border-color:#111}.sizequiz__gender-btn.is-active svg path{fill:#fff}.sizequiz__inputs{display:flex;flex-direction:column;gap:14px;max-width:475px;width:100%;margin:0 auto 36px}.sizequiz__field{width:100%}.sizequiz__field.last{margin-top:6px}.sizequiz__params{display:flex;flex-direction:column;align-items:center}.sizequiz__label{display:block;font-size:16px;margin-bottom:8px;letter-spacing:-.16px;text-transform:uppercase}@media(max-width:468px){.sizequiz__label{font-size:14px}}.sizequiz__input{width:100%;padding:12px 16px;font-size:18px;border:1px solid rgba(17,17,17,.15);transition:border .3s;color:#111}@media(max-width:768px){.sizequiz__input{font-size:16px}}.sizequiz__input:hover{border-color:#111}.sizequiz__input:-webkit-autofill,.sizequiz__input:-webkit-autofill:hover,.sizequiz__input:-webkit-autofill:focus,.sizequiz__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px white inset!important;-webkit-text-fill-color:#111!important;transition:background-color 5000s ease-in-out 0s}.sizequiz__input::placeholder{color:#11111175}.sizequiz__chest{padding-top:16px}.sizequiz__subtitle{text-align:center;font-size:16px;color:#111111a3;letter-spacing:-.48px;margin-bottom:18px}@media(max-width:468px){.sizequiz__subtitle{font-size:14px;max-width:250px;margin:0 auto 18px;letter-spacing:-.2px}}.sizequiz__chest-grid{display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:40px}@media(max-width:468px){.sizequiz__chest-grid{gap:4px;margin:0 -6px}}.sizequiz__chest-card{display:flex;flex-direction:column;gap:12px;border-radius:4px;border:1px solid transparent;padding-bottom:6px;background:#fff;cursor:pointer;transition:all .3s}.sizequiz__chest-card:hover{border-color:#1111111a}.sizequiz__chest-card.is-active{border-color:transparent;pointer-events:none}.sizequiz__chest-card.is-active .sizequiz__select-label{color:#111c}.sizequiz__select-img{max-width:215px;max-height:215px;width:100%;height:100%}.sizequiz__select-label{display:flex;align-items:center;gap:6px;justify-content:center;text-align:center;font-size:16px;letter-spacing:.16px;text-transform:uppercase;color:#111111a3}@media(max-width:768px){.sizequiz__select-label{font-size:15px}}@media(max-width:468px){.sizequiz__select-label{font-size:13px}}.sizequiz__result{text-align:center;padding:40px 0}@media(max-width:610px){.sizequiz__result{padding:0}}.sizequiz__result-size{font-size:74px;letter-spacing:-.37px;font-weight:600;margin-bottom:18px}@media(max-width:992px){.sizequiz__result-size{font-size:68px}}@media(max-width:768px){.sizequiz__result-size{font-size:62px}}@media(max-width:468px){.sizequiz__result-size{font-size:52px}}.sizequiz__result-desc{font-size:16px;color:#111111a3;max-width:550px;margin:0 auto}@media(max-width:468px){.sizequiz__result-desc{font-size:14px}}.sizequiz__actions{margin-top:32px}.page-loader{position:fixed;inset:0;z-index:9999;background-color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none}.page-loader--visible{opacity:1;pointer-events:all}.page-loader__inner{display:flex;flex-direction:column;align-items:center;gap:22px}.page-loader__dot{width:10px;height:10px;border-radius:999px;background-color:#111;box-shadow:-18px 0 #1113,18px 0 #1113;animation:page-loader-bounce .8s ease-in-out infinite}@media(max-width:610px){.page-loader__dot{width:8px;height:8px}}.page-loader__text{font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:#111}@keyframes page-loader-bounce{0%,to{transform:translateY(0);box-shadow:-18px 0 #1113,18px 0 #1113}50%{transform:translateY(-6px);box-shadow:-18px 0 #1111111a,18px 0 #1111114d}}.auth-tabs{display:flex;align-items:center;max-width:max-content}.auth-tabs__tab{border-bottom:1px solid transparent;font-size:24px;letter-spacing:-.12px;color:#1119;transition:border .3s,color .3s}@media(max-width:610px){.auth-tabs__tab{font-size:22px}}.auth-tabs__tab:hover{color:#111c}.auth-tabs__tab--active{color:#111;pointer-events:none;border-bottom-color:#111}.auth-tabs__slash{margin:0 8px;color:#aaa;-webkit-user-select:none;user-select:none}.auth-field{display:flex;flex-direction:column;gap:7px}.auth-field:not(:last-child){margin-bottom:20px}.auth-field__top{display:flex;justify-content:space-between;align-items:center;gap:30px}.auth-field__label{font-size:14px;text-transform:uppercase;letter-spacing:-.14px;color:#111c}.auth-field__input-wrapper{position:relative}.auth-field__input{padding:14px 20px;border:1px solid rgba(17,17,17,.1);border-radius:2px;font-size:14px;width:100%;outline:none;transition:border-color .15s ease,box-shadow .15s ease}@media(max-width:468px){.auth-field__input{padding:14px 16px}}.auth-field__input::placeholder{color:#11111175}.auth-field__input:focus{border-color:#111}.auth-field__input:-webkit-autofill,.auth-field__input:-webkit-autofill:hover,.auth-field__input:-webkit-autofill:focus,.auth-field__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#000!important;transition:background-color 9999s ease-out}.auth-field__toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);border:none;background:none;cursor:pointer;display:flex;align-items:center;padding:0}.auth-field__right{margin-left:auto}.auth-field__forgot{font-size:14px;line-height:1;color:#1119;background:none;border:none;padding:0;cursor:pointer}.auth-field__forgot span{color:#111c;text-decoration:underline;text-underline-offset:2px;transition:color .3s,opacity .3s}.auth-field__forgot:hover span{opacity:.8}.auth-modal__forgot{display:flex;justify-content:flex-start;gap:8px;font-size:13px}.auth-modal__forgot button{border:none;background:none;padding:0;cursor:pointer;color:#555;text-decoration:underline}.profile__layout{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:flex-start;margin-top:52px;margin-bottom:100px}@media(max-width:1200px){.profile__layout{gap:30px}}@media(max-width:992px){.profile__layout{grid-template-columns:1fr;gap:24px;margin-bottom:70px;margin-top:32px}}.profile__grid{display:grid;grid-template-columns:repeat(3,minmax(0,315px));gap:22px 18px;justify-content:start}@media(max-width:1200px){.profile__grid{grid-template-columns:repeat(2,minmax(0,365px))}}@media(max-width:1100px){.profile__grid{gap:20px 14px}}@media(max-width:992px){.profile__grid{grid-template-columns:repeat(3,minmax(0,315px))}}@media(max-width:840px){.profile__grid{grid-template-columns:repeat(2,minmax(0,365px))}}.profile__tab-title{font-size:24px;font-weight:600;margin-bottom:30px}@media(max-width:992px){.profile__tab-title{font-size:22px;margin-bottom:22px}}@media(max-width:468px){.profile__tab-title{font-size:20px;margin-bottom:14px}}.profile__tab-title.small{font-size:22px;margin-bottom:20px}@media(max-width:992px){.profile__tab-title.small{font-size:20px;margin-bottom:14px}}@media(max-width:468px){.profile__tab-title.small{font-size:18px}}.desktop-only{display:block}.mobile-only{display:none}@media(max-width:992px){.desktop-only{display:none}.mobile-only{display:block}}.profile-sidebar{padding:20px 24px;border:1px solid rgba(17,17,17,.15);font-size:18px;letter-spacing:-.18px}@media(max-width:1200px){.profile-sidebar{padding:18px 20px}}@media(max-width:992px){.profile-sidebar{border:none;padding:0;position:relative}}.profile-sidebar__title{margin-bottom:6px;font-size:28px;letter-spacing:-.28px;font-weight:500;line-height:1.4}@media(max-width:1200px){.profile-sidebar__title{font-size:26px}}@media(max-width:992px){.profile-sidebar__title{font-size:24px}}.profile-sidebar__mail{display:block;margin-bottom:24px;color:#111c;font-size:18px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:468px){.profile-sidebar__mail{font-size:16px}}.profile-sidebar__exit{display:none}@media(max-width:992px){.profile-sidebar__exit{justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;right:3px;top:4px}.profile-sidebar__exit svg{width:24px;height:24px}}.profile-sidebar__scroll-items{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:468px){.profile-sidebar__scroll-items{gap:8px}}.profile-sidebar__actions{display:flex;flex-direction:column;gap:11px}.profile-sidebar__action-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;width:100%;border:1px solid rgba(17,17,17,.1);color:#111111a3;transition:background-color .3s,border .3s,color .3s}@media(max-width:768px){.profile-sidebar__action-btn{font-size:16px}.profile-sidebar__action-btn svg{width:20px;height:20px}}.profile-sidebar__action-btn:hover{background:#f5f5f5}.profile-sidebar__action-btn--active{color:#111;background-color:#1111110a;pointer-events:none}.profile-sidebar__action-btn--active svg path{fill-opacity:1}.profile-form{display:flex;flex-direction:column;max-width:480px}.profile-form__fields{display:flex;flex-direction:column;gap:10px}.profile-form__fields input{width:100%}.profile-form__input{padding:12px 16px;font-size:16px;border:1px solid rgba(17,17,17,.15);transition:border .3s;color:#111}@media(max-width:468px){.profile-form__input{font-size:14px}}.profile-form__input:hover{border-color:#111}.profile-form__input:-webkit-autofill,.profile-form__input:-webkit-autofill:hover,.profile-form__input:-webkit-autofill:focus,.profile-form__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px white inset!important;-webkit-text-fill-color:#111!important;transition:background-color 5000s ease-in-out 0s}.profile-form__input--email{pointer-events:none;background-color:#f7f7f7}.profile-form__button{padding:16px 32px;margin-top:24px}.profile-form__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.react-dadata__container{position:relative}.react-dadata__input{box-sizing:border-box;border:1px solid #ccc;border-radius:4px;outline:none;width:100%;height:38px;padding:0 10px;font-size:16px;display:block}.react-dadata__input:focus{border-color:#007cd6;box-shadow:inset 0 1px 1px #00000013,0 0 0 3px #007cd64d}.react-dadata__suggestions{z-index:10;text-align:left;background-color:#fff;border-radius:4px;margin:0;padding:0;list-style:none;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 1px 6px 3px #0000001a}.react-dadata__suggestion-note{color:#828282;padding:10px 10px 5px;font-size:14px}.react-dadata__suggestion{cursor:pointer;box-sizing:border-box;text-align:left;background:0 0;border:none;width:100%;padding:7px 10px;font-size:15px;display:block}.react-dadata__suggestion--line-through{text-decoration:line-through}.react-dadata__suggestion-subtitle{color:#777;margin-top:4px;font-size:14px}.react-dadata__suggestion-subtitle-item{margin-bottom:4px;margin-right:16px;display:inline-block}.react-dadata__suggestion-subtitle-item:last-child{margin-right:0}.react-dadata__suggestion--current{background-color:#007cd626}.react-dadata__suggestion:hover{background-color:#007cd61a}.react-dadata mark{background:0 0}.react-dadata--highlighted{color:#0094ff}.dadata-container{position:relative;width:100%}.dadata-input{width:100%;padding:10px 16px;border-radius:0;font-size:16px;background:#fff;outline:none;border:1px solid rgba(17,17,17,.15);transition:border .3s}.dadata-input:hover{border-color:#111}.dadata-input:focus{border-color:#00000059}.dadata-suggestions{position:absolute;z-index:60;left:0;right:0;top:100%;margin-top:6px;width:100%;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:0;max-height:240px;overflow-y:auto;box-shadow:0 8px 20px #0000000a}.dadata-suggestion-item{width:100%;padding:10px 14px;cursor:pointer;text-align:left;border-bottom:1px solid rgba(0,0,0,.08);border-radius:0!important;background:#fff!important;color:#111!important;transition:background .22s ease}.dadata-suggestion-item:last-child{border-bottom:none}.dadata-suggestion-item:hover{background:#0000001a!important}.profile-password{margin-top:40px;padding-top:32px;border-top:1px solid rgba(0,0,0,.08)}@media(max-width:610px){.profile-password{margin-top:30px;padding-top:26px}}.profile-password__wrapper{position:relative;width:100%}.profile-password__eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;display:flex;align-items:center}.profile-password__eye svg{width:20px;height:20px}.checkout-pending{position:relative;min-height:200px;padding:24px;background-color:#00000008;display:flex;flex-direction:column;justify-content:center;gap:16px;margin-bottom:24px}.checkout-pending strong{font-weight:600}.checkout-pending__info{margin-bottom:16px}.checkout-pending__timer{color:#111111a3;font-weight:600;display:flex;align-items:center}.checkout-pending__timer .checkout-pending__spinner{display:inline-block;width:16px;height:16px;margin-right:12px;border:2px solid rgba(17,17,17,.64);border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.orders-tab{padding-bottom:60px}.orders-tab__list{display:flex;flex-direction:column;gap:16px}@media(max-width:1200px){.orders-tab__list{gap:12px}}.order{border:1px solid rgba(17,17,17,.15);padding:18px;transition:border .3s;cursor:pointer}@media(max-width:400px){.order{padding:16px}}.order:hover{border-color:#111}.order__content{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}@media(max-width:1200px){.order__content{align-items:stretch}}@media(max-width:700px){.order__content{flex-direction:column}}.order__left{flex:1}@media(max-width:700px){.order__left{justify-content:space-between;align-items:flex-start;display:flex}}.order__date{font-size:22px;font-weight:500;margin-bottom:6px}@media(max-width:1200px){.order__date{font-size:20px}}@media(max-width:992px){.order__date{font-size:18px}}.order__price,.order__status{font-size:18px;font-weight:500;letter-spacing:-.18px}@media(max-width:992px){.order__price,.order__status{font-size:16px}}.order__price{color:#111c;margin-bottom:30px}@media(max-width:700px){.order__price{margin-bottom:0}}.order__status{display:flex;align-items:center;gap:8px;line-height:1}@media(max-width:1100px){.order__status{font-size:16px;gap:6px}.order__status svg{width:18px;height:18px}}.order__images{display:flex;gap:8px;min-height:87px;max-height:87px;flex-shrink:0}.order__image,.order__more{width:78px;height:104px}@media(max-width:1200px){.order__image,.order__more{width:70px;height:auto}}@media(max-width:1100px){.order__image,.order__more{width:66px}}.order__image{background-repeat:no-repeat;object-fit:cover;object-position:center;object-position:top;background-color:#d5d5d5}.order__more{display:flex;justify-content:center;align-items:center;background:#efefef;color:#111c;font-weight:500;letter-spacing:-.24px;font-size:24px}@media(max-width:1200px){.order__more{font-size:22px}}@media(max-width:468px){.order__more{font-size:20px}}.profile-logout-confirm__text{line-height:1.5;margin-bottom:32px;color:#111c}.profile-logout-confirm__confirm{padding:16px 36px}.order-modal__status{display:flex;align-items:center;gap:6px;margin-bottom:20px;font-size:18px}@media(max-width:610px){.order-modal__status{font-size:16px}.order-modal__status svg{width:18px;height:18px}}.order-modal__content{max-height:60vh;overflow-y:auto;padding-right:10px;margin-right:-10px}.order-modal__content::-webkit-scrollbar{width:5px}.order-modal__content::-webkit-scrollbar-thumb{background:#00000040;border-radius:8px}.order-modal__item{padding:22px 0;display:flex;align-items:center;gap:18px;border-bottom:1px solid rgba(0,0,0,.15);transition:opacity .3s}@media(max-width:530px){.order-modal__item{align-items:stretch}}.order-modal__item:hover{opacity:.8}.order-modal__item:first-child{padding-top:0}.order-modal__item-image{background-repeat:no-repeat;object-position:center;width:54px;height:71px;object-fit:cover;flex-shrink:0}.order-modal__item-info{flex:1;display:flex;flex-direction:column;align-items:flex-start}.order-modal__name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:18px;font-weight:500;margin-bottom:6px;line-height:1.3}@media(max-width:768px){.order-modal__name{font-size:16px;margin-bottom:4px}}@media(max-width:610px){.order-modal__name{margin-bottom:2px}}.order-modal__variant{line-height:1.4;font-size:16px;color:#000000a3}@media(max-width:768px){.order-modal__variant{font-size:14px}}@media(max-width:530px){.order-modal__variant{font-size:12px}}.order-modal__price{font-size:18px;font-weight:500;white-space:nowrap;letter-spacing:-.36px;margin-left:auto;margin-bottom:auto}@media(max-width:768px){.order-modal__price{font-size:16px}}@media(max-width:530px){.order-modal__price{display:none}}.order-modal__price span{color:#111111a3}.order-modal__price.mobile{display:none}@media(max-width:530px){.order-modal__price.mobile{display:block;font-size:14px;margin:auto 0 0}}.order-modal__totals{padding:24px 0;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:40px;border-bottom:1px solid rgba(17,17,17,.15)}@media(max-width:768px){.order-modal__totals{padding:20px 0}}@media(max-width:610px){.order-modal__totals{padding:18px 0}}.order-modal__label,.order-modal__price-old,.order-modal__price-current{font-size:22px;font-weight:400;letter-spacing:-.22px;line-height:1.3;margin-bottom:8px}@media(max-width:610px){.order-modal__label,.order-modal__price-old,.order-modal__price-current{font-size:20px;margin-bottom:5px}}@media(max-width:468px){.order-modal__label,.order-modal__price-old,.order-modal__price-current{font-size:18px}}.order-modal__price-old{font-weight:400;text-decoration:line-through;color:#111111a3}.order-modal__price-current{font-weight:600;margin-bottom:0}.order-modal__totals-details{display:flex;flex-direction:column;gap:8px}@media(max-width:610px){.order-modal__totals-details{gap:4px}}.order-modal__totals-row{text-align:right;font-size:18px;color:#111111a3}@media(max-width:610px){.order-modal__totals-row{font-size:16px}}@media(max-width:420px){.order-modal__totals-row{font-size:15px}}.order-modal__totals-row>*:not(:last-child){margin-right:6px}@media(max-width:610px){.order-modal__totals-row>*:not(:last-child){margin-right:4px}}.order-modal__totals-value{display:inline-block;color:#111}.order-modal__delivery-info{display:flex;flex-direction:column;gap:8px;font-size:18px;line-height:1.3}@media(max-width:610px){.order-modal__delivery-info{font-size:16px}}@media(max-width:468px){.order-modal__delivery-info{font-size:14px}}.order-modal__delivery-info li{color:#111111a3}.order-modal__delivery-info li strong{font-weight:500;color:#111;margin-right:4px}.cart-page__title{margin-top:32px;margin-bottom:24px;font-size:28px;font-weight:500;letter-spacing:-.28px}@media(max-width:880px){.cart-page__title{margin-bottom:10px;margin-top:24px}}@media(max-width:610px){.cart-page__title{font-size:26px}}@media(max-width:468px){.cart-page__title{font-size:24px}}.cart-page__empty{margin-top:80px;font-size:18px;color:#111c;text-align:center}.cart-header,.cart-row{display:grid;gap:40px;grid-template-columns:minmax(300px,4.3fr) 1fr 1fr 1fr;align-items:center}@media(max-width:992px){.cart-header,.cart-row{grid-template-columns:minmax(300px,3.3fr) 1fr 1fr 1fr}}.cart-header{text-transform:uppercase;font-size:16px;color:#111c;letter-spacing:-.48px;line-height:1.5;padding-bottom:12px}@media(max-width:880px){.cart-header{display:none}}.cart-row{display:grid;gap:40px;grid-template-columns:4.3fr 1fr 1fr 1fr;padding:32px 0;border-top:1px solid rgba(17,17,17,.15);align-items:flex-start}@media(max-width:992px){.cart-row{grid-template-columns:3.5fr 1fr 1fr 1fr}}.cart-row__product{display:flex;flex-direction:column;gap:8px}.cart-row__status{font-size:16px;font-weight:400;color:#8b0000;margin-top:10px;letter-spacing:-.3px}.cart-price{font-weight:500;font-size:22px;letter-spacing:-.44px;color:#111c}.cart-price--total{font-weight:600;color:#111}.cart-product{display:flex;gap:40px}@media(max-width:1200px){.cart-product{gap:30px}}@media(max-width:992px){.cart-product{gap:24px}}.cart-product__image{width:100px;height:130px;object-fit:cover}.cart-product__info{display:flex;flex-direction:column}.cart-product__bottom{margin-top:auto}.cart-product__name{font-weight:500;font-size:22px;letter-spacing:-.22px;margin-bottom:6px}.cart-product__link{transition:color .3s}.cart-product__link:hover{color:#111111a3}.cart-product__variant{font-size:18px;color:#111111a3;letter-spacing:-.48px;margin-top:auto;line-height:1.5}.cart-product__variant span{color:#111;margin-left:5px}.cart-product-mobile{position:relative;display:grid;grid-template-columns:84px 1fr 100px;gap:20px;padding:24px 0;border-top:1px solid rgba(17,17,17,.15);align-items:start}@media(max-width:610px){.cart-product-mobile{grid-template-columns:84px 1fr}}@media(max-width:880pxpx){.cart-product-mobile{gap:16px;padding:20px 0}}@media(max-width:468px){.cart-product-mobile{gap:12px}}.cart-product-mobile--first{border-top:none}.cart-product-mobile__image{background-repeat:no-repeat;object-fit:cover;object-position:center;width:84px;height:100%;flex-shrink:0}.cart-product-mobile__content{display:flex;flex-direction:column;gap:9px;height:100%;flex:1}@media(max-width:420px){.cart-product-mobile__content{align-items:flex-start}}.cart-product-mobile__info{display:flex;flex-direction:column;gap:8px}.cart-product-mobile__name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:500;font-size:20px;letter-spacing:-.2px;margin:0;line-height:1.3}@media(max-width:610px){.cart-product-mobile__name{max-width:240px;font-size:18px}}@media(max-width:468px){.cart-product-mobile__name{font-size:16px;max-width:210px}}.cart-product-mobile__link{color:inherit;text-decoration:none;transition:color .3s}.cart-product-mobile__link:hover{color:#111111a3}.cart-product-mobile__variants{display:flex;align-items:center;gap:10px;margin-top:auto}.cart-product-mobile__variant{font-size:16px;color:#111111a3;margin:0;line-height:1.4}@media(max-width:610px){.cart-product-mobile__variant{font-size:14px}}@media(max-width:468px){.cart-product-mobile__variant{font-size:13px}}.cart-product-mobile__variant span:last-child{font-weight:500;color:#111;margin-right:4px}.cart-product-mobile__controls{display:flex;align-items:center;gap:12px}.cart-product-mobile__price{text-align:right;font-weight:600;font-size:18px;letter-spacing:-.4px;color:#111}@media(max-width:610px){.cart-product-mobile__price{position:absolute;top:24px;right:0}}@media(max-width:420px){.cart-product-mobile__price{display:none}}.cart-product-mobile__price.mobile{display:none;position:static;margin-bottom:-4px;font-size:16px}@media(max-width:420px){.cart-product-mobile__price.mobile{display:block}}.cart-product-mobile__price span{display:block}.cart-product-mobile__status{font-size:14px;color:#8b0000;margin-top:8px;font-weight:400}@media(max-width:468px){.cart-product-mobile__status{font-size:13px;margin-top:4px}}.cart-quantity--mobile .cart-quantity__top{gap:4px}.cart-quantity--mobile .cart-quantity__element{width:38px;height:38px;font-size:15px}@media(max-width:468px){.cart-quantity--mobile .cart-quantity__element{width:36px;height:36px;font-size:14px}}@media(max-width:880px){.cart-quantity{display:flex;align-items:center;gap:12px}}.cart-quantity__top{display:flex;align-items:center;gap:6px;margin-bottom:8px}@media(max-width:880px){.cart-quantity__top{margin-bottom:0}}.cart-quantity__element{display:flex;justify-content:center;align-items:center;width:43px;height:43px;font-size:16px;letter-spacing:-.48px;border:1px solid rgba(17,17,17,.2);transition:background-color .3s,border .3s,color .3s}.cart-quantity__element:hover{border-color:#1119}.cart-quantity__element:focus{background-color:#1111110d;border-color:#1113}.cart-quantity__element.counter{pointer-events:none}.cart-quantity__element:disabled{cursor:default;background-color:#11111108;border-color:#1111110d;color:#1111114d}.cart-quantity__delete{display:flex;align-items:center;gap:4px;font-size:16px;line-height:1.5;color:#111111a3;transition:color .3s}@media(max-width:880px){.cart-quantity__delete{font-size:14px}.cart-quantity__delete svg{width:18px;height:18px}}.cart-quantity__delete:hover{color:#8b0000}.cart-quantity__delete:hover g{opacity:1}.cart-quantity__delete:hover svg path{stroke:#8b0000}.cart-summary{padding-top:32px;margin:40px 0 48px;border-top:1px solid rgba(17,17,17,.15)}@media(max-width:880px){.cart-summary{margin-top:0;padding-top:16px}}.cart-summary__total{font-size:28px;font-weight:500;letter-spacing:-.28px;color:#111111a3;margin-bottom:24px}@media(max-width:1200px){.cart-summary__total{font-size:26px}}@media(max-width:992px){.cart-summary__total{font-size:24px;margin-bottom:34px}}@media(max-width:768px){.cart-summary__total{font-size:22px}}@media(max-width:610px){.cart-summary__total{font-size:20px;text-align:center}}.cart-summary__total span{color:#111}.cart-summary__warning{font-size:16px;font-weight:400;color:#8b0000;display:block;margin-bottom:10px;letter-spacing:-.3px}.cart-summary__btn{padding:22px 44px}@media(max-width:610px){.cart-summary__btn{width:90%;max-width:90%;margin:0 auto}}@media(max-width:510px){.cart-summary__btn{padding:19px 36px;text-transform:initial;max-width:100%;width:100%}}.cart-summary__btn:disabled{opacity:.5;pointer-events:none}.checkout-form{display:flex;flex-direction:column;gap:0}.checkout-form__section{display:flex;flex-direction:column;gap:16px}@media(max-width:468px){.checkout-form__section{gap:14px}}.checkout-form__section:first-child{margin-bottom:32px}@media(max-width:992px){.checkout-form__section:first-child{margin-bottom:24px}}.checkout-form__section-title{font-size:22px;letter-spacing:-.22px;font-weight:500;margin-bottom:4px}@media(max-width:992px){.checkout-form__section-title{font-size:20px}}@media(max-width:468px){.checkout-form__section-title{font-size:18px}}.checkout-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:468px){.checkout-form__row{grid-template-columns:1fr}}.checkout-form__optional{font-weight:400;text-transform:none;letter-spacing:0;font-size:11px}.checkout-form__submit{display:flex;align-items:center;gap:9px;justify-content:center;width:100%;padding:22px;font-size:20px;font-weight:600;background:#7c3aed;color:#fff;cursor:pointer;transition:opacity .3s,transform .3s;letter-spacing:-.4px}@media(max-width:610px){.checkout-form__submit{font-size:18px;padding:17px 20px}}.checkout-form__submit:hover:not(:disabled){opacity:.88}.checkout-form__submit:active:not(:disabled){transform:scale(.99)}.checkout-form__submit:disabled{opacity:.5;cursor:not-allowed}.checkout-form__submit.small{max-width:max-content;font-size:18px;padding:18px 35px}.checkout-delivery{display:flex;flex-direction:column;gap:16px;padding:32px 0 40px}.checkout-delivery__title{font-size:20px;font-weight:500;margin-bottom:6px}.checkout-delivery__select-wrap{position:relative}.checkout-delivery__select-wrap:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid rgba(0,0,0,.4);pointer-events:none}.checkout-delivery__methods{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:468px){.checkout-delivery__methods{grid-template-columns:1fr}}.checkout-delivery__icon{margin-bottom:12px}.checkout-delivery__method{display:flex;flex-direction:column;gap:0px;align-items:flex-start;padding:18px;border:1px solid rgba(17,17,17,.1);background:transparent;transition:border-color .3s,background .3s}.checkout-delivery__method:hover{border-color:#00000040}.checkout-delivery__method--active{pointer-events:none;border-color:#1119;background:#11111108}.checkout-delivery__method-name{font-size:16px;letter-spacing:-.48px;font-weight:500;text-align:left;margin-bottom:6px;color:#111c}.checkout-delivery__method-time{font-size:14px;margin-bottom:12px;color:#111111a3}.checkout-delivery__method-price{letter-spacing:-.48px;font-size:16px;margin-top:auto}.checkout-delivery__method-price b{font-weight:500}.checkout-delivery__method-price s{color:#111111a3;margin-left:6px}.checkout-delivery__checkbox{display:flex;align-items:center;gap:8px;font-size:14px;color:#111c;-webkit-user-select:none;user-select:none;margin-bottom:40px}@media(max-width:468px){.checkout-delivery__checkbox{font-size:12px;margin-bottom:24px}}.checkout-delivery__checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;min-width:16px;border:1.5px solid rgba(0,0,0,.22);background:#fff;cursor:pointer;position:relative;transition:all .2s ease;flex-shrink:0;margin:0}@media(max-width:468px){.checkout-delivery__checkbox input[type=checkbox]{margin-top:-1px}}.checkout-delivery__checkbox input[type=checkbox]:after{content:"";position:absolute;left:5px;top:1px;width:4px;height:9px;border:1.5px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) scale(0);transition:transform .15s ease}.checkout-delivery__checkbox input[type=checkbox]:checked{background:#111;border-color:#111}.checkout-delivery__checkbox input[type=checkbox]:checked:after{transform:rotate(45deg) scale(1)}.checkout-delivery__checkbox input[type=checkbox]:hover:not(:checked){border-color:#00000073}.checkout-delivery__checkbox input[type=checkbox]:focus-visible{outline:2px solid rgba(17,17,17,.3);outline-offset:2px}.checkout-delivery__checkbox span{text-transform:uppercase;letter-spacing:.04em}.checkout-delivery__extra-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:468px){.checkout-delivery__extra-row{grid-template-columns:repeat(1,1fr)}}.checkout-summary{border:1px solid rgba(0,0,0,.12);overflow:hidden;padding:24px 26px}@media(max-width:1200px){.checkout-summary{padding:20px 22px}}@media(max-width:992px){.checkout-summary{border:none;padding:0 0 18px;border-bottom:1px solid rgba(0,0,0,.12)}}.checkout-summary__items{display:flex;flex-direction:column}.checkout-summary__item{padding:22px 0;display:flex;align-items:center;gap:18px;border-bottom:1px solid rgba(0,0,0,.15);transition:opacity .3s}@media(max-width:610px){.checkout-summary__item{align-items:stretch}}.checkout-summary__item:hover{opacity:.7}.checkout-summary__item:first-child{padding-top:0}.checkout-summary__image{width:50px;height:67px;object-fit:cover;background:#0000000a}@media(max-width:610px){.checkout-summary__image{width:56px;height:auto;min-height:71px;max-height:100%}}.checkout-summary__image--placeholder{background:#0000000f}.checkout-summary__info{display:flex;flex-direction:column;gap:0px;align-items:flex-start}.checkout-summary__name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:18px;font-weight:500;margin-bottom:6px;line-height:1.3;max-width:380px}@media(max-width:768px){.checkout-summary__name{max-width:340px}}@media(max-width:610px){.checkout-summary__name{margin-bottom:3px}}.checkout-summary__variant{line-height:1.4;font-size:16px;color:#000000a3}@media(max-width:610px){.checkout-summary__variant{margin-bottom:9px}}.checkout-summary__price{font-size:18px;font-weight:500;white-space:nowrap;letter-spacing:-.36px;margin-left:auto;margin-bottom:auto}@media(max-width:768px){.checkout-summary__price{font-size:16px;letter-spacing:-.16px}}@media(max-width:610px){.checkout-summary__price{display:none}}.checkout-summary__price span{color:#111111a3}.checkout-summary__price.mobile{display:none}@media(max-width:610px){.checkout-summary__price.mobile{display:block;margin-top:auto;margin-left:0;margin-bottom:0}}.checkout-summary__footer{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding-top:16px}@media(max-width:610px){.checkout-summary__footer{align-items:flex-start}}@media(max-width:430px){.checkout-summary__footer{flex-direction:column-reverse}}.checkout-summary__footer-left{display:flex;flex-direction:column;gap:8px}.checkout-summary__total-label,.checkout-summary__grand{font-size:22px}@media(max-width:1200px){.checkout-summary__total-label,.checkout-summary__grand{font-size:20px}}@media(max-width:610px){.checkout-summary__total-label,.checkout-summary__grand{font-size:18px}}.checkout-summary__grand{display:flex;align-items:baseline;gap:8px;letter-spacing:-.22px}.checkout-summary__grand span{font-weight:600}.checkout-summary__grand-old{font-weight:400;color:#1111118a;text-decoration:line-through}.checkout-summary__rows{display:flex;flex-direction:column;gap:8px;text-align:right}@media(max-width:1200px){.checkout-summary__rows{font-size:16px;text-align:left}}@media(max-width:468px){.checkout-summary__rows{gap:4px}}.checkout-summary__row{color:#1111118c}.checkout-summary__row span{display:inline-block;margin-left:6px;color:#111}@media(max-width:610px){.checkout-summary__row span{margin-left:1px}}.checkout-summary__delivery{display:inline-block;color:#111}.checkout-summary__delivery span:nth-child(2){text-decoration:line-through;color:#111111a3}.checkout-page{padding-bottom:60px}.checkout-page__title{margin-bottom:24px;font-size:28px;font-weight:500;letter-spacing:-.28px}@media(max-width:992px){.checkout-page__title{display:none}}.checkout-page__title.mobile{display:none}@media(max-width:992px){.checkout-page__title.mobile{font-size:26px;letter-spacing:-.18px;margin-top:20px;margin-bottom:28px;display:block}}@media(max-width:768px){.checkout-page__title.mobile{font-size:24px;letter-spacing:0}}@media(max-width:390px){.checkout-page__title.mobile{font-size:22px}}.checkout-page__empty{text-align:center;padding:80px 0;font-size:18px;color:#111111a3}.checkout-page__layout{margin-top:32px;display:grid;grid-template-columns:1fr 620px;gap:32px;align-items:flex-start}@media(max-width:1300px){.checkout-page__layout{grid-template-columns:1fr 560px}}@media(max-width:1200px){.checkout-page__layout{grid-template-columns:1fr 500px}}@media(max-width:992px){.checkout-page__layout{display:flex;flex-direction:column;margin-top:0;gap:24px}}.checkout-page__left{max-width:660px;width:100%;display:flex;flex-direction:column;gap:0}.checkout-page__right{position:sticky;top:24px;margin-top:16px;width:100%}@media(max-width:992px){.checkout-page__right{position:static;margin-top:0;order:-1}}.checkout-page__field{display:flex;flex-direction:column}.checkout-page__label{font-size:14px;font-weight:500;margin-bottom:8px;letter-spacing:.14px;text-transform:uppercase;color:#111c}@media(max-width:468px){.checkout-page__label{font-size:13px;margin-bottom:6px}}.checkout-page__label.top{margin-top:auto}.checkout-page__input{width:100%;padding:12px 16px;font-size:16px;border:1px solid rgba(17,17,17,.15);transition:border .3s;color:#111}@media(max-width:468px){.checkout-page__input{font-size:14px;padding:12px 14px}}.checkout-page__input:hover{border-color:#111}.checkout-page__input:-webkit-autofill,.checkout-page__input:-webkit-autofill:hover,.checkout-page__input:-webkit-autofill:focus,.checkout-page__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px white inset!important;-webkit-text-fill-color:#111!important;transition:background-color 5000s ease-in-out 0s}.checkout-page__input--error{border-color:#e53e3e}.checkout-page__input--error:focus{border-color:#e53e3e}.checkout-page__input::placeholder{color:#1116}.checkout-page__textarea{resize:none;min-height:140px;max-height:140px}.checkout-page__error{display:block;font-size:12px;color:#e53e3e;margin-top:5px}.search-result__header{max-width:860px;margin:0 auto 36px}@media(max-width:1100px){.search-result__header{max-width:720px}}.search-overlay__backdrop{position:fixed;inset:0;background:#1111114d;z-index:100}.search-overlay__panel{position:fixed;top:0;left:0;right:0;z-index:101;background:#fff;padding:28px 0 58px;min-height:210px;max-height:86vh;overflow-y:auto;box-shadow:0 8px 32px #1111111a}@media(max-width:1100px){.search-overlay__panel{max-height:88vh}}@media(max-width:992px){.search-overlay__panel{padding-bottom:44px}}@media(max-width:768px){.search-overlay__panel{padding-top:18px}}@media(max-width:768px){.search-overlay__panel .container--padding{padding:0 20px}}@media(max-width:468px){.search-overlay__panel .container--padding{padding:0 16px}}.search-overlay__panel::-webkit-scrollbar{width:5px}.search-overlay__panel::-webkit-scrollbar-thumb{border:3px solid rgba(17,17,17,.6)}.search-overlay__inner{display:flex;flex-direction:column;gap:34px}@media(max-width:992px){.search-overlay__inner{gap:28px}}.search-overlay__top{display:flex;flex-direction:column;gap:40px;max-width:876px;width:100%;margin:0 auto}@media(max-width:1100px){.search-overlay__top{max-width:720px}}@media(max-width:920px){.search-overlay__top{max-width:630px}}@media(max-width:768px){.search-overlay__top{max-width:100%;margin-bottom:-30px}}.search-overlay__field{display:flex;align-items:center;gap:12px;background:#1111110f;border:1px solid #EAE7E7;padding:14px 20px;transition:background-color .3s,border .3s}@media(max-width:468px){.search-overlay__field{padding:14px 16px}}.search-overlay__field:hover{border-color:#11111180}.search-overlay__input{flex:1;border:none;background:transparent;font-size:18px;letter-spacing:-.36px;outline:none;color:#111}@media(max-width:768px){.search-overlay__input{font-size:16px}}.search-overlay__input::placeholder{color:#111111b3}.search-overlay__icon-btn{display:flex;justify-content:center;align-items:center}.search-overlay__icon-btn:hover svg path{fill-opacity:1}.search-overlay__icon-btn svg path{fill-opacity:.7}.search-overlay__hint{font-size:18px;letter-spacing:-.36px;font-weight:400;margin-bottom:10px;color:#111c;text-align:center}@media(max-width:768px){.search-overlay__hint{font-size:16px;margin-bottom:24px}}.search-overlay__close{display:flex;justify-content:center;align-items:center;position:absolute;top:50px;right:40px;width:38px;height:38px;transform:translateY(-50%);transition:transform .3s}@media(max-width:1200px){.search-overlay__close{right:20px;top:40px}}@media(max-width:920px){.search-overlay__close{right:5px;top:34px}}@media(max-width:768px){.search-overlay__close{position:static;transform:none;margin-left:auto;margin-bottom:-14px}}.search-overlay__close:hover{transform:translateY(-50%) rotate(90deg)}@media(max-width:768px){.search-overlay__close:hover{transform:translateY(0) rotate(-180deg)}}@media(max-width:768px){.search-overlay__close svg{width:32px;height:32px}}.search-overlay__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:-20px}@media(max-width:1200px){.search-overlay__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:920px){.search-overlay__grid{gap:24px 18px}}@media(max-width:700px){.search-overlay__grid{grid-template-columns:repeat(2,1fr);gap:20px 16px}}.search-overlay__more{display:flex;justify-content:center;align-items:center}.search-overlay__btn{margin-top:32px;padding:14px 22px;border:1px solid rgba(17,17,17,.2)}@media(max-width:610px){.search-overlay__btn{font-size:14px;padding:14px 18px}}
