:root{--primary-color: #667eea;--primary-dark: #5a67d8;--primary-light: #a3bffa;--secondary-color: #764ba2;--accent-color: #f093fb;--text-primary: #1a202c;--text-secondary: #718096;--text-muted: #a0aec0;--background-primary: #ffffff;--background-secondary: #f7fafc;--background-gray: #edf2f7;--border-color: #e2e8f0;--border-radius: 8px;--border-radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--font-primary: "Inter Tight", sans-serif;--font-primary-strict: "Inter Tight";--font-primary-fallback: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-secondary: "Helvetica Neue", Arial, sans-serif;--font-family: var(--font-primary-fallback);--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem}@font-face{font-family:Inter Tight;font-display:swap}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}.fonts-loading{visibility:hidden}.fonts-loaded{visibility:visible}body{font-family:var(--font-family);color:var(--text-primary);background-color:var(--background-primary);line-height:1.6;min-height:100vh;font-display:swap;text-rendering:optimizeLegibility;overflow-x:hidden;width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin-bottom:var(--spacing-4);font-display:swap;text-rendering:optimizeLegibility}h1{font-size:var(--font-size-4xl);line-height:1.2}h2{font-size:var(--font-size-3xl);line-height:1.25}h3{font-size:var(--font-size-2xl);line-height:1.3}h4{font-size:var(--font-size-xl);line-height:1.35}h5{font-size:var(--font-size-lg);line-height:1.4}h6{font-size:var(--font-size-base);line-height:1.5}p{margin-bottom:var(--spacing-4)}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-dark);text-decoration:underline}ul,ol{margin-bottom:var(--spacing-4);padding-left:var(--spacing-6)}li{margin-bottom:var(--spacing-2)}button{font-family:inherit;cursor:pointer;border:none;border-radius:var(--border-radius);transition:all .2s ease;font-weight:500}button:disabled{opacity:.6;cursor:not-allowed}input,textarea,select{font-family:inherit;font-size:var(--font-size-base);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:var(--spacing-3) var(--spacing-4);transition:border-color .2s ease,box-shadow .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #667eea1a}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--spacing-1)}.mb-2{margin-bottom:var(--spacing-2)}.mb-3{margin-bottom:var(--spacing-3)}.mb-4{margin-bottom:var(--spacing-4)}@media (max-width: 768px){html{font-size:14px}}.btn{border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;box-sizing:border-box;position:relative;overflow:hidden}.btn:focus{outline:none;box-shadow:0 0 0 2px #007bff4d}.btn--small{padding:6px 12px;font-size:14px;line-height:1.4}.btn--medium{padding:10px 16px;font-size:16px;line-height:1.5}.btn--large{padding:12px 20px;font-size:18px;line-height:1.6}.btn--primary{background-color:#059669;color:#fff}.btn--primary:hover:not(:disabled){background-color:#1f2937}.btn--secondary{background-color:#6c757d;color:#fff}.btn--secondary:hover:not(:disabled){background-color:#545b62}.btn--danger{background-color:#dc3545;color:#fff}.btn--danger:hover:not(:disabled){background-color:#c82333}.btn--success{background-color:#28a745;color:#fff}.btn--success:hover:not(:disabled){background-color:#218838}.btn--outline{background-color:transparent;color:#000;border:1px solid #d1d5db}.btn--outline:hover:not(:disabled){background-color:#f3f4f6;color:#000;border-color:#9ca3af}.btn--disabled{opacity:.6;cursor:not-allowed}.btn--loading{cursor:wait}.btn--full-width{width:100%}.btn__spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.input-wrapper{display:flex;flex-direction:column;gap:6px;width:100%}.input__label{font-size:14px;font-weight:500;color:#333;margin-bottom:4px}.input__required{color:#dc3545;margin-left:2px}.input{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:16px;transition:all .2s ease;background-color:#fff;color:#333;box-sizing:border-box}.input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.input::placeholder{color:#999}.input--small{padding:6px 12px;font-size:14px;line-height:1.4}.input--medium{padding:10px 16px;font-size:16px;line-height:1.5}.input--large{padding:12px 20px;font-size:18px;line-height:1.6}.input--full-width{width:100%}.input--error{border-color:#dc3545;box-shadow:0 0 0 2px #dc354533}.input--error:focus{border-color:#dc3545;box-shadow:0 0 0 2px #dc354533}.input--disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed;opacity:.6}.input__error{color:#dc3545;font-size:12px;margin-top:2px}.breadcrumbs{margin:0;padding:10px 0 0}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;margin:0;padding:0;list-style:none;gap:4px}.breadcrumbs__item{display:flex;align-items:center;gap:4px;font-size:12px;line-height:1.3}.breadcrumbs__link{color:#6b7280;text-decoration:none;padding:2px 0;transition:color .15s ease;font-weight:400}.breadcrumbs__link:hover{color:#2563eb;text-decoration:none}.breadcrumbs__link:focus{outline:1px solid #2563eb;outline-offset:1px;border-radius:2px}.breadcrumbs__current{color:#374151;font-weight:500;padding:2px 0}.breadcrumbs__separator{color:#d1d5db;font-weight:300;user-select:none;font-size:10px}@media (max-width: 768px){.breadcrumbs{margin:12px 0 8px}.breadcrumbs__item{font-size:11px}.breadcrumbs__separator{font-size:9px}}@media (max-width: 480px){.breadcrumbs{margin:8px 0 6px}.breadcrumbs__item{font-size:10px}.breadcrumbs__separator{font-size:8px}}.faq{margin:40px 0;padding:0;background:transparent;border-radius:0;box-shadow:none}.faq__header{text-align:center;margin-bottom:24px}.faq__title{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 8px;background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:unset}.faq__description{font-size:16px;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.5}.faq__list{display:flex;flex-direction:column;gap:8px;max-width:800px;margin:0 auto}.faq__item{border:1px solid #f5f8fa;border-radius:8px;overflow:hidden;transition:all .2s ease;background:white}.faq__item:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1a}.faq__item--open{border-color:#2563eb;background:#f8faff}.faq__question{width:100%;padding:16px 20px;background:none;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:15px;font-weight:500;color:#1f2937;line-height:1.4;transition:color .2s ease}.faq__question:hover{color:#2563eb}.faq__question:focus{outline:2px solid #2563eb;outline-offset:-2px}.faq__question-text{flex:1}.faq__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:300;color:#6b7280;border:1px solid #e5e7eb;border-radius:50%;transition:all .2s ease;flex-shrink:0}.faq__item--open .faq__icon{background:#2563eb;color:#fff;border-color:#2563eb;transform:rotate(180deg)}.faq__answer{border-top:1px solid #e5e7eb;animation:slideDown .3s ease}.faq__answer[hidden]{display:none}.faq__answer-content{padding:16px 20px;color:#6b7280;line-height:1.5}.faq__answer-content p{margin:0;font-size:14px}.faq__answer-content p:not(:last-child){margin-bottom:8px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.faq{margin:32px 0;padding:0 16px}.faq__title{font-size:24px}.faq__description{font-size:14px}.faq__question{padding:14px 16px;font-size:14px}.faq__answer-content{padding:14px 16px}.faq__icon{width:18px;height:18px;font-size:16px}}@media (max-width: 480px){.faq{margin:24px 0;padding:0 12px}.faq__title{font-size:22px}.faq__question{padding:12px 14px;font-size:13px}.faq__answer-content{padding:12px 14px}.faq__answer-content p{font-size:13px}}.reviews{margin:60px 0;padding:0;background:transparent;border-radius:0}.reviews__header{text-align:center;margin-bottom:40px}.reviews__title{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 12px;background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:unset}.reviews__summary{display:flex;flex-direction:column;align-items:center;gap:8px}.reviews__rating{display:flex;align-items:center;gap:12px}.reviews__stars{display:flex;gap:2px}.reviews__star{font-size:20px;color:#e5e7eb;transition:color .2s ease}.reviews__star--filled{color:#fbbf24}.reviews__rating-value{font-size:18px;font-weight:600;color:#1f2937}.reviews__count{font-size:14px;color:#6b7280;margin:0}.reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:20px;max-width:1200px;margin:0 auto}.reviews__item{background:white;border-radius:12px;padding:20px;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #f5f8fa}.reviews__item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f;border-color:#2563eb}.reviews__item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.reviews__author{display:flex;align-items:center;gap:12px}.reviews__avatar{width:44px;height:44px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;overflow:hidden;border:1px solid #e5e7eb}.reviews__avatar-image{width:100%;height:100%;object-fit:cover;border-radius:7px}.reviews__author-info{flex:1}.reviews__author-name{font-size:15px;font-weight:600;color:#1f2937;margin:0 0 4px}.reviews__date{font-size:12px;color:#6b7280}.reviews__rating-author{display:flex;align-items:center;gap:8px}.reviews__author-date{font-size:12px;color:#6b7280}.reviews__rating-small{display:flex;gap:1px}.reviews__rating-small .reviews__star{font-size:14px}.reviews__content{display:flex;flex-direction:column;gap:12px}.reviews__text{font-size:14px;line-height:1.6;color:#4b5563;margin:0}.reviews__loan-info{display:flex;gap:16px;padding:12px 16px;background:#f8faff;border-radius:8px;border-left:3px solid #2563eb}.reviews__loan-amount,.reviews__loan-period{font-size:12px;color:#6b7280;font-weight:500}.reviews__loan-amount{color:#059669}@media (max-width: 768px){.reviews{margin:48px 0;padding:0 16px}.reviews__title{font-size:26px}.reviews__grid{grid-template-columns:1fr;gap:16px}.reviews__item{padding:18px}.reviews__item-header{flex-direction:column;gap:10px;align-items:flex-start}.reviews__rating-small{align-self:flex-start}.reviews__rating-author{flex-direction:column;align-items:flex-start;gap:4px}.reviews__author-date{font-size:11px}}@media (max-width: 480px){.reviews{margin:32px 0;padding:0 12px}.reviews__title{font-size:22px}.reviews__item{padding:16px}.reviews__avatar{width:40px;height:40px;border-radius:6px;font-size:14px}.reviews__avatar-image{border-radius:5px}.reviews__author-name{font-size:14px}.reviews__text{font-size:13px}.reviews__loan-info{flex-direction:column;gap:6px}.reviews__rating-author{flex-direction:column;align-items:flex-start;gap:4px}.reviews__author-date{font-size:11px}}.reviews__buttons{display:flex;justify-content:center;gap:16px;margin-top:40px}.reviews__button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:140px}.reviews__button--primary{background:#3b82f6;color:#fff}.reviews__button--primary:hover{background:#2563eb;transform:translateY(-1px)}.reviews__button--secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.reviews__button--secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.reviews__button:active{transform:translateY(0)}@media (max-width: 768px){.reviews__buttons{flex-direction:column;align-items:center;gap:12px;margin-top:30px}.reviews__button{width:100%;max-width:280px}}@media (max-width: 480px){.reviews__buttons{margin-top:20px}.reviews__button{font-size:14px;padding:10px 20px}}.calculator{margin:0;padding:1rem;background:white;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;max-width:350px;width:100%}.calculator__content{display:flex;flex-direction:column;gap:.75rem}.calculator__inputs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.calculator__input-group{display:flex;flex-direction:column;gap:.25rem}.calculator__label{font-size:.875rem;font-weight:600;color:#1f2937;margin:0}.calculator__input-wrapper{display:flex;flex-direction:column;gap:.375rem}.calculator__slider{width:100%;height:6px;border-radius:3px;background:#e2e8f0;outline:none;appearance:none;cursor:pointer;transition:background .2s ease}.calculator__slider::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:#2563eb;cursor:pointer;box-shadow:0 2px 4px #2563eb4d;transition:transform .2s ease}.calculator__slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.calculator__slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#2563eb;cursor:pointer;border:none;box-shadow:0 2px 4px #2563eb4d}.calculator__input-display{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem}.calculator__number-input{flex:1;background:none;border:none;font-size:.875rem;font-weight:600;color:#1f2937;outline:none}.calculator__currency{font-size:.75rem;color:#6b7280;font-weight:500}.calculator__range-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#6b7280}.calculator__results{background:#f8fafc;border-radius:.375rem;padding:.75rem;border:1px solid #e2e8f0}.calculator__results-grid{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.75rem}.calculator__result-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.calculator__result-row:last-child{border-bottom:none}.calculator__result-label{font-size:.875rem;color:#6b7280;font-weight:500}.calculator__result-value{font-size:.875rem;font-weight:600;color:#1f2937}.calculator__features{margin-bottom:.75rem}.calculator__feature-item{display:flex;align-items:center;gap:.375rem;cursor:pointer}.calculator__feature-checkbox{display:none}.calculator__feature-icon{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;background:#10b981;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:600}.calculator__feature-text{font-size:.75rem;color:#1f2937;font-weight:500}.calculator__cta{text-align:center}.calculator__apply-button{width:100%;padding:.75rem 1rem;background:#fbbf24;color:#1f2937;border:none;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.calculator__apply-button:hover{background:#f59e0b}@media (max-width: 768px){.calculator{margin:0;padding:.75rem;max-width:100%}.calculator__inputs{grid-template-columns:1fr;gap:.5rem}.calculator__results{padding:.5rem}}@media (max-width: 480px){.calculator{margin:0;padding:.75rem;max-width:100%}.calculator__inputs{grid-template-columns:1fr;gap:.5rem}.calculator__label{font-size:.75rem}.calculator__number-input{font-size:.875rem}.calculator__results{padding:.5rem}.calculator__result-value{font-size:.75rem}.calculator__apply-button{padding:.5rem .75rem;font-size:.75rem}}.footer{background:#f8fafc;color:#374151;padding:48px 0 24px;margin-top:60px;border-top:1px solid #e5e7eb;overflow-x:hidden;width:100%}.footer__container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.footer__content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px}.footer__section{display:flex;flex-direction:column;gap:20px}.footer__section_main{gap:32px}.footer__logo{display:flex;flex-direction:column;gap:12px}.footer__brand-wrapper{display:flex;align-items:center;gap:12px}.footer__brand{font-size:28px;font-weight:700;margin:0;color:#2563eb;background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:unset}.footer__age-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:24px;background:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:4px;font-family:var(--font-primary-fallback);flex-shrink:0}.footer__tagline{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.footer__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:10px 0}.footer__stat{display:flex;flex-direction:column;align-items:center;padding:16px;background:white;border-radius:8px;border:1px solid #f5f8fa}.footer__stat-number{font-size:20px;font-weight:700;color:#2563eb;margin-bottom:4px}.footer__stat-label{font-size:11px;color:#6b7280;text-align:center;line-height:1.3}.footer__logos{display:flex;flex-direction:column;gap:8px}.footer__logos-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;justify-items:center;align-items:center}.footer__logo-image{max-width:48px;max-height:32px;object-fit:contain;transition:opacity .2s ease}.footer__logo-image:hover{opacity:.8}.footer__section-title{font-size:clamp(10px,3vw,16px);font-weight:600;margin:0 0 clamp(6px,2vw,16px) 0;color:#1f2937}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:clamp(6px,1.5vw,12px)}.footer__link{color:#6b7280;text-decoration:none;font-size:clamp(9px,2.5vw,14px);transition:color .2s ease;line-height:1.3}.footer__link:hover{color:#2563eb}.footer__contacts{display:flex;flex-direction:column;gap:clamp(8px,2vw,16px)}.footer__contact-item{display:flex;align-items:flex-start;gap:clamp(6px,1.5vw,12px)}.footer__contact-icon{font-size:clamp(12px,2.5vw,16px);margin-top:2px;flex-shrink:0}.footer__contact-info{display:flex;flex-direction:column;gap:clamp(2px,1vw,4px);flex:1}.footer__contact-label{font-size:clamp(7px,2vw,12px);color:#6b7280;font-weight:500}.footer__contact-link{color:#1f2937;text-decoration:none;font-size:clamp(8px,2.5vw,14px);font-weight:500;transition:color .2s ease;word-break:break-word;overflow-wrap:break-word}.footer__contact-link:hover{color:#2563eb}.footer__address{font-size:clamp(8px,2.5vw,14px);color:#1f2937;font-style:normal;line-height:1.3}.footer__working-hours{font-size:clamp(8px,2.5vw,14px);color:#1f2937;font-weight:500}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid #e5e7eb;gap:24px}.footer__legal{display:flex;flex-direction:column;gap:8px}.footer__copyright,.footer__license{font-size:12px;color:#6b7280;margin:0}.footer__license{font-weight:500}.footer__social{display:flex;flex-direction:column;align-items:center;gap:12px}.footer__social-links{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center;max-width:300px}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:white;border-radius:8px;text-decoration:none;transition:all .2s ease;border:1px solid #e5e7eb;flex-shrink:0;position:relative}.footer__social-link:hover{background:#f0f6ff;border-color:#2563eb;transform:translateY(-2px)}.footer__social-icon{font-size:18px}.footer__social-svg{width:20px;height:20px;color:#6b7280;transition:color .2s ease;display:block}.footer__social-link:hover .footer__social-svg{color:#2563eb}.footer__social-link:hover .footer__social-svg--vk{color:#4680c2}.footer__social-link:hover .footer__social-svg--telegram{color:#08c}.footer__social-link:hover .footer__social-svg--yandex{color:#fc3f1d}.footer__social-link:hover .footer__social-svg--youtube{color:red}@media (max-width: 1024px){.footer__content{grid-template-columns:1fr 1fr 1fr;gap:24px}.footer__section{gap:16px}.footer__section_main{grid-column:1 / -1;gap:24px}.footer__brand-wrapper{gap:10px}.footer__stats{grid-template-columns:repeat(3,1fr);gap:12px}.footer__logos-grid{grid-template-columns:repeat(4,1fr);gap:10px}.footer__logo-image{max-width:40px;max-height:28px}}@media (max-width: 900px) and (min-width: 481px){.footer__content{grid-template-columns:1fr 1fr 1fr;gap:16px}.footer__section{gap:12px}}@media (max-width: 768px){.footer{padding:32px 0 16px;margin-top:40px}.footer__container{padding:0 16px}.footer__content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:24px}.footer__section{gap:8px}.footer__section_main{grid-column:1 / -1;gap:16px;order:-1;margin-bottom:16px}.footer__tagline{font-size:12px;text-align:center;line-height:1.4}.footer__stats{grid-template-columns:repeat(3,1fr);gap:6px}.footer__stat{padding:8px 4px;text-align:center}.footer__stat-number{font-size:16px;font-weight:600}.footer__stat-label{font-size:9px;margin-top:2px}.footer__section-title{font-size:14px;margin-bottom:8px}.footer__links{gap:8px}.footer__link{font-size:13px;padding:4px 0}.footer__contacts{gap:12px}.footer__contact-item{gap:8px}.footer__contact-label{font-size:10px}.footer__contact-link,.footer__address,.footer__working-hours{font-size:12px}.footer__bottom{flex-direction:column;gap:12px;text-align:center}.footer__copyright{font-size:10px;line-height:1.4}.footer__social{flex-direction:column;align-items:center;gap:8px}.footer__brand-wrapper{flex-direction:row;align-items:center;gap:8px;justify-content:center}.footer__brand{font-size:20px}.footer__tagline{font-size:12px;text-align:center}.footer__age-badge{width:28px;height:20px;font-size:10px}.footer__social-links{justify-content:center;gap:16px}.footer__logos-grid{grid-template-columns:repeat(4,1fr);gap:6px;justify-items:center}.footer__logo-image{max-width:32px;max-height:22px}}@media (max-width: 480px){.footer{padding:24px 0 12px;margin-top:32px}.footer__container{padding:0 12px}.footer__content{grid-template-columns:1fr;gap:16px;margin-bottom:20px}.footer__section{gap:8px}.footer__section_main{gap:12px;order:-1;margin-bottom:16px}.footer__brand{font-size:18px}.footer__tagline{font-size:11px;line-height:1.3}.footer__stats{grid-template-columns:repeat(3,1fr);gap:4px;max-width:280px;margin:0 auto}.footer__stat{padding:6px 4px;flex-direction:column;gap:2px;text-align:center;justify-content:center;align-items:center}.footer__stat-number{font-size:16px;margin-bottom:0;font-weight:700}.footer__stat-label{font-size:10px;text-align:right}.footer__section-title{font-size:13px;margin-bottom:6px}.footer__links{gap:6px}.footer__link{font-size:12px;padding:2px 0}.footer__contacts{gap:8px}.footer__contact-item{flex-direction:row;gap:6px;align-items:flex-start}.footer__contact-icon{margin-top:0;font-size:14px}.footer__contact-label{font-size:9px}.footer__contact-link,.footer__address,.footer__working-hours{font-size:11px;line-height:1.3}.footer__bottom{gap:8px;padding-top:12px}.footer__copyright{font-size:9px;line-height:1.3;max-width:280px;margin:0 auto}.footer__license{font-size:8px}.footer__social{flex-direction:column;gap:8px;align-items:center}.footer__brand-wrapper{gap:6px}.footer__age-badge{width:24px;height:18px;font-size:9px}.footer__social-links{gap:12px;justify-content:center;max-width:200px;flex-wrap:wrap}.footer__social-link{padding:6px}.footer__social-svg{width:16px;height:16px}.footer__logos-grid{grid-template-columns:repeat(5,1fr);gap:3px;max-width:250px;margin:0 auto}.footer__logo-image{max-width:24px;max-height:16px}}@media (max-width: 320px){.footer{padding:20px 0 10px;margin-top:24px}.footer__container{padding:0 10px}.footer__content{grid-template-columns:1fr;gap:12px;margin-bottom:16px}.footer__section{gap:6px}.footer__section_main{gap:10px;order:-1;margin-bottom:12px}.footer__brand{font-size:16px}.footer__tagline{font-size:10px;text-align:center}.footer__stats{max-width:240px;gap:3px}.footer__stat{padding:4px 2px;gap:1px}.footer__stat-number{font-size:14px}.footer__stat-label{font-size:9px}.footer__section-title{font-size:12px;margin-bottom:4px}.footer__link{font-size:11px;padding:1px 0}.footer__contact-item{gap:4px}.footer__contact-icon{font-size:12px}.footer__contact-label{font-size:8px}.footer__contact-link,.footer__address,.footer__working-hours{font-size:10px}.footer__address{line-height:1.2}.footer__bottom{gap:6px;padding-top:8px}.footer__copyright{font-size:8px;max-width:240px}.footer__license{font-size:7px}.footer__brand-wrapper{gap:4px}.footer__age-badge{width:20px;height:16px;font-size:8px}.footer__social-links{gap:8px;max-width:160px}.footer__social-link{padding:4px}.footer__social-svg{width:14px;height:14px}.footer__logos-grid{grid-template-columns:repeat(5,1fr);gap:2px;max-width:200px}.footer__logo-image{max-width:20px;max-height:14px}}@media (prefers-reduced-motion: reduce){.footer__link,.footer__contact-link,.footer__social-link{transition:none}}.updates-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:flex-end;align-items:stretch;padding:20px}.updates-modal{background:white;width:400px;max-width:90vw;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026;animation:slideInRight .3s ease-out;overflow:hidden;border-radius:12px;margin-top:20px;margin-bottom:20px;max-height:calc(100vh - 80px)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.updates-modal__header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.updates-modal__title{font-size:20px;font-weight:600;color:#1f2937;margin:0}.updates-modal__close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.updates-modal__close:hover{background:#e5e7eb;color:#374151}.updates-modal__content{flex:1;padding:20px;overflow-y:auto;max-height:calc(100vh - 80px)}.updates-modal__item{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f3f4f6}.updates-modal__item:last-child{border-bottom:none;margin-bottom:0}.updates-modal__date{font-size:14px;font-weight:600;color:#3b82f6;margin-bottom:8px}.updates-modal__description{font-size:14px;color:#4b5563;line-height:1.5;margin-bottom:6px}.updates-modal__fix{font-size:13px;color:#059669;line-height:1.4;margin-bottom:4px;padding-left:8px}.updates-modal__fix:last-child{margin-bottom:0}@media (max-width: 768px){.updates-modal-overlay{padding:12px}.updates-modal{width:100%;max-width:100vw;margin-top:12px;margin-bottom:12px}.updates-modal__header,.updates-modal__content{padding:16px}.updates-modal__title{font-size:18px}}.header{background:#ffffff;position:relative;z-index:100;-webkit-box-shadow:0 5px 5px rgba(136,145,157,.1),0 1px 0 #e6eaed;box-shadow:0 5px 5px #88919d1a,0 1px #e6eaed}.header__container{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:2rem;height:4rem;min-height:4rem}.header__logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#1f2937;font-weight:700;font-size:1.25rem;transition:color .2s ease}.header__logo-link:hover{color:#2563eb;text-decoration:none}.header__logo-icon{font-size:1.5rem}.header__logo-text{font-size:1.5rem;font-weight:800;color:#1f2937}.header__tagline{font-size:.675rem;font-weight:300;color:#6b7280;margin-top:-.375rem;letter-spacing:.025em;font-family:var(--font-primary-fallback)}.header__nav{justify-self:start}.header__nav-list{display:flex;align-items:center;gap:clamp(.25rem,1vw,.5rem);flex-wrap:wrap}.header__nav-link{text-decoration:none}.header__nav .btn--small{font-size:clamp(11px,2.2vw,14px);padding:clamp(4px,1vw,6px) clamp(6px,1.5vw,12px);white-space:nowrap;min-width:0;line-height:1.3}.header__actions,.header__user{display:flex;align-items:center;gap:clamp(.25rem,1vw,.5rem)}.header__user-email{font-size:clamp(12px,2.2vw,14px);color:#6b7280;font-weight:500;line-height:1.3;display:flex;align-items:center;white-space:nowrap}.header__auth{display:flex;align-items:center;gap:clamp(.25rem,1vw,.5rem)}.header__actions .btn--small{font-size:clamp(11px,2.2vw,14px);padding:clamp(4px,1vw,6px) clamp(6px,1.5vw,12px);white-space:nowrap;min-width:0;line-height:1.3}.header__mobile-toggle{display:none;background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background-color .2s ease}.header__mobile-toggle:hover{background:#f3f4f6}.header__mobile-menu{display:none;background:#ffffff;border-top:1px solid #e5e7eb;padding:1rem;position:absolute;top:100%;left:0;right:0;z-index:50;box-shadow:0 4px 6px -1px #0000001a}.header__mobile-nav{display:flex;flex-direction:column;margin-bottom:1.5rem;gap:.5rem}.header__mobile-link{text-decoration:none;color:#6b7280;font-weight:500;padding:.75rem 1rem;border-radius:.375rem;transition:all .2s ease;border:1px solid transparent;display:block;margin-bottom:.5rem}.header__mobile-link:hover{color:#2563eb;text-decoration:none;background-color:#f3f4f6;border-color:#e5e7eb}.header__mobile-actions{display:flex;flex-direction:column;gap:.75rem}.header__check-mfo-button{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff!important;border:none;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d;text-decoration:none!important;font-size:clamp(11px,2.2vw,14px)!important;padding:clamp(4px,1vw,6px) clamp(6px,1.5vw,12px)!important;white-space:nowrap;min-width:0;line-height:1.3}.header__check-mfo-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.header__check-mfo-button:hover{background:linear-gradient(135deg,#5a67d8 0%,#6b46c1 100%);transform:translateY(-1px);box-shadow:0 4px 16px #667eea66;color:#fff!important;text-decoration:none!important}.header__check-mfo-button:hover:before{left:100%}.header__check-mfo-button:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d;color:#fff!important;text-decoration:none!important}.header__check-mfo-button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,.1);border-radius:50%;transform:translate(-50%,-50%);animation:pulse 2s infinite}@keyframes pulse{0%{width:0;height:0;opacity:1}70%{width:100%;height:100%;opacity:0}to{width:100%;height:100%;opacity:0}}@media (max-width: 1024px){.header__container{gap:1rem}.header__nav-list{gap:clamp(.15rem,.6vw,.3rem)}.header__nav .btn--small,.header__actions .btn--small,.header__check-mfo-button{font-size:clamp(9px,1.8vw,12px)!important;padding:clamp(2px,.6vw,4px) clamp(4px,1vw,8px)!important}.header__user-email{font-size:clamp(9px,1.8vw,11px)}}@media (max-width: 950px){.header__container{gap:.75rem}.header__nav-list{gap:clamp(.1rem,.5vw,.25rem)}.header__nav .btn--small,.header__actions .btn--small,.header__check-mfo-button{font-size:clamp(8px,1.6vw,11px)!important;padding:clamp(2px,.5vw,3px) clamp(3px,.8vw,6px)!important}.header__user-email{font-size:clamp(8px,1.6vw,10px)}}@media (max-width: 900px){.header__container{gap:1rem}.header__nav .btn--small,.header__actions .btn--small,.header__check-mfo-button{font-size:clamp(10px,2vw,13px)!important;padding:clamp(3px,.8vw,5px) clamp(5px,1.2vw,10px)!important}.header__user-email{font-size:clamp(10px,2vw,12px)}}@media (max-width: 768px){.header__container{grid-template-columns:1fr auto;gap:1rem}.header__nav,.header__actions{display:none}.header__mobile-toggle,.header__mobile-menu{display:block}}@media (max-width: 480px){.header__container{padding:0 .75rem;height:3.5rem}.header__logo-text{font-size:1.25rem}.header__tagline{font-size:.75rem;margin-top:-.25rem}.header__mobile-menu{padding:.75rem}}.hero{padding:2rem 0 1.5rem;position:relative;overflow:hidden;width:100%}.hero__container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero__content{display:flex;justify-content:center;align-items:flex-start;min-height:auto}.hero__text{max-width:800px;text-align:center}.hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#1f2937;margin:0 0 1rem}.hero__subtitle{font-size:1.125rem;line-height:1.6;color:#6b7280;margin:0 0 1.5rem}.hero__advantages{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;width:100%;box-sizing:border-box}.hero__advantage{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0;box-sizing:border-box;min-width:0}.hero__advantage-icon{font-size:1.25rem;flex-shrink:0}.hero__advantage-text{font-size:.875rem;font-weight:500;color:#374151}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;justify-content:center;width:100%}.hero__actions .btn{white-space:nowrap;min-width:0}.hero__payment-logo{display:flex;align-items:center}.hero__payment-logo-image{max-width:200px;height:auto}@media (max-width: 1024px){.hero__title{font-size:2rem}}@media (max-width: 768px){.hero{padding:1.5rem 0 1rem}.hero__title{font-size:1.75rem;margin:0 0 1rem}.hero__subtitle{font-size:1rem;margin:0 0 1.5rem}.hero__advantages{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}.hero__actions{flex-direction:row;align-items:center;justify-content:center;gap:.75rem}.hero__payment-logo{order:3;margin-top:1rem;width:100%;justify-content:center}.hero__actions .btn{flex:1;white-space:nowrap;font-size:clamp(14px,3vw,18px)}.hero__payment-logo-image{max-width:150px}}@media (max-width: 480px){.hero{padding:1rem 0 .75rem}.hero__container{padding:0 .75rem}.hero__title{font-size:1.5rem;margin:0 0 .75rem}.hero__subtitle{margin:0 0 1rem}.hero__advantages{gap:.5rem;margin-bottom:.75rem}.hero__advantage{padding:.5rem .75rem;gap:.5rem}.hero__advantage-text{font-size:.8rem}.hero__actions .btn{font-size:clamp(12px,2.5vw,16px);padding:.5rem .25rem;white-space:nowrap}}.top-offers{background:#f8fafc;padding:2rem 0 0;position:relative}.top-offers__container{max-width:1200px;margin:0 auto;padding:0 1rem}.top-offers__header{text-align:center;margin-bottom:3rem}.top-offers__title{font-size:2rem;font-weight:800;color:#1f2937;margin:0 0 .75rem}.top-offers__subtitle{font-size:1.125rem;color:#6b7280;margin:0}.top-offers__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;width:100%;overflow-x:hidden}.top-offers__card{background:#ffffff;border-radius:.75rem;padding:.5rem 1rem 1rem;border:1px solid #f5f8fa;transition:all .2s ease;display:flex;flex-direction:column;height:100%;position:relative}.top-offers__card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-2px)}.top-offers__card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.top-offers__partner{display:flex;align-items:flex-start;gap:.75rem;flex:1}.top-offers__partner-info{display:flex;flex-direction:column;gap:.25rem}.top-offers__logo{font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#f3f4f6;border-radius:.5rem;flex-shrink:0}.top-offers__partner-name{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0}.top-offers__rating{display:flex;align-items:center;gap:.5rem}.top-offers__stars{display:flex;gap:.125rem}.top-offers__star{color:#d1d5db;font-size:.875rem}.top-offers__star--filled{color:#fbbf24}.top-offers__rating-value{font-size:.875rem;font-weight:600;color:#1f2937}.top-offers__reviews{font-size:.75rem;color:#6b7280}.top-offers__card-content{flex:1;margin-bottom:1rem}.top-offers__details{margin-bottom:.75rem}.top-offers__detail{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.top-offers__detail:last-child{border-bottom:none}.top-offers__detail-label{font-size:.875rem;color:#6b7280;font-weight:500}.top-offers__detail-value{font-size:.875rem;font-weight:600;color:#1f2937}.top-offers__detail-value--rate{color:#059669}.top-offers__features{display:flex;flex-wrap:wrap;gap:.5rem}.top-offers__feature{background:#dbeafe;color:#1e40af;font-size:.75rem;font-weight:500;padding:.2rem .5rem;border-radius:10px;border:1px solid #bfdbfe}.top-offers__feature--color-1{background:#f8f7f7;color:#374151;border:1px solid #e5e7eb}.top-offers__feature--color-2{background:#fcf1d0;color:#92400e;border:1px solid #f3d96a}.top-offers__card-actions{display:flex;flex-direction:column;gap:.5rem}.top-offers__compare-btn{position:absolute;top:.75rem;right:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1rem;z-index:1}.top-offers__compare-btn:hover{background:#e2e8f0;border-color:#cbd5e1;transform:scale(1.05)}.top-offers__footer{text-align:center}@media (max-width: 768px){.top-offers{padding:3rem 0}.top-offers__title{font-size:1.75rem}.top-offers__subtitle{font-size:1rem}.top-offers__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem;width:100%;box-sizing:border-box}.top-offers__card{padding:2.5rem 1rem 1rem}.top-offers__card-header{gap:.5rem}.top-offers__notice{margin-top:1.5rem;padding:.75rem 0}}@media (max-width: 480px){.top-offers__container{padding:0 .75rem}.top-offers__grid{gap:.375rem;width:100%;box-sizing:border-box}.top-offers__card{padding:2rem .375rem .75rem;min-width:0;box-sizing:border-box}.top-offers__title{font-size:1.5rem}.top-offers__compare-btn{top:.5rem;right:.5rem;width:1.75rem;height:1.75rem;font-size:.875rem}.top-offers__notice{margin-top:1rem;padding:.5rem 0}}.top-offers__notice{text-align:center;padding:1rem 0}.top-offers__notice-text{font-size:clamp(10px,2.5vw,14px);font-weight:300;color:#6b7280;text-transform:uppercase;letter-spacing:clamp(.1px,.5vw,.5px);margin:0;font-family:var(--font-primary-fallback);white-space:nowrap}@media (min-width: 1024px){.top-offers__grid{grid-template-columns:repeat(4,1fr);gap:.25rem}}.top-offers__logo-img{width:48px;height:48px;object-fit:contain;border-radius:8px;background:#f8f9fa;padding:4px}.top-offers__loading{text-align:center;padding:40px;color:#6c757d;font-size:16px}.top-offers__partner-link{color:inherit;text-decoration:none;transition:color .2s ease}.top-offers__partner-link:hover{color:#667eea;text-decoration:none}.all-offers{background:#f8fafc;padding:2rem 0 0;position:relative}.all-offers__container{max-width:1200px;margin:0 auto;padding:0 1rem}.all-offers__header{text-align:center;margin-bottom:3rem}.all-offers__title{font-size:2rem;font-weight:800;color:#1f2937;margin:0 0 .75rem}.all-offers__subtitle{font-size:1.125rem;color:#6b7280;margin:0}.all-offers__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;width:100%;overflow-x:hidden}.all-offers__card{background:#ffffff;border-radius:.75rem;padding:.5rem 1rem 1rem;border:1px solid #f5f8fa;transition:all .2s ease;display:flex;flex-direction:column;height:100%;position:relative}.all-offers__card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-2px)}.all-offers__card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.all-offers__partner{display:flex;align-items:flex-start;gap:.75rem;flex:1}.all-offers__partner-info{display:flex;flex-direction:column;gap:.25rem}.all-offers__logo{font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#f3f4f6;border-radius:.5rem;flex-shrink:0}.all-offers__partner-name{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0}.all-offers__rating{display:flex;align-items:center;gap:.5rem}.all-offers__stars{display:flex;gap:.125rem}.all-offers__star{color:#d1d5db;font-size:.875rem}.all-offers__star--filled{color:#fbbf24}.all-offers__rating-value{font-size:.875rem;font-weight:600;color:#1f2937}.all-offers__reviews{font-size:.75rem;color:#6b7280}.all-offers__card-content{flex:1;margin-bottom:1rem}.all-offers__details{margin-bottom:.75rem}.all-offers__detail{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.all-offers__detail:last-child{border-bottom:none}.all-offers__detail-label{font-size:.875rem;color:#6b7280;font-weight:500}.all-offers__detail-value{font-size:.875rem;font-weight:600;color:#1f2937}.all-offers__detail-value--rate{color:#059669}.all-offers__features{display:flex;flex-wrap:wrap;gap:.5rem}.all-offers__feature{background:#dbeafe;color:#1e40af;font-size:.75rem;font-weight:500;padding:.2rem .5rem;border-radius:10px;border:1px solid #bfdbfe}.all-offers__feature--color-1{background:#f8f7f7;color:#374151;border:1px solid #e5e7eb}.all-offers__feature--color-2{background:#fcf1d0;color:#92400e;border:1px solid #f3d96a}.all-offers__card-actions{display:flex;flex-direction:column;gap:.5rem}.all-offers__compare-btn{position:absolute;top:.75rem;right:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1rem;z-index:1}.all-offers__compare-btn:hover{background:#e2e8f0;border-color:#cbd5e1;transform:scale(1.05)}.all-offers__footer{text-align:center}@media (max-width: 768px){.all-offers{padding:3rem 0}.all-offers__title{font-size:1.75rem}.all-offers__subtitle{font-size:1rem}.all-offers__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem;width:100%;box-sizing:border-box}.all-offers__card{padding:2.5rem 1rem 1rem}.all-offers__card-header{gap:.5rem}.all-offers__notice{margin-top:1.5rem;padding:.75rem 0}}@media (max-width: 480px){.all-offers__container{padding:0 .75rem}.all-offers__grid{gap:.375rem;width:100%;box-sizing:border-box}.all-offers__card{padding:2rem .375rem .75rem;min-width:0;box-sizing:border-box}.all-offers__title{font-size:1.5rem}.all-offers__compare-btn{top:.5rem;right:.5rem;width:1.75rem;height:1.75rem;font-size:.875rem}.all-offers__notice{margin-top:1rem;padding:.5rem 0}}.all-offers__notice{text-align:center;padding:1rem 0}.all-offers__notice-text{font-size:clamp(10px,2.5vw,14px);font-weight:300;color:#6b7280;text-transform:uppercase;letter-spacing:clamp(.1px,.5vw,.5px);margin:0;font-family:var(--font-primary-fallback);white-space:nowrap}@media (min-width: 1024px){.all-offers__grid{grid-template-columns:repeat(4,1fr);gap:.25rem}}.all-offers__logo-img{width:48px;height:48px;object-fit:contain;border-radius:8px;background:#f8f9fa;padding:4px}.all-offers__loading{text-align:center;padding:40px;color:#6c757d;font-size:16px}.all-offers__partner-link{color:inherit;text-decoration:none;transition:color .2s ease}.all-offers__partner-link:hover{color:#667eea;text-decoration:none}.home-page{min-height:100vh;background:#fff}.home-page__container{max-width:1200px;margin:0 auto;padding:20px;display:flex;flex-direction:column;gap:0}.home-page__header{text-align:center;margin-bottom:40px;padding:40px 0}.home-page__logo{font-size:48px;font-weight:700;margin:0 0 8px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.home-page__subtitle{font-size:20px;color:#4a5568;margin:0;font-weight:400}.home-page__main{background:white;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:40px;text-align:center;margin-bottom:0}.home-page__user-section{display:flex;flex-direction:column;gap:32px;align-items:center}.user-welcome h2{font-size:28px;color:#1a1a1a;margin:0 0 12px}.user-welcome p{font-size:16px;color:#666;margin:0}.user-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.home-page__guest-section{display:flex;flex-direction:column;gap:32px;align-items:center}.guest-welcome h2{font-size:28px;color:#1a1a1a;margin:0 0 12px}.guest-welcome p{font-size:16px;color:#666;margin:0;max-width:500px;line-height:1.6}.guest-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.home-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:20px}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-page__info{display:flex;flex-direction:column;gap:24px;margin-top:40px}.info-section{background:white;border-radius:12px;padding:24px;box-shadow:0 4px 16px #00000014}.info-section h3{margin:0 0 16px;font-size:18px;color:#1a1a1a}.info-section ul{margin:0;padding:0;list-style:none}.info-section li{padding:8px 0;color:#666;border-bottom:1px solid #f0f0f0}.info-section li:last-child{border-bottom:none}.home-page__banner-section{max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex;gap:1rem}.home-page__banner{flex:1;max-width:600px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 16px #0000001a}.home-page__banner-image{width:100%;height:auto;max-height:300px;object-fit:cover;border-radius:.75rem}.home-page__additional-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:12px 8px;background:#f8fafc;border-top:1px solid #e5e7eb;line-height:1.8;gap:4px}.home-page__link{color:#6b7280;text-decoration:none;font-size:10px;margin:0;transition:color .2s ease;line-height:1.4;flex-shrink:0}.home-page__separator{color:#d1d5db;margin:0;font-size:10px;flex-shrink:0}.home-page__container .faq{margin:60px 0;padding:0}.home-page__container .faq__title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:12px}.home-page__container .faq__description{color:#6b7280;font-size:16px;margin-bottom:40px}.home-page__container .reviews{margin:60px 0;padding:0}.home-page__container .reviews__title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:12px}.home-page__questions{margin:60px 0;padding:0}.home-page__questions-title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:40px;text-align:center;font-family:var(--font-primary-fallback)}.home-page__questions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.home-page__question-card{background:white;border-radius:12px;padding:20px;box-shadow:0 4px 16px #0000001a;transition:all .3s ease;border:1px solid #f3f4f6}.home-page__question-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.home-page__question-image{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:16px}.home-page__question-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px;line-height:1.4;font-family:var(--font-primary-fallback)}.home-page__question-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.home-page__question-date{font-size:12px;color:#6b7280;font-family:var(--font-primary-fallback)}.home-page__question-views{font-size:12px;color:#6b7280;font-weight:500;font-family:var(--font-primary-fallback)}.home-page__question-expert{display:flex;gap:12px;align-items:flex-start}.home-page__question-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.home-page__question-expert-info{flex:1}.home-page__question-expert-name{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:4px;font-family:var(--font-primary-fallback)}.home-page__question-expert-label{font-size:12px;color:#6b7280;margin-bottom:8px;font-family:var(--font-primary-fallback)}.home-page__question-answer{font-size:13px;color:#374151;line-height:1.5;font-family:var(--font-primary-fallback)}.home-page__news{margin:60px 0;padding:0}.home-page__news-title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:40px;text-align:center;font-family:var(--font-primary-fallback)}.home-page__news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.home-page__news-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a;transition:all .3s ease;border:1px solid #f3f4f6}.home-page__news-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.home-page__news-image{width:100%;height:160px;object-fit:cover}.home-page__news-title-card{font-size:16px;font-weight:600;color:#1f2937;margin:0;padding:16px 16px 12px;line-height:1.4;font-family:var(--font-primary-fallback)}.home-page__news-meta{display:flex;align-items:center;gap:8px;padding:0 16px 16px;font-size:12px;font-family:var(--font-primary-fallback)}.home-page__news-date{color:#3b82f6;font-weight:500;background:#eff6ff;padding:4px 8px;border-radius:4px}.home-page__news-category{color:#f59e0b;font-weight:500;background:#fef3c7;padding:4px 8px;border-radius:4px}.home-page__news-category[data-category=Новости]{color:#10b981;background:#d1fae5}.home-page__news-category[data-category=Акции]{color:#f59e0b;background:#fef3c7}.home-page__news-views{color:#6b7280;font-weight:400;margin-left:auto}.home-page .footer{margin-top:60px;background:#f8fafc;border-top:1px solid #e5e7eb}@media (min-width: 1201px){.home-page__additional-links{padding:20px 16px;flex-wrap:nowrap;line-height:1.5;gap:8px}.home-page__link,.home-page__separator{font-size:12px}}@media (min-width: 1025px) and (max-width: 1200px){.home-page__additional-links{padding:18px 12px;flex-wrap:nowrap;line-height:1.5;gap:6px}.home-page__link,.home-page__separator{font-size:11px}}@media (min-width: 769px) and (max-width: 1024px){.home-page__additional-links{padding:16px 10px;flex-wrap:wrap;line-height:1.6;gap:5px}.home-page__link,.home-page__separator{font-size:10px}}@media (max-width: 1024px){.home-page__info{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.home-page__banner-section{padding:1.5rem 1rem;flex-direction:row;gap:1rem}.home-page__banner{max-width:100%}.home-page__container .faq,.home-page__container .reviews,.home-page__questions{margin:48px 0}.home-page__questions-grid{grid-template-columns:repeat(2,1fr);gap:20px}.home-page__news{margin:48px 0}.home-page__news-grid{grid-template-columns:repeat(2,1fr);gap:20px}.home-page .footer{margin-top:48px}}@media (max-width: 768px){.home-page__container{padding:16px}.home-page__header{padding:32px 0;margin-bottom:32px}.home-page__logo{font-size:36px}.home-page__subtitle{font-size:18px}.home-page__main{padding:32px 24px}.home-page__info{grid-template-columns:1fr;gap:16px;margin-top:32px}.info-section{padding:20px}.home-page__banner-section{padding:1rem;flex-direction:row;gap:.75rem}.home-page__banner{max-width:100%}.home-page__banner-image{max-height:250px}.home-page__container .faq{margin:40px 0}.home-page__container .faq__title{font-size:26px}.home-page__container .faq__description{font-size:14px;margin-bottom:32px}.home-page__container .reviews{margin:40px 0}.home-page__container .reviews__title{font-size:26px}.home-page__questions{margin:40px 0}.home-page__questions-title{font-size:26px;margin-bottom:32px}.home-page__questions-grid{grid-template-columns:repeat(2,1fr);gap:16px}.home-page__question-card{padding:16px}.home-page__question-image{height:120px;margin-bottom:12px}.home-page__question-title{font-size:14px;margin-bottom:10px}.home-page__question-meta{margin-bottom:12px;padding-bottom:8px}.home-page__question-expert{gap:8px}.home-page__question-avatar{width:32px;height:32px}.home-page__question-expert-name{font-size:12px}.home-page__question-expert-label{font-size:11px}.home-page__question-answer{font-size:12px}.home-page__news{margin:40px 0}.home-page__news-title{font-size:26px;margin-bottom:32px}.home-page__news-grid{grid-template-columns:repeat(2,1fr);gap:16px}.home-page__news-image{height:140px}.home-page__news-title-card{font-size:14px;padding:14px 14px 10px}.home-page__news-meta{padding:0 14px 14px;font-size:11px}.home-page .footer{margin-top:40px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{font-size:11px;letter-spacing:.4px}}@media (max-width: 480px){.home-page__container{padding:12px}.home-page__header{padding:24px 0;margin-bottom:24px}.home-page__logo{font-size:28px}.home-page__subtitle{font-size:16px}.home-page__main{padding:24px 16px}.user-welcome h2,.guest-welcome h2{font-size:24px}.user-welcome p,.guest-welcome p{font-size:14px}.home-page__info{margin-top:24px}.info-section{padding:16px}.home-page__container .faq{margin:32px 0}.home-page__container .faq__title{font-size:22px}.home-page__container .faq__description{font-size:13px;margin-bottom:24px}.home-page__container .reviews{margin:32px 0}.home-page__container .reviews__title{font-size:22px}.home-page__questions{margin:32px 0}.home-page__questions-title{font-size:22px;margin-bottom:24px}.home-page__questions-grid{grid-template-columns:1fr;gap:16px}.home-page__question-card{padding:16px}.home-page__question-image{height:100px;margin-bottom:12px}.home-page__question-title{font-size:14px;margin-bottom:8px}.home-page__question-meta{margin-bottom:12px;padding-bottom:8px}.home-page__question-date,.home-page__question-views{font-size:11px}.home-page__question-expert{gap:8px}.home-page__question-avatar{width:30px;height:30px}.home-page__question-expert-name{font-size:12px}.home-page__question-expert-label{font-size:10px}.home-page__question-answer{font-size:11px}.home-page__news{margin:32px 0}.home-page__news-title{font-size:22px;margin-bottom:24px}.home-page__news-grid{grid-template-columns:1fr;gap:16px}.home-page__news-image{height:120px}.home-page__news-title-card{font-size:14px;padding:12px 12px 8px}.home-page__news-meta{padding:0 12px 12px;font-size:10px;gap:6px}.home-page__news-date,.home-page__news-category{padding:3px 6px;font-size:10px}.home-page .footer{margin-top:32px}.home-page__banner-section{padding:.75rem;flex-direction:column;gap:.75rem}.home-page__banner{max-width:100%}.home-page__banner-image{max-height:200px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{font-size:10px;letter-spacing:.3px;line-height:1.4}}.home-page__seo-content{margin:60px 0;padding:40px;background:#f8f9fa;border-radius:16px;border:1px solid #e9ecef}.home-page__seo-title{font-size:32px;font-weight:700;color:#2d3748;margin:0 0 24px;text-align:center;line-height:1.2}.home-page__seo-text{width:100%;margin:0;line-height:1.6;font-size:16px;color:#4a5568}.home-page__seo-text p{margin:0 0 20px;text-align:justify}.home-page__seo-text p:last-child{margin-bottom:0}.home-page__seo-subtitle{font-size:20px;font-weight:600;color:#2d3748;margin:28px 0 12px;line-height:1.3}.home-page__seo-text strong{color:#667eea;font-weight:600}.home-page__seo-conclusion{margin-top:24px;padding:20px;background:#edf2f7;border-radius:12px;border-left:4px solid #667eea;font-weight:500;text-align:center!important}@media (max-width: 1024px){.home-page__seo-content{margin:40px 0;padding:30px}.home-page__seo-title{font-size:28px}.home-page__seo-subtitle{font-size:18px}}@media (max-width: 768px){.home-page__seo-content{margin:30px 0;padding:20px}.home-page__seo-title{font-size:24px;margin-bottom:20px}.home-page__seo-text{font-size:15px}.home-page__seo-subtitle{font-size:17px;margin:20px 0 10px}.home-page__seo-conclusion{margin-top:20px;padding:16px}}@media (max-width: 480px){.home-page__seo-content{margin:20px 0;padding:16px}.home-page__seo-title{font-size:20px;margin-bottom:16px}.home-page__seo-text{font-size:14px}.home-page__seo-text p{margin:0 0 16px}.home-page__seo-subtitle{font-size:16px;margin:16px 0 8px}.home-page__seo-conclusion{margin-top:16px;padding:12px;font-size:14px}}.login-form{background:white;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:32px;width:100%;max-width:400px;margin:0 auto}.login-form__header{text-align:center;margin-bottom:32px}.login-form__title{margin:0 0 8px;font-size:24px;font-weight:600;color:#1a1a1a}.login-form__subtitle{margin:0;font-size:14px;color:#666;line-height:1.4}.login-form__form{display:flex;flex-direction:column;gap:20px}.login-form__error{background-color:#fee;border:1px solid #fcc;border-radius:6px;padding:12px;color:#c33;font-size:14px;text-align:center}.login-form__footer{margin-top:24px;text-align:center}.login-form__toggle{background:none;border:none;color:#007bff;cursor:pointer;font-size:14px;text-decoration:underline;padding:0}.login-form__toggle:hover{color:#0056b3}@media (max-width: 480px){.login-form{padding:24px;margin:16px}.login-form__title{font-size:20px}}.register-form{background:white;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:32px;width:100%;max-width:400px;margin:0 auto}.register-form__header{text-align:center;margin-bottom:32px}.register-form__title{margin:0 0 8px;font-size:24px;font-weight:600;color:#1a1a1a}.register-form__subtitle{margin:0;font-size:14px;color:#666;line-height:1.4}.register-form__form{display:flex;flex-direction:column;gap:20px}.register-form__error{background-color:#fee;border:1px solid #fcc;border-radius:6px;padding:12px;color:#c33;font-size:14px;text-align:center}.register-form__success{background-color:#e8f5e8;border:1px solid #b8e6b8;border-radius:6px;padding:12px;color:#2c7a2c;font-size:14px;text-align:center}.register-form__footer{margin-top:24px;text-align:center}.register-form__toggle{background:none;border:none;color:#007bff;cursor:pointer;font-size:14px;text-decoration:underline;padding:0}.register-form__toggle:hover{color:#0056b3}@media (max-width: 480px){.register-form{padding:24px;margin:16px}.register-form__title{font-size:20px}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px}.login-page__container{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:32px}.login-page__header{text-align:center;color:#fff}.login-page__logo{font-size:48px;font-weight:700;margin:0 0 8px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.login-page__tagline{font-size:16px;margin:0;opacity:.9;font-weight:300}.login-page__form{width:100%;display:flex;justify-content:center}.login-page__footer{text-align:center}.login-page__back-link{color:#fff;text-decoration:none;font-size:14px;opacity:.8;transition:opacity .2s ease}.login-page__back-link:hover{opacity:1;text-decoration:underline}@media (max-width: 768px){.login-page{padding:16px}.login-page__logo{font-size:36px}.login-page__tagline{font-size:14px}.login-page__container{gap:24px}}@media (max-width: 480px){.login-page{padding:12px}.login-page__logo{font-size:28px}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.privacy-policy-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.privacy-policy-content{flex:1;padding:2rem 0}.privacy-policy-wrapper{background:white;padding:2rem;border:1px solid #e5e7eb;border-radius:8px}.privacy-policy-title{color:#1f2937;margin:0 0 1.5rem;text-align:center;font-size:2rem;font-weight:600}.privacy-policy-text{line-height:1.6;color:#374151;font-size:.95rem}.privacy-section{margin-bottom:1.5rem}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:.8rem}.privacy-section p{margin-bottom:.8rem;text-align:left}.privacy-section ul{margin-bottom:.8rem;padding-left:1.2rem}.privacy-section li{margin-bottom:.3rem;list-style-type:disc}.privacy-section li strong{color:#1f2937;font-weight:600}.privacy-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb;text-align:center}.privacy-footer p{margin:0;color:#6b7280;font-size:.85rem}@media (max-width: 768px){.privacy-policy-content{padding:1rem 0}.privacy-policy-wrapper{margin:0 1rem;padding:1.5rem}.privacy-policy-title{font-size:1.6rem;margin-bottom:1.2rem}.privacy-section h2{font-size:1.2rem}.privacy-section{margin-bottom:1.2rem}}@media (max-width: 480px){.privacy-policy-wrapper{padding:1rem;margin:0 .5rem}.privacy-policy-title{font-size:1.4rem;margin-bottom:1rem}.privacy-section{margin-bottom:1rem}.privacy-section h2{font-size:1.1rem;margin-bottom:.6rem}.privacy-section p{margin-bottom:.6rem}}@media (max-width: 768px){.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{font-size:11px;letter-spacing:.4px}}@media (max-width: 480px){.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{font-size:10px;letter-spacing:.3px;line-height:1.4}}.privacy-policy-page .footer{margin-top:60px;background:#f8fafc;border-top:1px solid #e5e7eb}@media (max-width: 1024px){.privacy-policy-page .footer{margin-top:48px}}@media (max-width: 768px){.privacy-policy-page .footer{margin-top:40px}}@media (max-width: 480px){.privacy-policy-page .footer{margin-top:32px}}.user-agreement-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.user-agreement-content{flex:1;padding:2rem 0}.user-agreement-wrapper{background:white;padding:2rem;border:1px solid #e5e7eb;border-radius:8px}.user-agreement-title{color:#1f2937;margin:0 0 1.5rem;text-align:center;font-size:2rem;font-weight:600}.user-agreement-text{line-height:1.6;color:#374151;font-size:.95rem}.agreement-section{margin-bottom:1.5rem}.agreement-section:last-child{margin-bottom:0}.agreement-section h2{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:.8rem}.agreement-section h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:.6rem;margin-top:1rem}.agreement-section p{margin-bottom:.8rem;text-align:left}.agreement-section ul{margin-bottom:.8rem;padding-left:1.2rem}.agreement-section li{margin-bottom:.3rem;list-style-type:disc}.agreement-section li strong{color:#1f2937;font-weight:600}.agreement-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb;text-align:center}.agreement-footer p{margin:0;color:#6b7280;font-size:.85rem}.user-agreement-page .footer{margin-top:60px;background:#f8fafc;border-top:1px solid #e5e7eb}@media (max-width: 768px){.user-agreement-content{padding:1rem 0}.user-agreement-wrapper{margin:0 1rem;padding:1.5rem}.user-agreement-title{font-size:1.6rem;margin-bottom:1.2rem}.agreement-section h2{font-size:1.2rem}.agreement-section h3{font-size:1rem}.agreement-section{margin-bottom:1.2rem}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{font-size:11px;letter-spacing:.4px}}@media (max-width: 480px){.user-agreement-wrapper{padding:1rem;margin:0 .5rem}.user-agreement-title{font-size:1.4rem;margin-bottom:1rem}.agreement-section{margin-bottom:1rem}.agreement-section h2{font-size:1.1rem;margin-bottom:.6rem}.agreement-section h3{font-size:.95rem}.agreement-section p{margin-bottom:.6rem}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{font-size:10px;letter-spacing:.3px;line-height:1.4}}@media (max-width: 1024px){.user-agreement-page .footer{margin-top:48px}}@media (max-width: 768px){.user-agreement-page .footer{margin-top:40px}}@media (max-width: 480px){.user-agreement-page .footer{margin-top:32px}}.digital-security-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.digital-security-content{flex:1;padding:2rem 0}.digital-security-wrapper{background:white;padding:2rem;border:1px solid #e5e7eb;border-radius:8px}.digital-security-title{color:#1f2937;margin:0 0 1.5rem;text-align:center;font-size:2rem;font-weight:600}.digital-security-text{line-height:1.6;color:#374151;font-size:.95rem}.security-warning{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem;margin-bottom:2rem;text-align:center}.security-warning p{margin:0;color:#92400e;font-weight:500}.security-section{margin-bottom:1.5rem}.security-section:last-child{margin-bottom:0}.security-section h2{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:.8rem}.security-section h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:.6rem;margin-top:1rem}.security-section p{margin-bottom:.8rem;text-align:left}.security-section ul{margin-bottom:.8rem;padding-left:1.2rem}.security-section li{margin-bottom:.3rem;list-style-type:disc}.security-section li strong{color:#1f2937;font-weight:600}.security-rules{display:grid;gap:1rem;margin-bottom:1rem}.security-rule{display:flex;align-items:flex-start;gap:.8rem;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:1rem}.rule-icon{font-size:1.2rem;flex-shrink:0}.security-rule strong{color:#0369a1;display:block;margin-bottom:.3rem}.security-rule ul{margin-top:.5rem;margin-bottom:0}.security-tips{display:grid;gap:1rem;margin-bottom:1rem}.security-tip{background:#f0fdf4;border:1px solid #22c55e;border-radius:8px;padding:1rem}.security-tip h3{color:#15803d;margin:0 0 .5rem;font-size:1rem}.security-tip p{margin:0;color:#166534}.fraud-signs{display:grid;gap:1rem;margin-bottom:1rem}.fraud-sign{display:flex;align-items:flex-start;gap:.8rem;background:#fef2f2;border:1px solid #ef4444;border-radius:8px;padding:1rem}.fraud-icon{font-size:1.2rem;flex-shrink:0}.fraud-sign strong{color:#dc2626;display:block;margin-bottom:.3rem}.fraud-sign div{color:#991b1b}.emergency-actions{display:grid;gap:.8rem;margin-bottom:1rem}.emergency-action{display:flex;align-items:flex-start;gap:.8rem;background:#fff7ed;border:1px solid #f97316;border-radius:8px;padding:1rem}.action-number{background:#f97316;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0}.emergency-action strong{color:#c2410c;display:block;margin-bottom:.3rem}.emergency-action div{color:#ea580c}.important-reminders{display:grid;gap:1rem;margin-bottom:1rem}.reminder{display:flex;align-items:flex-start;gap:.8rem;background:#faf5ff;border:1px solid #a855f7;border-radius:8px;padding:1rem}.reminder-icon{font-size:1.2rem;flex-shrink:0}.reminder strong{color:#7c3aed;display:block;margin-bottom:.3rem}.reminder div{color:#8b5cf6}.security-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb;text-align:center}.security-footer p{margin:.3rem 0;color:#6b7280;font-size:.85rem}.security-footer p:first-child{font-weight:600;color:#1f2937}.digital-security-page .footer{margin-top:60px;background:#f8fafc;border-top:1px solid #e5e7eb}@media (max-width: 768px){.digital-security-content{padding:1rem 0}.digital-security-wrapper{margin:0 1rem;padding:1.5rem}.digital-security-title{font-size:1.6rem;margin-bottom:1.2rem}.security-section h2{font-size:1.2rem}.security-section h3{font-size:1rem}.security-section{margin-bottom:1.2rem}.security-rule,.security-tip,.fraud-sign,.emergency-action,.reminder{flex-direction:column;gap:.5rem}.rule-icon,.fraud-icon,.reminder-icon,.action-number{align-self:flex-start}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{font-size:11px;letter-spacing:.4px}}@media (max-width: 480px){.digital-security-wrapper{padding:1rem;margin:0 .5rem}.digital-security-title{font-size:1.4rem;margin-bottom:1rem}.security-section{margin-bottom:1rem}.security-section h2{font-size:1.1rem;margin-bottom:.6rem}.security-section h3{font-size:.95rem}.security-section p{margin-bottom:.6rem}.security-rule,.security-tip,.fraud-sign,.emergency-action,.reminder{padding:.8rem}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{font-size:10px;letter-spacing:.3px;line-height:1.4}}@media (max-width: 1024px){.digital-security-page .footer{margin-top:48px}}@media (max-width: 768px){.digital-security-page .footer{margin-top:40px}}@media (max-width: 480px){.digital-security-page .footer{margin-top:32px}}.recommendation-policy-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.recommendation-content{flex:1;padding:2rem 0}.recommendation-wrapper{background:white;padding:2rem;border:1px solid #e5e7eb;border-radius:8px}.recommendation-title{color:#1f2937;margin:0 0 1.5rem;text-align:center;font-size:2rem;font-weight:600}.recommendation-text{line-height:1.6;color:#374151;font-size:.95rem}.recommendation-section{margin-bottom:1.5rem}.recommendation-section:last-child{margin-bottom:0}.recommendation-section h2{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:.8rem}.recommendation-section h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:.6rem;margin-top:1rem}.recommendation-section h4{color:#1f2937;font-size:1rem;font-weight:600;margin-bottom:.5rem;margin-top:.8rem}.recommendation-section p{margin-bottom:.8rem;text-align:left}.recommendation-section ul{margin-bottom:.8rem;padding-left:1.2rem}.recommendation-section li{margin-bottom:.3rem;list-style-type:disc}.recommendation-section li strong{color:#1f2937;font-weight:600}.process-step{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem}.process-step h4{color:#1e40af;margin:0 0 .5rem;font-size:1rem;font-weight:600}.process-step p{margin:0;color:#475569}.recommendation-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb;text-align:center}.recommendation-footer p{margin:0;color:#6b7280;font-size:.85rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.recommendation-policy-page .footer{margin-top:60px;background:#f8fafc;border-top:1px solid #e5e7eb}@media (max-width: 768px){.recommendation-content{padding:1rem 0}.recommendation-wrapper{margin:0 1rem;padding:1.5rem}.recommendation-title{font-size:1.6rem;margin-bottom:1.2rem}.recommendation-section h2{font-size:1.2rem}.recommendation-section h3{font-size:1rem}.recommendation-section h4{font-size:.95rem}.recommendation-section{margin-bottom:1.2rem}.process-step{padding:.8rem}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{font-size:11px;letter-spacing:.4px}}@media (max-width: 480px){.recommendation-wrapper{padding:1rem;margin:0 .5rem}.recommendation-title{font-size:1.4rem;margin-bottom:1rem}.recommendation-section{margin-bottom:1rem}.recommendation-section h2{font-size:1.1rem;margin-bottom:.6rem}.recommendation-section h3{font-size:.95rem;margin-top:.8rem}.recommendation-section h4{font-size:.9rem;margin-top:.6rem}.recommendation-section p{margin-bottom:.6rem}.process-step{padding:.6rem;margin-bottom:.8rem}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{font-size:10px;letter-spacing:.3px;line-height:1.4}}@media (max-width: 1024px){.recommendation-policy-page .footer{margin-top:48px}}@media (max-width: 768px){.recommendation-policy-page .footer{margin-top:40px}}@media (max-width: 480px){.recommendation-policy-page .footer{margin-top:32px}}.cookie-policy-page{min-height:100vh;display:flex;flex-direction:column;background:#ffffff}.cookie-policy-page__main{flex:1;padding:2rem 1rem}.cookie-policy-page__container{max-width:1200px;margin:0 auto}.cookie-policy-page__content{background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;margin-bottom:2rem}.cookie-policy-page__title{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.cookie-policy-page__section{margin-bottom:1.5rem}.cookie-policy-page__section h2{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.cookie-policy-page__section h3{color:#374151;font-size:1.125rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem}.cookie-policy-page__section p{color:#4b5563;font-size:.875rem;line-height:1.5;margin-bottom:.75rem}.cookie-policy-page__section ul{color:#4b5563;font-size:.875rem;line-height:1.5;margin-bottom:.75rem;padding-left:1.25rem}.cookie-policy-page__section li{margin-bottom:.25rem}.cookie-policy-page__section a{color:#3b82f6;text-decoration:underline;font-weight:500}.cookie-policy-page__section a:hover{color:#2563eb;text-decoration:none}.cookie-policy-page__date{text-align:center;padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:2rem}.cookie-policy-page__date p{color:#6b7280;font-size:.875rem;font-style:italic}@media (max-width: 768px){.cookie-policy-page__content{padding:1.5rem}.cookie-policy-page__title{font-size:1.5rem}.cookie-policy-page__section h2{font-size:1.125rem}.cookie-policy-page__section h3{font-size:1rem}}.companies-page{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb}.companies-page .footer{margin-top:60px;background:#f8fafc;border-top:1px solid #e5e7eb}.companies-page__main{flex:1;padding:2rem 0}.companies-page__container{max-width:1200px;margin:0 auto;padding:0 1rem}.companies-page__title{font-size:2.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:2rem}.companies-page__search{position:relative;width:100%;margin-bottom:2rem}.companies-page__search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:white;transition:all .2s ease;box-sizing:border-box}.companies-page__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.companies-page__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem;color:#6b7280;pointer-events:none}.companies-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:2rem}.companies-page__card{background:white;border-radius:17px;padding:.8rem .5rem;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;border:1px solid #f5f8fa}.companies-page__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.companies-page__card-left{display:flex;align-items:center;gap:1rem;flex:1}.companies-page__logo{width:32px;height:32px;border-radius:50%;flex-shrink:0;object-fit:cover;background:#f3f4f6}.companies-page__info{flex:1}.companies-page__name{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.companies-page__card-right{display:flex;flex-direction:row;align-items:center;gap:.75rem;flex-shrink:0;margin-left:1rem}.companies-page__rating{display:flex;align-items:center;gap:.25rem}.companies-page__star{color:#f59e0b;font-size:1rem}.companies-page__rating-value{font-size:.875rem;font-weight:600;color:#92400e}.companies-page__info-button{background:#f3f4f6;border:none;padding:.5rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s ease;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.companies-page__info-button:hover{background:#e5e7eb;transform:scale(1.05)}.companies-page__empty{text-align:center;padding:3rem 1rem;color:#6b7280;background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a}.companies-page__empty p{margin:.5rem 0;font-size:1rem}.companies-page__empty p:first-child{font-weight:600;color:#374151}@media (max-width: 1024px){.companies-page__grid{grid-template-columns:repeat(2,1fr)}.companies-page .footer{margin-top:48px}}@media (max-width: 768px){.companies-page__container{padding:0 .75rem}.companies-page__title{font-size:2rem;margin-bottom:1.5rem}.companies-page__grid{grid-template-columns:1fr;gap:1rem}.companies-page__card{padding:1rem}.companies-page__card-left{gap:.75rem}.companies-page__logo{width:28px;height:28px}.companies-page__name{font-size:1rem}.companies-page__card-right{margin-left:.5rem}.companies-page .footer{margin-top:40px}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{font-size:11px;letter-spacing:.4px}}@media (max-width: 480px){.companies-page__main{padding:1rem 0}.companies-page__search-input{padding:.875rem .875rem .875rem 2.5rem}.companies-page__search-icon{left:.875rem;font-size:1rem}.companies-page__title{font-size:1.75rem}.companies-page__card{padding:.875rem}.companies-page .footer{margin-top:32px}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{font-size:10px;letter-spacing:.3px;line-height:1.4}}.companies-page__seo-content{margin:60px 0;padding:40px;background:#ffffff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a}.companies-page__seo-title{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 24px;text-align:center;line-height:1.2}.companies-page__seo-text{width:100%;margin:0;line-height:1.6;font-size:16px;color:#374151}.companies-page__seo-text p{margin:0 0 20px;text-align:justify}.companies-page__seo-text p:last-child{margin-bottom:0}.companies-page__seo-subtitle{font-size:20px;font-weight:600;color:#1f2937;margin:28px 0 12px;line-height:1.3}.companies-page__seo-text strong{color:#059669;font-weight:600}.companies-page__seo-conclusion{margin-top:24px;padding:20px;background:#f0fdf4;border-radius:12px;border-left:4px solid #059669;font-weight:500;text-align:center!important}@media (max-width: 1024px){.companies-page__seo-content{margin:40px 0;padding:30px}.companies-page__seo-title{font-size:28px}.companies-page__seo-subtitle{font-size:18px}}@media (max-width: 768px){.companies-page__seo-content{margin:30px 0;padding:20px}.companies-page__seo-title{font-size:24px;margin-bottom:20px}.companies-page__seo-text{font-size:15px}.companies-page__seo-subtitle{font-size:17px;margin:20px 0 10px}.companies-page__seo-conclusion{margin-top:20px;padding:16px}}@media (max-width: 480px){.companies-page__seo-content{margin:20px 0;padding:16px}.companies-page__seo-title{font-size:20px;margin-bottom:16px}.companies-page__seo-text{font-size:14px}.companies-page__seo-text p{margin:0 0 16px}.companies-page__seo-subtitle{font-size:16px;margin:16px 0 8px}.companies-page__seo-conclusion{margin-top:16px;padding:12px;font-size:14px}}.personal-cabinets-page{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb}.personal-cabinets-page .footer{margin-top:60px;background:#f8fafc;border-top:1px solid #e5e7eb}.personal-cabinets-page__main{flex:1;padding:2rem 0}.personal-cabinets-page__container{max-width:1200px;margin:0 auto;padding:0 1rem}.personal-cabinets-page__title{font-size:2.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:2rem}.personal-cabinets-page__search{position:relative;width:100%;margin-bottom:2rem}.personal-cabinets-page__search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:white;transition:all .2s ease;box-sizing:border-box}.personal-cabinets-page__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.personal-cabinets-page__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem;color:#6b7280;pointer-events:none}.personal-cabinets-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.personal-cabinets-page__card{background:white;border-radius:17px;padding:1rem;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;border:1px solid #f5f8fa}.personal-cabinets-page__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.personal-cabinets-page__card-left{display:flex;align-items:center;gap:1rem;flex:1}.personal-cabinets-page__logo{width:48px;height:48px;border-radius:50%;flex-shrink:0;object-fit:cover;background:#f3f4f6}.personal-cabinets-page__info{flex:1}.personal-cabinets-page__name{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.personal-cabinets-page__description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}.personal-cabinets-page__card-right{display:flex;align-items:center;flex-shrink:0;margin-left:1rem}.personal-cabinets-page__login-icon{background:#3b82f6;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.25rem;font-weight:500;transition:all .2s ease;text-decoration:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}.personal-cabinets-page__login-icon:hover{background:#2563eb;transform:scale(1.1);text-decoration:none;color:#fff}.personal-cabinets-page__empty{text-align:center;padding:3rem 1rem;color:#6b7280;background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a}.personal-cabinets-page__empty p{margin:.5rem 0;font-size:1rem}.personal-cabinets-page__empty p:first-child{font-weight:600;color:#374151}@media (max-width: 1024px){.personal-cabinets-page__grid{grid-template-columns:1fr}.personal-cabinets-page .footer{margin-top:48px}}@media (max-width: 768px){.personal-cabinets-page__container{padding:0 .75rem}.personal-cabinets-page__title{font-size:2rem;margin-bottom:1.5rem}.personal-cabinets-page__grid{grid-template-columns:1fr;gap:1rem}.personal-cabinets-page__card{padding:1rem;flex-direction:column;align-items:stretch;gap:1rem}.personal-cabinets-page__card-left{gap:.75rem}.personal-cabinets-page__card-right{justify-content:center;margin-left:0}.personal-cabinets-page__logo{width:40px;height:40px}.personal-cabinets-page__name{font-size:1rem}.personal-cabinets-page__description{font-size:.8rem}.personal-cabinets-page .footer{margin-top:40px}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{font-size:11px;letter-spacing:.4px}}@media (max-width: 480px){.personal-cabinets-page__main{padding:1rem 0}.personal-cabinets-page__search-input{padding:.875rem .875rem .875rem 2.5rem}.personal-cabinets-page__search-icon{left:.875rem;font-size:1rem}.personal-cabinets-page__title{font-size:1.75rem}.personal-cabinets-page__card{padding:.875rem}.personal-cabinets-page .footer{margin-top:32px}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{font-size:10px;letter-spacing:.3px;line-height:1.4}}.home-page__link{color:#6b7280;text-decoration:none;font-size:10px;margin:0 4px;transition:color .2s ease}.personal-cabinets-page__seo-content{margin:60px 0;padding:40px;background:#ffffff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a}.personal-cabinets-page__seo-title{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 24px;text-align:center;line-height:1.2}.personal-cabinets-page__seo-text{width:100%;margin:0;line-height:1.6;font-size:16px;color:#374151}.personal-cabinets-page__seo-text p{margin:0 0 20px;text-align:justify}.personal-cabinets-page__seo-text p:last-child{margin-bottom:0}.personal-cabinets-page__seo-subtitle{font-size:20px;font-weight:600;color:#1f2937;margin:28px 0 12px;line-height:1.3}.personal-cabinets-page__seo-text strong{color:#4338ca;font-weight:600}.personal-cabinets-page__seo-conclusion{margin-top:24px;padding:20px;background:#f3f4f6;border-radius:12px;border-left:4px solid #4338ca;font-weight:500;text-align:center!important}@media (max-width: 1024px){.personal-cabinets-page__seo-content{margin:40px 0;padding:30px}.personal-cabinets-page__seo-title{font-size:28px}.personal-cabinets-page__seo-subtitle{font-size:18px}}@media (max-width: 768px){.personal-cabinets-page__seo-content{margin:30px 0;padding:20px}.personal-cabinets-page__seo-title{font-size:24px;margin-bottom:20px}.personal-cabinets-page__seo-text{font-size:15px}.personal-cabinets-page__seo-subtitle{font-size:17px;margin:20px 0 10px}.personal-cabinets-page__seo-conclusion{margin-top:20px;padding:16px}}@media (max-width: 480px){.personal-cabinets-page__seo-content{margin:20px 0;padding:16px}.personal-cabinets-page__seo-title{font-size:20px;margin-bottom:16px}.personal-cabinets-page__seo-text{font-size:14px}.personal-cabinets-page__seo-text p{margin:0 0 16px}.personal-cabinets-page__seo-subtitle{font-size:16px;margin:16px 0 8px}.personal-cabinets-page__seo-conclusion{margin-top:16px;padding:12px;font-size:14px}}.questions-page{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb}.questions-page .footer{margin-top:60px;background:#f8fafc;border-top:1px solid #e5e7eb}.questions-page__main{flex:1}.questions-page__hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:4rem 0;color:#fff;text-align:center}.questions-page__hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}.questions-page__hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;font-family:var(--font-primary-fallback)}.questions-page__hero-description{font-size:1.25rem;margin-bottom:2rem;opacity:.9;font-family:var(--font-primary-fallback)}.questions-page__hero-button{background:white;color:#667eea;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:3rem;font-family:var(--font-primary-fallback)}.questions-page__hero-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.questions-page__hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.questions-page__hero-stat{display:flex;align-items:center;gap:.5rem;opacity:.9}.questions-page__hero-stat-icon{font-size:1.5rem}.questions-page__hero-stat-text{font-size:1rem;font-weight:500;font-family:var(--font-primary-fallback)}.questions-page__feed{padding:4rem 0}.questions-page__container{max-width:1200px;margin:0 auto;padding:0 1rem}.questions-page__feed-title{font-size:2.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:2rem;font-family:var(--font-primary-fallback)}.questions-page__search{position:relative;width:100%;max-width:600px;margin:0 auto 3rem}.questions-page__search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:white;transition:all .2s ease;box-sizing:border-box;font-family:var(--font-primary-fallback)}.questions-page__search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.questions-page__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem;color:#6b7280;pointer-events:none}.questions-page__questions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.questions-page__question-card{background:white;border-radius:12px;padding:20px;box-shadow:0 4px 16px #0000001a;transition:all .3s ease;border:1px solid #f3f4f6}.questions-page__question-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.questions-page__question-image{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:16px}.questions-page__question-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px;line-height:1.4;font-family:var(--font-primary-fallback)}.questions-page__question-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.questions-page__question-date{font-size:12px;color:#6b7280;font-family:var(--font-primary-fallback)}.questions-page__question-views{font-size:12px;color:#6b7280;font-weight:500;font-family:var(--font-primary-fallback)}.questions-page__question-expert{display:flex;gap:12px;align-items:flex-start}.questions-page__question-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.questions-page__question-expert-info{flex:1}.questions-page__question-expert-name{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:4px;font-family:var(--font-primary-fallback)}.questions-page__question-expert-label{font-size:12px;color:#6b7280;margin-bottom:8px;font-family:var(--font-primary-fallback)}.questions-page__question-answer{font-size:13px;color:#374151;line-height:1.5;font-family:var(--font-primary-fallback)}.questions-page__empty{text-align:center;padding:3rem 1rem;color:#6b7280;background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a}.questions-page__empty p{margin:.5rem 0;font-size:1rem;font-family:var(--font-primary-fallback)}.questions-page__empty p:first-child{font-weight:600;color:#374151}@media (max-width: 1024px){.questions-page__hero-stats{gap:2rem}.questions-page__questions-grid{grid-template-columns:repeat(2,1fr);gap:20px}.questions-page .footer{margin-top:48px}}@media (max-width: 768px){.questions-page__hero{padding:3rem 0}.questions-page__hero-title{font-size:2.5rem}.questions-page__hero-description{font-size:1.125rem}.questions-page__hero-button{padding:.875rem 1.5rem;font-size:1rem}.questions-page__hero-stats{flex-direction:column;gap:1rem}.questions-page__feed{padding:3rem 0}.questions-page__feed-title{font-size:2rem}.questions-page__questions-grid{grid-template-columns:repeat(2,1fr);gap:16px}.questions-page__question-card{padding:16px}.questions-page__question-image{height:120px;margin-bottom:12px}.questions-page__question-title{font-size:14px;margin-bottom:10px}.questions-page__question-meta{margin-bottom:12px;padding-bottom:8px}.questions-page__question-expert{gap:8px}.questions-page__question-avatar{width:32px;height:32px}.questions-page__question-expert-name{font-size:12px}.questions-page__question-expert-label{font-size:11px}.questions-page__question-answer{font-size:12px}.questions-page .footer{margin-top:40px}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{font-size:11px;letter-spacing:.4px}}@media (max-width: 480px){.questions-page__hero{padding:2rem 0}.questions-page__hero-title{font-size:2rem}.questions-page__hero-description{font-size:1rem}.questions-page__hero-button{padding:.75rem 1.25rem;font-size:.875rem}.questions-page__hero-stat-text{font-size:.875rem}.questions-page__feed{padding:2rem 0}.questions-page__feed-title{font-size:1.75rem}.questions-page__questions-grid{grid-template-columns:1fr;gap:16px}.questions-page__question-card{padding:16px}.questions-page__question-image{height:100px;margin-bottom:12px}.questions-page__question-title{font-size:14px;margin-bottom:8px}.questions-page__question-meta{margin-bottom:12px;padding-bottom:8px}.questions-page__question-date,.questions-page__question-views{font-size:11px}.questions-page__question-expert{gap:8px}.questions-page__question-avatar{width:30px;height:30px}.questions-page__question-expert-name{font-size:12px}.questions-page__question-expert-label{font-size:10px}.questions-page__question-answer{font-size:11px}.questions-page__search-input{padding:.875rem .875rem .875rem 2.5rem}.questions-page__search-icon{left:.875rem;font-size:1rem}.questions-page .footer{margin-top:32px}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{font-size:10px;letter-spacing:.3px;line-height:1.4}}.home-page__additional-links{text-align:center;padding:20px 0;background:#f8fafc;border-top:1px solid #e5e7eb;white-space:nowrap;overflow-x:auto}.home-page__link{color:#6b7280;text-decoration:none;font-size:10px;margin:0 4px;transition:color .2s ease;font-family:var(--font-primary-fallback)}.home-page__link:hover{color:#2563eb;text-decoration:underline}.home-page__separator{color:#d1d5db;margin:0 4px;font-size:10px}.home-page__disclaimer{text-align:center;padding:16px 20px;background:#ffffff;border-top:1px solid #e5e7eb}.home-page__disclaimer-text{color:#6b7280;font-size:12px;font-weight:300;text-transform:uppercase;letter-spacing:.5px;line-height:1.5;max-width:1000px;margin:0 auto;font-family:var(--font-primary-fallback)}.zaim-na-kartu-page{padding:2rem 0;min-height:50vh}.zaim-na-kartu-page .container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.zaim-na-kartu-page h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:1rem}.zaim-na-kartu-page p{font-size:1.2rem;color:#666}.zaimy-onlain-page{padding:2rem 0;min-height:50vh}.zaimy-onlain-page .container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.zaimy-onlain-page h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:1rem}.zaimy-onlain-page p{font-size:1.2rem;color:#666}.zaimy-bez-otkaza-page{padding:2rem 0;min-height:50vh}.zaimy-bez-otkaza-page .container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.zaimy-bez-otkaza-page h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:1rem}.zaimy-bez-otkaza-page p{font-size:1.2rem;color:#666}.mfo-detail-page{min-height:100vh;background:#f8fafc;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.summary{background:white;border-radius:12px;padding:32px;margin:24px 0;box-shadow:0 2px 12px #00000014}.mfo-header{display:flex;align-items:center;gap:24px;margin-bottom:24px;flex-wrap:wrap}.mfo-logo img{width:80px;height:80px;border-radius:12px;object-fit:cover;border:2px solid #e2e8f0}.mfo-title h1{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0 0 8px;line-height:1.2}.mfo-rating{display:flex;align-items:center;gap:8px}.rating-value{font-size:1.25rem;font-weight:600;color:#f59e0b}.rating-reviews{color:#64748b;font-size:.9rem}.key-info h2{font-size:1.75rem;font-weight:600;color:#2d3748;margin-bottom:16px}.conditions-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}.conditions-list li{padding:8px 12px;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0;font-size:.9rem;line-height:1.3;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conditions-list li:hover{background:#f1f5f9;border-color:#cbd5e0;transform:translateY(-1px)}.conditions-list strong{color:#2b6cb0;font-weight:600;margin-right:4px}.answer-box{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);color:#1e293b;padding:24px;border-radius:12px;margin:32px 0;box-shadow:0 4px 20px #1e293b1a;border:1px solid #bae6fd}.answer-box h3{font-size:1.5rem;font-weight:600;margin:0 0 12px;color:#0c4a6e}.answer-box p{font-size:1.1rem;line-height:1.6;margin:0;color:#475569}.answer-box strong{font-weight:700;color:#0f172a}.main-content{margin:32px 0}.features-section{background:white;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d;margin-bottom:24px}.features-section h2{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 12px;border-bottom:1px solid #e5e7eb;padding-bottom:6px}.features-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}.feature-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#e2e8f0;color:#374151;border:1px solid #d1d5db;border-radius:12px;font-size:.85rem;font-weight:500;transition:all .2s ease;cursor:default}.feature-tag:nth-child(4n+1){background:#dbeafe;color:#1e40af;border-color:#3b82f6}.feature-tag:nth-child(4n+2){background:#dcfce7;color:#166534;border-color:#22c55e}.feature-tag:nth-child(4n+3){background:#fed7aa;color:#c2410c;border-color:#f97316}.feature-tag:nth-child(4n+4){background:#e9d5ff;color:#7c3aed;border-color:#8b5cf6}.feature-tag:hover{transform:translateY(-1px)}.feature-tag:nth-child(4n+1):hover{background:#bfdbfe;border-color:#2563eb}.feature-tag:nth-child(4n+2):hover{background:#bbf7d0;border-color:#16a34a}.feature-tag:nth-child(4n+3):hover{background:#fed7aa;border-color:#ea580c}.feature-tag:nth-child(4n+4):hover{background:#ddd6fe;border-color:#7c3aed}.step-by-step{list-style:none;padding:0;margin:0;counter-reset:step-counter}.step-by-step li{border-bottom:1px solid #e2e8f0;position:relative;padding:12px 0 12px 40px;counter-increment:step-counter}.step-by-step li:before{content:counter(step-counter);position:absolute;left:0;top:12px;width:24px;height:24px;background:#3182ce;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.step-by-step li:last-child{border-bottom:none}.mfo-description{margin:24px 0}.electro-description{background:white;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d;line-height:1.5;font-size:.9rem}.electro-description h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #3b82f6}.electro-description h3{font-size:1.15rem;font-weight:600;color:#374151;margin:20px 0 12px;position:relative;padding-left:18px}.electro-description h3:before{content:"▶";position:absolute;left:0;color:#3182ce;font-size:.8rem;top:50%;transform:translateY(-50%)}.electro-description p{color:#4b5563;margin-bottom:12px;text-align:justify}.electro-description ul{margin:12px 0;padding-left:0;list-style:none}.electro-description ul li{margin-bottom:8px;padding-left:20px;position:relative;color:#4b5563}.electro-description ul li:before{content:"✓";position:absolute;left:0;color:#38a169;font-weight:700;font-size:1.1rem}.electro-description ol.step-by-step{counter-reset:step-counter;list-style:none;padding-left:0;margin:12px 0}.electro-description ol.step-by-step li{counter-increment:step-counter;margin-bottom:12px;padding-left:45px;position:relative;color:#4b5563}.electro-description ol.step-by-step li:before{content:counter(step-counter);position:absolute;left:0;top:0;width:32px;height:32px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.electro-description strong{color:#2b6cb0;font-weight:600}.electro-description em{color:#3182ce;font-style:normal;font-weight:600}.electro-description .clearfix:after{content:"";display:table;clear:both}.conditions-overview-table{width:100%;border-collapse:collapse;margin:20px 0;background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.conditions-overview-table th{background:linear-gradient(135deg,#3182ce,#2c5aa0);color:#fff;padding:16px;text-align:left;font-weight:600;font-size:1rem}.conditions-overview-table td{padding:16px;border-bottom:1px solid #e2e8f0;vertical-align:top}.conditions-overview-table td:first-child{font-weight:600;color:#2b6cb0;width:30%;background:#f8fafc}.conditions-overview-table td:last-child{color:#4a5568;line-height:1.6}.conditions-overview-table tr:last-child td{border-bottom:none}.conditions-overview-table tr:nth-child(2n) td:last-child{background:#fafbfc}.data-tables{margin:32px 0}.data-tables h2:not(.data-tables__title){font-size:2rem;font-weight:600;color:#2d3748;margin-bottom:24px;text-align:center}.data-table{width:100%;background:white;border-radius:12px;overflow:hidden;margin-bottom:15px;box-shadow:0 2px 12px #00000014;border-collapse:collapse}.data-table caption{font-size:1.25rem;font-weight:600;color:#2d3748;padding:16px;background:#f7fafc;text-align:left}.data-table th{background:#3182ce;color:#fff;padding:16px;text-align:left;font-weight:600;font-size:1rem}.data-table td{padding:16px;border-bottom:1px solid #e2e8f0;font-size:1rem;line-height:1.5}.data-table tr:last-child td{border-bottom:none}.data-table tr:nth-child(2n){background:#f8fafc}.data-table a{color:#3182ce;text-decoration:none;font-weight:500}.data-table a:hover{text-decoration:underline}.data-table td:first-child{text-align:left;font-weight:500;color:#4a5568;width:40%}.data-table td:last-child{text-align:left;font-weight:600;color:#2d3748}.data-table ul{list-style:none!important;list-style-type:none!important;margin:0!important;padding:0!important}.data-table ul li{list-style:none!important;list-style-type:none!important;margin:0 0 4px!important;padding:0!important}.data-table ul li::marker{display:none!important;content:none!important}.data-table ul li:before{display:none!important;content:none!important}.additional-info{background:white;border-radius:12px;padding:20px;margin:24px 0;box-shadow:0 1px 3px #0000000d}.additional-info h2{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:12px}.additional-info p{font-size:.9rem;line-height:1.5;color:#4b5563;margin-bottom:12px}.additional-info a{color:#2563eb;text-decoration:none;font-weight:500}.additional-info a:hover{text-decoration:underline}.last-updated{border-top:1px solid #e5e7eb;padding-top:12px;margin-top:16px;font-size:.8rem;color:#6b7280;font-style:italic}@media (max-width: 768px){.container{padding:0 16px}.mfo-header{flex-direction:column;text-align:center;gap:16px}.mfo-title h1{font-size:2rem}.summary,.features-section,.additional-info,.electro-description{padding:16px}.electro-description h2{font-size:1.35rem}.electro-description h3{font-size:1.1rem}.electro-description ol.step-by-step li{padding-left:40px}.electro-description ol.step-by-step li:before{width:28px;height:28px;font-size:.8rem}.conditions-overview-table th,.conditions-overview-table td{padding:12px 8px;font-size:.9rem}.data-table{font-size:.9rem}.data-table th,.data-table td{padding:12px 8px}.conditions-list{grid-template-columns:1fr;gap:6px}.conditions-list li{padding:10px 12px;font-size:.85rem;white-space:normal;text-overflow:initial}}@media (max-width: 480px){.mfo-title h1{font-size:1.75rem}.summary,.features-section,.additional-info,.electro-description{padding:12px}.electro-description h2{font-size:1.25rem}.electro-description h3{font-size:1rem;margin:16px 0 10px}.electro-description ol.step-by-step li{padding-left:35px}.electro-description ol.step-by-step li:before{width:24px;height:24px;font-size:.75rem}.conditions-overview-table{font-size:.8rem}.conditions-overview-table th,.conditions-overview-table td{padding:10px 6px}.conditions-overview-table td:first-child{width:35%}.data-table{font-size:.8rem}.conditions-list{gap:6px}.conditions-list li{padding:8px 10px;font-size:.8rem;white-space:normal;text-overflow:initial}.conditions-list strong{margin-right:3px}}.expand-link{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#4a5568;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:underline;text-decoration-color:transparent;transition:all .2s ease;padding:4px 0;margin:8px 0}.expand-link:hover{color:#2d3748;text-decoration-color:currentColor}.expand-link:focus{outline:2px solid #667eea;outline-offset:2px;border-radius:4px}.collapse-link{margin:16px 0 8px;justify-self:flex-start}.expand-icon{transition:transform .2s ease;flex-shrink:0;opacity:.7}.expand-icon.expanded{transform:rotate(180deg)}.expandable-content{animation:slideDown .3s ease-out;overflow:hidden}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:3000px;transform:translateY(0)}}@media (max-width: 768px){.expand-link{font-size:.85rem}}@media (max-width: 480px){.expand-link{font-size:.8rem;gap:4px}.expand-icon{width:12px;height:12px}}.table-expand{margin:0 0 16px;font-size:.85rem}.table-expand:hover{color:#667eea}@media (max-width: 768px){.features-tags{gap:6px}.feature-tag{padding:5px 10px;font-size:.8rem;border-radius:10px}}@media (max-width: 480px){.features-tags{gap:6px}.feature-tag{padding:4px 8px;font-size:.75rem;border-radius:8px;gap:4px}}.cta-section{margin-top:24px;padding-top:20px;border-top:2px solid #e2e8f0;text-align:center}.get-money-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:5px 20px;width:100%;background:#059669;color:#fff;text-decoration:none;border-radius:12px;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #0596694d;transition:all .3s ease;position:relative;overflow:hidden}.get-money-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.get-money-btn:hover:before{left:100%}.get-money-btn:hover{background:#1f2937;color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 20px #1f293766}.get-money-btn:active{transform:translateY(0);box-shadow:0 4px 8px #0596694d}.get-money-btn svg{transition:transform .2s ease}.get-money-btn:hover svg{transform:translate(4px)}@media (max-width: 768px){.cta-section{margin-top:20px;padding-top:16px}.get-money-btn{padding:14px 28px;font-size:1rem;border-radius:10px}}@media (max-width: 480px){.cta-section{margin-top:16px;padding-top:12px}.get-money-btn{padding:12px 24px;font-size:.95rem;border-radius:8px;width:100%;max-width:280px}}.final-cta{margin:48px 0 32px;padding:32px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:16px;text-align:center;border:1px solid #bae6fd}.final-cta-content h3{font-size:1.75rem;font-weight:700;color:#0c4a6e;margin:0 0 12px}.final-cta-content p{font-size:1.1rem;color:#475569;margin:0 0 24px}.final-btn{font-size:1.2rem!important;padding:18px 36px!important}@media (max-width: 768px){.final-cta{margin:32px 0 24px;padding:24px 20px;border-radius:12px}.final-cta-content h3{font-size:1.5rem}.final-cta-content p{font-size:1rem}.final-btn{font-size:1.1rem!important;padding:16px 32px!important}}@media (max-width: 480px){.final-cta{margin:24px 0 16px;padding:20px 16px;border-radius:10px}.final-cta-content h3{font-size:1.3rem}.final-cta-content p{font-size:.95rem}.final-btn{font-size:1rem!important;padding:14px 28px!important;width:100%;max-width:300px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.info-layout{display:flex;gap:32px;align-items:stretch;margin-top:16px}.info-image{flex:0 0 300px;display:flex;align-items:flex-start;justify-content:flex-start}.info-image img{width:100%;height:auto;max-height:320px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.info-image img:hover{transform:scale(1.02)}.info-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.info-content .cta-section{margin-top:10px;padding-top:0;border-top:none}@media (max-width: 768px){.info-layout{flex-direction:column;gap:24px}.info-image{flex:none;max-width:400px;margin:0 auto}.info-image img{max-height:250px;border-radius:10px}.info-content{min-height:auto}.info-content .cta-section{margin-top:10px}}@media (max-width: 480px){.info-layout{gap:20px}.info-image{max-width:100%}.info-image img{max-height:200px;border-radius:8px}.info-content .cta-section{margin-top:10px}}.data-tables__header{text-align:center;margin-bottom:24px}.data-tables__title{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 4px}.data-tables__description{font-size:16px;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.5}@media (max-width: 768px){.data-tables__header{margin-bottom:20px}.data-tables__title{font-size:24px}.data-tables__description{font-size:15px;max-width:90%}}@media (max-width: 480px){.data-tables__header{margin-bottom:16px}.data-tables__title{font-size:20px}.data-tables__description{font-size:14px}}.mfo-loading-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px 20px}.mfo-loading-spinner{display:flex;flex-direction:column;align-items:center;gap:24px}.mfo-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:mfo-spin 1s linear infinite;position:relative}.mfo-spinner:after{content:"";position:absolute;inset:-4px;border:4px solid transparent;border-top:4px solid rgba(102,126,234,.3);border-radius:50%;animation:mfo-spin 2s linear infinite reverse}@keyframes mfo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mfo-loading-text{color:#64748b;font-size:18px;font-weight:500;text-align:center;margin:0;animation:mfo-pulse 2s ease-in-out infinite}@keyframes mfo-pulse{0%,to{opacity:1}50%{opacity:.6}}.mfo-loading-spinner{animation:mfo-fadeIn .3s ease-out}@keyframes mfo-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.mfo-loading-container{min-height:50vh;padding:30px 15px}.mfo-spinner{width:40px;height:40px;border-width:3px}.mfo-spinner:after{border-width:3px}.mfo-loading-text{font-size:16px}}.mfo-error-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px 20px}.mfo-error-content{text-align:center;background:white;padding:48px 32px;border-radius:16px;box-shadow:0 4px 20px #0000001a;max-width:480px;animation:mfo-fadeIn .3s ease-out}.mfo-error-icon{font-size:64px;margin-bottom:24px;opacity:.8}.mfo-error-title{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 16px}.mfo-error-text{font-size:16px;color:#64748b;margin:0 0 32px;line-height:1.5}.mfo-error-button{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.mfo-error-button:hover{background:#5a67d8;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.mfo-error-button:active{transform:translateY(0)}@media (max-width: 768px){.mfo-error-container{min-height:50vh;padding:30px 15px}.mfo-error-content{padding:32px 24px}.mfo-error-icon{font-size:48px}.mfo-error-title{font-size:24px}.mfo-error-text{font-size:15px}}.not-found-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.not-found-page__main{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px}.not-found-page__container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.not-found-page__content{background:white;border-radius:24px;padding:40px;box-shadow:0 20px 40px #0000001a}.not-found-page__error-code{font-size:120px;font-weight:900;color:#667eea;line-height:1;margin-bottom:20px;text-align:center}.not-found-page__title{font-size:32px;font-weight:700;color:#1a202c;margin:0 0 16px;text-align:center}.not-found-page__description{font-size:16px;color:#4a5568;line-height:1.6;margin:0 0 32px;text-align:center}.not-found-page__actions{display:flex;gap:16px;justify-content:center;margin-bottom:40px}.not-found-page__button{display:inline-flex;align-items:center;padding:12px 24px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;text-align:center;min-width:160px;justify-content:center}.not-found-page__button--primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.not-found-page__button--primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.not-found-page__button--secondary{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.not-found-page__button--secondary:hover{background:#edf2f7;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.not-found-page__suggestions{border-top:1px solid #e2e8f0;padding-top:32px}.not-found-page__suggestions-title{font-size:18px;font-weight:600;color:#2d3748;margin:0 0 16px;text-align:center}.not-found-page__suggestions-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.not-found-page__link{color:#667eea;text-decoration:none;font-weight:500;padding:8px 12px;border-radius:8px;transition:all .3s ease;display:block;text-align:center}.not-found-page__link:hover{background:#f0f4ff;color:#5a67d8}.not-found-page__illustration{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found-page__icon{font-size:120px;margin-bottom:20px;opacity:.8}.not-found-page__icon-text{font-size:20px;font-weight:600;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 1024px){.not-found-page__container{grid-template-columns:1fr;gap:40px;text-align:center}.not-found-page__content{padding:30px}.not-found-page__error-code{font-size:100px}.not-found-page__title{font-size:28px}}@media (max-width: 768px){.not-found-page__main{padding:20px}.not-found-page__content{padding:24px}.not-found-page__error-code{font-size:80px}.not-found-page__title{font-size:24px}.not-found-page__description{font-size:15px}.not-found-page__actions{flex-direction:column;gap:12px}.not-found-page__button{width:100%}.not-found-page__suggestions-list{grid-template-columns:1fr}.not-found-page__icon{font-size:80px}}@media (max-width: 480px){.not-found-page__content{padding:20px}.not-found-page__error-code{font-size:60px}.not-found-page__title{font-size:20px}.not-found-page__description{font-size:14px}.not-found-page__suggestions-title{font-size:16px}.not-found-page__icon{font-size:60px}.not-found-page__icon-text{font-size:16px}}.server-error-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%)}.server-error-page__main{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px}.server-error-page__container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.server-error-page__content{background:white;border-radius:24px;padding:40px;box-shadow:0 20px 40px #0000001a}.server-error-page__error-code{font-size:120px;font-weight:900;color:#ff6b6b;line-height:1;margin-bottom:20px;text-align:center}.server-error-page__title{font-size:32px;font-weight:700;color:#1a202c;margin:0 0 16px;text-align:center}.server-error-page__description{font-size:16px;color:#4a5568;line-height:1.6;margin:0 0 32px;text-align:center}.server-error-page__actions{display:flex;gap:16px;justify-content:center;margin-bottom:40px}.server-error-page__button{display:inline-flex;align-items:center;padding:12px 24px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;text-align:center;min-width:160px;justify-content:center;border:none;cursor:pointer;font-family:inherit}.server-error-page__button--primary{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%);color:#fff}.server-error-page__button--primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d}.server-error-page__button--secondary{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.server-error-page__button--secondary:hover{background:#edf2f7;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.server-error-page__help{border-top:1px solid #e2e8f0;padding-top:32px}.server-error-page__help-title{font-size:18px;font-weight:600;color:#2d3748;margin:0 0 16px;text-align:center}.server-error-page__help-list{list-style:none;padding:0;margin:0}.server-error-page__help-list li{color:#4a5568;padding:8px 0;border-bottom:1px solid #f7fafc;text-align:center}.server-error-page__help-list li:last-child{border-bottom:none}.server-error-page__illustration{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.server-error-page__icon{font-size:120px;margin-bottom:20px;opacity:.9}.server-error-page__icon-text{font-size:20px;font-weight:600;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 1024px){.server-error-page__container{grid-template-columns:1fr;gap:40px;text-align:center}.server-error-page__content{padding:30px}.server-error-page__error-code{font-size:100px}.server-error-page__title{font-size:28px}}@media (max-width: 768px){.server-error-page__main{padding:20px}.server-error-page__content{padding:24px}.server-error-page__error-code{font-size:80px}.server-error-page__title{font-size:24px}.server-error-page__description{font-size:15px}.server-error-page__actions{flex-direction:column;gap:12px}.server-error-page__button{width:100%}.server-error-page__icon{font-size:80px}}@media (max-width: 480px){.server-error-page__content{padding:20px}.server-error-page__error-code{font-size:60px}.server-error-page__title{font-size:20px}.server-error-page__description{font-size:14px}.server-error-page__help-title{font-size:16px}.server-error-page__icon{font-size:60px}.server-error-page__icon-text{font-size:16px}}.maintenance-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a 0%,#3730a3 100%);padding:20px}.maintenance-page__container{max-width:600px;width:100%}.maintenance-page__content{background:white;border-radius:24px;padding:40px;box-shadow:0 20px 40px #0003;text-align:center}.maintenance-page__logo{margin-bottom:30px}.maintenance-page__brand{font-size:36px;font-weight:700;color:#1e3a8a;margin:0;background:linear-gradient(135deg,#1e3a8a 0%,#3730a3 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.maintenance-page__icon{font-size:80px;margin-bottom:20px;opacity:.9}.maintenance-page__title{font-size:32px;font-weight:700;color:#1a202c;margin:0 0 20px}.maintenance-page__description{font-size:16px;color:#4a5568;line-height:1.6;margin:0 0 30px}.maintenance-page__info{display:flex;justify-content:space-between;margin-bottom:30px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.maintenance-page__info-item{display:flex;flex-direction:column;align-items:center;gap:8px}.maintenance-page__info-label{font-size:14px;color:#718096;font-weight:500}.maintenance-page__info-value{font-size:16px;color:#1e3a8a;font-weight:600}.maintenance-page__features{margin-bottom:30px;padding:20px;background:#f0f8ff;border-radius:12px;border:1px solid #bfdbfe}.maintenance-page__features-title{font-size:18px;font-weight:600;color:#1e3a8a;margin:0 0 16px}.maintenance-page__features-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.maintenance-page__features-list li{color:#4a5568;position:relative;padding:8px 0 8px 20px}.maintenance-page__features-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.maintenance-page__contact{border-top:1px solid #e2e8f0;padding-top:20px}.maintenance-page__contact-text{font-size:14px;color:#718096;margin:0 0 8px}.maintenance-page__contact-info{font-size:16px;color:#1e3a8a;font-weight:600;margin:0}@media (max-width: 768px){.maintenance-page__content{padding:30px 20px}.maintenance-page__brand{font-size:28px}.maintenance-page__icon{font-size:60px}.maintenance-page__title{font-size:24px}.maintenance-page__description{font-size:15px}.maintenance-page__info{flex-direction:column;gap:16px}.maintenance-page__features-list{grid-template-columns:1fr}}@media (max-width: 480px){.maintenance-page{padding:10px}.maintenance-page__content{padding:20px}.maintenance-page__brand{font-size:24px}.maintenance-page__icon{font-size:50px}.maintenance-page__title{font-size:20px}.maintenance-page__description{font-size:14px}.maintenance-page__info,.maintenance-page__features{padding:15px}.maintenance-page__features-title{font-size:16px}}.cookie-banner{position:fixed;bottom:20px;left:20px;width:320px;max-width:calc(100vw - 40px);background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:1000;padding:0;animation:slideInLeft .4s ease-out}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.cookie-banner__content{position:relative;padding:16px}.cookie-banner__close{position:absolute;top:8px;right:8px;background:none;border:none;font-size:20px;line-height:1;color:#9ca3af;cursor:pointer;padding:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.cookie-banner__close:hover{background:#f3f4f6;color:#374151}.cookie-banner__text{margin-bottom:12px;padding-right:20px}.cookie-banner__text h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#1f2937}.cookie-banner__text p{margin:0;font-size:12px;color:#6b7280;line-height:1.4}.cookie-banner__link{color:#3b82f6;text-decoration:underline;font-weight:500;transition:color .2s ease}.cookie-banner__link:hover{color:#2563eb;text-decoration:none}.cookie-banner__actions{display:flex;gap:8px}.cookie-banner__button{border:none;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1}.cookie-banner__button--primary{background:#3b82f6;color:#fff}.cookie-banner__button--primary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.cookie-banner__button--primary:active{transform:translateY(0)}@media (max-width: 768px){.cookie-banner{width:280px;bottom:16px;left:16px}.cookie-banner__content{padding:14px}.cookie-banner__text h4{font-size:13px}.cookie-banner__text p{font-size:11px}.cookie-banner__button{font-size:11px;padding:7px 12px}}@media (max-width: 480px){.cookie-banner{width:260px;bottom:12px;left:12px}}.App{min-height:100vh;width:100%;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
