@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

:root {
	--margin: 20px;
	--border-radius: 30px;
	--white: #fff;
	--pink: #f63453;
	--grey: #ccc;
	--grey-3: #333;
	--grey-6: #666;
	--grey-9: #999;
	--navy: #161E42;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color:#161E42;
}
h1 {
	font-size: 3.5em;
	font-weight: 700;
	margin-bottom: 2.5rem;
}
#header h1, header.header-pobierz h1, #header-zamow h1 {
	margin-bottom: 2.5rem;
}

h2 {
	font-size: 3em;
	font-weight: 700;
	color: #161E42;
	line-height: 1.1em;
	text-align: center;
}
h3 {
	font-size: 2.1em;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
h2,h3,h4,h5 {
	padding: 1rem 0 0.5rem;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a {
	text-decoration: none;
	color:#161E42;
}
a:hover {
	text-decoration: none;
	color: var(--pink);
}
img {
	max-width: 100%;
	height: auto;
}
input, textarea, select {
	padding: 7px 15px;
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 5px;
}
input[type="checkbox"] {
	max-width: 5%;
}
input[type="submit"] {
	max-width: 250px;
	background-color: var(--pink);
	color: var(--white);
	border: 2px solid var(--pink);
	margin-top:15px;
}
input[type="submit"]:hover {
	background-color: transparent;
	color:var(--pink);	
}
.button {
	position: relative;
	color: var(--white)!important;
	font-weight: 700;
	background: var(--pink);
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid var(--pink);
	border-radius: 1000px;
	padding: 10px 20px;
	margin: 20px 0;
	box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
	transition: 0.5s all ease-in-out;
} 
.button:hover {
	cursor: pointer;
	background: transparent;
	color: var(--pink);
	animation: none;
	animation-play-state: paused;
}
.button:hover a {
	color: var(--pink);
}
.button-pulse {
	animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
	box-shadow: 0 0 0 0 var(--pink);
}
@keyframes pulse {
to {
	box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
}
}

.bg-dark {
    background-color: transparent !important;
    padding: 5px;
    z-index: 9;
    position: absolute;
    width: 100%;
    top: 20px;
}
.menu-menu-container {
    order: 2;
    width: 95%;
    margin: 0 5%;
}
ul.menu {
    margin-bottom: 0;
    padding: 1px 10px;
    display: flex;
    justify-content: space-between;
}
ul.menu > li {
    float: none;
    display: inline-block;
    padding: 10px 7px;
    font-size: 1em;
    position: relative;
    transition: 0.5s;
}
ul.menu-page {
    margin-bottom: 0;
    padding: 1px 25px;
    display: flex;
    justify-content: space-between;
	flex-direction: row;
}
ul.menu-page > li {
    float: none;
    display: inline-block;
    padding: 10px 15px;
    font-size: 1em;
    position: relative;
    transition: 0.5s;
}
ul.menu > li a {
    color: var(--white);
    font-weight: 500;
}
ul.menu > li a:hover {
    color: #e1e1e1;
}
ul.menu-page > li a {
    color: #0F051D;
    font-weight: 500;
}
ul.menu-page > li a:hover {
    color: #555;
}
.navbar-brand {
	margin-left: 20px;
}
.navbar-brand img {
	width: 214px;
	height: auto;
}
.pasek-menu .navbar-dark .navbar-brand {
	position: absolute;
	top: -1px;
	left: 10px;
	background: transparent;
}
.pasek-menu .navbar-brand img {
	width: 130px;
	height: auto;
}
.navbar-toggler {
	margin-right: 20px;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}
.navbar-dark .navbar-toggler {
	border-color: rgba(255,255,255,0.5) !important;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown {
	order:3;
}
.btn-link {
	color: #fff !important;
}
.btn-link.focus, .btn-link:focus {
	text-decoration: none !important;
}
.dropdown-item.focus, .dropdown-item:focus, .dropdown-item:active {
	background-color: #dedede !important;
}
.language, .language ul {
	max-width: 100px;
}
.dropdown-menu {
	border: 0px;
	border-radius: .25rem;
}

@media only screen and (min-width: 2559px) {
	body {
		font-size: 32px;
	}
	h1 {
		font-size: 3.5em;
		margin-bottom: 2.5rem;
	}
	h3 {
		font-size: 2.5em;
	}
	h4 {
		font-size: 1.5em;
	}
	.main4 {
		padding-top: 430px;
	}
	h2,h3,h4,h5 {
		padding: 1rem 0 1.5rem;
	}
	.navbar-brand img {
		width: 400px;
		height: auto;
	}
}

@media only screen and (max-width: 1139px) {
	ul.menu-page > li {
		padding: 10px 10px;
		font-size: 0.9rem;
	}
	ul.menu > li {
		font-size: 0.9rem;
		padding:10px 6px;
}
}

@media only screen and (max-width: 839px) {
.navbar-brand img {
	width: 175px;
	height: auto;
}
.menu-menu-container {
    padding-left: 0;
    order: 2;
    width: 91%;
    margin: 0 auto;
    background: rgba(255, 255, 255, .94);
	border-radius: .25rem;
}
ul.menu {
    margin-bottom: 0;
    padding: 1px 10px;
    display: block;
}
ul.menu-page {
	flex-direction: column;
}
ul.menu > li {
    float: none;
    display: block;
    padding: 10px;
    font-size: 1rem;
    position: relative;
    transition: 0.5s;
}
ul.menu > li a {
    color: #000;
    font-weight: 500;
}
ul.menu > li a:hover {
    color: #999;
}
}

@media only screen and (max-width: 500px) {
.menu-menu-container {
    padding-left: 0;
    order: 2;
    width: 91%;
	margin: 0 auto;
    /*margin-left: 0;*/
    background: rgba(255, 255, 255, .94);
	border-radius: .25rem;
}
ul.menu {
    margin-bottom: 0;
    padding: 1px 10px;
    display: block;
}
ul.menu-page {
	flex-direction: column;
}
ul.menu-page > li {
	padding: 10px 10px;
	font-size: 1rem;
}
ul.menu > li {
    float: none;
    display: block;
    padding: 10px;
    font-size: 0.8em;
    position: relative;
    transition: 0.5s;
}
ul.menu > li a {
    color: #000;
    font-weight: 500;
}
ul.menu > li a:hover {
    color: #999;
}
h3 {
	padding-top:1rem;
	font-size:1.7rem;
	max-width:90%;
}
.navbar-brand {
	padding-left:5px;
}
.dropdown { 	
	position:absolute;
	right:90px;
	top:11px;
}

}

header {
	position: relative;
	padding-top:250px;
	background: #0F051D;
	color: var(--white);
	min-height: 110vh;

	display: flex;
	align-items: start;
	z-index: 1;
	background-image: url(/z9_quicko/img/planet2.svg);
  	background-repeat: no-repeat;
  	background-position: 120% 20%;
	background-size: 50%;
	overflow: hidden;
}
header.header-pobierz {
	position: relative;
	padding-bottom: 125px;
	background: #0F051D;
	color: var(--white);
	min-height: 100vh;
	display: flex;
	align-items: start;
	z-index: 1;
	background-image: url(/z9_quicko/img/pobierz-planet1.svg);
  	background-repeat: no-repeat;
  	background-position: -150% -150%;
	background-size: 45%;
	overflow: hidden;
}
header.header-zamow {
	position: relative;
	background: var(--white);
	color: #0F051D;
	min-height: 110vh;
	height: 110vh;
	display: flex;
	align-items: start;
	z-index: 1;
	background-image: url(/z9_quicko/img/zamow-header1.svg);
  	background-repeat: no-repeat;
  	background-position: -15% 0;
	background-size: 49%;
	overflow: hidden;
}
header.header-dzial {
	position: relative;
	background: var(--white);
	color: #0F051D;
	min-height: 57vh;
	display: flex;
	align-items: start;
	z-index: 1;
	background-image: url(/z9_quicko/img/zamow-header1.svg);
 	background-repeat: no-repeat;
 	background-position: -15% 0;
	background-size: 49%;
	overflow: hidden;
}
header p {
	max-width: 88%;
}
section {
	overflow: hidden;
}

@media only screen and (min-width: 2559px) {
	header.header-dzial {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 35%;
		min-height: 50vh;
	}
	.container {
		max-width: 1600px;
	}
}

@media only screen and (max-width: 1139px) {
	header.header-dzial {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 50%;
		min-height: 50vh;
	}
}

@media only screen and (max-width: 839px) {
	header.header-dzial {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 52%;
		min-height: 50vh;
	}
}

@media only screen and (max-width: 500px) {
	#header {
		min-height: 160vh;
		height:160vh;
	}
	header p {max-width: 60%;}
	header.header-zamow {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		min-height: 130vh;
		height:130vh;
		padding-top:30vh;
	}
	header.header-dzial {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		min-height: 50vh;
	}
	header.header-pobierz {
		padding-top:30vh;
	}
	header h1, h1 {
		font-size: 3em;
		max-width:90%;
	}
}

.planet1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	background-image: url(/z9_quicko/img/planets.svg);
  	background-repeat: no-repeat;
  	background-position: -26% 0;
	background-size: 45%;
}
.pobierz-planet2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	background-image: url(/z9_quicko/img/pobierz-planet2.svg);
  	background-repeat: no-repeat;
  	background-position: 95% 50%;
	background-size: 35%;
}
.zamow-planet2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	background-image: url(/z9_quicko/img/zamow-header2.svg);
  	background-repeat: no-repeat;
  	background-position: 100% 0;
	background-size: 35%;
}
.dzial-planet2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	background-image: url(/z9_quicko/img/zamow-header2.svg);
	background-repeat: no-repeat;
  	background-position: 125% 0;
	background-size: 45%;
}
.kosmonauta-header {
 	position:absolute;
 	top:350px;
	width: 500px;
	height: auto;
 	left:calc(50% + 80px);
 	animation:hero-octonaut 2s alternate ease-in-out infinite;
 	will-change:transform;
 	-webkit-user-select:none;
 	user-select:none;
	z-index: 3;
}
@media only screen and (min-width: 2559px) {
	.kosmonauta-header {
		top:800px;
	    width: 700px;
	    height: auto;
		left:calc(50% + 10px);
   }
}
@media only screen and (max-width: 500px) {
	.kosmonauta-header {
		top:600px;
	    width: 320px;
	    height: auto;
		left:calc(50% - 30px);
   }
   .zamow-planet2 {
    background-position: 120% 0;
	background-size: 42%;
	}
}

