

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

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

.ngk-service-hero__content,
.ngk-service-hero__panel {
  min-width: 0;
}

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

.ngk-service-hero h2 {
  margin: 0 0 15px;
  color: #12395a;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
}

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

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

.ngk-service-cta,
.ngk-service-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-service-cta {
  color: #fff;
  background: #ff5b21;
}

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

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

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

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

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

.ngk-service-hero__panel ul {
  margin: 0;
  padding-left: 20px;
}

.ngk-service-hero__panel li {
  margin: 7px 0;
  color: #243746;
  font-size: 16px;
  line-height: 1.45;
}

.ngk-service-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.ngk-service-link-grid li {
  margin: 0;
}

.ngk-service-link-grid a {
  display: block;
  min-height: 52px;
  padding: 14px 16px;
  color: #0a70b7;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  background: #fff;
  border: 1px solid #c8dce9;
}

.ngk-service-link-grid a:hover {
  color: #065c9a;
  border-color: #0a70b7;
  text-decoration: none;
}

.service-page .services {
  margin-top: 36px;
}

.service-page .services .service {
  min-height: 308px;
  padding-top: 24px;
  background-size: 260px 260px;
  box-sizing: border-box;
}

.service-page .services .service:nth-of-type(odd) {
  padding-left: 340px;
  padding-right: 0;
  background-position: left 24px top 24px;
}

.service-page .services .service:nth-of-type(even) {
  padding-right: 340px;
  padding-left: 0;
  background-position: right 24px top 24px;
}

@media only screen and (max-width: 1100px) {
  .service-page .services .service {
    min-height: 236px;
    padding-top: 18px;
    background-size: 200px 200px;
  }

  .service-page .services .service:nth-of-type(odd) {
    padding-left: 250px;
    background-position: left 18px top 18px;
  }

  .service-page .services .service:nth-of-type(even) {
    padding-right: 250px;
    background-position: right 18px top 18px;
  }
}

@media only screen and (max-width: 760px) {
  .service-page .services .service,
  .service-page .services .service:nth-of-type(odd),
  .service-page .services .service:nth-of-type(even) {
    min-height: 0;
    padding: 0;
    background-image: none !important;
  }
}

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

  .service-prices {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
    table-layout: auto;
  }

  .service-prices thead {
    display: none;
  }

  .service-prices tbody,
  .service-prices tbody tr,
  .service-prices tbody td {
    display: block;
    width: 100% !important;
  }

  .service-prices tbody tr {
    margin: 0 0 16px;
    background: #fff;
    border: 1px solid #d8e7f0;
  }

  .service-prices th,
  .service-prices td {
    border: 0;
    padding: 13px 15px;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .service-prices td {
    color: #243746 !important;
  }

  .service-prices td:first-child {
    background: #5e93d3 !important;
    color: #fff !important;
    font-weight: 700;
  }

  .service-prices td + td {
    border-top: 1px solid #e5eef6;
  }

  .service-prices td:last-child {
    color: #d35204 !important;
    font-weight: 700;
  }
}

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

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

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

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

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

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

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

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

#service-advantages {
  margin: 46px 0 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid #d8e7f0;
}

#service-advantages .block-title {
  margin-bottom: 30px;
  color: #f47b14;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}

#service-advantages .items:not(.owl-carousel) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 24px;
  width: 100%;
}

#service-advantages .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 220px;
  height: 100%;
  padding: 16px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #dbe9f2;
  border-radius: 8px;
  box-sizing: border-box;
}

#service-advantages .items .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  margin: 0 0 10px;
}

#service-advantages .items .item-img img {
  display: block;
  width: 112px;
  max-width: 100%;
  height: auto;
}

#service-advantages .items .item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 0 8px;
  color: #0a70b7;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
}

#service-advantages .items .item-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 210px;
  min-height: 40px;
  margin: 0 auto;
  color: #566775;
  font-size: 14px;
  line-height: 1.42;
}

#service-advantages .items.owl-carousel .item {
  max-width: 320px;
  min-height: 220px;
  margin: 0 auto;
}

#service-advantages .items.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

#service-advantages .items.owl-carousel .owl-item {
  display: flex;
}

#service-advantages .items.owl-carousel .owl-item .item {
  width: 100%;
}

#service-advantages .items.owl-carousel .owl-prev,
#service-advantages .items.owl-carousel .owl-next {
  top: 50%;
  margin-top: -12px;
}

@media only screen and (max-width: 540px) {
  #service-advantages {
    margin: 34px 0 32px;
    padding-bottom: 32px;
  }

  #service-advantages .block-title {
    margin-bottom: 22px;
    font-size: 26px;
  }

  #service-advantages .items:not(.owl-carousel) {
    grid-template-columns: 1fr;
  }

  #service-advantages .items .item {
    min-height: 220px;
    padding: 16px;
  }

  #service-advantages .items .item-img {
    min-height: 88px;
    margin-bottom: 10px;
  }

  #service-advantages .items .item-img img {
    width: 104px;
  }

  #service-advantages .items .item-title {
    min-height: 40px;
    font-size: 16px;
  }
}

/* End */
/* /local/templates/main/css/ngk-service-pages.20260504e.css?17778591477888 */
