
.button {
  background: #1b2430 !important;
  border-color: #1b2430 !important;
  box-shadow: none !important;
}
.button:hover,
.button:focus {
  background: #111821 !important;
  border-color: #111821 !important;
}
footer.container {
  display: none !important;
}
.header .logo {
  text-align: center !important;
}
.header .logo a {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.header .logo img {
  display: block !important;
  width: 50% !important;
  max-width: 210px !important;
  height: auto !important;
  margin: 0 auto !important;
}
ul.lists,
p.right {
  display: none !important;
}
.form > div > p:last-child {
  text-align: center !important;
  margin-top: 24px !important;
}
.form > div > p:last-child .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 240px !important;
  margin: 0 auto !important;
}
.consent-block {
  margin: 18px 0 16px 0;
}
.consent-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 11px 0;
  color: inherit;
  font-size: 13px !important;
  line-height: 1.38 !important;
  font-weight: 400 !important;
}
.consent-item span,
.consent-item a {
  font-size: inherit !important;
  line-height: inherit !important;
}
.consent-item input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px !important;
  height: 16px !important;
  margin-top: 2px;
}
.consent-item a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.consent-error {
  display: none;
  margin: 8px 0 0 0;
  color: #d22d24;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}
.consent-error.is-visible {
  display: block;
}
@media (max-width: 640px) {
  .header .logo img {
    max-width: 180px !important;
  }
  .consent-item {
    font-size: 12px !important;
  }
  .form > div > p:last-child .button {
    width: 100% !important;
    min-width: 0 !important;
  }
}
