
#formcols{
	position: relative;
	clear: both;
	xoverflow: hidden;
	padding-bottom: 0;
}
#sekcja_kontakt{
	overflow: hidden;
	box-shadow: none;
}

/* first col - image */
#formcols .et_pb_column:first-of-type{
	    position: absolute;
		width: 47%;
		z-index:2;
		top: 0;
}
#formcols__image{
	position: absolute;
	    width: 100%;
}
#formcols__image img{
	    border-top-right-radius: 30px;
		    width: 50vw;
    max-width: 50vw;
    position: absolute;
    right: 0;
}

/* second col - content */
#formcols .et_pb_column:last-of-type{
	z-index:1;
	background: #a81573;
	float: right;
	    width: 60%;
		padding: 50px;
    padding-left: calc(10% + 50px);
	
}

#formcols .et_pb_column:last-of-type::after{
	    display: block;
    content: '';
    position: absolute;
    top: 0;
    background: #a81573;
    z-index: 10;
    left: 100%;
    width: 100vw;
    height: 100%;
}



@media only screen and (max-width: 980px) {
    #formcols .et_pb_column:first-of-type{
		display: none;
	}
}







.section{
		position: relative;
}

.contact{
	
}
.contact__inner{
	
}
.contact__image{
	
}
.contact__image img{
	
}