body {
    margin: 0;
}

img, div, a {
	border: 0;
}

.ldp-header {
	width: 100%;
	height: 282px;
	background: #fff url("../images/ldp-header-dziekujemy.webp") top center;
}

.ldp-footer {
	position: relative;
	width: 100%;
	height: 139px;
}

.umowa {
	position: absolute;
    top: 57px;
    left: calc(50% - 293px);
    width: 190px;
    height: 20px;
}

.jak_odinstalowac {
	position: absolute;
    top: 57px;
    left: calc(50% - 500px);
    width: 190px;
    height: 20px;
}


#asystent {
    position: relative;
    width: 1036px;
    margin: 0 auto;
}




.pobierz {
	position: absolute;
	top: 201px;
    left: calc(50% + 164px);
    width: 100px;
    height: 20px;
}

.pobierz2 {
	position: absolute;
    top: 610px;
    left: calc(50% - 500px);
    width: 100px;
    height: 20px;
}

.pobierz3 {
    position: absolute;
    top: 450px;
    left: calc(50% - 500px);
    width: 600px;
    height: 100px;
}

.pobierz4 {
    position: absolute;
    top: 792px;
    left: calc(50% - 500px);
    width: 600px;
    height: 100px;
}

.pobierz5 {
    position: absolute;
    top: 1061px;
    left: calc(50% - 500px);
    width: 600px;
    height: 430px;
}



#link {
	display: block;
	width: 100%;
	height: 100%;	
}

.cookie__config {
    background: url('../../images/icons/cog.svg');
    background-size: contain;

    position: fixed;
    bottom: 15px;
    left: 15px;

    width: 48px;
    height: 48px;

    border: 0;

    cursor: pointer;
    z-index: 1;
}