@charset "UTF-8";
.emptySlideBox {
  display: block;
  position: relative;
  width: 252px;
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
  background-color: #164196;
  color: #fff;
  /* wersja big dla desktop */
}
@media (min-width: 1024px) {
  .fs-slider[data-slide-size=big] .emptySlideBox {
    width: 520px;
  }
}
.emptySlideBox[data-variant=grey] {
  background-color: #F8F8F8;
  color: #164196;
}
@media (max-width: 1024px) {
  .emptySlideBox {
    width: 204px;
    padding: 16px;
  }
}
.emptySlideBox .es-title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 115%;
  /* wersja big dla desktop */
}
@media (max-width: 1024px) {
  .emptySlideBox .es-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .fs-slider[data-slide-size=big] .emptySlideBox .es-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.emptySlideBox[data-variant=grey] .es-title {
  color: #164196;
}
.emptySlideBox .es-link {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 24px;
  color: #164196;
  background-color: white;
  margin-right: 8px;
  border-radius: 32px;
  height: auto;
  text-decoration: none;
  position: absolute;
  bottom: 24px;
  left: 24px;
  max-width: calc(100% - 47px);
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .emptySlideBox .es-link {
    line-height: 24px;
    border-radius: 24px;
    padding: 8px 24px 9px 24px;
    bottom: 16px;
    left: 16px;
  }
}
.emptySlideBox .es-link:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.emptySlideBox[data-variant=grey] .es-link {
  background-color: #164196;
  color: white;
}
.emptySlideBox[data-variant=grey] .es-link:hover {
  background-color: rgba(22, 65, 150, 0.7);
}

.fs-slider {
  position: relative;
  margin-bottom: 60px;
  /* H3 tytuł nagłówka */
  /* kontener tabs */
}
@media (max-width: 1024px) {
  .fs-slider {
    margin-bottom: 40px;
  }
}
.fs-slider .fs-slider-title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 16px;
  color: #164196;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .fs-slider .fs-slider-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.fs-slider[data-notabs=true] .fs-slider-title {
  margin-bottom: 24px;
}
.fs-slider .sp-tabs-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  overflow: auto;
  /* pojedynczy tab */
}
.fs-slider .sp-tabs-buttons .sp-tab-button {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  margin-right: 16px;
  color: #164196;
  background-color: white;
  border: 0;
  white-space: nowrap;
  padding: 2px;
}
.fs-slider .sp-tabs-buttons .sp-tab-button[data-selected=true] {
  color: white;
  background-color: #E30613;
}
.fs-slider .sp-arrow-button-cont .home-nav-button-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 60px;
}
.fs-slider .sp-arrow-button-cont .home-nav-button-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 60px;
}
.fs-slider .sp-slides-cont {
  display: flex;
  align-items: stretch;
  padding-bottom: 36px;
  overflow-x: auto;
}
@-moz-document url-prefix() {
  .fs-slider .sp-slides-cont {
    scrollbar-color: #E30613 #E5E5E5;
  }
}
.fs-slider .sp-slides-cont::-webkit-scrollbar {
  background: #E5E5E5;
  height: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  max-width: 4px;
  max-height: 4px;
}
.fs-slider .sp-slides-cont::-webkit-scrollbar-track {
  background: #E5E5E5;
}
.fs-slider .sp-slides-cont::-webkit-scrollbar-thumb {
  background: #E30613;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.fs-slider .sp-slides-cont .sp-slide {
  margin-right: 16px;
}
@media (max-width: 1024px) {
  .fs-slider .sp-slides-cont .sp-slide {
    margin-right: 16px;
  }
}
