.pechat61-site,
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.pechat61-consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 16px 0 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.pechat61-consent input {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
  margin: 1px 0 0 !important;
}

.pechat61-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pechat61-lead-status {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #ff725e;
}

.pechat61-lead-status.is-success {
  color: #ddf34a;
}

@media (max-width: 767px) {
  .hero-rule,
  .hero-note {
    position: static !important;
    margin-top: 26px !important;
    transform: none !important;
  }

  .config-layout,
  .config-form,
  .config-summary,
  .config-form label,
  .config-form select {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .config-form {
    padding: 22px 16px !important;
  }

  /* Product grids must be allowed to shrink below their desktop min-content width. */
  .check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .check-grid article {
    min-width: 0 !important;
    overflow-wrap: break-word;
  }

  .material-layout,
  .types {
    grid-template-columns: minmax(0, 1fr) !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .material-layout > .material-tabs,
  .types > .tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .material-layout > .material-stage,
  .types > .stage,
  .material-tab,
  .type-tab {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .material-tab,
  .type-tab {
    overflow-wrap: normal;
  }
}

@media (max-width: 400px) {
  .types > .tabs {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 340px) {
  .check-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .check-grid article {
    min-height: 0 !important;
    border-right: 1px solid var(--graphite, #171a1f) !important;
  }

  .material-layout > .material-tabs {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.pechat61-cookie-notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: min(560px, calc(100vw - 48px));
  padding: 18px;
  color: #171a1f;
  background: #fff;
  border: 1px solid #171a1f;
  box-shadow: 8px 8px 0 #ffd400;
  font: 500 15px/1.4 Arial, sans-serif;
}

.pechat61-cookie-notice__text {
  margin: 0;
}

.pechat61-cookie-notice a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pechat61-cookie-notice__button {
  min-height: 44px;
  padding: 0 20px;
  color: #171a1f;
  background: #ffd400;
  border: 1px solid #171a1f;
  border-radius: 0;
  font: 800 15px/1 Arial, sans-serif;
  cursor: pointer;
}

@media (max-width: 600px) {
  .pechat61-cookie-notice {
    right: 16px;
    bottom: 16px;
    left: 16px;
    grid-template-columns: minmax(0, 1fr);
    width: auto;
    padding: 16px;
    box-shadow: 6px 6px 0 #ffd400;
    font-size: 14px;
  }

  .pechat61-cookie-notice__button {
    width: 100%;
  }
}
