.video-page .promo {
  padding-top: 0;
}

.video-page .promo__breadcrumb {
  padding-top: 9rem;
}

.video-page .breadcrumb__link,
.video-page .promo__breadcrumb .arrow {
  color: #fff;
}

/*.video-page .header__block.container {
  background-color: #E4A519;
}*/

.video-content {
  border-radius: 20rem;
  overflow: hidden;
  background-color: #fff;
}

.video-top {
  padding: 20rem 46rem 20rem 20rem;
  min-height: 190rem;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.video-top::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

.video-top__left {
  position: relative;
  z-index: 2;
  margin-right: 90rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-top__img-wrap {
  position: relative;
}
.video-top__img {
  width: 150rem;
  height: 150rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  flex-shrink: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.video-top__img-wrap .video-sticker {
  width: 60rem;
  height: 60rem;
  left: auto;
  right: -20rem;
  top: 0;
}

.video-top__img img {
  width: 100%;
  height: 100%;
}

.video-top__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.video-top__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-top__type {
  font-size: 18rem;
  font-weight: 700;
  text-transform: uppercase;
}

.video-top__title {
  font-size: 34rem;
  font-weight: 700;
  margin-top: 6rem;
}
.video-top__title.custom {
  font-weight: 400;
}

.video-body {
  padding: 20rem 20rem 40rem;
}

.video-body__bottom {
  display: flex;
  margin-top: 20rem;
}

.video-body__title {
  font-size: 18rem;
  font-weight: 700;
}

.video-body__text {
  font-size: 18rem;
  line-height: 1.25;
  margin-top: 8rem;
}

.video-body__text p:not(:first-child) {
  margin-top: 20rem;
}
.video-body__text sup {
  vertical-align: super;
  font-size: 60%;
}

.video-body__footnote {
  font-size: 12rem;
  margin-top: 6rem;
}

.video-body__left {
  margin-right: auto;
}

.video-body__right {
  margin-left: 20rem;
  width: 352rem;
  flex-shrink: 0;
}

.author {
  display: flex;
  flex-direction: column;
}

.author:not(:first-child) {
  margin-top: 16rem;
}

.author__title {
  font-size: 18rem;
  font-weight: 700;
}

.author__row {
  display: flex;
  align-items: center;
  margin-top: 8rem;
}

.author__img {
  width: 55rem;
  height: 55rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14rem;
  background: #A4C6CD 50% 50% no-repeat;
  background-size: cover;
}

.author__img img {
  width: 100%;
  height: 100%;
}

.author__name {
  font-size: 16rem;
  font-weight: 700;
}

.author__descr {
  font-size: 12rem;
  margin-top: 6rem;
  color: #13131399;
}

.video-wrapper__video {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-wrapper__video video {
  width: 100%;
  height: 100%;
}

.play-btn {
  outline: none;
  border: 2rem solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 119rem;
  height: 119rem;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6rem;
  cursor: pointer;
}

.play-btn svg {
  width: 40rem;
  height: 45rem;
}

.video-sticker {
  width: 90rem;
  height: 90rem;
  border-radius: 50%;
  position: absolute;
  top: 12rem;
  left: 12rem;
  z-index: 2;
  border: 3rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4rem;
}

.video-sticker img {
  width: 100%;
}

@media (max-width: 767px) {
  .video-page {
    padding-top: 0;
  }

  .video-page .header__block.container {
    background-color: transparent;
  }

  .video-page .promo__breadcrumb {
    padding-top: 9rem;
  }

  .video-top {
    padding: 30rem 12rem 15rem;
    min-height: unset;
  }

  .video-top__type {
    font-size: 12rem;
  }

  .video-top__title {
    font-size: 20rem;
    margin-top: 10rem;
    line-height: 1.2;
  }

  .video-top__left {
    margin-right: 0;
  }

  .video-sticker {
    width: 40rem;
    height: 40rem;
    right: 12rem;
    top: 12rem;
    left: auto;
  }

  .video-sticker img {
    width: 32rem;
  }

  .play-btn {
    width: 90rem;
    height: 90rem;
  }

  .play-btn svg {
    width: 30rem;
    height: 34rem;
  }

  .video-body {
    padding: 12rem 12rem 30rem;
  }

  .video-body__bottom {
    flex-direction: column-reverse;
  }

  .video-wrapper__video {
    padding: 8rem 8rem 0;
    min-height: 169rem;
  }

  .video-body__bottom {
    margin-top: 10rem;
  }

  .video-body__right {
    margin-left: 0;
    width: 100%;
  }

  .author__name {
    margin-right: 60rem;
    line-height: 1.2;
  }

  .author__img {
    flex-shrink: 0;
  }

  .video-body__left {
    margin-top: 20rem;
  }

  .video-body__text {
    font-size: 16rem;
  }
}

.video-page .banner_container {
  margin-top: 72rem;
}
.video-page .VideoAudio__showcase {
  margin-top: 30rem;
}

@media (max-width: 767px) {
  
  .video-page .banner-new .banner__bottom-text {
    margin-top: 248rem;
  }
  .video-page .banner-container {
   margin-top: 52rem;
  }
  .recommend__buttons {
    white-space: nowrap;
  }
}
