.gallery-photos .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translatex(-50%);
  }
  .gallery-photos .owl-dots .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000000;
    margin: 0 10px;
    opacity: 0.15;
    transition: 0.5s ease-in-out;
  }
  .gallery-photos .owl-dots .owl-dot.active span {
    background: #158825;
    opacity: 1;
  }
  .gallery-photos .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
  }
  .gallery-photos .owl-nav .owl-prev span, .gallery-photos .owl-nav .owl-next span {
    position: relative;
    font-size: 0;
    display: block;
    padding: 10px;
  }
  .gallery-photos .owl-nav .owl-prev span::after, .gallery-photos .owl-nav .owl-next span::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #0D1834;
    border-left: 2px solid #0D1834;
    opacity: 1;
    top: 5px;
    left: 5px;
    transform: rotate(45deg);
  }
  .gallery-photos .owl-nav .owl-prev.disabled span::after, .gallery-photos .owl-nav.disabled .owl-next span::after{
    opacity: 0.4;
  }
  .gallery-photos .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
  }
  @media (max-width: 1599.98px) {
    .gallery-photos .owl-nav .owl-prev {
      left: -30px;
    }
  }
  .gallery-photos .owl-nav .owl-next {
    position: absolute;
    right: -50px;
  }
  @media (max-width: 1599.98px) {
    .gallery-photos .owl-nav .owl-next {
      right: -30px;
    }
  }
  .gallery-photos .owl-nav .owl-next span::after {
    transform: rotate(-133deg);
  }

  .tab-photos__media {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  @media (max-width: 575.98px) {
    .tab-photos__media {
      margin-bottom: 10px;
    }
  }
  .tab-photos__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transition: 0.5s ease-in-out all;
  }
  .tab-photos__media::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 56.93%;
  }
  .tab-photos__media__title {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #0D1834;
    margin-bottom: 30px;
  }
  @media (min-width: 576px) {
    .tab-photos__media__title {
      font-size: 14px;
    }
  }
  @media (min-width: 768px) {
    .tab-photos__media__title {
      font-size: 15px;
    }
  }
  @media (min-width: 1200px) {
    .tab-photos__media__title {
      font-size: 16px;
    }
  }
  @media (max-width: 575.98px) {
    .tab-photos__media__title {
      margin-bottom: 20px;
    }
  }
  .tab-photos__media .btn-photos-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 47px;
    height: 47px;
    transition: 0.3s ease-in-out all;
    pointer-events: none;
  }
  .tab-photos__media .photos-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    max-height: 163.85px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-image: linear-gradient(to top, #0d342e, rgba(0, 0, 0, 0));
    transition: 0.5s ease-in-out all;
    pointer-events: none;
  }
  .tab-photos__media .photos-hover .photos-source {
    color: #fff;
    margin-bottom: 15.5px;
    padding-left: 27px;
  }
  @media (max-width: 575.98px) {
    .tab-photos__media .photos-hover .photos-source {
      padding-left: 20px;
    }
  }
  .tab-photos__media .photos-hover .photos-source .photos-date {
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-weight: 500;
  }
  @media (min-width: 576px) {
    .tab-photos__media .photos-hover .photos-source .photos-date {
      font-size: 13px;
    }
  }
  @media (min-width: 1200px) {
    .tab-photos__media .photos-hover .photos-source .photos-date {
      font-size: 14px;
    }
  }
  .tab-photos__media .photos-hover .photos-source .photos-paper {
    font-family: "Oxygen", sans-serif;
    font-size: 15px;
    font-weight: 700;
  }
  @media (min-width: 576px) {
    .tab-photos__media .photos-hover .photos-source .photos-paper {
      font-size: 16px;
    }
  }
  @media (min-width: 768px) {
    .tab-photos__media .photos-hover .photos-source .photos-paper {
      font-size: 17px;
    }
  }
  @media (min-width: 1200px) {
    .tab-photos__media .photos-hover .photos-source .photos-paper {
      font-size: 19px;
    }
  }
  .tab-photos__media.photos-image:hover > img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out all;
  }
  .tab-photos__media:hover .photos-hover {
    transform: translateY(0%);
    transition: 0.5s ease-in-out all;
  }
  .tab-photos__media .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .tab-photos__media.active .btn-photos-play {
    filter: brightness(0.8);
    transition: 0.3s ease-in-out all;
  }
  .tab-photos__media.photos-image .video-overlay,
  .tab-photos__media.photos-image .btn-photos-play {
    display: none;
  }
  .tab-photos__media.photos-video .photos-hover {
    display: none;
  }




  .fancybox-bg {
    background: rgba(0, 0, 0, 0.68);
    inset: 0;
  }
  
  .fancybox-inner {
    inset: 0 15px;
  }
  
  .fancybox-caption {
    padding-top: 15.3px;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    max-width: 796px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    bottom: -60px;
    background: none;
  }
  @media (min-width: 576px) {
    .fancybox-caption {
      font-size: 15px;
    }
  }
  @media (min-width: 768px) {
    .fancybox-caption {
      font-size: 16px;
    }
  }
  @media (min-width: 1200px) {
    .fancybox-caption {
      font-size: 18px;
    }
  }
  
  @media (max-height: 576.98px) {
    .fancybox-caption {
      bottom: 0;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 150px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    }
  }
  .button-previous,
  .button-next {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    color: #000;
    text-decoration: none;
    border-radius: 50%;
    font-size: 16px;
    top: 50%;
    margin-top: -22px;
    line-height: 42px;
    z-index: 999;
  }
  @media (max-width: 575.98px) {
    .button-previous,
  .button-next {
      width: 35px;
      height: 35px;
    }
  }
  .button-previous::after,
  .button-next::after {
    content: url("img/arrow-right.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .button-previous {
    left: -85px;
  }
  @media (max-width: 1199.98px) {
    .button-previous {
      left: -75px;
    }
  }
  @media (max-width: 991.98px) {
    .button-previous {
      left: 20px;
    }
  }
  @media (max-width: 575.98px) {
    .button-previous {
      left: 10px;
    }
  }
  .button-previous::after {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  
  .button-next {
    right: -85px;
  }
  @media (max-width: 1199.98px) {
    .button-next {
      right: -75px;
    }
  }
  @media (max-width: 991.98px) {
    .button-next {
      right: 20px;
    }
  }
  @media (max-width: 575.98px) {
    .button-next {
      right: 10px;
    }
  }
  
  .fancybox-button--arrow_right,
  .fancybox-button--arrow_left {
    display: none;
  }
  
  .fancybox-content .fancybox-iframe ~ .fancybox-caption {
    display: none;
  }
  .fancybox-content .photos-btn-prev ~ .fancybox-caption {
    bottom: -90px;
  }
  @media (max-width: 575.98px) {
    .fancybox-content .photos-btn-prev ~ .fancybox-caption {
      bottom: -80px;
    }
  }
  
  .caption-date {
    font-size: 12px;
    position: relative;
    top: -5px;
  }
  @media (min-width: 576px) {
    .caption-date {
      font-size: 15px;
    }
  }
  
  .caption-main {
    font-size: 16px;
  }
  @media (min-width: 576px) {
    .caption-main {
      font-size: 18px;
    }
  }
  
  @media (max-height: 767.98px) {
    .fancybox-content .photos-btn-prev ~ .fancybox-caption {
      bottom: 0;
      padding-left: 30px;
      padding-top: 150px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    }
  }
  .fancybox-slide {
    padding: 0;
  }