#slider {
  /* bez kombinacji vh */
  height: 60vh;
  min-height: 500px;
  padding: 0px;
  background: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.slider {
  clear: both;
  margin: 0px auto 0px auto;
  overflow: hidden;
  /* width:92%; */
  z-index: 2;
  position: relative;
  margin: 0px auto 0px auto;
  padding: 0px 4% 0px 4%;
}
.slider > div {
  /* bez kombinacji vh */
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.slider > div:first-child {
  z-index: 1;
}
.strzalka_dol {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 15px;
  display: inline-block;
  padding: 0px;
  animation: 2s ease 0s normal none infinite running bounce;
}
.strzalka_lewo,
.strzalka_prawo {
  display: none;
  position: absolute;
  top: 46%;
  z-index: 200;
  text-align: center;
  color: #fff;
  font-family: "Montserrat";
  font-size: 40px;
  padding: 0px;
  color: #333;
  height: 46px;
  width: 27px;
  transition: left 0.5s ease;
}
.strzalka_lewo:before,
.strzalka_prawo:before {
  font-family: "FontAwesomeSolid" !important;
  color: #fff;
  font-size: 60px;
}
.strzalka_prawo:before {
  content: "\f054";
}
.strzalka_lewo:before {
  content: "\f053";
}
.strzalka_lewo {
  left: -50px;
  /* background-image:url(../../images/strzalka_lewo.png); */
}
.strzalka_prawo {
  right: -30px;
  transition: right 0.5s ease;
}
.slider:hover .strzalka_lewo {
  left: 0px;
}
.slider:hover .strzalka_prawo {
  right: 30px;
}
.strzalka_lewo:hover,
.strzalka_prawo:hover {
}
.cyferki {
  overflow: hidden;
  position: absolute;
  bottom: 5%;
  left: 0px;
  text-align: center;
  width: 100%;
  z-index: 100;
  display: none;
}
.cyferki span {
  /* background:url(../../img/koleczko.png) no-repeat; */
  background-color: red;
  width: 13px;
  height: 13px;
  display: inline-block;
  cursor: pointer;
  margin: 2px;
}
.cyferki span.hover {
  /* background:url(../../img/koleczko-hover.png) no-repeat; */
  background-color: green;
  cursor: default;
}
.cyferki span:before {
  content: "\ec77";
  font-family: "Icofont";
  display: block;
  width: 30px;
  height: 30px;
  background-color: blue;
  font-size: 14px;
  color: grey;
}

.slider .content {
  /* bottom: 0%;
  position: absolute;
  left: 4%;
  right: 4%;
  position: absolute;
  left: 4%;
  right: 4%; */
  height: 100%;
}
.slider > .content {
  width: 100%;
  z-index: 100;
  bottom: 50%;
  text-align: center;
}
.slider .telefon {
  display: block;
  margin: 0px auto 0px auto;
  background: rgba(99, 99, 99, 0.6);
  padding: 7px 15px 10px 20px;
  width: 270px;
  color: #fff;
  font-size: 26px;
  border-radius: 5px;
  margin-top: 2%;
  opacity: 1;
  box-shadow: 2px 2px 1px #333;
  cursor: pointer;
}
.slider .telefon:before {
  content: "\efbb";
  font-family: "IcoFont" !important;
  display: inline-block;
}
.slider .telefon:hover {
  opacity: 0.8;
}
.slider .telefon > img {
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.slider .haslo {
  position: absolute;
  bottom: 6%;
  left: 4%;
  opacity: 1;
  transition: all 0.4s ease-in;
  background-color:#053d8499;
  padding: 1.5em 3%;
}
.slider .haslo h1:after,
.slider .haslo h2:after,
.slider .haslo h3:after {
  display: none;
}
.slider .haslo h1 span:last-child {
  font-size: 30px;
}
.slider .haslo h2 {
  margin: 0px;
  padding-bottom: 10px;
}
.slider .haslo > * {
  clear: both;
}
.slider .haslo p {
  margin-bottom: 0px;
  padding: 0px;
  font-size: 22px;
  margin-top: 5px;
  color: #fff;
  position: relative;
  text-align: left;
 color:var(--pomaranczowy);
 font-weight:800;
}
.home-page .baner .content h2 {
  color: #2463a3;
  margin: 5px 0px;
}
.home-page .baner .content h3 {
  color: #fff;
}
.slider .item .haslo h1 {
  font-weight: 700;
  font-size: 40px;
  color:#fff;
  margin-bottom:0px;
}

.slider .item .haslo > *:nth-child(2) {
  transform: translateX(0px);
  transition: all 1.3s ease-in-out 1s;
}

.slider .item .haslo > *:last-child {
  /* opacity: 0; */
  transition: all 1.3s ease-in-out 2s;
}

.slider .item.active .haslo > *:nth-child(2) {
  transform: translateX(0px);
}
.slider .item.active .haslo > *:last-child {
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .slider .haslo {
    width: auto;
  }
  .slider .haslo p {
    width: auto;
  }
}
@media screen and (max-width: 720px) {
  .slider .haslo h2 {
    font-size: 5vw;
  }
  .slider .haslo h3 {
    font-size: 4vw;
  }
    .slider .haslo p{
    font-size:1em;
  }
  #slider {
    height: auto;
    min-height: none;
  }
  .home-page .baner .content h1 {
    font-size: 25px;
  }
  .slider .item .haslo h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .slider .item .haslo h1,
  .slider .item .haslo h2,
  .slider .item .haslo h3{
    line-height:1em;
  }
  .slider > div > .content {
    /* top:25%;	 */
  }

}
@media screen and (max-width: 480px) {
  #slider {
    min-height: 400px;
  }
  .slider .telefon {
    font-size: 24px;
  }
  .slider .haslo {
    width: 84%;
  }  
}
/*
@media screen and (max-width:1500px){
  .home-page .baner .content h2{
    font-size:7vw;
  }
}
*/
/* animations  */
/* .slider .item .content {
  transform: translateX(-1350px);
  transition: all 0.8s ease-in-out 0.5s;
} */
