.partners-bitrix-page .page-wrapper {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("/images/help/help-bg.svg");
  background-repeat: no-repeat;
  background-position: 0 -110px;

  @media (min-width: 768px) {
    background-position: top -40px center;
  }
}

.bg-partner-section {
  background: #f9faf7;
}

.partners-card {
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  height: 100%;
}

.bg-partner-section .partners-card {
  background: #fff;
}

.bg-request-gradient {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:
    url("/images/integration/demo-request-bg.svg"),
    linear-gradient(24.57deg, #6c78d0 27.14%, #8178d1 67.83%, #ac76d2 108.5%);
}

.btn-landing-3--light {
  background: #fff;
  color: #6c78d0;
}

.btn-landing-3--light:hover {
  background: #f0f0f0;
  color: #6c78d0;
}
