section.block.block-form-full-block {
  background: radial-gradient(188.99% 212.4% at 108.3% 125.72%, #16EBF9 2%, #3378FF 32%, rgba(51, 59, 255, 0.54) 63%, rgba(51, 96, 255, 0) 100%);
  padding-top: calc(var(--bottomHeaderPosition) + 20px);
  padding-bottom: var(--spacing-2-xl);
}
section.block.block-form-full-block.gradient-blue {
  background: radial-gradient(188.99% 212.4% at 108.3% 125.72%, #16EBF9 2%, #3378FF 32%, rgba(51, 59, 255, 0.54) 63%, rgba(51, 96, 255, 0) 100%);
}
section.block.block-form-full-block.transparent {
  background: transparent;
}
section.block.block-form-full-block .calendar {
  margin: -48px;
  margin-top: -55px;
}
section.block.block-form-full-block .container {
  display: flex;
  justify-content: space-between;
}
section.block.block-form-full-block .container.form-left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  section.block.block-form-full-block .container.form-left {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  section.block.block-form-full-block .container {
    flex-direction: column;
    gap: var(--spacing-l);
  }
}
section.block.block-form-full-block .container .form {
  width: var(--col-6);
}
@media screen and (max-width: 768px) {
  section.block.block-form-full-block .container .form {
    width: 100%;
  }
}
section.block.block-form-full-block .container .form .card {
  background-color: rgba(10, 12, 28, 0.9);
  overflow: hidden;
}
section.block.block-form-full-block .container .form .card p {
  font-size: 16px;
}
section.block.block-form-full-block .container .form .card .hs-richtext p {
  font-size: 14px;
}
section.block.block-form-full-block .container .form .card h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
}
section.block.block-form-full-block .container .form .card .form {
  margin-top: 30px;
}
section.block.block-form-full-block .container .content {
  width: var(--col-5);
}
@media screen and (max-width: 768px) {
  section.block.block-form-full-block .container .content {
    width: 100%;
  }
}
section.block.block-form-full-block .container .content .text {
  margin-bottom: var(--spacing-m);
}
section.block.block-form-full-block .container .content h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
}
section.block.block-form-full-block .form_2 {
  display: none;
}
section.block.block-form-full-block .interessing {
  color: white;
  margin-bottom: 12px;
  font-weight: 500;
  margin-top: 30px;
}
section.block.block-form-full-block .form-switch {
  border-radius: 2px;
  border: 1px solid var(--primary);
  display: flex;
  width: fit-content;
}
section.block.block-form-full-block .form-switch-item {
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: var(--font-title);
  font-weight: 500;
  display: flex;
  gap: 6px;
  align-items: center;
}
section.block.block-form-full-block .form-switch-item img {
  width: 20px;
  height: 20px;
}
section.block.block-form-full-block .form-switch-item.active {
  background: var(--primary);
  color: white;
}
section.block.block-form-full-block .form-content {
  margin-top: 30px;
}
section.block.block-form-full-block .form-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
section.block.block-form-full-block .form-content fieldset {
  max-width: 100%;
}
section.block.block-form-full-block .form-content .field {
  --background-field: #091026;
}
section.block.block-form-full-block fieldset.form-columns-2 {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.block.block-form-full-block fieldset.form-columns-2 {
    flex-direction: column;
    gap: 0px;
  }
}
section.block.block-form-full-block fieldset.form-columns-2 .field {
  width: 100%;
  height: fit-content;
}
section.block.block-form-full-block .actions {
  display: flex;
  justify-content: flex-end;
}
section.block.block-form-full-block .card {
  margin-bottom: 20px !important;
}
section.block.block-form-full-block .card:last-child {
  margin-bottom: 0px !important;
}