@charset "UTF-8";
/* Mechanically extracted from widget_v4_page_content_1_a099d1e4416c3a2ebd1fc687926f102f. */
/* line 3, do-native-contacts.scss */
.do-native-view--contacts {
  /* ══════════════════════
     1. HERO
  ══════════════════════ */
  /* right: quick contacts */
  /* ══════════════════════
     2. WHAT TO SEND
  ══════════════════════ */
  /* ══════════════════════
     3. CHANNELS
  ══════════════════════ */
  /* ══════════════════════
     4. FIRST MESSAGE
  ══════════════════════ */
  /* message bubble mockup */
  /* ══════════════════════
     5. CONTACTS
  ══════════════════════ */
  /* schedule */
  /* ══════════════════════
     6. REQUISITES
  ══════════════════════ */
  /* ══════════════════════
     7. FINAL CTA
  ══════════════════════ */
  /* RESPONSIVE */
  /* Contacts grid/glow full-width background 2026-05-21 */
  /* Contacts no beams 2026-05-21 */
  /* Bright form CTA and contrast fix 2026-05-25 */
  /* Contacts filled application CTA 2026-05-25 */
  /* Hero two-button CTA rule 2026-05-25 */ }
  /* line 4, do-native-contacts.scss */
  .do-native-view--contacts *, .do-native-view--contacts *::before, .do-native-view--contacts *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  /* line 5, do-native-contacts.scss */
  .do-native-view--contacts html {
    scroll-behavior: smooth; }
  /* line 6, do-native-contacts.scss */
  .do-native-view--contacts body {
    background: #fff;
    color: #222;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; }
  /* line 12, do-native-contacts.scss */
  .do-native-view--contacts a {
    color: inherit;
    text-decoration: none; }
  /* line 14, do-native-contacts.scss */
  .do-native-view--contacts .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px; }
  /* line 15, do-native-contacts.scss */
  .do-native-view--contacts section {
    padding: 88px 0; }
  /* line 17, do-native-contacts.scss */
  .do-native-view--contacts .s-tag {
    font-family: 'DM Mono', monospace;
    font-size: .68rem;
    color: #E85D0A;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px; }
  /* line 22, do-native-contacts.scss */
  .do-native-view--contacts .s-tag::before {
    content: '';
    width: 14px;
    height: 1px;
    background: #E85D0A;
    flex-shrink: 0; }
  /* line 23, do-native-contacts.scss */
  .do-native-view--contacts .s-h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.9rem, 3.2vw, 2.85rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.08;
    color: #111;
    margin-bottom: 14px; }
  /* line 29, do-native-contacts.scss */
  .do-native-view--contacts .s-lead {
    font-size: 1.02rem;
    color: #666;
    max-width: 560px;
    line-height: 1.72;
    margin-bottom: 48px; }
  /* line 31, do-native-contacts.scss */
  .do-native-view--contacts .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: .9rem;
    font-weight: 600;
    padding: 13px 26px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    transition: transform .18s, box-shadow .18s;
    text-decoration: none; }
  /* line 37, do-native-contacts.scss */
  .do-native-view--contacts .btn:hover {
    transform: translateY(-2px); }
  /* line 38, do-native-contacts.scss */
  .do-native-view--contacts .btn-primary {
    background: #E85D0A;
    color: #fff;
    box-shadow: 0 4px 18px rgba(232, 93, 10, 0.28); }
  /* line 39, do-native-contacts.scss */
  .do-native-view--contacts .btn-primary:hover {
    box-shadow: 0 8px 28px rgba(232, 93, 10, 0.38); }
  /* line 40, do-native-contacts.scss */
  .do-native-view--contacts .btn-navy {
    background: #0D2D6B;
    color: #fff;
    box-shadow: 0 4px 18px rgba(13, 45, 107, 0.2); }
  /* line 41, do-native-contacts.scss */
  .do-native-view--contacts .btn-navy:hover {
    box-shadow: 0 8px 28px rgba(13, 45, 107, 0.32); }
  /* line 42, do-native-contacts.scss */
  .do-native-view--contacts .btn-ghost {
    background: transparent;
    color: #444;
    border: 1.5px solid rgba(0, 0, 0, 0.14); }
  /* line 43, do-native-contacts.scss */
  .do-native-view--contacts .btn-ghost:hover {
    border-color: rgba(0, 0, 0, 0.28); }
  /* line 44, do-native-contacts.scss */
  .do-native-view--contacts .btn-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap; }
  /* line 49, do-native-contacts.scss */
  .do-native-view--contacts #hero {
    background: #fff;
    padding: 0;
    position: relative;
    overflow: hidden; }
  /* line 52, do-native-contacts.scss */
  .do-native-view--contacts #hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #E8A87C 30%, #E85D0A 60%, transparent); }
  /* line 56, do-native-contacts.scss */
  .do-native-view--contacts .hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
    align-items: stretch; }
  /* line 60, do-native-contacts.scss */
  .do-native-view--contacts .hero-left {
    padding: 88px 72px 88px 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  /* line 64, do-native-contacts.scss */
  .do-native-view--contacts .hero-right {
    background: #0D2D6B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 60px;
    position: relative;
    overflow: hidden; }
  /* line 69, do-native-contacts.scss */
  .do-native-view--contacts .hero-right::before {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none; }
  /* line 74, do-native-contacts.scss */
  .do-native-view--contacts .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(13, 45, 107, 0.07);
    border: 1px solid rgba(13, 45, 107, 0.15);
    border-radius: 100px;
    padding: 6px 16px;
    font-family: 'DM Mono', monospace;
    font-size: .7rem;
    color: #0D2D6B;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 28px; }
  /* line 81, do-native-contacts.scss */
  .do-native-view--contacts .badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E85D0A;
    flex-shrink: 0; }
  /* line 82, do-native-contacts.scss */
  .do-native-view--contacts .hero-h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2.4rem, 3.8vw, 4.4rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.045em;
    color: #111;
    margin-bottom: 22px; }
  /* line 88, do-native-contacts.scss */
  .do-native-view--contacts .hero-h1 em {
    font-style: normal;
    color: #E85D0A; }
  /* line 89, do-native-contacts.scss */
  .do-native-view--contacts .hero-sub {
    font-size: 1rem;
    color: #555;
    max-width: 500px;
    line-height: 1.75;
    margin-bottom: 18px; }
  /* line 90, do-native-contacts.scss */
  .do-native-view--contacts .hero-body {
    font-size: .92rem;
    color: #777;
    max-width: 460px;
    line-height: 1.72;
    margin-bottom: 36px; }
  /* line 93, do-native-contacts.scss */
  .do-native-view--contacts .quick-contacts {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 12px; }
  /* line 94, do-native-contacts.scss */
  .do-native-view--contacts .qc-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 18px 22px;
    text-decoration: none;
    color: #fff;
    transition: background .18s, transform .18s; }
  /* line 101, do-native-contacts.scss */
  .do-native-view--contacts .qc-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(4px); }
  /* line 102, do-native-contacts.scss */
  .do-native-view--contacts .qc-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0; }
  /* line 107, do-native-contacts.scss */
  .do-native-view--contacts .qc-icon.tg {
    background: rgba(41, 182, 246, 0.25); }
  /* line 108, do-native-contacts.scss */
  .do-native-view--contacts .qc-icon.wa {
    background: rgba(37, 211, 102, 0.2); }
  /* line 109, do-native-contacts.scss */
  .do-native-view--contacts .qc-icon.mail {
    background: rgba(232, 93, 10, 0.3); }
  /* line 110, do-native-contacts.scss */
  .do-native-view--contacts .qc-icon.tel {
    background: rgba(255, 255, 255, 0.1); }
  /* line 111, do-native-contacts.scss */
  .do-native-view--contacts .qc-label {
    font-family: 'DM Mono',monospace;
    font-size: .65rem;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 3px; }
  /* line 112, do-native-contacts.scss */
  .do-native-view--contacts .qc-value {
    font-size: .95rem;
    font-weight: 600;
    color: #fff; }
  /* line 113, do-native-contacts.scss */
  .do-native-view--contacts .qc-arrow {
    margin-left: auto;
    font-family: 'DM Mono',monospace;
    font-size: .85rem;
    color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0; }
  /* line 118, do-native-contacts.scss */
  .do-native-view--contacts #what {
    background: #f8f9fb; }
  /* line 119, do-native-contacts.scss */
  .do-native-view--contacts .what-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 72px;
    align-items: start; }
  /* line 120, do-native-contacts.scss */
  .do-native-view--contacts .what-left {
    position: sticky;
    top: 100px; }
  /* line 121, do-native-contacts.scss */
  .do-native-view--contacts .what-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px; }
  /* line 122, do-native-contacts.scss */
  .do-native-view--contacts .what-card {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 14px;
    padding: 24px 26px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: border-color .18s, transform .18s; }
  /* line 127, do-native-contacts.scss */
  .do-native-view--contacts .what-card:hover {
    border-color: rgba(13, 45, 107, 0.22);
    transform: translateY(-2px); }
  /* line 128, do-native-contacts.scss */
  .do-native-view--contacts .what-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(13, 45, 107, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0; }
  /* line 133, do-native-contacts.scss */
  .do-native-view--contacts .what-title {
    font-weight: 700;
    font-size: .9rem;
    color: #111;
    line-height: 1.3; }
  /* line 138, do-native-contacts.scss */
  .do-native-view--contacts #channels {
    background: #fff; }
  /* line 139, do-native-contacts.scss */
  .do-native-view--contacts .channels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px; }
  /* line 140, do-native-contacts.scss */
  .do-native-view--contacts .ch-card {
    background: #f8f9fb;
    border: 1.5px solid #ebebeb;
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: border-color .18s, transform .18s; }
  /* line 145, do-native-contacts.scss */
  .do-native-view--contacts .ch-card:hover {
    border-color: rgba(13, 45, 107, 0.22);
    transform: translateY(-3px); }
  /* line 146, do-native-contacts.scss */
  .do-native-view--contacts .ch-card.primary {
    background: #0D2D6B;
    border-color: #0D2D6B; }
  /* line 147, do-native-contacts.scss */
  .do-native-view--contacts .ch-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0; }
  /* line 152, do-native-contacts.scss */
  .do-native-view--contacts .ch-icon.tg {
    background: rgba(41, 182, 246, 0.15); }
  /* line 153, do-native-contacts.scss */
  .do-native-view--contacts .ch-icon.mail {
    background: rgba(232, 93, 10, 0.1); }
  /* line 154, do-native-contacts.scss */
  .do-native-view--contacts .ch-icon.tel {
    background: rgba(13, 45, 107, 0.08); }
  /* line 155, do-native-contacts.scss */
  .do-native-view--contacts .ch-card.primary .ch-icon {
    background: rgba(255, 255, 255, 0.12); }
  /* line 156, do-native-contacts.scss */
  .do-native-view--contacts .ch-name {
    font-family: 'Syne', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #111; }
  /* line 160, do-native-contacts.scss */
  .do-native-view--contacts .ch-card.primary .ch-name {
    color: #fff; }
  /* line 161, do-native-contacts.scss */
  .do-native-view--contacts .ch-when {
    font-size: .85rem;
    color: #777;
    line-height: 1.6;
    flex: 1; }
  /* line 162, do-native-contacts.scss */
  .do-native-view--contacts .ch-card.primary .ch-when {
    color: rgba(255, 255, 255, 0.65); }
  /* line 163, do-native-contacts.scss */
  .do-native-view--contacts .ch-contact {
    font-family: 'DM Mono', monospace;
    font-size: .8rem;
    color: #E85D0A;
    font-weight: 500;
    word-break: break-all; }
  /* line 167, do-native-contacts.scss */
  .do-native-view--contacts .ch-card.primary .ch-contact {
    color: #E8A87C; }
  /* line 168, do-native-contacts.scss */
  .do-native-view--contacts .ch-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #E85D0A;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: .88rem;
    padding: 11px 22px;
    border-radius: 8px;
    transition: opacity .18s, transform .18s;
    text-decoration: none;
    width: fit-content; }
  /* line 176, do-native-contacts.scss */
  .do-native-view--contacts .ch-link:hover {
    opacity: .9;
    transform: translateY(-2px); }
  /* line 177, do-native-contacts.scss */
  .do-native-view--contacts .ch-link.secondary {
    background: transparent;
    color: #0D2D6B;
    border: 1.5px solid rgba(13, 45, 107, 0.25); }
  /* line 181, do-native-contacts.scss */
  .do-native-view--contacts .ch-link.secondary:hover {
    border-color: #0D2D6B;
    background: rgba(13, 45, 107, 0.04); }
  /* line 186, do-native-contacts.scss */
  .do-native-view--contacts #firstmsg {
    background: #FFF8F0; }
  /* line 187, do-native-contacts.scss */
  .do-native-view--contacts .firstmsg-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start; }
  /* line 188, do-native-contacts.scss */
  .do-native-view--contacts .fm-checklist {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 8px; }
  /* line 189, do-native-contacts.scss */
  .do-native-view--contacts .fm-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(232, 93, 10, 0.1); }
  /* line 193, do-native-contacts.scss */
  .do-native-view--contacts .fm-item:last-child {
    border-bottom: none; }
  /* line 194, do-native-contacts.scss */
  .do-native-view--contacts .fm-num {
    font-family: 'DM Mono', monospace;
    font-size: .72rem;
    color: #E85D0A;
    width: 24px;
    flex-shrink: 0;
    padding-top: 2px; }
  /* line 198, do-native-contacts.scss */
  .do-native-view--contacts .fm-text {
    font-size: .95rem;
    color: #333;
    line-height: 1.55; }
  /* line 199, do-native-contacts.scss */
  .do-native-view--contacts .fm-text em {
    font-style: italic;
    color: #888;
    font-size: .87rem;
    display: block;
    margin-top: 3px; }
  /* line 202, do-native-contacts.scss */
  .do-native-view--contacts .fm-bubble-wrap {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 18px;
    padding: 32px 28px;
    position: sticky;
    top: 100px; }
  /* line 206, do-native-contacts.scss */
  .do-native-view--contacts .fb-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0; }
  /* line 210, do-native-contacts.scss */
  .do-native-view--contacts .fb-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0D2D6B;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: .9rem; }
  /* line 216, do-native-contacts.scss */
  .do-native-view--contacts .fb-name {
    font-weight: 600;
    font-size: .9rem;
    color: #111; }
  /* line 217, do-native-contacts.scss */
  .do-native-view--contacts .fb-role {
    font-size: .72rem;
    color: #aaa; }
  /* line 218, do-native-contacts.scss */
  .do-native-view--contacts .fb-channel {
    margin-left: auto;
    font-family: 'DM Mono', monospace;
    font-size: .65rem;
    background: rgba(41, 182, 246, 0.1);
    color: #0D2D6B;
    border-radius: 4px;
    padding: 3px 8px; }
  /* line 224, do-native-contacts.scss */
  .do-native-view--contacts .fb-messages {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  /* line 225, do-native-contacts.scss */
  .do-native-view--contacts .fb-msg {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: .85rem;
    line-height: 1.55;
    max-width: 90%; }
  /* line 229, do-native-contacts.scss */
  .do-native-view--contacts .fb-msg.in {
    background: #f4f6fb;
    color: #333;
    border-bottom-left-radius: 4px;
    align-self: flex-start; }
  /* line 233, do-native-contacts.scss */
  .do-native-view--contacts .fb-msg.out {
    background: #0D2D6B;
    color: rgba(255, 255, 255, 0.85);
    border-bottom-right-radius: 4px;
    align-self: flex-end; }
  /* line 237, do-native-contacts.scss */
  .do-native-view--contacts .fb-time {
    font-family: 'DM Mono', monospace;
    font-size: .62rem;
    color: #bbb;
    text-align: right;
    margin-top: 6px; }
  /* line 242, do-native-contacts.scss */
  .do-native-view--contacts #contacts {
    background: #fff; }
  /* line 243, do-native-contacts.scss */
  .do-native-view--contacts .contacts-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start; }
  /* line 244, do-native-contacts.scss */
  .do-native-view--contacts .contacts-list {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  /* line 245, do-native-contacts.scss */
  .do-native-view--contacts .contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f8f9fb;
    border: 1.5px solid #ebebeb;
    border-radius: 12px;
    padding: 18px 22px;
    text-decoration: none;
    color: #222;
    transition: border-color .18s, transform .18s; }
  /* line 251, do-native-contacts.scss */
  .do-native-view--contacts .contact-item:hover {
    border-color: rgba(13, 45, 107, 0.22);
    transform: translateX(4px); }
  /* line 252, do-native-contacts.scss */
  .do-native-view--contacts .ci-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0; }
  /* line 257, do-native-contacts.scss */
  .do-native-view--contacts .ci-icon.tg {
    background: rgba(41, 182, 246, 0.12); }
  /* line 258, do-native-contacts.scss */
  .do-native-view--contacts .ci-icon.wa {
    background: rgba(37, 211, 102, 0.12); }
  /* line 259, do-native-contacts.scss */
  .do-native-view--contacts .ci-icon.mail {
    background: rgba(232, 93, 10, 0.1); }
  /* line 260, do-native-contacts.scss */
  .do-native-view--contacts .ci-icon.tel {
    background: rgba(13, 45, 107, 0.08); }
  /* line 261, do-native-contacts.scss */
  .do-native-view--contacts .ci-icon.vk {
    background: rgba(13, 45, 107, 0.08); }
  /* line 262, do-native-contacts.scss */
  .do-native-view--contacts .ci-label {
    font-family: 'DM Mono',monospace;
    font-size: .65rem;
    color: #aaa;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 3px; }
  /* line 263, do-native-contacts.scss */
  .do-native-view--contacts .ci-value {
    font-size: .95rem;
    font-weight: 600;
    color: #111; }
  /* line 264, do-native-contacts.scss */
  .do-native-view--contacts .ci-desc {
    font-size: .78rem;
    color: #888;
    margin-top: 2px; }
  /* line 265, do-native-contacts.scss */
  .do-native-view--contacts .ci-arrow {
    margin-left: auto;
    font-size: .85rem;
    color: #ccc;
    flex-shrink: 0;
    transition: color .18s; }
  /* line 266, do-native-contacts.scss */
  .do-native-view--contacts .contact-item:hover .ci-arrow {
    color: #E85D0A; }
  /* line 269, do-native-contacts.scss */
  .do-native-view--contacts .schedule-panel {
    background: #f8f9fb;
    border: 1.5px solid #ebebeb;
    border-radius: 16px;
    padding: 32px 28px; }
  /* line 273, do-native-contacts.scss */
  .do-native-view--contacts .schedule-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #111;
    margin-bottom: 20px; }
  /* line 277, do-native-contacts.scss */
  .do-native-view--contacts .schedule-rows {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px; }
  /* line 278, do-native-contacts.scss */
  .do-native-view--contacts .srow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: .9rem; }
  /* line 283, do-native-contacts.scss */
  .do-native-view--contacts .srow:last-child {
    border-bottom: none; }
  /* line 284, do-native-contacts.scss */
  .do-native-view--contacts .srow-day {
    color: #333;
    font-weight: 500; }
  /* line 285, do-native-contacts.scss */
  .do-native-view--contacts .srow-time {
    font-family: 'DM Mono', monospace;
    font-size: .82rem;
    color: #666; }
  /* line 286, do-native-contacts.scss */
  .do-native-view--contacts .srow-time.closed {
    color: #aaa; }
  /* line 287, do-native-contacts.scss */
  .do-native-view--contacts .schedule-note {
    background: #fff;
    border: 1.5px solid rgba(232, 93, 10, 0.15);
    border-radius: 10px;
    padding: 14px 18px;
    font-size: .83rem;
    color: #666;
    line-height: 1.55;
    display: flex;
    align-items: flex-start;
    gap: 10px; }
  /* line 293, do-native-contacts.scss */
  .do-native-view--contacts .sn-icon {
    font-size: 1rem;
    flex-shrink: 0; }
  /* line 298, do-native-contacts.scss */
  .do-native-view--contacts #requisites {
    background: #f8f9fb;
    padding: 48px 0; }
  /* line 299, do-native-contacts.scss */
  .do-native-view--contacts .req-inner {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 14px;
    padding: 28px 32px;
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    align-items: flex-start; }
  /* line 303, do-native-contacts.scss */
  .do-native-view--contacts .req-label {
    font-family: 'DM Mono',monospace;
    font-size: .65rem;
    color: #aaa;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 12px; }
  /* line 304, do-native-contacts.scss */
  .do-native-view--contacts .req-item {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  /* line 305, do-native-contacts.scss */
  .do-native-view--contacts .req-title {
    font-size: .78rem;
    color: #aaa; }
  /* line 306, do-native-contacts.scss */
  .do-native-view--contacts .req-val {
    font-size: .9rem;
    font-weight: 600;
    color: #333;
    font-family: 'DM Mono',monospace; }
  /* line 307, do-native-contacts.scss */
  .do-native-view--contacts .req-name {
    font-size: .95rem;
    font-weight: 700;
    color: #111; }
  /* line 312, do-native-contacts.scss */
  .do-native-view--contacts #cta {
    background: #0D2D6B;
    padding: 88px 0; }
  /* line 313, do-native-contacts.scss */
  .do-native-view--contacts .cta-inner {
    text-align: center; }
  /* line 314, do-native-contacts.scss */
  .do-native-view--contacts .cta-h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1.03;
    color: #fff;
    margin-bottom: 14px; }
  /* line 319, do-native-contacts.scss */
  .do-native-view--contacts .cta-h2 em {
    font-style: normal;
    color: #E8A87C; }
  /* line 320, do-native-contacts.scss */
  .do-native-view--contacts .cta-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 40px;
    line-height: 1.7; }
  /* line 321, do-native-contacts.scss */
  .do-native-view--contacts .cta-note-block {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 36px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: .87rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
    max-width: 560px; }
  /* line 327, do-native-contacts.scss */
  .do-native-view--contacts .cta-note-icon {
    font-size: 1.1rem;
    flex-shrink: 0; }
  /* line 328, do-native-contacts.scss */
  .do-native-view--contacts .cta-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center; }
  /* line 329, do-native-contacts.scss */
  .do-native-view--contacts .cta-btn-tg {
    background: #E85D0A;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: .95rem;
    padding: 14px 30px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity .18s, transform .18s;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(232, 93, 10, 0.4); }
  /* line 337, do-native-contacts.scss */
  .do-native-view--contacts .cta-btn-tg:hover {
    opacity: .9;
    transform: translateY(-2px); }
  /* line 338, do-native-contacts.scss */
  .do-native-view--contacts .cta-btn-sec {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: .9rem;
    padding: 13px 26px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .18s;
    text-decoration: none; }
  /* line 346, do-native-contacts.scss */
  .do-native-view--contacts .cta-btn-sec:hover {
    background: rgba(255, 255, 255, 0.18); }
  @media (max-width: 1024px) {
    /* line 350, do-native-contacts.scss */
    .do-native-view--contacts .container {
      padding: 0 32px; }
    /* line 351, do-native-contacts.scss */
    .do-native-view--contacts .hero-split {
      grid-template-columns: 1fr; }
    /* line 352, do-native-contacts.scss */
    .do-native-view--contacts .hero-left {
      padding: 56px 0 48px; }
    /* line 353, do-native-contacts.scss */
    .do-native-view--contacts .hero-right {
      display: none; }
    /* line 354, do-native-contacts.scss */
    .do-native-view--contacts .what-layout {
      grid-template-columns: 1fr; }
    /* line 355, do-native-contacts.scss */
    .do-native-view--contacts .what-left {
      position: static; }
    /* line 356, do-native-contacts.scss */
    .do-native-view--contacts .firstmsg-layout {
      grid-template-columns: 1fr; }
    /* line 357, do-native-contacts.scss */
    .do-native-view--contacts .fm-bubble-wrap {
      position: static; }
    /* line 358, do-native-contacts.scss */
    .do-native-view--contacts .contacts-layout {
      grid-template-columns: 1fr; }
    /* line 359, do-native-contacts.scss */
    .do-native-view--contacts .channels-grid {
      grid-template-columns: 1fr; } }
  @media (max-width: 768px) {
    /* line 362, do-native-contacts.scss */
    .do-native-view--contacts section {
      padding: 60px 0; }
    /* line 363, do-native-contacts.scss */
    .do-native-view--contacts .container {
      padding: 0 20px; }
    /* line 364, do-native-contacts.scss */
    .do-native-view--contacts .what-cards {
      grid-template-columns: 1fr; }
    /* line 365, do-native-contacts.scss */
    .do-native-view--contacts .btn-row {
      flex-direction: column;
      align-items: flex-start; }
    /* line 366, do-native-contacts.scss */
    .do-native-view--contacts .req-inner {
      gap: 24px; }
    /* line 367, do-native-contacts.scss */
    .do-native-view--contacts .cta-buttons {
      flex-direction: column;
      align-items: center; } }
  /* line 371, do-native-contacts.scss */
  .do-native-view--contacts #hero {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: radial-gradient(circle at 42% 76%, rgba(13, 45, 107, 0.1), rgba(0, 0, 0, 0) 34%), linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%) !important;
    position: relative;
    overflow: hidden; }
  /* line 381, do-native-contacts.scss */
  .do-native-view--contacts #hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(13, 45, 107, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 45, 107, 0.075) 1px, transparent 1px);
    background-size: 44px 44px; }
  /* line 392, do-native-contacts.scss */
  .do-native-view--contacts #hero::after {
    z-index: 2; }
  /* line 393, do-native-contacts.scss */
  .do-native-view--contacts #hero > .container {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px; }
  /* line 404, do-native-contacts.scss */
  .do-native-view--contacts #hero > .container::before,
  .do-native-view--contacts #hero > .container::after,
  .do-native-view--contacts #hero > .container .hero-split::before,
  .do-native-view--contacts #hero > .container .hero-split::after,
  .do-native-view--contacts #hero > .container .hero-layout::before,
  .do-native-view--contacts #hero > .container .hero-layout::after {
    content: none !important;
    display: none !important;
    animation: none !important; }
  /* line 418, do-native-contacts.scss */
  .do-native-view--contacts .btn-form-bright {
    position: relative;
    overflow: hidden;
    background: #E85D0A !important;
    border-color: #E85D0A !important;
    color: #fff !important;
    box-shadow: 0 8px 28px rgba(232, 93, 10, 0.34); }
  /* line 426, do-native-contacts.scss */
  .do-native-view--contacts .btn-form-bright::after {
    content: "";
    position: absolute;
    top: -70%;
    bottom: -70%;
    left: -44%;
    width: 34%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    animation: do42BtnShimmer 4s ease-in-out infinite; }
