*{padding:0;margin:0;-webkit-user-select:none;user-select:none}html{height:max-content}html,body{scrollbar-width:none!important}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}html{font-size:var(--font);font-family:Comfortaa,sans-serif;font-optical-sizing:auto;font-style:normal;scroll-behavior:smooth}a{text-decoration:none;color:var(--color);transition:all .2s ease}a:hover{color:var(--color_hover)}button{font-size:inherit;background:none;border:none;padding:0;margin:0}.alert{position:fixed;top:20px;left:50%;translate:-50%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9;background:#fff;padding:20px 40px;gap:10px;border:1px solid var(--border-color);border-radius:10px;width:max-content;max-width:40%;animation:alert .3s;z-index:100}.alert .alert_list{list-style-type:none;text-align:center}.R-anim-alert{animation:remove-alert .5s forwards!important}.container{width:min(1040px,100%);margin-inline:auto;display:flex;flex-direction:column;min-height:100vh}.rating-cont{z-index:2}.rating-cont .item_rating{display:flex}.rating-cont svg{width:var(--size_stars);fill:var(--fill_stars_null)}.sidebar{width:200px;list-style-type:none;display:flex;flex-direction:column;gap:10px}.sidebar .sidebar-element{position:relative;display:flex;width:fit-content}.sidebar .sidebar-element:before{position:absolute;content:" ";width:2px;height:100%;background:var(--sidebar_color);z-index:-1;transition:var(--sidebar_atimation-time)}.sidebar .sidebar-element:hover:before{width:100%}.sidebar .sidebar-element:hover span{color:var(--sidebar_color-hover)}.sidebar .sidebar-element span{display:flex;padding:4px 8px;transition:var(--sidebar_atimation-time)}.sidebar .sidebar-element button{background:none;border:none;font-family:inherit;font-size:inherit;font-weight:inherit}.sidebar .sidebar-element button:hover{cursor:pointer}header{position:sticky;top:0;z-index:9}nav{display:flex;justify-content:space-between;background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.2);filter:drop-shadow(0 0 8px rgba(0,0,0,.05));border-radius:20px;padding:20px 40px;margin:10px;z-index:1000;overflow:hidden}nav .logo{display:flex;justify-content:center;align-items:center}nav .site_logo{display:flex;align-items:center}nav .site_name{-webkit-hyphens:none;hyphens:none;white-space:pre-wrap}nav span{height:100%;display:flex;justify-content:center;align-items:center}nav svg{width:50px;fill:var(--color)}nav .tools{display:flex;align-items:center;gap:10px}nav .tools .nav_tool{width:50px}nav .tools #cart{width:45px}nav .tools #cart_btn-open{position:relative}nav .tools #cart_score{display:flex;justify-content:center;align-items:center;position:absolute;right:-2px;bottom:-2px;width:20px;border-radius:50%;padding:2px;aspect-ratio:1 / 1;background:#db6161;color:#fff;overflow:hidden;font-size:12px}nav .tools #cart_score:hover{cursor:pointer}nav .tools span:hover{cursor:pointer}nav .tools button{background:none;border:none}footer{margin-top:auto}footer .footer_content{display:flex;justify-content:space-between;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:20px;padding:20px 40px;margin:10px;gap:20px}footer .footer_info{display:flex;gap:20px}footer .footer_column{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:10px}footer .footer_column h2{text-align:center;font-size:20px}footer .footer_column ul{list-style-type:none;display:flex;flex-direction:column;align-items:center;gap:5px}footer .footer_links{justify-content:center;align-items:center}footer .footer_links ul{flex-direction:row;flex-wrap:wrap;justify-content:center}footer .footer_links ul span{display:flex}footer .footer_links svg{width:calc(var(--font) * 3.2)}footer .link{fill:#000}footer .youtube{fill:#c4302b}footer .telegram{fill:var(--telegram_fill)}input:-webkit-autofill,input:autofill{border-radius:0 10px 10px 0}.price:after{content:" "var(--currency)}.background{width:100vw;height:100vh;background:#00000080;z-index:10;position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.visibility{display:flex!important}.hidden{display:none!important}.dropdown_cont{position:relative;box-sizing:border-box}.dropdown_cont .dropdown_btn{background:none;border:none;width:100%!important}.dropdown_cont .dropdown_btn:hover{cursor:pointer}.dropdown_cont .dropdown_list{display:none;flex-direction:column;box-sizing:border-box;list-style-type:none;width:100%!important}.dropdown_cont .dropdown_list .dropdown_list-element{white-space:nowrap;overflow:hidden}.dropdown_cont .dropdown_list .dropdown_list-element:hover{cursor:pointer}.orders_not_accepted{color:#fff;position:fixed;box-sizing:border-box;background:#c64141;padding:20px;inset:auto 0 0 0}.orders_not_accepted .orders_not_accepted-content{width:min(1040px,100%);margin-inline:auto;display:flex;justify-content:center}.review_star-isset{fill:var(--fill_stars)!important;width:22px}@media(max-width:756px){.w100{width:100%!important}.footer_content{font-size:var(--font)}.footer_info{flex-direction:column}.open-animation_dropdown-catalog svg{animation:dropdown_arrow-open .5s ease forwards}.close-animation_dropdown-catalog svg{animation:dropdown_arrow-close .5s ease forwards}}@media(min-width:756px){.open-animation_dropdown-catalog{animation:dropdown-open .3s ease forwards}.open-animation_dropdown-catalog svg{animation:dropdown_arrow-open .5s ease forwards}.close-animation_dropdown-catalog{animation:dropdown-close .3s ease forwards}.close-animation_dropdown-catalog svg{animation:dropdown_arrow-close .5s ease forwards}}@keyframes alert{0%{opacity:0;top:-100px}70%{top:40px}to{opacity:1}}@keyframes remove-alert{0%{opacity:1}to{opacity:0;top:-100px}}@keyframes dropdown-open{0%{min-width:0}to{min-width:400px}}@keyframes dropdown-close{0%{min-width:400px}to{min-width:0}}@keyframes dropdown_arrow-open{0%{rotate:0deg}20%{rotate:-20deg}to{rotate:180deg}}@keyframes dropdown_arrow-close{0%{rotate:180deg}20%{rotate:200deg}to{rotate:0deg}}
