.video-block__wrap {
  max-width: 717px;
  margin-left: auto;
  margin-right: auto;
}
.video-block__video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-block__video iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block__video video {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block__video-wrap {
  border: 1px solid #dde1e6;
  border-radius: 15px;
  overflow: hidden;
}
.video-block__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  background: 0 0;
  cursor: pointer;
}
.video-block__title {
  padding: 24px 16px 8px;
  color: #21272a;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 0;
}
.video-block__text {
  padding: 8px 16px 16px;
  color: #21272a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.video-block__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 50px;
}
.video-block__btns--list {
  margin-top: 5px;
}
.video-block__btn {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 17px 25px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.23px;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: #d50057;
  text-decoration: none;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video-block__btn:hover {
  opacity: 0.8;
}
.video-block__btn--replay {
  background: #ff8d0c;
  color: #353535;
}

