/* Start custom CSS for html, class: .elementor-element-29e77fa */.contractor-check-page {
  color: #1f2933;
}

.contractor-check-page * {
  box-sizing: border-box;
}

.cc-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.cc-hero {
  padding: 38px 0 34px;
}

.cc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 28px;
  align-items: stretch;
}

.cc-hero__content,
.cc-hero__card,
.cc-card,
.cc-list-box,
.cc-tariff,
.cc-warning,
.cc-cta__box {
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  background: #ffffff;
}

.cc-hero__content {
  padding: 34px;
}

.cc-hero__card {
  padding: 26px;
  background: #fafafa;
}

.cc-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #fff7d6;
  color: #7a5a00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.contractor-check-page h1 {
  margin: 0 0 18px;
  color: #1f2933;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.12;
}

.contractor-check-page h2 {
  margin: 0 0 14px;
  color: #1f2933;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.2;
}

.contractor-check-page h3 {
  margin: 0 0 10px;
  color: #1f2933;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.contractor-check-page p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.cc-lead {
  color: #374151 !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.cc-hero__buttons,
.cc-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.cc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cc-btn--main {
  border: 1px solid #f4c430;
  background: #f4c430;
  color: #1f2933 !important;
}

.cc-btn--main:hover {
  background: #e8b900;
  border-color: #e8b900;
  color: #1f2933 !important;
}

.cc-btn--light {
  border: 1px solid #d8d8d8;
  background: #ffffff;
  color: #1f2933 !important;
}

.cc-btn--light:hover {
  border-color: #f4c430;
  background: #fff9e6;
  color: #1f2933 !important;
}

.cc-hero__card ul,
.cc-card ul,
.cc-tariff ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-hero__card li,
.cc-card li,
.cc-tariff li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.cc-hero__card li::before,
.cc-card li::before,
.cc-tariff li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f4c430;
}

.cc-price-note {
  margin-top: 18px;
  padding: 12px 14px;
  border-left: 4px solid #f4c430;
  border-radius: 10px;
  background: #ffffff;
  color: #1f2933;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.cc-section {
  padding: 34px 0;
}

.cc-section--soft {
  background: #fafafa;
}

.cc-section-head {
  max-width: 860px;
  margin-bottom: 24px;
}

.cc-section-head p {
  margin-bottom: 0;
}

.cc-cards {
  display: grid;
  gap: 18px;
}

.cc-cards--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-cards--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cc-card {
  padding: 24px;
}

.cc-card p:last-child,
.cc-card ul:last-child {
  margin-bottom: 0;
}

.cc-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cc-list-box {
  padding: 24px;
}

.cc-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-check-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 28px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.cc-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f4c430;
  color: #1f2933;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.cc-tariffs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cc-tariff {
  padding: 24px;
  position: relative;
}

.cc-tariff--accent {
  border-color: #f4c430;
  box-shadow: 0 10px 28px rgba(31, 41, 51, 0.08);
}

.cc-tariff__name {
  margin-bottom: 8px;
  color: #1f2933;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.cc-tariff__price {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff7d6;
  color: #7a5a00;
  font-size: 15px;
  font-weight: 800;
}

.cc-result {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: start;
}

.cc-result__items {
  display: grid;
  gap: 12px;
}

.cc-result__item {
  padding: 18px;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  background: #ffffff;
}

.cc-result__item strong {
  display: block;
  margin-bottom: 6px;
  color: #1f2933;
  font-size: 16px;
  font-weight: 800;
}

.cc-result__item span {
  display: block;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.cc-warning {
  padding: 26px;
  border-left: 5px solid #f4c430;
}

.cc-warning p:last-child {
  margin-bottom: 0;
}

.cc-step-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cc-step {
  padding: 22px;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  background: #ffffff;
}

.cc-step span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4c430;
  color: #1f2933;
  font-size: 16px;
  font-weight: 900;
}

.cc-step p {
  margin-bottom: 0;
  font-size: 15px;
}

.cc-cta {
  padding: 38px 0;
}

.cc-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background: #fafafa;
}

.cc-cta__box p {
  margin-bottom: 0;
}

.cc-cta__buttons {
  justify-content: flex-end;
  margin-top: 0;
}

.cc-related {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cc-related a {
  display: block;
  min-height: 126px;
  padding: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  background: #ffffff;
  color: #1f2933 !important;
  text-decoration: none !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.cc-related a:hover {
  border-color: #f4c430;
  background: #fffdf3;
}

.cc-related strong {
  display: block;
  margin-bottom: 8px;
  color: #1f2933;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.cc-related span {
  display: block;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.cc-section--faq {
  padding-bottom: 52px;
}

.cc-faq {
  display: grid;
  gap: 12px;
}

.cc-faq details {
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.cc-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #1f2933;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.cc-faq details[open] summary {
  border-bottom: 1px solid #e7e7e7;
  background: #fafafa;
}

.cc-faq details p {
  padding: 16px 20px 18px;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .cc-cards--3,
  .cc-tariffs,
  .cc-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cc-step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cc-cta__box {
    grid-template-columns: 1fr;
  }

  .cc-cta__buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .cc-hero__grid,
  .cc-list-grid,
  .cc-cards--2,
  .cc-result {
    grid-template-columns: 1fr;
  }

  .cc-hero__content {
    padding: 26px;
  }

  .cc-hero__card,
  .cc-card,
  .cc-list-box,
  .cc-tariff,
  .cc-warning,
  .cc-cta__box {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  .cc-container {
    padding: 0 15px;
  }

  .cc-hero {
    padding-top: 24px;
  }

  .cc-section {
    padding: 26px 0;
  }

  .cc-hero__content,
  .cc-hero__card,
  .cc-card,
  .cc-list-box,
  .cc-tariff,
  .cc-warning,
  .cc-cta__box {
    border-radius: 14px;
  }

  .contractor-check-page h1 {
    font-size: 29px;
  }

  .contractor-check-page h2 {
    font-size: 24px;
  }

  .cc-lead {
    font-size: 16px !important;
  }

  .cc-hero__buttons,
  .cc-cta__buttons {
    flex-direction: column;
  }

  .cc-btn {
    width: 100%;
  }

  .cc-cards--3,
  .cc-tariffs,
  .cc-related,
  .cc-step-list {
    grid-template-columns: 1fr;
  }

  .cc-related a {
    min-height: auto;
  }
}/* End custom CSS */