.comet-header {
	position:absolute;
 	top: 20vh;
	right: 0;
	animation:comet-header 20s ease-out infinite;
	will-change:transform;
}
.comet2-header {
	position:absolute;
 	top: 20vh;
	right: -140px;
	animation:comet-header 20s 10s ease-out infinite;
	will-change:transform;
}

@keyframes comet-header {
 0% {
  transform:translate(0, 0);
	width: 145px;
 }
 100% {
  transform:translate(-110vw, 70vh);
	width: 30px;
 }
}
.comet-zamow {
	position:absolute;
	bottom: 50%;
	right: 0;
	animation:comet-header 20s ease-out infinite;
	will-change:transform;
}
.comet2-zamow {
	position:absolute;
 	bottom: 50%;
	right: -140px;
	animation:comet-header 20s 10s ease-out infinite;
	will-change:transform;
}
.star1-header {
	position:absolute;
 	top: 90vh;
	left: 70px;
	animation:star-header 1.5s ease-in-out infinite;
	will-change:transform;
}

@keyframes star-header {
 0% {
	width: 47px;
 }
 50% {
	width: 44px;
	transform: translate(2px)
 }
 100% {
	width: 47px;
 }
}

.star2-header {
	position:absolute;
 	top: 82vh;
	left: 240px;
	animation:star-header 2s ease-out infinite;
	will-change:transform;
}

