.video_list > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.video_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_page {
  background: #F7F7F7;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.blog_block {
  padding: 40px 100px;
  background: #ffffff;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.video_btn {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
}
.video_btn:focus {
  outline: none;
}
.video_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px -30px;
  border-radius: 50%;
  background: #ffffff;
  width: 33px;
  height: 33px;
}
.video_btn:after {
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  border-style: solid;
  border-color: transparent #000000;
  border-width: 8px 0 8px 10px;
  position: relative;
  z-index: 2;
  margin-left: -24px;
  margin-top: -46px;
}
.video_btn:hover:before {
  opacity: 0.5;
}

.video_info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 10px 0;
}

.video_title {
  color: #ffffff;
  font-size: 120%;
  line-height: 19px;
  font-family: "montserrat_medium", "montserratarm_medium";
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 20px;
}

.video_date {
  color: #ffffff;
  font-size: 120%;
  line-height: 17px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 20px;
}

.video_list > ul {
  margin: 0 -10px;
}
.video_list > ul > li {
  float: left;
  width: 33.33%;
}
.video_list > ul > li a {
  display: block;
  padding-bottom: 65.61%;
}
.video_list > ul > li:first-child .video_title {
  font-size: 130%;
}
.video_list > ul > li:first-child a {
  display: block;
  padding-bottom: 131.2%;
}
.video_list > ul > li:first-child .video_btn:before {
  width: 49px;
  height: 49px;
}
.video_list > ul > li:first-child .video_btn:after {
  width: 24px;
  height: 14px;
  border-width: 12px 0 12px 14px;
  margin-left: 3px;
  margin-top: -31px;
}
.video_list > ul a {
  display: block;
  position: relative;
}
.video_list > ul span {
  position: absolute;
  right: 10px;
  left: 10px;
  top: 10px;
  bottom: 10px;
}
.video_list > ul span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  body {
    background: #ffffff;
  }

  .header_bottom {
    display: none;
  }

  .header .search_form {
    background: #ffffff;
  }

  .video_page {
    margin-top: 140px;
  }

  .video_list > ul > li {
    width: 50%;
  }
  .video_list > ul > li .video_title {
    margin-bottom: 5px;
    font-size: 130%;
    line-height: 16px;
  }

  .blog_block {
    padding: 20px;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .video_info {
    padding: 5px 0;
  }

  .video_title {
    margin-bottom: 5px;
    font-size: 110%;
    line-height: 15px;
  }

  .video_list > ul:nth-child(1n) > li:first-child a {
    padding-bottom: 65.61%;
  }
  .video_list > ul:nth-child(1n) > li:first-child .video_btn {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: none;
  }
  .video_list > ul:nth-child(1n) > li:first-child .video_btn:focus {
    outline: none;
  }
  .video_list > ul:nth-child(1n) > li:first-child .video_btn:before {
    left: 50%;
    top: 50%;
    margin: -40px;
    border-radius: 50%;
    background: #ffffff;
    width: 33px;
    height: 33px;
  }
  .video_list > ul:nth-child(1n) > li:first-child .video_btn:after {
    display: block;
    content: "";
    width: 14px;
    height: 16px;
    border-style: solid;
    border-color: transparent #000000;
    border-width: 8px 0 8px 12px;
    position: relative;
    z-index: 2;
    margin-left: -42px;
    margin-top: -46px;
  }
  .video_list > ul:nth-child(1n) > li:first-child .video_btn:hover:before {
    opacity: 0.5;
  }
}
@media (max-width: 479px) {
  .video_list > ul li {
    width: 100%;
  }
}
.video_btn:before {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.video_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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