:root{
  --p7-primary:#2563eb;
  --p7-primary-dark:#1d4ed8;
  --p7-primary-soft:#eff6ff;
  --p7-success:#16a34a;
  --p7-warning:#f59e0b;
  --p7-danger:#dc2626;
  --p7-ink:#111827;
  --p7-text:#475569;
  --p7-muted:#94a3b8;
  --p7-line:#e2e8f0;
  --p7-bg:#f6f8fb;
  --p7-surface:#fff;
  --p7-radius:20px;
  --p7-shadow:0 14px 36px rgba(15,23,42,.07);
}

body{background:var(--p7-bg)!important;color:var(--p7-text);font-family:"Open Sans",Arial,sans-serif;}
.portal-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;}
.portal-home-v7{max-width:1180px;margin:0 auto;padding:30px 20px 70px;}
.portal-home-v7 *{box-sizing:border-box;}

.portal-hero-v7{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;padding:46px;border-radius:30px;background:linear-gradient(135deg,#fff 0%,#f7fbff 100%);border:1px solid var(--p7-line);box-shadow:var(--p7-shadow);}
.portal-hero-v7__eyebrow,.portal-section-kicker-v7{display:block;margin-bottom:10px;color:var(--p7-primary);font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;}
.portal-hero-v7 h1{max-width:760px;margin:0;color:var(--p7-ink);font-size:clamp(34px,4.5vw,58px);line-height:1.06;letter-spacing:-.035em;}
.portal-hero-v7__content>p{max-width:720px;margin:18px 0 28px;font-size:18px;line-height:1.65;color:#64748b;}
.portal-search-v7{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(190px,.7fr) 130px;gap:10px;padding:10px;background:#fff;border:1px solid #dbe4f0;border-radius:18px;box-shadow:0 10px 30px rgba(37,99,235,.09);}
.portal-search-v7__field{display:flex;align-items:center;min-height:54px;padding:0 16px;border-radius:12px;background:#f8fafc;border:1px solid transparent;}
.portal-search-v7__field:focus-within{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px rgba(37,99,235,.1);}
.portal-search-v7__icon{margin-right:10px;color:var(--p7-primary);font-size:17px;}
.portal-search-v7 input,.portal-search-v7 select{width:100%;height:48px;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:var(--p7-ink)!important;font:inherit;outline:none;}
.portal-search-v7__submit,.portal-btn-v7--primary{border:0!important;border-radius:12px!important;background:var(--p7-primary)!important;color:#fff!important;font-weight:800!important;cursor:pointer;transition:.2s ease;}
.portal-search-v7__submit:hover,.portal-btn-v7--primary:hover{background:var(--p7-primary-dark)!important;transform:translateY(-1px);}
.portal-hero-v7__popular{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;align-items:center;font-size:14px;}
.portal-hero-v7__popular>span{color:#64748b;}
.portal-hero-v7__popular a{padding:7px 11px;border-radius:999px;background:var(--p7-primary-soft);color:var(--p7-primary)!important;font-weight:700;}
.portal-hero-v7__trust{padding:26px;border-radius:22px;background:#0f172a;color:#cbd5e1;align-self:stretch;}
.portal-trust-mark-v7{display:flex;width:54px;height:54px;align-items:center;justify-content:center;margin-bottom:18px;border-radius:17px;background:rgba(255,255,255,.1);color:#60a5fa;font-size:25px;}
.portal-hero-v7__trust strong{display:block;color:#fff;font-size:20px;line-height:1.3;}
.portal-hero-v7__trust p{margin:10px 0 18px;line-height:1.6;}
.portal-hero-v7__trust ul{display:grid;gap:10px;margin:0;padding:0;list-style:none;}
.portal-hero-v7__trust li{display:flex;gap:9px;align-items:flex-start;}
.portal-hero-v7__trust li .fawe{color:#4ade80;margin-top:2px;}

.portal-quick-v7{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 42px;}
.portal-quick-v7 a{display:grid;grid-template-columns:46px 1fr;column-gap:14px;align-items:center;min-height:96px;padding:18px;border:1px solid var(--p7-line);border-radius:18px;background:#fff;color:var(--p7-ink)!important;box-shadow:0 6px 18px rgba(15,23,42,.04);transition:.2s ease;}
.portal-quick-v7 a:hover{transform:translateY(-3px);border-color:#bfdbfe;box-shadow:0 14px 28px rgba(37,99,235,.1);}
.portal-quick-v7 .fawe{grid-row:1/3;display:flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:14px;background:var(--p7-primary-soft);color:var(--p7-primary);font-size:19px;}
.portal-quick-v7 strong{font-size:15px;}.portal-quick-v7 small{margin-top:3px;color:#64748b;}

.portal-home-section-v7,.portal-how-v7{margin-top:34px;padding:28px;border:1px solid var(--p7-line);border-radius:24px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.045);}
.portal-section-heading-v7{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px;}
.portal-section-heading-v7 h2{margin:0;color:var(--p7-ink);font-size:28px;line-height:1.2;letter-spacing:-.02em;}
.portal-section-heading-v7>a{color:var(--p7-primary)!important;font-weight:800;white-space:nowrap;}
.portal-module-v7>.base_block_main_content{margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;}
.portal-module-v7>.base_block_main_content>.title_main_content{display:none!important;}
.portal-module-v7 .text_main_content_decor{padding:0!important;border:0!important;background:transparent!important;}

/* Category cards with icons */
.portal-module-v7--doska-categories .category_general_block_base,.portal-home-v7 .category_general_block_base{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0!important;}
.portal-module-v7--doska-categories .category_general_block_data_one,.portal-home-v7 .category_general_block_data_one{width:auto!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;float:none!important;}
.portal-module-v7--doska-categories .category_general_block_content_one,.portal-home-v7 .category_general_block_content_one{height:100%;}
.portal-module-v7--doska-categories .info35_category_plain_link,.portal-home-v7 .info35_category_plain_link{position:relative;display:flex!important;min-height:116px;flex-direction:column;justify-content:flex-end;padding:58px 16px 16px!important;border:1px solid var(--p7-line)!important;border-radius:18px!important;background:#fff!important;color:var(--p7-ink)!important;font-weight:800!important;line-height:1.35;box-shadow:0 5px 15px rgba(15,23,42,.035);transition:.2s ease;overflow:hidden;}
.portal-module-v7--doska-categories .info35_category_plain_link:hover,.portal-home-v7 .info35_category_plain_link:hover{transform:translateY(-3px);border-color:#bfdbfe!important;box-shadow:0 14px 26px rgba(37,99,235,.1);}
.portal-module-v7--doska-categories .info35_category_plain_link:before,.portal-home-v7 .info35_category_plain_link:before{content:"\f0b1";position:absolute;left:16px;top:15px;display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:12px;background:var(--p7-primary-soft);color:var(--p7-primary);font-family:FontAwesome;font-size:17px;}
.portal-home-v7 .category_general_block_data_one:nth-child(2) .info35_category_plain_link:before{content:"\f1b9"}.portal-home-v7 .category_general_block_data_one:nth-child(3) .info35_category_plain_link:before{content:"\f015"}.portal-home-v7 .category_general_block_data_one:nth-child(4) .info35_category_plain_link:before{content:"\f21e"}.portal-home-v7 .category_general_block_data_one:nth-child(5) .info35_category_plain_link:before{content:"\f0ad"}.portal-home-v7 .category_general_block_data_one:nth-child(6) .info35_category_plain_link:before{content:"\f1ad"}.portal-home-v7 .category_general_block_data_one:nth-child(7) .info35_category_plain_link:before{content:"\f19d"}.portal-home-v7 .category_general_block_data_one:nth-child(8) .info35_category_plain_link:before{content:"\f07a"}
.portal-home-v7 .category_general_block_data_one_quantity{position:absolute;right:13px;top:13px;display:inline-flex;min-width:27px;height:27px;align-items:center;justify-content:center;padding:0 7px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:800;}
.portal-home-v7 .portal-category-soon .category_general_block_data_one_quantity{display:none!important;}
.portal-home-v7 .portal-category-soon .info35_category_plain_link:after{content:"Скоро";position:absolute;right:12px;top:14px;padding:5px 8px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;}

.portal-empty-promo-v7,.portal-business-v7{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;margin-top:34px;padding:28px 30px;border-radius:24px;background:#0f172a;color:#cbd5e1;box-shadow:var(--p7-shadow);}
.portal-empty-promo-v7__art{display:flex;width:72px;height:72px;align-items:center;justify-content:center;border-radius:22px;background:rgba(96,165,250,.15);color:#60a5fa;font-size:30px;}
.portal-empty-promo-v7 h2,.portal-business-v7 h2{margin:0 0 8px;color:#fff;font-size:26px;}.portal-empty-promo-v7 p,.portal-business-v7 p{margin:0;line-height:1.65;}
.portal-btn-v7{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 20px;border-radius:12px;font-weight:800;text-decoration:none!important;white-space:nowrap;}
.portal-btn-v7--light{background:#fff;color:var(--p7-primary)!important;border:1px solid #fff;}
.portal-business-v7{grid-template-columns:minmax(0,1fr) auto;background:linear-gradient(135deg,#1d4ed8,#2563eb);}
.portal-business-v7__actions{display:flex;gap:10px;}.portal-business-v7 .portal-btn-v7--primary{background:#0f172a!important;}.portal-business-v7 .portal-btn-v7--light{color:#1d4ed8!important;}

.portal-how-v7__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.portal-how-v7__grid article{display:flex;gap:16px;padding:20px;border-radius:18px;background:#f8fafc;border:1px solid var(--p7-line);}
.portal-how-v7__grid article>span{display:flex;flex:0 0 42px;height:42px;align-items:center;justify-content:center;border-radius:13px;background:var(--p7-primary);color:#fff;font-weight:900;}
.portal-how-v7 h3{margin:2px 0 7px;color:var(--p7-ink);font-size:17px;}.portal-how-v7 p{margin:0;line-height:1.55;}

/* Friendly empty states generated by JS */
.portal-empty-state-v7{display:grid;place-items:center;min-height:260px;padding:34px;text-align:center;border:1px dashed #bfdbfe;border-radius:20px;background:linear-gradient(180deg,#f8fbff,#fff);}
.portal-empty-state-v7__icon{display:flex;width:70px;height:70px;align-items:center;justify-content:center;margin-bottom:16px;border-radius:22px;background:var(--p7-primary-soft);color:var(--p7-primary);font-size:28px;}
.portal-empty-state-v7 h3{margin:0 0 8px;color:var(--p7-ink);font-size:22px;}.portal-empty-state-v7 p{max-width:560px;margin:0 0 18px;line-height:1.65;}
.portal-empty-state-v7 a{display:inline-flex;min-height:48px;align-items:center;padding:0 18px;border-radius:12px;background:var(--p7-primary);color:#fff!important;font-weight:800;}

/* Modern cards/list rows */
.array_data_item,.array_data_post,.array_data_post_one,.base_data_one,.catalog_object_one,.doska_advert_one{border:1px solid var(--p7-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 7px 20px rgba(15,23,42,.045)!important;overflow:hidden!important;}
.array_data_item:hover,.array_data_post:hover,.array_data_post_one:hover{border-color:#bfdbfe!important;box-shadow:0 14px 28px rgba(37,99,235,.1)!important;}

/* Global link and CTA palette */
a{color:var(--p7-primary);}a:hover{color:var(--p7-primary-dark);}
.ui_button,.cnst-btn_main,.cnst-btn_norm,.main_search_mono_btn_active,.search_filter_active_btn,.subscribe_form_btn,input[type="submit"],button[type="submit"]{background:var(--p7-primary)!important;border-color:var(--p7-primary)!important;color:#fff!important;}
.ui_button:hover,.cnst-btn_main:hover,.cnst-btn_norm:hover,.main_search_mono_btn_active:hover,.search_filter_active_btn:hover,.subscribe_form_btn:hover,input[type="submit"]:hover,button[type="submit"]:hover{background:var(--p7-primary-dark)!important;border-color:var(--p7-primary-dark)!important;}

/* Mobile bottom navigation */
.portal-bottom-nav-v7{display:none;}
@media(max-width:900px){
  body{padding-bottom:78px!important;}
  .portal-home-v7{padding:18px 14px 42px;}
  .portal-hero-v7{grid-template-columns:1fr;padding:28px 22px;border-radius:24px;}.portal-hero-v7__trust{display:none;}
  .portal-search-v7{grid-template-columns:1fr;}.portal-search-v7__submit{min-height:52px;}
  .portal-quick-v7{grid-template-columns:repeat(2,1fr);}.portal-home-v7 .category_general_block_base{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .portal-how-v7__grid{grid-template-columns:1fr;}.portal-empty-promo-v7,.portal-business-v7{grid-template-columns:1fr;text-align:left;}.portal-empty-promo-v7__art{display:none;}.portal-business-v7__actions{flex-wrap:wrap;}
  .portal-bottom-nav-v7{position:fixed;z-index:9998;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);min-height:68px;padding:6px max(6px,env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));border-top:1px solid var(--p7-line);background:rgba(255,255,255,.96);box-shadow:0 -10px 30px rgba(15,23,42,.1);backdrop-filter:blur(14px);}
  .portal-bottom-nav-v7__item{display:flex;min-width:0;min-height:54px;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:12px;color:#64748b!important;text-decoration:none!important;}
  .portal-bottom-nav-v7__item .fawe{font-size:19px;}.portal-bottom-nav-v7__item small{max-width:100%;font-size:10px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .portal-bottom-nav-v7__item:hover,.portal-bottom-nav-v7__item:focus{background:var(--p7-primary-soft);color:var(--p7-primary)!important;}
  .portal-bottom-nav-v7__item--add .fawe{display:flex;width:42px;height:42px;align-items:center;justify-content:center;margin-top:-22px;border:5px solid #fff;border-radius:16px;background:var(--p7-primary);color:#fff;box-shadow:0 8px 20px rgba(37,99,235,.3);}
}
@media(max-width:560px){
  .portal-hero-v7 h1{font-size:34px;}.portal-hero-v7__content>p{font-size:16px;}.portal-quick-v7{grid-template-columns:1fr 1fr;gap:10px;}.portal-quick-v7 a{grid-template-columns:38px 1fr;min-height:88px;padding:14px;}.portal-quick-v7 .fawe{width:38px;height:38px;}
  .portal-home-section-v7,.portal-how-v7{padding:20px 16px;border-radius:20px;}.portal-section-heading-v7{align-items:flex-start;}.portal-section-heading-v7 h2{font-size:23px;}.portal-section-heading-v7>a{font-size:12px;}
  .portal-home-v7 .category_general_block_base{grid-template-columns:1fr!important;}.portal-home-v7 .info35_category_plain_link{min-height:88px;padding:18px 56px 18px 66px!important;justify-content:center;}.portal-home-v7 .info35_category_plain_link:before{top:50%;transform:translateY(-50%);}
  .portal-empty-promo-v7,.portal-business-v7{padding:24px 20px;border-radius:20px;}.portal-business-v7__actions{display:grid;grid-template-columns:1fr;width:100%;}
}

/* INFO35 services homepage v8 */
.service-home-v8{--p7-primary:#e51b2b;--p7-primary-dark:#c91423;--p7-primary-soft:#fff1f2;}
.service-hero-v8{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;padding:48px;border:1px solid #e5e7eb;border-radius:30px;background:radial-gradient(circle at 85% 5%,rgba(229,27,43,.10),transparent 32%),linear-gradient(135deg,#fff,#fafafa);box-shadow:0 18px 45px rgba(17,24,39,.07);}
.service-hero-v8 h1{max-width:760px;margin:0;color:#17191d;font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-.045em;}
.service-hero-v8__content>p{max-width:720px;margin:18px 0 28px;color:#626b77;font-size:18px;line-height:1.65;}
.service-search-v8{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:10px;padding:9px;border:1px solid #e0e3e8;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(17,24,39,.08);}
.service-search-v8__field{display:flex;min-height:58px;align-items:center;gap:12px;padding:0 18px;border:1px solid transparent;border-radius:12px;background:#f6f7f9;}
.service-search-v8__field:focus-within{border-color:#f3a5ad;background:#fff;box-shadow:0 0 0 3px rgba(229,27,43,.09);}
.service-search-v8__field .fawe{color:#e51b2b;font-size:18px;}
.service-search-v8__field input{width:100%;height:54px;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#17191d!important;font-size:16px;outline:none;}
.service-search-v8__submit{min-height:58px;border:0;border-radius:12px;background:#e51b2b;color:#fff;font-weight:850;cursor:pointer;}
.service-search-v8__submit:hover{background:#c91423;}
.service-hero-v8__aside{padding:28px;border-radius:24px;background:#191b20;color:#c9ced6;}
.service-hero-v8__badge{display:flex;width:58px;height:58px;align-items:center;justify-content:center;margin-bottom:18px;border-radius:18px;background:rgba(229,27,43,.16);color:#ff6b78;font-size:24px;}
.service-hero-v8__aside strong{display:block;color:#fff;font-size:22px;line-height:1.3;}
.service-hero-v8__aside p{margin:10px 0 18px;line-height:1.6;}
.service-hero-v8__aside ul{display:grid;gap:11px;margin:0 0 24px;padding:0;list-style:none;}
.service-hero-v8__aside li{display:flex;gap:9px;align-items:flex-start;}
.service-hero-v8__aside li .fawe{margin-top:3px;color:#4ade80;}
.service-hero-v8__aside>a{display:flex;min-height:46px;align-items:center;justify-content:center;border-radius:12px;background:#fff;color:#17191d!important;font-weight:850;}
.service-stats-v8{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 0;}
.service-stats-v8 article{display:flex;align-items:center;gap:13px;padding:18px;border:1px solid #e3e6ea;border-radius:17px;background:#fff;}
.service-stats-v8 article>.fawe{display:flex;flex:0 0 42px;height:42px;align-items:center;justify-content:center;border-radius:13px;background:#fff1f2;color:#e51b2b;font-size:18px;}
.service-stats-v8 strong,.service-stats-v8 small{display:block;}.service-stats-v8 strong{color:#202329;font-size:15px;}.service-stats-v8 small{margin-top:2px;color:#7a838e;font-size:12px;line-height:1.4;}
.service-category-grid-v8{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.service-category-grid-v8>a{position:relative;display:flex;min-height:158px;flex-direction:column;padding:20px;border:1px solid #e2e5e9;border-radius:19px;background:#fff;color:#202329!important;box-shadow:0 5px 16px rgba(17,24,39,.035);transition:.2s ease;}
.service-category-grid-v8>a:hover{transform:translateY(-4px);border-color:#f0a1aa;box-shadow:0 16px 30px rgba(229,27,43,.10);}
.service-category-grid-v8>a>.fawe{display:flex;width:44px;height:44px;align-items:center;justify-content:center;margin-bottom:18px;border-radius:14px;background:#fff1f2;color:#e51b2b;font-size:19px;}
.service-category-grid-v8 strong{font-size:16px;line-height:1.35;}.service-category-grid-v8 small{margin-top:7px;color:#7a838e;line-height:1.5;}
.service-executors-v8 .portal-module-v7--catalog>.base_block_main_content>.text_main_content{padding:0!important;}
.service-how-v8{margin-top:34px;padding:30px;border:1px solid #e2e5e9;border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(17,24,39,.045);}
.service-how-v8__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.service-how-v8__grid article{display:flex;gap:16px;padding:21px;border-radius:18px;background:#f7f8fa;border:1px solid #e4e7eb;}
.service-how-v8__grid article>span{display:flex;flex:0 0 44px;height:44px;align-items:center;justify-content:center;border-radius:14px;background:#e51b2b;color:#fff;font-weight:900;}
.service-how-v8 h3{margin:2px 0 7px;color:#202329;font-size:17px;}.service-how-v8 p{margin:0;color:#6b7480;line-height:1.55;}
.service-business-v8{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:25px;align-items:center;margin-top:34px;padding:32px;border-radius:25px;background:linear-gradient(135deg,#17191d,#2a2d33);color:#cbd0d7;box-shadow:0 16px 34px rgba(17,24,39,.14);}
.service-business-v8 h2{margin:0 0 9px;color:#fff;font-size:28px;}.service-business-v8 p{max-width:730px;margin:0;line-height:1.65;}.service-business-v8__actions{display:flex;gap:10px;}.service-business-v8 .portal-btn-v7--light{border-color:#fff;background:#fff;color:#17191d!important;}
@media(max-width:950px){.service-hero-v8{grid-template-columns:1fr;padding:32px 26px}.service-hero-v8__aside{display:none}.service-stats-v8,.service-category-grid-v8{grid-template-columns:repeat(2,minmax(0,1fr))}.service-how-v8__grid{grid-template-columns:1fr}.service-business-v8{grid-template-columns:1fr}.service-business-v8__actions{flex-wrap:wrap}}
@media(max-width:560px){.service-hero-v8{padding:27px 20px;border-radius:23px}.service-hero-v8 h1{font-size:36px}.service-hero-v8__content>p{font-size:16px}.service-search-v8{grid-template-columns:1fr}.service-stats-v8{grid-template-columns:1fr}.service-category-grid-v8{grid-template-columns:1fr}.service-category-grid-v8>a{min-height:125px}.service-how-v8,.service-business-v8{padding:23px 18px}.service-business-v8__actions{display:grid;grid-template-columns:1fr;width:100%}}


/* INFO35 homepage v9: one hero, one width, fixed order */
.service-home-v9{
  --p7-primary:#e51b2b;
  --p7-primary-dark:#c91423;
  --p7-primary-soft:#fff1f2;
  width:100%;
  max-width:none;
  margin:0;
  padding:24px 0 70px;
}
.service-home-v9 > section{width:100%;margin-left:0;margin-right:0;}
.service-home-v9 .portal-home-section-v7,
.service-home-v9 .service-how-v8,
.service-home-v9 .service-business-v8{margin-top:24px;}

.v7-home-hero-search{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:10px;max-width:790px;margin:26px 0 12px;padding:8px;border:1px solid rgba(255,255,255,.16);border-radius:17px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);}
.v7-home-hero-search label{display:flex;min-height:56px;align-items:center;gap:12px;padding:0 17px;border-radius:11px;background:#fff;}
.v7-home-hero-search label .fawe{color:#e51b2b;font-size:18px;}
.v7-home-hero-search input{width:100%;height:52px;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#17191d!important;font-size:15px;outline:none;}
.v7-home-hero-search button{min-height:56px;border:0;border-radius:11px;background:#e51b2b!important;color:#fff!important;font-weight:800;cursor:pointer;}
.v7-home-hero-search button:hover{background:#c91423!important;}
.v7-home-hero-popular{display:flex;flex-wrap:wrap;gap:8px;align-items:center;max-width:790px;margin:0 0 24px;color:#aeb5c0;font-size:13px;}
.v7-home-hero-popular a{padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.08);color:#fff!important;text-decoration:none!important;}
.v7-home-hero-popular a:hover{background:rgba(229,27,43,.30);}

/* The catalog module also outputs the category tree. It is already shown above. */
.service-executors-v8 .category_general_block_base,
.service-executors-v8 .info35-category-grid,
.service-executors-v8 .catalog-category-list{display:none!important;}
.service-executors-v8 .portal-module-v7--catalog > .base_block_main_content > .title_main_content{display:none!important;}
.service-executors-v8 .portal-module-v7--catalog > .base_block_main_content{margin:0!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important;}

/* Keep every major homepage section aligned with the main dark hero. */
.v6-home-content{width:100%;}
.v6-home-content .portal-home-v7{width:100%;max-width:none;}
.v7-home-hero,.service-home-v9{box-sizing:border-box;}

@media(max-width:900px){
  .service-home-v9{padding-top:18px;}
  .v7-home-hero-search{grid-template-columns:1fr;}
  .v7-home-hero-search button{min-height:52px;}
}
@media(max-width:560px){
  .service-home-v9{padding:14px 0 42px;}
  .v7-home-hero-search{margin-top:20px;padding:7px;}
  .v7-home-hero-popular{margin-bottom:18px;}
}


/* Страница добавления услуги: сообщение для гостя */
.info35-auth-required {
  max-width: 760px;
  margin: 8px auto 16px;
  padding: 28px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #e4e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(18, 24, 33, .06);
}
.info35-auth-required__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #e71937;
  border-radius: 50%;
  color: #e71937;
  font-size: 30px;
}
.info35-auth-required h2 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.2;
  color: #15191f;
}
.info35-auth-required p {
  margin: 0 auto 20px;
  max-width: 610px;
  color: #5f6670;
  font-size: 15px;
  line-height: 1.55;
}
.info35-auth-required__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.info35-auth-required__btn,
.info35-auth-required__btn:hover,
.info35-auth-required__btn:focus {
  min-width: 180px;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.info35-auth-required__btn--primary,
.info35-auth-required__btn--primary:hover,
.info35-auth-required__btn--primary:focus {
  color: #fff !important;
  background: #e71937;
  border: 1px solid #e71937;
}
.info35-auth-required__btn--secondary,
.info35-auth-required__btn--secondary:hover,
.info35-auth-required__btn--secondary:focus {
  color: #171b21 !important;
  background: #fff;
  border: 1px solid #cfd4da;
}
.info35-auth-required__after {
  max-width: 560px;
  margin: 0 auto;
  padding: 18px 20px;
  text-align: left;
  background: #f7f8fa;
  border-radius: 12px;
}
.info35-auth-required__after strong { color: #20242a; }
.info35-auth-required__after ul { margin: 12px 0 0; padding-left: 20px; }
.info35-auth-required__after li { margin: 7px 0; color: #545c66; }
@media (max-width: 575px) {
  .info35-auth-required { padding: 22px 16px; }
  .info35-auth-required__actions { display: grid; }
  .info35-auth-required__btn { width: 100%; min-width: 0; }
}

/* INFO35: fixes based on the current site screenshots */
.service-business-v8__actions .portal-btn-v7--primary,
.service-business-v8__actions .portal-btn-v7--primary:hover,
.service-business-v8__actions .portal-btn-v7--primary:focus,
.v7-home-hero-add a,
.v7-home-hero-add a:hover,
.v7-home-hero-add a:focus {
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  text-shadow:none!important;
}
.service-business-v8__actions .portal-btn-v7--primary {
  background:#e51b2b!important;
  border-color:#e51b2b!important;
}
.info35-home-publications-list{width:100%;}
.info35-home-publications-list .array_data_post_base,
.info35-home-publications-list .forming_tab_synopsis_post{margin:0!important;}
.info35-home-publications-more{margin-top:18px;}
.info35-home-publications-empty{padding:28px;border:1px dashed #d8dde3;border-radius:16px;background:#fafbfc;color:#6c7580;text-align:center;}
.portal-home-section-v7--publications .portal-module-v7--public>.title_main_content,
.portal-home-section-v7--publications .portal-module-v7--public>.composite_section>.composite_section_first{display:none!important;}
.portal-home-section-v7--publications .portal-module-v7--public>.composite_section,
.portal-home-section-v7--publications .portal-module-v7--public .composite_section_second,
.portal-home-section-v7--publications .portal-module-v7--public .text_main_content{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
@media(max-width:575px){.service-business-v8__actions .portal-btn-v7{width:100%;}}

/* INFO35 home cleanup v9.1 */
.v6-header .v6-user-actions{margin-left:auto!important;gap:12px!important;justify-content:flex-end!important;}
.v6-header .v6-user-panel{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;width:auto!important;min-width:0!important;max-width:none!important;}
.v6-header .v6-user-panel>div,.v6-header .v6-user-panel>span,.v6-header .v6-user-panel>a{width:auto!important;min-width:0!important;margin:0!important;}
.v6-header .v6-user-panel>:empty{display:none!important;}
.v6-header .v6-add-wrap{flex:0 0 auto!important;margin-left:0!important;}

/* The service categories are already displayed in the Popular services block. */
.service-executors-v8 #catalog_category_general_block_base,
.service-executors-v8 .category_general_block_base,
.service-executors-v8 [id*="catalog_category_general_block_base"]{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}

/* Do not display broken inherited category glyphs. */
.service-executors-v8 .category_general_block_content_one:before,
.service-executors-v8 .category_general_block_content_one:after,
.service-executors-v8 .info35_category_plain_link:before,
.service-executors-v8 .info35_category_plain_link:after{display:none!important;content:none!important;}

/* Compact account area on desktop. */
@media(min-width:1001px){
  .v6-header-row{column-gap:18px!important;}
  .v6-site-logo{flex:0 0 auto!important;}
  .v6-user-actions{flex:0 0 auto!important;}
}
