@charset "utf-8";
/* CSS Document */
body, html {max-width:100vw; margin:0; font-family: "Poppins",sans-serif; color:#ffffff; background-color:#1B1B1B;}
.kontener{display: flex; width:100%;height: 100vh; justify-content: center;align-items: center; }
.kontener p{padding-left:40px; padding-right:40px}
h1, h2{color:#ffffff; font-weight:500}
@media all and (min-width:768px){
	.kontener-2{display: flex;align-items: center; max-width:1040px;padding-left:40px; padding-right:40px}
	.kontener-2 .foto{width:100%; height:auto}
}
@media all and (max-width:767px){
.kontener-2 .foto{max-width: 100%; height:auto; }
}
.logo{width:200px;height:auto}
.abs {position:absolute;width:100%;padding-top:10px;z-index:9; bottom:7px; background-image: linear-gradient(0deg,#000000ab,#00000000)}
.grupa{position:relative; margin-left:20px;margin-right:20px; margin-bottom:20px}
.logo2{width:100px;height:auto}