

/* Start:/local/templates/main/css/ngk-contract-service.20260504a.css?17778496146317*/
.title1.blue_color2.mb41.ubuntu_font.mt40 {
  max-width: none;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.ngk-contract-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 28px;
  align-items: stretch;
  margin: 0 0 36px;
  padding: 30px;
  background: #f4f8fb;
  border-left: 6px solid #ff6a00;
}

.ngk-contract-hero__content,
.ngk-contract-hero__notice {
  min-width: 0;
}

.ngk-contract-hero__eyebrow {
  margin-bottom: 10px;
  color: #0a70b7;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.ngk-contract-hero h2 {
  margin: 0 0 16px;
  color: #12395a;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
}

.ngk-contract-hero p {
  margin: 0 0 18px;
  color: #243746;
  font-size: 18px;
  line-height: 1.55;
}

.ngk-contract-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ngk-contract-cta,
.ngk-contract-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.ngk-contract-cta {
  color: #fff;
  background: #ff5b21;
}

.ngk-contract-cta:hover {
  color: #fff;
  background: #e94710;
  text-decoration: none;
}

.ngk-contract-secondary {
  color: #0a70b7;
  background: #fff;
  border: 1px solid #c8dce9;
}

.ngk-contract-secondary:hover {
  color: #065c9a;
  border-color: #0a70b7;
  text-decoration: none;
}

.ngk-contract-hero__notice {
  padding: 22px;
  background: #fff;
  border: 1px solid #d8e7f0;
}

.ngk-contract-hero__notice-title {
  margin-bottom: 10px;
  color: #ff5b21;
  font-size: 22px;
  font-weight: 700;
}

.ngk-contract-hero__notice p {
  font-size: 16px;
  line-height: 1.5;
}

.ngk-contract-hero__notice ul {
  margin: 0;
  padding-left: 20px;
}

.ngk-contract-hero__notice li {
  margin: 7px 0;
  color: #243746;
  font-size: 16px;
}

.ngk-contract-compare-wrap {
  width: 100%;
  margin-bottom: 30px;
  overflow: visible;
}

.ngk-contract-compare-table {
  width: 100%;
  table-layout: fixed;
}

.ngk-contract-compare-table th,
.ngk-contract-compare-table td,
.ngk-contract-service-table th,
.ngk-contract-service-table td {
  padding: 8px 18px;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  white-space: normal !important;
}

.ngk-contract-compare-table th,
.ngk-contract-service-table th {
  color: #fff !important;
  font-weight: 700;
}

.ngk-contract-compare-table td,
.ngk-contract-service-table td {
  color: #243746 !important;
}

.ngk-contract-compare-table td:nth-child(2),
.ngk-contract-compare-table td:nth-child(3),
.ngk-contract-compare-table td:last-child {
  color: #243746 !important;
  white-space: normal !important;
}

.ngk-contract-service-table td:nth-child(2) {
  color: #243746 !important;
  white-space: normal !important;
}

.ngk-contract-service-table td:last-child {
  color: #d35204 !important;
  white-space: normal !important;
}

.ngk-contract-compare-table th:first-child,
.ngk-contract-compare-table td:first-child {
  width: 17%;
}

.ngk-contract-compare-table th:nth-child(2),
.ngk-contract-compare-table td:nth-child(2),
.ngk-contract-compare-table th:nth-child(3),
.ngk-contract-compare-table td:nth-child(3) {
  width: 41.5%;
}

@media only screen and (max-width: 700px) {
  .ngk-contract-compare-wrap,
  .table-responsive {
    overflow: visible;
  }

  .ngk-contract-compare-table,
  .ngk-contract-service-table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
    table-layout: auto;
  }

  .ngk-contract-compare-table thead,
  .ngk-contract-service-table thead {
    display: none;
  }

  .ngk-contract-compare-table tbody,
  .ngk-contract-compare-table tbody tr,
  .ngk-contract-compare-table tbody td,
  .ngk-contract-service-table tbody,
  .ngk-contract-service-table tbody tr,
  .ngk-contract-service-table tbody td {
    display: block;
    width: 100% !important;
  }

  .ngk-contract-compare-table tbody tr,
  .ngk-contract-service-table tbody tr {
    margin: 0 0 16px;
    background: #fff;
    border: 1px solid #d8e7f0;
  }

  .ngk-contract-compare-table th,
  .ngk-contract-compare-table td,
  .ngk-contract-service-table th,
  .ngk-contract-service-table td {
    border: 0;
    padding: 13px 15px;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .ngk-contract-compare-table td:first-child,
  .ngk-contract-service-table td:first-child {
    background: #5e93d3 !important;
    color: #fff !important;
    font-weight: 700;
  }

  .ngk-contract-compare-table td + td,
  .ngk-contract-service-table td + td {
    border-top: 1px solid #e5eef6;
  }

  .ngk-contract-compare-table td:nth-child(2)::before,
  .ngk-contract-compare-table td:nth-child(3)::before,
  .ngk-contract-service-table td:nth-child(2)::before,
  .ngk-contract-service-table td:nth-child(3)::before {
    display: block;
    margin: 0 0 6px;
    color: #0a70b7;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .ngk-contract-compare-table td:nth-child(2)::before {
    content: "Обязательное ТО ВДГО/ВКГО";
  }

  .ngk-contract-compare-table td:nth-child(3)::before {
    content: "Сервисное обслуживание НГК";
  }

  .ngk-contract-service-table td:nth-child(2)::before {
    content: "Что входит";
  }

  .ngk-contract-service-table td:nth-child(3)::before {
    content: "Цена";
  }
}

@media only screen and (max-width: 900px) {
  .title1.blue_color2.mb41.ubuntu_font.mt40 {
    font-size: 34px;
  }

  .ngk-contract-hero {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .ngk-contract-hero h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 540px) {
  .title1.blue_color2.mb41.ubuntu_font.mt40 {
    font-size: 28px;
  }

  .ngk-contract-hero {
    padding: 20px;
  }

  .ngk-contract-hero h2 {
    font-size: 24px;
  }

  .ngk-contract-hero p {
    font-size: 16px;
  }

  .ngk-contract-cta,
  .ngk-contract-secondary {
    width: 100%;
  }

  .ngk-contract-compare-table {
    font-size: 15px;
  }

  .ngk-contract-compare-table th,
  .ngk-contract-compare-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* End */
/* /local/templates/main/css/ngk-contract-service.20260504a.css?17778496146317 */
