.rp_cta {
  padding-top: 130px;
  padding-bottom: 70px;
}
.rp_cta__title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 44px;
  padding: 0 0 0 20px;
}

.rp_cta__text{
	color: #fff;
    padding-bottom: 30px;
}

.rp_cta__block {
  border-radius: 50px;
  border: 3px solid #1c1c20;
  background: var(--2, linear-gradient(180deg, #7059ed 0%, #291a7a 100%));
  box-shadow: 20px 20px 0px 0px #000;
  padding: 77px 43px 77px 43px;
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}
.rp_cta__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.rp_cta__btns .btn.--violet {
  height: 72px;
  padding: 0 70px;
}
.rp_cta__btns .btn.--b-white {
  height: 72px;
  padding: 0 55px;
  color: #fff;
  border: 1px solid #fff;
}
.rp_cta__btns .btn.--b-white:hover, .rp_cta__btns .btn.--b-white:active {
  color: #8d21ef;
}

@media (max-width: 1024px) {
  .rp_cta {
    padding-top: 70px;
  }
  .rp_cta__title {
    font-size: 36px;
    line-height: 1.5;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .rp_cta {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .rp_cta__title {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .rp_cta__block {
    padding: 37px 27px;
    max-width: 460px;
  }
  .rp_cta__btns {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 247px;
    margin-left: auto;
    margin-right: auto;
  }
  .rp_cta__btns .btn.--violet {
    width: 100%;
    height: 48px;
    padding: 0 20px;
  }
  .rp_cta__btns .btn.--b-white {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    color: #fff;
    border: 1px solid #fff;
  }
  .rp_cta__btns .btn.--b-white:hover, .rp_cta__btns .btn.--b-white:active {
    color: #8d21ef;
  }
}

.rp_cta-new {
    padding: 20px 0 100px;
    background: #F6F6FB;
}
.rp_cta-new__block {
    position: relative;
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 24px;
    border-bottom: 4px solid var(--Linear, #FF9400);
    background: var(--color-white);
    width: fit-content;
    margin: 0 auto;
    background-image: url("../../images/get_data_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.rp_cta-new__btns {
    display: flex;
    gap: 20px;
}
.rp_cta-new__btn {
    display: flex;
    padding: 8px 22px 7px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 6px;
}
.rp_cta-new__btns .btn.--b-white, .rp_cta-new__btns .btn.--violet:hover  {
    border: 1px solid var(--color-primary-blue);
    background: var(--color-white);
    color: var(--color-primary-blue);
}
.rp_cta-new__btns .btn.--violet,  .rp_cta-new__btns .btn.--b-white:hover {
    border: 1px solid var(--color-primary-blue);
    background: var(--color-primary-blue);
    color: var(--color-white);
}
@media (max-width: 1024px) {
    .rp_cta-new__block {
        background-size: 99.5%;
    }
}
@media (max-width: 767px) {
    .rp_cta-new {
        padding: 20px 15px 100px;
    }
    .rp_cta-new__block {
        margin: 0 auto;
        text-align: center;
        padding: 50px 25px;
        background-size: 99%;
    }
}
@media (max-width: 460px) {
    .rp_cta-new__block {
        background-size: 98.5%;
    }
}
@media (max-width: 410px) {
    .rp_cta-new__block {
        background-size: 98%;
    }
}