/* Start custom CSS for html, class: .elementor-element-f1c5c3e */.online-hub-page {
  color: #1f2933;
}

.online-hub-page * {
  box-sizing: border-box;
}

.oh-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.oh-intro {
  padding: 24px 0 28px;
}

.oh-intro__box {
  padding: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  background: #ffffff;
}

.oh-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;
}

.online-hub-page h2 {
  margin: 0 0 14px;
  color: #1f2933;
  font-size: clamp(24px, 2.3vw, 36px);
  font-weight: 800;
  line-height: 1.2;
}

.online-hub-page h3 {
  margin: 0 0 10px;
  color: #1f2933;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.online-hub-page p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.oh-lead {
  color: #374151 !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.oh-intro__actions,
.oh-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.oh-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;
}

.oh-btn--main {
  border: 1px solid #f4c430;
  background: #f4c430;
  color: #1f2933 !important;
}

.oh-btn--main:hover {
  background: #e8b900;
  border-color: #e8b900;
  color: #1f2933 !important;
}

.oh-btn--light {
  border: 1px solid #d8d8d8;
  background: #ffffff;
  color: #1f2933 !important;
}

.oh-btn--light:hover {
  border-color: #f4c430;
  background: #fff9e6;
  color: #1f2933 !important;
}

.oh-section {
  padding: 34px 0;
}

.oh-section--soft {
  background: #fafafa;
}

.oh-section-head {
  max-width: 860px;
  margin-bottom: 24px;
}

.oh-section-head p {
  margin-bottom: 0;
}

.oh-situations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.oh-situation {
  position: relative;
  padding: 18px 18px 18px 42px;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  background: #ffffff;
  color: #374151;
  font-size: 15px;
  line-height: 1.55;
}

.oh-situation::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f4c430;
  color: #1f2933;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.oh-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.oh-service,
.oh-tariff,
.oh-info-box,
.oh-warning,
.oh-step,
.oh-cta__box,
.oh-faq details,
.oh-related a {
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  background: #ffffff;
}

.oh-service {
  padding: 24px;
}

.oh-service--accent {
  border-color: #f4c430;
  box-shadow: 0 10px 26px rgba(31, 41, 51, 0.07);
}

.oh-service__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.oh-service__num,
.oh-service__price,
.oh-tariff__price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff7d6;
  color: #7a5a00;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.oh-service ul {
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}

.oh-service li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 22px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.oh-service li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f4c430;
}

.oh-service a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #ffffff;
  color: #1f2933 !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.oh-service a:hover {
  border-color: #f4c430;
  background: #fff9e6;
}

.oh-tariffs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.oh-tariff {
  padding: 24px;
}

.oh-tariff--accent {
  border-color: #f4c430;
  box-shadow: 0 10px 26px rgba(31, 41, 51, 0.07);
}

.oh-tariff__price {
  margin: 4px 0 14px;
  font-size: 15px;
}

.oh-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.oh-info-box {
  padding: 24px;
}

.oh-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.oh-check-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 28px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.oh-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;
}

.oh-warning {
  padding: 26px;
  border-left: 5px solid #f4c430;
}

.oh-warning p:last-child {
  margin-bottom: 0;
}

.oh-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.oh-step {
  padding: 22px;
}

.oh-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;
}

.oh-step p {
  margin-bottom: 0;
  font-size: 15px;
}

.oh-cta {
  padding: 38px 0;
}

.oh-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background: #fafafa;
}

.oh-cta__box p {
  margin-bottom: 0;
}

.oh-cta__buttons {
  justify-content: flex-end;
  margin-top: 0;
}

.oh-faq {
  display: grid;
  gap: 12px;
}

.oh-faq details {
  overflow: hidden;
}

.oh-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #1f2933;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.oh-faq details[open] summary {
  border-bottom: 1px solid #e7e7e7;
  background: #fafafa;
}

.oh-faq details p {
  padding: 16px 20px 18px;
  margin: 0;
  font-size: 15px;
}

.oh-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.oh-related a {
  display: block;
  min-height: 126px;
  padding: 20px;
  color: #1f2933 !important;
  text-decoration: none !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.oh-related a:hover {
  border-color: #f4c430;
  background: #fffdf3;
}

.oh-related strong {
  display: block;
  margin-bottom: 8px;
  color: #1f2933;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.oh-related span {
  display: block;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .oh-situations,
  .oh-tariffs,
  .oh-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oh-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oh-cta__box {
    grid-template-columns: 1fr;
  }

  .oh-cta__buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .oh-services,
  .oh-info-grid {
    grid-template-columns: 1fr;
  }

  .oh-intro__box,
  .oh-service,
  .oh-tariff,
  .oh-info-box,
  .oh-warning,
  .oh-step,
  .oh-cta__box {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  .oh-container {
    padding: 0 15px;
  }

  .oh-intro {
    padding-top: 18px;
  }

  .oh-section {
    padding: 26px 0;
  }

  .online-hub-page h2 {
    font-size: 24px;
  }

  .oh-lead {
    font-size: 16px !important;
  }

  .oh-intro__actions,
  .oh-cta__buttons {
    flex-direction: column;
  }

  .oh-btn,
  .oh-service a {
    width: 100%;
  }

  .oh-situations,
  .oh-tariffs,
  .oh-related,
  .oh-steps {
    grid-template-columns: 1fr;
  }

  .oh-related a {
    min-height: auto;
  }
}
/* Исправление CTA-блока на онлайн-хабе */
.online-hub-page .oh-cta__box {
  display: block !important;
  padding: 28px !important;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  background: #fafafa;
}

.online-hub-page .oh-cta__box > div:first-child {
  max-width: 760px;
}

.online-hub-page .oh-cta__box h2 {
  max-width: 760px;
  margin: 0 0 12px !important;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.2;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.online-hub-page .oh-cta__box p {
  max-width: 760px;
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.65;
}

.online-hub-page .oh-cta__buttons {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  gap: 10px;
  margin-top: 22px !important;
}

.online-hub-page .oh-cta__buttons .oh-btn {
  width: auto;
  min-width: 190px;
}

@media (max-width: 560px) {
  .online-hub-page .oh-cta__box {
    padding: 22px !important;
  }

  .online-hub-page .oh-cta__buttons {
    flex-direction: column;
  }

  .online-hub-page .oh-cta__buttons .oh-btn {
    width: 100%;
    min-width: 0;
  }
}/* End custom CSS */