.video-block__body {
  padding: 40px 0;
  overflow: hidden; }
.video-block__title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 767.5px) {
    .video-block__title {
      font-size: 24px;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 25px;
      padding-right: 80px; } }
.video-block__slider.swiper {
  overflow: visible; }
.video-block__slider .swiper-wrapper {
  position: relative; }

.video-item {
  cursor: pointer; }
  .video-item__body {
    position: relative;
    background-image: url(/local/templates/webmasterow/img/download.gif);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center 20%;
    min-height: 200px; }
    .video-item__body video {
      width: 100%; }
  .video-item__content {
    position: absolute;
    bottom: 15px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .video-item__img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid white;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .video-item__name {
    font-size: 14px;
    font-weight: 600;
    background-color: white;
    border-radius: 100px;
    padding: 10px 20px; }
    @media screen and (max-width: 767.5px) {
      .video-item__name {
        font-size: 10px; } }

.modal-video__content video {
  max-width: 100%;
  max-height: 100%; }
.modal-video .modal__dialog {
  width: 30em; }

.video-slider-prev,
.video-slider-next {
  width: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5; }
  @media screen and (max-width: 1500px) {
    .video-slider-prev,
    .video-slider-next {
      transform: translateY(0);
      top: -60px; } }

.video-slider-prev {
  left: -50px; }
  @media screen and (max-width: 1500px) {
    .video-slider-prev {
      left: auto;
      right: 40px; } }

.video-slider-next {
  right: -50px; }
  @media screen and (max-width: 1500px) {
    .video-slider-next {
      right: 0; } }

/*# sourceMappingURL=style.css.map */
