.repatriate_page .video_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.repatriate_page .video_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .repatriate_page .video_btn:before {
    width: 73px;
    height: 73px;
  }
}
@media screen and (max-width: 990px) {
  .repatriate_page .video_btn:before {
    width: 41px;
    height: 41px;
  }
}
.repatriate_page .video_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .repatriate_page .video_btn:after {
    width: 29px;
    height: 29px;
    border-width: 15px 0 15px 25px;
    margin: 0 0 0 6px;
  }
}
@media screen and (max-width: 990px) {
  .repatriate_page .video_btn:after {
    width: 6px;
    height: 6px;
    border-width: 6px 0 6px 10px;
    margin: 0 0 0 2px;
  }
}

.repatriate_page .video_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  font-size: unset;
  border-radius: 10px;
}
.repatriate_page .video_btn:hover {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.repatriate_page .video_btn:hover:before {
  border-color: #1268B3;
}
.repatriate_page .news_block {
  border-radius: 10px;
}
.repatriate_page .news_block.hovered .news_image img {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.repatriate_page .news_block.hovered .news_title a {
  color: #1268B3;
}
.repatriate_page .repatriate_works {
  display: flex;
  margin-bottom: 20px;
  padding: 40px;
}
.repatriate_page .repatriate_works .slide_inner {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1199px) {
  .repatriate_page .repatriate_works {
    padding: 10px;
  }
  .repatriate_page .repatriate_works .slide_block {
    padding: 0 5px;
  }
  .repatriate_page .repatriate_works .slider_inner {
    min-width: 90px;
  }
}
@media screen and (max-width: 399px) {
  .repatriate_page .repatriate_works {
    flex-direction: column;
  }
  .repatriate_page .repatriate_works .slider_inner {
    min-width: auto;
  }
  .repatriate_page .repatriate_works .slide_block {
    width: 100%;
    margin-bottom: 10px;
  }
}

.repatriate_listing .inner_left {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 50px rgba(18, 104, 179, 0.1);
  backdrop-filter: blur(7px);
  border-radius: 10px 10px 0 0;
}
.repatriate_listing .listing_list {
  padding-bottom: 0;
}
.repatriate_listing .listing_list .news_image {
  font-size: 0;
  line-height: 0;
}
.repatriate_listing .listing_list li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .repatriate_listing .listing_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .repatriate_listing .listing_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=repatriate.css.map */
