@import url('../font/font.css');
html, body{margin:0; padding:0; font-family: 'BNPType-Regular', sans-serif; overflow-x:hidden; scroll-behavior: smooth; cursor:default;-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
figure, img, strong, i, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, tbody, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 100%;
    vertical-align: baseline;
    background: transparent;
	}
.container, main{
	box-sizing:border-box;
	position:relative;
	}


.lp-wrapper .container{
    max-width: 1250px;
    margin: 0 auto;
    padding:0 20px;
    height: 100%;
}

.txt-right{text-align: right}
.txt-left{text-align: left;}
	
p{
	font-size:17px;
	line-height:24px;
	letter-spacing:-0.5px;
	}	
strong{font-weight: bold;font-family: 'BNPType-Bold', sans-serif;}

.lp-wrapper .center{text-align: center;}

/**** NAV MENU ****/

.ContentLogo {
	  height:100px;
	  background:#fff;
	  width:100%;
	  transition:all 0.5s;
	  z-index:999;
	  position:relative;
	  border-bottom:1px solid #00915a;
	  } 

.ContentLogo .container{
    display: flex;
    align-items: center;
}

.logo{
    background: url(../img/logo-nav.png) no-repeat;
    width: 410px;
    height: 41px;
    display: block;
    background-size: contain;

}

.skiplinks{text-align: center;}
.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background: #00834f;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    text-decoration: none;
}

.skip-link:focus {
    position: static;
    width: auto;
    height: auto;
    background: #00834f;
    margin: 0 auto;
    color: #fff;
    z-index: 1000;
    padding: 15px;
    display: inline-block;
}



/**** MAIN IMG ****/
.lp-wrapper .headImg {
    background: url(../img/MainHeader.jpg) no-repeat center;
    height: 388px;
}

.lp-wrapper .headImg .container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}

.lp-wrapper .patka {
   position: relative;
  min-width: 350px;
  height: 255px;
  margin-right: 0;
  max-width: 635px;
}

.lp-wrapper .background-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #009860;
    mix-blend-mode: multiply;
    overflow: hidden;
}

.lp-wrapper .background-box::before,
.lp-wrapper .background-box::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 0;
}

.lp-wrapper .background-box::before {
    top: -242px;
    left: -74px;
    background-color: rgba(42, 227, 64, 0.33);
}

.lp-wrapper .background-box::after {
    bottom: -230px;
    right: -48px;
    background-color: rgba(120, 253, 226, 0.8);
}

.lp-wrapper .text {
    position: relative;
    font-size: 35px;
    line-height: 1.4;
    padding: 20px;
    color: #FFF;
    z-index: 1;
    height: 100%;
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
}


/**
.lp-wrapper h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45.7px;
    line-height: 41.7px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 13px;
    bottom: 5px;
}***/

.lp-wrapper .headImg .container figure {
    position: absolute;
    right: 0;
    bottom: 35px;
}

/**********/ 

