.video-3__title {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFF;
}
@media (max-width: 990px) {
  .video-3__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.video-3__wrap {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-gap: 25px;
  align-items: start;
}
@media (max-width: 1280px) {
  .video-3__wrap {
    grid-gap: 15px;
  }
}
@media (max-width: 1100px) {
  .video-3__wrap {
    grid-template-columns: 1fr;
  }
}
.video-3__call {
  position: relative;
  overflow: hidden;
  height: 405px;
}
@media (max-width: 768px) {
  .video-3__call {
    height: 200px;
  }
}
.video-3__call::after {
  content: "";
  background: #000;
  opacity: 0.35;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
}
.video-3__call img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}
.video-3__link {
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: 3.5px solid #fff;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.video-3__link svg {
  height: 26px;
  width: 26px;
}

.video-second-3__title {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFF;
}
@media (max-width: 990px) {
  .video-second-3__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.video-second-3__wrap {
  display: grid;
  grid-template-columns: 1fr 380px;
  grid-gap: 25px;
  align-items: start;
}
@media (max-width: 1280px) {
  .video-second-3__wrap {
    grid-gap: 15px;
  }
}
@media (max-width: 1100px) {
  .video-second-3__wrap {
    grid-template-columns: 1fr;
  }
}
.video-second-3__call {
  position: relative;
  overflow: hidden;
  height: 405px;
}
@media (max-width: 768px) {
  .video-second-3__call {
    height: 200px;
  }
}
.video-second-3__call::after {
  content: "";
  background: #000;
  opacity: 0.35;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
}
.video-second-3__call img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}
.video-second-3__link {
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: 3.5px solid #fff;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.video-second-3__link svg {
  height: 26px;
  width: 26px;
}
.video-second-3__table {
  background: rgba(0, 0, 0, 0.14);
  position: relative;
}
.video-second-3__table::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #86878e;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-second-3__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.video-second-3__box p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 20px;
}
@media (max-width: 990px) {
  .video-second-3__box p {
    font-size: 14px;
    line-height: 17px;
    padding: 10px;
  }
}
.video-second-3__box p:nth-child(1) {
  text-align: right;
}
.video-second-3__box:nth-child(2n) {
  background: rgba(0, 0, 0, 0.3);
}

/*# sourceMappingURL=video.css.map */
