.radio {
  padding: 200px 0 50px 0;
}

.radio__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.radio__radio {
  max-width: 850px;
  width: 100%;
}

.radio__text-block {
  max-width: 691px;
}

.radio__title {
  font-size: 61px;
  font-weight: 400;
  line-height: 120%;
  color: #161616;
  margin: 0 0 49px 0;
  max-width: 639px;
}

.radio__title span {
  line-height: 120%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #a07ffa;
}

.radio__text {
  max-width: 578px;
}

.radio__text p {
  margin: 0 0 30px 0;
}

@media (max-width: 1280px) {
  .radio__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .radio {
    padding: 30px 0 60px 0;
  }
  .radio__text-block {
    margin: 60px 0 0 0;
  }
  .radio__title {
    font-size: 28px;
    max-width: 291px;
  }
  .radio__radio {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
