
.slider {
  position: relative;
  text-align: center;
  padding-bottom: 100px;
}

.s-img1 {
  background: url(../img/Vrstva1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 100px 200px 0;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
}

.slider-txt h2 {
  font-size: 48px ;
  margin-bottom: 60px;
}

.slider-txt p {
  font-size: 20px ;
  margin-bottom: 60px;
  color: #fff;
}

.textright a {
  font-size: 16px ;
  color: #e84d0f;
  padding: 10px 67px;
  display: inline-block;
  border: 1px solid #e84d0f;
  border-radius: 24px;
  background: #fff;
}

.textright {
  text-align: right;
}

.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 85px;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}

.owl-nav .owl-prev svg {
  height: 30px;
  width: 15px;
  fill: #fff;
}

.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 85px;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}

.owl-nav .owl-next svg {
  height: 30px;
  width: 15px;
  fill: #fff;
  transform: rotate(180deg);
}

.owl-dots {
  display: inline-block;
}

.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff !important;
  border: 2px solid transparent !important;
  margin-right: 10px;
  
}

.owl-dot.active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000 !important;
  border: 2px solid #fff !important;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 0;
}