@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Onest:wght@500;600;700&display=swap');

:root{
  --g-bg:#f4f6fb;
  --g-surface:#ffffff;
  --g-ink:#202126;
  --g-muted:#666d7a;
  --g-line:#e7eaf0;
  --g-blue:#b8ccff;
  --g-blue-soft:#eef4ff;
  --g-green:#cdf0b9;
  --g-green-soft:#effbe8;
  --g-pink:#f7cbd5;
  --g-pink-soft:#fff0f3;
  --g-violet:#e7ddff;
  --g-sky:#dfeefe;
  --g-yellow:#ffe7a8;
  --g-dark:#25262b;
  --g-radius-xl:32px;
  --g-radius-lg:24px;
  --g-radius-md:18px;
  --g-shadow:0 18px 55px rgba(38,43,56,.08);
  --g-shadow-soft:0 12px 34px rgba(38,43,56,.055);
}

html{scroll-behavior:smooth}
html.g-menu-open,html.g-menu-open body{overflow:hidden}
body.g-theme{margin:0;background:var(--g-bg);color:var(--g-ink);font-family:'Manrope','Montserrat',Arial,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.g-theme *{box-sizing:border-box}
body.g-theme a{color:inherit;text-decoration:none}
body.g-theme button,body.g-theme input,body.g-theme select,body.g-theme textarea{font:inherit}
body.g-theme h1,body.g-theme h2,body.g-theme h3,body.g-theme .main_title,body.g-theme .main_sub_title{font-family:'Onest','Montserrat',Arial,sans-serif;letter-spacing:-.035em}
body.g-theme .container{width:min(1240px,calc(100% - 48px));margin-inline:auto}
body.g-theme .main{min-height:55vh}
body.g-theme img{max-width:100%}

.g-eyebrow{display:block;margin-bottom:8px;color:#596173;font-size:10px;font-weight:800;line-height:1.2;letter-spacing:.13em;text-transform:uppercase}
.g-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:14px;padding:0 20px;border:0;border-radius:15px;font-size:13px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.g-button:hover{transform:translateY(-2px)}
.g-button--dark{background:var(--g-dark);color:#fff!important;box-shadow:0 10px 24px rgba(32,33,38,.15)}
.g-button--light{background:#fff;color:var(--g-ink)!important;border:1px solid rgba(32,33,38,.08)}

/* Header */
.g-header{position:sticky;z-index:1000;top:0;background:rgba(255,255,255,.94);box-shadow:0 1px 0 rgba(37,42,54,.07);backdrop-filter:blur(18px)}
.g-header__bar{background:#25262b;color:#fff}
.g-header__bar-inner{display:flex;min-height:30px;align-items:center;justify-content:center;gap:28px;color:rgba(255,255,255,.72);font-size:9.5px;font-weight:600;letter-spacing:.01em}
.g-header__bar-inner a{margin-left:auto;color:#fff;font-weight:700}
.g-header__main{display:grid;grid-template-columns:174px 1fr auto;align-items:center;gap:28px;min-height:76px}
.g-brand{display:flex;width:160px;align-items:center}
.g-brand img{display:block;width:100%;height:auto}
.g-nav{display:flex;align-items:center;justify-content:center;gap:28px;color:#32343b;font-size:12px;font-weight:700}
.g-nav>a,.g-nav__products-trigger{display:flex;min-height:76px;align-items:center;border:0;background:none;color:inherit;cursor:pointer;font:inherit;white-space:nowrap}
.g-nav>a:hover,.g-nav__products-trigger:hover{color:#000}
.g-nav__products{position:relative}
.g-nav__products-trigger{gap:6px}
.g-nav__products-trigger span{font-size:13px;transition:transform .18s ease}
.g-nav__products:hover .g-nav__products-trigger span,.g-nav__products:focus-within .g-nav__products-trigger span{transform:rotate(180deg)}
.g-mega{position:absolute;top:66px;left:-110px;width:690px;padding:18px;border:1px solid rgba(42,48,62,.08);border-radius:24px;background:rgba(255,255,255,.98);box-shadow:0 28px 80px rgba(35,40,53,.18);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}
.g-nav__products:hover .g-mega,.g-nav__products:focus-within .g-mega{opacity:1;visibility:visible;transform:translateY(0)}
.g-mega__head{display:flex;align-items:flex-end;justify-content:space-between;padding:4px 4px 14px}
.g-mega__head strong{display:block;font-family:'Onest',sans-serif;font-size:21px;letter-spacing:-.04em}
.g-mega__head a{font-size:10px;font-weight:800}
.g-mega__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.g-mega__item{display:grid;grid-template-columns:42px 1fr 28px;align-items:center;gap:10px;min-height:76px;padding:10px 11px;border-radius:15px;transition:transform .18s ease,filter .18s ease}
.g-mega__item:hover{transform:translateY(-2px);filter:saturate(1.05)}
.g-mega__item--blue{background:#edf2ff}.g-mega__item--green{background:#effbe8}.g-mega__item--pink{background:#fff0f3}.g-mega__item--violet{background:#f2eeff}.g-mega__item--sky{background:#eef7ff}.g-mega__item--dark{background:#292a30;color:#fff}
.g-mega__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:rgba(255,255,255,.72);font-size:18px}
.g-mega__item b{display:block;font-family:'Onest',sans-serif;font-size:13px;line-height:1.15}.g-mega__item small{display:block;margin-top:4px;opacity:.62;font-size:9px;line-height:1.25}.g-mega__item i{font-style:normal;font-size:15px;text-align:center}
.g-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}
.g-header__phone{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:13px;transition:background .18s ease}.g-header__phone:hover{background:#f4f6f9}
.g-header__phone-icon{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--g-line);border-radius:50%;font-size:12px}.g-header__phone b{display:block;font-size:11.5px;line-height:1.1}.g-header__phone small{display:block;margin-top:3px;color:#8a909b;font-size:8px}
.g-header__account{display:flex;min-height:42px;align-items:center;gap:8px;padding:0 13px;border-radius:13px;background:#25262b;color:#fff!important;font-size:11px;font-weight:800}.g-header__account-icon{font-size:16px}
.g-burger{display:none;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:4px;border:0;border-radius:13px;background:#25262b;cursor:pointer}.g-burger span{display:block;width:17px;height:1.5px;border-radius:2px;background:#fff}
.g-mobile-menu,.g-mobile-backdrop{display:none}

/* Footer */
.g-footer-support{padding:38px 0;background:linear-gradient(105deg,#dbe5ff 0%,#f8dce4 50%,#e6f6df 100%)}
.g-footer-support__inner{display:flex;align-items:center;justify-content:space-between;gap:38px}.g-footer-support h2{margin:0;font-size:31px;line-height:1.02}.g-footer-support p{margin:8px 0 0;color:#616977;font-size:12px}.g-footer-support__actions{display:flex;gap:8px;flex:0 0 auto}
.g-footer{padding:54px 0 22px;background:#27282e;color:#fff}
.g-footer__top{display:grid;grid-template-columns:1.35fr .8fr .8fr 1fr 1fr;gap:38px}.g-footer__brand{display:block;width:172px;filter:brightness(0) invert(1)}.g-footer__brand-col p{max-width:280px;margin:18px 0 22px;color:#aeb3bd;font-size:11px;line-height:1.65}.g-footer__socials{display:flex;gap:8px}.g-footer__socials a{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:rgba(255,255,255,.05);font-size:12px;font-weight:800}
.g-footer__col,.g-footer__contacts{display:flex;align-items:flex-start;flex-direction:column;gap:9px}.g-footer h3{margin:0 0 10px;font-family:'Manrope',sans-serif;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.g-footer__col a,.g-footer__contacts a,.g-footer__contacts span{color:#c7cbd2;font-size:10.5px;line-height:1.45}.g-footer__col a:hover,.g-footer__contacts a:hover{color:#fff}.g-footer__contacts .g-footer__phone{color:#fff;font-family:'Onest',sans-serif;font-size:17px;font-weight:700}.g-footer__contacts small{margin-top:-7px;color:#858b96;font-size:8px}
.g-footer__bottom{display:flex;justify-content:space-between;margin-top:44px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);color:#777e89;font-size:9px}
.g-scroll-top{position:fixed;z-index:70;right:22px;bottom:22px;display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(39,40,46,.08);border-radius:50%;background:#fff;color:#222;box-shadow:var(--g-shadow-soft);cursor:pointer}

/* Homepage */
.g-home{overflow:hidden}.g-products{position:relative;padding:58px 0 28px;background:radial-gradient(circle at 2% 0,rgba(184,204,255,.28),transparent 29%),radial-gradient(circle at 96% 0,rgba(247,203,213,.22),transparent 27%),#f4f6fb}.g-section-head{margin-bottom:24px}.g-section-head h1,.g-section-head h2{max-width:760px;margin:0;font-size:clamp(36px,4vw,58px);line-height:.98;letter-spacing:-.055em}.g-section-head--split{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.g-section-head--split>p{max-width:390px;margin:0 0 4px;color:var(--g-muted);font-size:12px;line-height:1.6}.g-section-head--row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.g-section-head--row>a{margin-bottom:7px;font-size:10px;font-weight:800}
.g-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.g-product-card{position:relative;display:block;min-height:360px;overflow:hidden;border:1px solid rgba(42,48,61,.035);border-radius:28px;box-shadow:0 15px 35px rgba(42,47,61,.04);transition:transform .2s ease,box-shadow .2s ease}.g-product-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(42,47,61,.08)}.g-product-card--auto{background:linear-gradient(145deg,#bed2ff 0%,#ead1e5 100%)}.g-product-card--green{background:linear-gradient(145deg,#d0f1be 0%,#e3f7c8 100%)}.g-product-card--tourist{background:linear-gradient(145deg,#ffd2cc 0%,#f7e7bc 100%)}.g-product-card__copy{position:relative;z-index:2;max-width:68%;padding:24px 24px 0}.g-badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.72);color:#4e5c7a;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.g-badge--green{color:#4e7140}.g-badge--pink{color:#945967}.g-product-card h2{margin:12px 0 5px;font-size:26px;line-height:1.05}.g-product-card p{max-width:245px;margin:0;color:#515763;font-size:10px;line-height:1.48}.g-product-card__button{display:inline-flex;min-height:40px;align-items:center;gap:14px;margin-top:15px;padding:0 14px;border-radius:12px;background:#27282e;color:#fff;font-size:9px;font-weight:800}.g-product-card__button i{font-style:normal;font-size:13px}.g-product-card img{position:absolute;right:-58px;bottom:-7px;width:390px;max-width:none}.g-product-card--green img{right:-5px;bottom:-15px;width:292px}.g-product-card--tourist img{right:2px;bottom:-17px;width:238px}
.g-product-mini{display:grid;grid-template-columns:48px minmax(0,1fr) 38px;min-height:108px;align-items:center;gap:13px;padding:17px 18px;border:1px solid rgba(42,48,61,.035);border-radius:21px;transition:transform .18s ease}.g-product-mini:hover{transform:translateY(-3px)}.g-product-mini--violet{background:#eee9ff}.g-product-mini--sky{background:#e8f3ff}.g-product-mini--dark{background:#292a30;color:#fff}.g-product-mini__icon{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:rgba(255,255,255,.76);font-size:16px}.g-product-mini__copy{display:block;min-width:0}.g-product-mini__copy small{display:block;font-size:6px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.65}.g-product-mini__copy b{display:block;margin-top:3px;font-family:'Onest',sans-serif;font-size:16px;line-height:1.15}.g-product-mini__copy em{display:block;margin-top:3px;overflow:hidden;font-size:8px;font-style:normal;line-height:1.3;opacity:.67;white-space:nowrap;text-overflow:ellipsis}.g-product-mini__arrow{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:rgba(255,255,255,.78);color:#222;font-size:14px;font-style:normal}
.g-partners-inline{margin-top:14px;padding:14px 16px 15px;border:1px solid var(--g-line);border-radius:22px;background:rgba(255,255,255,.78);box-shadow:var(--g-shadow-soft);backdrop-filter:blur(12px)}.g-partners-inline__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:11px}.g-partners-inline__head h2{margin:0;font-size:16px}.g-partners-inline__head .g-eyebrow{display:none}.g-partners-inline__head a{font-size:9px;font-weight:800}.g-partner-logos{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:7px}.g-partner-logos img{width:100%;height:46px;padding:8px 10px;border:1px solid #eff1f4;border-radius:12px;background:#fff;object-fit:contain;filter:grayscale(.08);opacity:.78}
.g-process,.g-benefits,.g-reviews,.g-faq,.g-news,.g-seo{padding:78px 0}.g-process{background:#fff}.g-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.g-process-grid article{position:relative;min-height:190px;padding:22px;border:1px solid var(--g-line);border-radius:22px;background:#fbfcfe}.g-step-num{position:absolute;top:18px;right:18px;color:#a8afba;font-size:10px;font-weight:800}.g-step-icon{display:grid;width:46px;height:46px;place-items:center;margin-bottom:24px;border-radius:14px;background:#edf1ff;font-size:18px}.g-process-grid article:nth-child(2) .g-step-icon{background:#edf9e8}.g-process-grid article:nth-child(3) .g-step-icon{background:#fff0f3}.g-process-grid h3{margin:0 0 7px;font-size:18px}.g-process-grid p{max-width:300px;margin:0;color:var(--g-muted);font-size:10.5px;line-height:1.55}
.g-choice{padding:88px 0;background:#eff2f8}.g-choice__grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:60px}.g-choice__copy h2{max-width:530px;margin:0;font-size:45px;line-height:1.01}.g-choice__copy>p{max-width:520px;margin:17px 0 20px;color:var(--g-muted);font-size:12px;line-height:1.65}.g-choice__copy ul{display:grid;gap:9px;margin:0 0 24px;padding:0;list-style:none}.g-choice__copy li{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:700}.g-choice__copy li span{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#d9f2ce;color:#42643b;font-size:10px}
.g-offer-preview{padding:17px;border:1px solid rgba(39,43,54,.06);border-radius:28px;background:#fff;box-shadow:var(--g-shadow)}.g-offer-preview__head{display:flex;align-items:center;justify-content:space-between;padding:5px 5px 14px}.g-offer-preview__head small{display:block;color:#8b919b;font-size:8px;text-transform:uppercase}.g-offer-preview__head strong{display:block;margin-top:3px;font-family:'Onest',sans-serif;font-size:18px}.g-offer-preview__head>span{padding:6px 9px;border-radius:999px;background:#eef2ff;color:#586681;font-size:8px;font-weight:800}.g-offer-row{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:13px;margin-top:7px;padding:15px;border:1px solid var(--g-line);border-radius:17px}.g-offer-row--best{border-color:#cfe5c4;background:#f5fbf2}.g-offer-logo{display:grid;width:60px;height:42px;place-items:center;border-radius:11px;background:#fff;box-shadow:0 4px 12px rgba(40,45,58,.05);font-size:11px;font-weight:900}.g-offer-meta b,.g-offer-action b{display:block;font-size:10px}.g-offer-meta small,.g-offer-action small{display:block;margin-top:3px;color:#9297a0;font-size:7.5px}.g-offer-action{text-align:right}.g-offer-row--best .g-offer-action small{color:#638558;font-weight:800}.g-offer-preview__note{margin:10px 5px 3px;color:#9b9fa7;font-size:7.5px}
.g-benefits{background:#fff}.g-benefit-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.g-benefit-grid article{min-height:184px;padding:20px;border:1px solid var(--g-line);border-radius:20px}.g-benefit-icon{display:grid;width:40px;height:40px;place-items:center;margin-bottom:23px;border-radius:12px;font-size:15px;font-weight:800}.g-benefit-icon--violet{background:#eee9ff}.g-benefit-icon--green{background:#e8f8e1}.g-benefit-icon--blue{background:#e8f3ff}.g-benefit-icon--pink{background:#fff0f3}.g-benefit-icon--yellow{background:#fff4d5}.g-benefit-grid h3{margin:0 0 6px;font-size:14px}.g-benefit-grid p{margin:0;color:var(--g-muted);font-size:9px;line-height:1.55}
.g-reviews{background:#f4f6fb}.g-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.g-review-grid article{min-height:190px;padding:20px;border:1px solid var(--g-line);border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(35,41,53,.035)}.g-review-head{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px}.g-avatar{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#eaf0ff;font-weight:800}.g-avatar--pink{background:#ffe9ee}.g-avatar--green{background:#e8f6e1}.g-review-head b{display:block;font-size:10px}.g-review-head small{display:block;margin-top:2px;color:#9a9fa7;font-size:7px}.g-stars{color:#ffb400;font-size:10px;letter-spacing:1px}.g-review-grid article>p{margin:22px 0 0;color:#535963;font-size:10.5px;line-height:1.65}
.g-faq{background:#fff}.g-faq__grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px}.g-faq__intro h2{margin:0;font-size:43px;line-height:1}.g-faq__intro p{max-width:330px;margin:15px 0;color:var(--g-muted);font-size:11px;line-height:1.6}.g-faq__intro>a{font-size:10px;font-weight:800}.g-faq__list{display:grid;gap:8px}.g-faq__list details{border:1px solid var(--g-line);border-radius:16px;background:#fafbfc}.g-faq__list summary{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:16px;padding:0 17px;cursor:pointer;list-style:none;font-size:11px;font-weight:800}.g-faq__list summary::-webkit-details-marker{display:none}.g-faq__list summary span{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#fff;font-size:13px}.g-faq__list details[open] summary span{transform:rotate(45deg)}.g-faq__list details p{margin:0;padding:0 17px 17px;color:var(--g-muted);font-size:10px;line-height:1.6}
.g-callback{padding:58px 0 0;background:#f4f6fb}.g-callback__card{position:relative;display:grid;grid-template-columns:260px 1fr 390px;min-height:285px;align-items:center;gap:24px;overflow:hidden;padding:26px 28px;border-radius:30px 30px 0 0;background:linear-gradient(115deg,#cbd5ff 0%,#f6d5df 51%,#e2f4d9 100%)}.g-callback__card>img{align-self:end;width:260px;max-height:275px;object-fit:contain;object-position:left bottom}.g-callback__copy h2{max-width:430px;margin:0;font-size:35px;line-height:1.02}.g-callback__copy p{max-width:420px;margin:12px 0 0;color:#5c6270;font-size:10.5px;line-height:1.55}.g-callback__form{padding:16px;border:1px solid rgba(255,255,255,.7);border-radius:21px;background:rgba(255,255,255,.86);box-shadow:0 14px 34px rgba(45,51,66,.08);backdrop-filter:blur(12px)}.g-callback__form .contacts__form{display:grid!important;gap:8px!important;margin:0!important;padding:0!important;background:none!important}.g-callback__form .profile_tab_form_input_group{margin:0!important}.g-callback__form .profile_tab_form_input{width:100%!important;height:48px!important;padding:0 14px!important;border:1px solid #e6e9ee!important;border-radius:13px!important;background:#fff!important;font-size:11px!important}.g-callback__form .save_btn{display:flex!important;width:100%!important;min-height:48px!important;align-items:center!important;justify-content:center!important;border-radius:13px!important;background:#27282e!important;color:#fff!important;font-size:10px!important;font-weight:800!important;text-transform:none!important}
.g-news{background:#fff}.g-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.g-news-card{display:grid;grid-template-rows:145px 1fr;overflow:hidden;border:1px solid var(--g-line);border-radius:22px;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.g-news-card:hover{transform:translateY(-3px);box-shadow:var(--g-shadow-soft)}.g-news-card__visual{display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:column;padding:20px}.g-news-card__visual--blue{background:linear-gradient(135deg,#d8e3ff,#f2e4f0)}.g-news-card__visual--green{background:linear-gradient(135deg,#d9f3ca,#eff8d9)}.g-news-card__visual--pink{background:linear-gradient(135deg,#ffd9df,#ffe9c9)}.g-news-card__visual b{font-family:'Onest',sans-serif;font-size:42px;line-height:.9;letter-spacing:-.06em}.g-news-card__visual small{margin-top:6px;font-size:8px;font-weight:700;text-transform:uppercase}.g-news-card__body{display:block;padding:17px}.g-news-card__body>small{color:#989da6;font-size:7.5px}.g-news-card__body h3{min-height:60px;margin:7px 0 13px;font-size:14px;line-height:1.35}.g-news-card__body>span{font-size:9px;font-weight:800}.g-news-card__body i{font-style:normal}
.g-seo{background:#f4f6fb}.g-seo__card{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;padding:38px;border:1px solid var(--g-line);border-radius:28px;background:#fff}.g-seo__intro h2{margin:0;font-size:34px;line-height:1.05}.g-seo__text p{margin:0 0 13px;color:#626975;font-size:10.5px;line-height:1.75}.g-seo__text a{text-decoration:underline;text-decoration-color:#b9c7ea;text-underline-offset:3px}.g-seo__text details{margin-top:13px;border-top:1px solid var(--g-line);padding-top:12px}.g-seo__text summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font-size:10px;font-weight:800}.g-seo__text summary::-webkit-details-marker{display:none}.g-seo__text details[open] summary span{transform:rotate(45deg)}.g-seo__text details div{padding-top:15px}.g-seo__text h3{margin:14px 0 5px;font-size:13px}

/* Shared internal pages */
body.g-theme .breadcrumbs{padding:18px 0 8px!important;background:transparent!important}.breadcrumbs__inner{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;color:#9197a2!important;font-size:9px!important}.breadcrumbs__inner a{color:#69717e!important}.breadcrumbs__inner .separator{display:inline-flex!important}.breadcrumbs__inner .separator svg{width:4px;height:4px}
body.g-theme .main_title{color:var(--g-ink);font-weight:700}
body.g-theme .autocivil-hero,body.g-theme .greencard-hero{padding:24px 0 54px;background:radial-gradient(circle at 2% 0,rgba(184,204,255,.2),transparent 29%),#f4f6fb}
body.g-theme .autocivil-hero__grid,body.g-theme .greencard-hero__grid{gap:18px}
body.g-theme .autocivil-hero__content,body.g-theme .greencard-hero__content{border-radius:28px!important;overflow:hidden!important}
body.g-theme .autocivil-hero__title,body.g-theme .greencard-hero__title{font-family:'Onest',sans-serif!important;font-size:clamp(36px,4vw,57px)!important;line-height:.98!important;letter-spacing:-.055em!important}
body.g-theme .autocivil-hero__subtitle,body.g-theme .greencard-hero__subtitle{max-width:520px!important;color:#646b78!important;font-family:'Manrope',sans-serif!important;font-size:12px!important;line-height:1.65!important}
body.g-theme .autocivil-hero__benefits,body.g-theme .greencard-hero__benefits{font-size:10px!important}
body.g-theme .autocivil-hero__calculator-card,body.g-theme .greencard-hero__calculator-card,body.g-theme .autocivil__calc .autocivil_configurator{border:1px solid var(--g-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--g-shadow)!important}
body.g-theme .autocivil-hero__calculator-heading h2,body.g-theme .greencard-hero__calculator-heading h2{font-family:'Onest',sans-serif!important;font-size:21px!important;letter-spacing:-.04em!important}
body.g-theme .autocivil-hero__calculator-heading p,body.g-theme .greencard-hero__calculator-heading p{color:#7a818d!important;font-size:9.5px!important}
body.g-theme .autocivil-steps__list,body.g-theme .greencard-steps__list{border:1px solid var(--g-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--g-shadow-soft)!important}

/* Generic older product hero/calc sections */
body.g-theme .autocivil__top{padding:28px 0 30px!important;background:radial-gradient(circle at 80% 10%,rgba(247,203,213,.25),transparent 28%),#f4f6fb!important}
body.g-theme .autocivil__top-inner{border-radius:28px!important}
body.g-theme .autocivil__top-title{font-family:'Onest',sans-serif!important;font-size:clamp(38px,4.2vw,60px)!important;line-height:.98!important;letter-spacing:-.055em!important;text-transform:none!important}
body.g-theme .autocivil__top-subtitle{color:#666d78!important;font-size:12px!important;line-height:1.65!important}
body.g-theme .autocivil__calc{padding:28px 0 62px!important;background:#f4f6fb!important}
body.g-theme .autocivil__calc-inner,body.g-theme .autocivil_configurator{border-radius:25px!important;background:#fff!important;box-shadow:var(--g-shadow)!important}

/* Calculators & fields */
body.g-theme .autocivil_configurator_form{font-family:'Manrope',sans-serif!important}
body.g-theme .autocivil_configurator_form_tabs{display:flex!important;gap:6px!important;padding:5px!important;border-radius:14px!important;background:#f1f3f7!important}
body.g-theme .autocivil_configurator_form_tab{flex:1!important;border:0!important;border-radius:10px!important;background:transparent!important;transition:.18s ease!important}
body.g-theme .autocivil_configurator_form_tab.active{background:#fff!important;box-shadow:0 4px 15px rgba(35,40,53,.08)!important}
body.g-theme .autocivil_configurator_form_tab_title{font-family:'Manrope',sans-serif!important;font-size:10px!important;font-weight:800!important;letter-spacing:0!important}
body.g-theme .autocivil_configurator_form_tab_content_title,body.g-theme .profile_tab_form_label{margin-bottom:6px!important;color:#6b7280!important;font-family:'Manrope',sans-serif!important;font-size:8px!important;font-weight:700!important;letter-spacing:.01em!important;text-transform:none!important}
body.g-theme .autocivil_configurator_form_tab_content_select,body.g-theme .profile_tab_form_input,body.g-theme .number_input,body.g-theme .vs__dropdown-toggle{min-height:50px!important;border:1px solid #dde2e9!important;border-radius:13px!important;background:#fff!important;color:#282a30!important;box-shadow:none!important;font-family:'Manrope',sans-serif!important;font-size:11px!important}
body.g-theme input.autocivil_configurator_form_tab_content_select,body.g-theme .profile_tab_form_input,body.g-theme .number_input{padding-inline:13px!important}
body.g-theme .autocivil_configurator_form_tab_content_select:focus,body.g-theme .profile_tab_form_input:focus,body.g-theme .number_input:focus{border-color:#a9bfea!important;outline:0!important;box-shadow:0 0 0 3px rgba(169,191,234,.16)!important}
body.g-theme .select_options,body.g-theme .options,body.g-theme .vs__dropdown-menu{z-index:35!important;border:1px solid var(--g-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 18px 45px rgba(35,40,53,.15)!important}
body.g-theme .selection_element,body.g-theme .option,body.g-theme .vs__dropdown-option{font-family:'Manrope',sans-serif!important;font-size:10px!important}
body.g-theme .save_btn,body.g-theme .submit_btn,body.g-theme .change_btn{display:flex!important;min-height:50px!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:13px!important;background:#27282e!important;color:#fff!important;font-family:'Manrope',sans-serif!important;font-size:10px!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important;box-shadow:0 9px 22px rgba(39,40,46,.12)!important}
body.g-theme .change_btn{background:#fff!important;color:#27282e!important;border:1px solid #dfe3e9!important;box-shadow:none!important}
body.g-theme .checkbox_group{font-size:9px!important}.checkbox-wrapper-23 input+label{border-radius:6px!important}
body.g-theme .error_text,body.g-theme .error-message,body.g-theme .vehicle-number-validation-error,body.g-theme .text-danger{font-size:8.5px!important;color:#c54747!important}

/* Results / offer cards */
body.g-theme .autocivil_result_banner_top{margin:8px 0 26px!important;padding:0!important;background:transparent!important}
body.g-theme .autocivil_result_banner_top>.container{position:relative;padding:22px!important;border:1px solid var(--g-line)!important;border-radius:24px!important;background:linear-gradient(135deg,#e6edff 0%,#f8e7ec 52%,#eef8e9 100%)!important;box-shadow:var(--g-shadow-soft)!important}
body.g-theme .autocivil_result_banner_top>.container>img{position:absolute!important;right:8px!important;bottom:0!important;max-height:150px!important;opacity:.55!important}
body.g-theme .autocivil_result_banner_top .autocivil__top-title{position:relative;z-index:2;margin:0 0 13px!important;font-size:26px!important}
body.g-theme .car_info_main_container{position:relative;z-index:2;display:flex!important;gap:8px!important;flex-wrap:wrap!important}
body.g-theme .car_info_container{display:flex!important;gap:7px!important;flex-wrap:wrap!important}
body.g-theme .car_info_container_block{min-width:140px!important;padding:9px 11px!important;border:1px solid rgba(52,58,71,.06)!important;border-radius:12px!important;background:rgba(255,255,255,.68)!important}
body.g-theme .car_info_container_block_label{margin:0 0 2px!important;color:#8c929c!important;font-size:7px!important}.car_info_container_block_text{margin:0!important;font-size:9px!important;font-weight:700!important}
body.g-theme .results{gap:14px!important;padding-bottom:70px!important}.side_filters{border:1px solid var(--g-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--g-shadow-soft)!important}.side_filters_title{font-family:'Onest',sans-serif!important;font-size:16px!important}.filter_btn,.sort_select{border-radius:12px!important;font-size:9px!important}
body.g-theme .result_list{display:grid!important;gap:10px!important}.result_list_item{overflow:hidden!important;border:1px solid var(--g-line)!important;border-radius:21px!important;background:#fff!important;box-shadow:0 10px 28px rgba(35,41,53,.045)!important}.card_row_top{padding:15px 17px!important}.card_row_bottom{border-top:1px solid var(--g-line)!important;background:#fafbfc!important}.list_price{font-family:'Onest',sans-serif!important;font-size:22px!important;letter-spacing:-.04em!important}.list_old_price{font-size:9px!important}.price_percent{border-radius:999px!important;font-size:7px!important}.btn_next{min-height:45px!important;border-radius:13px!important;background:#27282e!important;color:#fff!important;font-size:9px!important;font-weight:800!important}.show_more_content,.bottom_info{font-size:9px!important}
body.g-theme .overlay{backdrop-filter:blur(5px)!important}.modal_container,.custom_info_popup,.filter_modal{border-radius:24px!important;background:#fff!important;box-shadow:0 25px 80px rgba(29,34,45,.24)!important}.modal_header_title{font-family:'Onest',sans-serif!important;font-size:22px!important}
body.g-theme .quizz{border-radius:24px!important;background:#fff!important}.quizz_timeline{gap:5px!important}.quizz_timeline_item{border-radius:999px!important}.result_data{border-radius:20px!important;background:#f7f9fc!important}

/* Profile & auth */
body.g-theme .profile{padding-bottom:70px!important}.profile_form{display:grid!important;grid-template-columns:250px minmax(0,1fr)!important;gap:14px!important;align-items:start!important}.left-menu{display:grid!important;gap:5px!important;padding:10px!important;border:1px solid var(--g-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--g-shadow-soft)!important}.profile_menu_item{min-height:45px!important;margin:0!important;padding:0 12px!important;border-radius:12px!important;font-size:10px!important;line-height:45px!important}.profile_menu_title_active{background:#27282e!important;color:#fff!important}.profile_tab_content{padding:24px!important;border:1px solid var(--g-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--g-shadow-soft)!important}.profile_title{margin:0 0 22px!important;font-family:'Onest',sans-serif!important;font-size:29px!important;letter-spacing:-.045em!important}.profile_tab_form_row{gap:12px!important}.profile_tab_form_input_group{margin-bottom:12px!important}.profile_tab_form_input{width:100%!important}.insurances_badges{display:flex!important;gap:6px!important;overflow-x:auto!important;padding-bottom:5px!important}.insurances_badge{flex:0 0 auto!important;padding:8px 11px!important;border:1px solid var(--g-line)!important;border-radius:999px!important;background:#f6f8fb!important;font-size:8px!important;font-weight:800!important}.insurances_badge.active{background:#27282e!important;color:#fff!important}.file_container{border:1px solid var(--g-line)!important;border-radius:16px!important;background:#fafbfc!important}.no_results{border-radius:18px!important;background:#f7f9fc!important}
body.g-theme .login_page{padding-bottom:70px!important}.login_page .profile_form,.login_page .contacts__form{display:block!important;width:min(460px,100%)!important;margin:32px auto!important;padding:22px!important;border:1px solid var(--g-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--g-shadow)!important}.auth_form{display:grid!important;gap:8px!important}.auth_form .profile_tab_form_input_group{margin:0!important}.forgot_password{font-size:9px!important}.login-with-google-btn{display:flex!important;min-height:48px!important;align-items:center!important;justify-content:center!important;border:1px solid var(--g-line)!important;border-radius:13px!important;background:#fff!important;font-size:9px!important;font-weight:800!important}

/* Blog, contacts, legal */
body.g-theme .posts,body.g-theme .all_posts,body.g-theme .risks,body.g-theme .contact-page{background:#f4f6fb!important}.posts__title,.faq__title{font-family:'Onest',sans-serif!important;font-size:clamp(32px,4vw,50px)!important;line-height:1!important;letter-spacing:-.05em!important}.posts_list{gap:10px!important}.posts_list_item,.news_slide{overflow:hidden!important;border:1px solid var(--g-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 28px rgba(35,41,53,.04)!important}.posts_list_item .news_image,.news_slide .news_image{border-radius:16px!important}.news__slider-name{font-family:'Onest',sans-serif!important;letter-spacing:-.035em!important}.news__slider-text,.news_info_text{font-family:'Manrope',sans-serif!important;color:#737a86!important}.read_more{font-size:9px!important;font-weight:800!important}.insurers-grid{gap:10px!important}.insurer-card{border:1px solid var(--g-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--g-shadow-soft)!important}.contact-page__map-wrapp,.risks__card,.contacts__inner,.legal-page{border-radius:24px!important}.risks__card{border:1px solid var(--g-line)!important;background:#fff!important;box-shadow:var(--g-shadow-soft)!important}.risks__card-title{font-family:'Onest',sans-serif!important}.legal-page{padding:25px!important;border:1px solid var(--g-line)!important;background:#fff!important;box-shadow:var(--g-shadow-soft)!important}.legal-page h1,.legal-page h2,.legal-page h3{font-family:'Onest',sans-serif!important;letter-spacing:-.035em!important}

@media (max-width:1100px){
  body.g-theme .container{width:min(100% - 34px,1240px)}
  .g-nav{gap:18px}.g-header__main{grid-template-columns:155px 1fr auto;gap:16px}.g-header__phone span:last-child{display:none}.g-mega{left:-150px}
  .g-product-card{min-height:335px}.g-product-card img{width:350px}.g-product-card--green img{width:260px}.g-product-card--tourist img{width:218px}
  .g-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.g-footer__top{grid-template-columns:1.3fr repeat(2,.8fr) 1fr}.g-footer__contacts{grid-column:2/-1;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.g-footer__contacts h3{grid-column:1/-1}
}

@media (max-width:820px){
  body.g-theme .container{width:min(100% - 28px,1240px)}
  .g-header__bar,.g-nav,.g-header__phone,.g-header__account-text{display:none}.g-header__main{grid-template-columns:1fr auto;min-height:64px}.g-brand{width:138px}.g-header__actions{gap:7px}.g-header__account{display:grid;width:40px;height:40px;min-height:40px;place-items:center;padding:0;border-radius:50%;background:#fff;color:#202126!important;border:1px solid var(--g-line)}.g-burger{display:flex;width:40px;height:40px;border-radius:50%}
  .g-mobile-backdrop{position:fixed;z-index:1001;inset:0;display:block;background:rgba(24,27,35,.34);opacity:0;visibility:hidden;transition:.2s ease}.g-mobile-backdrop.is-open{opacity:1;visibility:visible}
  .g-mobile-menu{position:fixed;z-index:1002;top:0;right:0;bottom:0;display:block;width:min(420px,100%);overflow-y:auto;padding:0;background:#f5f7fb;box-shadow:-30px 0 70px rgba(31,36,48,.2);transform:translateX(103%);transition:transform .24s ease}.g-mobile-menu.is-open,.g-mobile-menu.active,.g-mobile-menu.open{transform:translateX(0)}
  .g-mobile-menu__top{position:sticky;z-index:3;top:0;display:flex;min-height:66px;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--g-line);background:rgba(255,255,255,.94);backdrop-filter:blur(15px)}.g-mobile-menu__brand{width:132px}.g-mobile-menu__close{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;background:#27282e;color:#fff;font-size:22px;cursor:pointer}.g-mobile-menu__body{padding:18px 14px 26px}.g-mobile-menu__intro{padding:4px 3px 14px}.g-mobile-menu__intro h2{max-width:280px;margin:0;font-size:28px;line-height:1.02}.g-mobile-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.g-mobile-product{display:grid;grid-template-columns:30px 1fr 20px;min-height:60px;align-items:center;gap:7px;padding:8px;border-radius:15px;font-size:10px}.g-mobile-product>span{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:rgba(255,255,255,.72)}.g-mobile-product i{font-style:normal}.g-mobile-product--blue{background:#e7eeff}.g-mobile-product--green{background:#e8f8df}.g-mobile-product--pink{background:#ffecef}.g-mobile-product--violet{background:#eee9ff}.g-mobile-product--sky{background:#e9f4ff}.g-mobile-product--dark{background:#292a30;color:#fff}.g-mobile-menu__links{display:grid;margin-top:14px;border:1px solid var(--g-line);border-radius:17px;background:#fff;overflow:hidden}.g-mobile-menu__links a{display:flex;min-height:47px;align-items:center;justify-content:space-between;padding:0 13px;border-bottom:1px solid var(--g-line);font-size:10px;font-weight:700}.g-mobile-menu__links a:last-child{border-bottom:0}.g-mobile-menu__contact{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding:13px;border-radius:17px;background:linear-gradient(120deg,#dce6ff,#f8dfe6)}.g-mobile-menu__contact small{display:block;color:#7a808a;font-size:7px}.g-mobile-menu__contact a{display:block;margin-top:2px;font-size:13px;font-weight:800}.g-mobile-menu__contact .g-mobile-menu__contact-button{display:flex;min-height:38px;align-items:center;margin:0;padding:0 12px;border-radius:11px;background:#27282e;color:#fff;font-size:8px}.g-mobile-menu__legal{margin-top:10px;padding:0 13px;border:1px solid var(--g-line);border-radius:17px;background:#fff}.g-mobile-menu__legal summary{min-height:45px;line-height:45px;cursor:pointer;font-size:9px;font-weight:800}.g-mobile-menu__legal a{display:block;padding:7px 0;color:#6e7580;font-size:8.5px}

  .g-section-head h1,.g-section-head h2{font-size:35px}.g-products{padding:28px 0 24px}.g-section-head--split{display:block}.g-section-head--split>p{max-width:330px;margin-top:10px;font-size:10px}.g-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.g-product-card{min-height:250px;border-radius:19px}.g-product-card__copy{max-width:82%;padding:14px 13px 0}.g-badge{max-width:100%;padding:4px 6px;overflow:hidden;font-size:5.7px;white-space:nowrap;text-overflow:ellipsis}.g-product-card h2{margin:9px 0 4px;font-size:17px}.g-product-card p{display:-webkit-box;max-width:142px;overflow:hidden;font-size:7.6px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.g-product-card__button{min-height:31px;margin-top:9px;padding:0 9px;border-radius:9px;font-size:7.5px}.g-product-card img{right:-57px;bottom:-3px;width:248px}.g-product-card--green img{right:-18px;bottom:-7px;width:185px}
  .g-product-card--tourist{grid-column:1/-1;min-height:210px}.g-product-card--tourist .g-product-card__copy{max-width:58%;padding:16px 14px 0}.g-product-card--tourist h2{font-size:20px}.g-product-card--tourist p{display:block;max-width:175px;font-size:8.5px}.g-product-card--tourist img{right:-2px;bottom:-17px;width:188px}
  .g-product-mini{grid-column:1/-1;grid-template-columns:40px minmax(0,1fr) 32px;min-height:76px;gap:10px;padding:11px 12px;border-radius:16px}.g-product-mini__icon{width:40px;height:40px;border-radius:12px;font-size:13px}.g-product-mini__copy small{font-size:5.5px}.g-product-mini__copy b{font-size:13px}.g-product-mini__copy em{font-size:7px}.g-product-mini__arrow{width:30px;height:30px;font-size:12px}
  .g-partners-inline{margin-top:9px;padding:11px 10px;border-radius:16px}.g-partners-inline__head{margin-bottom:8px}.g-partners-inline__head h2{font-size:13px}.g-partners-inline__head a{font-size:7.5px}.g-partner-logos{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.g-partner-logos::-webkit-scrollbar{display:none}.g-partner-logos img{flex:0 0 82px;width:82px;height:36px;padding:6px 7px;border-radius:9px}
  .g-process,.g-benefits,.g-reviews,.g-faq,.g-news,.g-seo{padding:54px 0}.g-section-head--row{align-items:flex-end}.g-section-head--row>a{font-size:8px}.g-process-grid{grid-template-columns:1fr;gap:7px}.g-process-grid article{min-height:0;padding:15px 15px 15px 70px;border-radius:17px}.g-step-num{top:12px;right:13px;font-size:7px}.g-step-icon{position:absolute;top:14px;left:14px;width:42px;height:42px;margin:0;border-radius:12px}.g-process-grid h3{font-size:14px}.g-process-grid p{font-size:8.5px}
  .g-choice{padding:58px 0}.g-choice__grid{grid-template-columns:1fr;gap:28px}.g-choice__copy h2{font-size:34px}.g-choice__copy>p{font-size:10px}.g-choice__copy li{font-size:9px}.g-offer-preview{padding:10px;border-radius:20px}.g-offer-preview__head strong{font-size:15px}.g-offer-row{grid-template-columns:50px 1fr auto;gap:8px;padding:11px;border-radius:14px}.g-offer-logo{width:46px;height:34px;font-size:8px}.g-offer-meta b,.g-offer-action b{font-size:8px}.g-offer-meta small,.g-offer-action small{font-size:6px}
  .g-benefit-grid{display:flex;gap:7px;overflow-x:auto;padding-bottom:5px;scroll-snap-type:x proximity;scrollbar-width:none}.g-benefit-grid::-webkit-scrollbar{display:none}.g-benefit-grid article{flex:0 0 155px;min-height:165px;padding:14px;border-radius:17px;scroll-snap-align:start}.g-benefit-icon{width:36px;height:36px;margin-bottom:18px;border-radius:11px}.g-benefit-grid h3{font-size:12px}.g-benefit-grid p{font-size:7.5px}
  .g-review-grid{display:flex;gap:7px;overflow-x:auto;padding-bottom:5px;scroll-snap-type:x mandatory;scrollbar-width:none}.g-review-grid::-webkit-scrollbar{display:none}.g-review-grid article{flex:0 0 84%;min-height:175px;padding:15px;border-radius:17px;scroll-snap-align:start}.g-review-head{grid-template-columns:34px 1fr auto}.g-avatar{width:34px;height:34px;font-size:10px}.g-review-grid article>p{margin-top:17px;font-size:9px}
  .g-faq__grid{grid-template-columns:1fr;gap:22px}.g-faq__intro h2{font-size:33px}.g-faq__intro p{font-size:9px}.g-faq__list summary{min-height:52px;padding:0 13px;font-size:9px}.g-faq__list details p{padding:0 13px 14px;font-size:8.5px}
  .g-callback{padding-top:28px}.g-callback__card{display:block;min-height:0;padding:18px 12px 12px;border-radius:22px 22px 0 0}.g-callback__copy{min-height:124px;padding-left:106px}.g-callback__copy .g-eyebrow{font-size:6px}.g-callback__copy h2{font-size:20px}.g-callback__copy p{margin-top:7px;font-size:8px}.g-callback__card>img{position:absolute;top:23px;left:-2px;width:125px;max-height:140px;object-position:left top}.g-callback__form{position:relative;z-index:3;margin-top:8px;padding:11px;border-radius:17px}.g-callback__form .profile_tab_form_input{height:48px!important;font-size:13px!important}.g-callback__form .save_btn{min-height:48px!important}
  .g-news-grid{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory;scrollbar-width:none}.g-news-grid::-webkit-scrollbar{display:none}.g-news-card{flex:0 0 82%;grid-template-rows:120px 1fr;border-radius:18px;scroll-snap-align:start}.g-news-card__visual{padding:15px}.g-news-card__visual b{font-size:34px}.g-news-card__body{padding:13px}.g-news-card__body h3{min-height:auto;font-size:12px}
  .g-seo__card{grid-template-columns:1fr;gap:20px;padding:20px;border-radius:20px}.g-seo__intro h2{font-size:27px}.g-seo__text p{font-size:9px}
  .g-footer-support{padding:28px 0}.g-footer-support__inner{display:block}.g-footer-support h2{font-size:26px}.g-footer-support p{font-size:9px}.g-footer-support__actions{margin-top:14px}.g-footer-support__actions .g-button{min-height:44px;font-size:9px}.g-footer{padding:36px 0 18px}.g-footer__top{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.g-footer__brand-col{grid-column:1/-1}.g-footer__brand{width:150px}.g-footer__brand-col p{margin:14px 0 16px;font-size:9px}.g-footer__contacts{grid-column:1/-1;display:flex}.g-footer__bottom{display:grid;gap:4px;margin-top:30px;font-size:7.5px}

  /* internal page mobile */
  body.g-theme .breadcrumbs{padding:10px 0 5px!important}.breadcrumbs__inner{font-size:7px!important}
  body.g-theme .autocivil-hero,body.g-theme .greencard-hero{padding:12px 0 34px!important}.autocivil-hero__grid,.greencard-hero__grid{display:grid!important;grid-template-columns:1fr!important}.autocivil-hero__content,.greencard-hero__content{min-height:220px!important}.autocivil-hero__title,.greencard-hero__title{font-size:34px!important}.autocivil-hero__subtitle,.greencard-hero__subtitle{font-size:9px!important}.autocivil-hero__calculator-card,.greencard-hero__calculator-card{border-radius:19px!important;padding:14px!important}
  body.g-theme .autocivil__top{padding:14px 0 20px!important}.autocivil__top-title{font-size:34px!important}.autocivil__top-subtitle{font-size:9px!important}.autocivil__calc{padding:15px 0 44px!important}
  body.g-theme .autocivil_configurator_form_tabs{padding:4px!important;border-radius:12px!important}.autocivil_configurator_form_tab_title{font-size:8.5px!important}.autocivil_configurator_form_tab_content{gap:8px!important}.autocivil_configurator_form_tab_content_select,.profile_tab_form_input,.number_input,.vs__dropdown-toggle{min-height:49px!important;font-size:10px!important}.save_btn,.submit_btn,.change_btn{min-height:48px!important;font-size:9px!important}
  body.g-theme .autocivil_result_banner_top>.container{padding:14px!important;border-radius:18px!important}.autocivil_result_banner_top .autocivil__top-title{font-size:20px!important}.car_info_container_block{min-width:calc(50% - 4px)!important;padding:8px!important}.results{display:block!important}.side_filters{margin-bottom:10px!important;border-radius:17px!important}.result_list_item{border-radius:17px!important}.result_list_item.mobile_list{display:block!important}.result_list_item.desctop_list{display:none!important}.card_row_top{padding:12px!important}.list_price{font-size:19px!important}.btn_next{min-height:43px!important}
  body.g-theme .profile_form{grid-template-columns:1fr!important}.left-menu{display:flex!important;gap:5px!important;overflow-x:auto!important;padding:7px!important;border-radius:16px!important;scrollbar-width:none}.left-menu::-webkit-scrollbar{display:none}.profile_menu_item{flex:0 0 auto!important;min-height:38px!important;padding:0 10px!important;line-height:38px!important;font-size:8px!important}.profile_tab_content{padding:16px!important;border-radius:18px!important}.profile_title{font-size:24px!important}.profile_tab_form_row{display:grid!important;grid-template-columns:1fr!important;gap:0!important}.login_page .profile_form,.login_page .contacts__form{margin:18px auto!important;padding:15px!important;border-radius:18px!important}
}

@media (max-width:390px){
  body.g-theme .container{width:min(100% - 24px,1240px)}
  .g-section-head h1,.g-section-head h2{font-size:31px}.g-product-card{min-height:232px}.g-product-card h2{font-size:16px}.g-product-card img{width:228px}.g-product-card--green img{width:170px}.g-product-card--tourist{min-height:202px}.g-product-card--tourist img{right:-8px;width:170px}.g-product-card--tourist .g-product-card__copy{max-width:61%}.g-callback__copy{min-height:120px;padding-left:100px}.g-callback__copy h2{font-size:18.5px}.g-callback__card>img{top:25px;left:-5px;width:120px}
}