.lp-wrapper main.main {
    background: url(../img/field.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
}

.lp-wrapper .main-row {
    display: flex;
    padding:40px 0 40px;
}

.lp-wrapper .main-row .row {
    padding: 20px;
    box-sizing: border-box;
}

.lp-wrapper .main-row .main-txt {
    padding-left: 0;
    border-right: 1px solid #00915a;
    width: 65%;
}
.lp-wrapper .main-row .main-txt .txt-box{margin-bottom: 20px;}
.lp-wrapper .main-row .main-txt .txt-box header {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 21px;
    line-height: 30px;
}
.lp-wrapper .main-row .main-txt .txt-box header span{font-weight: normal; font-size: 17px; line-height: 24px;}
.lp-wrapper .main-row .download-items {
    width: 35%;
    padding-right: 0;
}

.lp-wrapper .edycja {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.lp-wrapper .edycja::before {
    content: '';
    display: inline-block;
    position: relative;
    left: 0;
    background: url('../img/Agroabsolwent_6_edycja_konkurs.png') no-repeat center center;
    background-size: contain;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .lp-wrapper .edycja::before {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .lp-wrapper .edycja {
        flex-direction: column;
        align-items: flex-start;
    }
}


.lp-wrapper main.main h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    
}

.lp-wrapper main.main h2 strong{font-size: 140%;}

.lp-wrapper main.main p {
    margin-bottom: 20px;
}

.lp-wrapper .nagrody-pieniezne p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.lp-wrapper .nagrody-pieniezne p .bnp-green{
    font-size: 150%;
    font-weight: bold;
}


.lp-wrapper .rewards{
    margin-top: 30px;
}
.lp-wrapper .rewards tr td {
    box-sizing: border-box;
    padding: 10px;
    vertical-align: middle;
}

.lp-wrapper .rewards tr td:nth-of-type(1){width: 89px; text-align: center}

.lp-wrapper .rewards tr td p {
    box-sizing: border-box;
    padding: 0 15px 0 0;
    margin: 0;
    margin-bottom: 0 !important;
}

.lp-wrapper .rewards tr td strong{padding-bottom: 5px;}

.lp-wrapper .rewards tr td .moneyReward{font-size: 120%; font-weight: 500;}


.lp-wrapper .rewards tr td strong {
    display: block;
    font-size: 17px;
}

.lp-wrapper .partner-wrapper {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.lp-wrapper .partner-item {
    display: block;
    background: #fff;
    box-sizing: border-box;
    padding: 3px 14px;
    margin: 15px 0;
}

.lp-wrapper .bnp-logo {
    width: 100%;
    max-width: 370px;
}

.lp-wrapper .partner-item div:nth-of-type(1) {
    text-transform: uppercase;
    font-weight: 500;
    margin: 40px 0 40px 0;
    font-size: 19px;
}


.lp-wrapper .partner-item img{
    transition: 0.3s;
    padding: 0 8px;
}

.lp-wrapper .partner-item img:hover{
    opacity: 0.9;
    transform: scale(1.1);
}

.lp-wrapper .download-items a{
    font-weight: 500;
    margin-top: 20px;
    text-decoration: none;
    display: block;
    margin: 20px 0px 20px 40px;
}

.lp-wrapper .download-items a {
    font-weight: 500;
    margin: 20px 0 20px 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.lp-wrapper .download-items .file-icon {
    width: 29px;
    height: 43px;
    margin-right: 20px;
    margin-left: -40px;
    flex-shrink: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.lp-wrapper .bnp-green {
  color: #00834f;
}

.lp-wrapper a.bnp-green:hover {
  text-decoration: underline;
  color: #000;
}

/***********************
			LEGAL
*************************/
#legal{background:#fff; width:100%; padding:20px 0 10px;border-top: 1px solid #00915a;}
#legal img{max-width:205px; display:inline-block;}

#legal table{margin: 0 auto;}
#legal table tr td{vertical-align: middle;}
#legal table tr td p,#legal table tr td a{color:#000; font-size:12px; line-height:15px; display:inline-block; letter-spacing: 0.1px}
#legal table tr td:nth-child(2){padding:0 20px 0 20px;}

.fb,.instagram{display:inline-block; width:36px; height:36px; padding:0 5px;}
.fb{background:url(../img/fb.png) no-repeat;}
.instagram{background:url(../img/insta.png) no-repeat;}

/*****COOKIES****/
#cookies-message-container{background-color:rgba(0,0,0,.8);bottom:0;color:#fff;display:block;font-size:11px;position:fixed;width:100%;z-index:9999}#cookie{margin:auto;padding:10px 0 10px 0;width:95%;max-width:1200px;position:relative}#cookies-message{display:inline-block;float:left;width:100%;font-family:sans-serif;box-sizing:border-box;padding:10px 200px 13px 0;font-size:10px;line-height:10px;text-align:justify}.cookie{font-weight:700}#cookie .close{color:#fff;font-size:14px;background:#00915a;text-decoration:none;padding:10px 25px;opacity:1;position:absolute;right:60px;top:24px;box-sizing:initial}#cookie .close-2:hover,#cookie .close:hover{opacity:.8}#cookie .close-2{background:#fff;padding:10px 12px;border-radius:100%;position:absolute;right:0;top:7px}.accept-cookies-checkbox{text-decoration:none}#cookie a span{text-decoration:none}@media screen and (max-width:690px){#cookies-message{padding:10px 10px 30px}#cookie .close{padding:10px 25px;position:relative;right:-10px;top:-9px;display:inline-block}}#cookies-message a{color:#fff}
/****/	



@media screen and (max-width: 1130px) {
    .lp-wrapper .headImg {
        background: url(../img/MainHeader.jpg) no-repeat center;
        background-position-x:40%;
    }
}

@media screen and (max-width: 930px) {

 .lp-wrapper .headImg {
        background: url(../img/MainHeader.jpg) no-repeat center;
        background-position-x: 37%;
    }
}

@media screen and (max-width: 840px) {
    .ContentLogo {
        height: 78px;
    }
    
    .lp-wrapper .patka {
  margin-right: -20px;
}

    .lp-wrapper .headImg {
        background: url(../img/MainHeader.jpg) no-repeat center;
        background-position-x: 30%;
    }

    .lp-wrapper .download-items a::before {
        background-size: contain;
        width: 23px;
        margin-bottom: -33px;
        margin-left: -34px;
    }

    .lp-wrapper .cel {
        max-width: 240px;
    }
    
    .partner-item-img br{display: none;}
    
    #legal table{width:100% !important; padding:0 20px;}
    #legal table tbody tr td{width:100%; display:block; text-align:center !important; padding:5px !important;}
}

@media screen and (max-width: 710px) {
    .lp-wrapper .headImg {
        background-position-x: 31%;
    }

    .lp-wrapper .ramka {
        width: 255px;
        height: 255px;
        border: 7px solid #008853;
    }
    

    .lp-wrapper .headImg .container figure {
        bottom: 58px;
    }
.lp-wrapper main.main h2 {
  font-size: 29px;
}
   
}
@media screen and (max-width: 650px) {
    .lp-wrapper .patka {
        min-width: 270px;
    }

    .lp-wrapper .headImg {
        background-position-x: 30%;
    }
    
    .lp-wrapper .text h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .lp-wrapper main.main h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 630px) {
    .lp-wrapper .main-row {
        display: flex;
        padding: 40px 0 40px;
        flex-wrap: wrap;
    }

    .lp-wrapper .main-row .row {
        border-right: none !important;
        width: 100% !important;
        padding: 20px 0;
    }

    .lp-wrapper .headImg {
        height: 320px;
        background-size: cover;
    }

    .lp-wrapper .headImg .container figure {
        bottom: 25px;
    }
}

@media screen and (max-width: 535px) {
    .lp-wrapper .headImg {
        height: 270px;
        min-height: 270px;
    }

    .lp-wrapper .ramka {
        width: 209px;
        height: 209px;
        border: 6px solid #008853;
    }

    /*.lp-wrapper h1 {
        font-size: 31.7px;
        line-height: 27.7px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    }*/

    .lp-wrapper .cel {
        max-width: 185px;
    }

}
@media screen and (max-width: 510px) {
 .lp-wrapper .patka {
    height: 100%;
  }
}

@media screen and (max-width: 500px) {
    .lp-wrapper .headImg {
        background-position-x: 32%;
    }
}

@media screen and (max-width: 460px) {
    .lp-wrapper .headImg {
        height: 230px;
        min-height: 230px;
        background: url(../img/MainHeader-mobile.jpg) no-repeat center;
    }

    .lp-wrapper .patka {
        width: 100%;
        margin: 0;
        height: 90px;
        align-self: flex-end;
    }
    
    .lp-wrapper .headImg .container{padding: 0;}
    
    
    
    .lp-wrapper .ramka {
        border: 6px solid #008853;
        width: 169px;
        height: 169px;
    }

   /* .lp-wrapper h1 {
        font-size: 25.7px;
        line-height: 24.7px;
        left: 9px;
    }*/
    
    .logo {
        background: url(../img/logo-big.png) no-repeat;
        width: 410px;
        height: 41px;
        display: block;
        background-size: contain;

    }

    p,
    .lp-wrapper .main-row .main-txt .txt-box header span {
        font-size: 15px;
        line-height: 22px;
    }

    .lp-wrapper .main-row .main-txt .txt-box header {
        font-size: 18px;
        line-height: 22px;
    }

    .lp-wrapper .bnp-logo {
        max-width: 250px;
    }
}

@media screen and (max-width: 400px) {
    .lp-wrapper .headImg {
        height: 254px;
        min-height: 254px;
    }

    .lp-wrapper .ramka {
        border: 5px solid #008853;
        width: 150px;
        height: 150px;
        margin: 20px 0;
    }
    /*.lp-wrapper h1 {
        font-size: 22.7px;
        line-height: 21.7px;
    }*/

    .lp-wrapper .headImg .container figure {
        bottom: 10px;
        left: 20px;
    }
}