* {
	margin: 0;
	padding: 0;
}

/* Block 1 */
.block-1 {
	position: relative;
	background-image: url(./images_pobierz/block-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
        margin-top: 50px;
}
.pobierz-title {
	padding: 8% 0;
    font-size: 50px;
    font-family: "calibri";
    color: rgb(255, 255, 255);
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}
.block-1-svg svg{
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100% !important;
}

/* Block 2 */
.block-2 h2{margin-bottom: 20px;}
.pobierz-table{margin-top: 40px;}
.pobierz-title-1 {
    font-size: 35px;
    font-family: "calibri";
    color: rgb(24, 54, 81);
    text-transform: uppercase;
    line-height: 0.629;
    text-align: center;
}
.contant-1 {
    font-size: 20px;
    font-family: "calibri";
    color: rgb(24, 54, 81);
    text-align: center;
    margin-bottom: 0;
}
.block-1-info {
    position: relative;
    background-image: url(./images_pobierz/cookies.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
}
.block-1-info-reg {
    position: relative;
    background-image: url(./images_pobierz/regulamin.jpg);
    background-size: cover;
    background-position: 50% 70%;
    background-repeat: no-repeat; 
}
.pobierz-title-info {
    padding: 8% 0;
    font-size: 40px;
    font-family: "calibri";
    color: rgb(255, 255, 255);
    font-weight: normal;
    text-align: center;
}
.contant-1-info {
    font-family: "calibri";
    color: rgb(24, 54, 81);
}
.contant-1-info p, .contant-1-info h4 {
    text-align: left;
}
.block-2 .blocks-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-flow: row wrap;
}
.block-2 .blocks-wrapper .block-item {
	flex-basis: 20%;
	padding: 10px 10px;
	margin: 0 25px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f7f7f7;
    border: 1px solid #38545f;
    border-radius: 10px;
}
.block-2 .blocks-wrapper .block-item a {
	text-decoration: none;
}
.block-2 .blocks-wrapper .block-item a img{
    height: 70px;
    margin: 0 auto 20px;
    display: block;
}
.block-2 .blocks-wrapper .block-item a .item-checkbox{
	background: white;
    border: 1px solid #38545f;
    border-radius: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.block-2 .blocks-wrapper .block-item a p{
    color: #183651;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.block-2 .blocks-wrapper .block-item a .item-checkbox img{
	padding: 7px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.pobierz-btn {
	padding: 45px 0;
}
.pobierz-btn a{
	padding: 10px 35px;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 25px;
    background-color: rgb(95, 193, 77);
    font-size: 20px;
    font-family: "calibri";
    color: rgb(255, 255, 255);
    line-height: 3.331;
    text-decoration: none;
}
.pobierz-text p{
	padding: 5px 15px;
    font-size: 20px;
    font-family: "calibri";
    color: rgb(24, 54, 81);
    line-height: 1.5;
    text-align: center;
}
/* Mobile */
@media only screen and (max-width: 767px){
    .block-2 .blocks-wrapper .block-item {
        margin-top: 15px;
        margin-bottom: 15px;
        flex-basis: 50%;
    }
}