.video-block {
  padding-top: 11rem;
  padding-bottom: 11rem;
  background-color: #f1f8fd;
  border-radius: 5rem
}
.video-block__wrapper {
  position: relative
}
.video-block__title {
  margin-bottom: 3.5rem
}
.video-block__list {
  display: flex;
  width: calc(100% + 2.8rem);
  margin-left: -1.4rem;
  margin-right: -1.4rem
}
.video-block__item {
  width: 25%;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  cursor: pointer
}
.video-block__wrap {
  position: relative;
  border-radius: 1.6rem;
  height: 37rem;
  overflow: hidden
}
.video-block__wrap video {
  width: 100%;
  height: auto
}
.video-block__pagination {
  display: none!important
}
.video-block__text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.7rem 1.7rem 1.7rem 2rem
}
.video-block__text-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  width: 100%;
  background: linear-gradient(360deg,#000 0,rgba(0,0,0,0) 100%)
}
.video-block__text-block p {
  position: relative;
  z-index: 5;
  padding-right: .5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem;
  color: #fff
}
.video-block__text-block svg {
  position: relative;
  z-index: 5;
  width: 2.7rem;
  height: 2.7rem
}
.video-block__icon-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.7rem 1.7rem 1.7rem 2rem
}
.video-block__icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  width: 100%;
  background: linear-gradient(180deg,#000 0,rgba(0,0,0,0) 100%);
  opacity: .5
}
.video-block__icon-block p {
  position: relative;
  z-index: 5;
  padding-left: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem;
  text-transform: uppercase;
  color: #fff
}
.video-block__icon-block svg {
  position: relative;
  z-index: 5;
  width: 2.4rem;
  height: 2.4rem
}
.video-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center
}
.video-block__preview_mobile {
  display: none
}
@media (max-width:48em) {
  .video-block {
    padding-top: 8rem;
    padding-bottom: 13.4rem;
    border-radius: 5rem
  }
  .video-block__title {
    margin-bottom: 4rem
  }
  .video-block__wrap {
    height: 60.6rem;
    border-radius: 3.2rem
  }
  .video-block__list {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
  .video-block__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }
  .video-block__pagination {
    display: block!important
  }
  .video-block__pagination.slider-pagination.swiper-pagination {
    bottom: -6.5rem
  }
  .video-block__text-block {
    padding: 2.8rem 2.8rem 2.8rem 4rem
  }
  .video-block__text-block::before {
    height: 20rem
  }
  .video-block__text-block p {
    font-size: 2.8rem;
    line-height: 3.4rem
  }
  .video-block__text-block svg {
    width: 5.4rem;
    height: 5.4rem
  }
  .video-block__icon-block {
    padding: 2.8rem 2.8rem 2.8rem 4rem
  }
  .video-block__icon-block::before {
    height: 20rem
  }
  .video-block__icon-block p {
    font-size: 2.8rem;
    line-height: 3.4rem
  }
  .video-block__icon-block svg {
    width: 5rem;
    height: 5rem
  }
  .video-block__preview_desktop {
    display: none
  }
  .video-block__preview_mobile {
    display: block
  }
}