/**
 * 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: absolute;
  top: -85px;
  right: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  gap: 10px;
  z-index: 120;
}
  .owl-theme .owl-nav [class*='owl-'] {
    width: 50px;
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    border: none;
    border-radius: 50%;
    border: var(--main-1) solid 1px;
  }
  .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:25px;
    height:16px;
    display:inline-block;
    content:'';
    transition: all .3s;
    mask-image:var(--next);
    -webkit-mask-image:var(--next);
    background-color: var(--main-1);
  }

  .owl-theme .owl-nav span {
    display: none;
  }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: var(--main-2);
    }
.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: 35px; }

.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) {

}
@media only screen and (max-width: 1500px) {

}
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1250px) {
  .owl-theme .owl-nav {
    top: -81px;
  }
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1150px) {

}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 700px) {
  .owl-theme .owl-nav {
    top: initial;
    bottom: -45px;
  }
  .owl-theme .owl-nav [class*='owl-'] {
    width: 30px;
    height: 30px;
  }
  .owl-theme .owl-nav [class*='owl-']:before {
    width: 18px;
    height: 11px;
  }
}
@media only screen and (max-width: 400px) {

}