.hero {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.hero__container {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.hero__content {
  padding: 133px 1003px 147px 0;
}

.hero__title {
  margin: 0;
  font-weight: 700;
  font-size: 72px;
  line-height: 98px;
  color: #FFF;
}

.hero__dscr {
  margin: 0;
  margin-bottom: 108px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #FFF;
}

.hero__btn {
  padding: 22px 35px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
  background: #9D5CD0;
  border-radius: 100px;
}

.hero__btn:focus {
  outline: 2px solid #C283F3;;
  outline-offset: 3px;
}

.hero__btn:hover {
  outline: 3px solid #D1A9F0;
}

.hero__btn:active {
  background: #7943A4;
}

.about__container {
  margin-bottom: 70px;
}

.about__content {
  max-width: 1080px;
}

.about__title {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
  color: #333;
}

.about__dscr {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}

.hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  z-index: -10;
  overflow: hidden;
}

.hero__back-img {
  width: 100%;
  height: 100%;
}
