/**
 * 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: space-between;
  position: relative;
  top: 26px;
  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: var(--main-2) solid 1px;
    border-radius: 50%;
  }
.main-lessons-slider .owl-nav [class*='owl-'] {
  border: #fff 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-2);
  }
.main-lessons-slider .owl-nav [class*='owl-']:before {
  background-color: #fff;
}
.owl-theme .owl-nav span {
    display: none;
  }
    .owl-theme:not(.main-lessons-slider) .owl-nav [class*='owl-']:hover {
      background: var(--main-1);
    }
.owl-theme:not(.main-lessons-slider) .owl-nav [class*='owl-']:hover:before {
  background-color: #fff;
}
.main-lessons-slider .owl-nav [class*='owl-']:hover {
  background-color: #fff;
}
.main-lessons-slider .owl-nav [class*='owl-']:hover:before {
  background-color: #000;
}
  .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: 6px;
  width: calc(100% - 120px);
  margin: -12px auto 0 auto;
  -webkit-tap-highlight-color: transparent;
  counter-reset: counter 0;
  position: relative;
  z-index: 130;
}

  .owl-theme .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    zoom: 1;
    *display: inline;
    border: transparent solid 1px;
    flex-shrink: 0;
  }
  .main-lessons-slider .owl-dots .owl-dot {
    counter-increment: counter;
    transition: all 0.3s;
    border-radius: 2px;
    width: 30px;
    height: 30px;
  }
  .main-lessons-slider .owl-dots .owl-dot span:before {
    content: counter(counter);
  }
    .owl-theme:not(.main-lessons-slider) .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;
      flex-shrink: 0;
    }

.owl-theme:not(.main-lessons-slider) .owl-dots .owl-dot.active span, .owl-theme:not(.main-lessons-slider) .owl-dots .owl-dot:hover span {
  width: 14px;
  height: 14px;
  background-color: var(--main-2);
}
    .main-lessons-slider .owl-dots .owl-dot.active, .main-lessons-slider .owl-dots .owl-dot:hover {
      border: #fff solid 1px;
    }
@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) {

}