.about-video {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.about-video__play-button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.about-video__play {
  background: url(//cdn.technopark.ru/source/custom_images/newsite/static-pages/static/about/about-video-play.svg);
  cursor: pointer;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
}
.about-video__modal {
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.about-video__overlay {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.about-video__box {
  height: 0;
  padding-bottom: 56.25%;
  width: 80%;
}
.about-video__box,
.about-video__box iframe {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-video__box iframe {
  height: 80%;
  width: 100%;
}
.page-title {
  position: relative;
  text-align: center;
}
.page-title---with-padding {
  padding-bottom: 47px;
}
@media (min-width: 960px) {
  .page-title---with-padding {
    padding-bottom: 60px;
  }
}
.page-title__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
}
@media (max-width: 959px) {
  .page-title__title {
    padding: 0 24px;
  }
}
@media (min-width: 960px) {
  .page-title__title {
    font-size: 47px;
    line-height: 1;
  }
}
.page-title__back {
  left: 0;
  position: absolute;
  top: 0;
}
.page-title__subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin: 3px 0 0;
}
@media (min-width: 960px) {
  .page-title__subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }
}
.page-nav[data-v-1c2ab57e] {
  font-size: 16px;
}
.page-nav__list[data-v-1c2ab57e] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-nav__link[data-v-1c2ab57e],
.page-nav__list[data-v-1c2ab57e] {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.page-nav__link[data-v-1c2ab57e] {
  display: inline;
}
.page-nav__badge[data-v-1c2ab57e] {
  margin-left: 3px;
  vertical-align: text-bottom;
}
.page-nav__menu-items[data-v-1c2ab57e] {
  grid-gap: 4px;
  display: grid;
}
.page-nav__menu-item[data-v-1c2ab57e] {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.page-nav__menu-item[data-v-1c2ab57e]:not(:last-child) {
  margin-bottom: 4px;
}
.page-nav__collapse[data-v-1c2ab57e]:not(:last-child) {
  margin-bottom: 12px;
}
.about-tabs {
  display: flex;
  justify-content: center;
}
.page-static {
  color: #fff;
}
