@charset "UTF-8";
.pg-service-video {
  padding: 80px 0;
  position: relative;
  color: #fff;
  background-image: url(../pages/service/vid_back.png);
  background-size: cover;
}
.pg-service-video.no-ovarlay::after {
  display: none;
}
.pg-service-video .info {
  position: relative;
  z-index: 10;
  text-align: center;
}
.pg-service-video .info .icon {
  position: relative;
  font-size: 50px;
  margin-bottom: 35px;
  display: inline-block;
  z-index: 10;
  color: #fff;
}
.pg-service-video .info .icon .float_icon {
  position: absolute;
  right: -70px;
  top: 20px;
  font-size: 60px;
}
.pg-service-video .info .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff1;
  border: 1px solid #fff4;
  -webkit-animation: play_btn 1.5s linear infinite;
          animation: play_btn 1.5s linear infinite;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.pg-service-video .info h2 {
  font-size: 37px;
  margin-bottom: 20px;
}
.pg-service-video .info h2 span {
  color: #FDBE27;
  position: relative;
}
.pg-service-video .info h2 span::after {
  position: absolute;
  right: 0;
  bottom: -45px;
  font-size: 85px;
  line-height: 1;
  content: "";
  font-family: "alyom" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.pg-service-video .info .text {
  font-size: 17px;
  margin-bottom: 40px;
}

@-webkit-keyframes play_btn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

@keyframes play_btn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.websites_pg .pg-service-video {
  background-image: url(../pages/websites/websites_back.jpg);
}
.websites_pg .pg-service-video::after {
  display: none;
}