.section__title.kv {
  padding: 0 0 206px;
}
@media only screen and (max-width: 768px) {
  .section__title.kv {
    padding: 0 0 56px;
  }
}
.in .section__title.kv:before {
  -webkit-transform: translate(-605px, 0);
          transform: translate(-605px, 0);
}
@media only screen and (max-width: 768px) {
  .in .section__title.kv:before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.content {
  position: relative;
}

.section__title-lead {
  position: absolute;
  display: block;
  top: -5em;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .section__title-lead {
    position: static;
    margin: 0 0 24px;
  }
}
.section__title-lead p {
  line-height: 1.8;
  max-width: 590px;
}
@media only screen and (max-width: 768px) {
  .section__title-lead p {
    max-width: none;
  }
}

.center__title {
  padding: 125px 0 0;
}
@media only screen and (max-width: 768px) {
  .center__title {
    padding: 32px 0 0;
  }
}
.center__title h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 44px;
}
@media only screen and (max-width: 768px) {
  .center__title h2 {
    font-size: 20px;
    margin: 0 0 24px;
  }
}

@media only screen and (max-width: 768px) {
  .element {
    padding: 0 6px;
  }
}