:root {
  --purple: #5524e0;
}

.hero-section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 48%;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 100%;
}

.hero-section__content {
  justify-content: center;
  flex-direction: row;
  align-items: center;
  position: absolute;
  display: flex;
  padding: 0 0 70px 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.hero-section__wrapper {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  display: flex;
  padding: 0 10%;
  z-index: 2;
  height: 100%;
}

.hero-section__press {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.hero-section__title {
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #000000;
}
  .hero-section__title_inline {
    display: inline-block;
  }

.hero-section__sub-title {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  font-size: 30px;
  margin: 35px 0;
  color: #424141;
}

.hero-section__sub-title_institution {
  max-width: 650px;
}

.hero-section__action-btn {
  background-color: var(--purple);
  border-radius: 10px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  line-height: 30px;
  font-family: sans-serif;
  box-shadow: none;
  font-size: 22px;
  min-width: 135px;
  margin: 30px 0 0 0;
  cursor: pointer;
  padding: 15px 20px;
}

.hero-section__action-btn:hover {
  filter: brightness(120%);
}

.hero-section__divider {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 10px;
  color: #424141;
}
  .hero-section__divider:before,
  .hero-section__divider:after {
    border-top: 1px solid rgba(68, 73, 75, 0.2);
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    top: 10px;
  }
  .hero-section__divider:before {
    left: -5px;
  }
  .hero-section__divider:after {
    right: -5px;
  }

.hero-section__bonus {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: #424141;
}

@media only screen
  and (max-width: 1365px) {
  .hero-section__title {
    font-size: 36px;
  }
}

@media only screen
  and (max-width: 1255px) {
  .hero-section__sub-title {
    margin: 15px 0;
  }
}

@media only screen
  and (max-width: 1200px) {
  .hero-section {
    padding: 0 0 55% 0;
  }

  .hero-section__sub-title {
    font-size: 22px;
  }

  .hero-section__action-btn {
    padding: 10px 20px;
    margin: 0;
  }
}

@media only screen
  and (max-width: 991px) {
  .hero-section {
    padding: 0 0 75% 0;
  }

  .hero-section__wrapper::before {
    background-size: 100%;
  }
}

@media only screen
  and (max-width: 767px) {
  .hero-section__title {
    font-size: 26px;
  }

  .hero-section__sub-title {
    font-size: 18px;
  }

  .hero-section__it-is-free {
    font-size: 16px;
  }

  .hero-section__action-btn {
    font-size: 18px;
  }
}

@media only screen
  and (max-width: 767px)
  and (orientation: portrait) {
  .section.hero-section {
    height: calc(100vh + 30px);
    padding: 0;
  }

  .hero-section__content {
    flex-direction: column;
  }

  .hero-section__title {
    font-size: 30px;
  }

  .hero-section__wrapper::before {
    background-size: 100%;
    transform: translate(-50%,-50%) rotate(90deg);
    width: 155%;
  }

  .hero-section__action-btn {
    font-size: 16px;
    padding: 10px 15px;
  }
}

@media only screen
  and (max-width: 767px)
  and (orientation: landscape) {
  .section.hero-section {
    height: calc(100vh + 120px);
    padding: 0 0 65% 0;
  }
}

@media only screen
  and (max-width: 568px)
  and (orientation: landscape) {
  .section.hero-section {
    padding: 0 0 90% 0;
  }

  .hero-section__content {
    padding: 0 0 80px 0;
  }

  .hero-section__wrapper::before {
    background-size: 100%;
    width: 120%;
  }
}

@media only screen
  and (max-width: 412px) {
  .section.hero-section {
    height: calc(100vh + 120px);
  }

  .hero-section__wrapper {
    padding: 0 15%;
  }

  .hero-section__wrapper::before {
    width: 150%;
  }

  .hero-section__divider::after {
    right: 0;
  }

  .hero-section__divider::before {
    left: 0;
  }
}

@media only screen
  and (max-width: 375px)
  and (orientation: portrait) {
  .section.hero-section {
    height: calc(100vh + 60px);
  }

  .hero-section__wrapper::before {
    width: 155%;
  }
}
