.ng-provider-microsite-v4 {
  margin: 0;
  background: #f7f9fd;
  color: #111b35;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Providers partnership page */
.ng-providers-v4 {
    --ng-providers-navy: #111b35;
    --ng-providers-blue: #075ff4;
    --ng-providers-border: #dbe6f5;
    color: var(--ng-providers-navy);
    background: #f5f8fd;
    min-height: 100vh;
    padding: 0 32px 80px;
}

.ng-providers-v4 > .ng-home-header-v4,
.ng-providers-v4__breadcrumbs,
.ng-providers-v4__hero,
.ng-providers-v4__trust,
.ng-providers-v4__section,
.ng-providers-v4__split,
.ng-providers-v4__roadmap,
.ng-providers-v4__contact {
    width: min(1160px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.ng-providers-v4__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 22px 0 12px;
    color: #6d7892;
    font-size: 14px;
}

.ng-providers-v4__breadcrumbs a { color: #52617c; text-decoration: none; }
.ng-providers-v4__breadcrumbs strong { color: var(--ng-providers-navy); font-weight: 600; }
.ng-providers-v4 img[src*="/icons/providers/"] {
    filter: brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);
}

.ng-providers-v4__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 32px;
    align-items: center;
    padding: 36px 0 38px;
}

.ng-providers-v4__eyebrow,
.ng-providers-v4__section-head > span {
    display: inline-block;
    color: var(--ng-providers-blue);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.ng-providers-v4__hero h1 {
    max-width: 700px;
    margin: 12px 0 18px;
    font-size: 46px;
    line-height: 1.08;
    letter-spacing: 0;
}

.ng-providers-v4__hero-copy > p {
    max-width: 690px;
    margin: 0;
    color: #4e5d78;
    font-size: 18px;
    line-height: 1.6;
}

.ng-providers-v4__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ng-providers-v4__primary,
.ng-providers-v4__secondary,
.ng-providers-v4__text-button {
    min-height: 48px;
    border-radius: 12px;
    padding: 0 21px;
    border: 1px solid var(--ng-providers-blue);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.ng-providers-v4__primary { color: #fff; background: var(--ng-providers-blue); }
.ng-providers-v4__secondary { color: var(--ng-providers-blue); background: #fff; }
.ng-providers-v4__primary:hover { background: #004ed4; }
.ng-providers-v4__secondary:hover { background: #eef5ff; }
.ng-providers-v4 button:focus-visible,
.ng-providers-v4 a:focus-visible,
.ng-providers-v4 input:focus-visible,
.ng-providers-v4 select:focus-visible,
.ng-providers-v4 textarea:focus-visible { outline: 3px solid rgba(7, 95, 244, .25); outline-offset: 2px; }

.ng-providers-v4__search-card {
    position: relative;
    z-index: 3;
    padding: 28px;
    border: 1px solid var(--ng-providers-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(17, 27, 53, .09);
}

.ng-providers-v4__search-icon,
.ng-providers-v4__feature-icon,
.ng-providers-v4__contact-note > span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #eaf2ff;
}

.ng-providers-v4__search-icon img,
.ng-providers-v4__feature-icon img,
.ng-providers-v4__contact-note > span img { width: 26px; height: 26px; object-fit: contain; }
.ng-providers-v4__search-card h2 { margin: 18px 0 8px; font-size: 24px; }
.ng-providers-v4__search-card > p { margin: 0 0 20px; color: #5c6982; line-height: 1.5; }

.ng-providers-v4__provider-search { position: relative; }
.ng-providers-v4__provider-search > label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 750; }
.ng-providers-v4__provider-search > input {
    width: 100%;
    height: 48px;
    border: 1px solid #cbd9eb;
    border-radius: 11px;
    padding: 0 14px;
    color: var(--ng-providers-navy);
    background: #fff;
    font: inherit;
}

.ng-providers-v4__provider-options {
    position: absolute;
    z-index: 5;
    top: calc(100% + 7px);
    left: 0;
    right: 0;
    max-height: 252px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid var(--ng-providers-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(17, 27, 53, .14);
}

.ng-providers-v4__provider-options button {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 48px;
    width: 100%;
    padding: 5px 8px;
    border: 0;
    border-radius: 8px;
    color: var(--ng-providers-navy);
    background: transparent;
    font: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.ng-providers-v4__provider-options button:hover,
.ng-providers-v4__provider-options button[aria-selected="true"] { background: #eef5ff; }
.ng-providers-v4__provider-options button > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #e5ecf6; border-radius: 8px; overflow: hidden; }
.ng-providers-v4__provider-options img { max-width: 30px; max-height: 24px; object-fit: contain; }
.ng-providers-v4__provider-options b { font-size: 12px; }
.ng-providers-v4__provider-options strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ng-providers-v4__provider-empty { margin: 8px 0 0; color: #7a8498; font-size: 13px; }
.ng-providers-v4__navigate-hint { display: block; margin-top: 8px; color: #758098; font-size: 12px; }
.ng-providers-v4__navigate-hint[hidden] { display: none; }
.ng-providers-v4__provider-selected,.ng-providers-v4__form-provider{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #b9d1fa;border-radius:8px;background:#f3f7ff;color:#23314c;font-size:13px;font-weight:700}.ng-providers-v4__provider-selected[hidden],.ng-providers-v4__form-provider[hidden]{display:none}.ng-providers-v4__provider-selected button,.ng-providers-v4__form-provider button{padding:2px 5px;border:0;background:transparent;color:#075ff4;font:inherit;font-weight:850;cursor:pointer}.ng-providers-v4__provider-selected button{font-size:20px;line-height:1}.ng-providers-v4__search-actions button:disabled{cursor:not-allowed;opacity:.48}
.ng-providers-v4__search-actions { display: flex; gap: 14px; margin-top: 18px; }
.ng-providers-v4__search-actions button { padding: 0; border: 0; color: var(--ng-providers-blue); background: none; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }

.ng-providers-v4__trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-bottom: 68px;
}

.ng-providers-v4__trust article {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 82px;
    padding: 17px 20px;
    border: 1px solid var(--ng-providers-border);
    border-radius: 16px;
    background: #fff;
}

.ng-providers-v4__trust img { width: 28px; height: 28px; object-fit: contain; }
.ng-providers-v4__trust strong { font-size: 14px; line-height: 1.35; }
.ng-providers-v4__section { padding: 60px 0; }
.ng-providers-v4__section-head { max-width: 690px; margin: 0 auto 30px; text-align: center; }
.ng-providers-v4__section-head h2 { margin: 9px 0 10px; font-size: 34px; line-height: 1.16; }
.ng-providers-v4__section-head p { margin: 0; color: #61708b; line-height: 1.55; }
.ng-providers-v4__section-head--left { max-width: none; margin: 0 0 28px; text-align: left; }

.ng-providers-v4__benefits {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.ng-providers-v4__benefits article {
    grid-column: span 2;
    padding: 24px;
    border: 1px solid var(--ng-providers-border);
    border-radius: 20px;
    background: #fff;
}
.ng-providers-v4__benefits article:nth-child(4) { grid-column: 2 / span 2; }
.ng-providers-v4__benefits article:nth-child(5) { grid-column: 4 / span 2; }
.ng-providers-v4__benefits article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: #eaf2ff; }
.ng-providers-v4__benefits img { width: 26px; height: 26px; object-fit: contain; }
.ng-providers-v4__benefits h3 { margin: 18px 0 8px; font-size: 19px; }
.ng-providers-v4__benefits p { margin: 0; color: #62708a; font-size: 14px; line-height: 1.55; }

.ng-providers-v4__split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: 48px 0 62px;
}

.ng-providers-v4__feature-card {
    padding: 30px;
    border: 1px solid var(--ng-providers-border);
    border-radius: 22px;
    background: #fff;
}
.ng-providers-v4__feature-card h2 { margin: 18px 0 10px; font-size: 27px; line-height: 1.2; }
.ng-providers-v4__feature-card > p { margin: 0 0 20px; color: #61708a; line-height: 1.55; }
.ng-providers-v4__feature-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 24px 0; list-style: none; }
.ng-providers-v4__feature-card li { display: flex; align-items: center; gap: 9px; font-size: 14px; }
.ng-providers-v4__feature-card li img { width: 17px; height: 17px; object-fit: contain; }
.ng-providers-v4__text-button { min-height: 42px; padding: 0; border: 0; color: var(--ng-providers-blue); background: none; }
.ng-providers-v4__text-button:hover { text-decoration: underline; }

.ng-providers-v4__review-example { padding: 17px; border-left: 3px solid var(--ng-providers-blue); background: #f5f8fd; }
.ng-providers-v4__review-example header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ng-providers-v4__review-example header span { color: #ffb400; }
.ng-providers-v4__review-example header i { color: #d6dfec; font-style: normal; }
.ng-providers-v4__review-example > p { margin: 10px 0 14px; font-size: 14px; line-height: 1.5; }
.ng-providers-v4__review-example > div { padding-top: 12px; border-top: 1px solid #dbe6f5; }
.ng-providers-v4__review-example > div strong { color: var(--ng-providers-blue); font-size: 13px; }
.ng-providers-v4__review-example > div p { margin: 5px 0 0; font-size: 13px; line-height: 1.45; }
.ng-providers-v4__review-steps { display: grid; gap: 9px; padding: 0; margin: 18px 0; list-style: none; }
.ng-providers-v4__review-steps li { align-items: center; }
.ng-providers-v4__review-steps img { width: 22px; height: 22px; }

.ng-providers-v4__start { padding-top: 52px; }
.ng-providers-v4__start-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 0; margin: 0; list-style: none; }
.ng-providers-v4__start-grid li { position: relative; min-height: 230px; padding: 22px; border: 1px solid var(--ng-providers-border); border-radius: 18px; background: #fff; }
.ng-providers-v4__start-grid li > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: #eaf2ff; }
.ng-providers-v4__start-grid img { width: 25px; height: 25px; object-fit: contain; }
.ng-providers-v4__start-grid b { position: absolute; top: 21px; right: 22px; color: #b7c6da; font-size: 30px; }
.ng-providers-v4__start-grid h3 { margin: 24px 0 8px; font-size: 18px; }
.ng-providers-v4__start-grid p { margin: 0; color: #63718b; font-size: 14px; line-height: 1.5; }

.ng-providers-v4__roadmap {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 42px;
    align-items: center;
    margin-top: 42px;
    padding: 38px;
    border: 1px solid #c8daf4;
    border-radius: 22px;
    background: #edf4ff;
}
.ng-providers-v4__roadmap-badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 8px; color: #075ff4; background: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ng-providers-v4__roadmap-badge img { width: 17px; height: 17px; object-fit: contain; }
.ng-providers-v4__roadmap h2 { margin: 14px 0 8px; font-size: 31px; }
.ng-providers-v4__roadmap-copy p { margin: 0 0 22px; color: #52617b; line-height: 1.55; }
.ng-providers-v4__roadmap-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.ng-providers-v4__roadmap-features span,
.ng-providers-v4__roadmap-features strong { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 10px 13px; border-radius: 10px; background: #fff; font-size: 13px; }
.ng-providers-v4__roadmap-features strong { grid-column: 1 / -1; color: #4e5d76; }
.ng-providers-v4__roadmap-features img { width: 23px; height: 23px; object-fit: contain; flex: 0 0 auto; }

.ng-providers-v4__contact {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(270px, .45fr);
    gap: 24px;
    align-items: start;
    padding-top: 86px;
    scroll-margin-top: 92px;
}
.ng-providers-v4__contact-form,
.ng-providers-v4__contact-note { border: 1px solid var(--ng-providers-border); border-radius: 22px; background: #fff; }
.ng-providers-v4__contact-form { padding: 34px; }
.ng-providers-v4__contact-form form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ng-providers-v4__form-provider{margin:0}
.ng-providers-v4__contact-form label > span { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; }
.ng-providers-v4__contact-form label em { color: #7d8799; font-size: 12px; font-style: normal; font-weight: 500; }
.ng-providers-v4__contact-form input:not([type="checkbox"]),
.ng-providers-v4__contact-form select,
.ng-providers-v4__contact-form textarea { width: 100%; border: 1px solid #cbd9eb; border-radius: 10px; color: var(--ng-providers-navy); background: #fff; font: inherit; }
.ng-providers-v4__contact-form input:not([type="checkbox"]),
.ng-providers-v4__contact-form select { height: 48px; padding: 0 13px; }
.ng-providers-v4__contact-form textarea { min-height: 122px; padding: 12px 13px; resize: vertical; }
.ng-providers-v4__contact-form small { display: block; margin-top: 6px; color: #758098; font-size: 12px; }
.ng-providers-v4__contact-form [aria-invalid="true"] { border-color: #bd2d3a !important; box-shadow: 0 0 0 2px rgba(189, 45, 58, .12); }
.ng-providers-v4__field-error { color: #a51f2d !important; font-weight: 650; line-height: 1.4; }
.ng-providers-v4__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ng-providers-v4__form-message { margin: 0; padding: 12px 14px; border: 1px solid #efb5bc; border-radius: 10px; background: #fff5f6; color: #8b1d29; font-size: 14px; font-weight: 650; line-height: 1.45; }
.ng-providers-v4__form-success { display: grid; gap: 4px; padding: 15px 16px; border: 1px solid #99d8b3; border-radius: 10px; background: #f2fbf6; color: #175f36; line-height: 1.45; }
.ng-providers-v4__form-success strong { font-size: 15px; }
.ng-providers-v4__form-success span { font-size: 13px; }
.ng-providers-v4__form-message[hidden],
.ng-providers-v4__form-success[hidden],
.ng-providers-v4__field-error[hidden] { display: none !important; }
.ng-providers-v4__wide { grid-column: 1 / -1; }
.ng-providers-v4__consent { display: flex; align-items: flex-start; gap: 10px; }
.ng-providers-v4__consent input { width: 19px; height: 19px; margin-top: 1px; accent-color: var(--ng-providers-blue); flex: 0 0 auto; }
.ng-providers-v4__consent > span { margin: 0 !important; font-weight: 500 !important; line-height: 1.45; }
.ng-providers-v4__consent a,
.ng-providers-v4__submit a { color: var(--ng-providers-blue); }
.ng-providers-v4__submit { display: flex; align-items: center; gap: 18px; }
.ng-providers-v4__submit p { margin: 0; color: #68758d; font-size: 13px; overflow-wrap: anywhere; }
.ng-providers-v4__submit .ng-providers-v4__primary:disabled { opacity: .52; cursor: not-allowed; box-shadow: none; }
.ng-providers-v4__contact-note { position: sticky; top: 18px; padding: 27px; }
.ng-providers-v4__contact-note h3 { margin: 18px 0 14px; font-size: 21px; }
.ng-providers-v4__contact-note ul { display: grid; gap: 12px; padding-left: 19px; color: #59677f; font-size: 14px; line-height: 1.45; }
.ng-providers-v4__contact-note p { display: flex; align-items: center; gap: 9px; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--ng-providers-border); color: #44536e; font-size: 13px; font-weight: 750; }
.ng-providers-v4__contact-note p img { width: 22px; height: 22px; object-fit: contain; }

@media (max-width: 1024px) {
    .ng-providers-v4 { padding-left: 22px; padding-right: 22px; }
    .ng-providers-v4__hero { grid-template-columns: 1fr 390px; }
    .ng-providers-v4__hero h1 { font-size: 40px; }
    .ng-providers-v4__benefits article { grid-column: span 3; }
    .ng-providers-v4__benefits article:last-child { grid-column: 2 / span 4; }
    .ng-providers-v4__contact { grid-template-columns: minmax(0, 1fr) 280px; }
}

@media (max-width: 760px) {
    .ng-providers-v4 { padding: 0 15px 56px; }
    .ng-providers-v4__breadcrumbs { padding-top: 16px; }
    .ng-providers-v4__hero { grid-template-columns: 1fr; gap: 24px; padding: 24px 0 26px; }
    .ng-providers-v4__hero h1 { font-size: 34px; }
    .ng-providers-v4__hero-copy > p { font-size: 16px; }
    .ng-providers-v4__actions { display: grid; }
    .ng-providers-v4__primary,
    .ng-providers-v4__secondary { width: 100%; }
    .ng-providers-v4__search-card { padding: 22px; }
    .ng-providers-v4__search-actions { flex-direction: column; align-items: flex-start; }
    .ng-providers-v4__trust { grid-template-columns: 1fr; gap: 10px; padding-bottom: 40px; }
    .ng-providers-v4__trust article { min-height: 66px; }
    .ng-providers-v4__section { padding: 42px 0; }
    .ng-providers-v4__section-head { text-align: left; }
    .ng-providers-v4__section-head h2 { font-size: 29px; }
    .ng-providers-v4__benefits { display: grid; grid-template-columns: 1fr; gap: 11px; }
    .ng-providers-v4__benefits article,
    .ng-providers-v4__benefits article:nth-child(4),
    .ng-providers-v4__benefits article:nth-child(5),
    .ng-providers-v4__benefits article:last-child { grid-column: auto; display: grid; grid-template-columns: 46px minmax(0, 1fr); column-gap: 14px; padding: 18px; }
    .ng-providers-v4__benefits h3 { margin: 2px 0 6px; }
    .ng-providers-v4__benefits p { grid-column: 2; }
    .ng-providers-v4__split { grid-template-columns: 1fr; padding: 30px 0 46px; }
    .ng-providers-v4__feature-card { padding: 22px; }
    .ng-providers-v4__feature-card h2 { font-size: 24px; }
    .ng-providers-v4__feature-card ul { grid-template-columns: 1fr; }
    .ng-providers-v4__start-grid { grid-template-columns: 1fr; }
    .ng-providers-v4__start-grid li { min-height: 0; padding: 18px 58px 18px 74px; }
    .ng-providers-v4__start-grid li > span { position: absolute; left: 17px; top: 18px; }
    .ng-providers-v4__start-grid b { top: 15px; right: 18px; }
    .ng-providers-v4__start-grid h3 { margin: 0 0 6px; }
    .ng-providers-v4__roadmap { grid-template-columns: 1fr; gap: 24px; margin-top: 22px; padding: 24px; }
    .ng-providers-v4__roadmap h2 { font-size: 27px; }
    .ng-providers-v4__roadmap-features { grid-template-columns: 1fr; }
    .ng-providers-v4__roadmap-features strong { grid-column: auto; }
    .ng-providers-v4__contact { grid-template-columns: 1fr; padding-top: 58px; }
    .ng-providers-v4__contact-form { padding: 22px; }
    .ng-providers-v4__contact-form form { grid-template-columns: 1fr; }
    .ng-providers-v4__wide { grid-column: auto; }
    .ng-providers-v4__submit { align-items: stretch; flex-direction: column; }
    .ng-providers-v4__contact-note { position: static; }
}

@media (max-width: 430px) {
    .ng-providers-v4 { padding-left: 12px; padding-right: 12px; }
    .ng-providers-v4__hero h1 { font-size: 31px; }
    .ng-providers-v4__review-example header { align-items: flex-start; flex-direction: column; }
}

.ng-provider-microsite-v4,
.ng-provider-microsite-v4 * {
  letter-spacing: 0;
}

.ng-provider-microsite-v4 *,
.ng-provider-microsite-v4 *::before,
.ng-provider-microsite-v4 *::after {
  box-sizing: border-box;
}

.ng-provider-microsite-v4 a {
  color: inherit;
  text-decoration: none;
}

.ng-microsite-footer-v4__inner,
.ng-microsite-page-v4 {
  max-width: 1180px;
  margin: 0 auto;
}

.ng-microsite-layout-v4__main {
  min-height: 70vh;
}

.ng-microsite-page-v4 {
  padding: 34px 28px 48px;
}

.ng-microsite-hero-v4 {
  position: relative;
  overflow: hidden;
  min-height: 368px;
  padding: 0 0 32px;
}

.ng-microsite-hero-v4__pattern {
  position: absolute;
  top: -74px;
  right: -8px;
  width: 700px;
  height: 280px;
  opacity: 0.42;
  background:
    radial-gradient(ellipse at 20% 70%, transparent 0 54%, rgba(7, 95, 244, 0.18) 55%, transparent 56%),
    radial-gradient(ellipse at 86% 18%, transparent 0 58%, rgba(18, 168, 151, 0.14) 59%, transparent 60%);
  pointer-events: none;
}

.ng-microsite-hero-v4__breadcrumbs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
  color: #69758b;
  font-size: 13px;
  font-weight: 700;
}

.ng-microsite-hero-v4__breadcrumbs > * + *::before {
  content: "/";
  margin-right: 8px;
  color: #b7c0ce;
}

.ng-microsite-hero-v4__breadcrumbs strong {
  color: #111b35;
}

.ng-microsite-hero-v4__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  align-items: center;
}

.ng-microsite-hero-v4__brand {
  display: flex;
  gap: 44px;
  align-items: center;
  min-width: 0;
}

.ng-microsite-hero-v4__logo {
  width: 132px;
  min-width: 132px;
  height: 132px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3e9f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.10);
}

.ng-microsite-hero-v4__logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.ng-microsite-hero-v4__logo-fallback {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #075ff4;
  background: #f0f6ff;
  font-size: 24px;
  font-weight: 950;
}

.ng-provider-logo-fallback-v4[hidden] {
  display: none !important;
}

.ng-microsite-hero-v4__content h1 {
  margin: 0;
  color: #111b35;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 900;
}

.ng-microsite-hero-v4__subtitle {
  margin: 12px 0 18px;
  color: #58657a;
  font-size: 20px;
  line-height: 1.45;
}

.ng-microsite-hero-v4__rating {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #111b35;
  font-size: 14px;
  font-weight: 800;
}

.ng-microsite-hero-v4__rating span {
  color: #f5a400;
}

.ng-microsite-hero-v4__rating a {
  color: #075ff4;
}

.ng-microsite-hero-v4__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #111b35;
  justify-self: end;
}

.ng-microsite-hero-v4__phone a {
  color: #111b35;
  font-size: 22px;
  font-weight: 900;
}

.ng-microsite-hero-v4__phone span,
.ng-microsite-hero-v4__phone small {
  margin-top: 7px;
  color: #69758b;
  font-size: 13px;
  font-weight: 650;
}

.ng-microsite-hero-v4__facts {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ng-microsite-hero-v4__facts--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ng-microsite-hero-v4__facts div {
  min-height: 54px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
}

.ng-microsite-hero-v4__facts strong,
.ng-microsite-hero-v4__facts span {
  display: block;
  grid-column: 2;
}

.ng-microsite-hero-v4__fact-icon {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  object-fit: contain;
  opacity: 0.82;
}

.ng-microsite-hero-v4__facts strong {
  color: #111b35;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.ng-microsite-hero-v4__facts span {
  margin-top: 4px;
  color: #69758b;
  font-size: 13px;
  font-weight: 650;
}

.ng-microsite-hero-v4__actions {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ng-microsite-hero-v4__primary,
.ng-microsite-hero-v4__secondary,
.ng-microsite-card-v4__primary,
.ng-microsite-card-v4__secondary {
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 850;
}

.ng-microsite-hero-v4__primary {
  gap: 8px;
}

.ng-microsite-hero-v4__primary-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.ng-microsite-hero-v4__primary,
.ng-microsite-card-v4__primary {
  border: 1px solid #075ff4;
  background: #075ff4;
  color: #fff;
  box-shadow: 0 10px 24px rgba(7, 95, 244, 0.22);
}

.ng-microsite-hero-v4__secondary,
.ng-microsite-card-v4__secondary {
  border: 1px solid #d6dfeb;
  background: #fff;
  color: #111b35;
}

.ng-microsite-address-v4,
.ng-microsite-card-v4 {
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 24, 40, 0.06);
}

.ng-microsite-address-v4 {
  margin-top: 4px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 20px;
  align-items: center;
}

.ng-microsite-address-v4 strong {
  min-width: 0;
  max-width: 100%;
  color: #111b35;
  font-size: 17px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ng-microsite-address-v4__fields {
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px 170px;
  gap: 10px;
}

.ng-microsite-address-v4__fields > label {
  position: relative;
  min-width: 0;
}

.ng-microsite-address-v4__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ng-microsite-address-v4 input,
.ng-microsite-address-v4 button {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  min-height: 44px;
  border-radius: 8px;
  font: inherit;
}

.ng-microsite-address-v4 input {
  border: 1px solid #d6dfeb;
  padding: 0 15px;
  color: #111b35;
  background: #fff;
}

.ng-microsite-address-v4 button {
  border: 1px solid #075ff4;
  background: #075ff4;
  color: #fff;
  font-weight: 850;
}

.ng-microsite-address-v4 button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.ng-provider-availability-v4 {
  grid-column: 1 / -1;
  min-width: 0;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.82fr);
  gap: 20px 36px;
  align-items: center;
  border: 1px solid #d8e4f3;
  border-radius: 8px;
  background: #f8fbff;
}

.ng-provider-availability-v4[hidden] {
  display: none;
}

.ng-provider-availability-v4.is-available,
.ng-provider-availability-v4.is-available_without_tariffs {
  border-color: #bde8ce;
  background: #f2fbf6;
}

.ng-provider-availability-v4.is-provider_available {
  border-color: #b9d4ff;
  background: #f3f7ff;
}

.ng-provider-availability-v4.is-unavailable_with_alternatives {
  border-color: #d7dee8;
  background: #f7f9fc;
}

.ng-provider-availability-v4.is-unknown,
.ng-provider-availability-v4.is-error {
  border-color: #ecd49a;
  background: #fff9e9;
}

.ng-provider-availability-v4 h2,
.ng-provider-availability-v4 p {
  margin: 0;
}

.ng-provider-availability-v4 h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111b35;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  outline: none;
}

.ng-provider-availability-v4__status-icon {
  position: relative;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #60718a;
  color: #fff;
}

.ng-provider-availability-v4__status-icon::before {
  content: "i";
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  font-style: normal;
}

.ng-provider-availability-v4.is-available .ng-provider-availability-v4__status-icon,
.ng-provider-availability-v4.is-available_without_tariffs .ng-provider-availability-v4__status-icon,
.ng-provider-availability-v4.is-provider_available .ng-provider-availability-v4__status-icon {
  background: #168a50;
}

.ng-provider-availability-v4.is-available .ng-provider-availability-v4__status-icon::before,
.ng-provider-availability-v4.is-available_without_tariffs .ng-provider-availability-v4__status-icon::before,
.ng-provider-availability-v4.is-provider_available .ng-provider-availability-v4__status-icon::before {
  content: "";
  width: 13px;
  height: 7px;
  margin-top: -2px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

.ng-provider-availability-v4.is-unavailable_with_alternatives .ng-provider-availability-v4__status-icon {
  background: #60718a;
}

.ng-provider-availability-v4.is-unavailable_with_alternatives .ng-provider-availability-v4__status-icon::before,
.ng-provider-availability-v4.is-unknown .ng-provider-availability-v4__status-icon::before,
.ng-provider-availability-v4.is-error .ng-provider-availability-v4__status-icon::before {
  content: "!";
}

.ng-provider-availability-v4.is-unknown .ng-provider-availability-v4__status-icon,
.ng-provider-availability-v4.is-error .ng-provider-availability-v4__status-icon {
  background: #b66a00;
}

.ng-provider-availability-v4 p {
  margin-top: 7px;
  color: #53627a;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.ng-provider-availability-v4__address {
  color: #17233e !important;
  font-weight: 800 !important;
}

.ng-provider-availability-v4.is-provider_available .ng-provider-availability-v4__address {
  color: #65748a !important;
  font-weight: 700 !important;
}

.ng-provider-availability-v4__notice {
  margin-top: 12px !important;
  padding: 12px 14px;
  display: grid;
  gap: 4px;
  border-left: 3px solid #075ff4;
  border-radius: 0 6px 6px 0;
  background: #fff;
  color: #33425b !important;
}

.ng-provider-availability-v4__notice strong,
.ng-provider-availability-v4__notice span {
  display: block;
}

.ng-provider-availability-v4__notice strong {
  color: #17233e;
  font-weight: 850;
}

.ng-provider-availability-v4 nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 10px;
  align-items: center;
}

.ng-provider-availability-v4.is-provider_available nav {
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
}

.ng-provider-availability-v4.is-provider_available .ng-provider-availability-v4__all {
  grid-column: auto;
  justify-self: start;
}

.ng-microsite-address-v4[data-show-provider-tariffs-action="0"] .ng-provider-availability-v4 nav {
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
}

.ng-microsite-address-v4[data-show-provider-tariffs-action="0"] .ng-provider-availability-v4__all {
  grid-column: auto;
  justify-self: center;
  text-align: center;
}

.ng-provider-availability-v4__primary,
.ng-provider-availability-v4__secondary {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font: inherit;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 850;
  text-align: center;
}

.ng-provider-availability-v4__primary {
  border: 1px solid #075ff4;
  background: #075ff4;
  color: #fff !important;
}

.ng-provider-availability-v4__secondary {
  border: 1px solid #cfdbea;
  background: #fff;
  color: #075ff4 !important;
}

.ng-provider-availability-v4__all {
  grid-column: 1 / -1;
  justify-self: end;
  color: #075ff4 !important;
  font-size: 13px;
  font-weight: 800;
}

.ng-provider-availability-v4__noscript {
  grid-column: 1 / -1;
  margin: 0;
  color: #53627a;
  font-size: 13px;
}

.ng-microsite-tabs-v4 {
  margin: 22px 0 17px;
  padding: 0 0 1px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid #d8e0ec;
}

.ng-microsite-tabs-v4 a {
  padding: 11px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #33415c;
  text-align: center;
  font-size: 14px;
  font-weight: 760;
  border-bottom: 2px solid transparent;
}

.ng-microsite-tabs-v4 a img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  opacity: 0.72;
  filter: grayscale(1) brightness(0.55) sepia(0.16) saturate(0.6) hue-rotate(178deg);
}

.ng-microsite-tabs-v4 a.active {
  color: #075ff4;
  border-bottom-color: #075ff4;
}

.ng-microsite-tabs-v4 a.active img {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(28%) sepia(99%) saturate(3224%) hue-rotate(213deg) brightness(97%) contrast(102%);
}

.ng-microsite-tariffs-v4,
.ng-microsite-promotions-v4,
.ng-microsite-reviews-v4,
.ng-microsite-overview-v4,
.ng-microsite-news-v4 {
  padding: 0 0 28px;
}

.ng-microsite-reviews-v4 {
  margin-left: -2px;
  margin-right: -2px;
}

.ng-microsite-tariffs-v4__header,
.ng-microsite-promotions-v4__header,
.ng-microsite-reviews-v4__header {
  text-align: center;
  margin: 22px 0 22px;
}

.ng-microsite-reviews-v4__header {
  text-align: left;
}

.ng-microsite-tariffs-v4__header h2,
.ng-microsite-promotions-v4__header h2,
.ng-microsite-reviews-v4__header h2 {
  margin: 0;
  color: #111b35;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 900;
}

.ng-microsite-tariffs-v4__header p,
.ng-microsite-promotions-v4__header p,
.ng-microsite-reviews-v4__header p {
  max-width: 660px;
  margin: 10px auto 0;
  color: #69758b;
  font-size: 15px;
  line-height: 1.45;
}

.ng-microsite-reviews-v4__header p {
  margin-left: 0;
}

.ng-microsite-reviews-v4__content {
  display: grid;
  gap: 14px;
}

.ng-microsite-review-query-v4 {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.ng-microsite-promotions-v4__header small {
  display: block;
  max-width: 620px;
  margin: 8px auto 0;
  color: #8791a3;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.ng-microsite-review-summary-v4,
.ng-microsite-review-search-v4,
.ng-microsite-review-insights-v4 > div,
.ng-microsite-review-card-v4,
.ng-microsite-review-bottom-cta-v4 {
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 24, 40, 0.06);
}

.ng-microsite-review-summary-v4 {
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 0.9fr 1.06fr 1.04fr;
  gap: 32px;
}

.ng-microsite-review-summary-v4 > div {
  min-width: 0;
}

.ng-microsite-review-summary-v4 > div + div {
  border-left: 1px solid #dfe6f0;
  padding-left: 32px;
}

.ng-microsite-review-summary-v4 span {
  display: block;
  color: #33415c;
  font-size: 14px;
  font-weight: 850;
}

.ng-microsite-review-summary-v4__overall strong {
  display: block;
  margin: 0;
  color: #111b35;
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
}

.ng-microsite-review-summary-v4__rating-line {
  margin: 18px 0 6px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.ng-microsite-review-summary-v4__overall p {
  margin: 8px 0 18px;
  color: #69758b;
  font-size: 13px;
  font-weight: 700;
}

.ng-microsite-review-stars-v4,
.ng-microsite-review-card-v4__stars {
  display: inline-flex;
  gap: 2px;
  color: #f5a400;
  font-size: 22px;
  letter-spacing: 1px;
}

.ng-microsite-review-stars-v4 {
  --ng-rating-percent: 0%;
  position: relative;
  display: inline-block;
  color: #cbd5e1;
  white-space: nowrap;
}

.ng-microsite-review-stars-v4::before {
  content: "★★★★★";
  width: var(--ng-rating-percent);
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  color: #f5a400;
  white-space: nowrap;
}

.ng-microsite-review-stars-v4 span,
.ng-microsite-review-card-v4__stars span {
  display: inline-block;
  color: #f5a400;
}

.ng-microsite-review-stars-v4 span:not(.active),
.ng-microsite-review-card-v4__stars span:not(.active) {
  color: #cbd5e1;
}

.ng-microsite-review-summary-v4__button,
.ng-microsite-review-bottom-cta-v4__primary,
.ng-microsite-review-bottom-cta-v4__secondary {
  min-height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.ng-microsite-review-summary-v4__button {
  width: 220px;
  max-width: 100%;
  gap: 8px;
}

.ng-microsite-review-summary-v4__button span {
  display: inline;
  color: #fff;
}

.ng-microsite-review-summary-v4__button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.ng-microsite-review-summary-v4__button,
.ng-microsite-review-bottom-cta-v4__primary {
  border: 1px solid #075ff4;
  background: #075ff4;
  color: #fff;
  box-shadow: 0 10px 24px rgba(7, 95, 244, 0.18);
}

.ng-provider-microsite-v4 .ng-microsite-review-summary-v4__button,
.ng-provider-microsite-v4 .ng-microsite-review-summary-v4__button span,
.ng-provider-microsite-v4 .ng-microsite-review-bottom-cta-v4__primary,
.ng-provider-microsite-v4 .ng-back-to-top-v4 {
  color: #fff;
}

.ng-microsite-review-bottom-cta-v4__secondary {
  border: 1px solid #d6dfeb;
  background: #fff;
  color: #075ff4;
}


.ng-microsite-review-bar-v4 {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 36px;
  gap: 14px;
  align-items: center;
  color: #33415c;
  font-size: 13px;
  font-weight: 750;
}

.ng-microsite-review-summary-v4__categories .ng-microsite-review-bar-v4 {
  grid-template-columns: 92px 66px minmax(0, 1fr) 82px;
  gap: 10px;
}

.ng-microsite-review-summary-v4__categories .ng-microsite-review-bar-v4 > span {
  color: #69758b;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

.ng-microsite-review-bar-v4 small,
.ng-microsite-review-bar-v4 em {
  font-style: normal;
}

.ng-microsite-review-bar-v4 i {
  overflow: hidden;
  height: 6px;
  border-radius: 999px;
  background: #e5ebf4;
}

.ng-microsite-review-bar-v4 b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #075ff4;
}

.ng-microsite-review-summary-v4__distribution .ng-microsite-review-bar-v4 b {
  background: #f5a400;
}

.ng-microsite-review-search-v4 {
  margin-top: 0;
  padding: 16px 22px;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}

.ng-microsite-review-async-status-v4 {
  margin: 0;
  padding: 11px 14px;
  border: 1px solid #c8d9f3;
  border-radius: 8px;
  background: #f4f8ff;
  color: #334f78;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 760;
}

.ng-microsite-review-async-status-v4.is-error {
  border-color: #e5c2c8;
  background: #fff7f8;
  color: #8f3142;
}

.ng-microsite-reviews-v4.is-loading .ng-microsite-review-search-v4,
.ng-microsite-reviews-v4.is-loading .ng-microsite-review-filters-v4,
.ng-microsite-reviews-v4.is-loading .ng-microsite-review-results-v4,
.ng-microsite-reviews-v4.is-loading .ng-microsite-review-list-v4,
.ng-microsite-reviews-v4.is-loading .ng-microsite-review-pagination-v4 {
  opacity: 0.56;
  pointer-events: none;
}

.ng-microsite-review-search-v4 strong {
  color: #111b35;
  font-size: 16px;
  font-weight: 900;
}

.ng-microsite-review-search-v4__field {
  position: relative;
  display: block;
}

.ng-microsite-review-search-v4__field span {
  position: absolute;
  left: 17px;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #94a3b8;
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.ng-microsite-review-search-v4__field span::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: #94a3b8;
  transform: rotate(45deg);
}

.ng-microsite-review-search-v4 input[type="search"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d6dfeb;
  border-radius: 8px;
  padding: 0 16px 0 48px;
  color: #111b35;
  font: inherit;
  background: #fff;
}

.ng-microsite-review-search-v4 button,
.ng-microsite-review-search-v4 > a {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font: inherit;
  font-size: 13px;
  font-weight: 820;
}

.ng-microsite-review-search-v4 button {
  border: 1px solid #075ff4;
  background: #075ff4;
  color: #fff;
}

.ng-microsite-review-search-v4 > a {
  color: #075ff4;
}

.ng-microsite-review-insights-v4 {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ng-microsite-review-insights-v4 > div {
  min-height: 116px;
  padding: 22px 30px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.035);
}

.ng-microsite-review-insights-v4 > .ng-microsite-review-insights-v4__positive {
  background: #eaf7ee;
  border-color: #9fd7b3;
}

.ng-microsite-review-insights-v4 > .ng-microsite-review-insights-v4__attention {
  background: #fff0ee;
  border-color: #eaa9a4;
}

.ng-microsite-review-insights-v4 h3 {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.ng-microsite-review-insights-v4__positive h3 {
  color: #08924f;
}

.ng-microsite-review-insights-v4__attention h3 {
  color: #e11d48;
}

.ng-microsite-review-insights-v4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  color: #33415c;
  font-size: 14px;
  font-weight: 700;
}

.ng-microsite-review-insights-v4 li::before {
  content: "\2713";
  width: 14px;
  margin: 0 8px 0 0;
  display: inline-block;
  font-weight: 900;
}

.ng-microsite-review-insights-v4__positive li::before {
  color: #0f9f5f;
}

.ng-microsite-review-insights-v4__attention li::before {
  color: #ef2d3d;
}

.ng-microsite-review-filters-v4 {
  margin-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.ng-microsite-review-filters-v4__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.ng-microsite-review-filters-v4 a {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e0ec;
  border-radius: 8px;
  background: #fff;
  color: #33415c;
  font-size: 12px;
  font-weight: 760;
}

.ng-microsite-review-filters-v4 a.active {
  border-color: #075ff4;
  background: #075ff4;
  color: #fff;
}

.ng-microsite-review-sort-v4 {
  display: flex;
  gap: 8px;
}

.ng-microsite-review-filters-v4 a:focus-visible,
.ng-microsite-review-search-v4 button:focus-visible,
.ng-microsite-review-search-v4 input:focus-visible,
.ng-microsite-review-pagination-v4 a:focus-visible {
  outline: 3px solid rgba(7, 95, 244, 0.24);
  outline-offset: 2px;
}

.ng-microsite-review-results-v4 {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.ng-microsite-review-results-v4 h3,
.ng-microsite-review-results-v4 p {
  margin: 0;
}

.ng-microsite-review-results-v4 h3 {
  color: #111b35;
  font-size: 24px;
}

.ng-microsite-review-results-v4 p {
  color: #69758b;
  font-size: 13px;
  font-weight: 720;
}

.ng-microsite-review-list-v4 {
  margin-top: 0;
  display: grid;
  gap: 14px;
}

.ng-microsite-review-card-v4 {
  padding: 24px 28px;
  position: relative;
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  gap: 22px;
}

.ng-microsite-review-card-v4--short {
  padding-top: 22px;
  padding-bottom: 22px;
}

.ng-microsite-review-card-v4__author {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ng-microsite-review-card-v4__avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #075ff4;
  color: #fff;
  font-weight: 900;
}

.ng-microsite-review-card-v4__avatar--green {
  background: #11a84f;
}

.ng-microsite-review-card-v4__avatar--purple {
  background: #6155e8;
}

.ng-microsite-review-card-v4__author strong,
.ng-microsite-review-card-v4__author > div > span,
.ng-microsite-review-card-v4__author em {
  display: block;
}

.ng-microsite-review-card-v4__author strong {
  color: #111b35;
  font-size: 15px;
  font-weight: 820;
}

.ng-microsite-review-card-v4__author > div > span {
  margin-top: 5px;
  color: #69758b;
  font-size: 12px;
  font-weight: 700;
}

.ng-microsite-review-card-v4__author em {
  margin-top: 9px;
  margin-left: -4px;
  position: relative;
  padding-left: 12px;
  color: #0f8a53;
  font-size: 11.5px;
  line-height: 1.18;
  font-style: normal;
  font-weight: 760;
}

.ng-microsite-review-card-v4__author em img {
  position: absolute;
  left: 0;
  top: 1px;
  width: 9px;
  height: 9px;
}

.ng-microsite-review-card-v4__author em span {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ng-microsite-review-card-v4__body {
  min-width: 0;
  position: relative;
  padding-right: 8px;
}

.ng-microsite-review-card-v4__topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.ng-microsite-review-card-v4 h3 {
  margin: 14px 0 10px;
  color: #111b35;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 820;
}

.ng-microsite-review-card-v4__stars {
  font-size: 20px;
  white-space: nowrap;
}

.ng-microsite-review-card-v4__categories {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  justify-self: end;
  max-width: 438px;
  color: #33415c;
  font-size: 10px;
  font-weight: 680;
}

.ng-microsite-review-card-v4__categories span {
  display: block;
  width: 94px;
  min-width: 0;
}

.ng-microsite-review-card-v4__categories i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #33415c;
  font-style: normal;
  white-space: nowrap;
}

.ng-microsite-review-card-v4__categories em {
  font-style: normal;
}

.ng-microsite-review-card-v4__categories b {
  display: inline-block;
  min-width: 12px;
  color: #111b35;
  font-size: 11px;
  font-weight: 760;
  text-align: right;
}

.ng-microsite-review-card-v4__categories u {
  margin-top: 4px;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(90deg, #075ff4 0 var(--ng-review-score-width, 64%), #e5ebf4 var(--ng-review-score-width, 64%) 100%);
}

.ng-microsite-review-card-v4 dl {
  margin: 11px 0 0;
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  gap: 16px;
  color: #506078;
  font-size: 12.8px;
  line-height: 1.45;
}

.ng-microsite-review-card-v4--generic-short dl {
  margin-top: 8px;
}

.ng-microsite-review-card-v4--generic-short .ng-microsite-review-card-v4__pills,
.ng-microsite-review-card-v4--generic-short .ng-microsite-review-card-v4__actions {
  margin-top: 10px;
}

.ng-microsite-review-card-v4 dt {
  color: #111b35;
  font-weight: 820;
}

.ng-microsite-review-card-v4 dd {
  margin: 0;
}

.ng-microsite-review-pagination-v4 {
  margin: 4px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.ng-microsite-review-pagination-v4 a {
  min-height: 42px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6dfeb;
  border-radius: 8px;
  background: #fff;
  color: #075ff4;
  font-size: 13px;
  font-weight: 850;
}

.ng-microsite-review-card-v4__pills,
.ng-microsite-review-card-v4__actions {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ng-microsite-review-card-v4__pills span,
.ng-microsite-review-card-v4__actions button {
  min-height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8e0ec;
  border-radius: 8px;
  background: #fff;
  color: #075ff4;
  font: inherit;
  font-size: 12px;
  font-weight: 780;
}

.ng-microsite-review-card-v4__actions button {
  min-height: 24px;
  padding: 0 4px;
  gap: 6px;
  border-color: transparent;
  background: transparent;
}

.ng-microsite-review-card-v4__actions button img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.ng-microsite-review-card-v4__reply {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid #d9e6fb;
  border-radius: 8px;
  background: #f8fbff;
  color: #506078;
  font-size: 13px;
  line-height: 1.45;
}

.ng-microsite-review-card-v4__reply--provider {
  border-color: #b9dfca;
  background: #f0faf4;
}

.ng-microsite-review-card-v4__reply header,
.ng-microsite-review-card-v4__comments header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  align-items: baseline;
}

.ng-microsite-review-card-v4__reply--provider header {
  margin-bottom: 7px;
}

.ng-microsite-review-card-v4__reply--provider header strong {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #157347;
}

.ng-microsite-review-card-v4__reply--provider header strong img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}

.ng-microsite-review-card-v4__reply--provider header strong span {
  color: inherit;
  font: inherit;
}

.ng-microsite-review-card-v4__reply header span,
.ng-microsite-review-card-v4__comments header span {
  color: #69758b;
  font-size: 11px;
  font-weight: 700;
}

.ng-microsite-review-card-v4__comments {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.ng-microsite-review-card-v4__comments section {
  padding: 13px 16px;
  border-left: 3px solid #d8e0ec;
  background: #fafbfd;
  color: #506078;
  font-size: 13px;
  line-height: 1.45;
}

.ng-microsite-review-card-v4__comments p {
  margin: 7px 0 0;
}

.ng-microsite-review-card-v4__menu {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #33415c;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  opacity: 0.75;
}

.ng-microsite-review-card-v4__reply strong {
  display: block;
  margin-bottom: 7px;
  color: #075ff4;
}

.ng-microsite-review-card-v4__reply p {
  margin: 0;
}

.ng-review-content-v4 {
  min-width: 0;
}

.ng-review-content-v4 h3 {
  overflow-wrap: anywhere;
}

.ng-review-content-v4__main {
  margin: 12px 0 0;
  color: #46546d;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.ng-review-content-v4__section dd {
  overflow-wrap: anywhere;
}

.ng-review-content-v4__categories,
.ng-review-content-v4__media {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ng-review-content-v4__categories span,
.ng-review-content-v4__media a {
  min-height: 30px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d8e3f2;
  border-radius: 8px;
  background: #f8fbff;
  color: #34425b;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 760;
}

.ng-review-content-v4__categories em {
  color: #075ff4;
  font-style: normal;
  font-weight: 900;
}

.ng-review-content-v4__media a {
  color: #075ff4;
}

.ng-reviews-card-v4 .ng-review-content-v4__main {
  display: block;
  padding: 10px 12px;
  border-radius: 7px;
  background: #f8fbff;
}

.ng-reviews-card-v4 .ng-review-content-v4__section {
  margin: 7px 0;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  border-radius: 7px;
  background: #f8fbff;
  color: #46546d;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.ng-reviews-card-v4 .ng-review-content-v4__section dt {
  color: #111a33;
  font-weight: 950;
}

.ng-reviews-card-v4 .ng-review-content-v4__section dd {
  margin: 0;
}

.ng-reviews-feed-empty-v4 {
  margin: 0;
  padding: 20px;
  border: 1px solid #dbe6f5;
  border-radius: 8px;
  background: #fff;
  color: #46546d;
  line-height: 1.5;
}

.ng-microsite-reviews-v4__empty {
  margin-top: 16px;
  padding: 20px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: #69758b;
  background: #fff;
}

.ng-microsite-review-bottom-cta-v4 {
  margin-top: 8px;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.ng-microsite-review-bottom-cta-v4 > div {
  display: flex;
  gap: 20px;
  align-items: center;
}

.ng-microsite-review-bottom-cta-v4__icon {
  width: 68px;
  height: 68px;
  min-width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef5ff;
  box-shadow: inset 0 0 0 1px #d8e7ff;
}

.ng-microsite-review-bottom-cta-v4__icon img {
  width: 29px;
  height: 29px;
  filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(3316%) hue-rotate(213deg) brightness(96%) contrast(100%);
}

.ng-microsite-review-bottom-cta-v4 h3 {
  margin: 0;
  color: #111b35;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 900;
}

.ng-microsite-review-bottom-cta-v4 p {
  margin: 8px 0 0;
  color: #69758b;
  font-size: 13px;
  font-weight: 700;
}

.ng-microsite-review-bottom-cta-v4 nav {
  display: flex;
  gap: 12px;
}

.ng-microsite-review-bottom-cta-v4__secondary {
  gap: 8px;
}

.ng-microsite-review-bottom-cta-v4__secondary img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(3316%) hue-rotate(213deg) brightness(96%) contrast(100%);
}

.ng-microsite-tariff-tags-v4 {
  margin: 0 auto 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.ng-microsite-tariff-tags-v4 a {
  min-height: 36px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8e0ec;
  border-radius: 8px;
  background: #fff;
  color: #26344f;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ng-microsite-tariff-tags-v4 a.active {
  border-color: #075ff4;
  background: #075ff4;
  color: #fff;
}

.ng-microsite-tariff-tags-v4 a:not(.active) {
  color: #69758b;
}

.ng-microsite-tariff-tags-v4 a:hover {
  border-color: #8fb6f8;
  color: #075ff4;
}

.ng-microsite-tariff-tags-v4 a.active:hover {
  color: #fff;
}

.ng-microsite-tariff-tags-v4 a:focus-visible {
  outline: 3px solid rgba(7, 95, 244, 0.28);
  outline-offset: 2px;
}

.ng-microsite-tariff-grid-v4,
.ng-microsite-promo-grid-v4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ng-microsite-business-cta-v4 {
  margin-top: 28px;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #dfe7f2;
}

.ng-microsite-business-cta-v4 span {
  color: #087a55;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ng-microsite-business-cta-v4 h2 {
  margin: 5px 0 4px;
  color: #111b35;
  font-size: 22px;
  line-height: 1.25;
}

.ng-microsite-business-cta-v4 p {
  margin: 0;
  color: #5c687f;
  font-size: 14px;
  line-height: 1.45;
}

.ng-microsite-business-cta-v4 nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ng-microsite-business-cta-v4 a {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #075ff4;
  border-radius: 6px;
  color: #075ff4;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ng-microsite-business-cta-v4 a:last-child {
  background: #075ff4;
  color: #fff;
}

.ng-microsite-card-v4 {
  min-width: 0;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(390px, 0.9fr) 180px;
  gap: 20px;
  align-items: center;
}

.ng-microsite-card-v4--featured {
  grid-column: 1 / -1;
}

.ng-microsite-card-v4:not(.ng-microsite-card-v4--featured) {
  grid-template-columns: minmax(0, 1fr) 128px;
  align-items: end;
}

.ng-microsite-card-v4:not(.ng-microsite-card-v4--featured) .ng-microsite-card-v4__top {
  grid-column: 1 / -1;
}

.ng-microsite-card-v4__badge {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff0f1;
  color: #ef4444;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ng-microsite-card-v4 h3 {
  margin: 0;
  color: #111b35;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 900;
}

.ng-microsite-card-v4 ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
  color: #506078;
  font-size: 14px;
  line-height: 1.38;
}

.ng-microsite-card-v4 li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin: 0 9px 1px 0;
  display: inline-block;
  border-radius: 50%;
  background: #14a66d;
}

.ng-microsite-card-v4__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.ng-microsite-card-v4__metrics--no-tv {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ng-microsite-card-v4__metrics div {
  min-width: 0;
  min-height: 62px;
  padding: 4px 16px;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  justify-items: center;
  border-left: 1px solid #dfe6f0;
  text-align: center;
}

.ng-microsite-card-v4__metrics div:first-child {
  border-left: 0;
}

.ng-microsite-card-v4__metrics strong,
.ng-microsite-card-v4__metrics span {
  display: block;
}

.ng-microsite-card-v4__metrics strong {
  color: #075ff4;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.ng-microsite-card-v4__metrics span {
  margin-top: 5px;
  max-width: 100%;
  color: #33415c;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.ng-microsite-card-v4__actions {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.ng-microsite-card-v4__primary,
.ng-microsite-card-v4__secondary {
  width: 100%;
  min-height: 36px;
  padding: 0 12px;
  font-size: 12px;
}

.ng-provider-microsite-v4 .ng-microsite-hero-v4__primary,
.ng-provider-microsite-v4 .ng-microsite-address-v4 button,
.ng-provider-microsite-v4 .ng-microsite-card-v4__primary,
.ng-provider-microsite-v4 .ng-microsite-overview-primary-v4,
.ng-provider-microsite-v4 .ng-microsite-news-primary-v4,
.ng-provider-microsite-v4 .ng-microsite-review-summary-v4__button,
.ng-provider-microsite-v4 .ng-microsite-review-bottom-cta-v4__primary,
.ng-provider-microsite-v4 .ng-microsite-review-filters-v4 a.active,
.ng-provider-microsite-v4 .ng-microsite-news-filters-v4 a.active {
  color: #fff;
}

.ng-microsite-overview-v4 {
  display: grid;
  gap: 24px;
  padding-top: 8px;
}

.ng-microsite-overview-v4 h2,
.ng-microsite-overview-v4 h3,
.ng-microsite-overview-v4 p,
.ng-microsite-overview-v4 dl,
.ng-microsite-overview-v4 ul {
  margin: 0;
}

.ng-microsite-overview-v4 h2 {
  color: #111b35;
  font-size: 23px;
  line-height: 1.22;
  font-weight: 880;
}

.ng-microsite-overview-v4 h3 {
  color: #111b35;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 840;
}

.ng-microsite-overview-v4 p,
.ng-microsite-overview-v4 li,
.ng-microsite-overview-v4 dd,
.ng-microsite-overview-v4 a,
.ng-microsite-overview-v4 time,
.ng-microsite-overview-v4 em {
  font-size: 14px;
  line-height: 1.48;
}

.ng-microsite-overview-v4 p,
.ng-microsite-overview-v4 dd,
.ng-microsite-overview-v4 li,
.ng-microsite-overview-v4 time,
.ng-microsite-overview-v4 em {
  color: #526079;
  font-style: normal;
  font-weight: 610;
}

.ng-microsite-overview-v4 a {
  color: #005ff4;
  font-weight: 850;
}

.ng-microsite-overview-facts-v4,
.ng-microsite-overview-benefits-v4 article,
.ng-microsite-overview-list-card-v4,
.ng-microsite-overview-tariff-v4,
.ng-microsite-overview-promos-v4,
.ng-microsite-overview-promos-v4 article,
.ng-microsite-overview-reviews-v4,
.ng-microsite-overview-news-v4 article {
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 24, 40, 0.045);
}

.ng-microsite-overview-v4__intro {
  display: grid;
  grid-template-columns: minmax(0, 900px);
  align-items: stretch;
}

.ng-microsite-overview-v4__introduction {
  min-width: 0;
  align-self: center;
}

.ng-microsite-overview-v4__introduction h2 {
  max-width: 760px;
  font-size: 28px;
  line-height: 1.2;
}

.ng-microsite-overview-v4__intro p {
  max-width: 820px;
  margin-top: 14px;
}

.ng-microsite-overview-v4__introduction [data-ng-provider-overview-description] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ng-microsite-overview-v4__introduction.is-expanded [data-ng-provider-overview-description] {
  display: block;
  overflow: visible;
}

.ng-microsite-overview-v4__read-more {
  width: fit-content;
  margin-top: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #005ff4;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 850;
  cursor: pointer;
}

.ng-microsite-overview-v4__read-more:hover {
  color: #004bc2;
}

.ng-microsite-overview-v4__read-more:focus-visible {
  outline: 3px solid rgba(0, 95, 244, 0.24);
  outline-offset: 4px;
}

.ng-microsite-overview-facts-v4 {
  padding: 24px 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.ng-microsite-overview-facts-v4 div {
  min-width: 0;
  padding: 0 14px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: center;
  gap: 8px;
}

.ng-microsite-overview-facts-v4 div:first-child {
  padding-left: 0;
}

.ng-microsite-overview-facts-v4 div + div {
  border-left: 1px solid #e1e8f2;
}

.ng-microsite-overview-facts-v4 dt {
  color: #6b778d;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 850;
}

.ng-microsite-overview-facts-v4 dd {
  margin: 0;
  color: #111b35;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 860;
  overflow-wrap: anywhere;
  hyphens: none;
}

.ng-microsite-overview-facts-v4__nowrap {
  white-space: nowrap;
}

.ng-microsite-overview-section-v4 {
  display: grid;
  gap: 17px;
}

.ng-microsite-overview-benefits-v4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ng-microsite-overview-benefits-v4 article {
  min-height: 126px;
  padding: 23px 24px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.ng-microsite-overview-split-v4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ng-microsite-overview-list-card-v4 {
  padding: 24px 26px;
  display: grid;
  gap: 16px;
}

.ng-microsite-overview-list-card-v4 ul,
.ng-microsite-overview-promos-v4 ul,
.ng-microsite-overview-tariff-v4 ul {
  padding: 0;
  list-style: none;
}

.ng-microsite-overview-list-card-v4 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
}

.ng-microsite-overview-conditions-v4 dl {
  display: grid;
  gap: 14px;
}

.ng-microsite-overview-conditions-v4 dl div {
  display: grid;
  gap: 5px;
}

.ng-microsite-overview-conditions-v4 dt {
  color: #111b35;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 880;
}

.ng-microsite-overview-conditions-v4 dd {
  margin: 0;
}

.ng-microsite-overview-list-card-v4 li,
.ng-microsite-overview-promos-v4 li,
.ng-microsite-overview-tariff-v4 li {
  position: relative;
  padding-left: 24px;
}

.ng-microsite-overview-list-card-v4 li::before,
.ng-microsite-overview-promos-v4 li::before,
.ng-microsite-overview-tariff-v4 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-left: 2px solid #19a85b;
  border-bottom: 2px solid #19a85b;
  transform: rotate(-45deg);
}

.ng-microsite-overview-tariff-v4 {
  padding: 24px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr) 220px;
  gap: 24px;
  align-items: center;
}

.ng-microsite-overview-tariff-v4 > div > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ng-microsite-overview-tariff-v4 > div > span,
.ng-microsite-overview-promos-v4 article > span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 8px;
  background: #eaf2ff;
  color: #005ff4;
  font-size: 12px;
  font-weight: 900;
}

.ng-microsite-overview-promos-v4 article > span {
  background: #fff1f1;
  color: #f04444;
}

.ng-microsite-overview-tariff-v4 ul {
  margin-top: 11px;
  display: grid;
  gap: 7px;
}

.ng-microsite-overview-tariff-v4 dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(105px, 1fr));
  column-gap: 16px;
  align-items: stretch;
}

.ng-microsite-overview-tariff-v4 dl div {
  min-width: 0;
  min-height: 62px;
  position: relative;
  padding: 0 12px;
  display: grid;
  grid-template-rows: 28px 20px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.ng-microsite-overview-tariff-v4 dl div.is-empty dt,
.ng-microsite-overview-tariff-v4 dl div.is-empty dd {
  color: #8490a4;
}

.ng-microsite-overview-tariff-v4 dl div + div::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: -8px;
  width: 1px;
  background: #e1e8f2;
}

.ng-microsite-overview-tariff-v4 dt {
  color: #005ff4;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 920;
  white-space: nowrap;
}

.ng-microsite-overview-tariff-v4 dd {
  width: 100%;
  min-width: 0;
  margin: 7px 0 0;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 760;
  white-space: normal;
  overflow-wrap: anywhere;
}

.ng-microsite-overview-tariff-v4 nav,
.ng-microsite-overview-promos-v4 nav {
  display: grid;
  gap: 12px;
}

.ng-microsite-overview-primary-v4 {
  min-height: 44px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #005ff4;
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 95, 244, 0.2);
}

.ng-microsite-overview-tariff-v4__actions {
  width: 100%;
  min-width: 0;
}

.ng-microsite-overview-tariff-v4__action {
  width: 100%;
  min-height: 44px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 7px;
  text-align: center;
}

.ng-microsite-overview-tariff-v4__action--primary {
  background: #005ff4;
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 95, 244, 0.2);
}

.ng-microsite-overview-tariff-v4__action--secondary {
  border: 1px solid #cbd8eb;
  background: #fff;
  color: #111b35;
}

.ng-microsite-overview-promo-review-v4 {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(385px, 0.84fr);
  gap: 18px;
}

.ng-microsite-overview-promos-v4,
.ng-microsite-overview-reviews-v4 {
  padding: 24px 26px;
}

.ng-microsite-overview-promos-v4 header,
.ng-microsite-overview-reviews-v4 header,
.ng-microsite-overview-news-v4 header {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ng-microsite-overview-promos-v4 > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ng-microsite-overview-promos-v4 article {
  min-height: 252px;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-content: start;
}

.ng-microsite-overview-promos-v4 article strong {
  color: #005ff4;
  font-size: 22px;
  font-weight: 920;
}

.ng-microsite-overview-promos-v4 ul {
  display: grid;
  gap: 8px;
}

.ng-microsite-overview-promos-v4 nav {
  margin-top: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.ng-microsite-overview-reviews-v4 {
  display: grid;
  align-content: start;
  gap: 16px;
}

.ng-microsite-overview-reviews-v4 header {
  margin-bottom: 0;
  align-items: flex-start;
}

.ng-microsite-overview-reviews-v4 header h2 {
  max-width: none;
  font-size: 22px;
}

.ng-microsite-overview-reviews-v4 header div {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #005ff4;
  font-weight: 850;
}

.ng-microsite-overview-reviews-v4 header div span,
.ng-microsite-overview-review-v4 p span.active {
  color: #ffae00;
}

.ng-microsite-overview-review-v4 {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
}

.ng-microsite-overview-review-v4 > div:last-child {
  position: relative;
  padding-right: 76px;
}

.ng-microsite-overview-review-v4__avatar {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #075ff4;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.ng-microsite-overview-review-v4__avatar--green {
  background: #11a84f;
}

.ng-microsite-overview-review-v4__avatar--purple {
  background: #6155e8;
}

.ng-microsite-overview-review-v4 strong,
.ng-microsite-overview-review-v4 time,
.ng-microsite-overview-review-v4 p,
.ng-microsite-overview-review-v4 em {
  display: block;
}

.ng-microsite-overview-review-v4 strong {
  color: #111b35;
  font-size: 14px;
  font-weight: 860;
}

.ng-microsite-overview-review-v4 time {
  position: absolute;
  top: 1px;
  right: 0;
  margin-top: 0;
  font-size: 12px;
}

.ng-microsite-overview-review-v4 p {
  margin-top: 7px;
  letter-spacing: 1px;
}

.ng-microsite-overview-review-v4 p span:not(.active) {
  color: #c9d3e2;
}

.ng-microsite-overview-review-v4 em {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ng-microsite-overview-news-v4 {
  display: grid;
  gap: 16px;
}

.ng-microsite-overview-news-v4 header {
  margin-bottom: 0;
}

.ng-microsite-overview-news-v4 > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ng-microsite-overview-news-v4 article {
  min-height: 142px;
  padding: 22px 24px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.ng-microsite-overview-news-v4 time {
  font-size: 12px;
}

.ng-microsite-overview-news-v4 article a {
  margin-top: 6px;
}

.ng-microsite-overview-bottom-cta-v4 {
  margin-top: 0;
}

.ng-microsite-overview-bottom-cta-v4 nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.ng-microsite-overview-v4 .ng-microsite-truth-empty-v4 {
  display: grid;
  gap: 5px;
}

.ng-microsite-overview-v4 .ng-microsite-truth-empty-v4 strong {
  color: #111b35;
}

.ng-microsite-overview-v4 .ng-microsite-truth-empty-v4 span {
  color: #526079;
}

.ng-microsite-news-v4 {
  display: grid;
  gap: 24px;
  padding-top: 8px;
}

.ng-microsite-news-v4 h2,
.ng-microsite-news-v4 h3,
.ng-microsite-news-v4 p {
  margin: 0;
}

.ng-microsite-news-v4__header {
  text-align: center;
  display: grid;
  gap: 8px;
}

.ng-microsite-news-v4__header h2 {
  color: #111b35;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 900;
}

.ng-microsite-news-v4__header p {
  max-width: 760px;
  margin: 0 auto;
  color: #69758b;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 620;
}

.ng-microsite-news-stats-v4,
.ng-microsite-news-featured-v4,
.ng-microsite-news-list-v4 article,
.ng-microsite-news-filters-v4,
.ng-microsite-news-reasons-v4 {
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 24, 40, 0.045);
}

.ng-microsite-news-stats-v4 {
  padding: 18px 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.ng-microsite-news-stats-v4--truthful {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ng-microsite-news-stats-v4__item {
  min-width: 0;
  min-height: 48px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.ng-microsite-news-stats-v4__item:first-child {
  padding-left: 0;
}

.ng-microsite-news-stats-v4__item + .ng-microsite-news-stats-v4__item {
  border-left: 1px solid #e1e8f2;
}

.ng-microsite-news-stats-v4__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef5ff;
  box-shadow: inset 0 0 0 1px rgba(7, 95, 244, 0.06);
}

.ng-microsite-news-stats-v4__icon img {
  width: 19px;
  height: 19px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(31%) sepia(99%) saturate(2592%) hue-rotate(211deg) brightness(99%) contrast(96%);
  opacity: 0.9;
}

.ng-microsite-news-stats-v4__text,
.ng-microsite-news-stats-v4__text strong,
.ng-microsite-news-stats-v4__text span {
  display: block;
}

.ng-microsite-news-stats-v4__text {
  min-width: 0;
}

.ng-microsite-news-stats-v4__text strong {
  color: #111b35;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 850;
  white-space: nowrap;
}

.ng-microsite-news-stats-v4__text span {
  color: #69758b;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 650;
}

.ng-microsite-news-featured-v4 {
  min-height: 264px;
  padding: 32px 36px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
}

.ng-microsite-news-featured-v4::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(7, 95, 244, 0.08), transparent 34%),
    linear-gradient(120deg, rgba(255, 255, 255, 0) 0 50%, rgba(241, 246, 255, 0.62) 100%);
  pointer-events: none;
}

.ng-microsite-news-featured-v4 > div {
  position: relative;
  z-index: 1;
  max-width: 520px;
  display: grid;
  gap: 14px;
}

.ng-microsite-news-featured-v4 span {
  width: max-content;
  padding: 5px 10px;
  border-radius: 7px;
  background: #eaf2ff;
  color: #075ff4;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.ng-microsite-news-featured-v4 time,
.ng-microsite-news-list-v4 time {
  color: #69758b;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.ng-microsite-news-featured-v4 h3 {
  color: #111b35;
  font-size: 28px;
  line-height: 1.17;
  font-weight: 900;
}

.ng-microsite-news-featured-v4 p {
  color: #526079;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 620;
}

.ng-microsite-news-primary-v4 {
  width: max-content;
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #075ff4;
  background: #075ff4;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(7, 95, 244, 0.22);
}

.ng-microsite-news-list-v4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ng-microsite-news-list-v4 article {
  min-height: 156px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.ng-microsite-news-list-v4__wide {
  grid-column: 1 / -1;
}

.ng-microsite-news-list-v4__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f6ff;
}

.ng-microsite-news-list-v4__icon img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(31%) sepia(99%) saturate(2592%) hue-rotate(211deg) brightness(99%) contrast(96%);
  opacity: 0.9;
}

.ng-microsite-news-list-v4 article div {
  display: grid;
  gap: 8px;
}

.ng-microsite-news-list-v4 h3 {
  color: #111b35;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 870;
}

.ng-microsite-news-list-v4 p {
  color: #526079;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 610;
}

.ng-microsite-news-list-v4 a {
  color: #075ff4;
  font-size: 13px;
  font-weight: 850;
}

.ng-microsite-news-query-v4 {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.ng-microsite-news-pagination-v4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ng-microsite-news-pagination-v4 a {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #075ff4;
  border-radius: 8px;
  background: #fff;
  color: #075ff4;
  font-size: 13px;
  font-weight: 850;
}

.ng-microsite-news-pagination-v4 a:hover,
.ng-microsite-news-pagination-v4 a:focus-visible {
  background: #075ff4;
  color: #fff;
  outline: 3px solid rgba(7, 95, 244, 0.2);
  outline-offset: 2px;
}

.ng-microsite-news-pagination-v4 span {
  color: #69758b;
  font-size: 13px;
  font-weight: 750;
}

.ng-microsite-news-async-status-v4 {
  margin: 0;
  color: #526079;
  font-size: 13px;
  text-align: center;
  font-weight: 750;
}

.ng-microsite-news-async-status-v4.is-error {
  color: #a13c31;
}

[data-ng-provider-news-browser].is-loading [data-ng-provider-news-query] {
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 560px) {
  .ng-microsite-news-pagination-v4 {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ng-microsite-news-pagination-v4 span {
    order: -1;
  }

  .ng-microsite-news-pagination-v4 a {
    width: 100%;
  }
}

/* V4 HTML Sitemap */
.ng-sitemap-v4,.ng-sitemap-v4 *{box-sizing:border-box}
.ng-sitemap-v4{max-width:1320px;margin:0 auto;padding:0 32px 52px;color:#111b35}
.ng-sitemap-hero-v4{min-height:250px;margin:0 -32px;padding:46px 64px;display:grid;grid-template-columns:minmax(380px,1fr) minmax(400px,540px);gap:44px;align-items:center;background:#f4f8ff;border-top:1px solid #e1e9f4;border-bottom:1px solid #e1e9f4}
.ng-sitemap-breadcrumbs-v4{margin-bottom:16px;display:flex;gap:9px;align-items:center;color:#6b778c;font-size:13px}
.ng-sitemap-breadcrumbs-v4 a{color:inherit}.ng-sitemap-breadcrumbs-v4 strong{color:#3d4d65}
.ng-sitemap-hero-v4 h1,.ng-sitemap-hero-v4 p,.ng-sitemap-section-v4 h2,.ng-sitemap-section-v4 h3,.ng-sitemap-section-v4 p,.ng-sitemap-cta-v4 h2,.ng-sitemap-cta-v4 p{margin:0}
.ng-sitemap-hero-v4 h1{font-size:44px;line-height:1.08;letter-spacing:0}
.ng-sitemap-hero-v4__copy>p{max-width:700px;margin-top:16px;color:#53627a;font-size:17px;line-height:1.55}
.ng-sitemap-hero-v4__actions,.ng-sitemap-cta-v4 nav{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px}
.ng-sitemap-v4 .ng-sitemap-button-v4{min-height:48px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #8eb5ff;border-radius:7px;color:#075ff4;background:#fff;font-size:14px;font-weight:850;line-height:1.25;text-align:center;text-decoration:none}
.ng-sitemap-v4 .ng-sitemap-button-v4--primary{border-color:#075ff4;color:#fff;background:#075ff4}
.ng-sitemap-v4 .ng-sitemap-button-v4:hover,.ng-sitemap-v4 .ng-sitemap-button-v4:focus-visible{border-color:#034cc7;color:#034cc7}
.ng-sitemap-v4 .ng-sitemap-button-v4--primary:hover,.ng-sitemap-v4 .ng-sitemap-button-v4--primary:focus-visible{color:#fff;background:#034cc7}
.ng-sitemap-quick-v4{margin:24px 0;padding-bottom:4px;display:flex;gap:10px;overflow-x:auto;scrollbar-width:thin}
.ng-sitemap-quick-v4 a{min-height:44px;padding:9px 14px;display:inline-flex;flex:0 0 auto;gap:9px;align-items:center;border:1px solid #dbe4f1;border-radius:7px;color:#22314a;background:#fff;font-size:13px;font-weight:800;text-decoration:none}
.ng-sitemap-quick-v4 a[aria-current="location"]{border-color:#8eb5ff;color:#075ff4;background:#f3f7ff}
.ng-sitemap-quick-v4 img,.ng-sitemap-icon-v4 img{width:21px;height:21px;object-fit:contain;filter:invert(30%) sepia(97%) saturate(3414%) hue-rotate(215deg) brightness(97%) contrast(102%)}
.ng-sitemap-sections-v4{display:grid;gap:14px}
.ng-sitemap-section-v4{scroll-margin-top:18px;padding:22px;border:1px solid #dfe7f2;border-radius:8px;background:#fff}
.ng-sitemap-section-v4__head{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:14px;align-items:start}
.ng-sitemap-icon-v4{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfe0ff;border-radius:7px;background:#f3f7ff}
.ng-sitemap-section-v4__head h2{font-size:24px;line-height:1.2}
.ng-sitemap-section-v4__head p{margin-top:6px;color:#67768d;font-size:14px;line-height:1.45}
.ng-sitemap-section-v4__head>strong{padding-top:2px;color:#65758d;font-size:13px}
.ng-sitemap-section-v4__disclosure>summary,.ng-sitemap-group-v4__disclosure>summary{display:none}
.ng-sitemap-groups-v4{margin-top:20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 28px}
.ng-sitemap-group-v4{min-width:0}.ng-sitemap-group-v4 h3{margin-bottom:10px;color:#1d2c45;font-size:14px;line-height:1.35}
.ng-sitemap-group-v4 ul{margin:0;padding:0;display:grid;gap:7px;list-style:none}.ng-sitemap-group-v4 li{min-width:0}
.ng-sitemap-group-v4 a{display:inline-block;max-width:100%;color:#075ff4;font-size:13px;line-height:1.4;overflow-wrap:anywhere;text-decoration:none}
.ng-sitemap-group-v4 a:hover,.ng-sitemap-group-v4 a:focus-visible{text-decoration:underline;text-underline-offset:3px}
.ng-sitemap-cta-v4{margin-top:18px;padding:24px 26px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;border:1px solid #b9d2ff;border-radius:8px;background:#f5f8ff}
.ng-sitemap-cta-v4 h2{font-size:24px}.ng-sitemap-cta-v4 p{max-width:620px;margin-top:7px;color:#5f6f86;font-size:14px;line-height:1.5}
@media (max-width:1024px){.ng-sitemap-hero-v4{padding:40px 48px;grid-template-columns:1fr;gap:24px}.ng-sitemap-hero-v4__actions,.ng-sitemap-cta-v4 nav{width:min(100%,620px)}.ng-sitemap-groups-v4{grid-template-columns:repeat(3,minmax(0,1fr))}.ng-sitemap-cta-v4{grid-template-columns:1fr}}
@media (max-width:820px){.ng-sitemap-v4{padding:0 16px 36px}.ng-sitemap-hero-v4{min-height:0;margin:0 -16px;padding:24px 16px}.ng-sitemap-hero-v4 h1{font-size:34px}.ng-sitemap-hero-v4__copy>p{font-size:15px}.ng-sitemap-hero-v4__actions,.ng-sitemap-cta-v4 nav{grid-template-columns:1fr}.ng-sitemap-quick-v4{margin:18px 0}.ng-sitemap-section-v4{padding:18px;scroll-margin-top:10px}.ng-sitemap-section-v4__head{grid-template-columns:38px minmax(0,1fr) auto;gap:11px}.ng-sitemap-icon-v4{width:38px;height:38px}.ng-sitemap-section-v4__head h2{font-size:20px}.ng-sitemap-section-v4__disclosure>summary,.ng-sitemap-group-v4__disclosure>summary{min-height:42px;margin-top:14px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5ebf3;color:#075ff4;font-size:13px;font-weight:800;cursor:pointer;list-style:none}.ng-sitemap-section-v4__disclosure>summary::-webkit-details-marker,.ng-sitemap-group-v4__disclosure>summary::-webkit-details-marker{display:none}.ng-sitemap-section-v4__disclosure>summary::after,.ng-sitemap-group-v4__disclosure>summary::after{content:"+";font-size:20px;font-weight:500}.ng-sitemap-section-v4__disclosure[open]>summary::after,.ng-sitemap-group-v4__disclosure[open]>summary::after{content:"−"}.ng-sitemap-groups-v4{margin-top:4px;grid-template-columns:1fr;gap:0}.ng-sitemap-group-v4{padding:12px 0;border-top:1px solid #edf1f6}.ng-sitemap-group-v4:first-child{border-top:0}.ng-sitemap-group-v4 h3{margin-bottom:0;font-size:15px}.ng-sitemap-group-v4__disclosure>summary{margin-top:6px;border-top:0;min-height:36px}.ng-sitemap-group-v4 ul{padding-top:7px}.ng-sitemap-group-v4 a{min-height:34px;padding:6px 0;display:inline-flex;align-items:center;font-size:14px}.ng-sitemap-cta-v4{padding:22px 18px}}
@media (max-width:430px){.ng-sitemap-hero-v4 h1{font-size:31px}.ng-sitemap-section-v4__head{grid-template-columns:38px minmax(0,1fr)}.ng-sitemap-section-v4__head>strong{grid-column:2}.ng-sitemap-cta-v4 h2{font-size:21px}}
@media (prefers-reduced-motion:reduce){.ng-sitemap-v4{scroll-behavior:auto}}

.ng-microsite-news-filters-v4 {
  padding: 14px;
  display: grid;
  grid-template-columns: auto auto auto auto auto minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
}

.ng-microsite-news-filters-v4 a {
  min-height: 34px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e0ec;
  border-radius: 8px;
  background: #fff;
  color: #33415c;
  font-size: 13px;
  font-weight: 760;
}

.ng-microsite-news-filters-v4 a.active {
  border-color: #075ff4;
  background: #075ff4;
  color: #fff;
}

.ng-microsite-news-reasons-v4 {
  padding: 24px 28px;
  display: grid;
  gap: 18px;
}

.ng-microsite-news-reasons-v4 h3 {
  text-align: center;
  color: #111b35;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 890;
}

.ng-microsite-news-reasons-v4 > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ng-microsite-news-reasons-v4 span {
  min-height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #33415c;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 760;
}

.ng-microsite-news-reasons-v4 span img {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(31%) sepia(99%) saturate(2592%) hue-rotate(211deg) brightness(99%) contrast(96%);
  opacity: 0.9;
}

.ng-microsite-news-reasons-v4 span + span {
  border-left: 1px solid #e1e8f2;
}

.ng-tariff-detail-v4 {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ng-tariff-detail-v4__breadcrumbs {
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #69758b;
  font-size: 13px;
  font-weight: 750;
}

.ng-tariff-detail-v4__breadcrumbs > * {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.ng-tariff-detail-v4__breadcrumbs a {
  color: #69758b;
}

.ng-tariff-detail-v4__breadcrumbs a::after {
  content: "/";
  margin-left: 8px;
  color: #a6b0c1;
}

.ng-tariff-detail-v4__breadcrumbs strong {
  color: #111b35;
}

.ng-tariff-hero-v4 {
  position: relative;
  overflow: hidden;
  min-height: 346px;
  padding: 42px 42px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 32px;
  align-items: stretch;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 16%, rgba(7, 95, 244, 0.08), transparent 32%),
    linear-gradient(135deg, #fff 0%, #f7fbff 58%, #eef5ff 100%);
  box-shadow: 0 22px 58px rgba(17, 27, 53, 0.08);
}

.ng-tariff-hero-v4::before,
.ng-tariff-hero-v4::after {
  content: none;
}

.ng-tariff-hero-v4__content,
.ng-tariff-hero-v4__cta {
  position: relative;
  min-width: 0;
  max-width: 100%;
  z-index: 1;
}

.ng-tariff-hero-v4__provider {
  min-width: 0;
  max-width: 100%;
  width: fit-content;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #53627a;
  font-size: 14px;
  font-weight: 800;
}

.ng-tariff-hero-v4__provider > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ng-tariff-hero-v4__provider:hover {
  color: #075ff4;
}

.ng-tariff-hero-v4__provider-logo {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #dce5f1;
  border-radius: 8px;
  background: #fff;
}

.ng-tariff-hero-v4__provider-logo img {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: block;
  object-fit: contain;
}

.ng-tariff-hero-v4__provider-logo b {
  color: #075ff4;
  font-size: 16px;
}

.ng-tariff-hero-v4__title {
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
}

.ng-tariff-hero-v4__title h1 {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  color: #111b35;
  font-size: 52px;
  line-height: 1.02;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.ng-tariff-hero-v4__title span,
.ng-tariff-related-v4__status span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eaf8ee;
  color: #1a9f57;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ng-tariff-hero-v4__content > p {
  min-width: 0;
  max-width: 620px;
  margin: 12px 0 28px;
  color: #5d6a80;
  font-size: 19px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.ng-tariff-hero-v4__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 24px;
  max-width: 760px;
  padding-bottom: 0;
}

.ng-tariff-hero-v4__metrics > div {
  min-height: 92px;
  padding: 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-areas:
    "icon value"
    "icon label";
  column-gap: 16px;
  row-gap: 4px;
  align-content: center;
}

.ng-tariff-hero-v4__metrics .ng-tariff-metric-icon-v4,
.ng-tariff-info-card-v4 h2 span,
.ng-tariff-tv-package-v4 header > span,
.ng-tariff-additional-v4 header > span,
.ng-tariff-additional-v4__facts div > span,
.ng-tariff-application-v4__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f6ff;
}

.ng-tariff-hero-v4__metrics img,
.ng-tariff-info-card-v4 h2 img,
.ng-tariff-tv-package-v4 header img,
.ng-tariff-additional-v4 header img,
.ng-tariff-additional-v4__facts img,
.ng-tariff-application-v4__icon img,
.ng-tariff-detail-v4__secondary img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.ng-tariff-hero-v4__metrics .ng-tariff-metric-icon-v4 {
  grid-area: icon;
}

.ng-tariff-metric-value-v4 {
  grid-area: value;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  overflow-wrap: anywhere;
}

.ng-tariff-metric-value-v4 span {
  min-width: 0;
  max-width: 100%;
  color: #075ff4;
  font-size: 41px;
  line-height: 0.95;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.ng-tariff-metric-value-v4 b {
  color: #075ff4;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
}

.ng-tariff-hero-v4__metrics dd {
  grid-area: label;
  margin: 0;
  color: #6c778b;
  font-size: 13px;
  font-weight: 800;
}

.ng-tariff-hero-v4__metrics .is-empty .ng-tariff-metric-value-v4 span,
.ng-tariff-hero-v4__metrics .is-empty dd {
  color: #8a95a8;
}

.ng-tariff-hero-v4__cta {
  width: 100%;
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ng-tariff-detail-v4__primary,
.ng-tariff-detail-v4__secondary {
  box-sizing: border-box;
  max-width: 100%;
  min-height: 48px;
  padding: 13px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  overflow-wrap: anywhere;
}

.ng-tariff-detail-v4__primary {
  background: #075ff4;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(7, 95, 244, 0.2);
}

.ng-tariff-detail-v4__secondary {
  border: 1px solid #d7e1ee;
  background: #fff;
  color: #075ff4;
}

.ng-tariff-info-grid-v4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.ng-tariff-info-card-v4,
.ng-tariff-tv-package-v4,
.ng-tariff-additional-v4,
.ng-tariff-related-v4,
.ng-tariff-application-v4 {
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 27, 53, 0.055);
}

.ng-tariff-info-card-v4 {
  padding: 22px;
}

.ng-tariff-info-card-v4 h2,
.ng-tariff-tv-package-v4 h2,
.ng-tariff-additional-v4 h2,
.ng-tariff-related-v4 h2,
.ng-tariff-application-v4 h2 {
  margin: 0;
  color: #111b35;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 950;
}

.ng-tariff-info-card-v4 h2,
.ng-tariff-tv-package-v4 header,
.ng-tariff-additional-v4 header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ng-tariff-info-card-v4 ul,
.ng-tariff-tv-package-v4 ul,
.ng-tariff-info-card-v4 li,
.ng-tariff-tv-package-v4 li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ng-tariff-info-card-v4 ul {
  margin-top: 18px;
  display: grid;
  gap: 13px;
}

.ng-tariff-info-card-v4 li,
.ng-tariff-tv-package-v4 li {
  position: relative;
  padding-left: 22px;
  color: #4f5f78;
  font-size: 15px;
  line-height: 1.56;
  font-weight: 750;
}

.ng-tariff-info-card-v4 li {
  max-width: 68ch;
}

.ng-tariff-info-card-v4 li::before,
.ng-tariff-tv-package-v4 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #075ff4;
  font-weight: 950;
}

.ng-tariff-tv-package-v4,
.ng-tariff-additional-v4,
.ng-tariff-related-v4 {
  padding: 28px;
}

.ng-tariff-tv-package-v4 header p,
.ng-tariff-related-v4 header p {
  margin: 6px 0 0;
  color: #68758b;
  font-size: 15px;
  font-weight: 750;
}

.ng-tariff-tv-package-v4__columns {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ng-tariff-tv-package-v4__grid {
  margin-top: 24px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 22px !important;
}

.ng-tariff-tv-package-v4__more {
  margin-top: 20px;
  border-top: 1px solid #e0e8f3;
}

.ng-tariff-tv-package-v4__more summary {
  width: fit-content;
  min-height: 42px;
  padding-top: 18px;
  display: inline-flex;
  align-items: center;
  color: #075ff4;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.ng-tariff-tv-package-v4__more summary span + span,
.ng-tariff-tv-package-v4__more[open] summary span:first-child {
  display: none;
}

.ng-tariff-tv-package-v4__more[open] summary span + span {
  display: inline;
}

.ng-tariff-tv-package-v4__more .ng-tariff-tv-package-v4__grid {
  margin-top: 18px !important;
}

.ng-tariff-tv-package-v4__columns > div {
  padding: 18px;
  border: 1px solid #e0e8f3;
  border-radius: 8px;
  background: #f9fbff;
}

.ng-tariff-tv-package-v4 h3 {
  margin: 0 0 12px;
  color: #111b35;
  font-size: 16px;
  font-weight: 950;
}

.ng-tariff-tv-package-v4 ul {
  display: grid;
  gap: 8px;
}

.ng-tariff-tv-package-v4 > a,
.ng-tariff-related-v4__all {
  margin-top: 18px;
  display: inline-flex;
  color: #075ff4;
  font-weight: 900;
}

.ng-tariff-additional-v4__facts {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ng-tariff-additional-v4__facts div {
  min-height: 142px;
  padding: 18px;
  border: 1px solid #e0e8f3;
  border-radius: 8px;
  background: #f9fbff;
}

.ng-tariff-additional-v4__facts strong {
  display: block;
  margin-top: 14px;
  color: #111b35;
  font-size: 16px;
  font-weight: 950;
}

.ng-tariff-additional-v4__facts p,
.ng-tariff-additional-v4__note {
  margin: 7px 0 0;
  color: #5c687f;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.ng-tariff-additional-v4__content {
  max-width: 920px;
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.ng-tariff-additional-v4__content p {
  margin: 0;
  color: #53627a;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.ng-tariff-additional-v4__rows {
  margin: 0 0 6px;
  display: grid;
  gap: 0;
  border-top: 1px solid #e1e8f2;
}

.ng-tariff-additional-v4__rows div {
  min-width: 0;
  padding: 13px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  border-bottom: 1px solid #e1e8f2;
}

.ng-tariff-additional-v4__rows dt,
.ng-tariff-additional-v4__rows dd {
  margin: 0;
}

.ng-tariff-additional-v4__rows dt {
  color: #3e4d66;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 750;
}

.ng-tariff-additional-v4__rows dd {
  color: #111b35;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.ng-tariff-additional-v4__note {
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid #dbe6f4;
  border-radius: 8px;
  background: #f7fbff;
}

.ng-tariff-related-v4 header {
  display: block;
}

.ng-tariff-related-v4__grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ng-tariff-related-v4 article {
  min-height: 286px;
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fff;
}

.ng-tariff-related-v4__status {
  min-height: 24px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
}

.ng-tariff-related-v4 h3 {
  min-height: 46px;
  margin: 0 0 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #111b35;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 950;
}

.ng-tariff-related-v4 dl {
  min-height: 68px;
  margin: 0 0 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ng-tariff-related-v4 dl div {
  min-width: 0;
  padding-left: 10px;
  border-left: 1px solid #dfe6f0;
}

.ng-tariff-related-v4 dl div:first-child {
  padding-left: 0;
  border-left: 0;
}

.ng-tariff-related-v4 dl img {
  width: 18px;
  height: 18px;
  display: block;
  margin: 0 0 6px;
  object-fit: contain;
  opacity: 0.9;
}

.ng-tariff-related-v4 dt,
.ng-tariff-related-v4 dd {
  margin: 0;
}

.ng-tariff-related-v4 dt {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #075ff4;
  line-height: 1;
  font-weight: 950;
}

.ng-tariff-related-v4 dt span {
  font-size: 22px;
}

.ng-tariff-related-v4 dt small {
  color: #075ff4;
  font-size: 15px;
  font-weight: 950;
}

.ng-tariff-related-v4 dd {
  color: #53627a;
  font-size: 12px;
  line-height: 1.18;
  font-weight: 800;
}

.ng-tariff-related-v4 dd small {
  color: #8a95a8;
  font-size: 10px;
  font-weight: 750;
}

.ng-tariff-related-v4 article .ng-tariff-detail-v4__primary,
.ng-tariff-related-v4 article .ng-tariff-detail-v4__secondary {
  width: 100%;
  min-height: 42px;
  padding: 8px 14px;
  margin-top: 8px;
  font-size: 13px;
}

.ng-tariff-related-v4 article .ng-tariff-detail-v4__primary {
  margin-top: auto;
}

.ng-tariff-application-v4 {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  padding: 30px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: center;
  background: linear-gradient(135deg, #fff 0%, #f6fbff 100%);
}

.ng-tariff-application-v4 > div:first-child {
  position: relative;
  min-width: 0;
  max-width: 100%;
  z-index: 1;
}

.ng-tariff-application-v4 h2,
.ng-tariff-application-v4 p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.ng-tariff-application-v4__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
}

.ng-tariff-application-v4 p {
  margin: 7px 0 18px;
  color: #657287;
  font-size: 15px;
  font-weight: 750;
}

.ng-tariff-application-v4 nav {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ng-tariff-application-v4 nav a {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 190px;
}

.ng-tariff-application-v4 form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 12px;
}

.ng-tariff-application-v4 input,
.ng-tariff-application-v4 textarea {
  min-height: 42px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid #d8e2ef;
  border-radius: 8px;
  background: #fff;
  color: #111b35;
  font: inherit;
  font-weight: 700;
}

.ng-tariff-application-v4 textarea {
  min-height: 78px;
  padding-top: 12px;
  grid-column: 1 / -1;
  resize: vertical;
}

.ng-tariff-application-v4 button {
  grid-column: 1 / 2;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #075ff4;
  color: #fff;
  font: inherit;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(7, 95, 244, 0.18);
}

.ng-tariff-application-v4 label {
  grid-column: 2 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #667389;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.ng-tariff-application-v4 label input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
}

.ng-tariff-application-v4 label span {
  display: block;
}

.ng-tariff-application-v4 label a {
  color: #075ff4;
}

.ng-tariff-application-v4__art {
  position: relative;
  min-height: 270px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 52% 54%, rgba(7, 95, 244, 0.08), transparent 58%),
    linear-gradient(135deg, rgba(245, 250, 255, 0.88), rgba(255, 255, 255, 0.55));
}

.ng-tariff-application-v4__art img {
  width: min(112%, 372px);
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(7, 95, 244, 0.08));
}

.ng-tariff-address-v4 {
  margin-top: 0;
}

.ng-microsite-tariffs-v4__empty,
.ng-microsite-promotions-v4__empty {
  padding: 20px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: #69758b;
  background: #fff;
}

.ng-microsite-footer-v4 {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dfe6f0;
  background: #fff;
}

.ng-microsite-footer-v4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 430px;
  height: 118px;
  opacity: 0.34;
  background: url("/images/bg-footer.jpg") right bottom / contain no-repeat;
  pointer-events: none;
}

.ng-microsite-footer-v4__inner {
  position: relative;
  z-index: 1;
  padding: 32px 28px 38px;
  display: grid;
  grid-template-columns: minmax(190px, 1.05fr) minmax(150px, 0.8fr) minmax(190px, 0.95fr) minmax(230px, 1fr);
  gap: 28px;
  color: #506078;
  font-size: 14px;
  line-height: 1.45;
}

.ng-microsite-footer-v4__brand,
.ng-microsite-footer-v4 nav,
.ng-microsite-footer-v4__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ng-microsite-footer-v4__brand strong {
  color: #111b35;
  font-size: 23px;
  font-weight: 900;
}

.ng-microsite-footer-v4__brand strong span {
  color: inherit;
}

.ng-microsite-footer-v4 a {
  color: #26344f;
  font-weight: 750;
}

.ng-microsite-footer-v4__contacts a:first-child {
  color: #111b35;
  font-size: 18px;
  font-weight: 900;
}

.ng-microsite-footer-v4__legal {
  grid-column: 1 / -1;
  max-width: 920px;
  margin: 8px 0 0;
  color: #8791a3;
  font-size: 12px;
}

.ng-back-to-top-v4 {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #075ff4;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(7, 95, 244, 0.24);
}

/* Homepage v4 */
.ng-home-v4 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 48px;
  box-sizing: border-box;
  color: #111b35;
}

.ng-home-v4 *,
.ng-home-v4 *::before,
.ng-home-v4 *::after {
  box-sizing: border-box;
}

.ng-home-header-v4 {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.ng-home-header-v4__logo {
  color: #111b35;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none;
}

.ng-home-header-v4__logo span,
.ng-microsite-footer-v4__brand strong span {
  color: #075ff4;
}

.ng-home-header-v4__city {
  min-height: 34px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  background: #fff;
  color: #53627a;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ng-home-header-v4__city img {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.ng-home-header-v4__city-short {
  display: none;
}

.ng-home-header-v4 nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.ng-home-header-v4 nav a {
  color: #26344f;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ng-home-header-v4 nav a.is-active,
.ng-home-header-v4__menu a.is-active {
  color: #075ff4;
}

.ng-home-header-v4__menu {
  display: none;
}

.ng-home-header-v4__phone {
  color: #111b35;
  text-decoration: none;
}

.ng-home-header-v4__contact {
  display: grid;
  gap: 3px;
  text-align: right;
}

.ng-home-header-v4__phone strong {
  font-size: 18px;
  font-weight: 950;
}

.ng-home-header-v4__callback {
  color: #66748a;
  font-size: 12px;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(7, 95, 244, 0.38);
  text-underline-offset: 3px;
}

.ng-home-header-v4__callback:hover,
.ng-home-header-v4__callback:focus {
  color: #075ff4;
}

.ng-home-hero-v4,
.ng-home-card-v4,
.ng-home-tariff-card-v4,
.ng-home-provider-card-v4,
.ng-home-reviews-v4,
.ng-home-rating-v4,
.ng-home-news-v4 article,
.ng-home-info-v4,
.ng-home-cta-v4 {
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(35, 58, 94, 0.05);
}

.ng-home-hero-v4 {
  position: relative;
  min-height: 386px;
  display: block;
  overflow: hidden;
  background: #fff;
}

.ng-home-hero-v4::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 42%, rgba(255, 255, 255, 0.70) 62%, rgba(237, 245, 255, 0.12) 100%),
    radial-gradient(circle at 30% 42%, rgba(7, 95, 244, 0.06), transparent 34%);
  pointer-events: none;
}

.ng-home-hero-v4__copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 52px 46px 36px;
}

.ng-home-hero-v4 h1 {
  max-width: 660px;
  margin: 0;
  color: #111b35;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 950;
}

.ng-home-hero-v4 p {
  max-width: 560px;
  margin: 16px 0 28px;
  color: #5d6a80;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 760;
}

.ng-home-hero-v4__art {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.98;
}

.ng-home-hero-v4__art img,
.ng-home-cta-v4 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 83% center;
}

.ng-home-search-v4 {
  width: 100%;
  max-width: 880px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(150px, 0.66fr) 200px;
  gap: 14px;
  align-items: end;
  padding: 16px;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(35, 58, 94, 0.08);
}

.ng-home-search-v4 label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ng-home-search-v4 span {
  color: #526178;
  font-size: 12px;
  font-weight: 850;
}

.ng-home-search-v4 input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d8e2ee;
  border-radius: 7px;
  color: #111b35;
  font-size: 14px;
  font-weight: 750;
  outline: 0;
}

.ng-home-search-v4 input::placeholder {
  color: #9aa6b6;
}

.ng-home-search-v4 input[data-ng-address-house-v4],
.ng-home-search-v4 .ng-address-search-drop-v4[data-ng-address-drop-v4="house"] button {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.ng-home-search-v4 input[data-ng-address-house-v4] {
  -webkit-appearance: none;
  appearance: none;
  padding-left: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
}

[data-ng-address-search-v4] {
  position: relative;
}

[data-ng-address-search-v4] label {
  position: relative;
}

.ng-home-search-v4 label:focus-within {
  z-index: 2;
}

[data-ng-address-search-v4].is-error input:first-of-type,
[data-ng-address-search-v4] label.is-error input {
  border-color: #e14f4f;
  box-shadow: 0 0 0 3px rgba(225, 79, 79, 0.12);
}

.ng-address-search-drop-v4 {
  position: absolute;
  z-index: 40;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  display: grid;
  gap: 4px;
  max-height: 220px;
  padding: 6px;
  overflow: auto;
  border: 1px solid #d9e3f1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(17, 27, 53, 0.13);
}

.ng-address-search-drop-v4[hidden] {
  display: none;
}

.ng-address-search-drop-v4:empty {
  display: none;
}

.ng-microsite-address-v4 .ng-address-search-drop-v4 button,
.ng-home-search-v4 .ng-address-search-drop-v4 button {
  min-height: 36px;
  width: 100%;
  padding: 8px 10px;
  display: block;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #111b35;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  text-align: left;
  box-shadow: none;
  cursor: pointer;
}

.ng-microsite-address-v4 .ng-address-search-drop-v4 button:hover,
.ng-microsite-address-v4 .ng-address-search-drop-v4 button:focus,
.ng-microsite-address-v4 .ng-address-search-drop-v4 button:focus-visible,
.ng-home-search-v4 .ng-address-search-drop-v4 button:hover,
.ng-home-search-v4 .ng-address-search-drop-v4 button:focus,
.ng-home-search-v4 .ng-address-search-drop-v4 button:focus-visible {
  background: #eef5ff;
  color: #075ff4;
  outline: 0;
}

body.ng-v4-modal-open {
  overflow: hidden;
}

body.ng-v4-modal-open .ng-back-to-top-v4 {
  display: none;
}

.ng-v4-modal-root {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
}

.ng-v4-modal-root[hidden] {
  display: none;
}

.ng-v4-modal-root__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 27, 53, 0.48);
  backdrop-filter: blur(8px);
}

.ng-v4-modal {
  position: relative;
  z-index: 1;
  width: min(100%, 840px);
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  padding: 32px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #dbe6f5;
  border-radius: 26px;
  background: #fff;
  color: #111b35;
  box-shadow: 0 34px 90px rgba(17, 27, 53, 0.24);
  box-sizing: border-box;
}

.ng-v4-modal *,
.ng-v4-modal *::before,
.ng-v4-modal *::after {
  box-sizing: border-box;
}

.ng-v4-modal[hidden] {
  display: none;
}

.ng-v4-modal--callback {
  width: min(100%, 520px);
  padding: 30px;
}

.ng-v4-modal--callback .ng-v4-modal-actions button {
  width: 100%;
}

.ng-v4-modal--callback .ng-v4-modal-form {
  gap: 12px;
}

.ng-v4-modal__close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f3f7ff;
  color: #536179;
  line-height: 1;
  cursor: pointer;
}

.ng-v4-modal__close img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.ng-v4-modal__close:hover,
.ng-v4-modal__close:focus {
  background: #e9f1ff;
  color: #075ff4;
  outline: 0;
}

.ng-v4-modal h2 {
  margin: 0 42px 10px 0;
  color: #111b35;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
}

.ng-v4-modal--callback h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.ng-v4-modal p {
  margin: 0;
  color: #536179;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 650;
}

.ng-v4-modal--callback > p {
  margin-bottom: 16px;
}

.ng-v4-modal__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 238px;
  gap: 20px;
  align-items: start;
  margin-bottom: 22px;
}

.ng-v4-modal__hours {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin-right: 36px;
  padding: 12px 13px;
  border-radius: 10px;
  background: #f2f6fd;
  color: #111b35;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.ng-v4-modal__hours img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ng-v4-modal-form,
.ng-v4-modal-form__grid {
  display: grid;
  gap: 13px;
}

.ng-v4-modal-form__grid--address {
  grid-template-columns: minmax(0, 2fr) minmax(150px, 0.7fr) minmax(150px, 0.7fr);
}

.ng-v4-modal-form__grid--contacts {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ng-v4-modal-form label,
.ng-v4-modal-comment label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #111b35;
  font-size: 13px;
  font-weight: 850;
  box-sizing: border-box;
}

.ng-v4-modal-form input,
.ng-v4-modal-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #dbe6f5;
  border-radius: 8px;
  background: #fff;
  color: #111b35;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: inset 0 1px 0 rgba(17, 27, 53, 0.02);
  box-sizing: border-box;
}

.ng-v4-modal-form textarea {
  min-height: 82px;
  padding-top: 12px;
  resize: vertical;
}

.ng-v4-modal-form__grid--address label:nth-child(n + 2) input {
  padding-left: 18px;
  padding-right: 12px;
  font-size: 13px;
  line-height: 1.35;
}

.ng-v4-modal-form input::placeholder,
.ng-v4-modal-form textarea::placeholder {
  color: #99a7bd;
}

.ng-v4-modal-form label.is-error input,
.ng-v4-modal-form label.is-error textarea,
.ng-v4-modal-policy.is-error {
  border-color: #e14f4f;
  box-shadow: 0 0 0 3px rgba(225, 79, 79, 0.12);
}

.ng-v4-modal-comment {
  display: grid;
  gap: 12px;
}

.ng-v4-modal-comment summary {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  color: #075ff4;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
  line-height: 1.25;
}

.ng-v4-modal-comment summary::-webkit-details-marker {
  display: none;
}

.ng-v4-modal-comment summary > img {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(97%) saturate(4132%) hue-rotate(216deg) brightness(98%) contrast(96%);
  transform: translateY(1px);
}

.ng-v4-modal-comment[open] summary > img {
  transform: translateY(1px) rotate(45deg);
}

.ng-v4-modal-comment summary span {
  color: #536179;
  font-weight: 700;
  min-width: 0;
}

.ng-v4-modal-policy {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 11px !important;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 0;
  color: #536179 !important;
  font-size: 13px !important;
  line-height: 1.35;
  font-weight: 750 !important;
}

.ng-v4-modal-policy input {
  flex: 0 0 21px;
  width: 21px !important;
  min-width: 21px;
  height: 21px !important;
  min-height: 21px !important;
  margin: 0;
  padding: 0;
  accent-color: #075ff4;
}

.ng-v4-modal-policy span {
  min-width: 0;
  padding-top: 1px;
}

.ng-v4-modal-policy a {
  color: #075ff4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ng-v4-modal-actions {
  display: flex;
  justify-content: flex-end;
}

.ng-v4-modal-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  min-width: 220px;
  padding: 0 26px;
  border: 0;
  border-radius: 8px;
  background: #075ff4;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(7, 95, 244, 0.22);
}

.ng-v4-modal-actions button img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transform: translateY(1px);
}

.ng-v4-modal-actions button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.ng-v4-modal-trust,
.ng-v4-modal-chips {
  display: grid;
  gap: 12px;
}

.ng-v4-modal-trust {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  padding: 10px;
  border: 1px solid #dbe6f5;
  border-radius: 12px;
  background: #f7faff;
}

.ng-v4-modal-trust span,
.ng-v4-modal-chips span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-width: 0;
  color: #111b35;
  font-weight: 850;
}

.ng-v4-modal-trust span {
  grid-template-columns: 34px minmax(0, 1fr);
}

.ng-v4-modal-trust img,
.ng-v4-modal-chips img {
  display: block;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 50%;
  background: #eaf2ff;
  object-fit: contain;
  overflow: visible;
}

.ng-v4-modal-trust small {
  display: none;
  color: #536179;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.ng-v4-modal-chips {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 16px 0 20px;
}

.ng-v4-modal-chips span {
  padding: 10px;
  border-radius: 10px;
  background: #f2f6fd;
  font-size: 12px;
  line-height: 1.3;
}

.ng-v4-modal-note {
  display: flex;
  justify-content: center;
  gap: 0;
  color: #536179 !important;
  font-size: 12px !important;
}

.ng-v4-modal-note::before {
  content: none;
  display: none;
}

.ng-v4-modal-result {
  padding: 12px 14px;
  border-radius: 8px;
  background: #f2f6fd;
  color: #111b35;
  font-size: 14px;
  font-weight: 800;
}

.ng-v4-modal-result[hidden] {
  display: none;
}

@media (max-width: 720px) {
  .ng-provider-microsite-v4 .ng-back-to-top-v4 {
    display: none;
  }

  .ng-v4-modal-root {
    padding: 14px;
    align-items: center;
    justify-items: center;
    overflow: hidden;
  }

  .ng-v4-modal {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    max-height: calc(100vh - 28px);
    padding: 22px 18px;
    border-radius: 22px;
    overflow-x: hidden;
    overscroll-behavior: contain;
  }

  .ng-v4-modal__close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }

  .ng-v4-modal__close img {
    width: 17px;
    height: 17px;
  }

  .ng-v4-modal h2 {
    margin-right: 42px;
    font-size: 25px;
    line-height: 1.1;
  }

  .ng-v4-modal--callback h2 {
    font-size: 24px;
  }

  .ng-v4-modal p {
    font-size: 14px !important;
  }

  .ng-v4-modal__head,
  .ng-v4-modal-form__grid--address,
  .ng-v4-modal-form__grid--contacts,
  .ng-v4-modal-trust,
  .ng-v4-modal-chips {
    grid-template-columns: 1fr;
  }

  .ng-v4-modal__head {
    gap: 16px;
    margin-bottom: 18px;
  }

  .ng-v4-modal__hours {
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
  }

  .ng-v4-modal-form,
  .ng-v4-modal-form__grid {
    gap: 12px;
  }

  .ng-v4-modal-form input,
  .ng-v4-modal-form textarea {
    min-height: 46px;
    font-size: 14px;
  }

  .ng-v4-modal-comment summary {
    display: flex;
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .ng-v4-modal-comment summary > img {
    flex: 0 0 auto;
  }

  .ng-v4-modal-actions {
    justify-content: stretch;
  }

  .ng-v4-modal-actions button {
    width: 100%;
    min-width: 0;
  }

  .ng-v4-modal-trust,
  .ng-v4-modal-chips {
    gap: 10px;
  }

  .ng-v4-modal-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
    padding: 8px;
  }

  .ng-v4-modal-chips {
    grid-template-columns: 1fr;
    margin: 14px 0 18px;
  }

  .ng-v4-modal-trust span,
  .ng-v4-modal-chips span {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    font-size: 11px;
  }

  .ng-v4-modal-trust img,
  .ng-v4-modal-chips img {
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .ng-v4-modal-policy {
    width: 100%;
    align-items: flex-start;
    overflow-wrap: anywhere;
  }

  .ng-v4-modal-policy input {
    flex-basis: 21px;
    width: 21px !important;
    height: 21px !important;
    min-height: 21px !important;
    margin-top: 0;
  }
}

@media (max-width: 420px) {
  .ng-v4-modal-root {
    padding: 10px;
  }

  .ng-v4-modal {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    padding: 20px 14px;
    border-radius: 18px;
  }

  .ng-v4-modal h2 {
    font-size: 22px;
  }

  .ng-v4-modal--callback h2 {
    font-size: 21px;
  }

  .ng-v4-modal-trust {
    display: none;
  }

  .ng-v4-modal-comment summary,
  .ng-v4-modal-policy,
  .ng-v4-modal-note {
    font-size: 12px !important;
  }
}

.ng-home-search-v4 button,
.ng-home-primary-v4 {
  min-height: 46px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: #075ff4;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(7, 95, 244, 0.18);
}

.ng-provider-microsite-v4 a.ng-home-primary-v4,
.ng-provider-microsite-v4 .ng-home-primary-v4 {
  color: #fff;
}

.ng-home-secondary-v4 {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e2ee;
  border-radius: 7px;
  background: #fff;
  color: #111b35;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.ng-home-trust-v4 {
  width: 100%;
  max-width: 880px;
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.ng-home-trust-v4 span {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e2eaf4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  color: #36445d;
  font-size: 12px;
  font-weight: 820;
}

.ng-home-trust-v4 img,
.ng-home-stats-v4 img,
.ng-home-card-v4 > img,
.ng-home-scenario-card-v4 > img,
.ng-home-news-v4 article img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.ng-home-steps-v4 .ng-home-card-v4 > img,
.ng-home-scenarios-v4 .ng-home-card-v4 > img,
.ng-home-scenario-card-v4 > img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(91%) saturate(3666%) hue-rotate(215deg) brightness(96%) contrast(99%);
}

.ng-home-stats-v4 {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ng-home-stats-v4 > div {
  min-height: 94px;
  padding: 18px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 3px 11px;
  align-items: center;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(35, 58, 94, 0.055);
}

.ng-home-stat-icon-v4 {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f6ff;
}

.ng-home-stat-icon-v4 img {
  width: 25px;
  height: 25px;
  padding: 0;
  background: transparent;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(31%) sepia(91%) saturate(3666%) hue-rotate(215deg) brightness(96%) contrast(99%);
}

.ng-home-stats-v4 strong {
  color: #075ff4;
  font-size: clamp(19px, 1.36vw, 21px);
  line-height: 1;
  font-weight: 950;
  min-width: 0;
  white-space: nowrap;
}

.ng-home-stats-v4 span {
  color: #56647a;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.ng-home-section-v4 {
  margin-top: 32px;
}

.ng-home-section-v4 > h2,
.ng-home-section-v4 header h2,
.ng-home-info-v4 h2,
.ng-home-cta-v4 h2 {
  margin: 0;
  color: #111b35;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 950;
}

.ng-home-section-v4 header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
}

.ng-home-section-v4 header a,
.ng-home-news-v4 article a {
  color: #075ff4;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ng-home-steps-v4__grid,
.ng-home-scenarios-v4__grid,
.ng-home-tariffs-v4__grid,
.ng-home-providers-v4__grid,
.ng-home-news-v4__grid {
  display: grid;
  gap: 16px;
}

.ng-home-steps-v4__grid,
.ng-home-scenarios-v4__grid,
.ng-home-tariffs-v4__grid {
  margin-top: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ng-home-card-v4 {
  min-width: 0;
  min-height: 174px;
  padding: 24px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.ng-home-steps-v4 .ng-home-card-v4 {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: 34px auto 1fr;
  gap: 12px 12px;
  align-content: start;
}

.ng-home-step-number-v4 {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef5ff;
  color: #075ff4;
  font-size: 13px;
  font-weight: 950;
}

.ng-home-steps-v4 .ng-home-card-v4 > img {
  width: 30px;
  height: 30px;
  grid-column: 2;
  opacity: 0.94;
}

.ng-home-card-v4 h3 {
  margin: 4px 0 8px;
  grid-column: 1 / -1;
  color: #111b35;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
}

.ng-home-card-v4 p {
  margin: 0;
  grid-column: 1 / -1;
  color: #5c6a80;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 740;
}

.ng-home-scenarios-v4 .ng-home-card-v4,
.ng-home-scenario-card-v4 {
  min-height: 148px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: 0 14px;
  align-items: start;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, outline-color .18s ease;
}

.ng-home-scenarios-v4 .ng-home-card-v4 > img,
.ng-home-scenario-card-v4 > img {
  width: 31px;
  height: 31px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  align-self: start;
}

.ng-home-scenarios-v4 .ng-home-card-v4 h3,
.ng-home-scenario-card-v4 h3 {
  margin-top: 0;
}

.ng-home-scenario-card-v4:hover,
.ng-home-scenario-card-v4:focus-visible {
  border-color: rgba(7, 95, 244, 0.28);
  background: linear-gradient(180deg, #fff 0%, #f3f8ff 100%);
  box-shadow: 0 18px 42px rgba(7, 95, 244, 0.10);
}

.ng-home-scenario-card-v4:focus-visible {
  outline: 3px solid #075ff4;
  outline-offset: 3px;
}

.ng-home-scenarios-v4 .ng-home-card-v4 a,
.ng-home-scenario-card-v4 > span {
  grid-column: 1 / -1;
  align-self: end;
  margin-top: 18px;
  color: #075ff4;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ng-home-tariff-card-v4,
.ng-home-provider-card-v4 {
  min-width: 0;
  display: grid;
  align-content: start;
  padding: 18px;
}

.ng-home-tariff-card-v4 {
  min-height: 382px;
  grid-template-rows: 44px minmax(58px, auto) 66px minmax(82px, 1fr) auto;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 22px 46px rgba(35, 58, 94, 0.075);
}

.ng-home-tariff-card-v4__top {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.ng-home-tariff-card-v4__top img,
.ng-home-tariff-card-v4__top b {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #dfe7f2;
  background: #fff;
  object-fit: contain;
}

.ng-home-tariff-card-v4__top img {
  padding: 5px;
}

.ng-home-tariff-card-v4__top b,
.ng-home-provider-card-v4 b,
.ng-home-rating-v4 article b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #075ff4;
  background: #f0f6ff;
  font-weight: 950;
}

.ng-home-tariff-card-v4__top span {
  color: #111b35;
  font-size: 13px;
  font-weight: 900;
}

.ng-provider-overview-link-v4 {
  min-width: 0;
  color: #075ff4;
  font: inherit;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.ng-provider-overview-link-v4:hover,
.ng-provider-overview-link-v4:focus-visible {
  color: #034cc7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ng-home-provider-card-v4 h3 .ng-provider-overview-link-v4,
.ng-home-news-v4 article > div span .ng-provider-overview-link-v4 {
  min-height: 0;
  margin: 0;
  padding: 0;
  display: inline;
  align-self: auto;
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #075ff4;
  font: inherit;
}

.ng-home-tariff-card-v4__top .ng-provider-overview-link-v4,
.ng-home-reviews-v4 article strong .ng-provider-overview-link-v4,
.ng-home-rating-v4 article strong .ng-provider-overview-link-v4,
.ng-street-provider-main-v4 h3 .ng-provider-overview-link-v4,
.ng-address-provider-group-v4 h3 .ng-provider-overview-link-v4 {
  color: #075ff4;
  font: inherit;
}

.ng-home-tariff-card-v4__top .ng-provider-overview-link-v4 {
  color: #111b35;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.ng-home-tariff-card-v4__top .ng-provider-overview-link-v4:hover,
.ng-home-tariff-card-v4__top .ng-provider-overview-link-v4:focus-visible {
  color: #075ff4;
}

.ng-home-tariff-card-v4__top em {
  padding: 4px 8px;
  border-radius: 999px;
  background: #eaf8ee;
  color: #159451;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.ng-home-tariff-card-v4 h3,
.ng-home-news-v4 h3 {
  margin: 15px 0 13px;
  color: #111b35;
  font-size: 19px;
  line-height: 1.16;
  font-weight: 950;
}

.ng-home-tariff-card-v4 dl {
  margin: 0 0 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.ng-home-tariff-card-v4 dl div {
  min-width: 0;
  padding-left: 10px;
  border-left: 1px solid #dfe7f2;
}

.ng-home-tariff-card-v4 dt,
.ng-home-tariff-card-v4 dd {
  margin: 0;
}

.ng-home-tariff-card-v4 dt {
  color: #075ff4;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.ng-home-tariff-card-v4 dd {
  margin-top: 4px;
  color: #526178;
  font-size: 11px;
  font-weight: 820;
}

.ng-home-tariff-card-v4 ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  align-content: start;
  list-style: none;
}

.ng-home-tariff-card-v4 li {
  position: relative;
  padding-left: 18px;
  color: #4f5f78;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 760;
}

.ng-home-tariff-card-v4 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a05d;
  font-weight: 950;
}

.ng-home-tariff-card-v4 nav {
  align-self: end;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ng-home-tariff-card-v4 nav a {
  min-width: 0;
}

.ng-home-providers-v4__grid {
  margin-top: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ng-home-provider-card-v4 {
  min-height: 244px;
  text-align: left;
  grid-template-rows: 44px minmax(42px, auto) auto auto 1fr auto;
  background: linear-gradient(180deg, #fff 0%, #fcfdff 100%);
  box-shadow: 0 18px 42px rgba(35, 58, 94, 0.06);
}

.ng-home-provider-card-v4 img,
.ng-home-provider-card-v4 b,
.ng-home-rating-v4 article img,
.ng-home-rating-v4 article b,
.ng-home-reviews-v4 article img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #dfe7f2;
  background: #fff;
  object-fit: contain;
}

.ng-home-provider-card-v4 img,
.ng-home-rating-v4 article img,
.ng-home-reviews-v4 article img {
  padding: 6px;
}

.ng-home-provider-card-v4 h3 {
  margin: 14px 0 8px;
  color: #111b35;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 950;
}

.ng-home-stars-v4 {
  color: #f5a400;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.ng-score-stars-v4 {
  display: inline-flex;
  gap: 1px;
  align-items: center;
  color: #f5a400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.ng-score-stars-v4 i {
  display: inline-block;
  color: #dce4ef;
  font-size: 13px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}

.ng-score-stars-v4__full {
  color: #f5a400 !important;
}

.ng-score-stars-v4__half {
  color: transparent !important;
  background: linear-gradient(90deg, #f5a400 0 50%, #dce4ef 50% 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.ng-score-stars-v4__empty {
  color: #dce4ef !important;
}

.ng-rating-score-v4 {
  color: #111b35;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.ng-home-stars-v4 strong {
  color: #111b35;
}

.ng-home-provider-card-v4 p,
.ng-home-provider-card-v4 span {
  margin: 6px 0 0;
  color: #5c6a80;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 760;
}

.ng-home-provider-card-v4 a {
  align-self: end;
  margin-top: 14px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e2ee;
  border-radius: 7px;
  color: #111b35;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.ng-home-reviews-rating-v4 {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 18px;
}

.ng-home-reviews-v4,
.ng-home-rating-v4 {
  padding: 26px;
  min-height: 312px;
}

.ng-home-reviews-v4 article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #e5ebf4;
}

.ng-home-reviews-v4 article:last-child {
  border-bottom: 0;
}

.ng-home-reviews-v4 article strong {
  display: block;
  color: #111b35;
  font-size: 14px;
  font-weight: 950;
}

.ng-home-reviews-v4 article p,
.ng-home-news-v4 article p,
.ng-home-info-v4 p,
.ng-home-cta-v4 p {
  margin: 6px 0 0;
  color: #5d6a80;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 740;
}

.ng-home-reviews-v4 time {
  color: #6b778c;
  font-size: 12px;
  font-weight: 760;
}

.ng-home-rating-v4 article {
  min-height: 54px;
  display: grid;
  grid-template-columns: 24px 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #e5ebf4;
}

.ng-home-rating-v4 article:last-child {
  border-bottom: 0;
}

.ng-home-rating-v4 article > span {
  color: #111b35;
  font-size: 15px;
  font-weight: 950;
}

.ng-home-rating-v4 article img,
.ng-home-rating-v4 article b {
  width: 32px;
  height: 32px;
}

.ng-home-rating-v4 article strong {
  color: #111b35;
  font-size: 14px;
  font-weight: 900;
}

.ng-home-rating-v4 article em {
  color: #f5a400;
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.ng-home-news-v4__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ng-home-news-v4 article {
  min-width: 0;
  min-height: 236px;
  padding: 22px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
}

.ng-home-news-v4 article > div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px 10px;
  align-items: center;
}

.ng-home-news-v4 article > div time {
  grid-column: 2;
  color: #6d7a8f;
  font-size: 12px;
  font-weight: 760;
}

.ng-home-news-v4 article > div span {
  color: #111b35;
  font-size: 13px;
  font-weight: 900;
}

.ng-home-news-v4 article a {
  display: inline-flex;
  align-self: end;
  margin-top: 16px;
}

.ng-home-info-v4 {
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.ng-home-info-v4 article {
  padding: 18px;
  border-radius: 8px;
  background: #f5f9ff;
}

.ng-home-info-v4 h3 {
  margin: 0 0 12px;
  color: #111b35;
  font-size: 17px;
  font-weight: 950;
}

.ng-home-info-v4 ol {
  margin: 0;
  padding-left: 19px;
  color: #41516a;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 780;
}

.ng-home-cta-v4 {
  margin-top: 28px;
  min-height: 178px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  overflow: visible;
  background: linear-gradient(110deg, #fff 0%, #f7fbff 54%, #edf5ff 100%);
}

.ng-home-cta-v4 > div {
  position: relative;
  z-index: 1;
  padding: 26px;
}

.ng-home-search-v4--compact {
  max-width: none;
  margin-top: 16px;
  grid-template-columns: minmax(220px, 1fr) minmax(150px, 0.62fr) auto auto;
  box-shadow: none;
  padding: 0;
  border: 0;
  background: transparent;
}

.ng-home-cta-v4 > img {
  opacity: 0.82;
}

/* Gated v4 quick rating */
.ng-quick-vote-v4 {
  min-width: 0;
  margin-top: 12px;
}

.ng-quick-vote-v4__trigger {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #075ff4;
  border-radius: 8px;
  background: #fff;
  color: #075ff4;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.ng-quick-vote-v4__trigger:hover {
  background: #edf4ff;
}

.ng-quick-vote-v4__trigger:focus-visible {
  outline: 3px solid rgba(7, 95, 244, 0.24);
  outline-offset: 2px;
}

.ng-quick-vote-v4__panel {
  margin-top: 8px;
  padding: 11px 12px;
  display: grid;
  gap: 8px;
  border: 1px solid #dbe6f5;
  border-radius: 8px;
  background: #f7faff;
}

.ng-quick-vote-v4__panel[hidden] {
  display: none;
}

.ng-quick-vote-v4__copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.ng-quick-vote-v4__copy strong,
.ng-microsite-review-summary-v4 .ng-quick-vote-v4__copy strong {
  margin: 0;
  color: #111b35;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}

.ng-quick-vote-v4__copy span,
.ng-microsite-review-summary-v4 .ng-quick-vote-v4__copy span {
  display: block;
  color: #66748a;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 720;
}

.ng-microsite-review-summary-v4__overall p [data-ng-ratings-count],
.ng-microsite-review-summary-v4__overall p [data-ng-reviews-count] {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ng-quick-vote-v4__stars {
  display: flex;
  gap: 4px;
  align-items: center;
}

.ng-quick-vote-v4__stars button {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cad7e9;
  border-radius: 7px;
  background: #fff;
  color: #aebdd1;
  font: inherit;
  cursor: pointer;
  transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.ng-quick-vote-v4__stars button span,
.ng-microsite-review-summary-v4 .ng-quick-vote-v4__stars button span {
  display: block;
  color: inherit;
  font-size: 18px;
  line-height: 1;
}

.ng-quick-vote-v4__stars button[data-active="true"] {
  border-color: #8db7ff;
  background: #edf4ff;
  color: #075ff4;
}

.ng-quick-vote-v4__stars button:hover {
  border-color: #075ff4;
}

.ng-quick-vote-v4__stars button:focus-visible {
  outline: 3px solid rgba(7, 95, 244, 0.24);
  outline-offset: 2px;
}

.ng-quick-vote-v4__stars button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.ng-quick-vote-v4__status {
  min-height: 28px;
  margin: 0;
  color: #637188;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 760;
}

.ng-quick-vote-v4__status:empty {
  min-height: 0;
}

.ng-quick-vote-v4__status[data-state="success"] {
  color: #147a45;
}

.ng-quick-vote-v4__status[data-state="error"] {
  color: #b42318;
}

.ng-quick-vote-v4__status[data-state="pending"] {
  color: #075ff4;
}

.ng-quick-vote-v4[data-submitting="true"] .ng-quick-vote-v4__stars {
  opacity: 0.82;
}

.ng-quick-vote-v4--detail {
  margin-top: 16px;
}

.ng-quick-vote-v4--detail .ng-quick-vote-v4__panel {
  padding: 13px 14px;
}

.ng-quick-vote-v4--detail .ng-quick-vote-v4__stars button {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.ng-quick-vote-v4--detail .ng-quick-vote-v4__stars button span {
  font-size: 21px;
}

@media (max-width: 820px) {
  .ng-quick-vote-v4 {
    width: 100%;
  }

  .ng-quick-vote-v4__trigger {
    width: 100%;
  }

  .ng-quick-vote-v4__stars button,
  .ng-quick-vote-v4--detail .ng-quick-vote-v4__stars button {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .ng-quick-vote-v4__stars button span,
  .ng-quick-vote-v4--detail .ng-quick-vote-v4__stars button span {
    font-size: 24px;
  }
}

/* Rating providers v4 */
.ng-rating-v4 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 48px;
  box-sizing: border-box;
  color: #111b35;
}

.ng-rating-v4 *,
.ng-rating-v4 *::before,
.ng-rating-v4 *::after {
  box-sizing: border-box;
}

.ng-rating-header-v4 {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.ng-rating-header-v4__logo {
  color: #111b35;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none;
}

.ng-rating-header-v4__logo span {
  color: #075ff4;
}

.ng-rating-header-v4__city {
  min-height: 34px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  background: #fff;
  color: #53627a;
  font-size: 13px;
  font-weight: 800;
}

.ng-rating-header-v4__city img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.ng-rating-header-v4 nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.ng-rating-header-v4 nav a {
  color: #26344f;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ng-rating-header-v4 nav a.active {
  color: #075ff4;
}

.ng-rating-header-v4__phone {
  display: grid;
  gap: 3px;
  color: #111b35;
  text-align: right;
  text-decoration: none;
}

.ng-rating-header-v4__phone strong {
  font-size: 18px;
  font-weight: 950;
}

.ng-rating-header-v4__phone span {
  color: #66748a;
  font-size: 12px;
  font-weight: 750;
}

.ng-rating-hero-v4,
.ng-rating-leaders-v4 article,
.ng-rating-filters-v4,
.ng-rating-provider-card-v4,
.ng-rating-explain-v4 article,
.ng-rating-cta-v4 {
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(35, 58, 94, 0.05);
}

.ng-rating-hero-v4 {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: linear-gradient(110deg, #fff 0%, #f8fbff 55%, #edf5ff 100%);
}

.ng-rating-hero-v4__copy {
  position: relative;
  z-index: 1;
  padding: 42px 430px 34px 42px;
}

.ng-rating-breadcrumbs-v4 {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: #6d7b90;
  font-size: 12px;
  font-weight: 800;
}

.ng-rating-breadcrumbs-v4 a {
  color: #075ff4;
  text-decoration: none;
}

.ng-rating-hero-v4 h1 {
  max-width: 690px;
  margin: 0;
  color: #111b35;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 950;
}

.ng-rating-hero-v4 h1 span {
  display: block;
}

.ng-rating-hero-v4 p {
  max-width: 540px;
  margin: 16px 0 28px;
  color: #5d6a80;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 760;
}

.ng-rating-hero-v4__image {
  position: absolute;
  inset: 0 16px 0 auto;
  width: 57%;
  height: 100%;
  min-height: 330px;
  object-fit: contain;
  object-position: right center;
  opacity: 0.96;
}

.ng-rating-hero-stats-v4 {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ng-rating-hero-stats-v4 article {
  min-height: 74px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 2px 10px;
  align-items: center;
  border: 1px solid #e0e8f4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.ng-rating-hero-stats-v4 span,
.ng-rating-criteria-v4 img,
.ng-rating-cta-trust-v4 img {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 50%;
  background: #f0f6ff;
  object-fit: contain;
}

.ng-rating-hero-stats-v4 span {
  grid-row: 1 / 3;
}

.ng-rating-hero-stats-v4 span img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ng-rating-hero-stats-v4 strong {
  color: #075ff4;
  font-size: 14px;
  line-height: 1.12;
  font-weight: 950;
}

.ng-rating-hero-stats-v4 small {
  color: #526178;
  font-size: 12px;
  font-weight: 820;
}

.ng-rating-section-v4 {
  margin-top: 30px;
}

.ng-rating-section-v4 header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
}

.ng-rating-section-v4 h2,
.ng-rating-filters-v4 h2,
.ng-rating-explain-v4 h2,
.ng-rating-cta-v4 h2 {
  margin: 0;
  color: #111b35;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 950;
}

.ng-rating-section-v4 header a {
  color: #075ff4;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ng-rating-leaders-v4__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ng-rating-leaders-v4 article {
  min-width: 0;
  min-height: 130px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 44px 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.ng-rating-leader-rank-v4 {
  width: 42px;
  height: 42px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(100%) saturate(3676%) hue-rotate(216deg) brightness(99%) contrast(98%);
  opacity: 0.95;
}

.ng-rating-provider-logo-v4 {
  width: 50px;
  height: 50px;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  padding: 6px;
}

b.ng-rating-provider-logo-v4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #075ff4;
  background: #f0f6ff;
  font-size: 14px;
  font-weight: 950;
}

.ng-rating-leaders-v4 h3,
.ng-rating-provider-card-v4 h3 {
  margin: 0 0 6px;
  color: #111b35;
  font-size: 16px;
  font-weight: 950;
}

.ng-rating-provider-name-v4 {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #9ab8e8;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ng-rating-provider-name-v4:hover {
  color: #075ff4;
  text-decoration-color: currentColor;
}

.ng-rating-provider-name-v4:focus-visible {
  border-radius: 3px;
  outline: 2px solid #075ff4;
  outline-offset: 3px;
}

.ng-rating-provider-name-v4.is-unroutable {
  color: #111b35;
  text-decoration: none;
}

.ng-rating-route-unavailable-v4 {
  align-items: center;
  color: #68758d;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.ng-rating-leaders-v4 p,
.ng-rating-provider-card-v4 p {
  margin: 0;
  color: #5c6a80;
  font-size: 12px;
  font-weight: 780;
}

.ng-rating-leaders-v4 p .ng-score-stars-v4,
.ng-rating-provider-card-v4 p .ng-score-stars-v4 {
  color: #f5a400;
  letter-spacing: 1px;
}

.ng-rating-leaders-v4 dl {
  grid-column: 2 / -1;
  margin: 4px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ng-rating-distribution-v4 {
  grid-column: 2 / -1;
  display: grid;
  gap: 7px;
  width: 100%;
}

.ng-rating-distribution-v4 div {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
  color: #66738a;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
}

.ng-rating-distribution-v4 i {
  overflow: hidden;
  height: 7px;
  border-radius: 999px;
  background: #e7eef8;
}

.ng-rating-distribution-v4 b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #075ff4, #3a86ff);
}

.ng-rating-distribution-v4 em {
  color: #111b35;
  font-style: normal;
  text-align: right;
}

.ng-rating-leaders-v4 dt,
.ng-rating-leaders-v4 dd,
.ng-rating-provider-card-v4 dt,
.ng-rating-provider-card-v4 dd {
  margin: 0;
}

.ng-rating-leaders-v4 dt,
.ng-rating-provider-card-v4 dt {
  color: #111b35;
  font-size: 13px;
  font-weight: 950;
}

.ng-rating-leaders-v4 dd,
.ng-rating-provider-card-v4 dd {
  margin-top: 3px;
  color: #69768a;
  font-size: 11px;
  font-weight: 760;
}

.ng-rating-main-v4 {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.ng-rating-filters-v4 {
  position: sticky;
  top: 16px;
  padding: 16px 14px;
  display: grid;
  gap: 10px;
}

.ng-rating-filters-v4 label {
  display: grid;
  gap: 6px;
  color: #273653;
  font-size: 12px;
  font-weight: 900;
}

.ng-rating-filters-v4 label span {
  min-height: 34px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  color: #6b778c;
  background: #fff;
  font-weight: 780;
}

.ng-rating-filters-v4 label span::after {
  content: "⌄";
  color: #93a0b3;
}

.ng-rating-filters-v4 button,
.ng-rating-primary-v4,
.ng-rating-cta-v4 button {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: #075ff4;
  color: #fff !important;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(7, 95, 244, 0.16);
}

.ng-rating-filters-v4 > a,
.ng-rating-provider-card-v4 nav a:not(.ng-rating-primary-v4),
.ng-rating-cta-v4__form > a {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e2ee;
  border-radius: 7px;
  color: #111b35;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ng-rating-list-v4 {
  display: grid;
  gap: 12px;
}

.ng-rating-sort-v4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 2px;
}

.ng-rating-sort-v4 a {
  min-height: 38px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8e2ee;
  border-radius: 7px;
  background: #fff;
  color: #25344f;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.ng-rating-sort-v4 a.active {
  border-color: #075ff4;
  background: #075ff4;
  color: #fff;
}

.ng-rating-provider-card-v4 {
  min-width: 0;
  min-height: 88px;
  padding: 16px;
  display: grid;
  grid-template-columns: 30px 50px minmax(165px, 1.08fr) minmax(230px, 1.18fr) minmax(104px, 0.48fr) minmax(188px, 0.8fr);
  gap: 10px 14px;
  align-items: center;
}

.ng-rating-provider-card-v4__rank {
  color: #111b35;
  font-size: 18px;
  font-weight: 950;
  text-align: center;
}

.ng-rating-provider-card-v4 dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(62px, 1fr));
  gap: 8px;
}

.ng-rating-provider-card-v4 ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
}

.ng-rating-provider-card-v4 li {
  max-width: 116px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f0f6ff;
  color: #42516a;
  font-size: 10px;
  font-weight: 820;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ng-rating-provider-card-v4 li:nth-child(3n) {
  background: #eaf8ee;
  color: #16864d;
}

.ng-rating-provider-card-v4 li:nth-child(n+3) {
  display: none;
}

.ng-rating-provider-card-v4 nav {
  display: grid;
  grid-template-columns: minmax(82px, 1fr) minmax(96px, 1.08fr);
  gap: 6px;
  align-items: center;
}

.ng-rating-provider-card-v4 nav a,
.ng-rating-provider-card-v4 nav .ng-rating-primary-v4 {
  min-height: 38px;
  padding: 0 8px;
  font-size: 10px;
}

.ng-rating-tariffs-v4 {
  min-height: 38px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9d2ff;
  border-radius: 7px;
  color: #075ff4;
  background: #fff;
  font-size: 10px;
  font-weight: 920;
  text-decoration: none;
}

.ng-rating-provider-reviews-v4 {
  color: #075ff4;
  font-weight: 900;
  text-decoration: none;
}

.ng-rating-provider-reviews-v4:hover {
  text-decoration: underline;
}

.ng-rating-provider-card-v4 nav .ng-rating-tariffs-v4 {
  grid-column: 1;
  grid-row: 1;
  border: 1px solid #b9d2ff;
  color: #075ff4;
  background: #fff;
}

.ng-rating-provider-card-v4 nav .ng-rating-primary-v4 {
  grid-column: 2;
  grid-row: 1;
}

.ng-rating-more-v4 {
  width: max-content;
  justify-self: center;
  margin-top: 8px;
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8e2ee;
  border-radius: 8px;
  background: #fff;
  color: #075ff4;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ng-rating-explain-v4 {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.ng-rating-explain-v4 article {
  padding: 26px;
  min-width: 0;
}

.ng-rating-explain-v4 p {
  margin: 12px 0 0;
  color: #5d6a80;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 740;
}

.ng-rating-criteria-v4 {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ng-rating-criteria-v4 section {
  min-width: 0;
  display: grid;
  gap: 10px;
  align-content: start;
}

.ng-rating-criteria-v4 img {
  width: 42px;
  height: 42px;
}

.ng-rating-criteria-v4 strong,
.ng-rating-explain-v4 li {
  color: #111b35;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.ng-rating-criteria-v4 span {
  color: #647186;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 740;
}

.ng-rating-explain-v4 ul {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.ng-rating-explain-v4 li {
  position: relative;
  padding-left: 30px;
}

.ng-rating-explain-v4 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background: url("/images/provider-microsite-v4/icons/rating/check.png") center / contain no-repeat;
}

.ng-rating-cta-v4 {
  margin-top: 34px;
  min-height: 210px;
  padding: 28px;
  display: grid;
  grid-template-columns: 230px minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 24px;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(110deg, #fff 0%, #f8fbff 58%, #edf5ff 100%);
}

.ng-rating-cta-v4 > img {
  width: 220px;
  max-width: 100%;
  object-fit: contain;
}

.ng-rating-cta-v4 p {
  margin: 10px 0 0;
  color: #5d6a80;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 760;
}

.ng-rating-cta-v4__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ng-rating-cta-v4__form label {
  display: grid;
  gap: 6px;
  color: #526178;
  font-size: 12px;
  font-weight: 850;
}

.ng-rating-cta-v4__form input {
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid #d8e2ee;
  border-radius: 7px;
  color: #111b35;
  font-size: 14px;
  outline: 0;
}

.ng-rating-cta-trust-v4 {
  grid-column: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ng-rating-cta-trust-v4 span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #53627a;
  font-size: 12px;
  font-weight: 840;
}

.ng-rating-cta-trust-v4 img {
  width: 24px;
  height: 24px;
  padding: 5px;
}

@media (max-width: 1180px) {
  .ng-rating-header-v4 {
    grid-template-columns: auto auto 1fr;
  }

  .ng-rating-header-v4__phone {
    grid-column: 3;
  }

  .ng-rating-header-v4 nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .ng-rating-hero-v4,
  .ng-rating-main-v4,
  .ng-rating-explain-v4,
  .ng-rating-cta-v4 {
    grid-template-columns: 1fr;
  }

  .ng-rating-hero-v4__image {
    position: absolute;
    inset: 0 0 0 auto;
    width: 45%;
    opacity: 0.26;
  }

  .ng-rating-hero-v4__copy {
    padding-right: 42px;
  }

  .ng-rating-provider-card-v4 {
    grid-template-columns: 34px 56px minmax(0, 1fr);
  }

  .ng-rating-provider-card-v4 dl,
  .ng-rating-provider-card-v4 ul,
  .ng-rating-provider-card-v4 nav {
    grid-column: 3;
  }

  .ng-rating-filters-v4 {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ng-rating-filters-v4 h2,
  .ng-rating-filters-v4 button,
  .ng-rating-filters-v4 > a {
    grid-column: 1 / -1;
  }

  .ng-rating-cta-trust-v4 {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .ng-rating-v4 {
    padding: 0 18px 40px;
  }

  .ng-rating-header-v4 {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: start;
  }

  .ng-rating-header-v4 nav {
    max-width: 100%;
    gap: 14px 18px;
  }

  .ng-rating-header-v4__phone {
    grid-column: auto;
    text-align: left;
  }

  .ng-rating-hero-stats-v4,
  .ng-rating-leaders-v4__grid,
  .ng-rating-criteria-v4,
  .ng-rating-filters-v4,
  .ng-rating-cta-v4__form {
    grid-template-columns: 1fr;
  }

  .ng-rating-hero-v4 h1 {
    font-size: 34px;
  }

  .ng-rating-hero-v4__copy {
    padding: 26px;
  }

  .ng-rating-leaders-v4 article,
  .ng-rating-provider-card-v4 {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .ng-rating-provider-logo-v4,
  .ng-rating-leader-rank-v4 {
    grid-row: auto;
  }

  .ng-rating-leaders-v4 article > div,
  .ng-rating-leaders-v4 dl,
  .ng-rating-distribution-v4,
  .ng-rating-provider-card-v4__main,
  .ng-rating-provider-card-v4 dl,
  .ng-rating-provider-card-v4 ul,
  .ng-rating-provider-card-v4 nav {
    grid-column: 1 / -1;
  }

  .ng-rating-provider-card-v4 nav {
    grid-template-columns: 1fr;
  }

  .ng-rating-cta-v4 > img {
    display: none;
  }
}

@media (max-width: 1180px) {
  .ng-home-header-v4 {
    grid-template-columns: auto auto 1fr;
  }

  .ng-home-header-v4__contact {
    grid-column: 3;
  }

  .ng-home-header-v4 nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .ng-home-hero-v4 {
    grid-template-columns: 1fr;
  }

  .ng-home-hero-v4__art {
    position: absolute;
    inset: 0 0 auto auto;
    width: 46%;
    height: 100%;
    opacity: 0.36;
  }

  .ng-home-stats-v4,
  .ng-home-providers-v4__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ng-home-steps-v4__grid,
  .ng-home-scenarios-v4__grid,
  .ng-home-tariffs-v4__grid,
  .ng-home-news-v4__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ng-home-v4 {
    padding: 0 18px 40px;
  }

  .ng-home-reviews-rating-v4,
  .ng-home-info-v4,
  .ng-home-cta-v4 {
    grid-template-columns: 1fr;
  }

  .ng-home-header-v4 {
    min-height: 0;
    padding: 8px 0 12px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
  }

  .ng-home-header-v4 nav {
    display: none;
  }

  .ng-home-header-v4__logo {
    font-size: 24px;
  }

  .ng-home-header-v4__city {
    justify-self: start;
    max-width: 100%;
    min-width: 0;
    padding: 0 11px;
  }

  .ng-home-header-v4__menu {
    position: relative;
    display: block;
    justify-self: end;
  }

  .ng-home-header-v4__menu summary {
    min-height: 34px;
    padding: 0 13px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border: 1px solid #dbe4f1;
    border-radius: 8px;
    background: #fff;
    color: #111b35;
    font-size: 13px;
    font-weight: 900;
    list-style: none;
    cursor: pointer;
    white-space: nowrap;
  }

  .ng-home-header-v4__menu summary::-webkit-details-marker {
    display: none;
  }

  .ng-home-header-v4__menu summary span,
  .ng-home-header-v4__menu summary span::before,
  .ng-home-header-v4__menu summary span::after {
    width: 16px;
    height: 2px;
    display: block;
    border-radius: 2px;
    background: #075ff4;
  }

  .ng-home-header-v4__menu summary span {
    position: relative;
  }

  .ng-home-header-v4__menu summary span::before,
  .ng-home-header-v4__menu summary span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .ng-home-header-v4__menu summary span::before {
    top: -6px;
  }

  .ng-home-header-v4__menu summary span::after {
    top: 6px;
  }

  .ng-home-header-v4__menu div {
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 30;
    width: min(260px, calc(100vw - 36px));
    padding: 10px;
    border: 1px solid #dbe4f1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(17, 27, 53, 0.14);
  }

  .ng-home-header-v4__menu a {
    display: block;
    padding: 10px;
    border-radius: 8px;
    color: #111b35;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
  }

  .ng-home-header-v4__menu a:hover,
  .ng-home-header-v4__menu a:focus {
    background: #eff5ff;
    color: #075ff4;
  }

  .ng-home-header-v4__contact {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }

  .ng-home-header-v4__phone strong {
    font-size: 16px;
  }

  .ng-home-header-v4__callback {
    font-size: 12px;
  }

  .ng-home-search-v4,
  .ng-home-search-v4--compact {
    grid-template-columns: 1fr;
  }

  .ng-home-trust-v4 {
    grid-template-columns: 1fr;
  }

  .ng-home-stats-v4,
  .ng-home-steps-v4__grid,
  .ng-home-scenarios-v4__grid,
  .ng-home-tariffs-v4__grid,
  .ng-home-providers-v4__grid,
  .ng-home-news-v4__grid {
    grid-template-columns: 1fr;
  }

  .ng-home-hero-v4 h1 {
    font-size: 36px;
  }

  .ng-home-hero-v4__copy,
  .ng-home-cta-v4 > div {
    padding: 24px;
  }

  .ng-home-cta-v4 > img {
    display: none;
  }
}

@media (max-width: 560px) {
  .ng-home-reviews-v4,
  .ng-home-rating-v4 {
    min-width: 0;
  }

  .ng-home-reviews-v4 > header,
  .ng-home-rating-v4 > header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ng-home-rating-v4 {
    padding: 20px 18px;
  }

  .ng-home-rating-v4 article {
    min-width: 0;
    min-height: 72px;
    padding: 9px 0;
    grid-template-columns: 24px 38px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 4px;
    align-items: center;
  }

  .ng-home-rating-v4 article > span {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .ng-home-rating-v4 article > img,
  .ng-home-rating-v4 article > b {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .ng-home-rating-v4 article > strong {
    min-width: 0;
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .ng-home-rating-v4 article > em {
    min-width: 0;
    grid-column: 3;
    grid-row: 2;
    align-self: start;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
    line-height: 1.25;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .ng-home-header-v4__city-full {
    display: none;
  }

  .ng-home-header-v4__city-short {
    display: inline;
  }

  .ng-home-header-v4__logo {
    font-size: 22px;
  }
}

@media (max-width: 375px) {
  .ng-home-header-v4 {
    grid-template-columns: auto auto auto;
  }

  .ng-home-header-v4__menu summary {
    width: 38px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }

  .ng-home-header-v4__menu summary span {
    margin: 0;
  }

  .ng-address-results-v4 .ng-home-header-v4__menu summary,
  .ng-street-coverage-v4 .ng-home-header-v4__menu summary {
    width: auto;
    padding: 0 10px;
    font-size: 12px;
  }

  .ng-home-header-v4__phone strong {
    font-size: 15px;
  }
}

.ng-address-results-v4 {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 36px 52px;
  box-sizing: border-box;
  color: #111b35;
}

.ng-address-header-v4 {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  color: #26344f;
}

.ng-address-header-v4__brand {
  color: #111b35;
  font-size: 22px;
  font-weight: 950;
}

.ng-address-header-v4__brand span {
  color: #075ff4;
}

.ng-address-header-v4__city {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #526178;
  font-size: 13px;
  font-weight: 750;
}

.ng-address-header-v4__city img {
  width: 13px;
  height: 13px;
  object-fit: contain;
}

.ng-address-header-v4 nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: #26344f;
  font-size: 13px;
  font-weight: 760;
}

.ng-address-header-v4__phone {
  color: #111b35;
  font-size: 17px;
  font-weight: 950;
}

.ng-address-hero-v4 {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 30px 34px;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.98) 0%, rgba(247, 251, 255, 0.92) 48%, rgba(239, 246, 255, 0.78) 100%),
    radial-gradient(circle at 77% 43%, rgba(7, 95, 244, 0.10), transparent 27%);
  box-shadow: 0 18px 48px rgba(17, 27, 53, 0.06);
}

.ng-address-hero-v4__map {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: none;
}

.ng-address-hero-v4__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ng-address-hero-v4__breadcrumbs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  color: #68758b;
  font-size: 13px;
  font-weight: 760;
}

.ng-address-hero-v4__breadcrumbs a::after {
  content: "/";
  margin-left: 8px;
  color: #aeb8c8;
}

.ng-address-hero-v4__breadcrumbs strong {
  color: #111b35;
}

.ng-address-hero-v4 h1,
.ng-address-recommend-v4 h2,
.ng-address-help-v4 h2,
.ng-address-bottom-cta-v4 h2 {
  margin: 0;
  color: #111b35;
  font-weight: 950;
}

.ng-address-hero-v4 h1 {
  position: relative;
  z-index: 1;
  max-width: 680px;
  font-size: 42px;
  line-height: 1.08;
}

.ng-address-hero-v4 > p {
  position: relative;
  z-index: 1;
  margin: 10px 0 20px;
  color: #0061ef;
  font-size: 22px;
  font-weight: 850;
}

.ng-address-hero-v4__facts {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.ng-address-hero-v4__facts span,
.ng-address-badge-v4 {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.ng-address-hero-v4__facts span {
  gap: 8px;
  padding: 0 12px 0 9px;
  border: 1px solid #dce6f3;
  background: #fff;
  color: #26344f;
}

.ng-address-hero-v4__facts img,
.ng-address-primary-v4 img,
.ng-address-secondary-v4 img,
.ng-address-provider-links-v4 img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.ng-address-primary-v4,
.ng-address-secondary-v4 {
  min-height: 38px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.ng-address-primary-v4 {
  border: 1px solid #075ff4;
  background: #075ff4;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(7, 95, 244, 0.18);
}

.ng-address-primary-v4 img {
  filter: brightness(0) invert(1);
}

.ng-address-secondary-v4 {
  border: 1px solid #d6dfeb;
  background: #fff;
  color: #075ff4;
}

.ng-address-checker-card-v4,
.ng-address-stats-v4 > div,
.ng-address-recommend-card-v4,
.ng-address-filter-v4,
.ng-address-provider-group-v4,
.ng-address-help-v4,
.ng-address-bottom-cta-v4 {
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 27, 53, 0.055);
}

.ng-address-checker-card-v4 {
  margin-top: 22px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
  gap: 22px;
  align-items: center;
}

.ng-address-checker-card-v4 strong {
  font-size: 18px;
  font-weight: 950;
}

.ng-address-checker-card-v4 form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px 180px;
  gap: 14px;
  align-items: end;
}

.ng-address-checker-card-v4 label span {
  display: block;
  margin-bottom: 6px;
  color: #53627a;
  font-size: 12px;
  font-weight: 800;
}

.ng-address-checker-card-v4 input,
.ng-address-checker-card-v4 button,
.ng-address-filter-v4 button {
  width: 100%;
  min-height: 43px;
  border-radius: 8px;
  font: inherit;
}

.ng-address-checker-card-v4 input {
  border: 1px solid #d6dfeb;
  padding: 0 14px;
  color: #111b35;
  font-weight: 700;
}

.ng-address-checker-card-v4 button {
  border: 1px solid #075ff4;
  background: #075ff4;
  color: #fff;
  font-weight: 950;
}

.ng-address-stats-v4 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.ng-address-stats-v4 > div {
  min-width: 0;
  min-height: 76px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 11px;
  align-items: center;
}

.ng-address-stats-v4 > div > img {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 50%;
  background: #f0f6ff;
  object-fit: contain;
}

.ng-address-stats-v4 span {
  display: block;
  color: #075ff4;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.ng-address-stats-v4 strong {
  display: block;
  color: #5d6a80;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
}

.ng-address-provider-nav-v4 {
  margin-top: 20px;
  padding: 17px 18px;
  display: grid;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 27, 53, 0.055);
}

.ng-address-provider-nav-v4 > strong {
  flex: 0 0 auto;
  color: #111b35;
  font-size: 15px;
  font-weight: 900;
}

.ng-address-provider-nav-v4 > div {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}

.ng-address-provider-nav-v4 a {
  min-height: 42px;
  padding: 5px 13px 5px 6px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  background: #f8fbff;
  color: #075ff4;
  font-size: 13px;
  font-weight: 850;
}

.ng-address-provider-nav-v4 a:hover,
.ng-address-provider-nav-v4 a:focus-visible {
  border-color: #075ff4;
  background: #eef5ff;
  outline: 2px solid rgba(7, 95, 244, 0.2);
  outline-offset: 2px;
}

.ng-address-provider-nav-v4 a span {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e9f3;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.ng-address-provider-nav-v4 a img {
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: contain;
}

.ng-address-provider-nav-v4 a b {
  color: #075ff4;
  font-size: 11px;
  font-weight: 900;
}

.ng-address-recommend-v4,
.ng-address-provider-groups-v4,
.ng-address-help-v4,
.ng-address-bottom-cta-v4 {
  margin-top: 28px;
}

.ng-address-recommend-v4 header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.ng-address-recommend-v4 h2,
.ng-address-help-v4 h2 {
  font-size: 25px;
}

.ng-address-recommend-v4 p {
  margin: 7px 0 0;
  color: #69758b;
  font-size: 14px;
  font-weight: 750;
}

.ng-address-recommend-v4 header a {
  color: #075ff4;
  font-size: 13px;
  font-weight: 900;
}

.ng-address-recommend-v4__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.ng-address-recommend-card-v4 {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.ng-address-recommend-card-v4__roles {
  min-height: 30px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: flex-start;
}

.ng-address-provider-mini-v4 {
  margin: 0 0 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #111b35;
  text-decoration: none;
}

.ng-address-provider-mini-v4 img,
.ng-address-provider-mini-v4 b,
.ng-address-provider-logo-v4 {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  border: 1px solid #e1e8f2;
  background: #fff;
}

.ng-address-provider-mini-v4 img {
  padding: 8px;
  object-fit: contain;
}

.ng-address-provider-mini-v4 b,
.ng-address-provider-logo-v4 b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #075ff4;
  font-weight: 950;
}

.ng-address-provider-mini-v4 strong,
.ng-address-provider-mini-v4 span {
  display: block;
}

.ng-address-provider-mini-v4 strong {
  color: #111b35;
  font-size: 16px;
  font-weight: 950;
}

a.ng-address-provider-mini-v4:hover strong,
a.ng-address-provider-mini-v4:focus-visible strong {
  color: #075ff4;
}

a.ng-address-provider-mini-v4:focus-visible {
  outline: 2px solid #075ff4;
  outline-offset: 3px;
  border-radius: 8px;
}

.ng-address-badge-v4 {
  padding: 4px 10px;
  background: #eaf8ee;
  color: #159451;
}

.ng-address-result-tariff-v4 {
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  min-height: 268px;
  padding: 20px 20px 18px;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.ng-address-result-tariff-v4--compact {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ng-address-result-tariff-v4 > div {
  min-width: 0;
  display: grid;
  grid-template-rows: 30px minmax(46px, auto) 82px minmax(66px, auto);
  align-content: start;
}

.ng-address-result-tariff-v4--compact > div {
  grid-template-rows: 30px minmax(44px, auto) 80px minmax(68px, auto);
}

.ng-address-tariff-badge-slot-v4 {
  min-height: 30px;
  display: flex;
  align-items: flex-start;
}

.ng-address-result-tariff-v4 h4 {
  min-width: 0;
  margin: 0 0 13px;
  color: #111b35;
  font-size: 18px;
  line-height: 1.14;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.ng-address-result-tariff-v4 dl {
  margin: 0 0 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.ng-address-result-tariff-v4 dl div {
  min-width: 0;
  padding-left: 11px;
  border-left: 1px solid #dfe6f0;
}

.ng-address-result-tariff-v4 dl img {
  width: 18px;
  height: 18px;
  margin-bottom: 7px;
  object-fit: contain;
}

.ng-address-result-tariff-v4 dt,
.ng-address-result-tariff-v4 dd {
  margin: 0;
}

.ng-address-result-tariff-v4 dt {
  color: #075ff4;
  font-size: 21px;
  line-height: 1;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.ng-address-result-tariff-v4 dd {
  margin-top: 4px;
  color: #53627a;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 800;
}

.ng-address-result-tariff-v4 ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 5px;
  list-style: none;
  align-content: start;
}

.ng-address-result-tariff-v4 li {
  position: relative;
  padding-left: 18px;
  color: #4f5f78;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 750;
  overflow-wrap: anywhere;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ng-address-result-tariff-v4 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a05d;
  font-weight: 950;
}

.ng-address-result-tariff-v4 nav {
  align-self: end;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ng-address-result-tariff-v4 nav a {
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.ng-address-result-tariff-v4 nav .ng-address-secondary-v4 {
  box-shadow: none;
  color: #26344f;
}

.ng-address-filter-v4 {
  margin-top: 24px;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.ng-address-filter-v4 nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ng-address-filter-v4 span {
  min-height: 34px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background: #fff;
  color: #26344f;
  font-size: 13px;
  font-weight: 850;
}

.ng-address-filter-v4 span.active {
  border-color: #075ff4;
  background: #075ff4;
  color: #fff;
}

.ng-address-filter-v4 button {
  max-width: 190px;
  border: 1px solid #d6dfeb;
  background: #fff;
  color: #26344f;
  font-weight: 850;
}

.ng-address-provider-groups-v4 {
  display: grid;
  gap: 26px;
}

.ng-address-provider-group-v4 {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 30px;
  padding: 30px;
  scroll-margin-top: 18px;
}

.ng-tariff-detail-v4__return {
  margin: -6px 0 16px;
  display: inline-flex;
  color: #075ff4;
  font-size: 13px;
  font-weight: 850;
}

.ng-address-provider-group-v4 aside {
  min-width: 0;
  padding: 2px 18px 2px 0;
  border-right: 1px solid #e5ebf4;
}

.ng-address-provider-logo-v4 {
  margin: 16px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7fbff;
}

.ng-address-provider-logo-v4 img {
  max-width: 84%;
  max-height: 84%;
  object-fit: contain;
}

.ng-address-provider-group-v4 h3 {
  margin: 0;
  color: #111b35;
  font-size: 23px;
  font-weight: 950;
}

.ng-address-rating-v4 {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.ng-address-rating-v4 .ng-rating-stars-exact-v4 {
  flex: 0 0 auto;
  font-size: 17px;
}

.ng-address-rating-v4 strong {
  color: #59677f;
  font-size: 13px;
  font-weight: 900;
}

.ng-address-connection-time-v4 {
  width: 100%;
  max-width: 230px;
  margin-top: 16px;
  padding: 11px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  border: 1px solid #dbe7f7;
  border-radius: 8px;
  background: #f5f9ff;
}

.ng-address-connection-time-v4 > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f1ff;
}

.ng-address-connection-time-v4 img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.ng-address-connection-time-v4 div {
  min-width: 0;
}

.ng-address-connection-time-v4 small,
.ng-address-connection-time-v4 strong {
  display: block;
  overflow-wrap: anywhere;
}

.ng-address-connection-time-v4 small {
  margin-bottom: 2px;
  color: #69768a;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
}

.ng-address-connection-time-v4 strong {
  color: #17233d;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
}

.ng-address-provider-group-v4 aside a {
  display: inline-flex;
  margin-top: 4px;
  color: #075ff4;
  font-size: 13px;
  font-weight: 900;
}

.ng-address-provider-summary-v4 {
  margin: 12px 0 0;
  color: #526178;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 760;
}

.ng-address-provider-summary-v4 span {
  display: block;
}

.ng-address-provider-links-v4 {
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.ng-address-provider-links-v4 a {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background: #fff;
  color: #075ff4;
  font-size: 12px;
  font-weight: 900;
}

.ng-address-provider-tariffs-v4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.ng-address-provider-tariffs-v4 > .ng-address-result-tariff-v4 {
  height: 100%;
}

@media (max-width: 1120px) {
  .ng-address-recommend-v4__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ng-address-provider-group-v4 {
    grid-template-columns: 1fr;
  }

  .ng-address-provider-group-v4 aside {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid #e5ebf4;
  }

  .ng-address-provider-logo-v4 {
    margin-top: 0;
  }

  .ng-address-connection-time-v4 {
    max-width: none;
  }

  .ng-address-provider-tariffs-v4 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .ng-address-provider-links-v4 {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .ng-address-recommend-v4__grid {
    grid-template-columns: 1fr;
  }

  .ng-address-recommend-card-v4 nav a {
    min-height: 44px;
  }
}

.ng-address-help-v4 {
  padding: 22px 24px;
}

.ng-address-help-v4 h2 {
  margin-bottom: 18px;
}

.ng-address-help-v4 > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ng-address-help-v4 article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: start;
}

.ng-address-help-v4 article span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f6ff;
  color: #075ff4;
  font-weight: 950;
}

.ng-address-help-v4 article span img,
.ng-address-bottom-cta-v4 > span img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.ng-address-help-v4 strong {
  font-size: 14px;
  font-weight: 950;
}

.ng-address-help-v4 p {
  margin: 0;
  color: #667389;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.ng-address-bottom-cta-v4 {
  padding: 22px 28px;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  background: linear-gradient(135deg, #fff 0%, #f6fbff 100%);
}

.ng-address-bottom-cta-v4 > span {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d7e5ff;
  background: #eef6ff;
}

.ng-address-bottom-cta-v4 h2 {
  font-size: 23px;
}

.ng-address-bottom-cta-v4 p {
  margin: 5px 0 0;
  color: #667389;
  font-size: 14px;
  font-weight: 750;
}

.ng-address-bottom-cta-v4 nav {
  display: flex;
  gap: 12px;
}

@media (max-width: 980px) {
  .ng-microsite-hero-v4__top,
  .ng-microsite-address-v4,
  .ng-microsite-review-summary-v4,
  .ng-microsite-review-search-v4,
  .ng-microsite-review-insights-v4,
  .ng-microsite-review-filters-v4,
  .ng-microsite-review-card-v4,
  .ng-microsite-review-bottom-cta-v4,
  .ng-microsite-overview-v4__intro,
  .ng-microsite-overview-facts-v4,
  .ng-microsite-overview-benefits-v4,
  .ng-microsite-overview-split-v4,
  .ng-microsite-overview-tariff-v4,
  .ng-microsite-overview-promo-review-v4,
  .ng-microsite-overview-promos-v4 > div,
  .ng-microsite-overview-news-v4 > div,
  .ng-provider-availability-v4,
  .ng-microsite-news-stats-v4,
  .ng-microsite-news-list-v4,
  .ng-microsite-news-reasons-v4 > div,
  .ng-tariff-hero-v4,
  .ng-tariff-hero-v4__metrics,
  .ng-tariff-info-grid-v4,
  .ng-tariff-tv-package-v4__columns,
  .ng-tariff-additional-v4__facts,
  .ng-tariff-related-v4__grid,
  .ng-tariff-application-v4,
  .ng-address-header-v4,
  .ng-address-checker-card-v4,
  .ng-address-checker-card-v4 form,
  .ng-address-stats-v4,
  .ng-address-recommend-v4__grid,
  .ng-address-provider-group-v4,
  .ng-address-provider-tariffs-v4,
  .ng-address-help-v4 > div,
  .ng-address-bottom-cta-v4,
  .ng-microsite-footer-v4__inner {
    grid-template-columns: 1fr;
  }

  .ng-microsite-review-summary-v4 > div + div {
    border-left: 0;
    border-top: 1px solid #dfe6f0;
    padding-left: 0;
    padding-top: 22px;
  }

  .ng-microsite-overview-v4,
  .ng-microsite-overview-v4__intro,
  .ng-microsite-overview-v4__intro > *,
  .ng-microsite-overview-facts-v4,
  .ng-microsite-overview-facts-v4 > *,
  .ng-microsite-overview-benefits-v4,
  .ng-microsite-overview-benefits-v4 > *,
  .ng-microsite-overview-split-v4,
  .ng-microsite-overview-split-v4 > *,
  .ng-microsite-overview-tariff-v4,
  .ng-microsite-overview-tariff-v4 > *,
  .ng-microsite-overview-promo-review-v4,
  .ng-microsite-overview-promo-review-v4 > *,
  .ng-microsite-overview-promos-v4,
  .ng-microsite-overview-promos-v4 > *,
  .ng-microsite-overview-reviews-v4,
  .ng-microsite-overview-reviews-v4 > *,
  .ng-microsite-overview-review-v4,
  .ng-microsite-overview-review-v4 > *,
  .ng-microsite-overview-news-v4,
  .ng-microsite-overview-news-v4 > *,
  .ng-microsite-reviews-v4,
  .ng-microsite-reviews-v4__content,
  .ng-microsite-review-summary-v4,
  .ng-microsite-review-card-v4,
  .ng-microsite-review-card-v4__author,
  .ng-microsite-review-card-v4__author > *,
  .ng-microsite-review-card-v4__body,
  .ng-microsite-review-card-v4__topline {
    min-width: 0;
  }

  .ng-microsite-overview-v4,
  .ng-microsite-overview-v4__intro,
  .ng-microsite-overview-facts-v4,
  .ng-microsite-overview-benefits-v4,
  .ng-microsite-overview-split-v4,
  .ng-microsite-overview-tariff-v4,
  .ng-microsite-overview-promo-review-v4,
  .ng-microsite-overview-promos-v4 > div,
  .ng-microsite-overview-reviews-v4,
  .ng-microsite-overview-news-v4 > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .ng-microsite-overview-promos-v4 header,
  .ng-microsite-overview-reviews-v4 header,
  .ng-microsite-overview-news-v4 header {
    flex-wrap: wrap;
  }

  .ng-microsite-review-bottom-cta-v4 nav {
    flex-wrap: wrap;
  }

  .ng-microsite-review-search-v4 {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .ng-microsite-review-search-v4 strong {
    grid-column: 1 / -1;
  }

  .ng-microsite-review-filters-v4 {
    align-items: start;
  }

  .ng-microsite-review-sort-v4 {
    flex-wrap: wrap;
  }

  .ng-microsite-hero-v4__facts,
  .ng-microsite-tariff-grid-v4,
  .ng-microsite-promo-grid-v4,
  .ng-microsite-card-v4,
  .ng-microsite-card-v4--featured {
    grid-template-columns: 1fr;
  }

  .ng-microsite-business-cta-v4,
  .ng-microsite-business-cta-v4 nav {
    align-items: stretch;
    flex-direction: column;
  }

  .ng-microsite-business-cta-v4 a {
    width: 100%;
  }

  .ng-microsite-tariff-grid-v4,
  .ng-microsite-card-v4,
  .ng-microsite-card-v4 > *,
  .ng-microsite-card-v4__top,
  .ng-microsite-card-v4 ul,
  .ng-microsite-card-v4 li,
  .ng-microsite-card-v4__metrics,
  .ng-microsite-card-v4__metrics > *,
  .ng-microsite-card-v4__actions {
    min-width: 0;
  }

  .ng-microsite-card-v4:not(.ng-microsite-card-v4--featured),
  .ng-microsite-card-v4 ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .ng-microsite-card-v4 h3,
  .ng-microsite-card-v4 h3 a,
  .ng-microsite-card-v4 li {
    overflow-wrap: anywhere;
  }

  .ng-microsite-card-v4__badge {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .ng-microsite-card-v4__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ng-microsite-card-v4__metrics--no-tv {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ng-microsite-overview-facts-v4 div,
  .ng-microsite-overview-tariff-v4 dl div,
  .ng-microsite-news-stats-v4__item {
    padding: 12px 0;
  }

  .ng-microsite-overview-facts-v4 div + div,
  .ng-microsite-overview-tariff-v4 dl div + div,
  .ng-microsite-news-stats-v4__item + .ng-microsite-news-stats-v4__item {
    border-left: 0;
    border-top: 1px solid #e1e8f2;
  }

  .ng-microsite-overview-tariff-v4 dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ng-microsite-overview-tariff-v4 dl div + div {
    border-top: 0;
  }

  .ng-tariff-hero-v4__cta {
    width: 100%;
    max-width: 360px;
    align-self: start;
  }

  .ng-tariff-hero-v4__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ng-tariff-hero-v4__metrics > div {
    min-width: 0;
    grid-template-columns: 44px minmax(0, auto);
    grid-template-areas:
      "icon value"
      "icon label";
    column-gap: 10px;
  }

  .ng-tariff-hero-v4__metrics dd {
    align-self: auto;
  }

  .ng-tariff-tv-package-v4__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ng-tariff-application-v4__art {
    display: none;
  }

  .ng-microsite-address-v4__fields {
    grid-template-columns: 1fr;
  }

  .ng-provider-availability-v4 nav {
    grid-template-columns: 1fr;
  }

  .ng-provider-availability-v4__all {
    grid-column: auto;
    justify-self: start;
  }

  .ng-address-header-v4 nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .ng-address-header-v4__phone {
    justify-self: start;
  }

  .ng-address-hero-v4__map {
    width: 100%;
    opacity: 0.24;
  }

  .ng-address-filter-v4,
  .ng-address-recommend-v4 header,
  .ng-address-provider-links-v4,
  .ng-address-bottom-cta-v4 nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .ng-address-provider-links-v4 {
    justify-content: flex-start;
  }

  .ng-address-bottom-cta-v4 nav {
    width: 100%;
  }

  .ng-address-bottom-cta-v4 nav a {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .ng-microsite-page-v4 {
    padding: 22px 14px 36px;
  }

  .ng-microsite-hero-v4 {
    padding-top: 16px;
  }

  .ng-microsite-hero-v4__brand {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }

  .ng-microsite-hero-v4__logo {
    width: 98px;
    min-width: 98px;
    height: 98px;
  }

  .ng-microsite-hero-v4__content h1 {
    font-size: 38px;
  }

  .ng-microsite-hero-v4__facts,
  .ng-microsite-card-v4__metrics,
  .ng-microsite-tabs-v4,
  .ng-microsite-review-card-v4__topline,
  .ng-microsite-review-card-v4__categories,
  .ng-microsite-overview-list-card-v4 ul,
  .ng-microsite-overview-tariff-v4 dl,
  .ng-microsite-overview-promos-v4 nav,
  .ng-microsite-news-list-v4 article,
  .ng-microsite-news-filters-v4,
  .ng-address-result-tariff-v4 dl,
  .ng-tariff-application-v4 form,
  .ng-tariff-related-v4 dl {
    grid-template-columns: 1fr;
  }

  .ng-address-result-tariff-v4 > div,
  .ng-address-result-tariff-v4--compact > div {
    grid-template-rows: auto;
    row-gap: 12px;
  }

  .ng-address-result-tariff-v4 h4,
  .ng-address-result-tariff-v4 dl,
  .ng-address-result-tariff-v4 p {
    margin-bottom: 0;
  }

  .ng-address-result-tariff-v4 dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ng-address-result-tariff-v4 p {
    margin-top: 0;
    overflow-wrap: anywhere;
  }

  .ng-address-results-v4 {
    padding: 0 14px 36px;
  }

  .ng-address-provider-nav-v4 {
    margin-right: -14px;
    margin-left: -14px;
    padding: 16px 14px;
    display: block;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .ng-address-provider-nav-v4 > strong {
    display: block;
    margin-bottom: 10px;
  }

  .ng-address-provider-nav-v4 > div {
    margin-right: -14px;
    padding-right: 14px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .ng-address-provider-nav-v4 a {
    flex: 0 0 auto;
  }

  .ng-address-hero-v4 {
    padding: 24px 20px;
  }

  .ng-address-hero-v4 h1 {
    font-size: 32px;
  }

  .ng-address-hero-v4 > p {
    font-size: 18px;
  }

  .ng-address-checker-card-v4,
  .ng-address-provider-group-v4,
  .ng-address-help-v4,
  .ng-address-bottom-cta-v4 {
    padding: 18px;
  }

  .ng-tariff-detail-v4__breadcrumbs {
    font-size: 12px;
  }

  .ng-tariff-hero-v4 {
    min-height: 0;
    padding: 26px 22px;
  }

  .ng-tariff-hero-v4::after {
    display: none;
  }

  .ng-tariff-hero-v4__title h1 {
    font-size: 36px;
  }

  .ng-tariff-hero-v4__metrics {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .ng-tariff-hero-v4__metrics > div {
    min-height: 78px;
    padding: 12px 0;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-areas:
      "icon value"
      "icon label";
  }

  .ng-tariff-hero-v4__metrics > div + div {
    border-top: 1px solid #e0e8f3;
  }

  .ng-tariff-metric-value-v4 span {
    font-size: 34px;
  }

  .ng-tariff-tv-package-v4__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ng-tariff-application-v4 nav,
  .ng-tariff-application-v4 nav a {
    width: 100%;
  }

  .ng-tariff-application-v4 nav a {
    min-width: 0;
  }

  .ng-tariff-info-card-v4,
  .ng-tariff-tv-package-v4,
  .ng-tariff-additional-v4,
  .ng-tariff-related-v4,
  .ng-tariff-application-v4 {
    padding: 22px;
  }

  .ng-tariff-related-v4 header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ng-tariff-application-v4 textarea {
    grid-column: auto;
  }

  .ng-microsite-news-featured-v4 {
    min-height: 0;
    padding: 26px 22px;
  }

  .ng-microsite-news-featured-v4 h3 {
    font-size: 23px;
  }

  .ng-microsite-news-primary-v4 {
    width: 100%;
  }

  .ng-microsite-news-reasons-v4 span {
    padding: 12px 0;
  }

  .ng-microsite-news-reasons-v4 span + span {
    border-left: 0;
    border-top: 1px solid #e1e8f2;
  }

  .ng-microsite-review-card-v4 dl {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ng-microsite-review-summary-v4,
  .ng-microsite-review-card-v4,
  .ng-microsite-review-bottom-cta-v4 {
    padding: 20px 18px;
  }

  .ng-microsite-review-summary-v4__overall strong {
    font-size: 42px;
  }

  .ng-microsite-review-summary-v4__button {
    width: 100%;
  }

  .ng-microsite-review-summary-v4__categories .ng-microsite-review-bar-v4 {
    grid-template-columns: minmax(86px, 1fr) auto;
    gap: 6px 10px;
  }

  .ng-microsite-review-summary-v4__categories .ng-microsite-review-bar-v4 i {
    grid-column: 1;
  }

  .ng-microsite-review-summary-v4__categories .ng-microsite-review-bar-v4 > span {
    grid-column: 2;
    grid-row: 2;
  }

  .ng-microsite-review-search-v4 {
    padding: 18px;
    grid-template-columns: minmax(0, 1fr);
  }

  .ng-microsite-review-search-v4 strong,
  .ng-microsite-review-search-v4__field,
  .ng-microsite-review-search-v4 button,
  .ng-microsite-review-search-v4 > a {
    grid-column: 1;
    width: 100%;
  }

  .ng-microsite-review-filters-v4__chips,
  .ng-microsite-review-sort-v4 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ng-microsite-review-filters-v4 a {
    min-width: 0;
    padding: 7px 10px;
    text-align: center;
  }

  .ng-microsite-review-results-v4 {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .ng-microsite-review-card-v4__reply header,
  .ng-microsite-review-card-v4__comments header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ng-microsite-review-pagination-v4 a,
  .ng-microsite-review-bottom-cta-v4 nav,
  .ng-microsite-review-bottom-cta-v4 nav a {
    width: 100%;
  }

  .ng-microsite-review-summary-v4__rating-line {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .ng-microsite-review-card-v4__categories {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: stretch;
  }

  .ng-microsite-review-card-v4__categories span {
    width: auto;
  }

  .ng-microsite-review-card-v4__categories i,
  .ng-microsite-review-card-v4__author,
  .ng-microsite-review-card-v4 h3,
  .ng-microsite-review-card-v4 dd,
  .ng-microsite-review-card-v4__reply,
  .ng-microsite-review-card-v4__actions {
    overflow-wrap: anywhere;
  }

  .ng-microsite-review-card-v4__categories i {
    align-items: flex-start;
    white-space: normal;
  }

  .ng-microsite-review-card-v4__categories em {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .ng-microsite-overview-facts-v4 dd,
  .ng-microsite-overview-facts-v4__nowrap {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .ng-microsite-tabs-v4 a {
    text-align: left;
  }

  .ng-microsite-card-v4__metrics div {
    border-left: 0;
    border-top: 1px solid #dfe6f0;
    padding: 12px 0;
  }

  .ng-microsite-overview-tariff-v4 dl div + div {
    border-top: 1px solid #e1e8f2;
  }

  .ng-microsite-overview-tariff-v4 dl div + div::before {
    display: none;
  }

  .ng-back-to-top-v4 {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 360px) {
  .ng-microsite-review-card-v4__categories {
    grid-template-columns: minmax(0, 1fr);
  }

  .ng-microsite-review-filters-v4__chips,
  .ng-microsite-review-sort-v4 {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Tariffs Catalog v4 */
.ng-tariffs-catalog-v4 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px 52px;
}

.ng-tariffs-header-v4 {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.ng-tariffs-header-v4__logo {
  color: #111b35;
  font-size: 24px;
  font-weight: 900;
}

.ng-tariffs-header-v4__logo span {
  color: #075ff4;
}

.ng-tariffs-header-v4__city {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
  border: 1px solid #dbe4f1;
  border-radius: 8px;
  background: #fff;
  color: #111b35;
  font-size: 13px;
  font-weight: 750;
}

.ng-tariffs-header-v4__city .ng-location-short {
  display: none;
}

.ng-tariff-icon-v4 {
  --ng-tariff-icon-size: 18px;
  --ng-tariff-icon-glyph-size: 18px;
  width: var(--ng-tariff-icon-size);
  height: var(--ng-tariff-icon-size);
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  color: #075ff4;
}

.ng-tariff-icon-v4__glyph {
  width: var(--ng-tariff-icon-glyph-size);
  height: var(--ng-tariff-icon-glyph-size);
  display: block;
  background-color: currentColor;
  -webkit-mask-image: var(--ng-tariff-icon-image);
  mask-image: var(--ng-tariff-icon-image);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.ng-tariff-icon-v4--small {
  --ng-tariff-icon-size: 16px;
  --ng-tariff-icon-glyph-size: 16px;
}

.ng-tariff-icon-v4--stat,
.ng-tariff-icon-v4--help,
.ng-tariff-icon-v4--cta {
  border-radius: 50%;
  background: #eff5ff;
}

.ng-tariff-icon-v4--stat {
  --ng-tariff-icon-size: 38px;
  --ng-tariff-icon-glyph-size: 20px;
}

.ng-tariff-icon-v4--help {
  --ng-tariff-icon-size: 36px;
  --ng-tariff-icon-glyph-size: 20px;
}

.ng-tariff-icon-v4--cta {
  --ng-tariff-icon-size: 48px;
  --ng-tariff-icon-glyph-size: 24px;
}

.ng-tariffs-header-v4 nav {
  display: flex;
  justify-content: center;
  gap: 36px;
  color: #111b35;
  font-size: 13px;
  font-weight: 800;
}

.ng-tariffs-header-v4 nav a {
  position: relative;
  padding: 22px 0 18px;
}

.ng-tariffs-header-v4 nav a.active {
  color: #075ff4;
}

.ng-tariffs-header-v4 nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: #075ff4;
}

.ng-tariffs-mobile-menu-v4 {
  position: relative;
  display: none;
}

.ng-tariffs-mobile-menu-v4 summary {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe4f1;
  border-radius: 8px;
  background: #fff;
  color: #111b35;
  font-size: 13px;
  font-weight: 850;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.ng-tariffs-mobile-menu-v4 summary::-webkit-details-marker {
  display: none;
}

.ng-tariffs-mobile-menu-v4__icon,
.ng-tariffs-mobile-menu-v4__icon::before,
.ng-tariffs-mobile-menu-v4__icon::after {
  width: 14px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: #075ff4;
}

.ng-tariffs-mobile-menu-v4__icon {
  position: relative;
  flex: 0 0 auto;
}

.ng-tariffs-mobile-menu-v4__icon::before,
.ng-tariffs-mobile-menu-v4__icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.ng-tariffs-mobile-menu-v4__icon::before {
  top: -5px;
}

.ng-tariffs-mobile-menu-v4__icon::after {
  top: 5px;
}

.ng-tariffs-mobile-menu-v4 > div {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 20;
  width: min(230px, calc(100vw - 32px));
  padding: 8px;
  display: grid;
  gap: 4px;
  border: 1px solid #dbe4f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(17, 27, 53, 0.14);
}

.ng-tariffs-mobile-menu-v4 a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #111b35;
  font-size: 13px;
  font-weight: 850;
}

.ng-tariffs-mobile-menu-v4 a.active {
  background: #075ff4;
  color: #fff;
}

.ng-tariffs-header-v4__contact {
  display: grid;
  gap: 3px;
  justify-items: end;
  text-align: right;
}

.ng-tariffs-header-v4__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #111b35;
}

.ng-tariffs-header-v4__phone strong {
  font-size: 18px;
  font-weight: 900;
}

.ng-tariffs-header-v4__callback {
  color: #69758b;
  font-size: 12px;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(7, 95, 244, 0.38);
  text-underline-offset: 3px;
}

.ng-tariffs-header-v4__callback:hover,
.ng-tariffs-header-v4__callback:focus-visible {
  color: #075ff4;
}

.ng-tariffs-hero-v4 {
  position: relative;
  min-height: 236px;
  margin: 0 -32px 22px;
  padding: 24px 32px 24px;
  overflow: hidden;
  background: linear-gradient(105deg, #f8fbff 0%, #f6f9ff 46%, #eef5ff 100%);
  border-top: 1px solid #e7edf6;
  border-bottom: 1px solid #e7edf6;
}

.ng-tariffs-hero-v4__copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.ng-tariffs-breadcrumbs-v4 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
  color: #6c7890;
  font-size: 13px;
  font-weight: 750;
}

.ng-tariffs-breadcrumbs-v4 a {
  color: #075ff4;
}

.ng-tariffs-breadcrumbs-v4 strong {
  color: #111b35;
}

.ng-tariffs-hero-v4 h1 {
  max-width: 760px;
  margin: 0;
  color: #111b35;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
}

.ng-tariffs-hero-v4 p {
  max-width: 720px;
  margin: 12px 0 16px;
  color: #58657a;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.ng-tariffs-hero-v4__image {
  position: absolute;
  right: -18px;
  bottom: -48px;
  width: min(640px, 50vw);
  opacity: 0.88;
  pointer-events: none;
}

.ng-tariffs-address-v4 {
  max-width: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr) auto;
  gap: 10px;
  align-items: end;
  padding: 0;
}

.ng-tariffs-address-v4 label {
  display: grid;
  gap: 6px;
  color: #69758b;
  font-size: 12px;
  font-weight: 750;
}

.ng-tariffs-address-v4 input,
.ng-tariffs-cta-v4 input,
.ng-tariffs-list-v4 select {
  min-height: 42px;
  width: 100%;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #fff;
  color: #111b35;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
}

.ng-tariffs-address-v4 input,
.ng-tariffs-cta-v4 input {
  padding: 0 14px;
}

.ng-tariffs-address-v4 > button,
.ng-tariffs-filter-v4 button,
.ng-tariffs-primary-v4,
.ng-tariffs-more-v4,
.ng-tariffs-cta-v4__fields > button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #075ff4;
  border-radius: 8px;
  background: #075ff4;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(7, 95, 244, 0.20);
}

.ng-tariffs-address-v4 button {
  padding: 0 26px;
}

.ng-tariffs-trust-v4 {
  max-width: 720px;
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
}

.ng-tariffs-trust-v4 span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #4f5d74;
  font-size: 12px;
  font-weight: 800;
}

.ng-tariffs-stats-v4,
.ng-tariffs-recommended-v4 > div,
.ng-tariffs-providers-v4 > div,
.ng-tariffs-help-v4 > div {
  display: grid;
  gap: 16px;
}

.ng-tariffs-stats-v4 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.ng-tariffs-stats-v4 article,
.ng-tariffs-card-v4,
.ng-tariffs-filter-v4,
.ng-tariffs-providers-v4 article,
.ng-tariffs-help-v4 article,
.ng-tariffs-seo-v4,
.ng-tariffs-cta-v4 {
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 27, 53, 0.06);
}

.ng-tariffs-stats-v4 article {
  min-height: 76px;
  padding: 14px 15px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(17, 27, 53, 0.045);
}

.ng-tariffs-stats-v4 .ng-tariff-icon-v4 {
  grid-row: 1 / 3;
}

.ng-tariffs-stats-v4 strong {
  color: #075ff4;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
}

.ng-tariffs-stats-v4 small {
  color: #69758b;
  font-size: 12px;
  font-weight: 750;
}

.ng-tariffs-categories-v4,
.ng-tariffs-recommended-v4,
.ng-tariffs-providers-v4,
.ng-tariffs-help-v4 {
  margin-top: 22px;
}

.ng-tariffs-categories-v4 h2,
.ng-tariffs-recommended-v4 h2,
.ng-tariffs-providers-v4 h2,
.ng-tariffs-help-v4 h2,
.ng-tariffs-seo-v4 h2,
.ng-tariffs-cta-v4 h2 {
  margin: 0;
  color: #111b35;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.ng-tariffs-categories-v4 > div {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ng-tariffs-categories-v4 a {
  min-height: 36px;
  padding: 0 10px;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #fff;
  color: #111b35;
  font-size: 12px;
  font-weight: 850;
}

.ng-tariffs-categories-v4 a.active {
  border-color: #075ff4;
  background: #075ff4;
  color: #fff;
}

.ng-tariffs-categories-v4 a.active .ng-tariff-icon-v4 {
  color: #fff;
}

.ng-tariffs-categories-v4 a:focus-visible {
  outline: 3px solid rgba(7, 95, 244, 0.28);
  outline-offset: 2px;
}

.ng-tariffs-recommended-v4 > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.ng-tariffs-card-v4 {
  min-width: 0;
  min-height: 276px;
  padding: 17px;
  display: flex;
  flex-direction: column;
}

.ng-tariffs-card-v4--recommended {
  position: relative;
  min-height: 304px;
  padding: 21px;
  border-color: #d4e1f3;
  background:
    radial-gradient(circle at 86% 8%, rgba(7, 95, 244, 0.07), transparent 34%),
    #fff;
  box-shadow: 0 20px 48px rgba(17, 27, 53, 0.075);
}

.ng-tariffs-card-v4--recommended::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(7, 95, 244, 0.14), transparent);
  pointer-events: none;
}

.ng-tariffs-card-v4__provider {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.ng-tariffs-card-v4__logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  padding: 6px;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fff;
}

b.ng-tariffs-card-v4__logo {
  display: grid;
  place-items: center;
  color: #075ff4;
  font-size: 14px;
  font-weight: 900;
}

.ng-tariffs-card-v4__provider > span,
.ng-tariffs-card-v4__provider .ng-provider-overview-link-v4 {
  color: #111b35;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.ng-tariffs-card-v4__provider .ng-provider-overview-link-v4 {
  text-decoration: none;
  transition: color 160ms ease;
}

.ng-tariffs-card-v4__provider .ng-provider-overview-link-v4:hover,
.ng-tariffs-card-v4__provider .ng-provider-overview-link-v4:focus-visible {
  color: #075ff4;
  text-decoration: none;
}

.ng-tariffs-card-v4__provider .ng-provider-overview-link-v4:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(7, 95, 244, 0.28);
  outline-offset: 3px;
}

.ng-tariffs-card-v4__provider em {
  padding: 5px 9px;
  border-radius: 999px;
  background: #eff6ff;
  color: #075ff4;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.ng-tariffs-card-v4 h3 {
  margin: 13px 0 9px;
  color: #111b35;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 900;
}

.ng-tariffs-card-v4__metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 0;
  margin: 0 0 10px;
  padding: 9px 0;
  border-top: 1px solid #eef3fa;
}

.ng-tariffs-card-v4__metrics div {
  min-width: 0;
  padding: 0 10px;
  border-left: 1px solid #dfe7f2;
}

.ng-tariffs-card-v4__metrics div:first-child {
  padding-left: 0;
  border-left: 0;
}

.ng-tariffs-card-v4__metrics dt {
  color: #075ff4;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 950;
}

.ng-tariffs-card-v4__metrics dd {
  margin: 3px 0 0;
  color: #4f5d74;
  font-size: 11px;
  font-weight: 800;
}

.ng-tariffs-card-v4__price {
  margin: 0 0 12px;
  padding: 0 0 11px;
  border-bottom: 1px solid #eef3fa;
}

.ng-tariffs-card-v4__price strong {
  display: block;
  color: #075ff4;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 950;
}

.ng-tariffs-card-v4__price span {
  display: block;
  margin-top: 3px;
  color: #4f5d74;
  font-size: 12px;
  font-weight: 800;
}

.ng-tariffs-card-v4--recommended .ng-tariffs-card-v4__price strong {
  font-size: 29px;
}

.ng-tariffs-card-v4 ul {
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 6px;
  color: #4f5d74;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.ng-tariffs-card-v4 li::before {
  content: "✓";
  margin-right: 7px;
  color: #19a65a;
  font-weight: 900;
}

.ng-tariffs-card-v4 nav {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.ng-tariffs-primary-v4,
.ng-tariffs-secondary-v4 {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.ng-tariffs-secondary-v4,
.ng-tariffs-filter-v4 a,
.ng-tariffs-cta-v4 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5e0ef;
  background: #fff;
  color: #111b35;
}

.ng-tariffs-main-v4 {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ng-tariffs-mobile-controls-v4 {
  display: none;
}

.ng-tariffs-filter-v4 {
  padding: 18px 17px;
  position: sticky;
  top: 16px;
  box-shadow: 0 14px 36px rgba(17, 27, 53, 0.055);
}

.ng-tariffs-filter-v4 h2 {
  margin: 0 0 6px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 20px;
}

.ng-tariffs-filter-v4 > p {
  margin: 0 0 16px;
  color: #69758b;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}

.ng-tariffs-filter-v4 label {
  display: grid;
  gap: 6px;
  margin: 0 0 11px;
  color: #111b35;
  font-size: 13px;
  font-weight: 850;
}

.ng-tariffs-provider-picker-v4 {
  min-width: 0;
  margin: 0 0 11px;
  padding: 0;
  border: 0;
}

.ng-tariffs-provider-picker-v4 legend {
  margin-bottom: 6px;
  color: #111b35;
  font-size: 13px;
  font-weight: 850;
}

.ng-tariffs-filter-v4 .ng-tariffs-provider-search-v4 {
  margin-bottom: 7px;
}

.ng-tariffs-provider-search-v4 input {
  width: 100%;
  min-height: 40px;
  padding: 0 11px;
  border: 1px solid #dce5f2;
  border-radius: 7px;
  background: #fff;
  color: #111b35;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
}

.ng-tariffs-provider-options-v4 {
  max-height: 218px;
  padding: 5px;
  overflow: auto;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #fff;
}

.ng-tariffs-provider-options-v4 .ng-tariffs-provider-empty-v4 {
  margin: 0;
  padding: 9px;
  color: #69758b;
  font-size: 12px;
  font-weight: 700;
}

.ng-tariffs-filter-v4 .ng-tariffs-provider-options-v4 label {
  min-height: 36px;
  margin: 0;
  padding: 7px 8px;
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
}

.ng-tariffs-filter-v4 .ng-tariffs-provider-options-v4 label:hover,
.ng-tariffs-filter-v4 .ng-tariffs-provider-options-v4 label:focus-within {
  background: #eef5ff;
}

.ng-tariffs-provider-options-v4 input {
  flex: 0 0 auto;
  accent-color: #075ff4;
}

.ng-tariffs-provider-options-v4 span {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #111b35;
  font-size: 12px;
  font-weight: 800;
}

.ng-tariffs-filter-v4 select,
.ng-tariffs-filter-v4 input[type="number"] {
  width: 100%;
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid #dce5f2;
  border-radius: 7px;
  background: #fff;
  color: #111b35;
  font: inherit;
  color: #69758b;
  font-size: 12px;
  font-weight: 750;
}

.ng-tariffs-price-v4 {
  margin: 0 0 11px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 0;
}

.ng-tariffs-price-v4 legend {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  color: #111b35;
  font-size: 13px;
  font-weight: 850;
}

.ng-tariffs-price-v4 label {
  margin: 0;
  gap: 4px;
  color: #69758b;
  font-size: 11px;
}

.ng-tariffs-filter-v4 .ng-tariffs-check-v4 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.ng-tariffs-filter-v4 input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #075ff4;
}

.ng-tariffs-filter-v4 button,
.ng-tariffs-filter-v4 a {
  width: 100%;
  min-height: 42px;
  margin-top: 8px;
}

.ng-tariffs-list-v4 header {
  min-height: 48px;
  margin-bottom: 14px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.ng-tariffs-list-v4 header strong {
  color: #111b35;
  font-size: 17px;
  font-weight: 900;
}

.ng-tariffs-list-v4 header label {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #69758b;
  font-size: 13px;
  font-weight: 800;
}

.ng-tariffs-list-v4 select {
  min-height: 38px;
  padding: 0 34px 0 12px;
}

.ng-tariffs-sort-submit-v4 {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #075ff4;
  border-radius: 8px;
  background: #075ff4;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
}

.ng-tariffs-active-filters-v4 {
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ng-tariffs-active-filters-v4 a {
  min-height: 32px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #fff;
  color: #33415c;
  font-size: 12px;
  font-weight: 800;
}

.ng-tariffs-active-filters-v4 a span {
  color: #075ff4;
  font-size: 16px;
  line-height: 1;
}

.ng-tariffs-active-filters-v4 .ng-tariffs-active-filters-v4__clear {
  border-color: transparent;
  color: #075ff4;
}

.ng-tariffs-grid-v4 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.ng-tariffs-more-v4 {
  min-width: 160px;
  margin: 0;
  padding: 0 20px;
}

.ng-tariffs-pagination-v4 {
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.ng-tariffs-pagination-v4 a {
  min-width: 38px;
  min-height: 38px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5e0ef;
  border-radius: 8px;
  background: #fff;
  color: #111b35;
  font-size: 13px;
  font-weight: 850;
}

.ng-tariffs-pagination-v4 .ng-tariffs-more-v4 {
  min-width: 160px;
  border-color: #075ff4;
  background: #075ff4;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(7, 95, 244, 0.20);
}

.ng-tariffs-pagination-v4 > span {
  color: #526178;
  font-size: 13px;
  font-weight: 800;
}

.ng-tariffs-pagination-v4 a[aria-current="page"] {
  border-color: #075ff4;
  background: #075ff4;
  color: #fff;
}

.ng-tariffs-filter-v4 select:focus-visible,
.ng-tariffs-filter-v4 input:focus-visible,
.ng-tariffs-sort-submit-v4:focus-visible,
.ng-tariffs-active-filters-v4 a:focus-visible,
.ng-tariffs-pagination-v4 a:focus-visible {
  outline: 3px solid rgba(7, 95, 244, 0.28);
  outline-offset: 2px;
}

.ng-tariffs-providers-v4 > div {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 14px;
}

.ng-tariffs-providers-v4 > p {
  max-width: 620px;
  margin: 8px 0 0;
  color: #69758b;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.ng-tariffs-providers-v4 article {
  min-height: 144px;
  padding: 15px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 7px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(17, 27, 53, 0.045);
}

.ng-tariffs-providers-v4 img,
.ng-tariffs-providers-v4 b {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  object-fit: contain;
  padding: 8px;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fff;
  color: #075ff4;
  font-weight: 900;
}

.ng-tariffs-providers-v4 h3 {
  margin: 0;
  color: #111b35;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.ng-tariffs-providers-v4 h3 a {
  color: inherit;
}

.ng-tariffs-providers-v4 p {
  margin: 0;
  color: #111b35;
  font-size: 13px;
  font-weight: 850;
}

.ng-tariffs-provider-rating-v4 {
  width: 100%;
  min-height: 31px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

.ng-tariffs-provider-rating-v4 .ng-rating-stars-exact-v4 {
  flex: 0 0 auto;
  font-size: 13px;
}

.ng-tariffs-provider-rating-v4 strong {
  color: #111b35;
  font-size: 11px;
  font-weight: 850;
}

.ng-tariffs-provider-rating-v4.is-empty,
.ng-tariffs-provider-empty-v4 {
  color: #69758b;
  font-size: 12px;
  font-weight: 750;
}

.ng-tariffs-providers-v4 .ng-tariffs-provider-action-v4 {
  margin-top: auto;
  color: #075ff4;
  font-size: 13px;
  font-weight: 900;
}

.ng-tariffs-help-v4 > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 14px;
}

.ng-tariffs-help-v4 article {
  min-height: 126px;
  padding: 17px;
  box-shadow: 0 12px 30px rgba(17, 27, 53, 0.045);
}

.ng-tariffs-help-v4 h3 {
  margin: 10px 0 6px;
  color: #111b35;
  font-size: 15px;
  font-weight: 900;
}

.ng-tariffs-help-v4 p,
.ng-tariffs-seo-v4 p,
.ng-tariffs-cta-v4 p {
  margin: 0;
  color: #58657a;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.ng-tariffs-seo-v4 {
  margin-top: 24px;
  padding: 18px 22px;
}

.ng-tariffs-seo-v4 p {
  margin-top: 8px;
}

.ng-tariffs-cta-v4 {
  position: relative;
  min-height: 170px;
  margin-top: 24px;
  padding: 24px 26px;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 24px;
  align-items: center;
}

.ng-tariffs-cta-v4 > div {
  position: relative;
  z-index: 3;
}

.ng-tariffs-cta-v4 > div > .ng-tariff-icon-v4 {
  margin-bottom: 14px;
}

.ng-tariffs-cta-v4__fields {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr) auto auto;
  gap: 10px;
}

.ng-tariffs-cta-v4__fields label {
  position: relative;
  display: block;
  min-width: 0;
}

.ng-tariffs-address-v4 label:focus-within,
.ng-tariffs-cta-v4__fields label:focus-within {
  z-index: 50;
}

.ng-tariffs-address-v4 .ng-address-search-drop-v4 button,
.ng-tariffs-cta-v4 .ng-address-search-drop-v4 button {
  min-height: 36px;
  width: 100%;
  padding: 8px 10px;
  display: block;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #111b35 !important;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: none;
}

.ng-tariffs-address-v4 .ng-address-search-drop-v4,
.ng-tariffs-cta-v4 .ng-address-search-drop-v4 {
  overflow-x: hidden;
}

.ng-tariffs-provider-options-v4 [data-ng-tariff-provider-option][hidden] {
  display: none !important;
}

.ng-tariffs-async-status-v4 {
  min-height: 20px;
  margin: 8px 0 0;
  color: #69758b;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

.ng-tariffs-async-status-v4.is-error {
  color: #b42318;
}

.ng-tariffs-more-v4[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.62;
}

.ng-tariffs-address-v4 .ng-address-search-drop-v4 button:hover,
.ng-tariffs-address-v4 .ng-address-search-drop-v4 button:focus-visible,
.ng-tariffs-cta-v4 .ng-address-search-drop-v4 button:hover,
.ng-tariffs-cta-v4 .ng-address-search-drop-v4 button:focus-visible {
  background: #eef5ff;
  color: #075ff4 !important;
  outline: 0;
}

.ng-tariffs-cta-v4__fields button,
.ng-tariffs-cta-v4__fields a {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
  white-space: nowrap;
}

.ng-tariffs-cta-v4 > img {
  width: 320px;
  opacity: 0.44;
  justify-self: end;
}

.ng-tariffs-catalog-v4 .ng-tariffs-address-v4 > button,
.ng-tariffs-catalog-v4 .ng-tariffs-filter-v4 button,
.ng-tariffs-catalog-v4 .ng-tariffs-primary-v4,
.ng-tariffs-catalog-v4 .ng-tariffs-more-v4,
.ng-tariffs-catalog-v4 .ng-tariffs-cta-v4__fields > button {
  color: #fff !important;
}

@media (max-width: 1100px) {
  .ng-tariffs-header-v4 {
    grid-template-columns: 1fr auto;
  }

  .ng-tariffs-header-v4 nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .ng-tariffs-stats-v4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ng-tariffs-providers-v4 > div {
    grid-template-columns: repeat(5, minmax(160px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .ng-tariffs-grid-v4,
  .ng-tariffs-recommended-v4 > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ng-tariffs-help-v4 > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ng-tariffs-catalog-v4 {
    padding: 0 16px 38px;
  }

  .ng-tariffs-header-v4 {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px 14px;
    min-height: 0;
    padding: 8px 0 12px;
  }

  .ng-tariffs-header-v4 nav {
    display: none;
  }

  .ng-tariffs-mobile-menu-v4 {
    display: block;
    justify-self: end;
  }

  .ng-tariffs-header-v4__city {
    justify-self: start;
    max-width: 100%;
    min-width: 0;
  }

  .ng-tariffs-header-v4__contact {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
  }

  .ng-tariffs-header-v4__phone {
    align-items: flex-start;
  }

  .ng-tariffs-header-v4__phone strong {
    font-size: 16px;
  }

  .ng-tariffs-header-v4__callback {
    font-size: 11px;
  }

  .ng-tariffs-hero-v4 {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .ng-tariffs-hero-v4__image {
    right: -40px;
    width: 360px;
    opacity: 0.24;
  }

  .ng-tariffs-address-v4,
  .ng-tariffs-main-v4,
  .ng-tariffs-cta-v4,
  .ng-tariffs-cta-v4__fields {
    grid-template-columns: 1fr;
  }

  .ng-tariffs-filter-v4 {
    position: static;
  }

  .ng-tariffs-mobile-controls-v4 {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
  }

  .ng-tariffs-mobile-controls-v4 button,
  .ng-tariffs-mobile-controls-v4 a {
    min-height: 40px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5e0ef;
    border-radius: 8px;
    background: #fff;
    color: #075ff4;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
  }

  .ng-tariffs-mobile-controls-v4 strong {
    justify-self: end;
    color: #69758b;
    font-size: 12px;
    font-weight: 800;
  }

  .ng-tariffs-list-v4 header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ng-tariffs-cta-v4 > img {
    display: none;
  }
}

@media (max-width: 560px) {
  .ng-tariffs-header-v4,
  .ng-tariffs-stats-v4,
  .ng-tariffs-grid-v4,
  .ng-tariffs-recommended-v4 > div,
  .ng-tariffs-providers-v4 > div,
  .ng-tariffs-help-v4 > div {
    grid-template-columns: 1fr;
  }

  .ng-tariffs-header-v4__phone {
    align-items: flex-start;
  }

  .ng-tariffs-header-v4 {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .ng-tariffs-header-v4 nav {
    display: none;
  }

  .ng-tariffs-hero-v4 h1 {
    font-size: 31px;
  }

  .ng-tariffs-card-v4__provider,
  .ng-tariffs-card-v4__metrics,
  .ng-tariffs-card-v4 nav {
    grid-template-columns: 1fr;
  }

  .ng-tariffs-card-v4__metrics div {
    padding: 10px 0;
    border-left: 0;
    border-top: 1px solid #dfe7f2;
  }

  .ng-tariffs-card-v4__metrics div:first-child {
    border-top: 0;
  }

  .ng-tariffs-providers-v4 > div {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 82%);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .ng-tariffs-providers-v4 article {
    scroll-snap-align: start;
  }

  .ng-tariffs-mobile-controls-v4 {
    grid-template-columns: 1fr 1fr;
  }

  .ng-tariffs-mobile-controls-v4 strong {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 480px) {
  .ng-tariffs-header-v4__city {
    padding: 0 12px;
  }

  .ng-tariffs-header-v4__city .ng-location-full {
    display: none;
  }

  .ng-tariffs-header-v4__city .ng-location-short {
    display: inline;
  }
}

@media (max-width: 375px) {
  .ng-tariffs-mobile-menu-v4 summary {
    width: 42px;
    padding: 0;
  }

  .ng-tariffs-mobile-menu-v4__text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* General Reviews v4 */
.ng-reviews-v4 {
  --ng-reviews-blue: #0061ef;
  --ng-reviews-blue-dark: #004fc4;
  --ng-reviews-ink: #111a33;
  --ng-reviews-muted: #66738a;
  --ng-reviews-line: #dbe5f2;
  --ng-reviews-soft: #f3f7fd;
  --ng-reviews-card: #fff;
  width: min(1230px, calc(100% - 44px));
  margin: 0 auto;
  color: var(--ng-reviews-ink);
  font-family: inherit;
}

.ng-reviews-v4 *,
.ng-reviews-v4 *::before,
.ng-reviews-v4 *::after {
  box-sizing: border-box;
}

.ng-reviews-v4 a {
  color: var(--ng-reviews-blue);
  text-decoration: none;
}

.ng-reviews-v4 .ng-home-header-v4__logo,
.ng-reviews-v4 .ng-home-header-v4__phone {
  color: #111b35;
}

.ng-reviews-v4 .ng-home-header-v4__logo span {
  color: #075ff4;
}

.ng-reviews-v4 .ng-home-header-v4__callback {
  color: #66748a;
}

.ng-reviews-v4 .ng-home-header-v4__callback:hover,
.ng-reviews-v4 .ng-home-header-v4__callback:focus {
  color: #075ff4;
}

.ng-reviews-header-v4 {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--ng-reviews-line);
}

.ng-reviews-header-v4__logo {
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  color: #101a33;
}

.ng-reviews-v4 .ng-reviews-header-v4__logo,
.ng-reviews-header-v4 .ng-reviews-header-v4__logo {
  color: #101a33;
}

.ng-reviews-v4 .ng-reviews-header-v4__logo span,
.ng-reviews-header-v4__logo span {
  color: var(--ng-reviews-blue);
}

.ng-reviews-header-v4__city {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--ng-reviews-line);
  border-radius: 8px;
  background: #fff;
  color: #25304a;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ng-reviews-header-v4__city img,
.ng-reviews-button-v4 img,
.ng-reviews-address-form-v4 a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ng-reviews-button-v4.is-primary img {
  filter: brightness(0) invert(1);
}

.ng-reviews-header-v4 nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  min-width: 0;
}

.ng-reviews-header-v4 nav a {
  position: relative;
  padding: 26px 0 22px;
  color: #18223a;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.ng-reviews-header-v4 nav a.active {
  color: var(--ng-reviews-blue);
}

.ng-reviews-header-v4 nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: var(--ng-reviews-blue);
  border-radius: 3px 3px 0 0;
}

.ng-reviews-header-v4__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #121b34;
  line-height: 1.2;
  white-space: nowrap;
}

.ng-reviews-header-v4__phone strong {
  font-size: 18px;
  font-weight: 900;
}

.ng-reviews-header-v4__phone span {
  margin-top: 4px;
  color: var(--ng-reviews-muted);
  font-size: 12px;
  font-weight: 700;
}

.ng-reviews-hero-v4 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 54px;
  align-items: center;
  min-height: 276px;
  padding: 34px 0 26px;
}

.ng-reviews-breadcrumbs-v4 {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 24px;
  color: #6f7c94;
  font-size: 13px;
  font-weight: 800;
}

.ng-reviews-breadcrumbs-v4 a {
  color: #075ff4;
}

.ng-reviews-hero-v4 h1 {
  max-width: 760px;
  margin: 0;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 950;
}

.ng-reviews-hero-v4 p {
  max-width: 620px;
  margin: 18px 0 0;
  color: #536179;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.ng-reviews-hero-actions-v4 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 25px;
}

.ng-reviews-button-v4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--ng-reviews-line);
  border-radius: 7px;
  background: #fff;
  color: #111a33;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(22, 42, 76, .04);
}

.ng-reviews-v4 .ng-reviews-button-v4.is-primary,
.ng-reviews-v4 .ng-reviews-filter-card-v4 button,
.ng-reviews-v4 .ng-reviews-address-form-v4 button,
.ng-reviews-button-v4.is-primary,
.ng-reviews-filter-card-v4 button,
.ng-reviews-address-form-v4 button {
  border-color: var(--ng-reviews-blue);
  background: var(--ng-reviews-blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 97, 239, .22);
}

.ng-reviews-v4 .ng-reviews-button-v4.is-primary:hover,
.ng-reviews-v4 .ng-reviews-filter-card-v4 button:hover,
.ng-reviews-v4 .ng-reviews-address-form-v4 button:hover,
.ng-reviews-button-v4.is-primary:hover,
.ng-reviews-filter-card-v4 button:hover,
.ng-reviews-address-form-v4 button:hover {
  background: var(--ng-reviews-blue-dark);
  color: #fff;
}

.ng-reviews-text-link-v4 {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
}

.ng-reviews-trust-card-v4 {
  padding: 14px 0;
  border: 1px solid var(--ng-reviews-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 55px rgba(25, 49, 86, .08);
}

.ng-reviews-trust-card-v4 div {
  display: grid;
  grid-template-columns: 42px auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 26px;
}

.ng-reviews-trust-card-v4 div + div {
  border-top: 1px solid var(--ng-reviews-line);
}

.ng-reviews-trust-card-v4 img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.ng-reviews-trust-card-v4 strong {
  font-size: 26px;
  font-weight: 950;
  white-space: nowrap;
}

.ng-reviews-trust-card-v4 span {
  color: #526079;
  font-size: 15px;
  font-weight: 800;
}

.ng-reviews-rating-table-v4,
.ng-reviews-filter-card-v4,
.ng-reviews-side-v4 section,
.ng-reviews-insights-v4 article,
.ng-reviews-faq-v4,
.ng-reviews-address-v4,
.ng-reviews-card-v4 {
  border: 1px solid var(--ng-reviews-line);
  border-radius: 8px;
  background: var(--ng-reviews-card);
  box-shadow: 0 12px 35px rgba(21, 39, 68, .04);
}

.ng-reviews-rating-table-v4 {
  padding: 22px 22px 10px;
}

.ng-reviews-rating-table-v4 h2,
.ng-reviews-workspace-v4 h2,
.ng-reviews-insights-v4 h2,
.ng-reviews-faq-v4 h2,
.ng-reviews-address-v4 h2 {
  margin: 0;
  color: #111a33;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 950;
}

.ng-reviews-rating-table-v4 header p {
  margin: 7px 0 18px;
  color: #647189;
  font-size: 14px;
  font-weight: 700;
}

.ng-reviews-table-v4 {
  overflow: hidden;
}

.ng-reviews-table-v4__head,
.ng-reviews-table-v4__row {
  display: grid;
  grid-template-columns: 1.6fr .75fr .75fr 1.1fr;
  gap: 18px;
  align-items: center;
}

.ng-home-empty-v4,
.ng-tariffs-empty-v4,
.ng-microsite-truth-empty-v4 {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #f8fbff;
  color: #4f5e75;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}

.ng-about-button-v4,
.ng-news-index-button-v4,
.ng-news-detail-button-v4 {
  cursor: pointer;
  font-family: inherit;
}

.ng-reviews-table-v4__head {
  padding: 0 0 12px;
  color: #66738a;
  font-size: 12px;
  font-weight: 900;
}

.ng-reviews-table-v4__row {
  min-height: 78px;
  padding: 15px 0;
  border-top: 1px solid var(--ng-reviews-line);
}

.ng-reviews-provider-v4 {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.ng-reviews-provider-v4.is-text-only {
  grid-template-columns: minmax(0, 1fr);
  padding-left: 2px;
}

.ng-reviews-provider-logo-v4 {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ng-reviews-line);
  border-radius: 8px;
  background: #fff;
  color: var(--ng-reviews-blue);
  font-size: 14px;
  font-weight: 950;
  object-fit: contain;
}

.ng-reviews-table-v4__row b {
  font-size: 15px;
  font-weight: 950;
}

.ng-reviews-table-v4__row > div:nth-child(2) {
  display: grid;
  justify-items: start;
  gap: 2px;
}

.ng-reviews-table-v4__row > div:nth-child(2) b {
  color: #0e9f5f;
  font-size: 14px;
}

.ng-reviews-table-v4__row > div:nth-child(2) span {
  display: block;
  color: #66738a;
  font-size: 11px;
  font-weight: 800;
}

.ng-reviews-table-v4__row ul {
  margin: 0;
  padding-left: 14px;
  color: #26334d;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.ng-reviews-table-v4__row nav {
  display: grid;
  justify-items: end;
  gap: 5px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
}

.ng-reviews-workspace-v4 {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 250px;
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}

.ng-reviews-filter-card-v4,
.ng-reviews-side-v4 section {
  padding: 18px;
}

.ng-reviews-filter-card-v4 h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
}

.ng-reviews-filter-card-v4 h2 img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.ng-reviews-filter-card-v4 label {
  display: grid;
  gap: 7px;
  margin-top: 15px;
  color: #14203a;
  font-size: 13px;
  font-weight: 900;
}

.ng-reviews-filter-card-v4 label span {
  display: block;
  min-height: 40px;
  padding: 12px;
  border: 1px solid var(--ng-reviews-line);
  border-radius: 6px;
  background: #fff;
  color: #66738a;
  font-weight: 800;
}

.ng-reviews-filter-checks-v4 {
  display: grid;
  gap: 10px;
  margin: 17px 0;
}

.ng-reviews-filter-checks-v4 span {
  position: relative;
  padding-left: 24px;
  color: #3a465c;
  font-size: 13px;
  font-weight: 800;
}

.ng-reviews-filter-checks-v4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  border: 1px solid #cfd9e8;
  border-radius: 4px;
  background: #fff;
}

.ng-reviews-filter-card-v4 button {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  font-weight: 900;
  cursor: default;
}

.ng-reviews-filter-card-v4 > a {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.ng-reviews-feed-top-v4 {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 12px;
}

.ng-reviews-feed-top-v4 h2 {
  font-size: 20px;
}

.ng-reviews-feed-top-v4 select {
  min-width: 170px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--ng-reviews-line);
  border-radius: 7px;
  background: #fff;
  color: #1a243d;
  font-size: 13px;
  font-weight: 800;
}

.ng-reviews-chips-v4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.ng-reviews-chips-v4 a {
  min-height: 32px;
  padding: 8px 15px;
  border: 1px solid var(--ng-reviews-line);
  border-radius: 6px;
  background: #fff;
  color: #22304a;
  font-size: 12px;
  font-weight: 900;
}

.ng-reviews-chips-v4 a.active {
  border-color: var(--ng-reviews-blue);
  background: var(--ng-reviews-blue);
  color: #fff;
}

.ng-reviews-card-v4 {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 20px;
}

.ng-reviews-card-v4 + .ng-reviews-card-v4 {
  margin-top: 14px;
}

.ng-reviews-card-v4__provider {
  display: grid;
  align-content: start;
  gap: 10px;
  color: #15213b;
  font-size: 14px;
  font-weight: 950;
}

.ng-reviews-card-v4__provider.is-text-only {
  padding-top: 5px;
}

.ng-reviews-card-v4__body header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: start;
}

.ng-reviews-card-v4__body header strong {
  display: block;
  color: #121c34;
  font-size: 15px;
  font-weight: 950;
}

.ng-reviews-card-v4__body header span:not(.ng-reviews-stars-v4 span) {
  display: block;
  color: #718096;
  font-size: 12px;
  font-weight: 800;
}

.ng-reviews-card-v4__body header b {
  padding: 6px 10px;
  border: 1px solid #cfe0ff;
  border-radius: 6px;
  color: var(--ng-reviews-blue);
  font-size: 12px;
  font-weight: 900;
}

.ng-reviews-card-v4__moderation {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  margin-top: 7px;
  color: #0f8a53;
  font-size: 11.5px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 800;
}

.ng-reviews-card-v4__moderation img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.ng-reviews-card-v4__moderation span {
  margin: 0;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit;
  font-weight: inherit !important;
}

.ng-reviews-stars-v4 {
  white-space: nowrap;
}

.ng-reviews-stars-v4 span {
  color: #cfd8e7;
  font-size: 20px;
  line-height: 1;
}

.ng-reviews-stars-v4 span.is-filled {
  color: #ffad0a;
}

.ng-reviews-card-v4 h3 {
  margin: 14px 0 10px;
  color: #111a33;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
}

.ng-reviews-card-v4 p {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  margin: 7px 0;
  padding: 8px 10px;
  border-radius: 7px;
  background: #f8fbff;
  color: #46546d;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.ng-reviews-card-v4 p.is-muted {
  display: block;
  color: #738097;
  font-style: italic;
}

.ng-reviews-card-v4 p b {
  color: #111a33;
  font-weight: 950;
}

.ng-reviews-card-v4 aside {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #d7e6fb;
  border-radius: 7px;
  background: #f4f8ff;
  color: #46546d;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.ng-reviews-card-v4 aside strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ng-reviews-blue);
}

.ng-reviews-card-v4 footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.ng-reviews-card-v4 footer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 900;
}

.ng-reviews-card-v4 footer img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.ng-reviews-side-v4 {
  display: grid;
  gap: 14px;
}

.ng-reviews-side-v4 h2 {
  font-size: 19px;
}

.ng-reviews-side-v4 section {
  display: grid;
  gap: 12px;
}

.ng-reviews-side-v4 p,
.ng-reviews-side-v4 li {
  color: #536179;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.ng-reviews-side-v4 ol {
  display: grid;
  gap: 10px;
  margin: 4px 0;
  padding-left: 20px;
}

.ng-reviews-insights-v4 {
  margin-top: 34px;
}

.ng-reviews-insights-v4 > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.ng-reviews-insights-v4 article {
  padding: 16px;
}

.ng-reviews-insights-v4 header {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  font-weight: 950;
}

.ng-reviews-insights-v4 header.is-text-only {
  padding-left: 0;
}

.ng-reviews-insights-v4 article > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ng-reviews-insights-v4 section {
  display: grid;
  gap: 7px;
  color: #36435d;
  font-size: 13px;
  font-weight: 800;
}

.ng-reviews-insights-v4 section:first-child b {
  color: #0e9f5f;
}

.ng-reviews-insights-v4 section:last-child b {
  color: #e04444;
}

.ng-reviews-insights-v4 span {
  position: relative;
  padding-left: 14px;
}

.ng-reviews-insights-v4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.ng-reviews-faq-v4 {
  margin-top: 28px;
  padding: 22px;
}

.ng-reviews-faq-v4 > p {
  max-width: 820px;
  margin: 10px 0 16px;
  color: #536179;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.ng-reviews-faq-v4 details {
  border-top: 1px solid var(--ng-reviews-line);
}

.ng-reviews-faq-v4 details:first-of-type {
  border-top: 0;
}

.ng-reviews-faq-v4 summary {
  padding: 16px 0;
  cursor: default;
  color: #15213b;
  font-size: 15px;
  font-weight: 950;
}

.ng-reviews-faq-v4 details p {
  margin: 0 0 15px;
  color: #536179;
  line-height: 1.5;
  font-weight: 700;
}

.ng-reviews-address-v4 {
  margin: 24px 0 0;
  padding: 26px;
  background:
    linear-gradient(90deg, #fff 0%, #fff 52%, rgba(237, 245, 255, .92) 100%);
}

.ng-reviews-address-v4 > div {
  position: relative;
  min-height: 188px;
  padding-left: 78px;
}

.ng-reviews-address-v4 > div > img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 50%;
  background: #eef5ff;
  object-fit: contain;
}

.ng-reviews-address-v4 h2 {
  max-width: 620px;
}

.ng-reviews-address-v4 p {
  max-width: 620px;
  margin: 8px 0 18px;
  color: #536179;
  font-size: 15px;
  font-weight: 800;
}

.ng-reviews-address-form-v4 {
  display: grid;
  grid-template-columns: 210px 150px 180px 220px;
  gap: 10px;
  max-width: 790px;
}

.ng-reviews-address-form-v4 input {
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--ng-reviews-line);
  border-radius: 7px;
  background: #fff;
  color: #18223a;
  font-size: 14px;
  font-weight: 800;
}

.ng-reviews-address-form-v4 button,
.ng-reviews-address-form-v4 a {
  min-height: 46px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
}

.ng-reviews-address-form-v4 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--ng-reviews-line);
  background: #fff;
  color: #111a33;
}

.ng-reviews-address-form-v4 a img {
  filter: invert(28%) sepia(99%) saturate(3445%) hue-rotate(213deg) brightness(96%) contrast(101%);
}

.ng-reviews-address-v4 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ng-reviews-address-v4 li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #44526a;
  font-size: 13px;
  font-weight: 900;
}

.ng-reviews-address-v4 li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: invert(28%) sepia(99%) saturate(3445%) hue-rotate(213deg) brightness(96%) contrast(101%);
}

@media (max-width: 1180px) {
  .ng-reviews-header-v4 {
    grid-template-columns: 1fr auto;
  }

  .ng-reviews-header-v4 nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .ng-reviews-hero-v4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ng-reviews-trust-card-v4 {
    max-width: 520px;
  }

  .ng-reviews-workspace-v4 {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .ng-reviews-side-v4 {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }

  .ng-reviews-insights-v4 > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ng-reviews-v4 {
    width: min(100% - 28px, 760px);
  }

  .ng-reviews-hero-v4 h1 {
    font-size: 36px;
  }

  .ng-reviews-table-v4__head {
    display: none;
  }

  .ng-reviews-table-v4__row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .ng-reviews-table-v4__row nav {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, max-content);
    gap: 14px;
    justify-items: start;
    text-align: left;
  }

  .ng-reviews-workspace-v4 {
    grid-template-columns: 1fr;
  }

  .ng-reviews-filter-card-v4 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ng-reviews-filter-card-v4 h2,
  .ng-reviews-filter-checks-v4,
  .ng-reviews-filter-card-v4 button,
  .ng-reviews-filter-card-v4 > a {
    grid-column: 1 / -1;
  }

  .ng-reviews-address-form-v4 {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }
}

@media (max-width: 620px) {
  .ng-reviews-v4 {
    width: calc(100% - 24px);
  }

  .ng-reviews-header-v4,
  .ng-reviews-trust-card-v4 div,
  .ng-reviews-card-v4,
  .ng-reviews-card-v4__body header,
  .ng-reviews-side-v4,
  .ng-reviews-insights-v4 > div,
  .ng-reviews-insights-v4 article > div,
  .ng-reviews-address-form-v4 {
    grid-template-columns: 1fr;
  }

  .ng-reviews-header-v4__phone {
    align-items: flex-start;
  }

  .ng-reviews-hero-v4 h1 {
    font-size: 31px;
  }

  .ng-reviews-hero-actions-v4,
  .ng-reviews-feed-top-v4,
  .ng-reviews-address-v4 ul {
    align-items: stretch;
    flex-direction: column;
  }

  .ng-reviews-button-v4,
  .ng-reviews-address-form-v4 a,
  .ng-reviews-address-form-v4 button {
    width: 100%;
  }

  .ng-reviews-table-v4__row,
  .ng-reviews-filter-card-v4 {
    grid-template-columns: 1fr;
  }

  .ng-reviews-table-v4__row nav {
    grid-template-columns: 1fr;
  }

  .ng-reviews-card-v4 .ng-review-content-v4__section,
  .ng-microsite-review-card-v4 .ng-review-content-v4__section {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ng-reviews-card-v4 p {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .ng-reviews-address-v4 {
    padding: 20px;
  }

  .ng-reviews-address-v4 > div {
    padding-left: 0;
    padding-top: 68px;
  }
}

/* General Reviews query and Helpful v4 */
.ng-reviews-discovery-v4 {
  margin-top: 8px;
}

.ng-reviews-query-v4 {
  display: block;
}

.ng-reviews-search-v4 {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid var(--ng-reviews-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(21, 39, 68, .04);
}

.ng-reviews-search-v4 > label {
  color: #111a33;
  font-size: 18px;
  font-weight: 900;
}

.ng-reviews-search-v4 > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 10px;
}

.ng-reviews-search-v4 input,
.ng-reviews-search-v4 button,
.ng-reviews-filter-card-v4 select,
.ng-reviews-mobile-toolbar-v4 select {
  min-height: 46px;
  border: 1px solid var(--ng-reviews-line);
  border-radius: 7px;
  font: inherit;
}

.ng-reviews-search-v4 input,
.ng-reviews-filter-card-v4 select,
.ng-reviews-mobile-toolbar-v4 select {
  padding: 0 14px;
  background: #fff;
  color: #18223a;
}

.ng-reviews-search-v4 button {
  border-color: var(--ng-reviews-blue);
  background: var(--ng-reviews-blue);
  color: #fff;
  font-weight: 900;
}

.ng-reviews-mobile-toolbar-v4,
.ng-reviews-filter-card-v4__head > button {
  display: none;
}

.ng-reviews-active-filters-v4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ng-reviews-active-filters-v4 a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #cfe0ff;
  border-radius: 7px;
  background: #f4f8ff;
  color: #24334f;
  font-size: 12px;
  font-weight: 850;
}

.ng-reviews-active-filters-v4 a.is-clear {
  border-color: transparent;
  background: transparent;
  color: var(--ng-reviews-blue);
}

.ng-reviews-workspace-v4 {
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 20px;
  margin-top: 18px;
}

.ng-reviews-filter-card-v4 {
  position: sticky;
  top: 18px;
  display: block;
  padding: 18px;
}

.ng-reviews-filter-card-v4__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ng-reviews-filter-card-v4 label {
  min-width: 0;
}

.ng-reviews-filter-card-v4 select {
  width: 100%;
}

.ng-reviews-filter-check-v4 {
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  cursor: pointer;
}

.ng-reviews-filter-card-v4 .ng-reviews-filter-check-v4 input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
}

.ng-reviews-filter-card-v4 .ng-reviews-filter-check-v4 span {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #26334d;
  font-weight: 750;
  line-height: 1.4;
}

.ng-reviews-filter-card-v4__apply {
  margin-top: 18px;
  cursor: pointer !important;
}

.ng-reviews-feed-v4 {
  min-width: 0;
}

.ng-reviews-query-status-v4 {
  min-height: 20px;
  color: #66738a;
  font-size: 13px;
  font-weight: 700;
}

.ng-reviews-discovery-v4[aria-busy="true"] .ng-reviews-feed-v4 {
  opacity: .62;
}

.ng-reviews-card-v4 {
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  padding: 22px;
}

.ng-reviews-card-v4__provider {
  justify-items: start;
  overflow-wrap: anywhere;
}

.ng-reviews-card-v4__provider .ng-reviews-provider-logo-v4 {
  width: 58px;
  height: 58px;
  padding: 6px;
}

.ng-reviews-card-v4__body header {
  grid-template-columns: minmax(0, 1fr) auto;
}

.ng-reviews-card-v4__provider-reply strong {
  display: flex !important;
  gap: 8px;
  align-items: center;
}

.ng-reviews-card-v4__provider-reply strong img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.ng-reviews-card-v4__provider-reply > span {
  display: block;
}

.ng-reviews-card-v4 footer {
  align-items: center;
}

.ng-review-helpful-v4 {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.ng-review-helpful-v4__button {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid #d7e1ef;
  border-radius: 7px;
  background: #fff;
  color: #35435c;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
}

.ng-review-helpful-v4__button:hover {
  border-color: #9bbcf4;
  background: #f4f8ff;
}

.ng-review-helpful-v4__button.is-recorded {
  border-color: #9ccfb5;
  background: #eefaf3;
  color: #147747;
}

.ng-review-helpful-v4__button:disabled {
  cursor: wait;
  opacity: .7;
}

.ng-review-helpful-v4__button img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.ng-review-helpful-v4__status {
  color: #66738a;
  font-size: 12px;
  font-weight: 650;
}

.ng-reviews-pagination-v4 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #647189;
  font-size: 13px;
  font-weight: 800;
}

.ng-reviews-pagination-v4 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #cfe0ff;
  border-radius: 7px;
  background: #fff;
  font-weight: 900;
}

.ng-reviews-pagination-v4 a.is-more {
  border-color: var(--ng-reviews-blue);
  background: var(--ng-reviews-blue);
  color: #fff;
}

.ng-reviews-write-cta-v4 {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid var(--ng-reviews-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(21, 39, 68, .04);
}

.ng-reviews-write-cta-v4 h2 {
  margin: 0;
  font-size: 22px;
}

.ng-reviews-write-cta-v4 p {
  margin: 7px 0 0;
  color: #59677e;
  line-height: 1.5;
}

.ng-reviews-write-cta-v4 .ng-reviews-button-v4 {
  flex: 0 0 auto;
}

.ng-reviews-filter-card-v4 > label:not(.ng-reviews-filter-check-v4) {
  margin-top: 18px;
  color: #4f5e76;
  font-size: 12px;
  font-weight: 750;
}

.ng-reviews-filter-card-v4 select,
.ng-reviews-provider-filter-v4 > input {
  width: 100%;
  min-height: 44px;
  padding: 0 38px 0 13px;
  border: 1px solid #d5dfed;
  border-radius: 7px;
  background-color: #fff;
  color: #17223b;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  outline: 0;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.ng-reviews-filter-card-v4 select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6d7b92 50%), linear-gradient(135deg, #6d7b92 50%, transparent 50%);
  background-position: calc(100% - 17px) 18px, calc(100% - 12px) 18px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.ng-reviews-filter-card-v4 select:focus-visible,
.ng-reviews-provider-filter-v4 > input:focus-visible {
  border-color: #075ff4;
  box-shadow: 0 0 0 3px rgba(7, 95, 244, .15);
}

.ng-reviews-provider-filter-v4 {
  position: relative;
}

.ng-reviews-provider-filter-v4:not(.is-ready) > input,
.ng-reviews-provider-filter-v4:not(.is-ready) > [data-ng-review-provider-options] {
  display: none;
}

.ng-reviews-provider-filter-v4.is-ready > select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.ng-reviews-provider-filter-v4__options {
  position: absolute;
  z-index: 8;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  max-height: 250px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid #d5dfed;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 34, 64, .14);
}

.ng-reviews-filter-card-v4 .ng-reviews-provider-filter-v4__options button {
  width: 100%;
  min-height: 38px;
  height: auto;
  padding: 8px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #17223b;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
}

.ng-reviews-filter-card-v4 .ng-reviews-provider-filter-v4__options button:hover,
.ng-reviews-filter-card-v4 .ng-reviews-provider-filter-v4__options button:focus-visible {
  background: #edf4ff;
  color: #075ff4;
}

.ng-reviews-filter-card-v4 .ng-reviews-provider-filter-v4__options button[hidden] {
  display: none;
}

.ng-reviews-provider-filter-v4__options button span {
  min-width: 24px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7a879b;
  text-align: right;
  font-size: 11px;
  font-weight: 750;
}

.ng-review-comment-action-v4 {
  min-height: 34px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #d7e1ef;
  border-radius: 7px;
  background: #fff;
  color: #075ff4;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
}

.ng-review-comment-action-v4:hover {
  border-color: #9bbcf4;
  background: #f4f8ff;
}

.ng-review-comment-action-v4 img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.ng-reviews-card-v4__comments {
  margin-top: 14px;
  display: grid;
  gap: 9px;
}

.ng-reviews-card-v4__comments section {
  padding: 12px 14px;
  border-left: 3px solid #c9d9f2;
  border-radius: 0 7px 7px 0;
  background: #f8fbff;
}

.ng-reviews-card-v4__comments header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.ng-reviews-card-v4__comments header strong {
  color: #17223b;
  font-size: 13px;
}

.ng-reviews-card-v4__comments header span {
  color: #78859a;
  font-size: 11px;
}

.ng-reviews-card-v4__comments p {
  display: block;
  margin: 6px 0 0;
  color: #53627a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.ng-v4-modal--review-comment {
  width: min(600px, calc(100vw - 32px));
}

.ng-v4-modal__head--review-comment {
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: start;
}

.ng-v4-modal__head--review-comment > img {
  width: 44px;
  height: 44px;
  padding: 9px;
  border-radius: 8px;
  background: #edf4ff;
  object-fit: contain;
}

.ng-v4-modal--review-comment .ng-v4-modal-form {
  margin-top: 20px;
}

.ng-v4-modal--review-comment textarea {
  min-height: 130px;
  resize: vertical;
}

.ng-v4-modal--review-comment .ng-v4-modal-result.is-success {
  border-color: #a8d8bd;
  background: #effaf4;
  color: #177345;
}

.ng-microsite-review-card-v4__actions .ng-review-comment-action-v4 {
  min-height: 34px;
  padding: 6px 10px;
  border-color: #d7e1ef;
  background: #fff;
}

@media (max-width: 900px) {
  .ng-reviews-mobile-toolbar-v4 {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin-top: 12px;
  }

  .ng-reviews-mobile-toolbar-v4 > button,
  .ng-reviews-mobile-toolbar-v4 > label {
    min-height: 44px;
    border: 1px solid var(--ng-reviews-line);
    border-radius: 7px;
    background: #fff;
  }

  .ng-reviews-mobile-toolbar-v4 > button {
    padding: 0 16px;
    color: #15213b;
    font-weight: 900;
  }

  .ng-reviews-mobile-toolbar-v4 > label {
    display: block;
  }

  .ng-reviews-mobile-toolbar-v4 > label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .ng-reviews-mobile-toolbar-v4 select {
    width: 100%;
    min-height: 42px;
    border: 0;
  }

  .ng-reviews-mobile-toolbar-v4 > strong {
    grid-column: 1 / -1;
    color: #647189;
    font-size: 13px;
  }

  .ng-reviews-workspace-v4 {
    display: block;
  }

  .ng-reviews-filter-card-v4 {
    position: fixed;
    z-index: 90;
    top: 0;
    right: 0;
    width: min(370px, calc(100% - 24px));
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 22px;
    overflow-y: auto;
    border-radius: 0;
    box-shadow: -30px 0 80px rgba(16, 31, 58, .24);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform .2s ease, visibility 0s linear .2s;
  }

  .ng-reviews-filter-card-v4.is-open {
    transform: translateX(0);
    visibility: visible;
    transition-delay: 0s;
  }

  .ng-reviews-filter-card-v4__head > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--ng-reviews-line);
    border-radius: 7px;
    background: #fff;
    color: #15213b;
    font-size: 24px;
  }

  .ng-reviews-feed-top-v4 > label {
    display: none;
  }

  .ng-reviews-feed-top-v4 {
    margin-top: 18px;
  }
}

@media (max-width: 620px) {
  .ng-reviews-hero-v4 {
    min-height: 0;
    padding: 22px 0;
  }

  .ng-reviews-breadcrumbs-v4 {
    margin-bottom: 16px;
  }

  .ng-reviews-hero-v4 p {
    font-size: 16px;
    font-weight: 650;
  }

  .ng-reviews-trust-card-v4 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .ng-reviews-trust-card-v4 div {
    grid-template-columns: 1fr;
    gap: 5px;
    justify-items: center;
    padding: 13px 7px;
    text-align: center;
  }

  .ng-reviews-trust-card-v4 div + div {
    border-top: 0;
    border-left: 1px solid var(--ng-reviews-line);
  }

  .ng-reviews-trust-card-v4 img {
    width: 22px;
    height: 22px;
  }

  .ng-reviews-trust-card-v4 strong {
    font-size: 20px;
  }

  .ng-reviews-trust-card-v4 span {
    font-size: 11px;
    line-height: 1.25;
  }

  .ng-reviews-search-v4 {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .ng-reviews-search-v4 > div {
    grid-template-columns: minmax(0, 1fr) 82px;
  }

  .ng-reviews-mobile-toolbar-v4 {
    grid-template-columns: 1fr 1fr;
  }

  .ng-reviews-chips-v4 {
    flex-wrap: nowrap;
    padding-bottom: 4px;
    overflow-x: auto;
  }

  .ng-reviews-chips-v4 a {
    flex: 0 0 auto;
  }

  .ng-reviews-card-v4 {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .ng-reviews-card-v4__provider {
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
  }

  .ng-reviews-card-v4__provider .ng-reviews-provider-logo-v4 {
    width: 44px;
    height: 44px;
  }

  .ng-reviews-card-v4__body header {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ng-reviews-card-v4 footer {
    gap: 12px;
  }

  .ng-review-helpful-v4 {
    width: 100%;
  }

  .ng-review-helpful-v4__button {
    width: 100%;
    justify-content: center;
  }

  .ng-reviews-card-v4 footer .ng-review-comment-action-v4,
  .ng-microsite-review-card-v4__actions .ng-review-comment-action-v4 {
    width: 100%;
    justify-content: center;
  }

  .ng-reviews-write-cta-v4 {
    align-items: stretch;
    flex-direction: column;
  }

  .ng-reviews-address-v4 {
    margin-bottom: 24px;
  }
}

/* Street Coverage v4 */
.ng-street-coverage-v4 {max-width:1320px;margin:0 auto;padding:0 32px 52px;}
.ng-street-header-v4 {min-height:58px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:24px;align-items:center;}
.ng-street-header-v4__logo {color:#111b35;font-size:24px;font-weight:900;}
.ng-street-header-v4__logo span {color:#075ff4;}
.ng-street-header-v4__city {min-height:34px;padding:0 14px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:750;}
.ng-street-header-v4__city img {width:16px;height:16px;}
.ng-street-header-v4 nav {display:flex;justify-content:center;gap:36px;color:#111b35;font-size:13px;font-weight:800;}
.ng-street-header-v4 nav a {padding:22px 0 18px;}
.ng-street-header-v4__phone {display:flex;flex-direction:column;align-items:flex-end;color:#111b35;}
.ng-street-header-v4__phone strong {font-size:18px;font-weight:900;}
.ng-street-header-v4__phone span {margin-top:4px;color:#69758b;font-size:12px;font-weight:700;}
.ng-street-hero-v4 {min-height:258px;margin:0 -32px 22px;padding:24px 32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.48fr);gap:42px;align-items:center;background:linear-gradient(105deg,#f8fbff 0%,#f5f9ff 50%,#eef5ff 100%);border-top:1px solid #e7edf6;border-bottom:1px solid #e7edf6;}
.ng-street-breadcrumbs-v4 {display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:#6c7890;font-size:13px;font-weight:750;}
.ng-street-breadcrumbs-v4 a {color:#075ff4;}.ng-street-breadcrumbs-v4 strong {color:#111b35;}
.ng-street-hero-v4 h1 {max-width:760px;margin:0;color:#111b35;font-size:38px;line-height:1.08;font-weight:900;}
.ng-street-hero-v4 p {max-width:660px;margin:14px 0 18px;color:#58657a;font-size:16px;line-height:1.5;font-weight:700;}
.ng-street-actions-v4 {display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px;}
.ng-street-primary-v4,.ng-street-secondary-v4 {min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-size:14px;font-weight:900;}
.ng-street-primary-v4 {padding:0 24px;border:1px solid #075ff4;background:#075ff4;color:#fff;box-shadow:0 10px 22px rgba(7,95,244,.20);}
.ng-street-coverage-v4 .ng-street-primary-v4,.ng-street-coverage-v4 a.ng-street-primary-v4,.ng-street-coverage-v4 button.ng-street-primary-v4 {color:#fff !important;}
.ng-street-primary-v4 img {width:18px;height:18px;filter:brightness(0) invert(1);}
.ng-street-secondary-v4 {padding:0 22px;border:1px solid #d6e1f0;background:#fff;color:#111b35;}
.ng-street-secondary-v4 img,.ng-street-text-link-v4 img {width:17px;height:17px;}
.ng-street-text-link-v4 {color:#075ff4;font-size:14px;font-weight:850;}
.ng-street-info-card-v4 {position:relative;min-height:202px;padding:22px;display:grid;gap:14px;border:1px solid #dfe7f2;border-radius:8px;background:radial-gradient(circle at 88% 24%,rgba(7,95,244,.075),transparent 34%),linear-gradient(135deg,#fff 0%,#f7fbff 100%);box-shadow:0 18px 48px rgba(17,27,53,.065);overflow:hidden;}
.ng-street-info-card-v4::after {content:none;}
.ng-street-bottom-v4 aside::after {content:"";position:absolute;right:18px;bottom:16px;width:160px;height:94px;opacity:.34;background:linear-gradient(135deg,transparent 0 42%,rgba(7,95,244,.25) 43% 45%,transparent 46%),linear-gradient(90deg,transparent 0 22%,rgba(7,95,244,.18) 23% 25%,transparent 26% 48%,rgba(7,95,244,.18) 49% 51%,transparent 52%),linear-gradient(0deg,transparent 0 22%,rgba(7,95,244,.18) 23% 25%,transparent 26% 58%,rgba(7,95,244,.18) 59% 61%,transparent 62%);pointer-events:none;}
.ng-street-info-card-v4 div {position:relative;z-index:1;display:grid;grid-template-columns:46px auto minmax(0,1fr);gap:8px 13px;align-items:center;}
.ng-street-info-card-v4 span,.ng-street-stats-v4 span,.ng-street-utility-v4>article>span {width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#eff5ff;}
.ng-street-info-card-v4 img,.ng-street-stats-v4 img,.ng-street-utility-v4 img,.ng-street-helper-v4 img,.ng-street-house-controls-v4 img,.ng-street-services-v4 img,.ng-street-bottom-v4 img,.ng-street-header-v4 img,.ng-street-secondary-v4 img {object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-street-info-card-v4 img,.ng-street-stats-v4 img,.ng-street-utility-v4 img {width:23px;height:23px;}
.ng-street-info-card-v4 strong {color:#111b35;font-size:26px;font-weight:900;}.ng-street-info-card-v4 small {color:#111b35;font-size:14px;line-height:1.25;font-weight:800;}.ng-street-info-card-v4 .is-text-value strong {font-size:18px;line-height:1.12;}
.ng-street-card-v4,.ng-street-utility-v4 article,.ng-street-bottom-v4 {border:1px solid #dfe7f2;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(17,27,53,.055);}
.ng-street-card-v4 {margin-top:18px;padding:24px;}.ng-street-card-v4 h2,.ng-street-utility-v4 h2,.ng-street-bottom-v4 h2 {margin:0;color:#111b35;font-size:22px;line-height:1.2;font-weight:900;}
.ng-street-card-v4 header {display:flex;justify-content:space-between;gap:24px;align-items:flex-start;}.ng-street-card-v4 header p,.ng-street-utility-v4 p,.ng-street-seo-v4>p,.ng-street-bottom-v4 p {margin:7px 0 0;color:#58657a;font-size:14px;line-height:1.5;font-weight:700;}
.ng-street-legend-v4 {display:grid;gap:7px;color:#4f5d74;font-size:12px;font-weight:800;}.ng-street-legend-v4>strong {color:#111b35;font-size:12px;font-weight:900;}.ng-street-legend-v4 span {display:inline-flex;gap:8px;align-items:center;}.ng-street-legend-v4 i {width:10px;height:10px;border:2px solid #075ff4;border-radius:50%;background:#075ff4;}.ng-street-legend-v4 i.is-muted {border-color:#aab5c6;background:#fff;}
.ng-street-house-controls-v4 {margin-top:18px;display:flex;gap:12px;align-items:center;}.ng-street-house-controls-v4 label {min-width:300px;min-height:42px;padding:0 13px;display:flex;gap:10px;align-items:center;border:1px solid #dce5f2;border-radius:8px;background:#fff;}.ng-street-house-controls-v4 label img {width:18px;height:18px;}.ng-street-house-controls-v4 input {min-width:0;width:100%;border:0;outline:0;color:#111b35;font:inherit;font-size:14px;font-weight:700;}
.ng-street-house-controls-v4 nav {display:flex;flex-wrap:wrap;gap:8px;}.ng-street-house-controls-v4 nav a {min-height:38px;padding:0 13px;display:inline-flex;align-items:center;border:1px solid #dce5f2;border-radius:8px;background:#fff;color:#111b35;font-size:12px;font-weight:850;}.ng-street-house-controls-v4 nav a.active {border-color:#075ff4;background:#075ff4;color:#fff;}
.ng-street-house-grid-v4 {margin-top:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(86px,1fr));gap:12px;}.ng-street-house-grid-v4 a {min-height:42px;display:grid;place-items:center;border:1px solid #9cc0ff;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:900;}.ng-street-house-grid-v4 a.is-selected {border-color:#075ff4;background:#075ff4;color:#fff;box-shadow:0 10px 20px rgba(7,95,244,.18);}.ng-street-house-grid-v4 a.is-disabled {border-color:#dfe4ed;background:#f4f6f9;color:#9aa5b6;pointer-events:none;}
.ng-street-house-grid-v4 a.is-muted {border-color:#d7dee9;background:#f4f6f9;color:#657187;}
.ng-street-helper-v4 {margin:18px 0 0;min-height:42px;padding:0 14px;display:flex;gap:10px;align-items:center;border-radius:8px;background:#f4f8ff;color:#4f5d74;font-size:13px;font-weight:800;}.ng-street-helper-v4 img {width:18px;height:18px;}
.ng-street-stats-v4 {margin-top:18px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;}.ng-street-stats-v4 article {min-height:76px;padding:14px;display:grid;grid-template-columns:40px minmax(0,1fr);gap:3px 12px;align-items:center;border:1px solid #dfe7f2;border-radius:8px;}.ng-street-stats-v4 span {grid-row:1/3;width:40px;height:40px;border-radius:50%;}.ng-street-stats-v4 img {width:20px;height:20px;}.ng-street-stats-v4 strong {color:#111b35;font-size:14px;line-height:1.18;font-weight:900;}.ng-street-stats-v4 small {color:#69758b;font-size:12px;font-weight:750;}
.ng-street-provider-list-v4 {margin-top:18px;border-top:1px solid #e6edf7;}.ng-street-provider-list-v4 article {min-height:88px;display:grid;grid-template-columns:28px 56px minmax(240px,1.25fr) minmax(260px,1fr) minmax(252px,.9fr);gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #e6edf7;}.ng-street-provider-list-v4 article:hover {background:linear-gradient(90deg,rgba(7,95,244,.035),transparent 36%);}.ng-street-provider-list-v4 article>b {color:#111b35;font-size:14px;font-weight:900;}
.ng-street-provider-logo-v4 {width:50px;height:50px;display:grid;place-items:center;border:1px solid #dfe7f2;border-radius:8px;background:#fff;}.ng-street-provider-logo-v4 img {max-width:40px;max-height:31px;object-fit:contain;}.ng-street-provider-logo-v4 span {color:#075ff4;font-size:13px;font-weight:900;}
.ng-street-provider-main-v4 h3 {margin:0 0 6px;color:#111b35;font-size:16px;font-weight:900;}.ng-street-provider-main-v4 p {margin:0;display:flex;flex-wrap:wrap;gap:5px;align-items:center;color:#6c7890;font-size:11px;font-weight:750;}.ng-street-provider-main-v4 p strong {color:#111b35;}.ng-street-provider-main-v4 p span {color:#ffad0f;letter-spacing:.7px;}
.ng-street-services-v4 {margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(52px,1fr));gap:8px;list-style:none;}.ng-street-services-v4 li {display:grid;justify-items:center;gap:4px;color:#1d2941;font-size:11px;font-weight:800;text-align:center;line-height:1.15;}.ng-street-services-v4 img {width:18px;height:18px;}
.ng-street-availability-v4,.ng-street-provider-list-v4 dl {margin:0;color:#4f5d74;font-size:12px;line-height:1.32;font-weight:800;}.ng-street-provider-list-v4 dl dt {color:#111b35;font-weight:900;}.ng-street-provider-list-v4 dl dd {margin:3px 0 0;color:#69758b;}
.ng-street-provider-list-v4 nav {min-width:0;width:100%;display:grid;grid-template-columns:1fr;gap:8px;align-items:stretch;}.ng-street-provider-list-v4 nav .ng-street-primary-v4,.ng-street-provider-list-v4 nav .ng-street-secondary-v4 {min-width:0;min-height:42px;padding:7px 10px;font-size:12px;line-height:1.15;text-align:center;white-space:normal;}.ng-street-row-link-v4 {color:#075ff4;font-size:12px;font-weight:850;white-space:nowrap;}
.ng-street-utility-v4 {margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}.ng-street-utility-v4 article {padding:22px;display:grid;grid-template-columns:56px minmax(0,1fr);gap:16px;align-items:start;}.ng-street-utility-v4 .ng-street-primary-v4,.ng-street-utility-v4 .ng-street-text-link-v4 {margin-top:12px;}
.ng-street-seo-v4 details {margin-top:8px;border:1px solid #e3ebf6;border-radius:8px;background:#fbfdff;}.ng-street-seo-v4 summary {padding:13px 14px;color:#111b35;font-size:13px;font-weight:900;cursor:pointer;}.ng-street-seo-v4 details p {margin:0;padding:0 14px 13px;color:#58657a;font-size:13px;line-height:1.45;font-weight:700;}
.ng-street-bottom-v4 {position:relative;margin-top:22px;min-height:154px;padding:26px 28px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;overflow:hidden;}.ng-street-bottom-v4 form {margin-top:16px;display:grid;grid-template-columns:minmax(0,1fr) .7fr auto auto;gap:12px;align-items:center;}.ng-street-bottom-v4 input {min-height:42px;width:100%;padding:0 14px;border:1px solid #dce5f2;border-radius:8px;background:#fff;color:#111b35;font:inherit;font-size:14px;font-weight:700;}.ng-street-bottom-v4 button {border:1px solid #075ff4;}.ng-street-bottom-v4>div>p {display:flex;flex-wrap:wrap;gap:12px 24px;}.ng-street-bottom-v4>div>p span {display:inline-flex;gap:8px;align-items:center;color:#4f5d74;font-size:12px;font-weight:800;}.ng-street-bottom-v4>div>p img {width:16px;height:16px;}.ng-street-bottom-v4 aside {position:relative;min-height:100%;border-radius:8px;background:radial-gradient(circle at 76% 52%,rgba(7,95,244,.12),transparent 24%),linear-gradient(135deg,#f7fbff,#eef6ff);}
@media (max-width:1180px){.ng-street-header-v4,.ng-street-hero-v4{grid-template-columns:1fr}.ng-street-header-v4 nav{justify-content:flex-start;flex-wrap:wrap}.ng-street-header-v4__phone{align-items:flex-start}.ng-street-provider-list-v4 article{grid-template-columns:28px 54px minmax(180px,1fr) minmax(220px,1fr)}.ng-street-services-v4,.ng-street-availability-v4,.ng-street-provider-list-v4 dl,.ng-street-provider-list-v4 nav{grid-column:3/-1}.ng-street-stats-v4{grid-template-columns:repeat(3,minmax(0,1fr))}.ng-street-bottom-v4,.ng-street-bottom-v4 form{grid-template-columns:1fr}}
@media (max-width:768px){.ng-street-coverage-v4{padding:0 16px 36px}.ng-street-header-v4{grid-template-columns:auto minmax(0,1fr);gap:10px 14px;min-height:0;padding:8px 0 12px}.ng-street-header-v4 nav{display:none}.ng-street-header-v4__city{justify-self:start;max-width:100%}.ng-street-header-v4__phone{grid-column:1/-1;align-items:flex-start}.ng-street-header-v4__phone strong{font-size:16px}.ng-street-header-v4__phone span{font-size:11px}.ng-street-hero-v4{margin:0 -16px 16px;padding:22px 16px}.ng-street-hero-v4 h1{font-size:30px}.ng-street-card-v4{padding:18px}.ng-street-card-v4 header,.ng-street-house-controls-v4,.ng-street-utility-v4{display:grid;grid-template-columns:1fr}.ng-street-house-controls-v4 label{min-width:0}.ng-street-stats-v4{grid-template-columns:1fr}.ng-street-provider-list-v4 article{grid-template-columns:28px 54px minmax(0,1fr);align-items:start}.ng-street-services-v4,.ng-street-availability-v4,.ng-street-provider-list-v4 dl,.ng-street-provider-list-v4 nav{grid-column:1/-1}.ng-street-provider-list-v4 nav{grid-template-columns:1fr}.ng-street-bottom-v4 aside{display:none}}
@media (max-width:430px){.ng-street-header-v4{gap:10px 12px}.ng-street-hero-v4 h1{font-size:24px;line-height:1.14;overflow-wrap:anywhere}.ng-street-hero-v4 p,.ng-street-card-v4 header p{overflow-wrap:anywhere}.ng-street-card-v4 h2{font-size:20px;overflow-wrap:anywhere}.ng-street-info-card-v4 div{grid-template-columns:44px minmax(0,1fr)}.ng-street-info-card-v4 small{grid-column:2}.ng-street-house-controls-v4 nav{display:grid;grid-template-columns:1fr;align-items:stretch}.ng-street-house-controls-v4 nav a{min-width:0;justify-content:center;white-space:normal;text-align:center;line-height:1.2;padding:8px 10px}.ng-street-house-grid-v4{grid-template-columns:repeat(2,minmax(0,1fr))}}

.ng-coverage-index-v4{max-width:1320px;margin:0 auto;padding:0 32px 52px;}
.ng-coverage-header-v4{min-height:58px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:24px;align-items:center;}
.ng-coverage-header-v4__logo{color:#111b35;font-size:24px;font-weight:900;}
.ng-coverage-header-v4__logo span{color:#075ff4;}
.ng-coverage-header-v4__city{min-height:34px;padding:0 14px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:750;}
.ng-coverage-header-v4__city img{width:16px;height:16px;object-fit:contain;}
.ng-coverage-header-v4 nav{display:flex;justify-content:center;gap:36px;color:#111b35;font-size:13px;font-weight:800;}
.ng-coverage-header-v4 nav a{position:relative;padding:22px 0 18px;}
.ng-coverage-header-v4__phone{display:flex;flex-direction:column;align-items:flex-end;color:#111b35;}
.ng-coverage-header-v4__phone strong{font-size:18px;font-weight:900;}
.ng-coverage-header-v4__phone span{margin-top:4px;color:#69758b;font-size:12px;font-weight:700;}
.ng-coverage-hero-v4{position:relative;min-height:260px;margin:0 -32px 22px;padding:24px 32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.34fr);gap:34px;align-items:center;background:linear-gradient(105deg,#f8fbff 0%,#f5f9ff 50%,#eef5ff 100%);border-top:1px solid #e7edf6;border-bottom:1px solid #e7edf6;overflow:hidden;}
.ng-coverage-hero-v4::after{content:none;}
.ng-coverage-hero-v4>div,.ng-coverage-summary-v4{position:relative;z-index:1;}
.ng-coverage-breadcrumbs-v4{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:#6c7890;font-size:13px;font-weight:750;}
.ng-coverage-breadcrumbs-v4 a{color:#075ff4;}
.ng-coverage-breadcrumbs-v4 strong{color:#111b35;}
.ng-coverage-hero-v4 h1{max-width:800px;margin:0;color:#111b35;font-size:38px;line-height:1.08;font-weight:900;}
.ng-coverage-hero-v4 p{max-width:690px;margin:14px 0 18px;color:#58657a;font-size:16px;line-height:1.5;font-weight:700;}
.ng-coverage-search-v4{max-width:800px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:end;padding:12px;border:1px solid #dfe7f2;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(17,27,53,.055);}
.ng-coverage-search-v4 label{display:grid;gap:6px;color:#69758b;font-size:12px;font-weight:750;}
.ng-coverage-search-v4 input,.ng-coverage-cta-v4 input{min-height:42px;width:100%;padding:0 14px;border:1px solid #dce5f2;border-radius:8px;background:#fff;color:#111b35;font:inherit;font-size:14px;font-weight:650;}
.ng-coverage-search-v4 button,.ng-coverage-cta-v4 button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #075ff4;border-radius:8px;background:#075ff4;color:#fff !important;font-size:14px;font-weight:900;box-shadow:0 10px 22px rgba(7,95,244,.20);}
.ng-coverage-search-v4 button{padding:0 26px;}
.ng-coverage-search-v4 a{min-height:42px;padding:0 18px;display:inline-flex;gap:8px;align-items:center;justify-content:center;border:1px solid #9ec0ff;border-radius:8px;background:#fff;color:#075ff4;font-size:14px;font-weight:900;}
.ng-coverage-search-v4 a img{width:18px;height:18px;object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-coverage-summary-v4{min-height:190px;padding:20px 22px;display:grid;gap:0;border:1px solid #dfe7f2;border-radius:8px;background:rgba(255,255,255,.88);box-shadow:0 18px 48px rgba(17,27,53,.065);backdrop-filter:blur(3px);}
.ng-coverage-summary-v4 article{min-height:50px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:2px 13px;align-items:center;}
.ng-coverage-summary-v4 article+article{padding-top:12px;margin-top:12px;border-top:1px solid #e6edf7;}
.ng-coverage-summary-v4 span,.ng-coverage-streets-v4 header span,.ng-coverage-help-v4 article span,.ng-coverage-cta-v4>div>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#eff5ff;}
.ng-coverage-summary-v4 img,.ng-coverage-streets-v4 header img,.ng-coverage-help-v4 img,.ng-coverage-cta-v4 img,.ng-coverage-header-v4 img{object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-coverage-summary-v4 img,.ng-coverage-streets-v4 header img,.ng-coverage-help-v4 img{width:22px;height:22px;}
.ng-coverage-summary-v4 strong{color:#111b35;font-size:21px;line-height:1.08;font-weight:900;}
.ng-coverage-summary-v4 small{grid-column:2;color:#58657a;font-size:13px;line-height:1.25;font-weight:800;}
.ng-coverage-streets-v4,.ng-coverage-help-v4 article,.ng-coverage-cta-v4{border:1px solid #dfe7f2;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(17,27,53,.055);}
.ng-coverage-streets-v4{padding:24px;margin-top:22px;}
.ng-coverage-streets-v4 header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;}
.ng-coverage-streets-v4 header>div{display:grid;grid-template-columns:44px minmax(0,1fr);gap:4px 14px;align-items:center;}
.ng-coverage-streets-v4 header span{grid-row:1/3;}
.ng-coverage-streets-v4 h2,.ng-coverage-help-v4 h2,.ng-coverage-cta-v4 h2{margin:0;color:#111b35;font-size:24px;line-height:1.2;font-weight:900;}
.ng-coverage-streets-v4 p,.ng-coverage-help-v4 p,.ng-coverage-cta-v4 p{margin:7px 0 0;color:#58657a;font-size:14px;line-height:1.5;font-weight:700;}
.ng-coverage-alphabet-v4{margin-top:20px;display:flex;flex-wrap:wrap;gap:8px;}
.ng-coverage-alphabet-v4 a{min-width:36px;min-height:34px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dce5f2;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:900;}
.ng-coverage-alphabet-v4 a.active{border-color:#075ff4;background:#075ff4;color:#fff;}
.ng-coverage-street-list-v4{margin-top:20px;padding-top:20px;border-top:1px solid #e8eef7;}
.ng-coverage-street-list-v4 h3{margin:0;color:#111b35;font-size:20px;font-weight:900;}
.ng-coverage-street-list-v4>div:not(.ng-coverage-empty-v4){margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px 44px;}
.ng-coverage-street-list-v4 a{min-height:24px;display:flex;align-items:center;color:#075ff4;font-size:14px;line-height:1.3;font-weight:800;}
.ng-coverage-street-list-v4 a:hover{text-decoration:underline;}
.ng-coverage-empty-v4{margin-top:16px;padding:16px;border:1px solid #e4ebf5;border-radius:8px;background:#fbfdff;color:#58657a;font-size:14px;font-weight:750;}
.ng-coverage-help-v4{margin-top:22px;}
.ng-coverage-help-v4>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.ng-coverage-help-v4 h2{margin-bottom:14px;}
.ng-coverage-help-v4 article{position:relative;min-height:112px;padding:20px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:5px 14px;align-items:start;}
.ng-coverage-help-v4 article:not(:last-child)::after{content:"›";position:absolute;right:-15px;top:50%;transform:translateY(-50%);color:#075ff4;font-size:28px;font-weight:500;}
.ng-coverage-help-v4 article b{position:absolute;left:14px;top:12px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#075ff4;color:#fff;font-size:11px;font-weight:900;z-index:2;}
.ng-coverage-help-v4 article span{grid-row:1/3;}
.ng-coverage-help-v4 h3{margin:0;color:#111b35;font-size:16px;font-weight:900;}
.ng-coverage-cta-v4{position:relative;margin-top:22px;min-height:136px;padding:24px 26px;display:block;overflow:hidden;}
.ng-coverage-cta-v4>div{display:grid;grid-template-columns:56px minmax(0,1fr);gap:6px 16px;align-items:start;}
.ng-coverage-cta-v4>div>span{grid-row:1/5;width:54px;height:54px;border-radius:50%;}
.ng-coverage-cta-v4>div>span img{width:24px;height:24px;}
.ng-coverage-cta-v4__fields{margin-top:10px;display:grid;grid-template-columns:minmax(0,1fr) .72fr auto auto;gap:12px;align-items:center;}
.ng-coverage-cta-v4__fields a{min-height:42px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6e1f0;border-radius:8px;background:#fff;color:#111b35;font-size:14px;font-weight:900;}
.ng-coverage-cta-v4__trust{display:flex;flex-wrap:wrap;gap:12px 24px;}
.ng-coverage-cta-v4__trust span{display:inline-flex;gap:8px;align-items:center;color:#4f5d74;font-size:12px;font-weight:800;}
.ng-coverage-cta-v4__trust img{width:16px;height:16px;}
@media (max-width:1180px){.ng-coverage-header-v4,.ng-coverage-hero-v4{grid-template-columns:1fr}.ng-coverage-header-v4 nav{justify-content:flex-start;flex-wrap:wrap}.ng-coverage-header-v4__phone{align-items:flex-start}.ng-coverage-street-list-v4>div:not(.ng-coverage-empty-v4){grid-template-columns:repeat(2,minmax(0,1fr))}.ng-coverage-cta-v4__fields{grid-template-columns:1fr}}
@media (max-width:768px){.ng-coverage-index-v4{padding:0 16px 36px}.ng-coverage-header-v4{grid-template-columns:auto minmax(0,1fr);gap:10px 14px;min-height:0;padding:8px 0 12px}.ng-coverage-header-v4 nav{display:none}.ng-coverage-header-v4__city{justify-self:start;max-width:100%}.ng-coverage-header-v4__phone{grid-column:1/-1;align-items:flex-start}.ng-coverage-header-v4__phone strong{font-size:16px}.ng-coverage-header-v4__phone span{font-size:11px}.ng-coverage-hero-v4{margin:0 -16px 16px;padding:22px 16px}.ng-coverage-hero-v4 h1{font-size:30px}.ng-coverage-search-v4,.ng-coverage-summary-v4,.ng-coverage-streets-v4 header,.ng-coverage-help-v4>div{display:grid;grid-template-columns:1fr}.ng-coverage-streets-v4{padding:18px}.ng-coverage-streets-v4 header>div{grid-template-columns:44px minmax(0,1fr)}.ng-coverage-street-list-v4>div:not(.ng-coverage-empty-v4){grid-template-columns:1fr}.ng-coverage-help-v4 article{min-height:0;padding:18px}.ng-coverage-help-v4 article::after{display:none}.ng-coverage-cta-v4>div{grid-template-columns:1fr}.ng-coverage-cta-v4>div>span{grid-row:auto}}
@media (max-width:430px){.ng-coverage-header-v4{gap:10px 12px}.ng-coverage-hero-v4 h1{font-size:24px;line-height:1.14;overflow-wrap:anywhere}.ng-coverage-hero-v4 p,.ng-coverage-streets-v4 p,.ng-coverage-help-v4 p,.ng-coverage-cta-v4 p{overflow-wrap:anywhere}.ng-coverage-streets-v4 h2,.ng-coverage-help-v4 h2,.ng-coverage-cta-v4 h2{font-size:20px;overflow-wrap:anywhere}.ng-coverage-alphabet-v4 a{min-width:34px}.ng-coverage-summary-v4 article{grid-template-columns:44px minmax(0,1fr)}.ng-coverage-summary-v4 strong{font-size:20px}.ng-coverage-cta-v4{padding:20px}}

/* V4-COV1: authoritative, paged coverage and street journey. */
.ng-coverage-index-v4 .sr-only{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}
.ng-coverage-hero-v4,.ng-coverage-cta-v4{overflow:visible}
.ng-coverage-search-v4,.ng-coverage-cta-v4__fields{position:relative}
.ng-coverage-search-v4 label,.ng-coverage-cta-v4__fields label{position:relative;min-width:0}
.ng-coverage-search-v4 label:focus-within,.ng-coverage-cta-v4__fields label:focus-within{z-index:4}
.ng-coverage-search-v4.is-error input{border-color:#d34d59;box-shadow:0 0 0 3px rgba(211,77,89,.12)}
.ng-coverage-search-v4 .ng-address-search-drop-v4 button,.ng-coverage-cta-v4 .ng-address-search-drop-v4 button{min-height:36px;width:100%;padding:8px 10px;display:block;border:0;border-radius:6px;background:#fff;color:#111b35!important;font:inherit;font-size:13px;font-weight:750;line-height:1.35;text-align:left;box-shadow:none;cursor:pointer}
.ng-coverage-search-v4 .ng-address-search-drop-v4 button:hover,.ng-coverage-search-v4 .ng-address-search-drop-v4 button:focus,.ng-coverage-cta-v4 .ng-address-search-drop-v4 button:hover,.ng-coverage-cta-v4 .ng-address-search-drop-v4 button:focus{background:#eef5ff;color:#075ff4!important;outline:0}
.ng-coverage-pagination-v4{margin-top:22px;display:flex;justify-content:center;align-items:center;gap:14px}
.ng-coverage-pagination-v4 a{min-height:38px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #9ec0ff;border-radius:8px;color:#075ff4;font-size:13px;font-weight:850}
.ng-coverage-pagination-v4 span{color:#657289;font-size:13px;font-weight:800}
.ng-street-house-grid-v4 a[hidden]{display:none}
.ng-street-house-empty-v4{margin:16px 0 0;padding:14px;border:1px solid #e2e9f3;border-radius:8px;background:#f8fbff;color:#5c687c;font-size:13px;font-weight:750}
.ng-street-house-empty-v4[hidden]{display:none}
.ng-street-bottom-v4--compact{min-height:0;grid-template-columns:1fr;overflow:visible}
.ng-street-bottom-v4--compact>div{max-width:820px}
@media (max-width:768px){.ng-coverage-search-v4,.ng-coverage-cta-v4__fields{grid-template-columns:1fr}.ng-coverage-pagination-v4{justify-content:space-between}.ng-street-bottom-v4--compact{padding:22px 20px}}
@media (max-width:430px){.ng-coverage-alphabet-v4{gap:6px}.ng-coverage-alphabet-v4 a{min-width:32px;padding:0 8px}.ng-coverage-pagination-v4{gap:8px}.ng-coverage-pagination-v4 a{padding:0 12px}}

.ng-vacancies-v4{max-width:1320px;margin:0 auto;padding:0 32px 52px;color:#111b35;}
.ng-vacancies-header-v4{min-height:58px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:24px;align-items:center;}
.ng-vacancies-header-v4__logo{color:#111b35;font-size:24px;font-weight:900;}
.ng-vacancies-header-v4__logo span{color:#075ff4;}
.ng-vacancies-header-v4__city{min-height:34px;padding:0 14px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:750;}
.ng-vacancies-header-v4__city img{width:16px;height:16px;object-fit:contain;}
.ng-vacancies-header-v4 nav{display:flex;justify-content:center;gap:36px;color:#111b35;font-size:13px;font-weight:800;}
.ng-vacancies-header-v4 nav a{padding:22px 0 18px;}
.ng-vacancies-header-v4__phone{display:flex;flex-direction:column;align-items:flex-end;color:#111b35;}
.ng-vacancies-header-v4__phone strong{font-size:18px;font-weight:900;}
.ng-vacancies-header-v4__phone span{margin-top:4px;color:#69758b;font-size:12px;font-weight:700;}
.ng-vacancies-hero-v4{min-height:278px;margin:0 -32px 22px;padding:28px 32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.34fr);gap:36px;align-items:center;background:linear-gradient(105deg,#f8fbff 0%,#f5f9ff 52%,#eef5ff 100%);border-top:1px solid #e7edf6;border-bottom:1px solid #e7edf6;}
.ng-vacancies-breadcrumbs-v4{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:#6c7890;font-size:13px;font-weight:750;}
.ng-vacancies-breadcrumbs-v4 a{color:#075ff4;}
.ng-vacancies-breadcrumbs-v4 strong{color:#111b35;}
.ng-vacancies-hero-v4 h1{max-width:720px;margin:0;color:#111b35;font-size:42px;line-height:1.08;font-weight:900;}
.ng-vacancies-hero-v4 p{max-width:690px;margin:16px 0 22px;color:#58657a;font-size:17px;line-height:1.5;font-weight:700;}
.ng-vacancies-actions-v4{display:flex;flex-wrap:wrap;gap:14px;}
.ng-vacancies-actions-v4 a,.ng-vacancies-form-v4 button,.ng-vacancies-bottom-v4 nav a:first-child{min-height:44px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #075ff4;border-radius:8px;background:#075ff4;color:#fff !important;font-size:14px;font-weight:900;box-shadow:0 12px 24px rgba(7,95,244,.20);}
.ng-vacancies-actions-v4 a:nth-child(2),.ng-vacancies-bottom-v4 nav a:nth-child(2){background:#fff;color:#075ff4 !important;box-shadow:none;}
.ng-vacancies-facts-v4,.ng-vacancies-card-v4,.ng-vacancies-benefits-v4 article,.ng-vacancies-bottom-v4{border:1px solid #dfe7f2;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(17,27,53,.055);}
.ng-vacancies-facts-v4{min-height:190px;padding:20px 22px;display:grid;gap:0;}
.ng-vacancies-facts-v4 article{min-height:50px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:13px;align-items:center;}
.ng-vacancies-facts-v4 article+article{padding-top:12px;margin-top:12px;border-top:1px solid #e6edf7;}
.ng-vacancies-facts-v4 span,.ng-vacancies-quality-grid-v4 span,.ng-vacancies-benefits-v4 span,.ng-vacancies-bottom-v4>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#eff5ff;}
.ng-vacancies-facts-v4 img,.ng-vacancies-quality-grid-v4 img,.ng-vacancies-benefits-v4 img,.ng-vacancies-bottom-v4 img,.ng-vacancies-header-v4 img{width:22px;height:22px;object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-vacancies-facts-v4 article>div{min-width:0;display:grid;gap:3px;}
.ng-vacancies-facts-v4 strong{color:#111b35;font-size:18px;line-height:1.22;font-weight:900;}
.ng-vacancies-facts-v4 small{color:#69758b;font-size:12px;line-height:1.35;font-weight:750;}
.ng-vacancies-card-v4{padding:24px;margin-top:22px;}
.ng-vacancies-card-v4 h2,.ng-vacancies-benefits-v4 h2,.ng-vacancies-bottom-v4 h2{margin:0;color:#111b35;font-size:24px;line-height:1.2;font-weight:900;}
.ng-vacancies-fit-v4 p,.ng-vacancies-form-v4 p,.ng-vacancies-vacancy-v4>p,.ng-vacancies-benefits-v4 p,.ng-vacancies-bottom-v4 p{margin:10px 0 0;color:#58657a;font-size:14px;line-height:1.55;font-weight:700;}
.ng-vacancies-quality-grid-v4{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.ng-vacancies-quality-grid-v4 article{min-height:62px;padding:12px 14px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;border:1px solid #e3ebf6;border-radius:8px;background:#fbfdff;}
.ng-vacancies-quality-grid-v4 strong{font-size:14px;line-height:1.25;font-weight:850;color:#111b35;}
.ng-vacancies-workspace-v4{margin-top:22px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start;}
.ng-vacancies-workspace-v4 .ng-vacancies-card-v4{margin-top:0;}
.ng-vacancies-vacancy-v4{margin-top:18px;padding:20px;border:1px solid #dfe7f2;border-radius:8px;background:#fff;}
.ng-vacancies-vacancy-v4 header{display:flex;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid #e7eef7;}
.ng-vacancies-vacancy-v4 small{display:block;margin-bottom:5px;color:#69758b;font-size:12px;font-weight:800;}
.ng-vacancies-vacancy-v4 h3{margin:0;color:#111b35;font-size:20px;font-weight:900;}
.ng-vacancies-vacancy-v4 header>div:last-child{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;}
.ng-vacancies-vacancy-v4 header span{min-height:28px;padding:0 10px;display:inline-flex;align-items:center;border-radius:8px;background:#edf6ff;color:#075ff4;font-size:12px;font-weight:850;}
.ng-vacancies-list-grid-v4{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 26px;}
.ng-vacancies-list-grid-v4 h4{margin:0 0 10px;color:#111b35;font-size:15px;font-weight:900;}
.ng-vacancies-list-grid-v4 ul{margin:0;padding:0;list-style:none;display:grid;gap:8px;}
.ng-vacancies-list-grid-v4 li{position:relative;padding-left:16px;color:#42506a;font-size:13px;line-height:1.45;font-weight:750;}
.ng-vacancies-list-grid-v4 li::before{content:"";position:absolute;left:0;top:.62em;width:5px;height:5px;border-radius:50%;background:#075ff4;}
.ng-vacancies-form-v4{position:sticky;top:16px;}
.ng-vacancies-form-v4__fields{margin-top:16px;display:grid;gap:12px;}
.ng-vacancies-form-v4 label{display:grid;gap:6px;color:#111b35;font-size:13px;font-weight:850;}
.ng-vacancies-form-v4 input,.ng-vacancies-form-v4 textarea{width:100%;padding:0 13px;border:1px solid #dce5f2;border-radius:8px;background:#fff;color:#111b35;font:inherit;font-size:14px;font-weight:650;}
.ng-vacancies-form-v4 input{min-height:42px;}
.ng-vacancies-form-v4 textarea{min-height:104px;padding-top:12px;resize:vertical;}
.ng-vacancies-form-v4 button{width:100%;border:1px solid #075ff4;}
.ng-vacancies-form-v4 small{display:block;margin-top:12px;color:#69758b;font-size:12px;line-height:1.45;font-weight:700;}
.ng-vacancies-workspace-v4,.ng-vacancies-form-v4{scroll-margin-top:24px;}
.ng-vacancies-form-v4 input[aria-invalid="true"],.ng-vacancies-form-v4 textarea[aria-invalid="true"]{border-color:#c93636;box-shadow:0 0 0 2px rgba(201,54,54,.10);}
.ng-vacancies-form-v4 [data-vacancy-error]{min-height:0;color:#b42318;font-size:12px;line-height:1.35;font-weight:750;}
.ng-vacancies-form-v4 [data-vacancy-error]:empty{display:none;}
.ng-vacancies-consent-v4{grid-template-columns:18px minmax(0,1fr);gap:10px !important;align-items:start;font-weight:700 !important;line-height:1.45;}
.ng-vacancies-consent-v4 input{width:18px;height:18px;min-height:18px;margin:1px 0 0;padding:0;accent-color:#075ff4;}
.ng-vacancies-consent-v4 a{color:#075ff4;text-decoration:underline;text-underline-offset:2px;}
.ng-vacancies-form-v4 button:disabled{border-color:#aab6c8;background:#aab6c8;box-shadow:none;cursor:not-allowed;}
.ng-vacancies-form-v4__availability,.ng-vacancies-form-v4__message{margin:12px 0 0 !important;color:#69758b !important;font-size:12px !important;line-height:1.45 !important;}
.ng-vacancies-form-v4__message.is-error{color:#b42318 !important;}
.ng-vacancies-form-v4__success{margin-top:16px;padding:14px;border:1px solid #9bd7b0;border-radius:8px;background:#f0fbf4;color:#164d2c;}
.ng-vacancies-form-v4__success strong,.ng-vacancies-form-v4__success span{display:block;}
.ng-vacancies-form-v4__success span{margin-top:4px;font-size:13px;line-height:1.45;font-weight:700;}
.ng-vacancies-honeypot-v4{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;overflow:hidden !important;}
.ng-vacancies-benefits-v4{margin-top:22px;}
.ng-vacancies-benefits-v4>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.ng-vacancies-benefits-v4 h2{margin-bottom:14px;}
.ng-vacancies-benefits-v4 article{padding:20px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:5px 14px;align-items:start;}
.ng-vacancies-benefits-v4 span{grid-row:1/3;}
.ng-vacancies-benefits-v4 h3{margin:0;color:#111b35;font-size:16px;font-weight:900;}
.ng-vacancies-bottom-v4{margin-top:22px;padding:24px 26px;display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:18px;align-items:center;}
.ng-vacancies-bottom-v4>span{width:54px;height:54px;border-radius:50%;}
.ng-vacancies-bottom-v4>span img{width:24px;height:24px;}
.ng-vacancies-bottom-v4 nav{display:flex;gap:12px;align-items:center;}
.ng-vacancies-bottom-v4 nav a{white-space:nowrap;}
@media (max-width:1180px){.ng-vacancies-header-v4,.ng-vacancies-hero-v4,.ng-vacancies-workspace-v4{grid-template-columns:1fr}.ng-vacancies-header-v4 nav{justify-content:flex-start;flex-wrap:wrap}.ng-vacancies-header-v4__phone{align-items:flex-start}.ng-vacancies-form-v4{position:static}.ng-vacancies-quality-grid-v4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:768px){.ng-vacancies-v4{padding:0 16px 36px}.ng-vacancies-header-v4{grid-template-columns:auto minmax(0,1fr);gap:10px 14px;min-height:0;padding:8px 0 12px}.ng-vacancies-header-v4 nav{display:none}.ng-vacancies-header-v4__city{justify-self:start;max-width:100%}.ng-vacancies-header-v4__phone{grid-column:1/-1;align-items:flex-start}.ng-vacancies-header-v4__phone strong{font-size:16px}.ng-vacancies-header-v4__phone span{font-size:11px}.ng-vacancies-hero-v4{margin:0 -16px 16px;padding:22px 16px}.ng-vacancies-hero-v4 h1{font-size:32px}.ng-vacancies-actions-v4,.ng-vacancies-vacancy-v4 header,.ng-vacancies-benefits-v4>div,.ng-vacancies-bottom-v4,.ng-vacancies-bottom-v4 nav{display:grid;grid-template-columns:1fr}.ng-vacancies-facts-v4,.ng-vacancies-quality-grid-v4,.ng-vacancies-list-grid-v4{grid-template-columns:1fr}.ng-vacancies-card-v4{padding:18px}.ng-vacancies-vacancy-v4{padding:16px}.ng-vacancies-vacancy-v4 header>div:last-child{justify-content:flex-start}.ng-vacancies-bottom-v4>span{grid-row:auto}}
@media (max-width:430px){.ng-vacancies-header-v4{gap:10px 12px}.ng-vacancies-hero-v4 h1{font-size:27px;line-height:1.12;overflow-wrap:anywhere}.ng-vacancies-hero-v4 p,.ng-vacancies-fit-v4 p,.ng-vacancies-vacancy-v4 p,.ng-vacancies-benefits-v4 p,.ng-vacancies-bottom-v4 p{overflow-wrap:anywhere}.ng-vacancies-card-v4 h2,.ng-vacancies-benefits-v4 h2,.ng-vacancies-bottom-v4 h2{font-size:21px;overflow-wrap:anywhere}.ng-vacancies-quality-grid-v4 article{grid-template-columns:44px minmax(0,1fr)}.ng-vacancies-bottom-v4{padding:20px}}

.ng-about-v4{max-width:1320px;margin:0 auto;padding:0 32px 52px;color:#111b35;}
.ng-about-header-v4{min-height:58px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:24px;align-items:center;}
.ng-about-header-v4__logo{color:#111b35;font-size:24px;font-weight:900;}
.ng-about-header-v4__logo span{color:#075ff4;}
.ng-about-header-v4__city{min-height:34px;padding:0 14px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:750;}
.ng-about-header-v4__city img{width:16px;height:16px;object-fit:contain;}
.ng-about-header-v4 nav{display:flex;justify-content:center;gap:36px;color:#111b35;font-size:13px;font-weight:800;}
.ng-about-header-v4 nav a{padding:22px 0 18px;}
.ng-about-header-v4__contact{display:flex;flex-direction:column;align-items:flex-end;gap:3px;}
.ng-about-header-v4__phone{display:flex;flex-direction:column;align-items:flex-end;color:#111b35;}
.ng-about-header-v4__phone strong{font-size:18px;font-weight:900;}
.ng-about-header-v4__callback{color:#075ff4;font-size:12px;font-weight:800;}
.ng-about-hero-v4{min-height:278px;margin:0 -32px 22px;padding:30px 32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.34fr);gap:38px;align-items:center;background:linear-gradient(105deg,#f8fbff 0%,#f5f9ff 52%,#eef5ff 100%);border-top:1px solid #e7edf6;border-bottom:1px solid #e7edf6;}
.ng-about-breadcrumbs-v4{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:#6c7890;font-size:13px;font-weight:750;}
.ng-about-breadcrumbs-v4 a{color:#075ff4;}
.ng-about-breadcrumbs-v4 strong{color:#111b35;}
.ng-about-hero-v4 h1{max-width:720px;margin:0;color:#111b35;font-size:42px;line-height:1.08;font-weight:900;}
.ng-about-hero-v4 p{max-width:700px;margin:16px 0 22px;color:#58657a;font-size:17px;line-height:1.5;font-weight:700;}
.ng-about-actions-v4{display:flex;flex-wrap:wrap;gap:14px;}
.ng-about-actions-v4 a,.ng-about-button-v4{min-height:44px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #075ff4;border-radius:8px;background:#075ff4;color:#fff !important;font-size:14px;font-weight:900;box-shadow:0 12px 24px rgba(7,95,244,.20);}
.ng-about-actions-v4 a:nth-child(2),.ng-about-cta-v4__fields a:nth-child(4){background:#fff;color:#075ff4 !important;box-shadow:none;}
.ng-about-facts-v4,.ng-about-card-v4,.ng-about-help-v4 article,.ng-about-approach-v4,.ng-about-cta-v4{border:1px solid #dfe7f2;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(17,27,53,.055);}
.ng-about-facts-v4{min-height:198px;padding:20px 22px;display:grid;gap:0;}
.ng-about-facts-v4 article{min-height:54px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:13px;align-items:center;}
.ng-about-facts-v4 article+article{padding-top:13px;margin-top:13px;border-top:1px solid #e6edf7;}
.ng-about-facts-v4 span,.ng-about-main-card-v4>span,.ng-about-help-v4 span,.ng-about-approach-v4 span,.ng-about-cta-v4>div>span{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#eff5ff;}
.ng-about-facts-v4 img,.ng-about-main-card-v4 img,.ng-about-help-v4 img,.ng-about-approach-v4 img,.ng-about-cta-v4 img,.ng-about-header-v4 img{width:23px;height:23px;object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-about-facts-v4 strong{display:block;color:#111b35;font-size:22px;line-height:1.1;font-weight:900;}
.ng-about-facts-v4 small{display:block;margin-top:3px;color:#58657a;font-size:13px;line-height:1.3;font-weight:750;}
.ng-about-main-card-v4{padding:28px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:18px;align-items:start;}
.ng-about-card-v4 h2,.ng-about-help-v4 h2,.ng-about-approach-v4 h2,.ng-about-cta-v4 h2{margin:0;color:#111b35;font-size:24px;line-height:1.2;font-weight:900;}
.ng-about-card-v4 p,.ng-about-help-v4 p,.ng-about-approach-v4 p,.ng-about-cta-v4 p{margin:10px 0 0;color:#58657a;font-size:14px;line-height:1.58;font-weight:700;}
.ng-about-help-v4{margin-top:26px;}
.ng-about-help-v4>div{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.ng-about-help-v4 article{min-height:190px;padding:22px 20px;display:grid;align-content:start;gap:12px;}
.ng-about-help-v4 span{width:48px;height:48px;border-radius:50%;}
.ng-about-help-v4 h3,.ng-about-approach-v4 h3{margin:0;color:#111b35;font-size:16px;line-height:1.25;font-weight:900;}
.ng-about-help-v4 p{margin:0;}
.ng-about-approach-v4{margin-top:26px;padding:24px;}
.ng-about-approach-v4>div{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;}
.ng-about-approach-v4 article{padding:0 24px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:start;}
.ng-about-approach-v4 article:first-child{padding-left:0;}
.ng-about-approach-v4 article:not(:last-child){border-right:1px solid #dfe7f2;}
.ng-about-approach-v4 article:last-child{padding-right:0;}
.ng-about-approach-v4 span{width:48px;height:48px;border-radius:50%;}
.ng-about-approach-v4 p{margin-top:6px;}
.ng-about-cta-v4{position:relative;margin-top:28px;min-height:190px;padding:26px 28px;overflow:hidden;background:linear-gradient(105deg,#fff 0%,#fff 68%,#f8fbff 100%);}
.ng-about-cta-v4::after{content:"";display:none;}
.ng-about-cta-v4>div{position:relative;z-index:1;max-width:860px;display:grid;grid-template-columns:56px minmax(0,1fr);gap:6px 16px;align-items:start;}
.ng-about-cta-v4>div>span{grid-row:1/5;width:54px;height:54px;border-radius:50%;}
.ng-about-cta-v4>div>span img{width:24px;height:24px;}
.ng-about-cta-v4__fields{margin-top:12px;display:grid;grid-template-columns:minmax(0,1fr) .45fr auto auto;gap:12px;align-items:center;}
.ng-about-cta-v4__fields input{min-height:42px;width:100%;padding:0 14px;border:1px solid #dce5f2;border-radius:8px;background:#fff;color:#111b35;font:inherit;font-size:14px;font-weight:650;}
.ng-about-cta-v4__fields a{min-height:42px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6e1f0;border-radius:8px;background:#fff;color:#111b35;font-size:14px;font-weight:900;}
.ng-about-cta-v4__fields .ng-about-button-v4{border-color:#075ff4;background:#075ff4;color:#fff!important;box-shadow:0 12px 24px rgba(7,95,244,.20);}
.ng-about-cta-v4 .ng-address-search-drop-v4 button{min-height:36px;width:100%;padding:8px 10px;display:block;border:0;border-radius:6px;background:#fff;color:#111b35!important;font:inherit;font-size:13px;font-weight:750;line-height:1.35;text-align:left;box-shadow:none;cursor:pointer;}
.ng-about-cta-v4 .ng-address-search-drop-v4 button:hover,.ng-about-cta-v4 .ng-address-search-drop-v4 button:focus,.ng-about-cta-v4 .ng-address-search-drop-v4 button:focus-visible{background:#eef5ff;color:#075ff4!important;outline:0;}
.ng-about-cta-v4__trust{margin-top:14px;display:flex;flex-wrap:wrap;gap:12px 24px;}
.ng-about-cta-v4__trust span{display:inline-flex;gap:8px;align-items:center;color:#4f5d74;font-size:12px;font-weight:800;}
.ng-about-cta-v4__trust img{width:16px;height:16px;}
@media (max-width:1180px){.ng-about-header-v4,.ng-about-hero-v4{grid-template-columns:1fr}.ng-about-header-v4 nav{justify-content:flex-start;flex-wrap:wrap}.ng-about-header-v4__contact{align-items:flex-start}.ng-about-header-v4__phone{align-items:flex-start}.ng-about-help-v4>div{grid-template-columns:repeat(2,minmax(0,1fr))}.ng-about-approach-v4>div{grid-template-columns:1fr;gap:16px}.ng-about-approach-v4 article{padding:0;border-right:0!important}.ng-about-cta-v4__fields{grid-template-columns:1fr 1fr}.ng-about-cta-v4::after{opacity:.25}}
@media (max-width:768px){.ng-about-v4{padding:0 16px 36px}.ng-about-header-v4{grid-template-columns:auto minmax(0,1fr);gap:10px 14px;min-height:0;padding:8px 0 12px}.ng-about-header-v4 nav{display:none}.ng-about-header-v4__city{justify-self:start;max-width:100%}.ng-about-header-v4__contact{grid-column:1/-1;align-items:flex-start}.ng-about-header-v4__phone{align-items:flex-start}.ng-about-header-v4__phone strong{font-size:16px}.ng-about-hero-v4{margin:0 -16px 16px;padding:22px 16px;min-height:0}.ng-about-hero-v4 h1{font-size:32px}.ng-about-actions-v4,.ng-about-main-card-v4,.ng-about-facts-v4,.ng-about-help-v4>div,.ng-about-cta-v4>div,.ng-about-cta-v4__fields{display:grid;grid-template-columns:1fr}.ng-about-main-card-v4{padding:20px}.ng-about-card-v4 h2,.ng-about-help-v4 h2,.ng-about-approach-v4 h2,.ng-about-cta-v4 h2{font-size:22px}.ng-about-help-v4 article{min-height:0}.ng-about-cta-v4{padding:22px 20px}.ng-about-cta-v4>div>span{grid-row:auto}.ng-about-cta-v4::after{display:none}}
@media (max-width:430px){.ng-about-header-v4{gap:10px 12px}.ng-about-hero-v4 h1{font-size:28px;line-height:1.12;overflow-wrap:anywhere}.ng-about-hero-v4 p,.ng-about-card-v4 p,.ng-about-help-v4 p,.ng-about-approach-v4 p,.ng-about-cta-v4 p{overflow-wrap:anywhere}.ng-about-facts-v4 strong{font-size:20px}.ng-about-card-v4 h2,.ng-about-help-v4 h2,.ng-about-approach-v4 h2,.ng-about-cta-v4 h2{font-size:20px;overflow-wrap:anywhere}.ng-about-cta-v4__trust{gap:10px}}

.ng-news-index-v4{max-width:1320px;margin:0 auto;padding:0 32px 52px;color:#111b35;}
.ng-news-index-header-v4{min-height:58px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:24px;align-items:center;}
.ng-news-index-header-v4__logo{color:#111b35;font-size:24px;font-weight:900;white-space:nowrap;}
.ng-news-index-header-v4__logo span{color:#075ff4;}
.ng-news-index-header-v4__city{min-height:34px;padding:0 14px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:800;white-space:nowrap;}
.ng-news-index-header-v4__city img{width:16px;height:16px;object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-news-index-header-v4__city-short{display:none;}
.ng-news-index-header-v4 nav{display:flex;justify-content:center;gap:36px;color:#111b35;font-size:13px;font-weight:800;}
.ng-news-index-header-v4 nav a{position:relative;padding:22px 0 18px;color:#111b35;}
.ng-news-index-header-v4 nav a.is-active{color:#075ff4;}
.ng-news-index-header-v4 nav a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px;background:#075ff4;}
.ng-news-index-header-v4__phone{display:flex;flex-direction:column;align-items:flex-end;color:#111b35;}
.ng-news-index-header-v4__phone strong{font-size:18px;font-weight:900;white-space:nowrap;}
.ng-news-index-header-v4__phone span{margin-top:4px;color:#69758b;font-size:12px;font-weight:700;}
.ng-news-index-header-v4__menu{display:none;}
.ng-news-index-hero-v4{min-height:256px;margin:0 -32px 22px;padding:30px 32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.34fr);gap:38px;align-items:center;background:linear-gradient(105deg,#f8fbff 0%,#f5f9ff 52%,#eef5ff 100%);border-top:1px solid #e7edf6;border-bottom:1px solid #e7edf6;}
.ng-news-index-breadcrumbs-v4{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:#6c7890;font-size:13px;font-weight:750;}
.ng-news-index-breadcrumbs-v4 a{color:#075ff4;}
.ng-news-index-breadcrumbs-v4 strong{color:#111b35;}
.ng-news-index-hero-v4 h1{max-width:780px;margin:0;color:#111b35;font-size:42px;line-height:1.08;font-weight:900;}
.ng-news-index-hero-v4 p{max-width:760px;margin:16px 0 22px;color:#58657a;font-size:17px;line-height:1.5;font-weight:700;}
.ng-news-index-actions-v4{display:flex;flex-wrap:wrap;gap:14px;}
.ng-news-index-actions-v4 a,.ng-news-index-button-v4,.ng-news-index-filter-v4__controls>button{min-height:44px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #075ff4;border-radius:8px;background:#075ff4;color:#fff!important;font-size:14px;font-weight:900;box-shadow:0 12px 24px rgba(7,95,244,.20);}
.ng-news-index-actions-v4 a:nth-child(2),.ng-news-index-cta-v4__fields a:nth-child(4){background:#fff;color:#075ff4!important;box-shadow:none;}
.ng-news-index-info-v4,.ng-news-index-filter-v4,.ng-news-index-card-v4,.ng-news-index-cta-v4{border:1px solid #dfe7f2;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(17,27,53,.055);}
.ng-news-index-info-v4{padding:20px 22px;display:grid;gap:0;}
.ng-news-index-info-v4 article{min-height:58px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:13px;align-items:center;}
.ng-news-index-info-v4 article+article{padding-top:13px;margin-top:13px;border-top:1px solid #e6edf7;}
.ng-news-index-info-v4 span,.ng-news-index-cta-v4__content>span{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#eff5ff;}
.ng-news-index-info-v4 img,.ng-news-index-cta-v4__content>span img,.ng-news-index-cta-v4__trust img{width:23px;height:23px;object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-news-index-info-v4 strong{display:block;color:#111b35;font-size:17px;line-height:1.25;font-weight:900;}
.ng-news-index-section-head-v4{margin-bottom:16px;}
.ng-news-index-section-head-v4 h2{margin:0;color:#111b35;font-size:26px;line-height:1.18;font-weight:900;}
.ng-news-index-section-head-v4 p{margin:8px 0 0;color:#69758b;font-size:14px;line-height:1.5;font-weight:700;}
.ng-news-index-filter-v4{padding:22px;}
.ng-news-index-filter-v4__controls{display:grid;grid-template-columns:220px 140px minmax(240px,1fr) auto;gap:12px;align-items:end;}
.ng-news-index-filter-v4 label{display:grid;gap:7px;color:#58657a;font-size:12px;font-weight:850;}
.ng-news-index-filter-v4 select,.ng-news-index-filter-v4 input,.ng-news-index-cta-v4__fields input{width:100%;min-height:42px;padding:0 14px;border:1px solid #dce5f2;border-radius:8px;background:#fff;color:#111b35;font:inherit;font-size:14px;font-weight:700;}
.ng-news-index-filter-v4__controls>button{cursor:pointer;}
.ng-news-index-filter-v4__chips{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px;}
.ng-news-index-filter-v4__chips a{min-height:34px;padding:0 14px;display:inline-flex;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:850;}
.ng-news-index-filter-v4__chips a.is-active{border-color:#075ff4;background:#075ff4;color:#fff!important;}
.ng-news-index-filter-v4__reset{margin-top:13px;display:inline-flex;color:#075ff4;font-size:13px;font-weight:850;}
.ng-news-index-list-v4{margin-top:28px;}
.ng-news-index-list-v4:focus{outline:0;}
.ng-news-index-grid-v4{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.ng-news-index-card-v4{min-height:252px;padding:20px;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:13px;}
.ng-news-index-card-v4__meta{display:flex;gap:12px;align-items:center;min-width:0;}
.ng-news-index-card-v4__provider{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border:1px solid #dfe7f2;border-radius:12px;background:#fff;}
.ng-news-index-card-v4__provider img{max-width:36px;max-height:30px;object-fit:contain;}
.ng-news-index-card-v4__provider strong{max-width:38px;color:#075ff4;font-size:10px;line-height:1.05;font-weight:900;text-align:center;overflow:hidden;text-overflow:ellipsis;}
.ng-news-index-card-v4__meta time{display:block;color:#69758b;font-size:12px;font-weight:800;}
.ng-news-index-card-v4__meta div:last-child>span{margin-top:5px;min-height:24px;padding:0 9px;display:inline-flex;align-items:center;border-radius:999px;background:#eff5ff;color:#075ff4;font-size:11px;font-weight:900;}
.ng-news-index-card-v4 h3{margin:0;color:#111b35;font-size:19px;line-height:1.25;font-weight:900;}
.ng-news-index-card-v4 p{margin:0;color:#58657a;font-size:14px;line-height:1.5;font-weight:700;}
.ng-news-index-card-v4>a{align-self:end;color:#075ff4;font-size:14px;font-weight:900;}
.ng-news-index-card-v4>a::after{content:" ->";}
.ng-news-index-empty-v4{padding:28px;border:1px solid #dfe7f2;border-radius:8px;background:#fff;text-align:center;}
.ng-news-index-empty-v4 h3{margin:0;color:#111b35;font-size:20px;line-height:1.25;font-weight:900;}
.ng-news-index-empty-v4 p{margin:8px 0 0;color:#58657a;font-size:14px;line-height:1.5;font-weight:700;}
.ng-news-index-empty-v4 a{margin-top:15px;min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #075ff4;border-radius:8px;color:#075ff4;font-size:13px;font-weight:900;}
.ng-news-index-pagination-v4{margin:24px 0 0;display:flex;justify-content:center;gap:9px;align-items:center;}
.ng-news-index-pagination-v4 a{min-width:36px;min-height:36px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:900;}
.ng-news-index-pagination-v4 a.is-active{border-color:#075ff4;background:#075ff4;color:#fff!important;}
.ng-news-index-async-status-v4{margin:14px 0 0;color:#58657a;font-size:13px;font-weight:750;text-align:center;}
.ng-news-index-async-status-v4.is-error{color:#b42318;}
.ng-news-index-v4.is-loading [data-ng-general-news-state]{opacity:.64;pointer-events:none;}
.ng-news-index-cta-v4{position:relative;z-index:2;margin-top:30px;min-height:210px;padding:26px 28px;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;overflow:visible;background:linear-gradient(105deg,#fff 0%,#fff 58%,#f4f8ff 100%);}
.ng-news-index-cta-v4__content{position:relative;z-index:1;display:grid;grid-template-columns:56px minmax(0,1fr);gap:6px 16px;align-items:start;}
.ng-news-index-cta-v4__content>span{grid-row:1/5;width:54px;height:54px;border-radius:50%;}
.ng-news-index-cta-v4__content h2{margin:0;color:#111b35;font-size:24px;line-height:1.18;font-weight:900;}
.ng-news-index-cta-v4__content p{margin:8px 0 0;color:#58657a;font-size:14px;line-height:1.5;font-weight:700;}
.ng-news-index-cta-v4__fields{margin-top:12px;display:grid;grid-template-columns:minmax(0,1fr) .45fr auto auto;gap:12px;align-items:center;}
.ng-news-index-cta-v4__fields a{min-height:42px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6e1f0;border-radius:8px;background:#fff;color:#111b35;font-size:14px;font-weight:900;}
.ng-news-index-cta-v4__fields .ng-news-index-button-v4{border-color:#075ff4;background:#075ff4;color:#fff!important;box-shadow:0 12px 24px rgba(7,95,244,.20);}
.ng-news-index-cta-v4__fields label{position:relative;min-width:0;}
.ng-news-index-cta-v4__fields label:focus-within{z-index:45;}
.ng-news-index-cta-v4 .ng-address-search-drop-v4{z-index:50;}
.ng-news-index-cta-v4 .ng-address-search-drop-v4 button{min-height:36px;width:100%;padding:8px 10px;display:block;border:0;border-radius:6px;background:#fff;color:#111b35!important;font:inherit;font-size:13px;font-weight:750;line-height:1.35;text-align:left;box-shadow:none;cursor:pointer;}
.ng-news-index-cta-v4 .ng-address-search-drop-v4 button:hover,.ng-news-index-cta-v4 .ng-address-search-drop-v4 button:focus,.ng-news-index-cta-v4 .ng-address-search-drop-v4 button:focus-visible{background:#eef5ff;color:#075ff4!important;outline:0;}
.ng-news-index-cta-v4__trust{margin-top:14px;display:flex;flex-wrap:wrap;gap:12px 24px;}
.ng-news-index-cta-v4__trust span{display:inline-flex;gap:8px;align-items:center;color:#4f5d74;font-size:12px;font-weight:800;}
.ng-news-index-cta-v4__trust img{width:16px;height:16px;}
.ng-news-index-cta-v4__art{align-self:center;justify-self:end;max-width:300px;width:100%;opacity:.45;filter:saturate(.9);pointer-events:none;}
@media (max-width:1180px){.ng-news-index-header-v4{grid-template-columns:auto auto 1fr}.ng-news-index-header-v4 nav{order:5;grid-column:1/-1;justify-content:flex-start;flex-wrap:wrap}.ng-news-index-header-v4__phone{justify-self:end}.ng-news-index-hero-v4{grid-template-columns:1fr}.ng-news-index-info-v4{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.ng-news-index-info-v4 article+article{padding-top:0;margin-top:0;border-top:0;border-left:1px solid #e6edf7;padding-left:18px}.ng-news-index-filter-v4__controls{grid-template-columns:1fr 1fr}.ng-news-index-filter-v4__search{grid-column:1/-1}.ng-news-index-filter-v4__controls>button{grid-column:1/-1}.ng-news-index-grid-v4{grid-template-columns:repeat(2,minmax(0,1fr))}.ng-news-index-cta-v4{grid-template-columns:1fr}.ng-news-index-cta-v4__art{display:none}.ng-news-index-cta-v4__fields{grid-template-columns:1fr 1fr}}
@media (max-width:768px){.ng-news-index-v4{padding:0 16px 36px}.ng-news-index-header-v4{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;min-height:0;padding:8px 0 12px}.ng-news-index-header-v4 nav{display:none}.ng-news-index-header-v4__city{justify-self:start;max-width:100%}.ng-news-index-header-v4__phone{grid-column:1/-1;align-items:flex-start;justify-self:start}.ng-news-index-header-v4__phone strong{font-size:16px}.ng-news-index-header-v4__phone span{font-size:11px}.ng-news-index-header-v4__menu{position:relative;display:block;justify-self:end}.ng-news-index-header-v4__menu summary{min-height:34px;padding:0 13px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:900;list-style:none;cursor:pointer;white-space:nowrap}.ng-news-index-header-v4__menu summary::-webkit-details-marker{display:none}.ng-news-index-header-v4__menu summary span,.ng-news-index-header-v4__menu summary span::before,.ng-news-index-header-v4__menu summary span::after{width:16px;height:2px;display:block;border-radius:2px;background:#075ff4}.ng-news-index-header-v4__menu summary span{position:relative}.ng-news-index-header-v4__menu summary span::before,.ng-news-index-header-v4__menu summary span::after{content:"";position:absolute;left:0}.ng-news-index-header-v4__menu summary span::before{top:-6px}.ng-news-index-header-v4__menu summary span::after{top:6px}.ng-news-index-header-v4__menu div{position:absolute;right:0;top:42px;z-index:20;width:min(260px,calc(100vw - 32px));padding:10px;border:1px solid #dbe4f1;border-radius:10px;background:#fff;box-shadow:0 18px 38px rgba(17,27,53,.14)}.ng-news-index-header-v4__menu a{display:block;padding:10px;border-radius:8px;color:#111b35;font-size:13px;font-weight:850}.ng-news-index-header-v4__menu a.is-active{background:#eff5ff;color:#075ff4}.ng-news-index-hero-v4{margin:0 -16px 16px;padding:22px 16px;min-height:0}.ng-news-index-hero-v4 h1{font-size:32px}.ng-news-index-actions-v4,.ng-news-index-filter-v4__controls,.ng-news-index-info-v4,.ng-news-index-grid-v4,.ng-news-index-cta-v4__content,.ng-news-index-cta-v4__fields{display:grid;grid-template-columns:1fr}.ng-news-index-info-v4 article+article{padding-left:0;padding-top:13px;margin-top:13px;border-left:0;border-top:1px solid #e6edf7}.ng-news-index-filter-v4,.ng-news-index-card-v4,.ng-news-index-cta-v4{padding:18px}.ng-news-index-cta-v4__content>span{grid-row:auto}.ng-news-index-cta-v4__content h2,.ng-news-index-section-head-v4 h2{font-size:22px}.ng-news-index-pagination-v4{flex-wrap:wrap}}
@media (max-width:480px){.ng-news-index-header-v4__city-full{display:none}.ng-news-index-header-v4__city-short{display:inline}.ng-news-index-header-v4__logo{font-size:22px}.ng-news-index-header-v4__city{padding:0 10px}.ng-news-index-hero-v4 h1{font-size:28px;line-height:1.12;overflow-wrap:anywhere}.ng-news-index-hero-v4 p,.ng-news-index-card-v4 p,.ng-news-index-cta-v4__content p{overflow-wrap:anywhere}.ng-news-index-card-v4 h3,.ng-news-index-cta-v4__content h2{overflow-wrap:anywhere}.ng-news-index-card-v4{min-height:0}.ng-news-index-filter-v4__chips{gap:8px}.ng-news-index-filter-v4__chips a{font-size:12px;padding:0 10px}}
@media (max-width:375px){.ng-news-index-header-v4{grid-template-columns:auto auto auto}.ng-news-index-header-v4__menu summary{width:38px;padding:0;justify-content:center;font-size:0}.ng-news-index-header-v4__menu summary span{margin:0}.ng-news-index-header-v4__phone strong{font-size:15px}.ng-news-index-actions-v4 a,.ng-news-index-button-v4,.ng-news-index-filter-v4__controls>button{padding:0 16px}}

.ng-news-detail-v4{max-width:1320px;margin:0 auto;padding:0 32px 52px;color:#111b35;}
.ng-news-detail-hero-v4{min-height:288px;margin:0 -32px 22px;padding:30px 32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.33fr);gap:38px;align-items:center;background:radial-gradient(circle at 72% 14%,rgba(7,95,244,.09),transparent 28%),linear-gradient(105deg,#f8fbff 0%,#f5f9ff 56%,#eef5ff 100%);border-top:1px solid #e7edf6;border-bottom:1px solid #e7edf6;}
.ng-news-detail-breadcrumbs-v4{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;color:#6c7890;font-size:13px;font-weight:600;}
.ng-news-detail-breadcrumbs-v4 a{color:#075ff4;}
.ng-news-detail-breadcrumbs-v4 strong{max-width:520px;color:#111b35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ng-news-detail-meta-v4{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:16px;}
.ng-news-detail-meta-v4 span{min-height:30px;padding:0 11px;display:inline-flex;gap:7px;align-items:center;border:1px solid #dbe7f7;border-radius:999px;background:#fff;color:#4f5d74;font-size:12px;font-weight:500;}
.ng-news-detail-meta-v4 img,.ng-news-detail-provider-v4 nav a:first-child::before,.ng-news-detail-related-v4 img,.ng-news-detail-cta-v4 img{object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-news-detail-meta-v4 img{width:15px;height:15px;}
.ng-news-detail-hero-v4 h1{max-width:820px;margin:0;color:#111b35;font-size:38px;line-height:1.12;font-weight:750;}
.ng-news-detail-hero-v4 p{max-width:800px;margin:16px 0 0;color:#58657a;font-size:17px;line-height:1.58;font-weight:500;}
.ng-news-detail-mobile-lead-v4{display:none;}
.ng-news-detail-actions-v4{margin-top:22px;display:flex;flex-wrap:wrap;gap:14px;}
.ng-news-detail-actions-v4 a,.ng-news-detail-button-v4{min-height:44px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #075ff4;border-radius:8px;background:#075ff4;color:#fff!important;font-size:14px;font-weight:600;box-shadow:0 12px 24px rgba(7,95,244,.20);}
.ng-news-detail-actions-v4 .ng-news-detail-actions-v4__read-more{display:none;}
.ng-news-detail-actions-v4 a:nth-child(2),.ng-news-detail-provider-v4 nav a:nth-child(2),.ng-news-detail-cta-v4__fields a:nth-child(4){background:#fff;color:#075ff4!important;box-shadow:none;}
.ng-news-detail-provider-v4,.ng-news-detail-article-v4,.ng-news-detail-related-v4 a,.ng-news-detail-cta-v4{border:1px solid #dfe7f2;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(17,27,53,.055);}
.ng-news-detail-provider-v4{padding:22px;display:grid;align-content:start;gap:12px;}
.ng-news-detail-provider-v4__logo{width:68px;height:68px;display:grid;place-items:center;border:1px solid #dfe7f2;border-radius:14px;background:#fff;}
.ng-news-detail-provider-v4__logo img{max-width:56px;max-height:42px;object-fit:contain;}
.ng-news-detail-provider-v4__logo strong{max-width:58px;color:#075ff4;font-size:11px;line-height:1.08;text-align:center;font-weight:900;overflow:hidden;text-overflow:ellipsis;}
.ng-news-detail-provider-v4 h2{margin:0;color:#111b35;font-size:24px;line-height:1.16;font-weight:900;}
.ng-news-detail-provider-v4 p{margin:0;color:#58657a;font-size:14px;line-height:1.5;font-weight:700;}
.ng-news-detail-provider-v4 nav{margin-top:4px;display:grid;gap:10px;}
.ng-news-detail-provider-v4 nav a{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #075ff4;border-radius:8px;background:#075ff4;color:#fff!important;font-size:13px;font-weight:900;}
.ng-news-detail-section-head-v4{margin-bottom:16px;}
.ng-news-detail-section-head-v4 h2{margin:0;color:#111b35;font-size:26px;line-height:1.18;font-weight:900;}
.ng-news-detail-section-head-v4 p{max-width:760px;margin:8px 0 0;color:#69758b;font-size:14px;line-height:1.5;font-weight:700;}
.ng-news-detail-article-v4{padding:28px;margin-top:24px;}
.ng-news-detail-article-v4__body{max-width:820px;color:#25314a;font-size:16px;line-height:1.68;font-weight:400;}
.ng-news-detail-article-v4__body p{margin:0 0 18px;}
.ng-news-detail-article-v4__body h2,.ng-news-detail-article-v4__body h3{margin:26px 0 12px;color:#111b35;line-height:1.2;font-weight:900;}
.ng-news-detail-article-v4__body h2{font-size:24px;}
.ng-news-detail-article-v4__body h3{font-size:20px;}
.ng-news-detail-article-v4__body ul,.ng-news-detail-article-v4__body ol{margin:0 0 18px;padding-left:22px;display:grid;gap:7px;}
.ng-news-detail-article-v4__body li{padding-left:2px;}
.ng-news-detail-article-v4__body a{color:#075ff4;font-weight:850;}
.ng-news-detail-empty-v4{color:#69758b;}
.ng-news-detail-article-v4__body img,.ng-news-detail-article-v4__body iframe{max-width:100%;border-radius:8px;}
.ng-news-detail-article-v4__body table{max-width:100%;border-collapse:collapse;overflow:auto;display:block;}
.ng-news-detail-article-v4__body td,.ng-news-detail-article-v4__body th{padding:10px;border:1px solid #dfe7f2;}
.ng-news-detail-related-v4{margin-top:26px;}
.ng-news-detail-related-v4>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.ng-news-detail-related-v4 a{min-height:132px;padding:18px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:5px 13px;align-items:start;color:#111b35;}
.ng-news-detail-related-v4 span{grid-row:1/3;width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#eff5ff;}
.ng-news-detail-related-v4 img{width:22px;height:22px;}
.ng-news-detail-related-v4__provider-news{border-color:#cbdcf7!important;background:#f7faff!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
.ng-news-detail-related-v4__provider-news:hover,.ng-news-detail-related-v4__provider-news:focus-visible{border-color:#075ff4!important;box-shadow:0 16px 34px rgba(7,95,244,.13);transform:translateY(-1px);outline:none;}
.ng-news-detail-related-v4__provider-news span{background:#eaf2ff;}
.ng-news-detail-related-v4__provider-news img{filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-news-detail-related-v4 strong{font-size:16px;line-height:1.25;font-weight:700;}
.ng-news-detail-related-v4 small{color:#58657a;font-size:13px;line-height:1.5;font-weight:400;}
.ng-news-detail-related-v4__provider-news small{display:inline-flex;gap:7px;align-items:center;color:#075ff4;font-weight:600;}
.ng-news-detail-related-v4__provider-news small::after{content:"→";flex:none;font-size:16px;line-height:1;}
.ng-news-detail-provider-address-v4{margin-top:28px;}
.ng-news-detail-provider-address-v4 .ng-microsite-address-v4{margin-top:0;}
.ng-news-detail-cta-v4{position:relative;margin-top:28px;min-height:194px;padding:26px 28px;overflow:hidden;background:radial-gradient(circle at 90% 30%,rgba(7,95,244,.08),transparent 30%),linear-gradient(105deg,#fff 0%,#fff 70%,#f8fbff 100%);}
.ng-news-detail-cta-v4>div{position:relative;z-index:1;max-width:920px;display:grid;grid-template-columns:56px minmax(0,1fr);gap:6px 16px;align-items:start;}
.ng-news-detail-cta-v4>div>span{grid-row:1/5;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#eff5ff;}
.ng-news-detail-cta-v4>div>span img{width:24px;height:24px;}
.ng-news-detail-cta-v4 h2{margin:0;color:#111b35;font-size:24px;line-height:1.18;font-weight:900;}
.ng-news-detail-cta-v4 p{margin:8px 0 0;color:#58657a;font-size:14px;line-height:1.5;font-weight:700;}
.ng-news-detail-cta-v4__fields{margin-top:12px;display:grid;grid-template-columns:minmax(0,1fr) .45fr auto auto;gap:12px;align-items:center;}
.ng-news-detail-cta-v4__fields input{min-height:42px;width:100%;padding:0 14px;border:1px solid #dce5f2;border-radius:8px;background:#fff;color:#111b35;font:inherit;font-size:14px;font-weight:650;}
.ng-news-detail-cta-v4__fields a{min-height:42px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6e1f0;border-radius:8px;background:#fff;color:#111b35;font-size:14px;font-weight:900;}
.ng-news-detail-cta-v4__fields .ng-news-detail-button-v4{border-color:#075ff4;background:#075ff4;color:#fff!important;box-shadow:0 12px 24px rgba(7,95,244,.20);}
.ng-news-detail-cta-v4__trust{margin-top:14px;display:flex;flex-wrap:wrap;gap:12px 24px;}
.ng-news-detail-cta-v4__trust span{display:inline-flex;gap:8px;align-items:center;color:#4f5d74;font-size:12px;font-weight:800;}
.ng-news-detail-cta-v4__trust img{width:16px;height:16px;}
@media (max-width:1180px){.ng-news-detail-hero-v4{grid-template-columns:1fr}.ng-news-detail-provider-v4{max-width:420px}.ng-news-detail-related-v4>div:last-child{grid-template-columns:1fr}.ng-news-detail-cta-v4__fields{grid-template-columns:1fr 1fr}}
@media (max-width:768px){.ng-news-detail-v4{padding:0 16px 36px}.ng-news-detail-hero-v4{margin:0 -16px 16px;padding:22px 16px;min-height:0}.ng-news-detail-hero-v4 h1{font-size:30px}.ng-news-detail-mobile-lead-v4{margin-top:12px!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#58657a;font-size:15px!important;line-height:1.55!important;font-weight:400!important}.ng-news-detail-actions-v4{margin-top:18px}.ng-news-detail-actions-v4,.ng-news-detail-cta-v4>div,.ng-news-detail-cta-v4__fields{display:grid;grid-template-columns:1fr}.ng-news-detail-actions-v4 .ng-news-detail-actions-v4__read-more{display:inline-flex;order:-1}.ng-news-detail-provider-v4,.ng-news-detail-article-v4,.ng-news-detail-cta-v4{padding:18px}.ng-news-detail-article-v4{scroll-margin-top:16px}.ng-news-detail-article-v4__body{font-size:15px}.ng-news-detail-cta-v4>div>span{grid-row:auto}.ng-news-detail-cta-v4 h2,.ng-news-detail-section-head-v4 h2{font-size:22px}.ng-news-detail-breadcrumbs-v4 strong{max-width:100%;white-space:normal}}
@media (max-width:480px){.ng-news-detail-hero-v4 h1{font-size:27px;line-height:1.16;overflow-wrap:anywhere}.ng-news-detail-hero-v4 p,.ng-news-detail-provider-v4 p,.ng-news-detail-article-v4__body,.ng-news-detail-cta-v4 p{overflow-wrap:anywhere}.ng-news-detail-meta-v4 span{font-size:11px}.ng-news-detail-related-v4 a{grid-template-columns:44px minmax(0,1fr);min-height:0}.ng-news-detail-cta-v4__trust{gap:10px}}

.ng-contacts-v4{max-width:1320px;margin:0 auto;padding:0 32px 52px;color:#111b35;}
.ng-contacts-header-v4{min-height:58px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:24px;align-items:center;}
.ng-contacts-header-v4__logo{color:#111b35;font-size:24px;font-weight:900;white-space:nowrap;}
.ng-contacts-header-v4__logo span{color:#075ff4;}
.ng-contacts-header-v4__city{min-height:34px;padding:0 14px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:800;white-space:nowrap;}
.ng-contacts-header-v4__city img{width:16px;height:16px;object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-contacts-header-v4__city-short{display:none;}
.ng-contacts-header-v4 nav{display:flex;justify-content:center;gap:36px;color:#111b35;font-size:13px;font-weight:800;}
.ng-contacts-header-v4 nav a{position:relative;padding:22px 0 18px;color:#111b35;}
.ng-contacts-header-v4__phone{display:flex;flex-direction:column;align-items:flex-end;color:#111b35;}
.ng-contacts-header-v4__phone strong{font-size:18px;font-weight:900;white-space:nowrap;}
.ng-contacts-header-v4__phone span{margin-top:4px;color:#69758b;font-size:12px;font-weight:700;}
.ng-contacts-header-v4__menu{display:none;}
.ng-contacts-hero-v4{min-height:238px;margin:0 -32px 22px;padding:30px 32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.34fr);gap:38px;align-items:center;background:linear-gradient(105deg,#f8fbff 0%,#f5f9ff 54%,#eef5ff 100%);border-top:1px solid #e7edf6;border-bottom:1px solid #e7edf6;}
.ng-contacts-breadcrumbs-v4{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:#6c7890;font-size:13px;font-weight:750;}
.ng-contacts-breadcrumbs-v4 a{color:#075ff4;}
.ng-contacts-breadcrumbs-v4 strong{color:#111b35;}
.ng-contacts-hero-v4 h1{margin:0;color:#111b35;font-size:42px;line-height:1.08;font-weight:900;}
.ng-contacts-hero-v4 p{max-width:760px;margin:16px 0 22px;color:#58657a;font-size:17px;line-height:1.5;font-weight:700;}
.ng-contacts-actions-v4,.ng-contacts-help-v4__actions{display:flex;flex-wrap:wrap;gap:14px;}
.ng-contacts-actions-v4 a,.ng-contacts-help-v4__actions a{min-height:44px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #075ff4;border-radius:8px;background:#075ff4;color:#fff!important;font-size:14px;font-weight:900;box-shadow:0 12px 24px rgba(7,95,244,.20);}
.ng-contacts-actions-v4 a:nth-child(2),.ng-contacts-help-v4__actions a:nth-child(2){background:#fff;color:#075ff4!important;box-shadow:none;}
.ng-contacts-summary-v4,.ng-contacts-card-v4{border:1px solid #dfe7f2;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(17,27,53,.055);}
.ng-contacts-summary-v4{padding:16px 20px;display:grid;gap:0;}
.ng-contacts-summary-v4 article{min-height:56px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:13px;align-items:center;}
.ng-contacts-summary-v4 article+article{padding-top:12px;margin-top:12px;border-top:1px solid #e6edf7;}
.ng-contacts-summary-v4 span,.ng-contacts-rows-v4 span,.ng-contacts-help-v4>span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#eff5ff;}
.ng-contacts-summary-v4 img,.ng-contacts-rows-v4 img,.ng-contacts-help-v4 img{width:22px;height:22px;object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-contacts-summary-v4 strong{color:#111b35;font-size:16px;line-height:1.25;font-weight:900;}
.ng-contacts-summary-v4 strong a,.ng-contacts-rows-v4 p a,.ng-contacts-legal-v4__note a{color:inherit;text-decoration:underline;text-decoration-color:#9ab8e8;text-underline-offset:3px;overflow-wrap:anywhere;}
.ng-contacts-summary-v4 strong a:hover,.ng-contacts-rows-v4 p a:hover,.ng-contacts-legal-v4__note a:hover{color:#075ff4;text-decoration-color:currentColor;}
.ng-contacts-card-v4{margin-top:22px;padding:28px;}
.ng-contacts-card-v4 h2{margin:0;color:#111b35;font-size:24px;line-height:1.2;font-weight:900;}
.ng-contacts-rows-v4{margin-top:16px;display:grid;gap:0;}
.ng-contacts-rows-v4 article{min-height:66px;display:grid;grid-template-columns:48px minmax(160px,.34fr) minmax(0,1fr);gap:18px;align-items:center;}
.ng-contacts-rows-v4 article+article{border-top:1px solid #e6edf7;}
.ng-contacts-rows-v4 strong{color:#111b35;font-size:15px;font-weight:800;}
.ng-contacts-rows-v4 p{margin:0;color:#111b35;font-size:16px;line-height:1.45;font-weight:750;}
.ng-contacts-help-v4{display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:start;}
.ng-contacts-help-v4>span{width:50px;height:50px;border-radius:50%;}
.ng-contacts-help-v4 p{margin:10px 0 18px;max-width:680px;color:#58657a;font-size:15px;line-height:1.55;font-weight:700;}
.ng-contacts-legal-v4__note{margin:16px 0 0;color:#69758b;font-size:13px;font-weight:700;}
@media (max-width:1180px){.ng-contacts-header-v4{grid-template-columns:auto auto 1fr}.ng-contacts-header-v4 nav{order:5;grid-column:1/-1;justify-content:flex-start;flex-wrap:wrap}.ng-contacts-header-v4__phone{justify-self:end}.ng-contacts-hero-v4{grid-template-columns:1fr}.ng-contacts-summary-v4{max-width:420px}.ng-contacts-rows-v4 article{grid-template-columns:48px minmax(150px,.35fr) minmax(0,1fr)}}
@media (max-width:768px){.ng-contacts-v4{padding:0 16px 36px}.ng-contacts-header-v4{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;min-height:0;padding:8px 0 12px}.ng-contacts-header-v4 nav{display:none}.ng-contacts-header-v4__city{justify-self:start;max-width:100%}.ng-contacts-header-v4__phone{grid-column:1/-1;align-items:flex-start;justify-self:start}.ng-contacts-header-v4__phone strong{font-size:16px}.ng-contacts-header-v4__phone span{font-size:11px}.ng-contacts-header-v4__menu{position:relative;display:block;justify-self:end}.ng-contacts-header-v4__menu summary{min-height:34px;padding:0 13px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:900;list-style:none;cursor:pointer;white-space:nowrap}.ng-contacts-header-v4__menu summary::-webkit-details-marker{display:none}.ng-contacts-header-v4__menu summary span,.ng-contacts-header-v4__menu summary span::before,.ng-contacts-header-v4__menu summary span::after{width:16px;height:2px;display:block;border-radius:2px;background:#075ff4}.ng-contacts-header-v4__menu summary span{position:relative}.ng-contacts-header-v4__menu summary span::before,.ng-contacts-header-v4__menu summary span::after{content:"";position:absolute;left:0}.ng-contacts-header-v4__menu summary span::before{top:-6px}.ng-contacts-header-v4__menu summary span::after{top:6px}.ng-contacts-header-v4__menu div{position:absolute;right:0;top:42px;z-index:20;width:min(260px,calc(100vw - 32px));padding:10px;border:1px solid #dbe4f1;border-radius:10px;background:#fff;box-shadow:0 18px 38px rgba(17,27,53,.14)}.ng-contacts-header-v4__menu a{display:block;padding:10px;border-radius:8px;color:#111b35;font-size:13px;font-weight:850}.ng-contacts-hero-v4{margin:0 -16px 16px;padding:22px 16px;min-height:0}.ng-contacts-hero-v4 h1{font-size:32px}.ng-contacts-actions-v4,.ng-contacts-help-v4__actions,.ng-contacts-summary-v4,.ng-contacts-help-v4,.ng-contacts-rows-v4 article{display:grid;grid-template-columns:1fr}.ng-contacts-summary-v4 article{grid-template-columns:44px minmax(0,1fr)}.ng-contacts-card-v4{padding:20px}.ng-contacts-card-v4 h2{font-size:22px}.ng-contacts-rows-v4 article{gap:8px;align-items:start;padding:14px 0}.ng-contacts-rows-v4 article:first-child{padding-top:0}.ng-contacts-rows-v4 span,.ng-contacts-help-v4>span{width:44px;height:44px}.ng-contacts-help-v4>span{border-radius:50%}}
@media (max-width:480px){.ng-contacts-header-v4__city-full{display:none}.ng-contacts-header-v4__city-short{display:inline}.ng-contacts-header-v4__logo{font-size:22px}.ng-contacts-header-v4__city{padding:0 10px}.ng-contacts-hero-v4 h1{font-size:28px;line-height:1.12}.ng-contacts-hero-v4 p,.ng-contacts-help-v4 p,.ng-contacts-rows-v4 p{overflow-wrap:anywhere}.ng-contacts-card-v4 h2{font-size:20px;overflow-wrap:anywhere}.ng-contacts-rows-v4 p{font-size:15px}.ng-contacts-summary-v4 strong{font-size:15px}}
@media (max-width:375px){.ng-contacts-header-v4{grid-template-columns:auto auto auto}.ng-contacts-header-v4__menu summary{width:38px;padding:0;justify-content:center;font-size:0}.ng-contacts-header-v4__menu summary span{margin:0}.ng-contacts-header-v4__phone strong{font-size:15px}.ng-contacts-actions-v4 a,.ng-contacts-help-v4__actions a{padding:0 16px}}
.ng-contacts-v4,.ng-contacts-v4 *{box-sizing:border-box;}
.ng-contacts-summary-v4,.ng-contacts-card-v4,.ng-contacts-hero-v4>div,.ng-contacts-help-v4>div{min-width:0;}
.ng-contacts-summary-v4 strong,.ng-contacts-rows-v4 p,.ng-contacts-rows-v4 strong,.ng-contacts-help-v4 p{min-width:0;overflow-wrap:anywhere;}
@media (max-width:768px){.ng-contacts-actions-v4 a,.ng-contacts-help-v4__actions a{width:100%;min-width:0;max-width:100%;}.ng-contacts-summary-v4,.ng-contacts-card-v4{width:100%;}.ng-contacts-breadcrumbs-v4,.ng-contacts-hero-v4 p{max-width:100%;}.ng-contacts-rows-v4 article{min-width:0;}.ng-contacts-rows-v4 span{grid-row:auto;}}

.ng-privacy-policy-v4{max-width:1320px;margin:0 auto;padding:0 32px 52px;color:#111b35;}
.ng-privacy-header-v4{min-height:58px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:24px;align-items:center;}
.ng-privacy-header-v4__logo{color:#111b35;font-size:24px;font-weight:900;white-space:nowrap;}
.ng-privacy-header-v4__logo span{color:#075ff4;}
.ng-privacy-header-v4__city{min-height:34px;padding:0 14px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:800;white-space:nowrap;}
.ng-privacy-header-v4__city img{width:16px;height:16px;object-fit:contain;}
.ng-privacy-header-v4__city-short{display:none;}
.ng-privacy-header-v4 nav{display:flex;justify-content:center;gap:36px;color:#111b35;font-size:13px;font-weight:800;}
.ng-privacy-header-v4 nav a{position:relative;padding:22px 0 18px;color:#111b35;}
.ng-privacy-header-v4__phone{display:flex;flex-direction:column;align-items:flex-end;color:#111b35;}
.ng-privacy-header-v4__phone strong{font-size:18px;font-weight:900;white-space:nowrap;}
.ng-privacy-header-v4__phone span{margin-top:4px;color:#69758b;font-size:12px;font-weight:700;}
.ng-privacy-header-v4__menu{display:none;}
.ng-privacy-hero-v4{min-height:210px;margin:0 -32px 22px;padding:30px 32px 28px;background:linear-gradient(105deg,#f8fbff 0%,#f5f9ff 60%,#eef5ff 100%);border-top:1px solid #e7edf6;border-bottom:1px solid #e7edf6;}
.ng-privacy-breadcrumbs-v4{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:#6c7890;font-size:13px;font-weight:750;}
.ng-privacy-breadcrumbs-v4 a{color:#075ff4;}
.ng-privacy-breadcrumbs-v4 strong{color:#111b35;}
.ng-privacy-hero-v4 h1{margin:0;color:#111b35;font-size:42px;line-height:1.08;font-weight:900;}
.ng-privacy-hero-v4 p{max-width:880px;margin:16px 0 22px;color:#58657a;font-size:17px;line-height:1.5;font-weight:700;}
.ng-privacy-meta-v4{display:flex;flex-wrap:wrap;gap:14px 28px;}
.ng-privacy-meta-v4 span{display:inline-flex;gap:10px;align-items:center;max-width:320px;color:#25314a;font-size:13px;line-height:1.35;font-weight:800;}
.ng-privacy-meta-v4 span+span{position:relative;}
.ng-privacy-meta-v4 span+span::before{content:"";width:1px;height:30px;margin-right:18px;background:#dbe4f1;}
.ng-privacy-meta-v4 img{width:24px;height:24px;object-fit:contain;}
.ng-privacy-card-v4{border:1px solid #dfe7f2;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(17,27,53,.055);}
.ng-privacy-document-v4{padding:30px;margin-top:22px;}
.ng-privacy-document-v4>header{margin-bottom:22px;}
.ng-privacy-document-v4 h2{margin:0;color:#111b35;font-size:26px;line-height:1.2;font-weight:900;}
.ng-privacy-document-v4__body{max-width:1060px;color:#25314a;font-size:16px;line-height:1.72;font-weight:650;}
.ng-privacy-document-v4__body h1,.ng-privacy-document-v4__body h2,.ng-privacy-document-v4__body h3{margin:28px 0 12px;color:#111b35;line-height:1.22;font-weight:900;}
.ng-privacy-document-v4__body h1:first-child,.ng-privacy-document-v4__body h2:first-child,.ng-privacy-document-v4__body h3:first-child{margin-top:0;}
.ng-privacy-document-v4__body h1{font-size:28px;}
.ng-privacy-document-v4__body h2{font-size:22px;padding-top:22px;border-top:1px solid #e5edf7;}
.ng-privacy-document-v4__body h3{font-size:18px;}
.ng-privacy-document-v4__body p{margin:0 0 15px;}
.ng-privacy-document-v4__body ul,.ng-privacy-document-v4__body ol{margin:0 0 18px;padding-left:22px;display:grid;gap:7px;}
.ng-privacy-document-v4__body li{padding-left:2px;}
.ng-privacy-document-v4__body li::marker{color:#075ff4;font-weight:900;}
.ng-privacy-document-v4__body a{color:#075ff4;font-weight:850;}
.ng-privacy-document-v4__body table{max-width:100%;display:block;overflow:auto;border-collapse:collapse;}
.ng-privacy-document-v4__body td,.ng-privacy-document-v4__body th{padding:10px;border:1px solid #dfe7f2;text-align:left;}
.ng-privacy-document-v4__body img,.ng-privacy-document-v4__body iframe{max-width:100%;border-radius:8px;}
.ng-privacy-contact-v4{margin-top:20px;padding:22px 24px;display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;align-items:start;}
.ng-privacy-contact-v4>span{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:#eff5ff;}
.ng-privacy-contact-v4 img{width:24px;height:24px;object-fit:contain;}
.ng-privacy-contact-v4 h2{margin:0;color:#111b35;font-size:20px;line-height:1.2;font-weight:900;}
.ng-privacy-contact-v4 p{margin:8px 0 0;color:#58657a;font-size:15px;line-height:1.5;font-weight:700;}
.ng-privacy-contact-v4 a{color:#075ff4;font-weight:900;}
.ng-privacy-policy-v4,.ng-privacy-policy-v4 *{box-sizing:border-box;}
.ng-privacy-policy-v4 img{filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-privacy-policy-v4,.ng-privacy-card-v4,.ng-privacy-hero-v4,.ng-privacy-document-v4__body,.ng-privacy-contact-v4>div{min-width:0;}
@media (max-width:1180px){.ng-privacy-header-v4{grid-template-columns:auto auto 1fr}.ng-privacy-header-v4 nav{order:5;grid-column:1/-1;justify-content:flex-start;flex-wrap:wrap}.ng-privacy-header-v4__phone{justify-self:end}.ng-privacy-meta-v4 span+span::before{display:none}}
@media (max-width:768px){.ng-privacy-policy-v4{padding:0 16px 36px}.ng-privacy-header-v4{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;min-height:0;padding:8px 0 12px}.ng-privacy-header-v4 nav{display:none}.ng-privacy-header-v4__city{justify-self:start;max-width:100%}.ng-privacy-header-v4__phone{grid-column:1/-1;align-items:flex-start;justify-self:start}.ng-privacy-header-v4__phone strong{font-size:16px}.ng-privacy-header-v4__phone span{font-size:11px}.ng-privacy-header-v4__menu{position:relative;display:block;justify-self:end}.ng-privacy-header-v4__menu summary{min-height:34px;padding:0 13px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:900;list-style:none;cursor:pointer;white-space:nowrap}.ng-privacy-header-v4__menu summary::-webkit-details-marker{display:none}.ng-privacy-header-v4__menu summary span,.ng-privacy-header-v4__menu summary span::before,.ng-privacy-header-v4__menu summary span::after{width:16px;height:2px;display:block;border-radius:2px;background:#075ff4}.ng-privacy-header-v4__menu summary span{position:relative}.ng-privacy-header-v4__menu summary span::before,.ng-privacy-header-v4__menu summary span::after{content:"";position:absolute;left:0}.ng-privacy-header-v4__menu summary span::before{top:-6px}.ng-privacy-header-v4__menu summary span::after{top:6px}.ng-privacy-header-v4__menu div{position:absolute;right:0;top:42px;z-index:20;width:min(260px,calc(100vw - 32px));padding:10px;border:1px solid #dbe4f1;border-radius:10px;background:#fff;box-shadow:0 18px 38px rgba(17,27,53,.14)}.ng-privacy-header-v4__menu a{display:block;padding:10px;border-radius:8px;color:#111b35;font-size:13px;font-weight:850}.ng-privacy-hero-v4{margin:0 -16px 16px;padding:22px 16px;min-height:0}.ng-privacy-hero-v4 h1{font-size:32px}.ng-privacy-meta-v4{display:grid;grid-template-columns:1fr;gap:12px}.ng-privacy-document-v4{padding:20px}.ng-privacy-document-v4 h2{font-size:22px}.ng-privacy-document-v4__body{font-size:15px}.ng-privacy-contact-v4{padding:20px;grid-template-columns:1fr}.ng-privacy-contact-v4>span{width:44px;height:44px}}
@media (max-width:480px){.ng-privacy-header-v4__city-full{display:none}.ng-privacy-header-v4__city-short{display:inline}.ng-privacy-header-v4__logo{font-size:22px}.ng-privacy-header-v4__city{padding:0 10px}.ng-privacy-hero-v4 h1{font-size:28px;line-height:1.12}.ng-privacy-hero-v4 p,.ng-privacy-document-v4__body,.ng-privacy-contact-v4 p{overflow-wrap:anywhere}.ng-privacy-document-v4__body h1{font-size:24px}.ng-privacy-document-v4__body h2{font-size:20px}.ng-privacy-document-v4__body h3{font-size:17px}}
@media (max-width:375px){.ng-privacy-header-v4{grid-template-columns:auto auto auto}.ng-privacy-header-v4__menu summary{width:38px;padding:0;justify-content:center;font-size:0}.ng-privacy-header-v4__menu summary span{margin:0}.ng-privacy-header-v4__phone strong{font-size:15px}}

.ng-business-internet-v4{max-width:1320px;margin:0 auto;padding:0 32px 52px;color:#111b35;}
.ng-business-header-v4{min-height:58px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:24px;align-items:center;}
.ng-business-header-v4__logo{color:#111b35;font-size:24px;font-weight:900;white-space:nowrap;}
.ng-business-header-v4__logo span{color:#075ff4;}
.ng-business-header-v4__city{min-height:34px;padding:0 14px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:800;white-space:nowrap;}
.ng-business-header-v4__city img{width:16px;height:16px;object-fit:contain;}
.ng-business-header-v4__city-short{display:none;}
.ng-business-header-v4 nav{display:flex;justify-content:center;gap:28px;color:#111b35;font-size:13px;font-weight:800;}
.ng-business-header-v4 nav a{position:relative;padding:22px 0 18px;color:#111b35;white-space:nowrap;}
.ng-business-header-v4 nav a.is-active{color:#075ff4;}
.ng-business-header-v4 nav a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px;background:#075ff4;}
.ng-business-header-v4__phone{display:flex;flex-direction:column;align-items:flex-end;color:#111b35;}
.ng-business-header-v4__phone strong{font-size:18px;font-weight:900;white-space:nowrap;}
.ng-business-header-v4__phone span{margin-top:4px;color:#69758b;font-size:12px;font-weight:700;}
.ng-business-header-v4__menu{display:none;}
.ng-business-hero-v4{min-height:278px;margin:0 -32px 22px;padding:30px 32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.34fr);gap:38px;align-items:center;background:radial-gradient(circle at 80% 16%,rgba(7,95,244,.09),transparent 30%),linear-gradient(105deg,#f8fbff 0%,#f5f9ff 58%,#eef5ff 100%);border-top:1px solid #e7edf6;border-bottom:1px solid #e7edf6;}
.ng-business-breadcrumbs-v4{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:#6c7890;font-size:13px;font-weight:750;}
.ng-business-breadcrumbs-v4 a{color:#075ff4;}
.ng-business-breadcrumbs-v4 strong{color:#111b35;}
.ng-business-hero-v4 h1{margin:0;color:#111b35;font-size:42px;line-height:1.08;font-weight:900;}
.ng-business-hero-v4 p{max-width:780px;margin:16px 0 22px;color:#58657a;font-size:17px;line-height:1.5;font-weight:700;}
.ng-business-actions-v4,.ng-business-cta-v4__actions{display:flex;flex-wrap:wrap;gap:14px;}
.ng-business-actions-v4 a,.ng-business-form-v4 button,.ng-business-cta-v4__actions a{min-height:44px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #075ff4;border-radius:8px;background:#075ff4;color:#fff!important;font:inherit;font-size:14px;font-weight:900;box-shadow:0 12px 24px rgba(7,95,244,.20);cursor:pointer;}
.ng-business-actions-v4 a:nth-child(2),.ng-business-cta-v4__actions a:nth-child(2){background:#fff;color:#075ff4!important;box-shadow:none;}
.ng-business-facts-v4,.ng-business-card-v4{border:1px solid #dfe7f2;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(17,27,53,.055);}
.ng-business-facts-v4{padding:18px 22px;display:grid;gap:0;}
.ng-business-facts-v4 article{min-height:58px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:center;}
.ng-business-facts-v4 article+article{padding-top:13px;margin-top:13px;border-top:1px solid #e6edf7;}
.ng-business-facts-v4 span,.ng-business-audience-v4 span,.ng-business-benefits-v4 span,.ng-business-cta-v4>span{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#eff5ff;}
.ng-business-facts-v4 img,.ng-business-audience-v4 img,.ng-business-steps-v4 img,.ng-business-important-v4 img,.ng-business-benefits-v4 img,.ng-business-cta-v4 img,.ng-business-header-v4__city img{width:23px;height:23px;object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-business-facts-v4 strong{color:#111b35;font-size:16px;line-height:1.25;font-weight:900;}
.ng-business-card-v4{margin-top:22px;padding:28px;}
.ng-business-card-v4 h2{margin:0;color:#111b35;font-size:24px;line-height:1.2;font-weight:900;}
.ng-business-audience-v4>div{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.ng-business-audience-v4 article{min-height:158px;padding:18px;border:1px solid #dfe7f2;border-radius:8px;background:#fff;}
.ng-business-audience-v4 h3,.ng-business-steps-v4 h3,.ng-business-benefits-v4 h3{margin:12px 0 8px;color:#111b35;font-size:16px;line-height:1.25;font-weight:900;}
.ng-business-audience-v4 p,.ng-business-steps-v4 p,.ng-business-benefits-v4 p,.ng-business-important-v4 p,.ng-business-form-v4 p,.ng-business-faq-v4 p,.ng-business-cta-v4 p{margin:0;color:#58657a;font-size:14px;line-height:1.5;font-weight:700;}
.ng-business-steps-v4>div{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch;}
.ng-business-steps-v4 article{position:relative;min-height:126px;display:grid;grid-template-columns:56px minmax(0,1fr);gap:14px;align-items:center;}
.ng-business-steps-v4 article:not(:last-child)::after{content:"";position:absolute;top:50%;right:-12px;width:24px;height:1px;background:#dbe4f1;}
.ng-business-steps-v4 small{position:absolute;left:0;top:0;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#075ff4;color:#fff;font-size:12px;font-weight:900;}
.ng-business-steps-v4 span{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#eff5ff;}
.ng-business-request-v4{margin-top:22px;display:grid;grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);gap:22px;align-items:stretch;}
.ng-business-request-v4 .ng-business-card-v4{margin-top:0;}
.ng-business-important-v4 p{margin-top:18px;}
.ng-business-important-v4 ul{margin:26px 0 0;padding:0;display:grid;gap:18px;list-style:none;}
.ng-business-important-v4 li{display:flex;gap:10px;align-items:center;color:#25314a;font-size:14px;font-weight:800;}
.ng-business-important-v4 li img{width:18px;height:18px;flex:0 0 18px;}
.ng-business-form-v4__grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.ng-business-form-v4 label{display:grid;gap:7px;color:#25314a;font-size:12px;font-weight:850;}
.ng-business-form-v4 input,.ng-business-form-v4 select,.ng-business-form-v4 textarea{width:100%;min-height:42px;padding:0 14px;border:1px solid #dce5f2;border-radius:8px;background:#fff;color:#111b35;font:inherit;font-size:14px;font-weight:700;}
.ng-business-form-v4 textarea{min-height:76px;padding-top:12px;resize:vertical;}
.ng-business-form-v4__wide{grid-column:1/-1;}
.ng-business-form-v4 button{margin-top:16px;width:100%;}
.ng-business-form-v4 small{display:block;margin-top:10px;color:#69758b;font-size:12px;font-weight:700;}
.ng-business-benefits-v4>div{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.ng-business-benefits-v4 article{min-height:112px;padding:18px;display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:center;border:1px solid #dfe7f2;border-radius:8px;background:#fff;}
.ng-business-faq-v4>div{margin-top:18px;display:grid;gap:0;border:1px solid #dfe7f2;border-radius:8px;overflow:hidden;background:#fff;}
.ng-business-faq-v4 details+details{border-top:1px solid #e6edf7;}
.ng-business-faq-v4 summary{min-height:44px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#111b35;font-size:14px;font-weight:900;cursor:pointer;}
.ng-business-faq-v4 summary::after{content:"⌄";color:#69758b;font-size:18px;}
.ng-business-faq-v4 details[open] summary::after{transform:rotate(180deg);}
.ng-business-faq-v4 p{padding:0 16px 16px;}
.ng-business-cta-v4{min-height:132px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:18px;align-items:center;background:linear-gradient(105deg,#fff 0%,#fff 70%,#f4f8ff 100%);}
.ng-business-cta-v4>span{width:54px;height:54px;border-radius:50%;}
.ng-business-cta-v4 h2{margin:0;color:#111b35;font-size:22px;line-height:1.2;font-weight:900;}
.ng-business-cta-v4 p{margin-top:8px;}
.ng-business-internet-v4,.ng-business-internet-v4 *{box-sizing:border-box;}
.ng-business-internet-v4,.ng-business-card-v4,.ng-business-facts-v4,.ng-business-hero-v4>div,.ng-business-form-v4__grid label{min-width:0;}
@media (max-width:1180px){.ng-business-header-v4{grid-template-columns:auto auto 1fr}.ng-business-header-v4 nav{order:5;grid-column:1/-1;justify-content:flex-start;flex-wrap:wrap}.ng-business-header-v4__phone{justify-self:end}.ng-business-hero-v4{grid-template-columns:1fr}.ng-business-facts-v4{max-width:440px}.ng-business-audience-v4>div{grid-template-columns:repeat(2,minmax(0,1fr))}.ng-business-request-v4{grid-template-columns:1fr}.ng-business-steps-v4 article:not(:last-child)::after{display:none}.ng-business-cta-v4{grid-template-columns:58px minmax(0,1fr)}.ng-business-cta-v4__actions{grid-column:2}}
@media (max-width:768px){.ng-business-internet-v4{padding:0 16px 36px}.ng-business-header-v4{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;min-height:0;padding:8px 0 12px}.ng-business-header-v4 nav{display:none}.ng-business-header-v4__city{justify-self:start;max-width:100%}.ng-business-header-v4__phone{grid-column:1/-1;align-items:flex-start;justify-self:start}.ng-business-header-v4__phone strong{font-size:16px}.ng-business-header-v4__phone span{font-size:11px}.ng-business-header-v4__menu{position:relative;display:block;justify-self:end}.ng-business-header-v4__menu summary{min-height:34px;padding:0 13px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe4f1;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:900;list-style:none;cursor:pointer;white-space:nowrap}.ng-business-header-v4__menu summary::-webkit-details-marker{display:none}.ng-business-header-v4__menu summary span,.ng-business-header-v4__menu summary span::before,.ng-business-header-v4__menu summary span::after{width:16px;height:2px;display:block;border-radius:2px;background:#075ff4}.ng-business-header-v4__menu summary span{position:relative}.ng-business-header-v4__menu summary span::before,.ng-business-header-v4__menu summary span::after{content:"";position:absolute;left:0}.ng-business-header-v4__menu summary span::before{top:-6px}.ng-business-header-v4__menu summary span::after{top:6px}.ng-business-header-v4__menu div{position:absolute;right:0;top:42px;z-index:20;width:min(280px,calc(100vw - 32px));padding:10px;border:1px solid #dbe4f1;border-radius:10px;background:#fff;box-shadow:0 18px 38px rgba(17,27,53,.14)}.ng-business-header-v4__menu a{display:block;padding:10px;border-radius:8px;color:#111b35;font-size:13px;font-weight:850}.ng-business-header-v4__menu a.is-active{background:#eff5ff;color:#075ff4}.ng-business-hero-v4{margin:0 -16px 16px;padding:22px 16px;min-height:0}.ng-business-hero-v4 h1{font-size:32px}.ng-business-actions-v4,.ng-business-facts-v4,.ng-business-audience-v4>div,.ng-business-steps-v4>div,.ng-business-form-v4__grid,.ng-business-benefits-v4>div,.ng-business-cta-v4,.ng-business-cta-v4__actions{display:grid;grid-template-columns:1fr}.ng-business-card-v4{padding:20px}.ng-business-card-v4 h2{font-size:22px}.ng-business-audience-v4 article,.ng-business-benefits-v4 article{min-height:0}.ng-business-steps-v4 article{min-height:0;grid-template-columns:50px minmax(0,1fr);padding-top:8px}.ng-business-steps-v4 span{width:50px;height:50px}.ng-business-cta-v4>span{width:48px;height:48px}.ng-business-cta-v4__actions{grid-column:auto}.ng-business-cta-v4__actions a,.ng-business-actions-v4 a{width:100%}}
@media (max-width:480px){.ng-business-header-v4__city-full{display:none}.ng-business-header-v4__city-short{display:inline}.ng-business-header-v4__logo{font-size:22px}.ng-business-header-v4__city{padding:0 10px}.ng-business-hero-v4 h1{font-size:28px;line-height:1.12;overflow-wrap:anywhere}.ng-business-hero-v4 p,.ng-business-audience-v4 p,.ng-business-important-v4 p,.ng-business-form-v4 p,.ng-business-benefits-v4 p,.ng-business-faq-v4 p,.ng-business-cta-v4 p{overflow-wrap:anywhere}.ng-business-card-v4 h2,.ng-business-cta-v4 h2{font-size:20px;overflow-wrap:anywhere}.ng-business-facts-v4 strong{font-size:15px}.ng-business-audience-v4 h3,.ng-business-steps-v4 h3,.ng-business-benefits-v4 h3{font-size:15px}}
@media (max-width:375px){.ng-business-header-v4{grid-template-columns:auto auto auto}.ng-business-header-v4__menu summary{width:38px;padding:0;justify-content:center;font-size:0}.ng-business-header-v4__menu summary span{margin:0}.ng-business-header-v4__phone strong{font-size:15px}.ng-business-actions-v4 a,.ng-business-form-v4 button,.ng-business-cta-v4__actions a{padding:0 16px}}

.ng-write-review-v4{width:100%;max-width:1280px;margin:0 auto;padding:0 32px 56px;color:#111b35;background:#f6f9fd;}
.ng-write-review-v4,.ng-write-review-v4 *{box-sizing:border-box;}
.ng-write-review-v4 button,.ng-write-review-v4 input,.ng-write-review-v4 textarea,.ng-write-review-v4 select{font:inherit;letter-spacing:0;}
.ng-write-review-v4__header{min-height:62px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:24px;align-items:center;background:#fff;}
.ng-write-review-v4__logo{color:#111b35;font-size:24px;font-weight:900;white-space:nowrap;}
.ng-write-review-v4__logo span{color:#075ff4;}
.ng-write-review-v4__city{min-height:34px;padding:0 14px;display:inline-flex;gap:8px;align-items:center;border:1px solid #dbe6f5;border-radius:8px;background:#fff;color:#111b35;font-size:13px;font-weight:800;white-space:nowrap;}
.ng-write-review-v4__city img{width:16px;height:16px;object-fit:contain;}
.ng-write-review-v4__header nav{display:flex;justify-content:center;gap:26px;font-size:13px;font-weight:800;}
.ng-write-review-v4__header nav a{position:relative;padding:22px 0 19px;color:#111b35;white-space:nowrap;}
.ng-write-review-v4__header nav a.is-active{color:#075ff4;}
.ng-write-review-v4__header nav a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px;background:#075ff4;}
.ng-write-review-v4__phone{display:flex;flex-direction:column;align-items:flex-end;color:#111b35;}
.ng-write-review-v4__phone strong{font-size:18px;font-weight:900;white-space:nowrap;}
.ng-write-review-v4__phone span{margin-top:3px;color:#69758b;font-size:11px;font-weight:700;}
.ng-write-review-v4__breadcrumbs{margin:0 -32px;padding:14px 32px;display:flex;gap:8px;align-items:center;border-top:1px solid #e7edf6;border-bottom:1px solid #e7edf6;background:#fff;color:#718097;font-size:13px;font-weight:700;}
.ng-write-review-v4__breadcrumbs a{color:#075ff4;}
.ng-write-review-v4__breadcrumbs strong{color:#111b35;}
.ng-write-review-v4__intro{max-width:980px;margin:30px auto 0;display:grid;grid-template-columns:62px minmax(0,1fr);gap:18px;align-items:center;}
.ng-write-review-v4__intro-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:20px;background:#eaf2ff;}
.ng-write-review-v4__intro-icon img{width:31px;height:31px;object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-write-review-v4__intro h1{margin:0;font-size:36px;line-height:1.12;font-weight:900;}
.ng-write-review-v4__intro p{max-width:760px;margin:9px 0 0;color:#5f6d82;font-size:15px;line-height:1.5;font-weight:650;}
.ng-write-review-v4__trust{max-width:980px;margin:20px auto 24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.ng-write-review-v4__trust span{min-height:46px;padding:10px 13px;display:flex;gap:9px;align-items:center;border:1px solid #dbe6f5;border-radius:12px;background:#fff;color:#3a4860;font-size:12px;font-weight:800;}
.ng-write-review-v4__trust img{width:20px;height:20px;object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-write-review-v4__trust img[src$="/materials-optional.png"]{filter:brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-write-review-v4__layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,900px) 220px;gap:20px;align-items:start;}
.ng-write-review-v4__form-card{min-width:0;border:1px solid #dbe6f5;border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(17,27,53,.07);overflow:hidden;}
.ng-write-review-v4__section{padding:26px 30px;border-bottom:1px solid #e6edf7;}
.ng-write-review-v4__section:last-child{border-bottom:0;}
.ng-write-review-v4__section h2,.ng-write-review-v4__help h2{margin:0;color:#111b35;font-size:19px;line-height:1.25;font-weight:900;}
.ng-write-review-v4__modes{margin-top:17px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.ng-write-review-v4__modes>button{position:relative;min-height:116px;padding:18px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;text-align:left;border:1px solid #d7e2f1;border-radius:16px;background:#fff;color:#111b35;cursor:pointer;}
.ng-write-review-v4__modes>button:hover{border-color:#9bbcf2;background:#f8fbff;}
.ng-write-review-v4__modes>button:focus-visible{outline:3px solid rgba(7,95,244,.25);outline-offset:2px;}
.ng-write-review-v4__modes>button.is-selected{border:2px solid #075ff4;padding:17px;background:#f4f8ff;box-shadow:0 10px 24px rgba(7,95,244,.10);}
.ng-write-review-v4__mode-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#edf4ff;color:#075ff4;font-size:22px;font-weight:900;}
.ng-write-review-v4__mode-icon img{width:24px;height:24px;display:block;object-fit:contain;}
.ng-write-review-v4__modes strong,.ng-write-review-v4__modes small,.ng-write-review-v4__modes em{display:block;font-style:normal;}
.ng-write-review-v4__modes strong{font-size:16px;font-weight:900;}
.ng-write-review-v4__modes small{margin-top:3px;color:#075ff4;font-size:12px;font-weight:850;}
.ng-write-review-v4__modes em{margin-top:7px;color:#657289;font-size:12px;line-height:1.35;font-weight:700;}
.ng-write-review-v4__modes b{position:absolute;right:12px;top:-10px;padding:4px 9px;border-radius:10px;background:#075ff4;color:#fff;font-size:10px;font-weight:900;}
.ng-write-review-v4__field-head{display:flex;gap:10px;align-items:center;justify-content:space-between;}
.ng-write-review-v4__field-head>span,.ng-write-review-v4__label span{color:#78859a;font-size:12px;font-weight:700;}
.ng-write-review-v4__provider-selected{min-height:72px;margin-top:14px;padding:12px 14px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:13px;align-items:center;border:1px solid #dbe6f5;border-radius:14px;background:#f9fbfe;}
.ng-write-review-v4__provider-selected>span,.ng-write-review-v4__provider-options button>span{width:48px;height:48px;display:grid;place-items:center;border:1px solid #e2e9f3;border-radius:12px;background:#fff;overflow:hidden;}
.ng-write-review-v4__provider-selected img,.ng-write-review-v4__provider-options img{max-width:82%;max-height:82%;object-fit:contain;}
.ng-write-review-v4__provider-selected b,.ng-write-review-v4__provider-options b{color:#075ff4;font-size:14px;font-weight:900;}
.ng-write-review-v4__provider-selected strong,.ng-write-review-v4__provider-selected small{display:block;}
.ng-write-review-v4__provider-selected strong{font-size:16px;font-weight:900;}
.ng-write-review-v4__provider-selected small{margin-top:4px;color:#718097;font-size:12px;font-weight:700;}
.ng-write-review-v4__provider-selected button{padding:8px 12px;border:0;background:transparent;color:#075ff4;font-size:12px;font-weight:900;cursor:pointer;}
.ng-write-review-v4__provider-selected button:focus-visible{outline:2px solid #075ff4;outline-offset:2px;border-radius:8px;}
.ng-write-review-v4__provider-picker{margin-top:14px;}
.ng-write-review-v4__provider-picker label{display:block;margin-bottom:7px;color:#344158;font-size:12px;font-weight:850;}
.ng-write-review-v4 input,.ng-write-review-v4 textarea,.ng-write-review-v4 select{width:100%;border:1px solid #d6e1ef;border-radius:10px;background:#fff;color:#111b35;font-size:14px;font-weight:650;}
.ng-write-review-v4 input,.ng-write-review-v4 select{min-height:46px;padding:0 14px;}
.ng-write-review-v4 textarea{padding:13px 14px;line-height:1.5;resize:vertical;}
.ng-write-review-v4 input:focus,.ng-write-review-v4 textarea:focus,.ng-write-review-v4 select:focus{outline:3px solid rgba(7,95,244,.16);border-color:#075ff4;}
.ng-write-review-v4__provider-options{max-height:210px;margin-top:8px;display:grid;gap:5px;overflow:auto;}
.ng-write-review-v4__provider-options button{min-height:54px;padding:5px 10px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;text-align:left;border:1px solid transparent;border-radius:10px;background:#fff;color:#111b35;cursor:pointer;}
.ng-write-review-v4__provider-options button:hover,.ng-write-review-v4__provider-options button:focus-visible,.ng-write-review-v4__provider-options button.is-active{border-color:#b9cff0;background:#f4f8ff;outline:0;}
.ng-write-review-v4__provider-options button>span{width:38px;height:38px;border-radius:9px;}
.ng-write-review-v4__provider-options button strong{font-size:13px;font-weight:850;}
.ng-write-review-v4__provider-picker>p{margin:9px 0 0;color:#8a5360;font-size:12px;font-weight:750;}
.ng-write-review-v4__choices{margin-top:14px;display:flex;flex-wrap:wrap;gap:9px;}
.ng-write-review-v4__choices button{min-height:40px;padding:0 16px;border:1px solid #d6e1ef;border-radius:10px;background:#fff;color:#445269;font-size:13px;font-weight:800;cursor:pointer;}
.ng-write-review-v4__choices button:hover,.ng-write-review-v4__choices button.is-selected{border-color:#075ff4;background:#edf4ff;color:#075ff4;}
.ng-write-review-v4__choices button:focus-visible{outline:3px solid rgba(7,95,244,.20);outline-offset:2px;}
.ng-write-review-v4__overall{text-align:center;}
.ng-write-review-v4__stars{display:flex;gap:6px;align-items:center;}
.ng-write-review-v4__overall .ng-write-review-v4__stars{margin-top:15px;justify-content:center;gap:10px;}
.ng-write-review-v4__stars button{width:34px;height:34px;padding:0;border:0;background:transparent;color:#cbd5e3;font-size:27px;line-height:1;cursor:pointer;}
.ng-write-review-v4__overall .ng-write-review-v4__stars button{width:48px;height:48px;font-size:40px;}
.ng-write-review-v4__stars button:hover,.ng-write-review-v4__stars button.is-filled{color:#ffb400;}
.ng-write-review-v4__stars button:focus-visible{outline:3px solid rgba(7,95,244,.25);outline-offset:1px;border-radius:8px;}
.ng-write-review-v4__overall>p{min-height:19px;margin:7px 0 0;color:#075ff4;font-size:13px;font-weight:850;}
.ng-write-review-v4__label{display:block;color:#111b35;font-size:15px;font-weight:900;}
.ng-write-review-v4__helper{margin:6px 0 11px;color:#6a778d;font-size:12px;line-height:1.4;font-weight:700;}
.ng-write-review-v4__counter{display:block;margin-top:6px;text-align:right;color:#7a879a;font-size:11px;font-weight:700;}
.ng-write-review-v4__category-grid{margin-top:17px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;}
.ng-write-review-v4__category-grid>div{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;border-bottom:1px solid #edf1f7;}
.ng-write-review-v4__category-grid strong{font-size:13px;font-weight:800;}
.ng-write-review-v4__category-grid .ng-write-review-v4__stars button{width:25px;height:30px;font-size:22px;}
.ng-write-review-v4__category-control{display:grid;justify-items:end;gap:1px;}
.ng-write-review-v4__category-clear{padding:2px 4px;border:0;background:transparent;color:#075ff4;font-size:10px;font-weight:800;cursor:pointer;}
.ng-write-review-v4__category-clear:disabled{visibility:hidden;}
.ng-write-review-v4__category-clear:focus-visible{outline:2px solid #075ff4;outline-offset:1px;border-radius:5px;}
.ng-write-review-v4__section>h2+.ng-write-review-v4__label{margin-top:18px;}
.ng-write-review-v4__section>h2+[data-ng-field="title"]{margin-top:18px;}
.ng-write-review-v4__two-fields{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.ng-write-review-v4__two-fields label>span{display:block;margin-bottom:7px;color:#111b35;font-size:13px;font-weight:850;}
.ng-write-review-v4__two-fields em{color:#78859a;font-size:11px;font-style:normal;font-weight:700;}
.ng-write-review-v4__internetometer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px 18px;align-items:center;background:#f8fbff;}
.ng-write-review-v4__internetometer p{margin:6px 0 0;color:#647187;font-size:12px;line-height:1.4;font-weight:700;}
.ng-write-review-v4__internetometer>a{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #075ff4;border-radius:10px;background:#fff;color:#075ff4;font-size:12px;font-weight:900;white-space:nowrap;}
.ng-write-review-v4__internetometer label,.ng-write-review-v4__internetometer input{grid-column:1/-1;}
.ng-write-review-v4__internetometer input{margin-top:-8px;}
.ng-write-review-v4__internetometer .ng-write-review-v4__error{grid-column:1/-1;margin-top:-6px;}
.ng-write-review-v4__upload{position:relative;width:100%;min-height:82px;margin-top:14px;padding:14px 18px;display:flex;gap:14px;align-items:center;justify-content:center;border:1px dashed #9eb8de;border-radius:12px;background:#f8fbff;color:#111b35;cursor:pointer;}
.ng-write-review-v4__upload input[type=file]{position:absolute;width:1px;height:1px;left:14px;bottom:10px;opacity:0;overflow:hidden;}
.ng-write-review-v4__upload:focus-within,.ng-write-review-v4__upload.is-dragging{border-color:#075ff4;box-shadow:0 0 0 3px rgba(7,95,244,.12);background:#f3f8ff;}
.ng-write-review-v4__upload[aria-invalid=true]{border-color:#c93636;background:#fff8f8;}
.ng-write-review-v4__upload img{width:30px;height:30px;object-fit:contain;filter:invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-write-review-v4__upload span{text-align:left;}
.ng-write-review-v4__upload strong,.ng-write-review-v4__upload small{display:block;}
.ng-write-review-v4__upload strong{font-size:14px;font-weight:900;}
.ng-write-review-v4__upload small{margin-top:4px;color:#6d7a8f;font-size:11px;font-weight:700;}
.ng-write-review-v4__upload:disabled,.ng-write-review-v4__choices button:disabled,.ng-write-review-v4 select:disabled{cursor:not-allowed;opacity:.62;}
.ng-write-review-v4__upload-previews{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.ng-write-review-v4__upload-preview{min-width:0;padding:9px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid #dbe6f5;border-radius:10px;background:#fff;}
.ng-write-review-v4__upload-preview img{width:54px;height:54px;border-radius:7px;object-fit:cover;background:#edf3fb;}
.ng-write-review-v4__upload-preview span{min-width:0;}
.ng-write-review-v4__upload-preview strong,.ng-write-review-v4__upload-preview small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ng-write-review-v4__upload-preview strong{color:#111b35;font-size:11px;}
.ng-write-review-v4__upload-preview small{margin-top:3px;color:#6d7a8f;font-size:10px;font-weight:700;}
.ng-write-review-v4__upload-preview button{min-height:32px;padding:0 8px;border:0;border-radius:7px;background:#eef4fc;color:#075ff4;font-size:10px;font-weight:850;cursor:pointer;}
.ng-write-review-v4__upload-preview button:focus-visible{outline:2px solid #075ff4;outline-offset:2px;}
.ng-write-review-v4.is-upload-pending .ng-write-review-v4__upload-previews{opacity:.65;pointer-events:none;}
.ng-write-review-v4__additional{padding:0;border-bottom:1px solid #e6edf7;}
.ng-write-review-v4__additional summary{min-height:68px;padding:0 30px;display:flex;gap:10px;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;}
.ng-write-review-v4__additional summary::-webkit-details-marker{display:none;}
.ng-write-review-v4__additional summary span{font-size:19px;font-weight:900;}
.ng-write-review-v4__additional summary small{color:#78859a;font-size:12px;font-weight:700;}
.ng-write-review-v4__additional summary::after{content:"+";width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#edf4ff;color:#075ff4;font-size:20px;font-weight:800;}
.ng-write-review-v4__additional[open] summary::after{content:"−";}
.ng-write-review-v4__additional>div{padding:0 30px 26px;}
.ng-write-review-v4__identity{border-bottom:0;}
.ng-write-review-v4__consent{margin:18px 0;display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start;color:#4e5c72;font-size:12px;line-height:1.45;font-weight:700;}
.ng-write-review-v4__consent input{width:18px;height:18px;min-height:0;margin:0;accent-color:#075ff4;}
.ng-write-review-v4__consent a{color:#075ff4;text-decoration:underline;}
.ng-write-review-v4__submit{width:100%;min-height:50px;display:flex;gap:9px;align-items:center;justify-content:center;border:1px solid #075ff4;border-radius:11px;background:#075ff4;color:#fff;font-size:14px;font-weight:900;box-shadow:0 12px 24px rgba(7,95,244,.22);cursor:pointer;}
.ng-write-review-v4__submit img{width:20px;height:20px;display:block;object-fit:contain;filter:brightness(0) invert(1);}
.ng-write-review-v4__submit:hover{background:#0451d7;}
.ng-write-review-v4__submit:focus-visible{outline:3px solid rgba(7,95,244,.28);outline-offset:3px;}
.ng-write-review-v4__submit:disabled{cursor:default;opacity:.72;box-shadow:none;}
.ng-write-review-v4__submit.is-loading img{animation:ng-write-review-v4-submit-pulse .8s ease-in-out infinite alternate;}
@keyframes ng-write-review-v4-submit-pulse{from{opacity:.45}to{opacity:1}}
.ng-write-review-v4__moderation,.ng-write-review-v4__status{margin:9px 0 0;text-align:center;color:#6d7a8f;font-size:11px;font-weight:700;}
.ng-write-review-v4__status{min-height:16px;color:#075ff4;}
.ng-write-review-v4__status.is-error{color:#a4283d;}
.ng-write-review-v4__status.is-info{color:#40597c;}
.ng-write-review-v4__error{margin:7px 0 0;color:#a4283d;font-size:12px;line-height:1.4;font-weight:800;}
.ng-write-review-v4 .has-error input,.ng-write-review-v4 .has-error textarea,.ng-write-review-v4 .has-error .ng-write-review-v4__stars{border-color:#c9475d;}
.ng-write-review-v4 .has-error .ng-write-review-v4__stars{width:max-content;max-width:100%;margin-left:auto;margin-right:auto;padding:2px 7px;border:1px solid #c9475d;border-radius:10px;}
.ng-write-review-v4__success{margin-top:14px;padding:16px;border:1px solid #9bc8ad;border-radius:12px;background:#f2fbf5;text-align:left;color:#174b2c;}
.ng-write-review-v4__success strong,.ng-write-review-v4__success span{display:block;}
.ng-write-review-v4__success strong{font-size:15px;font-weight:900;}
.ng-write-review-v4__success span{margin-top:4px;font-size:12px;font-weight:700;}
.ng-write-review-v4__honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;}
.ng-write-review-v4__help{position:sticky;top:18px;padding:20px;border:1px solid #dbe6f5;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(17,27,53,.055);}
.ng-write-review-v4__help-icon{width:38px;height:38px;padding:8px;display:grid;place-items:center;border-radius:11px;background:#edf4ff;}
.ng-write-review-v4__help-icon img{width:22px;height:22px;display:block;object-fit:contain;filter:brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(2802%) hue-rotate(213deg) brightness(98%) contrast(98%);}
.ng-write-review-v4__help h2{margin-top:13px;font-size:16px;}
.ng-write-review-v4__help ul{margin:14px 0 0;padding:0;display:grid;gap:10px;list-style:none;}
.ng-write-review-v4__help li{position:relative;padding-left:16px;color:#5d6a7f;font-size:12px;line-height:1.4;font-weight:700;}
.ng-write-review-v4__help li::before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:50%;background:#075ff4;}
.ng-write-review-v4 [hidden]{display:none!important;}
.ng-write-review-v4__form-card,.ng-write-review-v4__section,.ng-write-review-v4__layout>*,.ng-write-review-v4__modes>button,.ng-write-review-v4__provider-selected,.ng-write-review-v4__category-grid>div{min-width:0;}
@media (max-width:1080px){.ng-write-review-v4__header{grid-template-columns:auto auto 1fr}.ng-write-review-v4__header nav{order:5;grid-column:1/-1;justify-content:flex-start;flex-wrap:wrap}.ng-write-review-v4__phone{justify-self:end}.ng-write-review-v4__layout{grid-template-columns:minmax(0,1fr) 210px}}
@media (max-width:820px){.ng-write-review-v4{padding:0 18px 38px}.ng-write-review-v4__header{grid-template-columns:auto minmax(0,1fr);gap:10px;padding:10px 0}.ng-write-review-v4__header nav{display:none}.ng-write-review-v4__city{justify-self:end}.ng-write-review-v4__phone{grid-column:1/-1;justify-self:start;align-items:flex-start}.ng-write-review-v4__phone strong{font-size:16px}.ng-write-review-v4__breadcrumbs{margin:0 -18px;padding:12px 18px;overflow:hidden}.ng-write-review-v4__layout{grid-template-columns:1fr}.ng-write-review-v4__help{position:static}.ng-write-review-v4__trust{grid-template-columns:1fr}.ng-write-review-v4__intro h1{font-size:30px}}
@media (max-width:600px){.ng-write-review-v4__intro{margin-top:22px;grid-template-columns:48px minmax(0,1fr);gap:13px}.ng-write-review-v4__intro-icon{width:48px;height:48px;border-radius:14px}.ng-write-review-v4__intro-icon img{width:25px;height:25px}.ng-write-review-v4__intro h1{font-size:27px}.ng-write-review-v4__intro p{font-size:14px}.ng-write-review-v4__trust{margin:16px auto}.ng-write-review-v4__form-card{border-radius:16px}.ng-write-review-v4__section{padding:21px 18px}.ng-write-review-v4__modes,.ng-write-review-v4__category-grid,.ng-write-review-v4__two-fields,.ng-write-review-v4__upload-previews{grid-template-columns:1fr}.ng-write-review-v4__modes>button{min-height:104px}.ng-write-review-v4__provider-selected{grid-template-columns:44px minmax(0,1fr)}.ng-write-review-v4__provider-selected>span{width:44px;height:44px}.ng-write-review-v4__provider-selected button{grid-column:2;justify-self:start;padding:3px 0}.ng-write-review-v4__overall .ng-write-review-v4__stars{gap:4px}.ng-write-review-v4__overall .ng-write-review-v4__stars button{width:44px;height:48px;font-size:37px}.ng-write-review-v4__category-grid>div{grid-template-columns:minmax(0,1fr) auto}.ng-write-review-v4__internetometer{grid-template-columns:1fr}.ng-write-review-v4__internetometer>a{justify-self:start}.ng-write-review-v4__additional summary{padding:0 18px}.ng-write-review-v4__additional summary small{display:none}.ng-write-review-v4__additional>div{padding:0 18px 22px}.ng-write-review-v4__help{display:none}}
@media (max-width:390px){.ng-write-review-v4__city{padding:0 10px;font-size:12px}.ng-write-review-v4__logo{font-size:22px}.ng-write-review-v4__breadcrumbs{font-size:12px}.ng-write-review-v4__intro{grid-template-columns:1fr}.ng-write-review-v4__intro-icon{display:none}.ng-write-review-v4__intro h1{font-size:26px}.ng-write-review-v4__section h2{font-size:18px}.ng-write-review-v4__choices{display:grid;grid-template-columns:1fr}.ng-write-review-v4__choices button{width:100%}.ng-write-review-v4__category-grid>div{display:block;padding:8px 0}.ng-write-review-v4__category-control{justify-items:start}.ng-write-review-v4__category-grid .ng-write-review-v4__stars{margin-top:5px}.ng-write-review-v4__category-grid .ng-write-review-v4__stars button{width:34px;height:34px;font-size:25px}}

/* Shared v4 interaction contract. Keep pointer semantics tied to real controls. */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea,
[contenteditable="true"] {
  cursor: text !important;
}

a[href],
button:not(:disabled),
input[type="button"]:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="checkbox"]:not(:disabled),
input[type="radio"]:not(:disabled),
input[type="file"]:not(:disabled),
select:not(:disabled),
summary,
label[for],
label:has(input[type="checkbox"]:not(:disabled)),
label:has(input[type="radio"]:not(:disabled)),
[role="button"]:not([aria-disabled="true"]),
[data-ng-clickable="true"]:not([aria-disabled="true"]) {
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(7, 95, 244, .14);
}

[draggable="true"] {
  cursor: grab !important;
}

[draggable="true"]:active {
  cursor: grabbing !important;
}

[data-ng-zoomable="true"] {
  cursor: zoom-in !important;
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled,
[aria-disabled="true"],
label:has(input:disabled) {
  cursor: not-allowed !important;
}

button[aria-busy="true"],
input[aria-busy="true"],
[role="button"][aria-busy="true"] {
  cursor: progress !important;
}

a[href]:focus-visible,
button:focus-visible,
input:not([type="hidden"]):focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[role="button"]:focus-visible,
[data-ng-clickable="true"]:focus-visible {
  outline: 3px solid rgba(7, 95, 244, .28) !important;
  outline-offset: 2px !important;
}

a[href]:active,
button:not(:disabled):active,
input[type="button"]:not(:disabled):active,
input[type="submit"]:not(:disabled):active,
input[type="reset"]:not(:disabled):active,
[role="button"]:not([aria-disabled="true"]):active,
[data-ng-clickable="true"]:not([aria-disabled="true"]):active {
  opacity: .88;
}

/* V4 provider rating directory */
.ng-rating-browser-v4 {
  margin-top: 26px;
}

.ng-rating-hero-stats-v4 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ng-rating-mobile-controls-v4 {
  display: none;
}

.ng-rating-active-filters-v4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.ng-rating-active-filters-v4 a {
  min-height: 36px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #b9d2ff;
  border-radius: 7px;
  color: #075ff4;
  background: #f7faff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.ng-rating-active-filters-v4 a.is-clear {
  border-color: transparent;
  background: transparent;
}

.ng-rating-stars-exact-v4 {
  display: inline-flex;
  color: #dce4ef;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.ng-rating-stars-exact-v4 > span {
  display: inline-flex;
  gap: 2px;
}

.ng-rating-stars-exact-v4 [data-ng-fraction-star] {
  display: inline-block;
  font-style: normal;
  color: #dce4ef;
  background: linear-gradient(
    90deg,
    #f5a400 0,
    #f5a400 var(--ng-star-fill, 0%),
    #dce4ef var(--ng-star-fill, 0%),
    #dce4ef 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ng-rating-unranked-v4 {
  color: #69768a;
  font-weight: 800;
}

.ng-rating-filters-v4 form {
  display: grid;
  gap: 12px;
}

.ng-rating-filters-v4 select {
  width: 100%;
  min-height: 42px;
  padding: 0 34px 0 11px;
  border: 1px solid #d5e1ef;
  border-radius: 7px;
  color: #17223c;
  background: #fff;
  font: inherit;
}

.ng-rating-checkbox-v4 {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 9px !important;
  line-height: 1.35;
}

.ng-rating-checkbox-v4 input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #075ff4;
}

.ng-rating-checkbox-v4 span {
  min-height: 0 !important;
  padding: 0 !important;
  display: block !important;
  border: 0 !important;
  color: #273653 !important;
  background: transparent !important;
}

.ng-rating-checkbox-v4 span::after {
  content: none !important;
}

.ng-rating-filters-v4 form > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #075ff4;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ng-rating-filter-close-v4 {
  display: none !important;
}

.ng-rating-results-head-v4 {
  display: grid;
  gap: 12px;
}

.ng-rating-results-head-v4 h2 {
  margin: 0;
  color: #111b35;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.ng-rating-provider-list-v4 {
  display: grid;
  gap: 12px;
}

.ng-rating-leaders-v4 article {
  min-height: 270px;
  align-content: start;
}

.ng-rating-leader-metrics-v4 {
  grid-column: 1 / -1 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ng-rating-leader-actions-v4 {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ng-rating-leader-actions-v4 a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.ng-rating-leaders-v4 article > .ng-quick-vote-v4 {
  grid-column: 1 / -1;
  margin-top: 0;
}

.ng-rating-provider-card-v4 {
  grid-template-columns: 30px 50px minmax(190px, 1.05fr) minmax(270px, 1.35fr) minmax(120px, .65fr) minmax(184px, .8fr);
}

.ng-rating-provider-card-v4__main > .ng-rating-provider-reviews-v4 {
  margin-top: 7px;
  display: inline-flex;
  font-size: 11px;
}

.ng-rating-provider-metrics-v4 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(72px, 1fr));
  gap: 8px;
}

.ng-rating-provider-metrics-v4 div {
  min-width: 0;
}

.ng-rating-provider-features-v4 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}

.ng-rating-provider-features-v4 li {
  max-width: 118px;
  padding: 5px 8px;
  overflow: hidden;
  border-radius: 999px;
  color: #42516a;
  background: #f0f6ff;
  font-size: 10px;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ng-rating-provider-features-v4 li:nth-child(2) {
  color: #16864d;
  background: #eaf8ee;
}

.ng-rating-pagination-v4 {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  color: #69768a;
  font-size: 12px;
  font-weight: 800;
}

.ng-rating-pagination-v4 > a:not(.ng-rating-more-v4) {
  color: #075ff4;
  font-weight: 850;
  text-decoration: none;
}

.ng-rating-empty-v4 {
  padding: 30px;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.ng-rating-empty-v4 h3,
.ng-rating-empty-v4 p {
  margin: 0;
}

.ng-rating-empty-v4 p {
  margin-top: 8px;
  color: #66748a;
}

.ng-rating-empty-v4 a {
  margin-top: 18px;
  display: inline-flex;
  color: #075ff4;
  font-weight: 850;
}

.ng-rating-async-status-v4 {
  min-height: 18px;
  margin: 0;
  color: #5f6f86;
  font-size: 12px;
  text-align: center;
}

.ng-rating-async-status-v4.is-error {
  color: #b42318;
}

.ng-rating-browser-v4.is-loading [data-ng-rating-query] {
  opacity: .62;
  pointer-events: none;
}

@media (max-width: 1180px) {
  .ng-rating-filters-v4 {
    display: block;
  }

  .ng-rating-filters-v4 h2 {
    margin-bottom: 14px;
  }

  .ng-rating-provider-card-v4 {
    grid-template-columns: 34px 56px minmax(0, 1fr);
  }

  .ng-rating-provider-metrics-v4,
  .ng-rating-provider-features-v4,
  .ng-rating-provider-card-v4 nav {
    grid-column: 3;
  }

  .ng-rating-filters-v4 form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ng-rating-filters-v4 form > button,
  .ng-rating-filters-v4 form > a {
    grid-column: span 1;
  }
}

@media (max-width: 820px) {
  .ng-rating-browser-v4 {
    margin-top: 18px;
  }

  .ng-rating-hero-stats-v4 {
    grid-template-columns: 1fr;
  }

  .ng-rating-hero-v4 h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .ng-rating-hero-v4__copy,
  .ng-rating-section-v4,
  .ng-rating-main-v4,
  .ng-rating-list-v4,
  .ng-rating-results-head-v4 {
    min-width: 0;
    max-width: 100%;
  }

  .ng-rating-mobile-controls-v4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
  }

  .ng-rating-mobile-controls-v4 button,
  .ng-rating-mobile-controls-v4 a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b9d2ff;
    border-radius: 7px;
    color: #075ff4;
    background: #fff;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
  }

  .ng-rating-filters-v4 {
    position: fixed !important;
    z-index: 1200;
    inset: auto 0 0;
    max-height: min(86vh, 720px);
    padding: 22px 18px calc(22px + env(safe-area-inset-bottom));
    overflow-y: auto;
    display: none !important;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -24px 60px rgba(17, 27, 53, .22);
  }

  .ng-rating-filters-v4.is-open {
    display: grid !important;
  }

  .ng-rating-filter-close-v4 {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    min-height: 38px;
    padding: 0 !important;
    display: inline-flex !important;
    border: 0;
    background: transparent !important;
    color: #111b35 !important;
    box-shadow: none !important;
    font-size: 26px !important;
  }

  .ng-rating-filters-v4 form {
    grid-template-columns: 1fr;
  }

  .ng-rating-filters-v4 form > button,
  .ng-rating-filters-v4 form > a {
    grid-column: auto;
  }

  .ng-rating-main-v4 {
    display: block;
  }

  .ng-rating-section-v4 {
    margin-top: 20px;
  }

  .ng-rating-leaders-v4__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
  }

  .ng-rating-leaders-v4 article {
    flex: 0 0 min(86vw, 330px);
    scroll-snap-align: start;
  }

  .ng-rating-sort-v4 {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
  }

  .ng-rating-sort-v4 a {
    flex: 0 0 auto;
  }

  .ng-rating-provider-card-v4 {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 16px;
  }

  .ng-rating-provider-card-v4__rank {
    grid-column: 1;
  }

  .ng-rating-provider-logo-v4 {
    grid-column: 2;
  }

  .ng-rating-provider-card-v4__main,
  .ng-rating-provider-metrics-v4,
  .ng-rating-provider-features-v4,
  .ng-rating-provider-card-v4 nav {
    grid-column: 1 / -1;
  }

  .ng-rating-provider-metrics-v4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ng-rating-provider-card-v4 nav {
    grid-template-columns: 1fr 1fr;
  }

  .ng-rating-criteria-v4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 430px) {
  .ng-rating-v4 {
    padding-inline: 12px;
  }

  .ng-rating-hero-v4__copy {
    padding: 22px 18px;
  }

  .ng-rating-hero-v4 h1 {
    font-size: 30px;
  }

  .ng-rating-provider-metrics-v4 {
    grid-template-columns: 1fr;
  }

  .ng-rating-leader-metrics-v4,
  .ng-rating-leader-actions-v4 {
    grid-template-columns: 1fr !important;
  }

  .ng-rating-provider-card-v4 nav {
    grid-template-columns: 1fr;
  }

  .ng-rating-provider-card-v4 nav .ng-rating-tariffs-v4,
  .ng-rating-provider-card-v4 nav .ng-rating-primary-v4 {
    grid-column: 1;
    grid-row: auto;
  }
}
