@font-face{font-family:"Montserrat";src:url(/assets/fonts/montserrat/Montserrat-BoldItalic.woff2) format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"Montserrat";src:url(/assets/fonts/montserrat/Montserrat-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url(/assets/fonts/montserrat/Montserrat-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url(/assets/fonts/montserrat/Montserrat-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url(/assets/fonts/montserrat/Montserrat-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Roboto Mono";src:url(/assets/fonts/roboto-mono/RobotoMono-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Roboto Mono";src:url(/assets/fonts/roboto-mono/RobotoMono-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Roboto Mono";src:url(/assets/fonts/roboto-mono/RobotoMono-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}html{--body-first:#13171c;--body-glow:#243e62;--main-color:#ffffff;--second-color:#899fba;--primary-color:#f1326b;--primary-color-d:#b72752;--red-color:#e61c38;--orange-color:#ea8f36;--yelow-color:#eac330;--green-color:#1cb658;--logo-rem:#353e4a;--header:rgba(14, 20, 27, 0.3);--header-shadow:0 0 5px 0 rgba(0, 0, 0, 0.9);--block:#181e29;--gray-border:#252e3e;--footer:#181e29;--btn-color:var(--main-color);--scrollbar-bg:var(--block);--scrollbar-track:var(--primary-color-d);--selection-bg:var(--primary-color-d);--selection-color:#fff;--select-icon:""}html.light{--body-first:#edf1ff;--body-glow:#5b7293;--main-color:#272b31;--second-color:#3f4348;--logo-rem:#d5e1f4;--header:rgba(237, 241, 255, 0.43);--header-shadow:0 0 5px 0 rgba(0, 0, 0, 0.5);--block:#fff;--gray-border:#fff;--footer:#eaf1ff;--btn-color:#ffffff}html.transitioning{transition:background linear 0.2s,color linear 0.2s,border-color linear 0.2s,fill linear 0.2s,stroke linear 0.2s!important}html.transitioning *{transition:background linear 0.2s,color linear 0.2s,border-color linear 0.2s,fill linear 0.2s,stroke linear 0.2s!important}body{margin:0;padding:0;background:var(--body-first);color:var(--main-color);font-family:"Montserrat",sans-serif;font-size:14px;min-width:320px}body:before{content:"";position:fixed;bottom:0;left:0;background-image:radial-gradient(circle at top left,color-mix(in srgb,var(--body-glow) 60%,transparent 40%) 0%,transparent 50%);width:800px;height:100%;z-index:-1;pointer-events:none;user-select:none}*{box-sizing:border-box;outline:none;scrollbar-width:thin;scrollbar-color:var(--scrollbar-track) var(--scrollbar-bg)}*::-webkit-scrollbar{height:10px;width:10px}*::-webkit-scrollbar-track{background:var(--scrollbar-bg)}*::-webkit-scrollbar-thumb{background-color:var(--scrollbar-track);border-radius:10px;border:2px solid var(--scrollbar-bg)}*::selection{background:var(--selection-bg);color:var(--selection-color)}*::-moz-selection{background:var(--selection-bg);color:var(--selection-color)}img{max-width:100%;height:auto}b,strong{font-weight:600}.container{margin:0 auto;padding:40px 0 0 0;max-width:1720px}p{line-height:23px;font-weight:500}.main-title{display:inline-flex;align-items:center;margin:0 0 20px 0}.main-title svg{margin-right:10px;fill:var(--primary-color)}.main-title svg *{fill:var(--primary-color)}.main-title h1{margin:0;font-size:32px;font-style:italic;text-transform:uppercase}input{font-family:"Montserrat",sans-serif}.error-message{color:var(--primary-color);border-radius:10px;border:2px solid var(--primary-color);text-align:center;padding:20px;font-size:18px;font-weight:600}.logo svg{fill:var(--main-color)}.logo svg .primary{fill:var(--primary-color)}.logo svg .rem{fill:var(--logo-rem)}@media screen and (max-width:1750px){.container{padding:40px 10px 0 10px}}@media screen and (max-width:1000px){.main-title h1{font-size:20px}}.header{backdrop-filter:blur(12px);background:var(--header);position:sticky;top:0;box-shadow:var(--header-shadow);z-index:10}.header .container{padding:20px 0;display:flex;align-items:center}.header .menu{width:calc(50% - 150px);display:flex;align-items:center;justify-content:flex-start}.header .menu a{text-decoration:none;color:var(--second-color);font-weight:600;font-size:14px;text-transform:uppercase;margin-right:30px;transition:color 0.3s ease-out}.header .menu a:last-child{margin-right:0}.header .menu a:hover{color:var(--main-color)}.header .logo{margin:0 auto}.header .actions{width:calc(50% - 150px);display:flex;align-items:center;justify-content:flex-end}.header .actions .btn{margin-right:10px}.header .actions .btn:last-child{margin:0}.header .actions .cart{color:var(--second-color);width:110px;text-align:right;padding:0 10px}.header .actions .cart .title{font-size:12px}.header .actions .cart .total{margin-top:4px;font-weight:600;font-size:16px;color:var(--primary-color)}.header .actions .cart .total.empty{color:var(--second-color)}.header .actions .cart .total span{margin-left:4px;color:var(--second-color)}@media screen and (max-width:1750px){.header .container{padding:20px 10px}}@media screen and (max-width:1000px){.header .menu{display:none}.header .container{padding:10px}.header .logo{margin:0 auto 0 0}.header .logo svg{width:100px}}.btn{background:var(--primary-color-d);color:var(--btn-color);padding:0 30px;border-radius:10px;text-decoration:none;text-align:center;font-weight:600;transition:opacity 0.3s ease-out,border-color 0.3s ease-out;border:2px solid var(--primary-color-d);cursor:pointer;display:inline-flex;align-items:center;height:45px;box-sizing:border-box;justify-content:center;font-family:"Montserrat",sans-serif;font-size:14px;position:relative}.btn.gray{color:var(--main-color);background:var(--gray-border);border-color:var(--gray-border)}.btn.min{padding:0;width:40px;min-width:40px;height:40px}.btn svg *:not(.stroke):not(.not-fill){fill:var(--main-color)}.btn .stroke{stroke:var(--main-color)}.btn .btn-tooltip{position:absolute;top:-30px;background:var(--primary-color-d);padding:5px 10px;border-radius:10px;left:calc(50% - 60px);height:26px;width:120px;box-sizing:border-box;font-weight:600;font-size:13px;text-align:center;color:var(--btn-color);z-index:9}.btn:hover:not(.btn__isTooltip){opacity:.8}.btn:hover.gray{border-color:var(--primary-color)}@media screen and (max-width:1000px){.btn{padding:0 20px;height:40px}.btn.min{padding:0;width:35px;min-width:35px;height:35px}.btn svg{transform:scale(.8)}}.footer{background:var(--footer);padding:40px;margin:20px 0 40px 0;border-radius:20px;height:600px;position:relative;overflow:hidden;display:flex;flex-direction:column}.footer .footer-background{display:block;position:absolute;left:0;right:0;top:0;bottom:0;opacity:.2;object-fit:cover;width:100%;height:100%;z-index:1}.footer .footer-background img{object-fit:cover;width:100%;height:100%}.footer .copyright{z-index:2;position:relative;text-align:center;color:var(--second-color);border-top:1px solid var(--gray-border);padding:20px 0 0 0;margin-top:auto;width:100%}.footer .copyright a{color:var(--second-color)}.footer .copyright a:hover{color:var(--primary-color)}.footer .footer-items{z-index:2;position:relative;display:flex}.footer .footer-items .footer-item{margin-right:100px}.footer .footer-items .footer-item:last-child{margin-right:0}.footer .footer-items .footer-item .footer-item__title{font-size:20px;font-weight:600;color:var(--main-color);margin:10px 0 30px 0;text-transform:uppercase}.footer .footer-items .footer-item .footer-item__menu{display:flex;flex-direction:column}.footer .footer-items .footer-item .footer-item__menu a{text-decoration:none;color:var(--second-color);margin-bottom:10px;font-weight:600}.footer .footer-items .footer-item .footer-item__menu a:hover{color:var(--primary-color)}@media screen and (max-width:1000px){.footer{padding:20px;margin:20px 0 20px 0}.footer .footer-items{flex-direction:column;justify-content:center;align-items:center;text-align:center}.footer .footer-items .footer-item{margin-right:0;margin-bottom:40px}.footer .footer-items .footer-item:last-child{margin-right:0;margin-bottom:0}.footer .footer-items .footer-item .footer-item__title{font-size:16px}}.progress{padding:10px 0;display:flex;align-items:center}.progress .progress-loader{margin-left:10px;width:24px;height:24px;border:3px solid var(--primary-color);border-bottom-color:#fff0;border-radius:50%;display:inline-block;box-sizing:border-box;animation:progressLoaderRotate 1s linear infinite}@keyframes progressLoaderRotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}