:root{--black-blue:#0d0c1c;--blue:#2100b1;--blue-2:#3c54dc;--blue-light:#01a2d0;--blue-dark:#271c6b;--focus-blue:#aac0dd;--hover-header:#0b0050;--bg-card-product:#ffffff;--bg-transparent:transparent;--border-card-product:#dee2e6;--color-title-product-card:#101010;--black:#101010;--grey-dark:#383a40;--border-grey-dark:var(--white);--grey:#96999c;--grey-light:#b9bec2;--grey-light-2:#dee2e6;--grey-light-3:#f6f6f6;--white:#ffffff;--bg-white:#ffffff;--static-black:#101010;--statick-black-grey:#1a1a1a;--error:#d80101;--warning:#d80101;--success:#27ae60;--gradient:linear-gradient(70deg,rgba(1,12,40,1) 7%,rgba(19,14,101,1) 30%,rgba(4,1,54,1) 40%);--gradient-static:linear-gradient(70deg,rgba(1,12,40,1) 7%,rgba(19,14,101,1) 30%,rgba(4,1,54,1) 40%)}[data-theme=dark]{--black-blue:var(--white);--blue:#2100b1;--blue-2:#3c54dc;--blue-light:#01a2d0;--blue-dark:#271c6b;--focus-blue:#aac0dd;--hover-header:#0b0050;--bg-card-product:#212121;--bg-transparent:#1a1a1a;--border-card-product:none;--color-title-product-card:#3c54dc;--black:var(--white);--grey-dark:var(--white);--border-grey-dark:#383a40;--grey:#96999c;--grey-light:#b9bec2;--grey-light-2:#dee2e6;--grey-light-3:#1a1a1a;--bg-white:var(--gradient);--error:#d80101;--warning:#d80101;--success:#27ae60;--gradient:radial-gradient(circle,rgba(1,12,40,1) 0%,rgba(4,1,54,1) 100%)}ul{padding:0;margin:0}li{list-style:none}p{padding:0;margin:0}a{text-decoration:none;display:block}a,button{color:inherit}button{border:none;background:rgba(0,0,0,0);cursor:pointer;outline:none;height:-moz-fit-content;height:fit-content;font-family:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:400;cursor:default}input{border:none;width:100%;font-family:Inter;font-size:1.4rem;font-weight:400}input::placeholder{color:rgba(36,36,46,.5019607843);font-family:Inter;font-size:1.4rem;font-weight:400}input::-webkit-input-placeholder{color:rgba(36,36,46,.5019607843)}input::-moz-placeholder{color:rgba(36,36,46,.5019607843)}textarea{border:none;width:100%;font-family:Inter;font-size:1.4rem;font-weight:400}textarea::placeholder{font-family:Inter;color:rgba(36,36,46,.5019607843);font-size:1.4rem;font-weight:400}body,html{position:relative;font-family:Inter,sans-serif;color:var(--white);display:flex;flex-direction:column;min-height:100vh;background:var(--white);scroll-behavior:smooth;font-size:16px}@media(max-width:3440px){body,html{font-size:14px}}@media(max-width:2048px){body,html{font-size:10px}}@media(max-width:1024px){body,html{font-size:9px}}*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none}img{max-width:100%;object-fit:contain;max-height:100%;width:100%;height:100%}main{background:var(--bg-white);display:flex;flex-direction:column;flex:1 0 auto}.suspense-loader-wrap{flex:1 1;display:flex;align-items:center}