@media (max-width: 575px) {
  .service {
    padding-top: 24px !important;
  }

  .service .service__title.title {
    max-width: 330px;
    font-size: 21px;
    line-height: 1.18;
    padding-bottom: 8px;
  }

  .service .service__table-table {
    margin-top: 16px !important;
    overflow-x: visible !important;
  }

  .service .service__table-table table,
  .service .service__table-table thead,
  .service .service__table-table tbody,
  .service .service__table-table th,
  .service .service__table-table td,
  .service .service__table-table tr {
    display: block;
    width: 100%;
  }

  .service .service__table-table thead,
  .service .service__table-table th {
    display: none !important;
  }

  .service .service__table-table tr {
    margin: 8px 0 !important;
    padding: 9px 11px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 5px 14px rgba(2, 8, 23, 0.05) !important;
  }

  .service .service__table-table td {
    display: grid !important;
    grid-template-columns: 74px 1fr !important;
    min-width: 0 !important;
    gap: 6px !important;
    padding: 4px 0 !important;
    border: 0 !important;
    border-bottom: 1px dashed #e2e8f0 !important;
    color: #334155 !important;
    font-size: 13px !important;
    line-height: 1.28 !important;
    text-align: left !important;
  }

  .service .service__table-table td:last-child {
    border-bottom: 0 !important;
  }

  .service .service__table-table td::before {
    content: attr(data-label);
    color: #64748b;
    font-size: 11px !important;
    font-weight: 700;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  .service .service__table-table td:first-child {
    display: block !important;
    padding: 0 0 4px !important;
    border-bottom: 0 !important;
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  .service .service__table-table td:first-child::before,
  .service .service__table-table td:nth-child(3)::before {
    content: none !important;
  }

  .service .service__table-table td:nth-child(2) {
    grid-template-columns: 44px 1fr !important;
    padding: 2px 0 5px !important;
    color: #0ea5e9 !important;
    font-weight: 800 !important;
  }

  .service .service__table-table td:nth-child(2)::before {
    content: attr(data-label) !important;
  }

  .service .service__table-table td:nth-child(3) {
    display: block !important;
    padding-top: 5px !important;
    color: #475569 !important;
  }

  .service .service__table-table tr.service__notice {
    padding: 8px 10px !important;
  }

  .service .service__table-table tr.service__notice td,
  .service .service__table-table tr.service__notice td .table-note {
    font-size: 12px !important;
    line-height: 1.35 !important;
    margin-top: 0 !important;
  }
}

.service-mobile {
  display: none;
}

@media (max-width: 767px) {
  .service {
    padding-top: 26px !important;
  }

  .service .service__title.title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    color: #102033;
    font-size: 23px !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .service .service__table-table {
    display: none !important;
  }

  .service-mobile {
    display: block;
    max-width: 430px;
    margin: 18px auto 0;
  }

  .service-mobile__lead {
    margin: 0 0 14px;
    color: #3b4d61;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }

  .service-mobile__nav {
    position: sticky;
    top: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0 0 16px;
    padding: 8px 0;
    background: #ffffff;
  }

  .service-mobile__nav a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8dceb;
    border-radius: 8px;
    background: #eaf4ff;
    color: #1d5789;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
  }

  .service-mobile__group {
    scroll-margin-top: 70px;
    margin-top: 18px;
  }

  .service-mobile__group-title {
    margin: 0 0 10px;
    color: #102033;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
  }

  .service-mobile-card {
    margin: 0 0 10px;
    padding: 14px;
    border: 1px solid #d6e8f5;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(16, 32, 51, .07);
  }

  .service-mobile-card--main {
    border-color: #b8d8f0;
    background: linear-gradient(180deg, #f4faff 0%, #ffffff 100%);
  }

  .service-mobile-card__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    margin-bottom: 8px;
  }

  .service-mobile-card h3 {
    margin: 0;
    color: #102033;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
  }

  .service-mobile-card__top span {
    max-width: 112px;
    padding: 7px 9px;
    border-radius: 8px;
    background: #1d5789;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
  }

  .service-mobile-card p {
    margin: 0;
    color: #405368;
    font-size: 14px;
    line-height: 1.45;
  }

  .service-mobile-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }

  .service-mobile-card li {
    padding: 6px 8px;
    border-radius: 8px;
    background: #eef6fb;
    color: #24445f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
  }

  .service-mobile-card--compact {
    padding: 12px 13px;
  }

  .service-mobile-card--compact .service-mobile-card__top {
    margin-bottom: 6px;
  }

  .service-mobile-card--compact h3 {
    font-size: 16px;
  }

  .service-mobile__note {
    margin: 14px 0 0;
    padding: 13px 14px;
    border: 1px solid #d6e8f5;
    border-radius: 10px;
    background: #f5f8fb;
    color: #405368;
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (max-width: 380px) {
  .service-mobile-card__top {
    grid-template-columns: 1fr;
  }

  .service-mobile-card__top span {
    max-width: none;
    justify-self: start;
  }
}
