.sk-carousel {
  min-height: 620px;
  overflow: hidden;
}
.sk-carousel .owl-stage {
  height: 620px;
}
.sk-carousel .owl-nav {
  position: relative;
  top: -90px;
}
@media (max-width: 1050px) {
  .sk-carousel .owl-nav {
    top: -52px;
    width: 48%;
  }
}
.sk-carousel .owl-nav span {
  font-size: 34px;
  line-height: 0.4;
  color: white;
}
.sk-carousel .owl-nav span:hover {
  background-color: none;
}
.sk-carousel .owl-dots {
  position: relative;
  top: -90px;
}
@media (max-width: 1050px) {
  .sk-carousel .owl-dots {
    width: 48%;
    margin-left: 52%;
  }
}
.sk-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  padding: 2px;
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  margin: 5px;
  transition: all 0.3s;
}
.sk-carousel .owl-dots .owl-dot.active {
  background: #fff;
  border: 2px solid #ffffff;
  padding: 3px;
}
.sk-carousel .owl-dots .owl-dot.active span {
  background: none;
  margin: 6px 3px;
}
.sk-carousel .owl-dots .owl-dot.active span:hover {
  background: none;
}
.sk-carousel .owl-dots .owl-dot span {
  background: none;
  width: 0;
  height: 0;
  margin: 4px 2px;
}
.sk-carousel .owl-dots .owl-dot span:hover {
  background: none;
}
.sk-carousel .item {
  background-size: cover;
  background-position: center center;
  height: 100%;
  /* or whatever height you want */
}
.sk-carousel .overlay {
  background: linear-gradient(107deg, #5E8D83BB 61.78%, rgba(94, 141, 131, 0) 61.78%, #FFFFFF70 61.78%);
  height: 100%;
  position: relative;
}
.sk-carousel .owl-item {
  height: 100%;
  background-color: #028090;
  position: relative;
  color: white;
}
.sk-carousel .owl-item img {
  height: 100%;
  width: auto;
  /* Aby zachować proporcje obrazu */
}
.sk-carousel .owl-item .slide-header {
  padding: 5px 45px;
  width: 50%;
}
.sk-carousel .owl-item .slide-header .h1 {
  color: white !important;
}
.sk-carousel .owl-item .slide-logo {
  height: 100px;
  width: inherit;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (min-width: 782px) and (max-width: 1300px) {
  .sk-carousel .owl-item .slide-logo {
    padding: 0 45px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .sk-carousel .owl-item .slide-logo {
    padding: 0 45px;
    position: relative;
    width: 100%;
  }
}
.sk-carousel .owl-item .slide-content {
  padding: 5px 45px;
}
@media (max-width: 1024px) {
  .sk-carousel .owl-item .slide-content {
    font-size: 14px;
  }
  .sk-carousel .owl-item .slide-content p {
    line-height: 1.3 !important;
  }
}
.sk-carousel .owl-item .slide-applications {
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-gap: 10px;
}
@media (max-width: 1300px) {
  .sk-carousel .owl-item .slide-applications {
    grid-template-columns: repeat(3, 1fr);
    bottom: 90px;
    font-size: 12px;
    grid-gap: 2px;
  }
}
.sk-carousel .owl-item .slide-applications > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-carousel .owl-item .slide-applications .application {
  height: 80px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 1300px) {
  .sk-carousel .owl-item .slide-applications .application {
    height: 80px;
  }
}
.sk-carousel .owl-item .slide-applications .application div {
  display: block;
  text-align: center;
}
.sk-carousel .owl-item .slide-applications .application div img {
  margin: auto;
}
@media (min-width: 782px) and (max-width: 1300px) {
  .sk-carousel .owl-item .slide-applications .application div img {
    height: 50px;
  }
}
@media (max-width: 450px) {
  .sk-carousel .owl-item .slide-applications .application div img {
    height: 68px;
  }
}
.sk-carousel .owl-item .slide-applications .application div p {
  display: block;
}
/*# sourceMappingURL=sk_carousel.css.map */