.star3-header {
	position:absolute;
 	top: 70vh;
	right: 100px;
	width: 20px;
}

.star4-header {
	position:absolute;
 	top: 87vh;
	right: 220px;
	width: 35px;
	height: auto;
}
.star5-header {
	position:absolute;
 	top: 84vh;
	right: 40%;
	width: 30px;
	height: auto;
	animation:star5-header 15s ease-out infinite;
	will-change:transform;
}
@keyframes star5-header {
 0% {
	width: 30px;
 }
 50% {
	width: 2px;
	transform: translate(2px)
 }
 100% {
	width: 30px;
 }
}

.main1 {
	position: relative;
	padding: -50px 0 0;
	background: #0F051D;
	color: var(--white);
	z-index: 2;
}
.main1 h3 {
	padding: 50px 0 0;
}
.main1 a {
	color: var(--white);
}
.pobierz1 {
	position: relative;
	padding: 50px 0 100px;
	background: #0F051D;
	min-height: 140vh;
	background-image: url(/z9_quicko/img/pobierz-bg2.svg);
  	background-repeat: no-repeat;
  	background-position: top center;
	background-size: cover;
	color: #161E42;
}
.pobierz-logos {
	max-height: 50px;
}
.kosmonauta-pobierz {
	position: absolute;
	top: 0;
	left: 20px;
	width: 500px;
	height: auto;
	animation:hero-octonaut 2s alternate ease-in-out infinite;
	will-change:transform;
}
.kosmonauta-zamow {
	animation:hero-octonaut 2s alternate ease-in-out infinite;
	will-change:transform;
}
.rakieta-bg {
	text-align: center;	
}
.rakieta-pobierz {
	position: absolute;
	top: 0;
	right: 2px;
	width: 600px;
	height: auto;
}
.rakieta-zamow {
	position: absolute;
	top: 0;
	right: 50px;
	width: 500px;
	height: auto;
	transform: scaleX(-1);
}
.rakieta-planet4 {
	position: absolute;
	top: 250px;
	right: 60px;
	width: 330px;
}
.rakieta-planet5 {
	position: absolute;
	top: 150px;
	left: -90px;
	width: 450px;
	border-radius: 50%;
}