@keyframes do42BtnShimmer {
  0%, 68% {
    left: -44%; }
  100% {
    left: 122%; } }
  @media (prefers-reduced-motion: reduce) {
    /* line 442, do-native-contacts.scss */
    .do-native-view--contacts .btn-form-bright::after {
      animation: none;
      display: none; } }
  /* line 446, do-native-contacts.scss */
  .do-native-view--contacts .cta-btn-form-bright {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border: 1px solid #E85D0A;
    border-radius: 9px;
    background: #E85D0A;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(232, 93, 10, 0.4);
    transition: transform .18s, box-shadow .18s; }
  /* line 464, do-native-contacts.scss */
  .do-native-view--contacts .cta-btn-form-bright:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(232, 93, 10, 0.48); }
  /* line 465, do-native-contacts.scss */
  .do-native-view--contacts .cta-btn-form-bright::after {
    content: "";
    position: absolute;
    top: -70%;
    bottom: -70%;
    left: -44%;
    width: 34%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    animation: do42BtnShimmer 4s ease-in-out infinite; }
  @media (prefers-reduced-motion: reduce) {
    /* line 477, do-native-contacts.scss */
    .do-native-view--contacts .cta-btn-form-bright::after {
      animation: none;
      display: none; } }
  /* line 481, do-native-contacts.scss */
  .do-native-view--contacts #hero .btn-row .btn:first-of-type {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(90deg, #F25A00 0%, #FF7A1F 48%, #F25A00 100%) !important;
    border-color: rgba(255, 122, 31, 0.74) !important;
    color: #fff !important;
    box-shadow: 0 16px 38px rgba(242, 90, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important; }
  /* line 490, do-native-contacts.scss */
  .do-native-view--contacts #hero .btn-row .btn:first-of-type::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -3px auto -3px -46%;
    width: 38%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.43), transparent);
    animation: do42HeroPairShimmer 4.2s ease-in-out infinite;
    pointer-events: none; }
  /* line 501, do-native-contacts.scss */
  .do-native-view--contacts #hero .btn-row .btn:first-of-type:hover {
    background: linear-gradient(90deg, #FF6410 0%, #FF8533 48%, #FF6410 100%) !important;
    box-shadow: 0 20px 48px rgba(242, 90, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.26) !important; }
  /* line 505, do-native-contacts.scss */
  .do-native-view--contacts #hero .btn-row .btn:nth-of-type(2) {
    background: #fff !important;
    border: 1px solid rgba(13, 45, 107, 0.16) !important;
    color: #0D2D6B !important;
    box-shadow: 0 10px 28px rgba(7, 20, 47, 0.07) !important; }
  /* line 511, do-native-contacts.scss */
  .do-native-view--contacts #hero .btn-row .btn:nth-of-type(2)::before,
  .do-native-view--contacts #hero .btn-row .btn:nth-of-type(2)::after {
    content: none !important;
    display: none !important;
    animation: none !important; }
  /* line 517, do-native-contacts.scss */
  .do-native-view--contacts #hero .btn-row .btn:nth-of-type(2):hover {
    background: #fff !important;
    border-color: rgba(13, 45, 107, 0.25) !important;
    box-shadow: 0 14px 36px rgba(7, 20, 47, 0.12) !important; }
@keyframes do42HeroPairShimmer {
  0%, 48% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0; }
  58% {
    opacity: .9; }
  82%, 100% {
    transform: translateX(450%) skewX(-18deg);
    opacity: 0; } }
  @media (prefers-reduced-motion: reduce) {
    /* line 528, do-native-contacts.scss */
    .do-native-view--contacts #hero .btn-row .btn:first-of-type::before {
      animation: none !important;
      opacity: 0 !important; } }
