.filter-drawer{z-index:20;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#ffffffb2;animation:.3s linear both filter-drawer-fade;display:flex;position:fixed;inset:0}@keyframes filter-drawer-fade{0%{opacity:0}to{opacity:1}}.filter-drawer__panel{flex-direction:column;flex:0 0 500px;max-width:100%;height:100%;margin-left:auto;padding:40px;animation:.7s cubic-bezier(.16,1,.3,1) both filter-drawer-panel-drop;display:flex;position:relative;overflow-y:auto}@keyframes filter-drawer-panel-drop{0%{opacity:0;transform:translateY(-48px)}to{opacity:1;transform:translateY(0)}}.filter-drawer__stagger{animation:.65s cubic-bezier(.34,2.4,.64,1) both filter-drawer-item-drop}@keyframes filter-drawer-item-drop{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.filter-drawer__header{justify-content:flex-end;align-items:center;gap:16px;margin-bottom:32px;display:flex}.filter-drawer__title{letter-spacing:3%;text-transform:uppercase;font-size:14px;font-weight:400;line-height:120%}.filter-drawer__close{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.filter-drawer__close img{width:100%;height:100%}.filter-drawer__clear-all-text,.filter-drawer__chip-text{animation:.4s cubic-bezier(.34,1.56,.64,1) filter-drawer-text-pop;display:inline-block}@keyframes filter-drawer-text-pop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.filter-drawer__clear-all{color:#fff;letter-spacing:3%;text-transform:uppercase;background-color:#1c1c1c;width:fit-content;margin-bottom:40px;padding:15px;font-size:14px;font-weight:400;line-height:120%}.filter-drawer__group{border-bottom:1px solid #1c1c1c14;margin-bottom:32px;padding-bottom:32px}.filter-drawer__group:last-child{border-bottom:none;margin-bottom:0}.filter-drawer__group-title{margin-bottom:16px;font-size:16px;font-weight:400;line-height:140%}.filter-drawer__checkbox-list{flex-direction:column;gap:16px;display:flex}.filter-drawer__checkbox{cursor:pointer;align-items:center;gap:12px;display:flex}.filter-drawer__checkbox-input{opacity:0;width:1px;height:1px;position:absolute}.filter-drawer__checkbox-box{background-color:#fff;border:1px solid #1c1c1c;flex-shrink:0;width:18px;height:18px}.filter-drawer__checkbox-input:checked+.filter-drawer__checkbox-box{background-color:#1c1c1c}.filter-drawer__checkbox-label{letter-spacing:5%;text-transform:uppercase;font-size:13px;font-weight:400;line-height:120%}.filter-drawer__chips{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.filter-drawer__chip{color:#1c1c1c66;letter-spacing:5%;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #1c1c1c33;padding:12px;font-size:13px;font-weight:400;line-height:120%;transition:background-color .15s,border-color .15s,color .15s}.filter-drawer__chip--active{color:#fff;background-color:#1c1c1c;border-color:#1c1c1c}.filter-drawer__search{border:1px solid #1c1c1c33;border-radius:24px;align-items:center;gap:12px;padding:12px 16px;display:flex}.filter-drawer__search-icon{flex-shrink:0;width:18px;height:18px}.filter-drawer__search-input{color:#1c1c1c;background:0 0;border:none;width:100%;font-size:14px;font-weight:400;line-height:120%}.filter-drawer__price-range{align-items:center;gap:12px;display:flex}.filter-drawer__price-sep{background-color:#1c1c1c33;flex-shrink:0;width:12px;height:1px}.filter-drawer__price-input{color:#1c1c1c;border:1px solid #1c1c1c33;border-radius:24px;width:100%;min-width:0;padding:12px 16px;font-size:14px;font-weight:400;line-height:120%}.filter-drawer__price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.filter-drawer__price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.filter-drawer__apply{color:#fff;width:100%;letter-spacing:3%;text-transform:uppercase;text-align:center;background-color:#1c1c1c;margin-top:auto;padding:18px 16px;font-size:14px;font-weight:400;line-height:120%;display:block}@media (max-width:756px){.filter-drawer__panel{flex:0 0 100%;width:100%;padding:24px 16px 32px}.filter-drawer__apply{padding-bottom:calc(18px + env(safe-area-inset-bottom))}}
.catalog__hero{margin:148px 40px 70px}.catalog__hero-inner{justify-content:space-between;gap:121px;margin-top:32px;display:flex}.catalog__hero-content{flex-direction:column;gap:16px;display:flex}.catalog__hero-title{text-transform:uppercase;font-family:Turismo CF;font-size:24px;font-weight:300;line-height:120%}.catalog__hero-text{font-size:16px;font-weight:400;line-height:140%}.catalog__hero-actions{align-items:flex-start;gap:16px;display:flex}.catalog__hero-action,.catalog__featured-tag{align-items:center;display:flex}.catalog__hero-action{border:1px solid #1c1c1c;gap:8px;width:max-content;padding:10px 20px}.catalog__hero-action-icon{width:20px;height:20px}.catalog__hero-action-text{letter-spacing:3%;text-transform:uppercase;font-size:14px;font-weight:400;line-height:120%;animation:.4s cubic-bezier(.34,1.56,.64,1) catalog-action-text-pop;display:inline-block}@keyframes catalog-action-text-pop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.catalog-sort{position:relative}.catalog-sort__menu{z-index:5;min-width:260px;position:absolute;top:calc(100% + 8px);left:0}.catalog-sort__item{-webkit-backdrop-filter:blur(4.1px);backdrop-filter:blur(4.1px);background-color:#fafafa85;border-bottom:1px solid #1c1c1c14;padding:16px 20px;animation:.65s cubic-bezier(.34,2.4,.64,1) both catalog-sort-item-drop}.catalog-sort__item:last-child{border-bottom:none}@keyframes catalog-sort-item-drop{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.catalog-sort__option{text-align:left;cursor:pointer;width:100%;letter-spacing:5%;text-transform:uppercase;color:#1c1c1c80;background:0 0;border:none;padding:0;font-size:14px;font-weight:300;line-height:140%}.catalog-sort__option--active{color:#1c1c1c}.catalog__products{margin:0 40px 120px}.catalog__category-nav.category-nav{box-sizing:border-box;background-color:#0000;margin:0 0 40px;padding:0 40px}.catalog__category-nav .category-nav__list{background-color:#f3f3f3;padding:20px 32px}.catalog__featured{margin:0 40px 56px}.catalog__featured-list{grid-template-columns:repeat(2,1fr);gap:24px;height:clamp(664px,55.35vw,838px);display:grid}.catalog__featured-card{height:100%;display:block;position:relative;overflow:hidden}.catalog__featured-item{min-height:0}.catalog__featured-image{object-fit:cover}.catalog__featured-content{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#ffffff26;flex-direction:column;gap:22px;padding:20px 28px;display:flex;position:absolute}.catalog__featured-content--bottom{bottom:0;left:0;right:0}.catalog__featured-content--top{top:0;left:0;right:0}.catalog__featured-header,.catalog__featured-footer{justify-content:space-between;align-items:center;display:flex}.catalog__featured-header{color:#fff;padding:3px 0}.catalog__featured-title{text-transform:uppercase;font-family:Turismo CF;font-size:16px;font-weight:400;line-height:160%}.catalog__featured-volumes{flex:none;grid-template-columns:repeat(2,max-content);gap:8px 24px;display:grid}.catalog__featured-volume{color:#ffffff80;letter-spacing:5%;border-bottom:1px solid #0000;font-size:13px;font-weight:400;line-height:120%}.catalog__featured-volume--active{color:#fff;border-bottom:1px solid #fff}.catalog__featured-price{color:#fff;text-align:justify;font-size:14px;font-weight:400;line-height:150%}.catalog__featured-tag{background-color:#c2f7504d;gap:10px;padding:6px 8px}.catalog__featured-tag-icon{width:24px;height:15px}.catalog__featured-tag-text{letter-spacing:-2%;text-transform:uppercase;font-size:13px;font-weight:400;line-height:120%}.catalog__more-products{flex-direction:column;gap:80px;margin:56px 40px 80px;display:flex}@media (max-width:1200px){.catalog__hero{margin:140px 24px 70px}.catalog__hero-inner{gap:60px}.catalog__hero-title{font-size:20px}.catalog__hero-text{font-weight:300}.catalog__products{margin:0 24px 120px}.catalog__category-nav.category-nav{margin:0 0 40px;padding:0 24px}.catalog__category-nav .category-nav__list{padding:20px 32px}.catalog__featured{margin:0 24px 80px}.catalog__featured-list{gap:20px;height:auto}.catalog__featured-item{height:600px}.catalog__featured-content{gap:16px;padding:16px 16px 22px}.catalog__featured-header{padding:0}.catalog__featured-title{font-size:14px;line-height:130%}.catalog__featured-price{font-size:16px;line-height:140%}.catalog .seo-section{margin-bottom:48px}}@media (max-width:756px){.catalog{flex-direction:column;margin-top:96px;display:flex}.catalog>*{order:5}.catalog__hero,.catalog__hero-inner,.catalog__products{display:contents}.catalog__hero>.breadcrumbs{order:1;margin:0 16px}.catalog__hero-content{order:1;margin:28px 16px 32px}.catalog__category-nav.category-nav{order:2;margin:0 0 32px;padding:0 16px}.catalog__category-nav .category-nav__list{padding:12px}.catalog__hero-inner{flex-direction:column;gap:32px}.catalog__hero-actions{order:3;width:auto;margin:0 16px 32px}.catalog__products>.product-grid{order:5;width:auto;margin:0 16px 80px}.catalog__hero-action{justify-content:center;align-items:center;width:100%}.catalog-sort{width:100%}.catalog-sort__menu{width:auto;left:0;right:0}.catalog__more-products{display:none}.catalog__featured{margin:0 16px 80px}.catalog__featured-list{grid-template-columns:1fr;gap:20px;height:auto;display:grid}.catalog__hero-title{font-size:16px}.catalog__hero-text{font-size:14px}.catalog .quiz__inner{margin-bottom:40px}.catalog .seo-section{margin-bottom:32px}}
