@charset "UTF-8";.categories{padding:30px 0;-ms-overflow-style:none;scrollbar-width:none;gap:40px}.categories .categories__item{display:flex;flex-direction:column;align-items:center;color:#000;text-decoration:none;justify-content:center;gap:10px;text-align:center;width:100%}.categories .categories__item .categories__image{width:70px;height:70px;background-color:rgba(172,0,0,.05);padding:10px;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:.3s}.categories .categories__item .categories__image img{width:60%;animation:category 1s infinite}@keyframes category{0%{transform:scale(1)}50%{transform:scale(1.05)}}.categories .categories__item .categories__image:hover{background-color:#ffb6c1;cursor:pointer}.categories .categories__item .categories__title{display:inline-block;font-size:12px;word-break:break-all}.products{padding:28px 0 38px}.products__header{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.products__title{color:#171719;font-size:clamp(22px,2.4vw,32px);font-weight:800;line-height:1.12;letter-spacing:-.03em}.products__read-more{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #dfdfe3;border-radius:9px;padding:0 12px;background:#fff;color:#5a0000;font-size:11px;font-weight:750;text-decoration:none;white-space:nowrap;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.products__read-more svg{transition:transform .16s ease}.products__read-more:hover{border-color:rgba(172,0,0,.32);background:#fff0f0;color:#8f0000}.products__read-more:hover svg{transform:translateX(2px)}.products__read-more:active{transform:scale(.97)}.products__read-more:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.home-products-grid,.products__items,.products__skeleton,.search-results-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px}.product-skeleton{overflow:hidden;border:1px solid #e8e8eb;border-radius:14px}.product-skeleton>span{height:166px;display:block;background:#eeeeef}.product-skeleton>div{display:flex;flex-direction:column;gap:9px;padding:14px}.product-skeleton>div i{height:8px;display:block;border-radius:999px;background:#eeeeef}.product-skeleton>div i:first-child{width:42%}.product-skeleton>div i:nth-child(2){width:92%}.product-skeleton>div i:nth-child(3){width:61%}@media(prefers-reduced-motion:no-preference){.product-skeleton{animation:product-skeleton-pulse .9s ease-in-out infinite alternate}}@keyframes product-skeleton-pulse{to{opacity:.48}}.products__empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-top:1px solid #e7e7ea;color:#73737a;text-align:center}.products__empty svg{color:#ac0000}.products__empty strong{color:#2b2b2e;font-size:14px}.product-card{min-width:0;position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e3e3e7;border-radius:14px;background:#fff;-webkit-tap-highlight-color:rgba(172,0,0,.08);touch-action:manipulation;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-card:hover{border-color:#c7c7cd;box-shadow:0 10px 26px rgba(35,35,38,.07);transform:translateY(-2px)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__media{height:166px;position:relative;display:grid;place-items:center;overflow:hidden;background:#f7f7f8}.product-card__media-link{width:100%;height:100%;position:relative;display:grid;place-items:center;color:#85858c}.product-card__media-link:focus-visible{outline:3px solid rgba(172,0,0,.24);outline-offset:-3px}.product-card__media-link:active{transform:scale(.985)}.product-card__media-link img{width:auto;height:auto;max-width:80%;max-height:80%;position:absolute;inset:0;display:block;margin:auto;object-fit:contain;object-position:center;mix-blend-mode:multiply;transition:transform .2s ease,filter .2s ease,opacity .2s ease}.product-card__media-link img.is-unavailable{filter:grayscale(1);opacity:.6}.product-card__badge{position:absolute;top:10px;left:10px;z-index:2;border-radius:999px;padding:5px 8px;background:#ac0000;color:#fff;font-size:8px;font-weight:800;line-height:1;text-transform:uppercase}.product-card__favorite{width:32px;height:32px;position:absolute;top:8px;right:8px;z-index:3;display:grid;place-items:center;border:1px solid #dedee2;border-radius:50%;padding:0;background:hsla(0,0%,100%,.95);color:#303034;cursor:pointer;transition:color .16s ease,transform .16s ease,background-color .16s ease}.product-card__favorite:hover{background:#fff;color:#ac0000}.product-card__favorite.is-active{color:#ac0000}.product-card__favorite:active{transform:scale(.94)}.product-card__favorite:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.product-card__content{flex:1 1;display:flex;flex-direction:column;padding:13px}.product-card__content h3{min-height:36px;margin-top:6px;display:-webkit-box;overflow:hidden;font-size:13px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__content h3 a{color:#171719;text-decoration:none}.product-card__content h3 a:after{position:absolute;inset:0;z-index:1;content:""}.product-card__content h3 a:focus-visible{outline:3px solid rgba(172,0,0,.2);outline-offset:2px}.product-card__meta{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:7px;color:#77777e;font-size:8px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.product-card__meta>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__rating{flex:0 0 auto;display:inline-flex;align-items:center;gap:3px;color:#5c5c62;letter-spacing:0}.product-card__rating svg{color:#ac0000}.product-card__stock{margin-top:7px;color:#ac0000;font-size:9px}.product-card__stock.is-available{color:#23663f}.product-card__footer{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:13px}.product-card__price{min-width:0}.product-card__price del,.product-card__price strong{display:block;white-space:nowrap}.product-card__price del{color:#85858c;font-size:8px}.product-card__price strong{margin-top:2px;color:#171719;font-size:11px}.product-card__add{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:50%;padding:0;background:#ac0000;color:#fff;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.product-card__add:hover:not(:disabled){background:#8f0000}.product-card__add:active:not(:disabled){transform:scale(.94)}.product-card__add:disabled{opacity:.34;cursor:not-allowed}.product-card__add:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.product-card__quantity{height:38px;flex:0 0 auto;display:grid;grid-template-columns:32px minmax(25px,auto) 32px;align-items:center;overflow:hidden;border:1px solid #dedee2;border-radius:999px;background:#fff}.product-card__quantity button{width:32px;height:36px;display:grid;place-items:center;border:0;padding:0;background:transparent;color:#171719;font-size:17px;cursor:pointer}.product-card__quantity button:hover:not(:disabled){background:#fff5f5;color:#ac0000}.product-card__quantity button:active:not(:disabled){transform:scale(.9)}.product-card__quantity button:disabled{opacity:.3;cursor:not-allowed}.product-card__quantity button:focus-visible{outline:2px solid rgba(172,0,0,.3);outline-offset:-2px}.product-card__quantity>strong{min-width:25px;color:#171719;font-size:10px;text-align:center}.products-pagination{min-height:74px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:8px 0 34px}.products-pagination__button{min-width:190px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #171719;border-radius:10px;padding:0 18px;background:#171719;color:#fff;font-size:12px;font-weight:750;line-height:1;white-space:nowrap;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .16s ease,opacity .16s ease}.products-pagination__button:hover:not(:disabled){border-color:#ac0000;background:#ac0000}.products-pagination__button:active:not(:disabled){transform:scale(.98)}.products-pagination__button:disabled{opacity:.66;cursor:wait}.products-pagination__button:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.products-pagination__spinner{animation:products-pagination-spin .7s linear infinite}@keyframes products-pagination-spin{to{transform:rotate(1turn)}}.products-pagination__message{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#73737a;font-size:11px;line-height:1.4;text-align:center}.products-pagination__message.is-error{color:#8f0000}@media(max-width:1180px){.home-products-grid,.products__items,.products__skeleton,.search-results-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.home-products-grid,.products__items,.products__skeleton,.search-results-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:620px){.products{padding:20px 0 28px}.products__header{align-items:flex-start;margin-bottom:10px}.products__title{font-size:20px}.products__read-more{min-height:36px;padding-inline:10px;font-size:10px}.home-products-grid,.products__items,.products__skeleton,.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card__media,.product-skeleton>span{height:132px}.product-card__content{padding:10px}.product-card__content h3{min-height:32px;font-size:11px}.product-card__price strong{font-size:9px}.product-card__quantity{height:36px;grid-template-columns:29px minmax(22px,auto) 29px}.product-card__quantity button{width:29px;height:34px}.product-card__quantity>strong{min-width:22px}.product-card__add{width:36px;height:36px}.products-pagination{padding-bottom:24px}.products-pagination__button{width:min(100%,280px);min-height:46px}}@media(max-width:390px){.product-card__footer:has(.product-card__quantity){align-items:stretch;flex-direction:column}.product-card__quantity{width:100%;grid-template-columns:1fr 24px 1fr}.product-card__quantity button{width:100%}}@media(prefers-reduced-motion:reduce){.product-card,.product-card button,.product-card__media img,.products-pagination__button,.products__read-more{transition-duration:.01ms!important}.products-pagination__spinner{animation:none}}.services{padding:30px 0}.services .services__item{text-decoration:none;color:#000;border:.5px solid #d3d3d3;padding:30px 10px;display:flex;flex-direction:column;gap:30px;text-align:center;justify-content:space-between;cursor:-webkit-grab;cursor:grab;transition:all .3s;box-sizing:border-box;margin:1px 4px;min-height:250px}.services .services__item:hover{outline:1px solid #ac0000}.services .services__item:hover .services__info i{color:#ac0000;transform:scale(1.1)}.services .services__item .services__info{display:flex;flex-direction:column;gap:10px}.services .services__item .services__info i{font-size:50px;color:gray;transition:all .3s}.services .services__item .services__info h1{font-size:21px}.services .services__item .services__description{font-size:14px;font-weight:300}.services .services__item_link{cursor:pointer}.services .services__item_link h1{text-decoration:underline}.about{padding:30px 0;display:flex;flex-direction:column;gap:20px}.about ul{line-height:40px;position:relative;left:20px}.about .about__title{font-size:26px}.about .about__subtitle{font-size:20px}.about .about__contents{display:flex;flex-direction:column;gap:20px}.about .about__contents .about__content{font-size:14px}.sidebar{width:100%;height:100dvh;position:fixed;inset:0;z-index:30;display:none;background:rgba(24,24,27,.42);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sidebar__box{width:min(390px,100vw - 24px);height:100dvh;position:relative;display:flex;flex-direction:column;background:#fff;box-shadow:18px 0 50px rgba(20,20,23,.18)}.sidebar__name{min-height:76px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8e8eb;padding:8px 14px 8px 16px}.sidebar__logo{width:112px}.sidebar__close{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:9px;padding:0;background:#f1f1f3;color:#3f3f44;cursor:pointer}.sidebar__close:hover{background:#fff0f0;color:#ac0000}.sidebar__close:active{transform:scale(.94)}.sidebar__close:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.sidebar__items{flex:1 1;overflow-y:auto;overscroll-behavior:contain;padding:12px}.sidebar_active{display:block}.sidebar_active .sidebar__box{animation:sidebar-in .24s ease-out both}.sidebar_active .sidebar_hide{animation:sidebar-out .24s ease-in both}@keyframes sidebar-in{0%{transform:translateX(-100%)}}@keyframes sidebar-out{to{transform:translateX(-100%)}}.menu-content{display:flex;flex-direction:column;gap:3px}.menu-content__link{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:10px;padding:0 11px;background:transparent;color:#333338;font-size:12px;text-decoration:none;text-align:left;cursor:pointer}.menu-content__link>svg{color:#9a9aa0}.menu-content__link:hover{background:#f5f5f7}.menu-content__link:hover .menu-content__link-left>svg,.menu-content__link:hover>svg{color:#ac0000}.menu-content__link:active{transform:scale(.99)}.menu-content__link:focus-visible{outline:3px solid rgba(172,0,0,.2);outline-offset:1px}.menu-content__link-left{min-width:0;display:flex;align-items:center;gap:11px}.menu-content__link-left>svg{flex:0 0 auto;color:#6e6e75}.menu-content__link-left>span{overflow:hidden;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.sidebar-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.sidebar-categories__item{min-width:0;min-height:76px;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;border:1px solid #e5e5e8;border-radius:11px;padding:8px;background:#fff;color:#2f2f33;text-decoration:none}.sidebar-categories__item img{width:48px;height:48px;display:block;border-radius:8px;object-fit:contain;background:#f7f7f8}.sidebar-categories__item p{min-width:0;display:-webkit-box;overflow:hidden;font-size:10px;font-weight:700;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sidebar-categories__item:hover{border-color:rgba(172,0,0,.34);background:#fff8f8;color:#ac0000}.sidebar-categories__item:active{transform:scale(.98)}.sidebar-categories__item:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}@media(max-width:390px){.sidebar-categories{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.sidebar_active .sidebar__box,.sidebar_active .sidebar_hide{animation-duration:.01ms}}.srm-modal-content{overflow:hidden;border-radius:16px;box-shadow:0 26px 80px rgba(20,20,23,.22)}.srm-modal-backdrop{background:rgba(24,24,27,.42)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.modal__content{width:min(100vw - 28px,520px);max-width:520px;max-height:min(88dvh,720px);overflow-y:auto;padding:22px;background:#fff;color:#171719;box-sizing:border-box}.modal__content .modal__logo{width:118px;margin:-8px auto -4px}.modal__content form{display:flex;flex-direction:column;gap:11px}.modal__content h1{margin-bottom:3px;font-size:24px;line-height:1.1;letter-spacing:-.03em;text-align:center}.modal__content label{display:flex;flex-direction:column;gap:6px;color:#4f4f55;font-size:10px;font-weight:700}.modal__content label>span{display:block}.modal__content input{width:100%;min-height:42px;border:1px solid #d7d7dc;border-radius:9px;padding:0 12px;background:#fff;color:#171719;font-size:12px;box-sizing:border-box;outline:0}.modal__content input::placeholder{color:#707077}.modal__content input:focus{border-color:#8f8f96;box-shadow:0 0 0 3px rgba(23,23,25,.06)}.modal__content input:disabled{background:#f3f3f5;color:#6e6e75}.modal__content .buttons{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:4px}.modal__switch{align-self:flex-start;padding:2px 0;background:transparent;color:#ac0000;font-weight:700;text-decoration:underline;text-underline-offset:3px}.modal__button,.modal__switch{border:0;font-size:10px;cursor:pointer}.modal__button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:0 13px;font-weight:750;white-space:nowrap}.modal__button:active{transform:scale(.97)}.modal__button:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.modal__button--primary{background:#171719;color:#fff}.modal__button--primary:hover{background:#ac0000}.modal__button--secondary{background:#f1f1f3;color:#3f3f44}.modal__button--secondary:hover{background:#e5e5e8}@media(max-width:620px){.modal__content{width:min(100vw - 20px,440px);padding:18px 14px}.modal__content .buttons{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.modal__button{transition-duration:.01ms!important}}.cart{padding-bottom:46px}.cart__items{display:flex;flex-direction:column;gap:10px}.cart-item{min-height:118px;display:grid;grid-template-columns:96px minmax(0,1fr) auto minmax(135px,auto) 38px;align-items:center;grid-gap:18px;gap:18px;border:1px solid #e3e3e7;border-radius:14px;padding:10px 12px 10px 10px;background:#fff}.cart-item__image{width:96px;height:96px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#f7f7f8}.cart-item__image img{width:auto;height:auto;max-width:82%;max-height:82%;object-fit:contain;mix-blend-mode:multiply}.cart-item__image:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.cart-item__details{min-width:0}.cart-item__details>span{color:#77777e;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.cart-item__details h2{max-width:520px;margin-top:6px;font-size:14px;line-height:1.35}.cart-item__details h2 a{color:#171719;text-decoration:none}.cart-item__unit-price{display:flex;align-items:center;gap:7px;margin-top:8px;font-size:10px}.cart-item__unit-price del{color:#8a8a91}.cart-item__unit-price strong{color:#4a4a50}.cart-item__quantity{height:38px;display:grid;grid-template-columns:34px minmax(28px,auto) 34px;align-items:center;overflow:hidden;border:1px solid #dedee2;border-radius:999px}.cart-item__quantity button{width:34px;height:36px;display:grid;place-items:center;border:0;padding:0;background:transparent;color:#171719;cursor:pointer}.cart-item__quantity button:hover:not(:disabled){background:#fff5f5;color:#ac0000}.cart-item__quantity button:active:not(:disabled){transform:scale(.9)}.cart-item__quantity button:disabled{opacity:.28;cursor:not-allowed}.cart-item__quantity button:focus-visible{outline:2px solid rgba(172,0,0,.28);outline-offset:-2px}.cart-item__quantity strong{min-width:28px;font-size:11px;text-align:center}.cart-item__total{color:#171719;font-size:13px;text-align:right;white-space:nowrap}.cart-item__remove{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:9px;padding:0;background:#f4f4f6;color:#6c6c73;cursor:pointer}.cart-item__remove:hover{background:#fff0f0;color:#ac0000}.cart-item__remove:active{transform:scale(.94)}.cart-item__remove:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.cart>.cart__total{position:-webkit-sticky;position:sticky;bottom:12px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #dedee2;border-radius:14px;margin-top:18px;padding:14px 16px;background:hsla(0,0%,100%,.96);box-shadow:0 14px 36px rgba(28,28,31,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cart>.cart__total .cart__total-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;color:#171719;font-size:14px}.cart>.cart__total .cart__total-price span{font-size:18px}.cart>.cart__total .cart__total-price_discounted .cart__real-total{color:#8a8a91;font-size:10px;text-decoration:line-through}.cart>.cart__total .cart__total-price_discounted .cart__discounted-total{color:#23663f}.cart>.cart__total button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;padding:0 16px;background:#171719;color:#fff;font-size:12px;font-weight:750;white-space:nowrap;cursor:pointer}.cart>.cart__total button:hover{background:#ac0000}.cart>.cart__total button:active{transform:scale(.98)}.cart>.cart__total button:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.cart-loading{min-height:54dvh;display:flex;flex-direction:column;gap:10px;padding-top:28px}.cart-loading span{height:118px;border-radius:14px;background:#eeeeef}@media(prefers-reduced-motion:no-preference){.cart-loading span{animation:cart-skeleton-pulse .9s ease-in-out infinite alternate}}@keyframes cart-skeleton-pulse{to{opacity:.45}}@media(max-width:820px){.cart-item{grid-template-columns:82px minmax(0,1fr) auto 36px;gap:12px}.cart-item__image{width:82px;height:82px}.cart-item__total{grid-column:3;grid-row:2}.cart-item__remove{grid-column:4;grid-row:1/span 2}}@media(max-width:620px){.cart{padding-bottom:92px}.cart-item{min-height:108px;grid-template-columns:76px minmax(0,1fr) 34px;grid-template-rows:auto auto;align-items:start;gap:8px 10px;padding:9px}.cart-item__image{width:76px;height:76px;grid-row:1/span 2}.cart-item__details{padding-top:3px}.cart-item__details h2{font-size:11px}.cart-item__unit-price{font-size:9px}.cart-item__quantity{height:34px;grid-column:2;grid-row:2;justify-self:start;grid-template-columns:30px 24px 30px}.cart-item__quantity button{width:30px;height:32px}.cart-item__quantity strong{min-width:24px}.cart-item__total{display:none}.cart-item__remove{width:34px;height:34px;grid-column:3;grid-row:1}.cart>.cart__total{position:fixed;right:10px;bottom:76px;left:10px;margin:0;padding:11px 12px}.cart>.cart__total .cart__total-price{font-size:10px}.cart>.cart__total .cart__total-price span{font-size:13px}.cart>.cart__total button{min-height:40px;padding:0 12px;font-size:10px}}@media(prefers-reduced-motion:reduce){.cart-item button,.cart>.cart__total button{transition-duration:.01ms!important}}.order-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:20px;text-align:center}.order-empty>i{font-size:60px;color:#ddd}.order-empty p{font-size:18px;color:#888}.order-empty .order-empty__btn{background-color:#000;color:#fff;border-radius:10px;border:none;transition:.3s;position:relative;text-decoration:none;padding:12px 30px;font-size:16px}.order-empty .order-empty__btn:hover{background-color:#ac0000;cursor:pointer;color:#fff}.order-empty .order-empty__btn:active{transform:scale(.97)}.order-page{padding:0 0 60px}.order-page .order-page__title{display:flex;align-items:center;gap:12px;font-size:28px;font-weight:700;margin-bottom:24px;color:#000}.order-page .order-page__title i{font-size:24px;color:#ac0000}.order-page .order-page__layout{display:flex;gap:22px;align-items:flex-start}.order-page .order-page__left{flex:1 1;display:flex;flex-direction:column;gap:20px;min-width:0}.order-page .order-page__right{width:380px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:20px}.order-page__form{margin-top:20px}.order-form-alert{min-height:46px;display:flex;align-items:center;gap:9px;border:1px solid rgba(172,0,0,.3);border-radius:12px;margin-bottom:14px;padding:10px 13px;background:#fff4f4;color:#7b0000;font-size:14px;font-weight:650;line-height:1.4}.order-form-alert svg{flex:0 0 auto;color:#ac0000}[data-order-field]{scroll-margin-top:24px}.order-card--invalid{border-color:rgba(172,0,0,.58);box-shadow:0 0 0 3px rgba(172,0,0,.08)}.order-card--invalid .order-radio:not(.order-radio--active){border-color:rgba(172,0,0,.28)}.order-field--invalid .order-input{border-color:#ac0000;background:#fff9f9;box-shadow:0 0 0 3px rgba(172,0,0,.08)}.order-field__error{display:flex;align-items:center;gap:6px;margin-top:1px;color:#9d0000;font-size:13px;font-weight:650;line-height:1.4}.order-delivery-details{margin-top:14px;border:1px solid #e1e1e5;border-radius:12px;padding:13px;background:#f8f8f9}.order-delivery-details__header{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px}.order-delivery-details__header>div{min-width:0}.order-delivery-details__header small{display:block;color:#73737a;font-size:9px;font-weight:700;line-height:1.2}.order-delivery-details__header h3{margin-top:3px;color:#262629;font-size:13px;line-height:1.25}.order-delivery-details__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#fff;color:#ac0000;box-shadow:inset 0 0 0 1px #e5e5e8}.order-delivery-details__price{min-height:30px;display:inline-flex;align-items:center;border-radius:8px;padding:0 9px;background:#fff;color:#23663f;font-size:10px;white-space:nowrap;box-shadow:inset 0 0 0 1px #e2e2e5}.order-delivery-details__copy{margin-top:11px;border-top:1px solid #e4e4e7;padding-top:10px;color:#5b5b62;font-size:11px;line-height:1.55}.order-delivery-details__copy ol,.order-delivery-details__copy p,.order-delivery-details__copy ul{margin:0}.order-delivery-details__copy li+li,.order-delivery-details__copy p+p{margin-top:6px}.order-delivery-details__copy ol,.order-delivery-details__copy ul{padding-left:17px}.order-delivery-details__copy big{font-size:inherit}.order-delivery-details__locations{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.order-delivery-details__empty{display:flex;align-items:center;gap:7px;margin-top:12px;color:#6f6f76;font-size:11px}.pickup-location{min-width:0;display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;border:1px solid #e2e2e5;border-radius:11px;padding:7px;background:#fff}.pickup-location__media{width:68px;height:68px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:#f3f3f5;color:#8a8a91}.pickup-location__media img{width:100%;height:100%;display:block;object-fit:cover}.pickup-location__content{min-width:0}.pickup-location__content h4{overflow:hidden;color:#242427;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.pickup-location__content>p{display:-webkit-box;overflow:hidden;margin-top:4px;color:#6b6b72;font-size:10px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pickup-location__meta{display:flex;align-items:center;flex-wrap:wrap;gap:5px 10px;margin-top:7px}.pickup-location__meta a,.pickup-location__meta span{display:inline-flex;align-items:center;gap:4px;color:#55555c;font-size:9px;text-decoration:none}.pickup-location__meta svg{flex:0 0 auto;color:#ac0000}.pickup-location__meta a:hover{color:#ac0000}.pickup-location__route{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #dedee2;border-radius:9px;padding:0 9px;background:#fff;color:#5a0000;font-size:9px;font-weight:700;text-decoration:none;white-space:nowrap;touch-action:manipulation}.pickup-location__route:hover{border-color:rgba(172,0,0,.32);background:#fff5f5;color:#ac0000}.pickup-location__route:active{transform:scale(.97)}.pickup-location__route:focus-visible{outline:3px solid rgba(172,0,0,.2);outline-offset:2px}.order-card{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}.order-card .order-card__header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #f0f0f0}.order-card .order-card__header .order-card__step{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ac0000;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.order-card .order-card__header .order-card__step svg{display:block}.order-card .order-card__header h2{font-size:18px;font-weight:600;color:#000;margin:0}.order-card .order-card__body{padding:20px}.order-radio-group{display:flex;flex-direction:column;gap:10px}.order-radio{position:relative;display:flex;align-items:center;gap:14px;padding:14px 16px;border:1.5px solid #e8e8e8;border-radius:12px;cursor:pointer;transition:all .2s}.order-radio input[type=radio]{position:absolute;opacity:0;pointer-events:none}.order-radio:focus-within{outline:3px solid rgba(172,0,0,.18);outline-offset:2px}.order-radio .order-radio__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#f5f5f5;transition:all .2s}.order-radio .order-radio__icon svg{color:#999;transition:color .2s}.order-radio span{font-size:15px;font-weight:500;color:#444}.order-radio:hover{border-color:rgba(172,0,0,.3);background:rgba(172,0,0,.02)}.order-radio.order-radio--active{border-color:#ac0000;background:rgba(172,0,0,.04)}.order-radio.order-radio--active .order-radio__icon{background:#ac0000}.order-radio.order-radio--active .order-radio__icon svg{color:#fff}.order-radio.order-radio--active span{color:#000;font-weight:600}.order-input-group{gap:14px}.order-field,.order-input-group{display:flex;flex-direction:column}.order-field{gap:7px}.order-field>label{color:#4f4f55;font-size:11px;font-weight:700}.order-input{display:flex;align-items:center;gap:12px;border:1.5px solid #e8e8e8;border-radius:12px;padding:0 16px;transition:border-color .2s}.order-input:focus-within{border-color:#ac0000;box-shadow:0 0 0 3px rgba(172,0,0,.08)}.order-input>svg{color:#77777e;flex-shrink:0}.order-input input{flex:1 1;border:none;outline:none;padding:14px 0;font-size:15px;background:transparent;font-family:inherit}.order-input input::placeholder{color:#73737a}.order-input.order-input--textarea{align-items:flex-start}.order-input.order-input--textarea>svg{margin-top:16px}.order-input.order-input--textarea textarea{flex:1 1;border:none;outline:none;padding:14px 0;font-size:15px;resize:vertical;min-height:60px;font-family:inherit;background:transparent}.order-input.order-input--textarea textarea::placeholder{color:#73737a}.order-coupon .order-coupon__label{display:block;margin-bottom:7px;color:#4f4f55;font-size:11px;font-weight:700}.order-coupon .order-coupon__row{display:flex;gap:10px}.order-coupon .order-coupon__input{flex:1 1;border:1.5px solid #e8e8e8;border-radius:12px;padding:12px 16px;font-size:15px;outline:none;transition:border-color .2s;font-family:inherit}.order-coupon .order-coupon__input:focus{border-color:#ac0000;box-shadow:0 0 0 3px rgba(172,0,0,.08)}.order-coupon .order-coupon__input::placeholder{color:#73737a}.order-coupon .order-coupon__btn{padding:12px 24px;background:#000;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.order-coupon .order-coupon__btn:hover{background:#ac0000}.order-coupon .order-coupon__btn--loading,.order-coupon .order-coupon__btn:disabled{opacity:.6;cursor:not-allowed}.order-coupon .order-coupon__error{color:#e74c3c;font-size:13px;margin-top:8px}.order-coupon .order-coupon__success{color:#27ae60;font-size:14px;font-weight:600;margin-top:8px;display:flex;align-items:center;gap:6px}.order-summary__spinner{animation:order-spinner .7s linear infinite}@keyframes order-spinner{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.order-summary__spinner{animation:none}}.order-summary{background:#fff;border:1px solid #eee;border-radius:16px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.order-summary .order-summary__title{font-size:20px;font-weight:700;margin-bottom:16px;color:#000}.order-summary .order-summary__items{display:flex;flex-direction:column;gap:10px;max-height:250px;overflow-y:auto;padding-right:4px}.order-summary .order-summary__items::-webkit-scrollbar{width:4px}.order-summary .order-summary__items::-webkit-scrollbar-track{background:transparent}.order-summary .order-summary__items::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.order-summary .order-summary__item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0}.order-summary .order-summary__item-info{display:flex;align-items:center;gap:8px;min-width:0}.order-summary .order-summary__item-name{font-size:14px;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.order-summary .order-summary__item-qty{font-size:13px;color:#999;white-space:nowrap}.order-summary .order-summary__item-price{font-size:14px;font-weight:600;color:#000;white-space:nowrap}.order-summary .order-summary__divider{height:1px;background:#f0f0f0;margin:14px 0}.order-summary .order-summary__totals{display:flex;flex-direction:column;gap:8px}.order-summary .order-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#666}.order-summary .order-summary__row--discount{color:#27ae60}.order-summary .order-summary__row--discount span:last-child{font-weight:600}.order-summary .order-summary__row--total{font-size:18px;font-weight:700;color:#000;padding-top:4px}.order-summary .order-summary__row--total span:last-child{color:#ac0000}.order-summary .order-summary__actions{display:flex;gap:10px;margin-top:20px}.order-summary .order-summary__btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.order-summary .order-summary__btn--secondary{background:#f5f5f5;color:#555}.order-summary .order-summary__btn--secondary:hover{background:#eee}.order-summary .order-summary__btn--primary{background:#ac0000;color:#fff}.order-summary .order-summary__btn--primary:hover{background:#830000;transform:translateY(-1px);box-shadow:0 4px 12px rgba(172,0,0,.3)}.order-summary .order-summary__btn--disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.order-summary .order-summary__policy{color:#aaa;font-size:12px;line-height:1.5;margin-top:16px}@media screen and (max-width:900px){.order-page .order-page__right{width:320px}}@media screen and (max-width:770px){.order-page .order-page__layout{flex-direction:column}.order-page .order-page__right{width:100%;position:static}.order-page .order-page__title{font-size:24px}.order-radio{padding:12px 14px}.order-radio span{font-size:14px}.order-radio .order-radio__icon{width:36px;height:36px}.order-radio .order-radio__icon i{font-size:14px}}@media screen and (max-width:620px){.order-page{padding:20px 0 40px}.order-page .order-page__title{font-size:20px;gap:8px}.order-page .order-page__title i{font-size:18px}.order-page .order-page__layout{gap:16px}.order-page__form{margin-top:16px}.order-form-alert{position:-webkit-sticky;position:sticky;top:8px;z-index:4;font-size:14px;box-shadow:0 10px 28px rgba(50,20,20,.1)}.order-card{border-radius:12px}.order-card .order-card__header{padding:12px 16px}.order-card .order-card__header .order-card__step{width:28px;height:28px;font-size:12px}.order-card .order-card__header h2{font-size:16px}.order-card .order-card__body{padding:16px}.order-delivery-details{padding:11px}.order-delivery-details__header{grid-template-columns:36px minmax(0,1fr) auto;gap:8px}.order-delivery-details__icon{width:36px;height:36px}.pickup-location{grid-template-columns:58px minmax(0,1fr) 38px;gap:8px}.pickup-location__media{width:58px;height:58px}.pickup-location__route{width:38px;min-height:38px;padding:0}.pickup-location__route span,.pickup-location__route>svg:last-child{display:none}.order-radio-group{gap:8px}.order-radio{padding:10px 12px;gap:10px}.order-radio .order-radio__icon{width:32px;height:32px}.order-radio .order-radio__icon i,.order-radio span{font-size:13px}.order-input{padding:0 12px}.order-input input{padding:12px 0;font-size:14px}.order-coupon .order-coupon__row{flex-direction:column}.order-coupon .order-coupon__btn{width:100%}.order-summary{border-radius:12px;padding:18px}.order-summary .order-summary__title{font-size:18px}.order-summary .order-summary__item-name{max-width:140px}.order-summary .order-summary__row--total{font-size:16px}.order-summary .order-summary__actions{flex-direction:column}.order-summary .order-summary__btn{padding:12px 16px;font-size:14px}}@media screen and (max-width:390px){.order-delivery-details__header{grid-template-columns:36px minmax(0,1fr)}.order-delivery-details__price{grid-column:2;justify-self:start}.pickup-location{grid-template-columns:54px minmax(0,1fr)}.pickup-location__media{width:54px;height:54px}.pickup-location__route{width:auto;grid-column:2;justify-self:start;padding-inline:9px}.pickup-location__route span{display:inline}}.successfully{text-align:center;display:flex;flex-direction:column;gap:20px;padding:30px 0;color:#484848;height:55vh;align-items:center;justify-content:center}.successfully i{font-size:50px;color:#19cb02;animation:successfully 2s infinite;transform:rotate(15deg)}@keyframes successfully{0%{transform:scale(1) rotate(15deg)}50%{transform:scale(1.3) rotate(-15deg)}}.successfully h1{font-size:18px}.successfully .successfully__title{font-size:30px}.successfully__email{color:#ac0000}.successfully a{font-weight:700}.address-page{padding:26px 0 56px}.address-page__hero{background:linear-gradient(130deg,#fff,#fff5f5 48%,#fff1f1);color:#000;border-radius:20px;padding:28px;margin-bottom:26px;border:1px solid rgba(172,0,0,.14);box-shadow:0 16px 36px rgba(172,0,0,.1)}.address-page__hero .address-page__title{font-size:34px;margin-bottom:10px;letter-spacing:.2px;color:#ac0000}.address-page__hero .address-page__subtitle{font-size:15px;line-height:1.6;max-width:820px;color:#5e5e5e}.address-showcase{display:flex;flex-direction:column;gap:24px}.address-showcase__card{border-radius:20px;border:1px solid rgba(172,0,0,.14);background:linear-gradient(135deg,#fff,#fffdfd);overflow:hidden;box-shadow:0 10px 26px rgba(172,0,0,.08)}.address-showcase__top{display:grid;grid-template-columns:minmax(290px,360px) 1fr;align-items:start;grid-gap:20px;gap:20px;padding:20px}.address-showcase__info{background:snow;color:#000;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(172,0,0,.12)}.address-showcase__name{font-size:25px;line-height:1.2;color:#ac0000}.address-showcase__address{color:#5f5f5f;line-height:1.55;font-size:14px}.address-showcase__meta{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.address-showcase__meta-item{border:1px solid rgba(172,0,0,.14);border-radius:12px;padding:10px 12px;background:#fff}.address-showcase__meta-item span{display:block;color:#8a8a8a;font-size:12px;margin-bottom:3px}.address-showcase__meta-item strong{font-size:14px;color:#2d2d2d}.address-showcase__actions{display:flex;flex-direction:column;gap:9px}.address-showcase__action{color:#ac0000;text-decoration:none;border:1px solid rgba(172,0,0,.18);border-radius:11px;padding:10px 12px;font-size:14px;display:inline-flex;align-items:center;gap:9px;transition:.25s;background:#fff}.address-showcase__action:hover{background:rgba(172,0,0,.05);border-color:rgba(172,0,0,.32)}.address-showcase__action--disabled{opacity:.7;cursor:default}.address-showcase__gallery-wrap{min-width:0;background:#fff;border:1px solid rgba(172,0,0,.14);border-radius:16px;padding:14px}.address-showcase__gallery-title-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:12px}.address-showcase__gallery-title{font-size:18px;color:#ac0000}.address-showcase__gallery-count{padding:6px 10px;border-radius:999px;background:rgba(172,0,0,.08);color:#ac0000;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;white-space:nowrap}.address-showcase__gallery-compact{display:flex;flex-direction:column;gap:10px}.address-showcase__photo-preview{position:relative;border-radius:12px;overflow:hidden;min-height:340px;aspect-ratio:16/10;border:1px solid rgba(172,0,0,.16);background:linear-gradient(180deg,#fffefe,#fff6f6);display:flex;align-items:center;justify-content:center;touch-action:pan-y}.address-showcase__photo-stage{position:absolute;inset:10px;display:flex;align-items:center;justify-content:center}.address-showcase__photo-preview-image{width:100%;height:100%;display:block;object-fit:contain}.address-showcase__nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid rgba(172,0,0,.18);border-radius:999px;background:hsla(0,0%,100%,.92);color:#ac0000;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .2s ease,border-color .2s ease,transform .2s ease}.address-showcase__nav:hover{background:#fff;border-color:rgba(172,0,0,.34)}.address-showcase__nav--prev{left:14px}.address-showcase__nav--next{right:14px}.address-showcase__photo-empty{display:grid;place-items:center;width:100%;height:100%;color:#ac7f7f;grid-gap:8px;gap:8px}.address-showcase__photo-empty i{font-size:26px}.address-showcase__thumbs-rail{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px}.address-showcase__thumbs-nav{width:36px;height:36px;flex:0 0 36px;border:1px solid rgba(172,0,0,.16);border-radius:999px;background:#fff8f8;color:#ac0000;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease}.address-showcase__thumbs-nav:hover{background:#fff;border-color:rgba(172,0,0,.3)}.address-showcase__thumbs{display:flex;gap:8px;min-width:0;overflow-x:auto;padding-bottom:2px;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:thin}.address-showcase__thumbs::-webkit-scrollbar{height:4px}.address-showcase__thumbs::-webkit-scrollbar-thumb{background:rgba(172,0,0,.24);border-radius:20px}.address-showcase__thumb{position:relative;width:110px;min-width:110px;height:78px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:#fff7f7;cursor:pointer;transition:border-color .2s ease;scroll-snap-align:start}.address-showcase__thumb img{object-fit:cover}.address-showcase__thumb.address-showcase__thumb--active{border-color:#ac0000}.address-showcase__thumb-image{width:100%;height:100%;display:block;object-fit:cover}.address-showcase__map{border-top:1px solid rgba(172,0,0,.12)}.address-showcase__map iframe{width:100%;height:330px;border:0;display:block}.address-showcase__map-empty{width:100%;height:180px;display:flex;align-items:center;justify-content:center;gap:10px;color:#8d6666;background:#fff7f7}@media screen and (max-width:1024px){.address-page__hero .address-page__title{font-size:30px}.address-showcase__top{grid-template-columns:1fr;padding:16px}.address-showcase__photo-preview{min-height:300px}.address-showcase__info{padding:18px}}@media screen and (max-width:768px){.address-page{padding-top:18px}.address-page__hero{border-radius:16px;padding:20px}.address-page__hero .address-page__title{font-size:25px}.address-page__hero .address-page__subtitle{font-size:14px}.address-showcase__top{padding:12px}.address-showcase__info{padding:16px}.address-showcase__gallery-wrap{padding:12px}.address-showcase__photo-preview{min-height:240px;aspect-ratio:4/3}.address-showcase__nav{width:38px;height:38px}.address-showcase__nav--prev{left:10px}.address-showcase__nav--next{right:10px}.address-showcase__thumbs-rail{gap:8px}.address-showcase__thumbs-nav{width:32px;height:32px;flex-basis:32px}.address-showcase__thumb{width:88px;min-width:88px;height:66px}.address-showcase__map iframe{height:280px}}@media screen and (max-width:560px){.address-showcase__card{border-radius:16px}.address-showcase__name{font-size:22px}.address-showcase__actions{gap:8px}.address-showcase__action{width:100%;justify-content:center;text-align:center}.address-showcase__photo-preview{min-height:220px}.address-showcase__photo-stage{inset:8px}.address-showcase__thumb{width:78px;min-width:78px;height:58px}}.address{padding:30px 0;display:flex;flex-direction:column;gap:20px}.address .address__title{font-size:25px}.address__item{border:.5px solid gray;border-radius:10px;overflow:hidden;box-sizing:border-box;display:flex;justify-content:space-between}.address__item .address__map iframe{height:100%;width:600px}.address__item .address__image{width:20%;display:flex;align-items:center;justify-content:center;border-radius:10px 0 0 10px}.address__item .address__image img{object-fit:contain}.address__item .address__phone{padding:30px;display:flex;flex-direction:column;justify-content:flex-end;color:#19cb02}.address__item .address__phone h3{cursor:pointer}.address__item .address__phone a{color:#19cb02;text-decoration:none;font-size:18px;font-weight:700}.address__item .address__phone i{color:#ac0000}.address__item .address__info{padding:30px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.address__item .address__info .address__header{display:flex;flex-direction:column;gap:10px}.address__item .address__info .address__header h2{color:#ac0000}.address__item .address__info .address__time{color:gray}@media screen and (max-width:770px){.address{padding:20px 0}.address .address__item .address__map{width:30%}.address .address__item .address__map iframe{width:100%;height:100%}.address .address__item .address__phone{font-size:10px;width:30%}.address .address__item .address__info{width:40%}.address .address__item .address__info .address__header h1{font-size:20px}.address .address__item .address__info .address__header h2{font-size:12px}.address .address__item .address__info .address__time{font-size:10px}}@media screen and (max-width:620px){.address .address__image{width:100%;height:200px}.address .address__item{flex-direction:column;gap:5px!important}.address .address__item .address__map{width:100%}.address .address__item .address__map iframe{width:100%;height:300px}.address .address__item .address__phone{width:100%;padding:10px}.address .address__item .address__info{width:100%;gap:20px;padding:10px;flex-direction:row}.address .address__item .address__info .address__header{gap:10px}.address .address__item .address__info .address__header h2{color:#ac0000}}.about-page{display:flex;flex-direction:column;gap:20px}.about-page,.delivery{padding:30px 0}.home-page--compact{--home-bg:#fff;--home-soft:#f7f7f8;--home-soft-red:#fff5f5;--home-text:#171719;--home-muted:#717178;--home-line:#e5e5e8;--home-accent:#ac0000;--home-accent-hover:#8f0000;color:var(--home-text);background:var(--home-bg);overflow:hidden}.home-page--compact *,.home-page--compact :after,.home-page--compact :before{box-sizing:border-box}.home-page--compact a{color:inherit}.home-page--compact .home-compact__shell{width:80%;max-width:1440px;margin-inline:auto}.home-compact__section{position:relative;padding:24px 0 28px;border-bottom:1px solid var(--home-line)}.home-compact__section.home-compact__section--first{padding-top:18px}.home-compact__section:last-child{border-bottom:0}.home-compact__header{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;padding-right:86px}.home-compact__header h2{font-size:clamp(20px,2vw,26px);font-weight:800;line-height:1.15;letter-spacing:-.025em}.home-compact__header a{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--home-line);border-radius:9px;padding:0 10px;background:#fff;color:#5a0000;text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap;-webkit-tap-highlight-color:rgba(172,0,0,.08);touch-action:manipulation;transition:border-color .2s ease,background-color .2s ease,color .2s ease,transform .2s ease}.home-compact__header a svg{transition:transform .2s ease}.home-compact__header a:hover{border-color:rgba(172,0,0,.34);background:var(--home-soft-red);color:var(--home-accent)}.home-compact__header a:hover svg{transform:translateX(3px)}.home-compact__header a:active{transform:scale(.97)}.home-compact__header a:focus-visible{outline:3px solid rgba(172,0,0,.25);outline-offset:3px}.home-carousel{position:relative;margin-inline:-7px}.home-carousel__viewport{overflow:hidden;padding:2px 0 4px;touch-action:pan-y pinch-zoom}.home-carousel__container{display:flex;margin-left:-14px;touch-action:pan-y pinch-zoom;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform}.home-carousel__slide{min-width:0;flex:0 0 auto;padding-left:14px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-carousel__slide>*{height:100%}.home-carousel--categories .home-carousel__slide{flex-basis:12.5%}.home-carousel--blogs .home-carousel__slide,.home-carousel--collections .home-carousel__slide{flex-basis:33.3333%}.home-carousel--brands .home-carousel__slide{flex-basis:16.6667%}.home-carousel--services .home-carousel__slide{flex-basis:20%}.home-carousel__arrow{width:34px;height:34px;position:absolute;top:-46px;z-index:2;display:grid;place-items:center;border:1px solid var(--home-line);border-radius:999px;background:#fff;color:var(--home-text);cursor:pointer;transition:border-color .2s ease,color .2s ease,opacity .18s ease,transform .2s ease}.home-carousel__arrow:hover:not(:disabled){border-color:rgba(172,0,0,.45);color:var(--home-accent)}.home-carousel__arrow:active:not(:disabled){transform:scale(.96)}.home-carousel__arrow:disabled{opacity:0;pointer-events:none}.home-carousel__arrow:focus-visible{outline:3px solid rgba(172,0,0,.25);outline-offset:2px}.home-carousel__arrow.home-carousel__arrow--prev{right:41px}.home-carousel__arrow.home-carousel__arrow--next{right:0}.home-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px}.home-category-card{min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:14px;padding:10px 8px;text-align:center;text-decoration:none;-webkit-tap-highlight-color:rgba(172,0,0,.08);cursor:pointer;touch-action:manipulation;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.home-category-card .home-category-card__image{width:66px;height:66px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--home-soft-red);color:var(--home-accent)}.home-category-card img{width:70%;height:70%;object-fit:contain;transition:transform .24s ease}.home-category-card strong{max-width:140px;min-height:28px;display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-category-card:hover{border-color:var(--home-line);background:var(--home-soft);transform:translateY(-2px)}.home-category-card:hover img{transform:scale(1.06)}.home-category-card:active{transform:scale(.98)}.home-category-card:focus-visible{outline:3px solid rgba(172,0,0,.25);outline-offset:2px}.home-collection-card{height:168px;position:relative;display:flex;align-items:center;overflow:hidden;border:1px solid var(--home-line);border-radius:14px;padding:22px;background:var(--home-soft);text-decoration:none;-webkit-tap-highlight-color:rgba(172,0,0,.08);cursor:pointer;touch-action:manipulation;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.home-collection-card>div{width:56%;position:relative;z-index:1}.home-collection-card h3{display:-webkit-box;overflow:hidden;font-size:clamp(18px,2vw,25px);line-height:1.08;letter-spacing:-.03em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-collection-card span{display:block;margin-top:9px;color:var(--home-muted);font-size:11px}.home-collection-card img{width:42%;height:90%;position:absolute;right:5%;bottom:-5%;object-fit:contain;transition:transform .25s ease}.home-collection-card>svg{position:absolute;left:22px;bottom:18px;z-index:1;color:var(--home-accent)}.home-collection-card:hover{border-color:rgba(172,0,0,.36);transform:translateY(-2px);box-shadow:0 10px 24px rgba(35,35,38,.07)}.home-collection-card:hover img{transform:scale(1.05)}.home-collection-card:active{transform:scale(.99)}.home-collection-card:focus-visible{outline:3px solid rgba(172,0,0,.25);outline-offset:2px}.home-brand-card{height:104px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--home-line);border-radius:14px;padding:16px;background:#fff;text-decoration:none;-webkit-tap-highlight-color:rgba(172,0,0,.08);cursor:pointer;touch-action:manipulation;transition:border-color .2s ease,transform .2s ease}.home-brand-card img{width:76%;height:62px;object-fit:contain;filter:none;opacity:1;transition:transform .2s ease}.home-brand-card strong{font-size:13px;text-align:center}.home-brand-card:hover{border-color:rgba(172,0,0,.34);transform:translateY(-2px)}.home-brand-card:hover img{transform:scale(1.04)}.home-brand-card:active{transform:scale(.97);background:var(--home-soft)}.home-brand-card:focus-visible{outline:3px solid rgba(172,0,0,.25);outline-offset:2px}.home-service-card{height:90px;display:flex;align-items:center;gap:12px;border:1px solid var(--home-line);border-radius:14px;padding:14px;background:var(--home-soft)}.home-service-card svg{flex:0 0 auto;color:var(--home-accent)}.home-service-card strong{font-size:12px;line-height:1.3}.home-blog-card{display:block;overflow:hidden;border:1px solid var(--home-line);border-radius:14px;background:#fff;text-decoration:none;-webkit-tap-highlight-color:rgba(172,0,0,.08);cursor:pointer;touch-action:manipulation;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.home-blog-card .home-blog-card__placeholder,.home-blog-card>img{width:100%;height:154px;display:grid;place-items:center;object-fit:cover;background:var(--home-soft);color:var(--home-muted)}.home-blog-card>span:last-child{min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:12px 14px}.home-blog-card>span:last-child strong{display:-webkit-box;overflow:hidden;font-size:13px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-blog-card>span:last-child svg{color:var(--home-accent)}.home-blog-card:hover{border-color:rgba(172,0,0,.34);transform:translateY(-2px);box-shadow:0 10px 24px rgba(35,35,38,.07)}.home-blog-card:active{transform:scale(.985);box-shadow:none}.home-blog-card:focus-visible{outline:3px solid rgba(172,0,0,.25);outline-offset:2px}.home-state{min-height:55dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:30px 20px;text-align:center}.home-state svg{color:var(--home-accent)}.home-state h1{font-size:clamp(26px,4vw,40px)}.home-state p{max-width:500px;color:var(--home-muted);font-size:14px;line-height:1.5}.home-state button{min-height:42px;border:0;border-radius:999px;padding:0 20px;background:var(--home-accent);color:#fff;font-weight:700;cursor:pointer}.home-state button:hover{background:var(--home-accent-hover)}.home-state button:active{transform:scale(.98)}body:has(.home-page--compact){background:#fff}@media(max-width:1024px){.home-page--compact .home-compact__shell{width:90%}.home-carousel--categories .home-carousel__slide{flex-basis:16.6667%}.home-carousel--blogs .home-carousel__slide,.home-carousel--collections .home-carousel__slide{flex-basis:50%}.home-carousel--brands .home-carousel__slide{flex-basis:20%}.home-carousel--services .home-carousel__slide{flex-basis:25%}}@media(max-width:1180px){.home-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.home-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.home-carousel--categories .home-carousel__slide{flex-basis:20%}.home-carousel--brands .home-carousel__slide{flex-basis:25%}.home-carousel--services .home-carousel__slide{flex-basis:33.3333%}}@media(max-width:620px){.home-page--compact .home-compact__shell{width:95%;padding-inline:8px}.home-compact__section{padding:18px 0 20px}.home-compact__section.home-compact__section--first{padding-top:12px}.home-compact__header{min-height:30px;margin-bottom:9px;padding-right:74px}.home-compact__header h2{font-size:19px}.home-compact__header a{width:34px;min-height:34px;padding:0;font-size:11px}.home-compact__header a span{display:none}.home-carousel{margin-inline:-5px}.home-carousel__container{margin-left:-10px}.home-carousel__slide{padding-left:10px}.home-carousel--categories .home-carousel__slide{flex-basis:33.3333%}.home-carousel--blogs .home-carousel__slide,.home-carousel--collections .home-carousel__slide{flex-basis:100%}.home-carousel--brands .home-carousel__slide,.home-carousel--services .home-carousel__slide{flex-basis:50%}.home-carousel__arrow{width:30px;height:30px;top:-39px}.home-carousel__arrow.home-carousel__arrow--prev{right:36px}.home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-category-card{min-height:100px;padding:8px 4px}.home-category-card .home-category-card__image{width:56px;height:56px}.home-category-card strong{font-size:10px}.home-collection-card{height:148px;padding:18px}.home-collection-card h3{font-size:20px}.home-collection-card>svg{left:18px;bottom:15px}.home-brand-card{height:88px;padding:12px}.home-brand-card img{height:52px}.home-service-card{height:82px;gap:9px;padding:11px}.home-service-card strong{font-size:10px}.home-blog-card .home-blog-card__placeholder,.home-blog-card>img{height:180px}}@media(prefers-reduced-motion:reduce){.home-page--compact *,.home-page--compact :after,.home-page--compact :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.entry-splash{position:fixed;inset:0;z-index:10001;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 46%,rgba(172,0,0,.08),transparent 35%),hsla(0,0%,100%,.94);opacity:1;animation:entry-splash-lifetime 1s linear forwards}.entry-splash__content{width:min(70vw,310px);display:flex;flex-direction:column;align-items:center;gap:12px;animation:entry-splash-in .28s cubic-bezier(.22,1,.36,1) both}.entry-splash__logo{width:100%;height:auto;display:block;object-fit:contain}.entry-splash__progress{width:72px;height:2px;overflow:hidden;border-radius:999px;background:rgba(172,0,0,.14)}.entry-splash__progress span{width:100%;height:100%;display:block;border-radius:inherit;background:#ac0000;transform:scaleX(0);transform-origin:left;animation:entry-splash-progress 1s linear forwards}@keyframes entry-splash-in{0%{opacity:0;transform:translateY(5px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes entry-splash-progress{to{transform:scaleX(1)}}@keyframes entry-splash-lifetime{0%,82%{visibility:visible;opacity:1;pointer-events:auto}to{visibility:hidden;opacity:0;pointer-events:none}}@media(max-width:480px){.entry-splash__content{width:min(76vw,270px)}}@media(prefers-reduced-motion:reduce){.entry-splash__content,.entry-splash__progress span{animation:none}.entry-splash{animation-timing-function:step-end}.entry-splash__progress span{transform:scaleX(1)}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{overflow-x:clip}body,html{max-width:100%}body{margin:auto;overflow-x:hidden;background:#fff;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{min-width:0;font:inherit}.main-container{width:80%;margin:auto;max-width:1440px}.custom__slide-button{position:absolute;z-index:5;font-size:30px;top:50%;transform:translate(-50%,-50%);color:rgba(0,0,0,.43);cursor:pointer;border:0;padding:0;background:transparent;transition:.3s}.custom__slide-button:hover{opacity:.8}.custom__prev-arrow{left:0;z-index:5}.custom__next-arrow{right:-30px;z-index:5}.slick-arrow{filter:invert(100%)}.light-bg{background-color:rgba(172,0,0,.05)}.mobile-bar,.mobile-infobar{display:none}.favourite{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;padding:40px 0;min-height:50vh}.favourite .favourite__empty{color:#ac0000;text-align:center}.badge{position:absolute;padding:5px;right:-5px;top:-5px;width:12px;height:12px;font-weight:700;border-radius:50%;background-color:#000;color:#fff}.badge,.not-found{display:flex;align-items:center;justify-content:center}.not-found{flex-direction:column;height:60vh;gap:30px}.not-found .not-found__title{color:#ac0000;font-size:100px}.not-found .not-found__description{font-size:25px;width:50%;text-align:center}.not-found .not-found__link{background-color:#000;color:#fff;border-radius:10px;border:none;padding:8px 20px;transition:.3s;position:relative;text-decoration:none}.not-found .not-found__link:hover{background-color:#ac0000;cursor:pointer;color:#fff}.not-found .not-found__link:active{transform:scale(.97)}@media screen and (max-width:768px){.not-found{gap:20px}.not-found .not-found__description{width:90%;font-size:20px}}@media screen and (max-width:620px){.not-found{gap:10px;height:56vh}.not-found .not-found__title{font-size:50px}.not-found .not-found__description{font-size:15px}}@media screen and (max-width:1024px){.main-container{margin:auto;width:90%!important;max-width:1440px}.catalog__item .catalog__info h1{font-size:20px!important}.catalog__item .catalog__info p{font-size:14px!important}.product{width:19%}.product .product__info{padding:10px}.product .product__info .product__title{font-size:14px!important}.blog .blog__item{min-width:100px;height:200px}}@media screen and (max-width:820px){.info .info__menu{gap:10px}.info .info__item,.info .info__select{font-weight:400;font-size:10px!important}.info .info__item img,.info .info__select img{width:10px;height:auto}.categories .categories__item .categories__image{width:80px;height:80px}.categories .categories__item .categories__title{font-size:14px!important}.catalog .catalog__item .catalog__info h1{font-size:12px!important}.catalog .catalog__item .catalog__info p{font-size:10px!important}.products{flex-wrap:wrap}.product{width:32%}.product .product__info .product__title{font-size:19px!important}.footer{font-size:14px!important;justify-content:space-between}.footer .footer__info{display:none}}@media screen and (max-width:620px){.buttons{flex-direction:column;gap:10px!important}.buttons button{width:100%}.main-container{width:95%!important}.catalog__item{margin:0 20px}.brand,.services__item{margin:0}.navbar{display:none}.mobile-infobar{display:flex;align-items:center;justify-content:space-between}.mobile-infobar .mobile-infobar__burger{width:30%}.mobile-infobar .mobile-infobar__burger i{font-size:30px}.mobile-infobar .mobile-infobar__logo img{width:40%;height:auto;display:block;margin:auto}.mobile-infobar .mobile-infobar__language{width:30%;position:relative;display:flex;justify-content:flex-end;padding-right:15px}.mobile-infobar .mobile-infobar__language img{width:22px;height:auto}.mobile-infobar .mobile-infobar__language .info__language{position:relative;z-index:10}.mobile-infobar .mobile-infobar__language .info__language .info__item{display:flex;align-items:center;gap:6px;cursor:pointer}.mobile-infobar .mobile-infobar__language .info__language .info__item span{font-size:13px;font-weight:500}.mobile-infobar .mobile-infobar__language .info__language .info__select{box-shadow:0 4px 12px rgba(0,0,0,.15);padding:6px;box-sizing:border-box;position:absolute;top:100%;right:0;margin-top:4px;border-radius:8px;background-color:#fff;z-index:11}.mobile-infobar .mobile-infobar__language .info__language .info__select .info__select-item{display:flex;align-items:center;gap:5px;padding:4px 6px;border-radius:6px;cursor:pointer}.mobile-infobar .mobile-infobar__language .info__language .info__select .info__select-item span{font-size:12px}.mobile-bar{display:block}.mobile-bar .mobile-bar__cart{position:fixed;bottom:80px;left:15px;background-color:#ac0000;z-index:10;color:#fff;padding:20px;align-items:center;justify-content:center;border-radius:100%;text-decoration:none;cursor:pointer;display:none;opacity:.6}.mobile-bar .mobile-bar__cart i{font-size:25px;text-decoration:none!important}.mobile-bar .mobile-bar__item-cart{display:flex}.mobile-bar .mobile-bar__item-cart i{transform:scale(1.3);animation:cartAnimation 1.3s infinite}@keyframes cartAnimation{0%{transform:scale(1.3)}50%{transform:scale(1)}}.mobile-bar .mobile-bar__search{padding:15px 0;position:relative;display:flex;align-items:center}.mobile-bar .mobile-bar__search .mobile-bar__input{width:100%;box-sizing:border-box;padding:10px 8px;border-radius:5px 0 0 5px;border:none;background-color:rgba(172,0,0,.05);font-size:15px!important}.mobile-bar .mobile-bar__search .mobile-bar__button{background-color:#ac0000;color:#fff;border-radius:10px;border:none;transition:.3s;position:relative;padding:10px 8px;right:0;border-radius:0 5px 5px 0}.mobile-bar .mobile-bar__search .mobile-bar__button:hover{background-color:#000;cursor:pointer;color:#fff}.mobile-bar .mobile-bar__search .mobile-bar__button:active{transform:scale(.97)}.mobile-bar .mobile-bar__menu{position:fixed;bottom:0;background-color:#fff;width:100%;display:flex;align-items:center;padding:15px 10px;justify-content:space-between;box-sizing:border-box;left:0;box-shadow:0 0 5px 1px hsla(0,0%,50%,.28);z-index:3;transition:.3s}.mobile-bar .mobile-bar__menu .mobile-bar__item{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;text-decoration:none;color:#000}.mobile-bar .mobile-bar__menu .mobile-bar__item i{font-size:25px;color:#ff6464}.mobile-bar .mobile-bar__menu .mobile-bar__item span{font-size:12px;font-weight:700}.mobile-bar .mobile-bar__menu .mobile-bar__item-cart{position:relative}.mobile-bar .mobile-bar__menu .mobile-bar__item-cart i{transform:scale(1.5);animation:cart 1.3s infinite}@keyframes cart{0%{transform:scale(1.5)}50%{transform:scale(1)}}.mobile-bar .mobile-bar_hide{transform:translateY(100%)}.mobile-bar .mobile-bar_active{transform:translateY(0)}.info{display:none}.categories .categories__item .categories__image{width:50px;height:50px}.categories .categories__item .categories__title{font-size:12px!important}.catalog .catalog__item .catalog__info h1{font-size:25px!important}.catalog .catalog__item .catalog__info p{font-size:14px!important}.product{width:48%}.product .product__image img{width:70%;height:auto}.about .about__title{font-size:15px!important}.about .subtitle{font-size:11px!important}.about .about__content{font-size:10px!important}.footer{margin-bottom:80px!important}}@media screen and (min-width:390px)and (max-width:620px){.main-container{width:95%!important;padding:0 8px}.product{width:48%;margin-bottom:15px}.product .product__info{padding:8px}.product .product__info .product__title{font-size:14px!important;line-height:1.3}.product .product__info .product__price{font-size:14px}.categories{display:flex;flex-wrap:wrap;justify-content:space-between}.categories .categories__item{width:30%;margin-bottom:12px}.categories .categories__item .categories__image{width:60px;height:60px}.mobile-bar__menu{padding:12px 10px}}@media screen and (max-width:389px){.main-container{width:98%!important;padding:0 5px}.product{width:48%;margin-bottom:10px}.product .product__info{padding:6px}.product .product__info .product__title{font-size:12px!important;line-height:1.2}.product .product__info .product__price{font-size:12px}.categories .categories__item{width:30%;margin-bottom:10px}.categories .categories__item .categories__image{width:45px;height:45px}.categories .categories__item .categories__title{font-size:10px!important}.mobile-infobar .mobile-infobar__logo img{width:35%}.mobile-bar__menu{padding:10px 8px}.mobile-bar__menu .mobile-bar__item i{font-size:22px}.mobile-bar__menu .mobile-bar__item span{font-size:10px}}.loader__button{border:4px solid rgba(0,0,0,.1);border-top:1px solid #fff;border-radius:50%;width:10px;height:10px;animation:spin 1s linear infinite;margin:auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.visually-hidden{width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.brand-logo-frame{position:relative;display:block;overflow:hidden;aspect-ratio:1.72/1}.brand-logo-frame img{width:100%!important;height:auto!important;max-width:none;position:absolute;top:0;left:0;display:block;object-fit:contain;transform:translateY(-18%)}.info{min-height:38px;justify-content:space-between;gap:12px;margin:10px 0 8px;border:1px solid #f1e7e7;border-radius:12px;padding:3px 8px;background:#fff8f8}.info,.info__menu{display:flex;align-items:center}.info__menu{min-width:0;gap:2px}.info__item{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;padding:0 8px;background:transparent;color:#3f3f44;font-size:10px;font-weight:750;line-height:1;text-decoration:none;text-transform:uppercase;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:rgba(172,0,0,.08);touch-action:manipulation;transition:background-color .18s ease,color .18s ease,transform .18s ease}.info__item svg{flex:0 0 auto;color:#ac0000}.info__item.is-current,.info__item:hover{background:#fff;color:#ac0000}.info__item:active{transform:scale(.98)}.info__item:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:1px}.info__language{position:relative;flex:0 0 auto}.info__language>.info__item{min-width:62px;padding-inline:8px;background:#fff}.info__language img{width:19px;height:19px;display:block;border-radius:50%;object-fit:cover}.info__select{min-width:74px;position:absolute;top:calc(100% + 7px);right:0;z-index:12;border:1px solid #e5e5e8;border-radius:10px;padding:4px;background:#fff;box-shadow:0 14px 36px rgba(30,30,33,.12)}.info__select-item{width:100%;min-height:34px;display:flex;align-items:center;gap:7px;border:0;border-radius:7px;padding:5px 7px;background:transparent;color:#171719;font-size:11px;font-weight:700;cursor:pointer}.info__select-item:hover{background:#fff5f5;color:#ac0000}.info__select-item:focus-visible{outline:2px solid rgba(172,0,0,.25);outline-offset:-1px}.navbar{min-height:66px;display:grid;grid-template-columns:auto minmax(250px,1fr) auto;align-items:center;grid-gap:14px;gap:14px;margin-bottom:10px}.navbar__end,.navbar__start{min-width:0;display:flex;align-items:center;gap:8px}.navbar__brand{width:116px;flex:0 0 auto;display:block;border-radius:9px}.navbar__brand:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.navbar__brand-logo{width:116px}.navbar__control,.navbar__phone{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:11px;font-size:12px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:rgba(172,0,0,.08);touch-action:manipulation;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.navbar__control:active,.navbar__phone:active{transform:scale(.98)}.navbar__control:focus-visible,.navbar__phone:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.navbar__catalog{border:1px solid #171719;padding:0 13px;background:#171719;color:#fff}.navbar__catalog:hover{border-color:#ac0000;background:#ac0000}.navbar__phone{min-width:42px;border:1px solid #ececef;padding:0 10px;background:#fff;color:#ac0000}.navbar__phone span{color:#3f3f44}.navbar__phone:hover{border-color:rgba(172,0,0,.35);background:#fff8f8}.navbar__search{min-width:0;height:42px;position:relative;display:grid;grid-template-columns:minmax(0,1fr) 44px;border:1px solid #d9d9dd;border-radius:11px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.navbar__search:focus-within{border-color:#8f8f96;box-shadow:0 0 0 3px rgba(23,23,25,.06)}.navbar__search input{width:100%;min-width:0;border:0;border-radius:inherit;padding:0 14px;background:transparent;color:#171719;font-size:13px;outline:0}.navbar__search input::placeholder{color:#77777e;opacity:1}.navbar__search input::-webkit-search-cancel-button{cursor:pointer}.navbar__search>button{width:44px;height:40px;display:grid;place-items:center;border:0;border-left:1px solid #e5e5e8;border-radius:0 10px 10px 0;background:#171719;color:#fff;cursor:pointer;transition:background-color .18s ease,opacity .18s ease,transform .18s ease}.navbar__search>button:hover:not(:disabled){background:#ac0000}.navbar__search>button:active:not(:disabled){transform:scale(.96)}.navbar__search>button:disabled{opacity:.45;cursor:default}.navbar__search>button:focus-visible{outline:3px solid rgba(172,0,0,.25);outline-offset:2px}.navbar__search .navbar__select{width:100%;top:calc(100% + 7px);left:0;border:1px solid #e5e5e8;border-radius:12px;box-shadow:0 18px 50px rgba(27,27,30,.14)}.navbar__account{max-width:150px;border:1px solid #dedee2;padding:0 12px;background:#fff;color:#171719}.navbar__account span{overflow:hidden;text-overflow:ellipsis}.navbar__account:hover{border-color:#b8b8be;background:#f7f7f8}.navbar__cart{position:relative;border:1px solid #171719;padding:0 13px;background:#171719;color:#fff}.navbar__cart.is-active,.navbar__cart:hover{border-color:#ac0000;background:#ac0000}.navbar__badge{min-width:20px;height:20px;display:grid;place-items:center;border:2px solid #fff;border-radius:999px;padding-inline:4px;background:#fff;color:#ac0000;font-size:9px;line-height:1}.mobile-bar,.mobile-infobar{display:none}.light-bg{border-top:1px solid #e8e8eb;background:#f7f7f8}.footer{display:grid;grid-template-columns:1.4fr .72fr .9fr 1.18fr;grid-gap:30px;gap:30px;padding:36px 0 22px;color:#171719}.footer__brand p{max-width:310px;margin-top:10px;color:#66666d;font-size:12px;line-height:1.55}.footer__logo{width:150px;display:block;border-radius:9px}.footer__logo:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.footer__brand-logo{width:150px}.footer__contacts,.footer__menu,.footer__socials{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer__contacts>strong,.footer__menu>strong,.footer__socials>strong{margin-bottom:2px;font-size:11px;font-weight:800;letter-spacing:.02em}.footer__contacts a,.footer__menu a{display:inline-flex;align-items:center;gap:7px;color:#606067;font-size:11px;line-height:1.35;text-decoration:none;transition:color .18s ease,transform .18s ease}.footer__contacts a svg,.footer__menu a svg{flex:0 0 auto;color:#ac0000}.footer__contacts a:hover,.footer__menu a:hover{color:#ac0000;transform:translateX(2px)}.footer__contacts a:focus-visible,.footer__menu a:focus-visible{border-radius:4px;outline:3px solid rgba(172,0,0,.2);outline-offset:2px}.footer__social-items{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.footer__social-items a{min-width:0;min-height:38px;display:grid;grid-template-columns:20px minmax(0,1fr) 13px;align-items:center;grid-gap:7px;gap:7px;border:1px solid #e2e2e5;border-radius:10px;padding:0 9px;background:#fff;color:#3f3f44;font-size:10px;font-weight:700;text-decoration:none;-webkit-tap-highlight-color:rgba(172,0,0,.08);touch-action:manipulation;transition:border-color .18s ease,color .18s ease,transform .18s ease}.footer__social-items a>svg:first-child{color:#ac0000}.footer__social-items a>svg:last-child{color:#909097}.footer__social-items a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer__social-items a:hover{border-color:rgba(172,0,0,.35);color:#ac0000;transform:translateY(-1px)}.footer__social-items a:active{transform:scale(.98)}.footer__social-items a:focus-visible{outline:3px solid rgba(172,0,0,.2);outline-offset:2px}.footer__bottom{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #dfdfe3;padding-top:16px;color:#77777e;font-size:10px}.footer__bottom p{color:#3f3f44;font-weight:700}.sidebar .info__menu{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:4px}.sidebar .info__menu .info__item{width:100%;min-height:44px;justify-content:flex-start;border:1px solid transparent;padding:0 12px;font-size:12px;text-transform:none}.sidebar .info__menu .info__item.is-current,.sidebar .info__menu .info__item:hover{border-color:#ececef;background:#fff8f8}@media(max-width:1180px){.info__item{padding-inline:6px;font-size:9px}.info .info__menu>:nth-child(2),.info .info__menu>:nth-child(3){display:none}.navbar{gap:10px}.navbar__phone span{display:none}.footer{grid-template-columns:1.15fr .7fr .9fr 1.25fr;gap:22px}}@media(max-width:900px){.info .info__menu>:nth-child(4),.info .info__menu>:nth-child(7){display:none}.navbar__account,.navbar__cart{width:42px;padding:0}.navbar__account>span,.navbar__cart>span{display:none}.navbar__badge{min-width:17px;height:17px;position:absolute;top:-5px;right:-5px;border-width:1px;font-size:8px}.footer{grid-template-columns:1.2fr .8fr 1fr}.footer__socials{grid-column:1/-1}.footer__social-items{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.info,.navbar{display:none}.mobile-infobar{min-height:58px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;border-bottom:1px solid #ececef}.mobile-infobar .mobile-infobar__burger{width:42px;height:42px;display:grid;place-items:center;border:1px solid #e5e5e8;border-radius:11px;background:#fff;color:#171719;cursor:pointer;touch-action:manipulation}.mobile-infobar .mobile-infobar__burger:active{transform:scale(.97)}.mobile-infobar .mobile-infobar__burger:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.mobile-infobar .mobile-infobar__logo{width:112px;justify-self:center;display:block;border-radius:8px}.mobile-infobar__brand-logo{width:112px}.mobile-infobar .mobile-infobar__language{width:auto;min-width:64px;display:flex;justify-content:flex-end;padding-right:0}.mobile-infobar .mobile-infobar__language .info__language>.info__item{min-width:60px;min-height:40px;gap:5px;border:1px solid #e5e5e8;border-radius:11px;padding:0 7px;background:#fff;color:#171719;font-size:10px}.mobile-infobar .mobile-infobar__language .info__language>.info__item span{font-size:10px;font-weight:700}.mobile-infobar .mobile-infobar__language .info__language .info__select{min-width:74px;top:calc(100% + 6px);right:0;border:1px solid #e5e5e8;border-radius:10px;padding:4px;background:#fff;box-shadow:0 14px 36px rgba(30,30,33,.12)}.mobile-infobar .mobile-infobar__language .info__language .info__select .info__select-item{min-height:34px;gap:7px;border:0;border-radius:7px;padding:5px 7px;background:transparent}.mobile-bar{display:block}.mobile-bar .mobile-bar__search{height:42px;position:relative;display:grid;grid-template-columns:minmax(0,1fr) 44px;margin:8px 0 12px;border:1px solid #dedee2;border-radius:11px;padding:0;background:#fff}.mobile-bar .mobile-bar__search:focus-within{border-color:#9b9ba1;box-shadow:0 0 0 3px rgba(23,23,25,.06)}.mobile-bar .mobile-bar__search .mobile-bar__input{width:100%;min-width:0;border:0;border-radius:11px 0 0 11px;padding:0 12px;background:transparent;color:#171719;font-size:13px!important;outline:0}.mobile-bar .mobile-bar__search .mobile-bar__input::placeholder{color:#77777e;opacity:1}.mobile-bar .mobile-bar__search .mobile-bar__button{width:44px;height:40px;display:grid;place-items:center;border:0;border-left:1px solid #e5e5e8;border-radius:0 10px 10px 0;padding:0;position:static;right:auto;background:#171719;color:#fff;cursor:pointer}.mobile-bar .mobile-bar__search .mobile-bar__button:disabled{opacity:.45}.mobile-bar .mobile-bar__search .mobile-bar__button:active:not(:disabled){transform:scale(.96)}.mobile-bar .mobile-bar__search .navbar__select{width:100%;top:calc(100% + 7px);left:0;border:1px solid #e5e5e8;border-radius:12px;box-shadow:0 18px 45px rgba(27,27,30,.14)}.mobile-bar .mobile-bar__cart{width:48px;height:48px;position:fixed;right:14px;bottom:calc(78px + env(safe-area-inset-bottom));left:auto;z-index:10;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;padding:0;background:#ac0000;color:#fff;opacity:1;text-decoration:none;box-shadow:0 10px 26px rgba(92,0,0,.22);touch-action:manipulation}.mobile-bar .mobile-bar__cart strong{min-width:18px;height:18px;position:absolute;top:-4px;right:-4px;display:grid;place-items:center;border:2px solid #fff;border-radius:999px;padding-inline:3px;background:#171719;font-size:8px}.mobile-bar .mobile-bar__cart:active{transform:scale(.96)}.mobile-bar .mobile-bar__menu{min-height:64px;position:fixed;right:0;bottom:0;left:0;z-index:9;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;justify-content:stretch;padding:7px max(8px,env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));border-top:1px solid #e2e2e5;background:hsla(0,0%,100%,.96);box-shadow:0 -8px 28px rgba(30,30,33,.07);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mobile-bar .mobile-bar__menu .mobile-bar__item{min-width:0;min-height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;border-radius:9px;padding:3px 2px;background:transparent;color:#4f4f55;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:rgba(172,0,0,.08);touch-action:manipulation}.mobile-bar .mobile-bar__menu .mobile-bar__item svg{color:#ac0000}.mobile-bar .mobile-bar__menu .mobile-bar__item span{width:100%;overflow:hidden;font-size:8px;font-weight:750;line-height:1.1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.mobile-bar .mobile-bar__menu .mobile-bar__item:active{background:#fff5f5;transform:scale(.97)}.mobile-bar .mobile-bar__menu .mobile-bar__item:focus-visible{outline:3px solid rgba(172,0,0,.2);outline-offset:-2px}.light-bg{padding-bottom:calc(66px + env(safe-area-inset-bottom))}.footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px;margin-bottom:0!important;padding:28px 0 18px}.footer__bottom,.footer__brand,.footer__socials{grid-column:1/-1}.footer__brand-logo,.footer__logo{width:132px}.footer__brand p{max-width:290px;font-size:11px}.footer__contacts a,.footer__menu a{font-size:10px}.footer__social-items{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__bottom{align-items:flex-start;flex-direction:column;gap:5px}.sidebar .info__menu .info__item{min-height:46px;font-size:13px}}@media(max-width:360px){.mobile-infobar{grid-template-columns:40px minmax(0,1fr) auto}.mobile-infobar .mobile-infobar__brand-logo,.mobile-infobar .mobile-infobar__logo{width:96px}.mobile-bar .mobile-bar__menu .mobile-bar__item span{font-size:7px}}@media(prefers-reduced-motion:reduce){.footer a,.info__item,.mobile-bar__cart,.mobile-bar__item,.navbar__control,.navbar__phone,.navbar__search{transition-duration:.01ms!important}}.search-box{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) 32px 44px;align-items:center}.search-box__leading-icon{grid-column:1;justify-self:center;color:#77777e;pointer-events:none}.search-box>input{grid-column:2;min-width:0}.search-box>.search-box__clear{width:28px;height:28px;grid-column:3;display:grid;place-items:center;align-self:center;justify-self:center;border:0;border-radius:8px;padding:0;background:#f1f1f3;color:#616168;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease}.search-box>.search-box__clear:hover{background:#e6e6e9;color:#171719}.search-box>.search-box__clear:active{transform:scale(.94)}.search-box>.search-box__clear:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:1px}.search-box>.search-box__submit{width:44px;height:40px;grid-column:4;display:grid;place-items:center;border:0;border-left:1px solid #e5e5e8;border-radius:0 10px 10px 0;padding:0;background:#171719;color:#fff;cursor:pointer;transition:background-color .16s ease,opacity .16s ease,transform .16s ease}.search-box>.search-box__submit:hover:not(:disabled){background:#ac0000}.search-box>.search-box__submit:active:not(:disabled){transform:scale(.96)}.search-box>.search-box__submit:disabled{opacity:.42;cursor:default}.search-box>.search-box__submit:focus-visible{outline:3px solid rgba(172,0,0,.24);outline-offset:2px}.navbar__search.search-box{grid-template-columns:38px minmax(0,1fr) 32px 44px}.navbar__search.search-box>input{width:100%;height:40px;border:0;border-radius:0;padding:0 8px 0 0;background:transparent;color:#171719;font-size:13px;outline:0}.navbar__search.search-box>.search-box__clear{border:0;border-radius:8px;background:#f1f1f3;color:#616168}.search-dropdown{width:min(680px,100vw - 28px);max-height:min(68dvh,520px);position:absolute;top:calc(100% + 8px);left:0;z-index:20;overflow:hidden;border:1px solid #dfdfe3;border-radius:14px;background:#fff;box-shadow:0 24px 70px rgba(26,26,29,.17)}.search-dropdown__header,.search-dropdown__label{min-height:37px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ececef;padding:0 12px;color:#66666d;font-size:10px;font-weight:750}.search-dropdown__header strong{min-width:21px;height:21px;display:grid;place-items:center;border-radius:999px;background:#f1f1f3;color:#3f3f44;font-size:9px}.search-dropdown__items{max-height:min(52dvh,390px);overflow-y:auto;overscroll-behavior:contain}.search-suggestion{min-height:78px;display:grid;grid-template-columns:62px minmax(0,1fr) auto 18px;align-items:center;grid-gap:11px;gap:11px;padding:8px 12px;color:#171719;text-decoration:none;-webkit-tap-highlight-color:rgba(172,0,0,.08);touch-action:manipulation;transition:background-color .16s ease}.search-suggestion+.search-suggestion{border-top:1px solid #f0f0f2}.search-suggestion.is-active,.search-suggestion:focus-visible,.search-suggestion:hover{background:#fff8f8;outline:0}.search-suggestion>svg{color:#ac0000}.search-suggestion__image{width:62px;height:62px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#f7f7f8;color:#8a8a91}.search-suggestion__image img{width:auto;height:auto;max-width:82%;max-height:82%;display:block;object-fit:contain;mix-blend-mode:multiply}.search-suggestion__copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.search-suggestion__copy>small{width:100%;overflow:hidden;color:#77777e;font-size:8px;font-weight:800;letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.search-suggestion__copy>strong{width:100%;display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.search-suggestion__copy>span{color:#ac0000;font-size:9px}.search-suggestion__copy>span.is-available{color:#23663f}.search-suggestion__price{display:flex;flex-direction:column;align-items:flex-end;gap:3px;white-space:nowrap}.search-suggestion__price strong{font-size:11px}.search-suggestion__price del{color:#85858c;font-size:8px}.search-dropdown__all{width:100%;min-height:43px;display:flex;align-items:center;gap:7px;border:0;border-top:1px solid #e7e7ea;padding:0 12px;background:#f7f7f8;color:#3f3f44;font-size:10px;cursor:pointer;text-align:left}.search-dropdown__all svg{color:#ac0000}.search-dropdown__all span{font-weight:700}.search-dropdown__all strong{min-width:0;overflow:hidden;color:#ac0000;text-overflow:ellipsis;white-space:nowrap}.search-dropdown__all:hover{background:#fff1f1}.search-dropdown__all:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:-3px}.search-dropdown__state{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:22px;color:#6d6d74;text-align:center}.search-dropdown__state svg{color:#ac0000}.search-dropdown__state strong{color:#252528;font-size:13px}.search-dropdown__state span{max-width:290px;font-size:10px;line-height:1.45}.search-dropdown__skeleton{padding:3px 10px 7px}.search-dropdown__skeleton-row{min-height:76px;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;opacity:.78;animation:search-skeleton-pulse .9s ease-in-out infinite alternate}.search-dropdown__skeleton-row>span{width:58px;height:58px;border-radius:10px;background:#eeeeef}.search-dropdown__skeleton-row>div{display:flex;flex-direction:column;gap:8px}.search-dropdown__skeleton-row>div i{height:8px;display:block;border-radius:999px;background:#eeeeef}.search-dropdown__skeleton-row>div i:first-child{width:min(76%,290px)}.search-dropdown__skeleton-row>div i:last-child{width:min(42%,160px)}@keyframes search-skeleton-pulse{to{opacity:.4}}.search-page{min-height:55dvh;border-top:1px solid #f0f0f2;background:#fff}.search-page__shell{padding-top:28px;padding-bottom:44px}.search-page__header h1{color:#171719;font-size:clamp(24px,3vw,34px);line-height:1.1;letter-spacing:-.03em}.search-page__header p{display:flex;align-items:center;gap:12px;margin-top:8px;color:#6c6c73;font-size:11px}.search-page__header p span{max-width:min(70vw,520px);overflow:hidden;color:#ac0000;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.search-page__header p strong{font-weight:600}.search-page__search{width:min(100%,760px);height:48px;grid-template-columns:42px minmax(0,1fr) 34px 48px;margin-top:20px;border:1px solid #cfcfd4;border-radius:12px;background:#fff}.search-page__search:focus-within{border-color:#8f8f96;box-shadow:0 0 0 3px rgba(23,23,25,.06)}.search-page__search>input{width:100%;height:46px;border:0;padding:0 8px 0 0;background:transparent;color:#171719;font-size:14px;outline:0}.search-page__search>input::placeholder{color:#74747b;opacity:1}.search-page__search>.search-box__submit{width:48px;height:46px;border-radius:0 11px 11px 0}.search-results-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:28px}.search-page__state{min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin-top:24px;border-top:1px solid #ececef;color:#6f6f76;text-align:center}.search-page__state svg{color:#ac0000}.search-page__state h2{color:#232326;font-size:21px}.search-page__state p{max-width:380px;font-size:11px;line-height:1.5}.search-page__state a{min-height:40px;display:inline-flex;align-items:center;gap:7px;border-radius:10px;margin-top:4px;padding:0 15px;background:#171719;color:#fff;font-size:11px;font-weight:700;text-decoration:none}.search-page__state a:hover{background:#ac0000}.search-page__state a:active{transform:scale(.98)}@media(max-width:1180px){.search-results-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.search-results-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.mobile-bar .mobile-bar__search.search-box{grid-template-columns:36px minmax(0,1fr) 30px 42px;padding:0}.mobile-bar .mobile-bar__search.search-box>input{width:100%;min-width:0;height:40px;border:0;border-radius:0;padding:0 5px 0 0;background:transparent;color:#171719;font-size:12px!important;outline:0}.mobile-bar .mobile-bar__search.search-box>.search-box__submit{width:42px;height:40px;border-radius:0 10px 10px 0}.search-dropdown{width:calc(100vw - 20px);max-height:min(62dvh,470px)}.search-suggestion{min-height:72px;grid-template-columns:54px minmax(0,1fr) auto;gap:9px;padding:8px}.search-suggestion>svg{display:none}.search-suggestion__image{width:54px;height:54px}.search-suggestion__copy>strong{font-size:11px}.search-suggestion__price strong{font-size:9px}.search-page__shell{padding-top:20px;padding-bottom:30px}.search-page__header h1{font-size:23px}.search-page__header p{align-items:flex-start;flex-direction:column;gap:5px}.search-page__search{height:46px;grid-template-columns:38px minmax(0,1fr) 30px 46px;margin-top:15px}.search-page__search>input{height:44px;font-size:13px}.search-page__search>.search-box__submit{width:46px;height:44px}.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}}@media(max-width:390px){.search-suggestion__price{display:none}.search-suggestion{grid-template-columns:52px minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){.search-dropdown__skeleton-row{animation:none}.search-box button{transition-duration:.01ms!important}}.site-page{min-height:56dvh;border-top:1px solid #f0f0f2;background:#fff;color:#171719}.site-page *,.site-page :after,.site-page :before{box-sizing:border-box}.site-page__shell{padding-top:28px;padding-bottom:48px}.site-page__header{min-height:74px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-bottom:1px solid #e8e8eb;padding-bottom:18px}.site-page__heading{min-width:0}.site-page__heading h1{color:#171719;font-size:clamp(25px,3vw,36px);font-weight:850;line-height:1.08;letter-spacing:-.035em}.site-page__heading p{max-width:65ch;margin-top:7px;color:#65656c;font-size:12px;line-height:1.5}.site-page__header-aside{flex:0 0 auto;display:flex;align-items:center;gap:10px}.site-page__header-aside>span{min-height:31px;display:inline-flex;align-items:center;border-radius:9px;padding:0 10px;background:#f4f4f6;color:#5f5f66;font-size:10px;font-weight:750;white-space:nowrap}.rich-content{max-width:960px;padding:26px 0 8px;color:#3f3f44;font-size:14px;line-height:1.72}.rich-content.rich-content--narrow{max-width:820px}.rich-content h1,.rich-content h2,.rich-content h3,.rich-content h4{max-width:760px;margin:1.45em 0 .55em;color:#171719;line-height:1.2;letter-spacing:-.02em}.rich-content h1{font-size:25px}.rich-content h2{font-size:21px}.rich-content h3{font-size:17px}.rich-content blockquote,.rich-content ol,.rich-content p,.rich-content ul{max-width:76ch;margin:0 0 1em}.rich-content ol,.rich-content ul{padding-left:1.25em}.rich-content li+li{margin-top:.45em}.rich-content a{color:#ac0000;text-underline-offset:3px}.rich-content img{height:auto;border-radius:12px;margin:18px 0}.rich-content table{width:100%;max-width:820px;border-collapse:collapse;margin:18px 0;font-size:12px}.rich-content td,.rich-content th{border-bottom:1px solid #e4e4e7;padding:10px 8px;text-align:left}.rich-content blockquote{border-left:3px solid #ac0000;padding:4px 0 4px 15px;color:#5c5c63}.site-empty{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#6f6f76;text-align:center}.site-empty>svg{color:#ac0000}.site-empty h1{max-width:620px;color:#232326;font-size:clamp(21px,3vw,30px);line-height:1.15}.site-empty p{max-width:480px;font-size:12px;line-height:1.55}.site-empty a{min-height:41px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:10px;margin-top:4px;padding:0 15px;background:#171719;color:#fff;font-size:11px;font-weight:750;text-decoration:none;white-space:nowrap}.site-empty a:hover{background:#ac0000}.site-empty a:active{transform:scale(.98)}.site-empty a:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.site-empty.site-empty--success>svg{color:#23663f}.site-empty__code{color:#ac0000;font-size:clamp(64px,11vw,120px);line-height:.9;letter-spacing:-.07em}.blog-page__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:22px}.blog-card{min-width:0;display:block;overflow:hidden;border:1px solid #e3e3e7;border-radius:14px;background:#fff;color:#171719;text-decoration:none;-webkit-tap-highlight-color:rgba(172,0,0,.08);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.blog-card:hover{border-color:#c7c7cd;box-shadow:0 10px 24px rgba(35,35,38,.07);transform:translateY(-2px)}.blog-card:hover img{transform:scale(1.035)}.blog-card:active{transform:scale(.985)}.blog-card:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.blog-card__media{height:176px;display:grid;place-items:center;overflow:hidden;background:#f5f5f7;color:#88888f}.blog-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.blog-card__content{min-height:66px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:11px 13px}.blog-card__content strong{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog-card__content svg{color:#ac0000}.blog-page__about{margin-top:30px;border-top:1px solid #e8e8eb}.blog-detail{max-width:980px;margin:24px auto 0}.blog-detail__image{aspect-ratio:16/8;overflow:hidden;border-radius:14px;background:#f5f5f7}.blog-detail__image img{width:100%;height:100%;display:block;object-fit:cover}.blog-detail__content{max-width:780px;margin:0 auto}.brands-page__items{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:22px}.brand{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e3e3e7;border-radius:14px;background:#fff;color:#171719;text-decoration:none;-webkit-tap-highlight-color:rgba(172,0,0,.08);transition:border-color .18s ease,transform .18s ease}.brand:hover{border-color:rgba(172,0,0,.34);transform:translateY(-2px)}.brand:hover .brand__logo img{transform:scale(1.04)}.brand:active{transform:scale(.98)}.brand:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.brand__logo{height:118px;display:grid;place-items:center;padding:16px;background:#f7f7f8}.brand__logo img{width:auto;height:auto;max-width:82%;max-height:72px;object-fit:contain;transition:transform .2s ease}.brand__logo>strong{font-size:14px;text-align:center}.brand__footer{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 11px}.brand__footer strong{min-width:0;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.brand__footer svg{flex:0 0 auto;color:#ac0000}.catalog-page__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:22px}.catalog-card{min-height:166px;position:relative;display:grid;grid-template-columns:minmax(0,1fr) 42%;align-items:center;overflow:hidden;border:1px solid #e3e3e7;border-radius:14px;background:#f7f7f8;color:#171719;text-decoration:none;-webkit-tap-highlight-color:rgba(172,0,0,.08);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.catalog-card:hover{border-color:rgba(172,0,0,.32);box-shadow:0 10px 24px rgba(35,35,38,.07);transform:translateY(-2px)}.catalog-card:hover img{transform:scale(1.05)}.catalog-card:active{transform:scale(.985)}.catalog-card:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.catalog-card__content{min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding:18px 4px 18px 18px}.catalog-card__content>strong{display:-webkit-box;overflow:hidden;font-size:18px;line-height:1.18;letter-spacing:-.025em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-card__content small{margin-top:8px;color:#696970;font-size:10px}.catalog-card__content svg{margin-top:20px;color:#ac0000}.catalog-card__media{width:100%;height:100%;display:grid;place-items:center;color:#85858c}.catalog-card__media img{width:auto;height:auto;max-width:90%;max-height:88%;object-fit:contain;mix-blend-mode:multiply;transition:transform .2s ease}.listing-page__description{margin-top:28px;border-top:1px solid #e8e8eb}.address-page{padding:0}.address-showcase{gap:14px;margin-top:22px}.address-showcase__card{border:1px solid #e3e3e7;border-radius:14px;background:#fff;box-shadow:none}.address-showcase__top{grid-template-columns:minmax(270px,330px) 1fr;gap:12px;padding:12px}.address-showcase__gallery-wrap,.address-showcase__info{border:1px solid #e7e7ea;border-radius:11px;background:#f8f8f9}.address-showcase__gallery-title,.address-showcase__name{color:#171719}.address-showcase__photo-preview{min-height:280px;border-color:#e2e2e5;border-radius:10px;background:#fff}.address-showcase__map iframe{height:290px}@media(max-width:1080px){.brands-page__items{grid-template-columns:repeat(5,minmax(0,1fr))}.blog-page__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.brands-page__items{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-page__items{grid-template-columns:repeat(2,minmax(0,1fr))}.address-showcase__top{grid-template-columns:1fr}}@media(max-width:620px){.site-page__shell{padding-top:20px;padding-bottom:34px}.site-page__header{min-height:0;align-items:flex-start;flex-direction:column;gap:10px;padding-bottom:14px}.site-page__heading h1{font-size:24px}.site-page__heading p{font-size:11px}.site-empty{min-height:330px;padding:20px 10px}.rich-content{padding-top:20px;font-size:13px}.blog-page__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.blog-card__media{height:118px}.blog-card__content{min-height:58px;padding:9px 10px}.blog-card__content strong{font-size:10px}.blog-detail{margin-top:16px}.blog-detail__image{aspect-ratio:4/3;border-radius:11px}.brands-page__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.brand__logo{height:96px}.catalog-page__items{grid-template-columns:1fr;gap:10px;margin-top:16px}.catalog-card{min-height:142px}.catalog-card__content>strong{font-size:16px}.address-showcase{margin-top:16px}.address-showcase__top{padding:9px}}@media(prefers-reduced-motion:reduce){.blog-card,.blog-card img,.brand,.brand img,.catalog-card,.catalog-card img,.site-empty a{transition-duration:.01ms!important}}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:start;grid-gap:22px;gap:22px;padding:0}.product-detail__info{width:auto;min-width:0;display:flex;flex-direction:column;gap:18px}.product-detail__media-panel{min-width:0;position:relative;border:1px solid #e3e3e7;border-radius:14px;padding:12px;background:#f7f7f8}.product-detail__media-actions{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:10px}.product-detail__view-toggle{display:inline-flex;align-items:center;gap:4px;border-radius:9px;padding:3px;background:#ececef}.product-detail__view-toggle button{min-height:31px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:7px;padding:0 10px;background:transparent;color:#65656c;font-size:10px;font-weight:700;cursor:pointer}.product-detail__view-toggle button:hover{color:#171719}.product-detail__view-toggle button.is-active{background:#fff;color:#ac0000;box-shadow:0 1px 3px rgba(30,30,33,.08)}.product-detail__view-toggle button:active{transform:scale(.97)}.product-detail__view-toggle button:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:1px}.product-detail__favorite{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #dedee2;border-radius:50%;padding:0;background:#fff;color:#303034;cursor:pointer}.product-detail__favorite.is-active,.product-detail__favorite:hover{color:#ac0000}.product-detail__favorite:active{transform:scale(.94)}.product-detail__favorite:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.product-detail__bonus{min-height:32px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:8px;margin-top:8px;padding:0 9px;background:#fff0f0;color:#ac0000;cursor:pointer}.product-detail__bonus span{font-size:10px;font-weight:800}.product-detail__bonus small{color:#66666d;font-size:9px}.product-detail__bonus:active{transform:scale(.98)}.product-detail__bonus:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.product-detail__gallery{min-height:460px;display:grid;place-items:center;padding:8px 44px 54px}.product-detail__slider{width:100%;min-width:0}.product-detail__slider .slick-list,.product-detail__slider .slick-slide,.product-detail__slider .slick-slide>div,.product-detail__slider .slick-track{min-height:390px}.product-detail__slider .slick-arrow{z-index:2;filter:none}.product-detail__slider .slick-arrow:before{color:#171719;opacity:.72}.product-detail__slide{min-height:390px;position:relative;display:grid!important;place-items:center}.product-detail__slide img{width:auto!important;height:auto!important;max-width:86%!important;max-height:380px!important;object-fit:contain;mix-blend-mode:multiply}.product-detail__slide img.is-unavailable{filter:grayscale(1);opacity:.62}.product-detail__dots{position:absolute;bottom:-45px;display:flex!important;align-items:center;justify-content:center;gap:7px}.product-detail__dots li{width:46px;height:46px;overflow:hidden;border:1px solid #dedee2;border-radius:8px;margin:0;background:#fff}.product-detail__dots li.slick-active{border-color:#ac0000}.product-detail__dots li a,.product-detail__dots li div{width:100%;height:100%;display:grid;place-items:center}.product-detail__dots li img{width:auto;height:auto;max-width:86%;max-height:86%;object-fit:contain}.product-detail__gallery-empty{min-height:380px;display:grid;place-items:center;color:#85858c}.product-detail__summary{border-bottom:1px solid #e7e7ea;padding:2px 0 18px}.product-detail__summary h1{max-width:760px;color:#171719;font-size:clamp(22px,2.8vw,34px);line-height:1.12;letter-spacing:-.035em;text-align:left}.product-detail__more{display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px;margin-top:11px}.product-detail__more span{color:#717178;font-size:10px}.product-detail__more span strong{margin-left:4px;color:#2c2c30}.product-detail__sidebar{width:auto;position:-webkit-sticky;position:sticky;top:14px;display:flex;flex-direction:column;gap:12px}.product-detail__buybox,.product-detail__review-box{border:1px solid #e3e3e7;border-radius:14px;padding:16px;background:#fff}.product-detail__buybox>span{color:#ac0000;font-size:10px;font-weight:700}.product-detail__buybox>span.is-available{color:#23663f}.product-detail__price{margin-top:11px}.product-detail__price del{display:block;color:#85858c;font-size:11px}.product-detail__price strong{display:block;margin-top:3px;color:#171719;font-size:24px;line-height:1.1}.product-detail__add{width:100%;min-height:44px;border:0;border-radius:10px;margin-top:15px;padding:0 16px;background:#ac0000;color:#fff;font-size:12px;font-weight:750;cursor:pointer}.product-detail__add:hover:not(:disabled){background:#8f0000}.product-detail__add:active:not(:disabled){transform:scale(.98)}.product-detail__add:disabled{opacity:.42;cursor:not-allowed}.product-detail__add:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.product-detail__quantity{height:44px;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;overflow:hidden;border:1px solid #dedee2;border-radius:10px;margin-top:15px}.product-detail__quantity button{width:44px;height:42px;display:grid;place-items:center;border:0;padding:0;background:transparent;color:#171719;cursor:pointer}.product-detail__quantity button:hover:not(:disabled){background:#fff5f5;color:#ac0000}.product-detail__quantity button:active:not(:disabled){transform:scale(.9)}.product-detail__quantity button:disabled{opacity:.3;cursor:not-allowed}.product-detail__quantity button:focus-visible{outline:2px solid rgba(172,0,0,.3);outline-offset:-2px}.product-detail__quantity>strong{font-size:13px;text-align:center}.product-detail__rating-summary{display:flex;align-items:center;gap:12px;border-bottom:1px solid #ececef;padding-bottom:12px}.product-detail__rating-summary>strong{color:#171719;font-size:25px}.product-detail__stars{display:flex;flex-direction:column;gap:4px}.product-detail__stars>span:last-child{color:#74747b;font-size:9px}.rating{display:inline-flex;align-items:center;gap:2px}.rating button,.rating>span{display:grid;place-items:center;border:0;padding:0;background:transparent;color:#b5b5ba}.rating button[aria-pressed=true],.rating>span.is-active{color:#ac0000}.rating button{width:26px;height:26px;border-radius:6px;cursor:pointer}.rating button:hover{background:#fff1f1;color:#ac0000}.rating button:focus-visible{outline:2px solid rgba(172,0,0,.28)}.product-detail__form{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:12px}.product-detail__form>label{color:#4d4d53;font-size:10px;font-weight:700}.product-detail__form textarea{width:100%;min-height:76px;resize:vertical;border:1px solid #d8d8dd;border-radius:9px;padding:9px 10px;color:#171719;font-size:11px;line-height:1.45;outline:0}.product-detail__form textarea::placeholder{color:#727279}.product-detail__form textarea:focus{border-color:#8f8f96;box-shadow:0 0 0 3px rgba(23,23,25,.06)}.product-detail__form>button{min-height:38px;border:0;border-radius:9px;background:#171719;color:#fff;font-size:10px;font-weight:750;cursor:pointer}.product-detail__form>button:hover{background:#ac0000}.product-detail__form>button:active{transform:scale(.98)}.product-detail__services{border:1px solid #e3e3e7;border-radius:14px;padding:5px 14px;background:#fff}.product-detail__service{min-height:60px;display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;color:#4e4e54;text-decoration:none}.product-detail__service+.product-detail__service{border-top:1px solid #ececef}.product-detail__service>svg{color:#ac0000}.product-detail__service>span{min-width:0;display:flex;flex-direction:column;gap:3px}.product-detail__service strong{color:#29292c;font-size:10px}.product-detail__service small{color:#717178;font-size:8px;line-height:1.35}.product-detail__service[href]:hover strong{color:#ac0000}.product-detail__details{min-width:0}.product-detail__bars{display:flex;align-items:center;gap:5px;overflow-x:auto;border-radius:11px;padding:4px;background:#f1f1f3}.product-detail__bars button{min-height:35px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;padding:0 11px;background:transparent;color:#626269;font-size:10px;font-weight:700;white-space:nowrap;cursor:pointer}.product-detail__bars button:hover{color:#171719}.product-detail__bars button.is-active{background:#fff;color:#ac0000;box-shadow:0 1px 3px rgba(30,30,33,.08)}.product-detail__bars button:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:-1px}.product-detail__description{width:100%;display:block;padding:22px 2px 8px;color:#3f3f44;font-size:13px;line-height:1.7}.product-detail__description>div,.product-detail__description>div>div{width:100%}.product-detail__description ol,.product-detail__description p,.product-detail__description ul{max-width:76ch;margin:0 0 1em}.product-detail__description ol,.product-detail__description ul{padding-left:1.2em}.product-detail__description table{width:100%;border-collapse:collapse;font-size:11px}.product-detail__description table td,.product-detail__description table th{border-bottom:1px solid #e7e7ea;padding:9px 7px;text-align:left}.product-detail__created-at{display:flex;align-items:center;gap:14px;border-top:1px solid #e7e7ea;padding-top:11px;color:#78787f;font-size:9px}.product-detail__created-at span{display:inline-flex;align-items:center;gap:4px}.product-detail__reviews{max-height:380px;display:flex;flex-direction:column;gap:9px;overflow-y:auto}.product-detail__reviews>.product-detail__review{border:1px solid #e3e3e7;border-radius:11px;padding:12px}.product-detail__review-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-detail__review-user{display:flex;align-items:baseline;gap:7px}.product-detail__review-user-name{color:#2a2a2d;font-size:11px;font-weight:750}.product-detail__review-created-at{color:#83838a;font-size:8px}.product-detail__review-body{margin-top:7px;color:#55555b;font-size:11px;line-height:1.5}.viewer-360{width:100%;max-width:560px;position:relative;overflow:hidden;border:0;border-radius:12px;margin:0 auto;background:transparent;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.viewer-360:active{cursor:-webkit-grabbing;cursor:grabbing}.viewer-360__badge{position:absolute;top:10px;left:10px;z-index:3;display:inline-flex;align-items:center;gap:5px;border-radius:8px;padding:5px 9px;background:rgba(23,23,25,.78);color:#fff;font-size:10px;font-weight:750;pointer-events:none}.viewer-360__canvas{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.viewer-360__frame{width:100%;height:100%}.viewer-360__frame img{width:100%!important;height:100%!important;object-fit:contain;pointer-events:none}.viewer-360__controls{display:flex;align-items:center;gap:10px;border-radius:10px;padding:8px 10px;background:#ececef}.viewer-360__btn{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:50%;padding:0;background:#fff;color:#333338;cursor:pointer}.viewer-360__btn:hover{background:#ac0000;color:#fff}.viewer-360__btn:focus-visible{outline:3px solid rgba(172,0,0,.24);outline-offset:2px}.viewer-360__progress{height:4px;flex:1 1;overflow:hidden;border-radius:999px;background:#d7d7db}.viewer-360__progress-bar{height:100%;border-radius:inherit;background:#ac0000;transition:width .1s ease}.viewer-360__hint{position:absolute;bottom:58px;left:50%;display:flex;align-items:center;gap:5px;border-radius:8px;padding:6px 10px;background:rgba(23,23,25,.72);color:#fff;font-size:9px;white-space:nowrap;pointer-events:none;transform:translateX(-50%)}.viewer-360__hint:has(span:empty){display:none}.viewer-360__close{width:38px;height:38px;position:absolute;top:10px;right:10px;z-index:10;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(23,23,25,.78);color:#fff;cursor:pointer}.viewer-360--fullscreen{max-width:min(80vw,780px);max-height:84dvh;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.3)}.viewer-360--fullscreen .viewer-360__canvas{max-height:74dvh}.viewer-360__overlay{width:100%;height:100%;position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(18,18,20,.86);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:980px){.product-detail{grid-template-columns:minmax(0,1fr) 300px}.product-detail__gallery{min-height:400px;padding-inline:28px}.product-detail__slide,.product-detail__slider .slick-list,.product-detail__slider .slick-slide,.product-detail__slider .slick-slide>div,.product-detail__slider .slick-track{min-height:330px}.product-detail__slide img{max-height:320px!important}}@media(max-width:760px){.product-detail{grid-template-columns:1fr}.product-detail__sidebar{width:100%;position:static}.product-detail__services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 12px;gap:0 12px}.product-detail__service{border-top:0}.product-detail__service:nth-child(n+3){border-top:1px solid #ececef}}@media(max-width:620px){.product-detail{gap:14px}.product-detail__media-panel{padding:9px}.product-detail__view-toggle button{padding:0 8px}.product-detail__view-toggle button span{display:none}.product-detail__gallery{min-height:330px;padding:5px 25px 45px}.product-detail__slide,.product-detail__slider .slick-list,.product-detail__slider .slick-slide,.product-detail__slider .slick-slide>div,.product-detail__slider .slick-track{min-height:275px}.product-detail__slide img{max-height:265px!important}.product-detail__dots{bottom:-38px}.product-detail__dots li{width:38px;height:38px}.product-detail__summary h1{font-size:23px}.product-detail__price strong{font-size:21px}.product-detail__services{grid-template-columns:1fr}.product-detail__service:nth-child(n+2){border-top:1px solid #ececef}.product-detail__bars button{flex:0 0 auto}.product-detail__description{font-size:12px}}@media(prefers-reduced-motion:reduce){.product-detail button,.product-detail img{transition-duration:.01ms!important}}img{height:auto}canvas,iframe,img,video{max-width:100%}.rich-content{overflow-wrap:anywhere}.rich-content table{display:block;overflow-x:auto;overscroll-behavior-inline:contain}@media screen and (max-width:760px){.main-container{width:calc(100% - 32px)!important;padding-inline:0!important}.site-page__header-aside{max-width:100%;flex-wrap:wrap}.order-summary__row{gap:12px}.order-summary__row>span:first-child{min-width:0}.order-summary__row>span:last-child{flex:0 0 auto;white-space:nowrap}}@media screen and (max-width:390px){.main-container{width:calc(100% - 20px)!important}}body{font-size:16px;line-height:1.5}.info__item{font-size:12px}.info__select-item,.navbar__control,.navbar__phone,.navbar__select-item{font-size:14px}.mobile-bar .mobile-bar__search .mobile-bar__input,.navbar__input{font-size:15px!important}.mobile-bar .mobile-bar__cart strong,.navbar__badge{font-size:10px}.footer__bottom,.footer__brand p,.footer__contacts a,.footer__menu a,.footer__social-items a{font-size:13px}.rich-content,.site-page__header-aside,.site-page__heading p{font-size:15px}.home-category-card strong,.home-service-card strong{font-size:14px}.home-brand-card strong,.home-collection-card span{font-size:13px}.home-blog-card>span:last-child strong{font-size:15px}.product-card__badge,.product-card__meta{font-size:10px}.product-card__content h3{min-height:40px;font-size:15px}.product-card__price del,.product-card__stock{font-size:11px}.product-card__price strong{font-size:15px}.product-card__quantity>strong,.products-pagination__message,.products__read-more{font-size:13px}.products-pagination__button{font-size:14px}.cart-item__details>span{font-size:11px}.cart-item__details h2,.cart-item__total{font-size:16px}.cart-item__quantity strong,.cart-item__unit-price{font-size:13px}.cart>.cart__total .cart__total-price{font-size:16px}.cart>.cart__total .cart__total-price span{font-size:22px}.cart>.cart__total button{font-size:14px}.product-detail__bars button,.product-detail__buybox>span,.product-detail__more span,.product-detail__view-toggle button{font-size:12px}.product-detail__bonus span{font-size:13px}.product-detail__bonus small{font-size:11px}.product-detail__price del{font-size:14px}.product-detail__price strong{font-size:28px}.product-detail__add,.product-detail__description,.product-detail__form textarea{font-size:14px}.product-detail__service strong{font-size:13px}.product-detail__service small{font-size:11px}.product-detail__form>button,.product-detail__form>label,.product-detail__review-body,.product-detail__review-user-name{font-size:13px}.order-delivery-details__header small{font-size:12px}.order-delivery-details__header h3{font-size:15px}.order-delivery-details__copy,.order-delivery-details__empty,.order-delivery-details__price{font-size:13px}.order-coupon .order-coupon__label,.order-field>label,.order-summary .order-summary__policy{font-size:14px}.navbar__select-meta,.navbar__select-price del,.search-result-card__meta,.search-result-card__price del,.search-result-card__stock{font-size:11px}.navbar__select-price strong,.search-result-card__price strong{font-size:14px}@media screen and (max-width:620px){.mobile-bar .mobile-bar__menu .mobile-bar__item span{font-size:10px}.footer__brand p,.footer__contacts a,.footer__menu a{font-size:13px}.home-compact__header h2{font-size:21px}.home-category-card strong,.home-service-card strong{font-size:13px}.product-card__content h3{min-height:38px;font-size:14px}.cart-item__details h2,.product-card__price strong{font-size:14px}.cart-item__unit-price{font-size:12px}.cart>.cart__total .cart__total-price{font-size:13px}.cart>.cart__total .cart__total-price span{font-size:17px}.cart>.cart__total button{font-size:13px}.product-detail__price strong{font-size:25px}.product-detail__description{font-size:14px}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.srm-modal-open{position:relative;overflow:hidden}.srm-fade-in{animation:fadeIn .1s forwards}.srm-slide-down-fade{animation:slideDownFade .2s forwards}.srm-modal-backdrop{z-index:-1;cursor:pointer;background:rgba(0,0,0,.5)}.srm-modal-backdrop,.srm-modal-wrapper{top:0;left:0;right:0;bottom:0;position:fixed}.srm-modal-wrapper{width:100vw;height:100vh;z-index:9999;display:flex;overflow:auto;align-items:center}.srm-modal-content{margin:auto;height:100vh;overflow:auto;position:relative;background:#fff;-webkit-font-smoothing:subpixel-antialiased}@media (min-width:500px){.srm-modal-content{height:auto;overflow:none}}.srm-close-icon{top:0;right:0;width:20px;height:20px;color:gray;cursor:pointer;margin-top:20px;margin-right:20px;position:absolute}.srm-close-icon:hover{color:red}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.language-select-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:rgba(24,24,27,.2);backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%);animation:language-overlay-in .24s ease both}.language-select-container{width:min(100%,470px);position:relative;overflow:hidden;border:1px solid hsla(0,0%,100%,.72);border-radius:18px;padding:26px;background:hsla(0,0%,100%,.96);box-shadow:0 30px 80px rgba(19,19,21,.2);color:#171719;animation:language-dialog-in .34s cubic-bezier(.22,1,.36,1) both}.language-select-container:before{width:160px;height:160px;position:absolute;top:-100px;right:-90px;border-radius:50%;background:rgba(172,0,0,.08);content:"";pointer-events:none}.language-select__logo{width:142px;margin:-18px auto -10px}.language-select__heading{position:relative;text-align:center}.language-select__heading>span{color:#ac0000;font-size:9px;font-weight:800;letter-spacing:.16em}.language-select__heading h2{margin:7px 0 0;font-size:clamp(23px,5vw,29px);font-weight:800;line-height:1.08;letter-spacing:-.035em}.language-select__heading h2 small{display:block;margin-top:4px;color:#73737a;font-size:.52em;font-weight:500;letter-spacing:0}.language-select__heading p{max-width:330px;margin:12px auto 0;color:#73737a;font-size:11px;line-height:1.45}.language-select__heading p span{display:block}.language-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:21px}.language-option{min-width:0;min-height:84px;display:grid;grid-template-columns:38px minmax(0,1fr) 26px;align-items:center;grid-gap:9px;gap:9px;border:1px solid #e5e5e8;border-radius:13px;padding:12px;background:#fff;color:#171719;text-align:left;cursor:pointer;-webkit-tap-highlight-color:rgba(172,0,0,.08);touch-action:manipulation;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.language-option.is-selected,.language-option:hover:not(:disabled){border-color:rgba(172,0,0,.42);background:#fff8f8;box-shadow:0 8px 20px rgba(54,23,23,.06)}.language-option:active:not(:disabled){transform:scale(.98)}.language-option:focus-visible{outline:3px solid rgba(172,0,0,.22);outline-offset:2px}.language-option:disabled{cursor:wait;opacity:.72}.language-option__flag{width:36px;height:36px;display:grid;place-items:center;overflow:hidden;border:1px solid #ececef;border-radius:50%;background:#f7f7f8}.language-option__flag img{width:100%;height:100%;display:block;object-fit:cover}.language-option__copy{min-width:0;display:block}.language-option__copy small,.language-option__copy strong{display:block}.language-option__copy strong{overflow:hidden;font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.language-option__copy small{margin-top:4px;color:#73737a;font-size:9px;line-height:1.25}.language-option__action{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#f4f4f5;color:#73737a}.language-option.is-selected .language-option__action{background:#ac0000;color:#fff}@keyframes language-overlay-in{0%{opacity:0}}@keyframes language-dialog-in{0%{opacity:0;transform:translateY(10px) scale(.985)}}@media (max-width:480px){.language-select-overlay{padding:14px}.language-select-container{border-radius:16px;padding:22px 16px 16px}.language-select__logo{width:124px;margin-top:-16px}.language-options{grid-template-columns:1fr;gap:8px;margin-top:17px}.language-option{min-height:68px}}@media (prefers-reduced-motion:reduce){.language-select-container,.language-select-overlay{animation:none}.language-option{transition-duration:.01ms}}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Roboto_39ece3;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_Fallback_39ece3;src:local("Arial");ascent-override:92.67%;descent-override:24.39%;line-gap-override:0.00%;size-adjust:100.11%}.__className_39ece3{font-family:__Roboto_39ece3,__Roboto_Fallback_39ece3;font-style:normal}