@media only screen and (min-width: 2559px) {
	.rakieta-zamow {
		top: 100px;
		right: 50px;
		width: 750px;
		transform: scaleX(-1);
	}
	.kosmonauta-pobierz, .kosmonauta-zamow {
		position: absolute;
		top: 0;
		left: 50px;
		width: 750px;
	}
}

@media only screen and (max-width: 1139px) {
	.rakieta-planet4 {
		right: 0px;
		width: 250px;
	}
	.rakieta-planet5 {
		left: -220px;
		width: 450px;
		top: 150px;
	}
}
@media only screen and (max-width: 839px) {
	.rakieta-planet4 {
		right: -100px;
		width: 250px;
	}
	.rakieta-planet5 {
		left: -370px;
		width: 450px;
		top: 150px;
	}	
}
@media only screen and (max-width: 500px) {
	.kosmonauta-pobierz {
		position: absolute;
		top: 0;
		left: 20px;
		width: 250px;
		height: auto;
	}
	.rakieta-pobierz {
		position: absolute;
		top: -50px;
		right: 2px;
		width: 300px;
		height: auto;
	}
	.rakieta-planet4 {
		right: -100px;
		width: 250px;
	}
	.rakieta-planet5 {
		left: -370px;
		width: 550px;
		top: 150px;
	}
	.pobierz1 {
		padding: 50px 0 250px;
		min-height: 170vh;
	}
	.kosmonauta-zamow {
		max-width: 70%;
	}
	.rakieta-zamow {
		position: absolute;
		top: 50px;
		right: 30px;
		width: 300px;
		height: auto;
		transform: scaleX(-1);
	}
	.star1-header {
		position:absolute;
		 top: 123vh;
		left: 65%;
		animation:star-header 1.5s ease-in-out infinite;
		will-change:transform;
	}
	.star2-header {
		position:absolute;
		top: 82vh;
		left: 280px;
		animation:star-header 2s ease-out infinite;
		will-change:transform;
	}
	.star4-header {
		position:absolute;
		 top: 118vh;
		right: 30px;
		width: 35px;
		height: auto;
	}
}

