.slideshow {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeSlide 24s infinite;
  transition: opacity 1s ease-in-out;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);  
}

.slidetekst {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  backdrop-filter: blur(2px);
  border-radius: 100px;
  padding: 10px;
  text-align: center;
}

@keyframes fadeSlide {
  0% { opacity: 0; }
  4% { opacity: 1; }
  12.5% { opacity: 1; }
  16.5% { opacity: 0; }
  100% { opacity: 0; }
}

.s1 { animation-delay: 0s; }
.s2 { animation-delay: 3s; }
.s3 { animation-delay: 6s; }
.s4 { animation-delay: 9s; }
.s5 { animation-delay: 12s; }
.s6 { animation-delay: 15s; }
.s7 { animation-delay: 18s; }
.s8 { animation-delay: 21s; }

h1{
	font-size:30px;
}
.line {
    width: 25%;
    height: 1px;
    margin: 0 auto 25px auto;
    background-color: #000;
}
.ulozenie{
	display:flex;
	padding:0 10%;
}
.MobileUlozenie{
	display:none;
}
.dolpekTekst{
	padding:20px 10%;
	text-align:center;
	margin:0;
}
.ulozenie div{
	width:50%;
	margin:5px;
}
.ulozenie p{
	display:block;
	width:50%;
	margin:10px 5px;
}
.obrazdotekstu > img{
	width:100%;
	height:100%;
	border-radius:10px;
	margin-top:10px;
}
.obrazdotekstuMobile{
	display:none;
}
.zalety{
	background-color:#FFFDD0;
	width:90%;
	justify-content:center;
	margin:0 auto 65px auto;
	box-shadow: 0px 0px 19px 13px rgba(0,0,0,0.1);
	padding: 10px 0 20px 0;
}
.zalety3:first-child{
	margin-top:0px;
}
.zalety3{
	display:flex;
	width:100%;
	justify-content:center;
	text-align:center;
	margin-top:25px;
}
.zalety3 h3{
	width:350px;
	margin:0;
	font-weight: 100;
	font-size:26px;
}
.zalety3 h2{
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	width:500px;
	margin:0;
	font-weight: 100;
	font-size:36px;
}
.oferta{
	margin:0 8%;
}
.przycisk{
	justify-content: end;
	width:100%;
	display:flex;
}
.myButton {
	width:102px;
	background-color:#3399ff;
	border-radius:28px;
	border:none;
	display:block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	text-align:center;
}
.myButton:hover {
	background-color:#66b3ff;
}
.certyfikatline {
    width: 50%;
    height: 1px;
    margin: 50px auto 12px auto;
    background-color: #000;
	box-shadow: 0px -2px 10px 1px rgba(0, 0, 0, 1);
}
.splide__pagination__page{
	display:none !important;
}
.certyfikaty{
	width:60%;
	justify-content: center;
	text-align:center;
	margin:10px auto 10px auto;
	position:relative;
	height:220px;
}
.certyfikat{
	width:100px;
	height:100px;
}
.certyfikaty > .line{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 84%;
    height: 1px;
    background-color: #000;
	top:112px;
	box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 1);
}
.icon-chat-empty:before, .icon-graduation-cap:before, .icon-cloud:before, .icon-mail-1:before, .icon-wallet:before, .icon-hourglass-1:before, .icon-key:before, .icon-globe:before{
	font-size:45px !important;
}
@media only screen and (max-width:1233px){
.slideshow {
  height: 200px;
}
.slidetekst{
	font-size:32px;
	width:80%;
	text-align:center;
	backdrop-filter: blur(50%);
}
.next {
  border-radius: 40px 0 0 40px;
}
.prev {
  border-radius: 0 40px 40px 0;
}
.ulozenie, .dolpekTekst{
	padding:0 5%;
	font-size:19px;
}
p{
	margin:5px 0;
}
.line {
    width: 85%;
	margin:8px auto 20px auto;
	height:1px;
}
h1{
	margin:25px 0 0 0;
	font-size:28px;
}
.obrazdotekstuMobile{
	display:block;
}
.obrazdotekstuWeb{
	display:none;
}
.obrazdotekstu > img{
	margin-top:0;
}
.ulozenie{
	display:block;
}
.ulozenie div{
	width:100%;
	margin:0;
}
.ulozenie div:nth-child(1){
	display:none;
}
.ulozenie p{
	width:100%;
	margin:8px 0;
}
.dolpekTekst{
	text-align:left;
	margin:5px 0 15px 0;
}
.zalety{
	width:96%;
	padding: 20px 0 40px 0;
}
.zalety3 > h3:first-child{
	margin-top:0px;
}
.zalety3{
	display:block;
}
.zalety3 h3{
	width:85%;
	margin:60px auto 0 auto;
}
.zalety3 h2{
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-left:2%;
	width:96%;
	font-size:32px;
}
.oferta{
	margin:0 5%;
}
.oferta > h2{
	margin:0;
}
.przycisk{
	margin-top:10px;
}
}
@media only screen and (max-width: 768px) {
.slideshow {
  height: 100px;
}
  .slidetekst {
    font-size: 32px;
    width: 80%;
    backdrop-filter: blur(50%);
  }
  .ulozenie{
	display:none;
}
  .MobileUlozenie{
	display:block;
	padding:0 5%;
}
}