/* Футер */
.footer {
  position: relative;
  width: 375px;
  height: 408px;
  border-radius: 40px 40px 0 0;
  background: #0086f0;
  flex-shrink: 0;
}

.footer__logo {
  position: absolute;
  top: 60px;
  left: 74px;
  width: 227.19px;
  height: 40px;
}

.footer__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__cta {
  position: absolute;
  top: 140px;
  left: 20px;
  width: 335px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  box-sizing: border-box;
  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;
  cursor: pointer;
}

.footer__cta-text {
  color: #ffffff;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
}

.footer__social {
  position: absolute;
  top: 204px;
  left: 20px;
  width: 335px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 100px;
  background:
    linear-gradient(rgb(255 255 255 / 0.3), rgb(255 255 255 / 0.3)) padding-box,
    linear-gradient(90.83deg, #6fbfff 4.82%, #4eb0fe 105.74%) border-box;
  cursor: pointer;
}

.footer__social-text {
  color: #ffffff;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
}

.footer__rules {
  position: absolute;
  top: 329px;
  left: 126px;
  width: 138px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0;
  background: transparent;
  cursor: pointer;
}