.zamow1 {
	position: relative;
	padding: 50px 0 100px;
	background: #0F051D;
	min-height: 200vh;
	background-image: url(/z9_quicko/img/zamow-bg.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	color: var(--white);
}
.main2 {
	position: relative;
	background: #0f041d;
	min-height: 100vh;
	overflow: hidden;
  	background-repeat: no-repeat;
  	background-position: center -2px;
	background-size: cover;
}
.rakieta-main {
	position: absolute;
	width: 300px;
	height: 600px;
	top: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
    margin-left: -150px;
}
.main3 {
	padding: 0;
	color: #161E42;
	position: relative;
	background: var(--white);
}
.main3 h2 {
	margin-bottom:1em;
}
.main3 p {
	text-align: justify;
}
header .container, section .container {
	padding:0 25px;
}
.main3 #planet3 {
	animation:zoom 2s alternate ease-in-out infinite;
	will-change:transform;
}
.main4 {
	position: relative;
	padding: 350px 0 220px;
	color: var(--white);
	background: var(--white);
	background-image: url(/z9_quicko/img/ramka.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.reka-api {
	position: absolute;
	display:block;
	top: 25%;
	left: 0;
	width: 42%;
	height: auto;
}
.reka-api-mobile {
	position: absolute;
	display:none;
	bottom: 0;
	width: 220px;
	height: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50vw;
}
.main5 {
	position: relative;
	padding: 50px 0;
	color: #161E42;
	background: var(--white);
}
.news {
	position: relative;
	padding: 75px 0;
	color: #161E42;
	background: #f6f6f6;
}
.news .container {
	padding:0;
}
.news .news-all {
	margin-top: 50px;
	text-align: center;
}
.news .col-md-4 {
	-ms-flex: 0 0 calc(33% - 20px);
	flex: 0 0 calc(33% - 20px);
	max-width: calc(33% - 20px);
	padding:0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  }

.news .col-md-4:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 24px 0 rgba(0, 0, 0, 0.3);
	transform: translateY(-5px);
  }
.news .item {
	background-color: var(--white);
	border-radius: 40px;
	transition: transform .2s ease;
}
.news .item img {
	width:100%;
	height:auto;
	max-width:100%;
	max-height:250px;
	border-top-left-radius: calc(var(--border-radius) + var(--border-radius) / 3);
	border-top-right-radius: calc(var(--border-radius) + var(--border-radius) / 3);
	margin-bottom:15px;
}
.news .col-md-4:hover h4 {
	color: var(--grey-6);
}
.news h2{
	padding: 0 0 50px;
}
.news button a {
	color: var(--white);
}
.news button a:hover {
	color: var(--pink);
}
.news .item h4, .news .item small{
	padding: 5px 15px;
}
.news .item small{
	margin-bottom: 15px;
}
.news-link {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.news-txt {
	margin-bottom: 20px;
}

@media only screen and (min-width: 2559px) {
	.main4 {
		padding: 510px 0;
	}
	.main3 h2 {
		margin-bottom: 100px;
	}
	.main3 {
		background-color: none;
	}
	.rakieta-main {
		position: absolute;
		width: 430px;
		height: auto;
		top: 300px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50vw;
		margin-left: -215px;
	}
}
@media only screen and (min-width: 1922px) {
	.main4 {
		padding: 750px 0 510px;
	}
}
@media (min-width: 1221px) and (max-width: 1921px) {
	.main3 h2 {
	padding:0 4em;
	}
}
@media only screen and (max-width: 1200px) {
	.main2 {
		min-height: 150vh;
	}
	.rakieta-main {
		max-width: 230px;
		margin-left: -115px;
	}
	.main4 {
		padding: 270px 0 170px;
	}
	.reka-api {
		top:30%;
		width: 45%;
		left: -25px;
	}
	.news h4 {
		font-size: 1.25rem;
	}
	.news p {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 839px) {
	.main4 {
		margin-top: 50px;
		padding: 0 0 50px;
		background-color: #0f041d;
		background-image: none;
	}
	.reka-api {
		top:25%;
		width: 50%;
		left: -25px;
	}
	.reka-api-mobile {
		display:block;
		left: calc(50vw - 200px);
	}
	.news .col-md-3 {
		margin-top: 15px;
		text-align: center;
	}
	.news .col-md-4 {
		-ms-flex: 0 0 calc(100% - 50px);
		flex: 0 0 calc(100% - 50px);
		max-width: calc(100% - 50px);
		padding:0;
		margin: 0 25px 35px;
	}

}
@media only screen and (max-width: 500px) {
	.main2 {
		min-height: 110vh;
	}

	.rakieta-main {
		width: 160px;
		margin-left: -80px;
	}
	.main3 {
		padding: 70px 0 0;
	}
	.main3 p:last-child{
		margin-bottom:50px;
	}
	.main4 {
		margin-top: 50px;
		padding: 25px 0 325px;
		background-color: #0f041d;
		background-image: none;
	}
	.reka-api {
		top:60%;
		width: 100%;
		left: -50px;
	}
	.reka-api-mobile {
		display:block;
		left: 50vw;
	}
}

.o-quicko1 #pdfs {
	margin: 3rem;
}
.o-quicko1 #pdfs li {
	margin: 2rem 0;
}
.o-quicko1 #pdfs li::before {
	content: "";
	background: url('./img/pdf.svg') center center no-repeat;
	color: var(--pink);
	padding-right:25px;
}
.o-quicko1 #pdfs a {
	font-weight: 700;
	padding-left:10px;
}
.o-quicko1 #pdfs span {
	font-style:italic;
	font-size:0.8em;
}
.kontakt1 {align-items: start;}
.kontakt1 form {
    border-radius: 4px;
    width: 100%;
    background-color: transparent;
}
.kontakt1 form div {
	padding: 0 0 15px;
}
.kontakt1 p#knf {
	padding-bottom:50px;
}

