.desktop-footer {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1920px;
  height: 276px;
  padding: 100px 120px;
  gap: 0;
  border-radius: 64px 64px 0 0;
  background: #0086f0;
  flex-shrink: 0;
}

.desktop-footer__logo {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}

.desktop-footer__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 446px;
  height: 76px;
  padding: 28px 52px;
  border: 2px solid transparent;
  border-radius: 100px;
  background:
    linear-gradient(#2fb000, #2fb000) padding-box,
    linear-gradient(90.83deg, #3dd804 4.82%, #2fb000 105.74%) border-box;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.desktop-footer__rules {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
}

.desktop-footer__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.desktop-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 214px;
  height: 76px;
  margin: 0;
  padding: 28px 52px;
  border: 2px solid transparent;
  border-radius: 100px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)) padding-box,
    linear-gradient(90.83deg, #6fbfff 4.82%, #4eb0fe 105.74%) border-box;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
