body {
  position: relative;
}
#product-block {
  background: url(../images/p.png) center center no-repeat;
  height: 320px;
  width: 100% !important;
  display: block;
  margin: 20px auto !important;
  background-size: contain;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #product-block {
    width: 100% !important;
    height: 312px !important;
    margin: 0 !important;
  }
}
a:active,
a:focus {
  outline: 0;
}
:focus {
  outline: 0;
}
.light-blue {
  color: #e20000;
}
.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 25px 0;
  color: #a12000;
}
.ac_footer p {
  text-align: center;
}
.video_block {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 290px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
}
.video-reviews {
  padding: 30px 0;
}
.video-reviews h3 {
  font-size: 30px;
  text-align: center;
  color: #252626;
}
@media (max-width: 480px) {
  .video-reviews h3 {
    font-size: 7vw;
  }
}
.video_block__ch {
  height: 100% !important;
}