footer {
	position: relative;
	padding: 100px 0 600px;
	background-image: url(/z9_quicko/img/footer.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}
.star1-footer {
	position:absolute;
 	top: 45vh;
	right: 300px;
	animation:star-footer 2s ease-out infinite;
	will-change:transform;
}
.star2-footer {
	position:absolute;
 	top: 30vh;
	right: 40%;
	animation:star2-footer 20s ease-in-out infinite;
	will-change:transform;
}
.star1-zamow {
	position:absolute;
 	bottom: 65vh;
	left: 10%;
	animation:star-footer 2s ease-out infinite;
	will-change:transform;
}
.star2-zamow {
	position:absolute;
 	top: 40vh;
	left: 15%;
	animation:star2-footer 20s ease-in-out infinite;
	will-change:transform;
}
.star3-footer {
	position:absolute;
 	top: 85vh;
	right: 300px;
	animation:star2-footer 15s ease-in-out infinite;
	will-change:transform;
}
.footer-logos {
	margin:100px 0 0 50px;
}
.footer-logos li {
	margin-bottom:25px;
}
.footer-logos img {
	max-width:250px;
}

@media only screen and (min-width: 2559px) {
	.footer-logos {
		margin:100px 0 0 25%;
		transform: scale(1.3)
	}
}
@media only screen and (max-width: 500px) {
	footer {
		position: relative;
		padding: 0 0 300px;
	}
	.footer-logos {
		margin-left:25px;
		padding-bottom: 300px;
	}	
	.footer-logos img {
		max-width:200px;
	}	
	.star1-footer {
		 top: 45vh;
		right: 50px;
	}
}

@keyframes star-footer {
 0% {
	width: 47px;
 }
 50% {
	width: 44px;
	transform: translate(1px);
 }
 100% {
	width: 47px;
 }
}
@keyframes star2-footer {
 0% {
	width: 47px;
	transform: rotate(0deg);
 }
 50% {
	width: 40px;
	transform: rotate(180deg);
 }
 100% {
	width: 47px;
	transform: rotate(360deg);
 }
}

footer.footer-pobierz {
	position: relative;
	margin-top: -150px;
	padding: 200px 0 350px;
	background-image: url(/z9_quicko/img/pobierz-footer.svg);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}
.pobierz-footer2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	min-height: 100vh;
	background-image: url(/z9_quicko/img/pobierz-footer2.svg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 45%;
}
.kosmonauta-footer {
 	position:absolute;
 	top:300px;
	width: 600px;
	height: auto;
 	left:calc(50% + 30px);
 	animation:hero-octonaut 2s alternate ease-in-out infinite;
 	will-change:transform;
 	-webkit-user-select:none;
 	user-select:none;
	z-index: 3;
}
.kosmonauta-shadow {
	position:absolute;
	top:800px;
	width: 400px;
 	height: auto;
	left:calc(50% - 45px);
	animation:zoom-shadow 2s alternate ease-in-out infinite;
	will-change:transform;
	-webkit-user-select:none;
	user-select:none;
   z-index: 3;
}

@media only screen and (min-width: 2559px) {
	footer {
		padding: 100px 0 750px;
	}
	.kosmonauta-footer {
		top:700px;
		width: 750px;
		left:calc(50% + 50px);
	}
	.kosmonauta-shadow {
		top:1300px;
	    width: 500px;
		left:calc(50% - 30px);
	}
	.pobierz-footer2 {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		min-height: 50vh;
		background-position: 100% 100%;
		background-size: 30%;
	}
}
@media only screen and (max-width: 1139px) {
	.kosmonauta-footer {
		top:800px;
		width: 500px;
		left:calc(50% - 85px);
	}
	.kosmonauta-shadow {
		top:1200px;
	    width: 330px;
		left:calc(50% - 150px);
	}
}
@media only screen and (max-width: 839px) {
	.kosmonauta-footer {
		top:800px;
		width: 450px;
		left:calc(50% - 145px);
	}
	.kosmonauta-shadow {
		top:1200px;
	    width: 270px;
		left:calc(50% - 190px);
	}
}
@media only screen and (max-width: 500px) {
	footer.footer-pobierz {
		position: relative;
		bottom:0;
		left:0;
		margin-top: -150px;
		padding: 200px 0 0;
		background-image: url(/z9_quicko/img/pobierz-footer.svg);
		background-size: 29%;
		background-repeat: no-repeat;
		background-position: bottom left;
		overflow: hidden;
	}
	.pobierz-footer2 {
		position: absolute;
		bottom:0;
		right: 0;
		width: 100%;
		min-height: 200px;
		height:auto;
		background-image: url(/z9_quicko/img/pobierz-footer2.svg);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 45%;
	}
	.kosmonauta-footer {
		top:750px;
		width: 400px;
		left:calc(50% - 165px);
	}
	.kosmonauta-shadow {
		top:1050px;
	    width: 250px;
		left:calc(50% - 215px);
	}
}


@keyframes hero-octonaut {
0% {
	transform:translateY(-8px)
}
100% {
  	transform:translateY(8px)
}
}

@keyframes zoom {
0% {
	transform:scale(1)
}
100% {
	transform:scale(1.07)
}
}

@keyframes zoom2 {
0% {
	transform:scale(1) translateY(-7px)
}
100% {
	transform:scale(1.07) translateY(7px)
}
}
@keyframes zoom-shadow {
	0% {
		transform:scale(0.77)
	}
	100% {
		transform:scale(1)
	}
	}
	

.zoom {animation: zoom 2s alternate ease-in-out infinite;}
.zoom2 {animation: zoom2 4s alternate ease-in-out infinite;}
.zoom-low {animation: zoom 8s alternate ease-in-out infinite;}

@keyframes fade-in {
0% {
	opacity: 0
}
100% {
	opacity: 1
}
}

.fadein {animation: fade-in 0.5s alternate ease-in;}
.fadein2 {animation: fade-in 1s alternate ease-in;}
.fadein3 {animation: fade-in 1.5s alternate ease-in;}

@keyframes cien {
	0%,100% {
		box-shadow: 0 0 150px 4px var(--pink);
		transform:scale(1) translateX(-4px);
	}
	50% {
		box-shadow: 0 0 50px 2px var(--pink);
		transform:scale(1.04) translateX(10px)
	}
}

.cien{animation: cien 6s alternate ease-in-out infinite;}