/* Consultation forms for the legacy tws-krd.ru site. */
.tws-consult-form,
.tws-popup-form,
.tws-sidebar-form {
  box-sizing: border-box;
}

.tws-consult-form .row {
  row-gap: 18px;
}

.tws-consult-form input[type="email"] {
  padding-right: 10px;
  padding-left: 15px;
}

.tws-consult-form input[type="email"]::placeholder {
  font-size: 15px;
}

.tws-consult-form__consent {
  margin-top: 18px;
}

.tws-consent {
  clear: both;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.tws-consent .wpcf7-list-item {
  display: block;
  margin: 0;
}

.tws-consent .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.tws-consent input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  border: 1px solid currentColor;
  accent-color: #d9b221;
  box-shadow: none !important;
}

.tws-consent a,
.tws-policy-note a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tws-consent a:hover,
.tws-policy-note a:hover {
  text-decoration-thickness: 2px;
}

.tws-policy-note {
  margin: 7px 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.45;
}

.tws-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tws-consult-section .wpcf7,
.tws-menu-consult-slot .wpcf7 {
  margin-top: 0;
}

.tws-menu-consult-slot {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.single-post #nav-below.post-navigation {
  display: none !important;
}

.postmeta .post-categories:empty,
.single-post.category-bez-rubriki .postmeta .post-categories,
#sidebar > h3.widget-title:first-child,
#sidebar > aside[id="%1$s"] {
  display: none !important;
}

#sidebar:has(> h3.widget-title:first-child + aside[id="%1$s"]:last-child) {
  display: none !important;
}

.page_content:has(> #sidebar > h3.widget-title:first-child + aside[id="%1$s"]:last-child) > .site-main {
  float: none !important;
  width: 100% !important;
}

.tws-popup-form .tws-consent,
.tws-popup-form .tws-policy-note,
.tws-sidebar-form .tws-consent,
.tws-sidebar-form .tws-policy-note {
  color: #3f3f3f;
}

.tws-popup-form .tws-consent,
.tws-sidebar-form .tws-consent {
  margin-top: 16px;
}

.tws-popup-form__submit,
.tws-sidebar-form__submit {
  margin-top: 18px;
}

.wpcf7 form input[type="submit"]:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  filter: grayscale(0.15);
}

.tws-popup-form .wpcf7-acceptance .wpcf7-not-valid-tip,
.tws-sidebar-form .wpcf7-acceptance .wpcf7-not-valid-tip,
.tws-consult-form .wpcf7-acceptance .wpcf7-not-valid-tip {
  margin-left: 28px;
}

@media (max-width: 767px) {
  .tws-consent {
    font-size: 12px;
  }

  .tws-policy-note {
    margin-left: 28px;
  }
}
