/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 26px;
  right: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  gap: 10px;
  z-index: 120;
}
.main-news-slider .owl-nav {
  top: -37px;
  height: 0;
}
  .owl-theme .owl-nav [class*='owl-'] {
    width: 50px;
    height: 36px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    border: none;
  }
  .owl-theme .owl-nav [class*='owl-']:before{
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    width:40px;
    height:26px;
    display:inline-block;
    content:'';
    transition: all .3s;
    mask-image:var(--next);
    -webkit-mask-image:var(--next);
    background-color: var(--link);
  }

  .owl-theme .owl-nav span {
    display: none;
  }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: var(--main-1);
    }
.owl-theme .owl-nav [class*='owl-']:hover:before {
  background-color: #fff;
}
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px; }

.owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 120px);
  margin: -43px auto 0 auto;
  -webkit-tap-highlight-color: transparent; }
.main-news-slider .owl-dots {
  width: 33.5%;
  margin: 0 0 0 auto;
  align-items: start;
  justify-content: start;
  position: relative;
  top: -25px;
  z-index: 100;
}
.main-news-slider .owl-dots:before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #ffffff 30%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: -14px;
}
  .owl-theme .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    zoom: 1;
    *display: inline;
    border: none;
  }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
      transition: all 0.1s;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      width: 12px;
      height: 12px;
      background: var(--main-2); }
@media only screen and (max-width: 1550px) {
  .main-news-slider .owl-dots {
    width: 33.4%;
  }
}
@media only screen and (max-width: 1500px) {
  .main-news-slider .owl-dots {
    width: 33.3%;
  }
}
@media only screen and (max-width: 1400px) {
  .main-news-slider .owl-dots {
    width: 33%;
  }
}
@media only screen and (max-width: 1250px) {
  .main-news-slider .owl-dots {
    width: 32.8%;
  }
}
@media only screen and (max-width: 1200px) {
  .owl-theme .owl-nav {
    top: 15px;
  }
  .main-news-slider .owl-nav {
    top: -37px;
  }
  .main-news-slider .owl-dots {
    width: 34.4%;
  }
}
@media only screen and (max-width: 1150px) {
  .main-news-slider .owl-dots {
    width: 34.2%;
  }
}
@media only screen and (max-width: 992px) {
  .main-news-slider .owl-nav {
    top: 16px;
    height: auto;
  }
  .main-news-slider .owl-dots {
    width: 100%;
    align-items: center;
    justify-content: center;
    top: -9px;
  }
}
@media only screen and (max-width: 700px) {
  .main-news-slider .owl-nav.disabled + .owl-dots {
    margin-top: 0;
  }
  .main-news-slider .owl-dots {
    top: 20px;
  }
}
@media only screen and (max-width: 400px) {

}