@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--font-base:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-bg:#fff;--color-bg-secondary:#f8f8f8;--color-bg-card:#fff;--color-text:#1a1a1a;--color-text-secondary:#555;--color-text-muted:#888;--color-border:#e8e8e8;--color-border-light:#f0f0f0;--grad-hero:linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);--grad-btn:linear-gradient(90deg, #833ab4, #fd1d1d);--grad-btn-hover:linear-gradient(90deg, #6e2e99, #d41717);--color-accent:#833ab4;--color-accent-2:#fd1d1d;--shadow-sm:0 1px 4px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 8px 32px #00000021;--max-width:1100px;--section-px:clamp(1rem, 4vw, 2rem);--section-py:clamp(2.5rem, 6vw, 4.5rem);--transition:.2s ease;--header-bg:#fffffff2;--header-border:#00000014;--cat-bg:#ffffff26;--cat-text:#fff;--cat-active-bg:#ffffff59;--faq-q-color:#833ab4;--faq-border:#e8e8e8;--footer-bg:#fafafa;--footer-border:#e8e8e8;--footer-text:#666;--footer-link:#555;--footer-link-hover:#833ab4;--form-bg:#fff;--form-border:#e0e0e0;--form-shadow:0 4px 24px #833ab41f;--card-bg:#fff;--card-shadow:0 2px 16px #00000014;--btt-bg:#833ab4;--btt-color:#fff}[data-theme=dark]{--color-bg:#0f0f0f;--color-bg-secondary:#1a1a1a;--color-bg-card:#1e1e1e;--color-text:#f0f0f0;--color-text-secondary:#bbb;--color-text-muted:#777;--color-border:#2e2e2e;--color-border-light:#252525;--shadow-sm:0 1px 4px #0006;--shadow-md:0 4px 16px #00000080;--shadow-lg:0 8px 32px #0009;--header-bg:#0f0f0ff5;--header-border:#ffffff14;--faq-q-color:#e06cfa;--faq-border:#2e2e2e;--footer-bg:#111;--footer-border:#2a2a2a;--footer-text:#888;--footer-link:#aaa;--footer-link-hover:#e06cfa;--form-bg:#1e1e1e;--form-border:#333;--form-shadow:0 4px 24px #833ab438;--card-bg:#1e1e1e;--card-shadow:0 2px 16px #00000080;--btt-bg:#a855f7}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-base);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.app{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;background:var(--header-bg);border-bottom:1px solid var(--header-border);-webkit-backdrop-filter:blur(12px);transition:background var(--transition), border-color var(--transition);width:100%;position:sticky;top:0}.header__inner{max-width:var(--max-width);padding:0 var(--section-px);box-sizing:border-box;justify-content:space-between;align-items:center;gap:1rem;width:100%;height:60px;margin:0 auto;display:flex;overflow-x:clip}.header__logo{flex-shrink:0;align-items:center;display:flex}.header__logo-img{object-fit:contain;display:block}.header__nav{align-items:center;gap:.75rem;display:flex}.header__faq{color:var(--color-text-secondary);transition:color var(--transition), background var(--transition);border-radius:6px;padding:.35rem .6rem;font-size:.9rem;font-weight:500}.header__faq:hover{color:var(--color-text);background:var(--color-bg-secondary)}.header__theme-toggle{width:36px;height:36px;color:var(--color-text-secondary);transition:background var(--transition), color var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.header__theme-toggle:hover{background:var(--color-bg-secondary);color:var(--color-text)}.header__theme-toggle-icon{line-height:0;display:none}.header__theme-toggle-icon_moon{display:flex}.header__theme-toggle-icon_sun,[data-theme=dark] .header__theme-toggle-icon_moon{display:none}[data-theme=dark] .header__theme-toggle-icon_sun{display:flex}.header__lang{position:relative}.header__lang-button{color:var(--color-text);border:1px solid var(--color-border);background:var(--color-bg);transition:background var(--transition), border-color var(--transition);cursor:pointer;border-radius:6px;align-items:center;gap:.25rem;padding:.35rem .6rem;font-size:.875rem;font-weight:600;display:flex}.header__lang-button:hover,.header__lang-button.is-open{background:var(--color-bg-secondary)}.header__lang-button svg path{stroke:var(--color-text)}.header__lang-chevron{flex-shrink:0;transition:transform .2s}.header__lang-chevron.is-open{transform:rotate(180deg)}.header__lang-menu{background:var(--color-bg-card);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);z-index:200;opacity:0;border-radius:10px;min-width:160px;max-height:320px;padding:.5rem 0;transition:opacity .15s,transform .15s;display:none;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;transform:translateY(-6px)}.header__lang-menu.is-open{opacity:1;display:block;transform:translateY(0)}.header__lang-menu li a,.header__lang-menu li span{color:var(--color-text-secondary);transition:background var(--transition), color var(--transition);padding:.5rem 1rem;font-size:.875rem;display:block}.header__lang-menu li a:hover{background:var(--color-bg-secondary);color:var(--color-text)}.header__lang-menu li span{color:var(--color-accent);font-weight:600}.header__hamburger{width:36px;height:36px;transition:background var(--transition);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none}.header__hamburger:hover{background:var(--color-bg-secondary)}.header__hamburger-line{background:var(--color-text);width:22px;height:2px;transition:transform var(--transition), opacity var(--transition);border-radius:2px;display:block}.header__mobile-menu{background:var(--color-bg);border-top:1px solid var(--color-border);padding:1rem var(--section-px);flex-direction:column;gap:.5rem;display:none}.header__mobile-menu.is-open{display:flex}.header__mobile-lang-list{border-top:1px solid var(--color-border);flex-wrap:wrap;gap:.5rem;margin-top:.5rem;padding-top:.5rem;display:flex}.header__mobile-lang-list li a,.header__mobile-lang-list li span{color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:6px;padding:.3rem .6rem;font-size:.8rem;display:inline-block}.header__mobile-lang-list li span{color:var(--color-accent);border-color:var(--color-accent);font-weight:600}.section-main{background:var(--grad-hero);padding:2rem var(--section-px) 3rem;text-align:center;box-sizing:border-box;width:100%;max-width:100vw;position:relative;overflow:hidden}.category{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.category__element{display:flex}.category__element a{color:#ffffffd9;transition:background var(--transition), color var(--transition);white-space:nowrap;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.82rem;font-weight:500;display:flex}.category__element a:hover,.category__element a.active{color:#fff;background:#ffffff47}.section-main__title{color:#fff;letter-spacing:-.01em;margin-bottom:.5rem;font-size:clamp(1.8rem,5vw,2.6rem);font-weight:800}.section-main__text{color:#ffffffd9;margin-bottom:1.75rem;font-size:clamp(.95rem,2vw,1.1rem)}.section-main__content{margin-bottom:1.5rem}.search-form{background:var(--form-bg);width:min(640px,100%);max-width:640px;box-shadow:var(--form-shadow);border:1px solid var(--form-border);transition:background var(--transition), border-color var(--transition);border-radius:12px;align-items:stretch;margin:0 auto;display:flex;overflow:hidden}.search-form__field{flex:1;align-items:center;min-width:0;padding:0 .75rem;display:flex}.search-form__label{flex:1;min-width:0;display:flex}.search-form__input{font-size:.95rem;font-family:var(--font-base);color:var(--color-text);background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0;padding:.9rem 0}.search-form__input::placeholder{color:var(--color-text-muted)}.search-form__clipboard{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.search-form__clipboard-paste,.search-form__clipboard-clear{color:var(--color-text-secondary);transition:background var(--transition), color var(--transition);border-radius:6px;align-items:center;gap:.3rem;padding:.35rem .5rem;font-size:.82rem;font-weight:600;display:flex}.search-form__clipboard-paste:hover,.search-form__clipboard-clear:hover{background:var(--color-bg-secondary);color:var(--color-text)}.search-form__button{background:var(--grad-btn);color:#fff;font-size:.95rem;font-weight:700;font-family:var(--font-base);white-space:nowrap;transition:background var(--transition), opacity var(--transition);cursor:pointer;border:none;border-radius:0;flex-shrink:0;padding:0 1.4rem}.search-form__button:hover{background:var(--grad-btn-hover)}.search-form__button:disabled{opacity:.6;cursor:not-allowed}.hero-brand{justify-content:center;margin-top:2.5rem;display:flex}.hero-brand__img{opacity:.9;width:auto;height:80px}.main-content{flex:1}.page-sections{max-width:var(--max-width);padding:var(--section-py) var(--section-px);flex-direction:column;gap:clamp(2.5rem,6vw,4.5rem);margin:0 auto;display:flex}.section-text{background:var(--color-bg)}.section-text__card{background:var(--card-bg);border:1px solid var(--color-border);box-shadow:var(--card-shadow);transition:background var(--transition), border-color var(--transition);border-radius:16px;align-items:center;gap:2rem;min-width:0;padding:2rem;display:flex;overflow:hidden}.section-text__card-img{object-fit:cover;border-radius:12px;flex-shrink:0;width:180px;height:140px}.section-text__content{flex:1;min-width:0}.section-text__content h2{color:var(--color-accent);overflow-wrap:break-word;word-break:break-word;margin-bottom:.6rem;font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:700}.section-text__content p{color:var(--color-text-secondary);overflow-wrap:break-word;word-break:break-word;font-size:.95rem;line-height:1.7}.section-instruction{text-align:center}.section-instruction__title{color:var(--color-accent);margin-bottom:.5rem;font-size:clamp(1.25rem,3vw,1.65rem);font-weight:700}.section-instruction__text{color:var(--color-text-secondary);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:.95rem}.section-instruction__list{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.section-instruction__list li{background:var(--card-bg);border:1px solid var(--color-border);box-shadow:var(--card-shadow);transition:box-shadow var(--transition), background var(--transition);border-radius:14px;overflow:hidden}.section-instruction__list li:hover{box-shadow:var(--shadow-md)}.section-instruction__list li img{aspect-ratio:5/2;object-fit:cover;border-radius:10px 10px 0 0;width:100%;height:auto}.section-instruction__list li div{text-align:left;padding:1.1rem}.section-instruction__list li h3{color:var(--color-accent-2);margin-bottom:.4rem;font-size:1rem;font-weight:700}.section-instruction__list li p{color:var(--color-text-secondary);font-size:.875rem;line-height:1.6}.instruction-redirect{background:var(--color-bg-secondary);border:1px solid var(--color-border);transition:background var(--transition), border-color var(--transition);border-radius:16px;padding:2rem}.instruction-redirect__title{color:var(--color-accent);text-align:center;margin-bottom:1.5rem;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:700}.instruction-redirect>div{align-items:flex-start;gap:2rem;display:flex}.instruction-redirect__img{object-fit:cover;border-radius:10px;flex-shrink:0;width:220px;height:auto}.instruction-redirect ul{flex-direction:column;flex:1;gap:.75rem;min-width:0;display:flex}.instruction-redirect ul li{overflow-wrap:break-word;word-break:break-word;min-width:0;padding-left:1.2rem;position:relative}.instruction-redirect ul li:before{content:"";background:var(--color-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.55rem;left:0}.instruction-redirect ul li p{color:var(--color-text-secondary);overflow-wrap:break-word;word-break:break-word;font-size:.9rem;line-height:1.6}.instruction-redirect ul li span{color:var(--color-accent);word-break:break-all;overflow-wrap:break-word;font-family:monospace;font-size:.82rem}.section-benefits__title{color:var(--color-accent);text-align:center;margin-bottom:.5rem;font-size:clamp(1.2rem,3vw,1.55rem);font-weight:700}.section-benefits__text{color:var(--color-text-secondary);text-align:center;max-width:680px;margin:0 auto 2rem;font-size:.95rem;line-height:1.7}.section-benefits__list{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.section-benefits__list li{background:var(--card-bg);border:1px solid var(--color-border);box-shadow:var(--card-shadow);transition:box-shadow var(--transition), background var(--transition);border-radius:14px;align-items:flex-start;gap:1.2rem;padding:1.5rem;display:flex}.section-benefits__list li:hover{box-shadow:var(--shadow-md)}.section-benefits__list li svg{flex-shrink:0;width:40px;height:40px}.section-benefits__list li svg path,.section-benefits__list li svg g,.section-benefits__list li svg rect,.section-benefits__list li svg line,.section-benefits__list li svg circle,.section-benefits__list li svg polyline{stroke:var(--color-accent)}[data-theme=dark] .section-benefits__list li svg path,[data-theme=dark] .section-benefits__list li svg g,[data-theme=dark] .section-benefits__list li svg rect,[data-theme=dark] .section-benefits__list li svg line,[data-theme=dark] .section-benefits__list li svg circle,[data-theme=dark] .section-benefits__list li svg polyline{stroke:#e06cfa}.section-benefits__list li h3{color:var(--color-text);margin-bottom:.35rem;font-size:1rem;font-weight:700}.section-benefits__list li p{color:var(--color-text-secondary);font-size:.875rem;line-height:1.6}.section-features__title{color:var(--color-accent);text-align:center;margin-bottom:.4rem;font-size:clamp(1.2rem,3vw,1.55rem);font-weight:700}.section-features__text{color:var(--color-text-secondary);text-align:center;max-width:640px;margin:0 auto 2rem;font-size:.95rem;line-height:1.7}.section-features__list{flex-direction:column;gap:1.5rem;display:flex}.section-features__list li{background:var(--card-bg);border:1px solid var(--color-border);box-shadow:var(--card-shadow);transition:box-shadow var(--transition), background var(--transition);border-radius:16px;align-items:center;gap:2rem;padding:1.5rem 2rem;display:flex}.section-features__list li:hover{box-shadow:var(--shadow-md)}.section-features__list li:nth-child(2n){flex-direction:row-reverse}.section-features__list li div{flex:1}.section-features__list li h3{color:var(--color-accent);margin-bottom:.6rem;font-size:clamp(1rem,2vw,1.2rem);font-weight:700}.section-features__list li p{color:var(--color-text-secondary);font-size:.9rem;line-height:1.7}.section-features__list li img{object-fit:cover;border-radius:12px;flex-shrink:0;width:200px;height:150px}.downloader-title{color:var(--color-accent);text-align:center;border-bottom:2px solid var(--color-border);margin-bottom:1.5rem;padding-bottom:.6rem;font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:700}.section-extra{background:var(--card-bg);border:1px solid var(--color-border);box-shadow:var(--card-shadow);transition:background var(--transition), border-color var(--transition);border-radius:14px;padding:1.5rem 2rem}.section-extra--mt{margin-top:1rem}.section-extra h3{color:var(--color-accent);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.section-extra p{color:var(--color-text-secondary);font-size:.9rem;line-height:1.7}.section-faq__title{color:var(--color-accent);text-align:center;margin-bottom:.5rem;font-size:clamp(1.2rem,3vw,1.55rem);font-weight:700}.section-faq__text{color:var(--color-text-secondary);text-align:center;max-width:680px;margin:0 auto 2rem;font-size:.95rem;line-height:1.7}.faq-list{flex-direction:column;gap:0;display:flex}.faq-item{border-bottom:1px solid var(--faq-border);padding:1.1rem 0}.faq-item:first-child{border-top:1px solid var(--faq-border)}.faq-item h3{color:var(--faq-q-color);margin-bottom:.4rem;font-size:.95rem;font-weight:600;line-height:1.5}.faq-item p,.faq-item div{color:var(--color-text-secondary);font-size:.875rem;line-height:1.7}.footer{background:var(--footer-bg);border-top:1px solid var(--footer-border);padding:2.5rem var(--section-px) 1.5rem;transition:background var(--transition), border-color var(--transition)}.footer__inner{max-width:var(--max-width);flex-direction:column;align-items:center;gap:1.75rem;margin:0 auto;display:flex}.footer__logo-img{object-fit:contain;display:block}.footer__links{flex-wrap:wrap;justify-content:center;gap:2.5rem;display:flex}.footer__list{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.footer__list li a{color:var(--footer-link);transition:color var(--transition);font-size:.875rem}.footer__list li a:hover{color:var(--footer-link-hover)}.footer__copyright{color:var(--footer-text);text-align:center;font-size:.82rem}.download-hero{width:100%}.download-hero__error{color:#c0392b;box-sizing:border-box;background:#fff5f5;border:1.5px solid #f5a3a3;border-radius:10px;align-items:center;gap:.5rem;width:min(640px,100%);max-width:640px;margin-top:.85rem;margin-left:auto;margin-right:auto;padding:.65rem 1rem;font-size:.875rem;font-weight:500;display:flex}.search-form__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.download-loader{border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;max-width:640px;margin-top:2rem;margin-left:auto;margin-right:auto;padding:2.5rem 2rem;display:flex}.download-loader__dots{justify-content:center;align-items:center;gap:1rem;display:flex}.download-loader__dot{background:#ffffffe6;border-radius:50%;animation:1.2s ease-in-out infinite dotPulse}.download-loader__dot--1{width:10px;height:10px;animation-delay:0s}.download-loader__dot--2{width:18px;height:18px;animation-delay:.15s}.download-loader__dot--3{width:26px;height:26px;animation-delay:.3s}.download-loader__dot--4{width:32px;height:32px;animation-delay:.45s}@keyframes dotPulse{0%,to{opacity:.55;transform:scale(.75)}50%{opacity:1;transform:scale(1.15)}}.download-loader__text{color:#ffffffe6;text-align:center;font-size:.95rem;font-weight:500}.download-result{background:var(--card-bg);border:1px solid var(--color-border);max-width:640px;box-shadow:var(--shadow-lg);transition:background var(--transition), border-color var(--transition);border-radius:20px;margin-top:2rem;margin-left:auto;margin-right:auto;animation:.35s resultFadeIn;overflow:hidden}@keyframes resultFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.download-result__preview{background:#000;justify-content:center;align-items:center;width:100%;max-height:420px;display:flex;overflow:hidden}.download-result__img{object-fit:contain;width:100%;height:auto;max-height:420px;display:block}.download-result__video{background:#000;width:100%;max-height:420px;display:block}.download-result__actions{flex-wrap:wrap;gap:.75rem;padding:1.25rem 1.5rem .75rem;display:flex}.download-result__btn{font-family:var(--font-base);cursor:pointer;transition:opacity var(--transition), transform var(--transition);border:none;border-radius:10px;align-items:center;gap:.5rem;font-weight:700;display:inline-flex}.download-result__btn:hover{opacity:.88;transform:translateY(-1px)}.download-result__btn--primary{background:var(--grad-btn);color:#fff;justify-content:center;width:100%;padding:.75rem 1.5rem;font-size:.95rem}.download-result__versions{border-top:1px solid var(--color-border-light);padding:.75rem 1.5rem 1.25rem}.download-result__versions-title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.download-result__versions-grid{flex-wrap:wrap;gap:.5rem;display:flex}.download-result__btn--version{background:var(--color-bg-secondary);color:var(--color-text);border:1px solid var(--color-border);padding:.45rem .9rem;font-size:.82rem}.download-result__btn--version:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.back-to-top{background:var(--btt-bg);width:44px;height:44px;color:var(--btt-color);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:opacity var(--transition), transform var(--transition), background var(--transition);z-index:50;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.back-to-top svg{stroke:currentColor;width:20px;height:20px}.back-to-top_visible{opacity:1;pointer-events:auto}.back-to-top:hover{transform:translateY(-2px)}.static-page{max-width:780px;padding:var(--section-py) var(--section-px);margin:0 auto}.static-page__title{color:var(--color-accent);margin-bottom:.5rem;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800}.static-page__subtitle{color:var(--color-text-muted);margin-bottom:2rem;font-size:.95rem}.static-page__content{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}.static-page__section{margin-bottom:2rem}.static-page__section h2{color:var(--color-text);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.static-page__section p{color:var(--color-text-secondary);font-size:.9rem;line-height:1.8}.contact-email-block{text-align:center;background:var(--card-bg);border:1px solid var(--color-border);box-shadow:var(--card-shadow);transition:background var(--transition), border-color var(--transition);border-radius:16px;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;padding:2.5rem 2rem;display:flex}.contact-email-block__icon{width:56px;height:56px;color:var(--color-accent);background:linear-gradient(135deg,#833ab41f,#fd1d1d14);border-radius:50%;justify-content:center;align-items:center;display:flex}.contact-email-block__icon svg{width:28px;height:28px}.contact-email-block__label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:0;font-size:.85rem;font-weight:600}.contact-email-block__email{color:var(--color-accent);word-break:break-all;transition:opacity var(--transition);font-size:clamp(1rem,3vw,1.25rem);font-weight:700}.contact-email-block__email:hover{opacity:.75}.contact-email-block__note{color:var(--color-text-secondary);max-width:480px;margin:0;font-size:.9rem;line-height:1.7}@media (max-width:900px){.section-instruction__list{grid-template-columns:1fr}.section-features__list li,.section-features__list li:nth-child(2n){flex-direction:column}.section-features__list li img{width:100%;height:200px}.instruction-redirect>div{flex-direction:column}.instruction-redirect__img{width:100%;height:auto}}@media (max-width:768px){.section-text__card{text-align:center;flex-direction:column}.section-text__card-img{width:100%;height:237px}.section-benefits__list{grid-template-columns:1fr}.header__nav{display:none}.header__hamburger{display:flex}}@media (max-width:480px){.search-form{border-radius:12px;flex-direction:column}.search-form__button{border-radius:0 0 12px 12px;padding:.85rem}.search-form__field{padding:.2rem .75rem}.category{gap:.4rem}.category__element a{padding:.35rem .65rem;font-size:.78rem}}
