@charset "UTF-8";
html {
  font-size: 20px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.container {
  max-width: 1300px;
}

.h1,
.section-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #313131;
}

.h1 {
  font-size: 40px;
}

.section-title {
  font-size: 32px;
}

.subtitle {
  font-size: 24px;
  font-weight: 600;
}

.white {
  color: #fff;
  background-color: #17223a;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background-color: #006cb5;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  border: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-main:hover {
  background-color: #0d4471;
  color: #fff;
}

.btn-main:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-main--sm {
  padding: 8px 20px;
  font-size: 16px;
}

.btn-main--lg {
  padding: 10px 36px;
  font-size: 24px;
}

.btn-main--full {
  width: 100%;
  display: block;
}

@media (max-width: 1000px) {
  body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }
  .h1 {
    font-size: 25px;
  }
  .section-title {
    font-size: 20px;
  }
  .subtitle {
    font-size: 20px;
    font-weight: 600;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.service-card {
  position: relative;
  background: url("/static/landing/img/BGcard.png") center/cover no-repeat;
  padding: 1.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  min-height: 120px;
  height: 100%;
  transition: background 0.3s ease;
  font-family: "Inter";
  font-weight: 400;
  color: #17223a;
  text-wrap: balance;
  text-decoration: none;
}

.service-card:hover {
  background: url("/static/landing/img/BGcard2.png") center/cover no-repeat;
}

.service-card {
  padding: 1.3rem 4rem;
}

.other-services-section {
  background-color: #17223a;
}
.other-services-section .section-title {
  color: white;
}

/* --- Сетка карточек 3×2 --- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1000px) {
  .other-services-section {
    overflow-x: hidden;
  }
  .other-services-section .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .other-services-section .service-card {
    width: 100%;
    box-sizing: border-box;
    padding: 0.9rem 1.2rem;
    white-space: normal;
    word-wrap: break-word;
  }
}
.inspection-header {
  padding: 60px 0 30px;
}
.inspection-header .section-title {
  margin-bottom: 20px;
}
.inspection-header .inspection-subtitle a {
  color: rgb(44.7222222222, 66.1111111111, 112.7777777778);
  text-decoration: underline;
}
.inspection-header .inspection-team-title {
  margin-top: 40px;
  margin-bottom: 15px;
}
.inspection-header .inspection-team-table {
  border-radius: 6px;
  overflow: hidden;
}
.inspection-header .inspection-team-table .team-row {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr;
  background: #006cb5;
  padding: 20px;
}
.inspection-header .inspection-team-table .team-row.dark {
  background: #17223a;
  color: #fff;
}

/* ===== ЭТАПЫ ===== */
.inspection-steps {
  background: #fff;
  color: #000;
  padding: 40px 0;
}
.inspection-steps .accordion-toggle {
  font-weight: 600;
  font-size: 24px;
}
.inspection-steps .steps-title {
  margin-bottom: 20px;
}
.inspection-steps .steps-placeholder {
  margin-top: 20px;
  padding: 20px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
}

/* ===== Плитки ===== */
.inspection-links {
  padding: 60px 0;
}
.inspection-links .links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.inspection-links .link-card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #006cb5;
  border: none;
  border-radius: 12px;
  padding: 25px 20px;
  height: 100px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  transition: 0.2s;
}
@media (max-width: 1000px) {
  .inspection-links .link-card {
    height: 150px;
  }
}
.inspection-links .link-card:hover {
  background: rgb(0, 123.2154696133, 206.5);
}

@media (max-width: 1000px) {
  .inspection-team-table .team-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 16px 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .inspection-team-table .team-cell {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  .inspection-team-table .team-cell.name {
    font-weight: 700 !important;
  }
  .inspection-team-table .team-cell.contact > div {
    margin-bottom: 4px !important;
  }
  .inspection-header,
  .inspection-team-table {
    overflow-x: hidden !important;
  }
}
.link-card > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
  text-decoration: none;
  font: inherit;
}

.link-card > .chunk-editable {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-card > .chunk-editable a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
  text-decoration: none;
  font: inherit;
}

.chunk-editable {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */