@font-face {
    font-family: 'warka';
    src: url('../fonts/warka-head-bold-webfont.woff2') format('woff2'),
         url('../fonts/warka-head-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

:root{
	--niebieski:#ffffff;
	--jasnozielony:#ffffff;
	--ciemnozielony:#ffffff;
	--ciemnoczerwony:#AB0000;
	--czerwony:#e22222;
	--ciemnyniebieski:#ffffff;
	--zloty:#e1b254;
}

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 90%;
	}
}

body{
	font-family: "Poppins", sans-serif;
	background:#D90512 url(../img/body-background.png) center top / contain repeat-y;
}
.text-right{
	text-align:right;
}
/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
	border:1px solid #ABABAB;
	filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.49));
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: rgba(255,255,255,0.3);
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: none;
	border:1px solid #fff;
}
section#winner-section .customcheck input:checked ~ .checkmark {
	border:1px solid #3C3C3C;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
section#winner-section .customcheck .checkmark:after {
    border-color: #3C3C3C;
}
/* The customradio */
.customradio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.customradio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ABABAB;
    border-radius: 50% !important;
    filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.49));
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
    background-color: var(--jasnozielony);
    border-radius: 50% !important;
}

/* When the radio button is checked, add a blue border */
.customradio input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid var(--jasnozielony);
    border-radius: 50% !important;
}

/* Create the radio indicator (hidden when not checked) */
.customradio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the radio indicator when checked */
.customradio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the radio indicator */
.customradio .checkmark:after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--jasnozielony);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-container{
	background:url(../img/header.png) right bottom / cover no-repeat;
}
header{
	position:relative;
	z-index:10;
	margin-bottom:50px;
}
.header-container small{
	display:block;
	font-size:12px;
	line-height:16px;
	color:#fff;
	margin-top:-20px;
}
header .header-logo-container{
	position:absolute;
	top:0;
	left:0;
}
header ul{
	margin:35px auto 0;
}
header ul li.nav-item{
	margin-left:45px;
	margin-right:45px;
}
header ul li a.nav-link{
	font-family: 'warka', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	color: var(--jasnozielony);
	transition: 0.5s ease all;
}
header ul li a.nav-link:hover{
	color:var(--zloty);
}
header ul li a.nav-link.wez-udzial{
	font-family: 'warka', sans-serif;
	background: var(--zloty);
	background: linear-gradient(90deg,rgba(225, 178, 84, 1) 0%, rgba(227, 182, 99, 1) 100%);
	border-radius:50px;
	padding:8px 55px 0px;
	margin-left:12px;
	color:#fff;
	border:1px solid var(--zloty);

}
header ul li a.nav-link.wez-udzial:hover{
	color:var(--czerwony);
	background:#fff;

}
header ul li.nav-item:last-child{
	position:absolute;
	right:0;
	top:33px;
}
.header-container{
	overflow:hidden;
}
.header-container .row{
	z-index:2;
	position:relative;
}
.header-container .header-slogan1{
	font-style: normal;
	font-weight: 700;
	font-size: 111px;
	line-height:130px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top:20px;
}


.header-container .header-slogan1 img{
	margin-top: -77px;
    margin-left: -22px;
}
.header-container .header-slogan1 div{
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height:50px;
	text-transform: uppercase;
	color: #FFFFFF;	
	margin-left:10px;
	margin-top:20px;
}

.header-slogan1-container{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.header-slogan3-container{
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.header-container .header-slogan3{
	font-family: 'warka', sans-serif;
	color:#fff;
	font-size:27px;
	display:block;
	margin-bottom:10px;
}
.header-container .slogans-container{
	width:415px;
	margin-top:0px;
}
.header-container .slogans-container .header-slogan2{
	font-style: normal;
	font-weight: 700;
	font-size: 83px;
	line-height:83px;
	text-transform: uppercase;
	color: #FFFFFF;
	
}
.header-container .slogans-container .header-slogan2 > div{
	font-size:47px;
	line-height:55px;
	display:inline-block;
}
.header-container .slogans-container .header-slogan2 > div > div{
	font-size:20px;
	line-height:26px;
	font-weight:700;
}

.header-container .slogans-container .header-slogan3{
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 47px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing:1px;
	margin-left:2px;
}

.header-container .header-logo2-container{
	position:absolute;
	top:50%;
	right:25px;
	transform:translateY(-50%);
}

.hide-desktop{
	display:none;
}
.hide-mobile{
	display:block;
}


.header-container .header-button,
section.nagrody .nagrody-button,
.container-typ a.typ-button,
section.bramka .age-button{
	font-family: 'warka', sans-serif;
	background: var(--zloty);
	background: linear-gradient(90deg,rgba(225, 178, 84, 1) 0%, rgba(227, 182, 99, 1) 100%);
	border-radius:50px;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:8px 55px 2px;
	display:inline-block;
	text-decoration:none;
	transition:0.5s ease all;
	margin:60px 0;
	border:1px solid var(--zloty);
}
.header-container .header-button{
	margin-top:45px;
}
.container-typ a.typ-button{
	font-weight:700;
}
.header-container .header-button:hover,
section.nagrody .nagrody-button:hover,
.container-typ a.typ-button:hover,
section.bramka .age-button:hover{
	color:var(--czerwony);
	background:#fff;
}

section.jak-grac .container{
	width:1580px;
	max-width:90%;
}
.header-container .header-slogan2{
	margin-top:50px;
}

section.jak-grac h2{
	font-family: 'warka', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	/* identical to box height */

	text-align: center;

	color: var(--ciemnozielony);
	padding-top:90px;
	margin-bottom:20px;
}

section.jak-grac h5{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: var(--ciemnyniebieski);
	margin-bottom:35px;
}

section.jak-grac .jak-grac-box{
	width: 500px;
	max-width:100%;
	height: 310px;
	/*border: 2px dashed #256D1C;*/
	padding:35px 47px 0 47px;
}
.posrel{
	position:relative;
}
.daszki {
  border: solid 0px var(--jasnozielony);
  position:relative;
  text-align: center;
  background:none;
}

section.jak-grac .box-krok{
	font-family: 'warka', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: var(--ciemnozielony);
	text-align:center;
	margin-bottom:15px;
	text-transform:uppercase;
}
section.jak-grac .box-krok-linia-container{
	text-align: center;
	margin:0 auto;

}
section.jak-grac .jak-grac-box .topnum{
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 85px;
	width:92px;
	height:92px;
	border-radius:50%;
	text-align:center;
	color:var(--jasnozielony);
	position:absolute;
	top:-46px;
	left:-2px;
	border:2px solid var(--jasnozielony);
	background:#fff;
}
section.jak-grac .jak-grac-box .box-opis{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 141%;

	color:var(--ciemnozielony);
	margin-top:30px;
}
section.jak-grac .jak-grac-box img{
	margin:0;
}
.jak-grac .wez-udzial-button{
	font-family: 'warka', sans-serif;
	background: var(--zloty);
	background: linear-gradient(90deg,rgba(225, 178, 84, 1) 0%, rgba(227, 182, 99, 1) 100%);
	border-radius:50px;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height:32px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:12px 55px 8px;
	display:inline-block;
	text-decoration:none;
	transition:0.5s ease all;
	margin:30px 0;
	border:1px solid var(--zloty);
}
.jak-grac .wez-udzial-button:hover{
	color:var(--czerwony);
	background-color:#fff;
}
.jak-grac .desc{
	font-size:20px;
	color:var(--ciemnyniebieski);
	padding-bottom:60px;
}

section.nagrody{
	margin:55px 0;
}
section.nagrody > .container{
	width:1300px;
	max-width:90%;
}
section.nagrody h2{
	font-family: 'warka', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 141%;

	text-align: center;
	color: 	var(--ciemnozielony);
	padding:0px 0 55px;
}
section.nagrody .container{
	position:relative;
	text-align: center;
}
section.nagrody .nagroda-header{
	font-family: 'warka', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 141%;
	text-align: center;
	color: var(--ciemnozielony);
	margin-bottom:40px;
}
section.nagrody .nagroda-box-2 img{
	max-height: 112px;
}
section.nagrody .nagroda-box-3 img{
	max-height: 164px;
}
section.nagrody .nagroda-header-2{
	color: var(--ciemnozielony);
}
section.nagrody .nagroda-box{
	width: 100%;
	background: #10188E;
	border-radius: 20px;
	padding:10px;
	padding-top:30px;
	padding-bottom:0;
	display:flex;
	justify-content: left;
	flex-direction: row;
	gap:10px;
	height:175px;
}
section.nagrody .nagroda-box-1{
	margin-top:-65px;
}
section.nagrody .nagroda-box-alt{
	margin-top:45px;
}
section.nagrody .nagroda-box-1 .nagroda-box-text{
	font-size:20px;
	color:var(--ciemnozielony);
	text-align:Center;
	line-height:141%;
	font-weight:600;
	max-width:410px;
	margin:0 auto;
}
section.nagrody .nagroda-box-2{
	margin-bottom:10px;
}
section.nagrody small{
	font-size:14px;
	color:#fff;
	margin-top:10px;
	text-align:left;
	display:block;
}
section.nagrody .nagroda-box-text{
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 141%;
	color: #FFFFFF;
	text-align:left;
	margin-left:16px;
	align-content: center;
}
section.nagrody .nagroda-box-2 .nagroda-box-text{
	margin-bottom:10px;
}
section.nagrody .nagroda-box-text span{
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 141%;
	color: #FFFFFF;
	display:block;
}
section.nagrody .nagrody-button{
	margin:0 auto;
	z-index:10;
	position:relative;
}

section.nagrody .adnotation{
	padding-bottom:140px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #3C5732;

}


section.formularz{
	padding-top:0px;
	padding-bottom:70px;
}
section#winner-section{
	background:none;
	background:#fff;
}
section.formularz .skad-cont{
	display:none;
}
section.formularz h2{
	font-family: 'warka', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 141%;

	text-align: center;

	color: var(--ciemnozielony);
	padding-top:55px;
}
section#wez-udzial .h2-desc{
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 118%;
	/* or 28px */

	text-align: center;

	color: var(--jasnozielony);
	margin-top:50px;
}
section.formularz .zadanie{
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: center;
	color: var(--jasnozielony);
	margin-top:15px;
	margin-bottom:50px;

}
.req{
	color:var(--zloty);
	font-weight:bold;
}

section.formularz .form-body{
	width:730px;
	max-width:100%;
	margin:45px auto;
}
section.formularz .form-body .form-group{
	margin-bottom:10px;
}
section#winner-section .form-body .form-group label{
	margin-top:15px;
	color:#3C3C3C;
	font-size:16px;
}
input.form-custom,
textarea.form-custom,
select.form-custom{
	border: 1px solid var(--jasnozielony);
	/*filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.49));*/
	border-radius:8px;
	background:transparent;
	color:#fff;
	font-size:18px;
}
select.form-custom{
	line-height:43px;
}
section#winner-section .form-body .form-group input.form-custom,
section#winner-section .form-body .form-group textarea.form-custom,
section#winner-section .form-body .form-group select.form-custom{
	border-color:#3C3C3C;
	color:#3C3C3C;
}
section#winner-section .req{
	color:#FF0000;
}
input.form-custom:focus,
textarea.form-custom:focus,
select.form-custom:focus{
	outline:none;
	box-shadow:none;
	border: 1px solid var(--zloty);
	background:none;
	color:#fff;
}
.brakpesel{display:none;}
textarea.form-custom{
	height:155px;
	resize: none;
}
.textarea-container{
	position:relative;
}
span.counter{
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 131%;

	color: #808080;
	position:absolute;
	display:block;
	bottom:10px;
	right:13px;
}
input.form-custom{
	padding:14px 26px;
}
.phone-input-wrapper{
	position:relative;
}
.phone-prefix{
	position:absolute;
	left:0.875rem;
	top:50%;
	transform:translateY(-50%);
	color:var(--ciemnozielony);
	font-size:1.125rem;
	pointer-events:none;
	z-index:1;
}
.phone-input-wrapper input.form-custom{
	padding-left:3.75rem;
}
.error .phone-prefix{
	top:34%;
}
.form-group:not(.error) .form-error{
	display:none;
}
section.formularz form label{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180.5%;
	color: var(--jasnozielony);	
	margin-bottom:5px;
}
section.formularz form .dropzone-label{
	font-weight:bold;
}
.custom-radio label{
	font-weight: 700!important;
}
.dropzone-container{
	margin-bottom:30px;
}
.dropzone-label{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180.5%;
	color: var(--niebieski);
	margin-bottom:15px;
	display:block;
}
.dropzone-area{
	border: none;
	background-color: transparent;
	background-size: 30px 30px;
	padding: 80px 20px;
	text-align: center;
	position: relative;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;

}
.dropzone-area::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	border:2px dotted var(--jasnozielony);
	/*
	background-image: 
		repeating-linear-gradient(to right, var(--jasnozielony) 0, var(--jasnozielony) 2px, transparent 2px, transparent 6px),
		repeating-linear-gradient(to bottom, var(--jasnozielony) 0, var(--jasnozielony) 2px, transparent 2px, transparent 6px),
		repeating-linear-gradient(to left, var(--jasnozielony) 0, var(--jasnozielony) 2px, transparent 2px, transparent 6px),
		repeating-linear-gradient(to top, var(--jasnozielony) 0, var(--jasnozielony) 2px, transparent 2px, transparent 6px);
	background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
	*/
	background-position: top, right, bottom, left;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	border-radius: 16px;
}
.dropzone-area.drag-over{
	background-color: #F0F8FF;
}
.dropzone-input{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	top: 0;
	left: 0;
	z-index: 2;
}
.dropzone-area.has-file .dropzone-input{
	pointer-events: none;
}
.dropzone-button{
	font-family: 'warka', sans-serif;
	background: var(--zloty);
	background: linear-gradient(90deg,rgba(225, 178, 84, 1) 0%, rgba(227, 182, 99, 1) 100%);
	border-radius:50px;
	border: none;
	padding: 15px 30px 8px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height:180%;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.dropzone-area:hover .dropzone-button,
.dropzone-button:hover{
	color: var(--czerwony);
	background: #FFFFFF;
	border: 1px solid var(--czerwony);
}
.dropzone-area:hover .dropzone-button svg path,
.dropzone-button:hover svg path{
	stroke: var(--czerwony);
	
}
.dropzone-icon{
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}
.dropzone-text{
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: var(--jasnozielony);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.dropzone-file-name{
	font-weight: 400;
	display: none;
	position: relative;
	align-items: center;
	gap: 8px;
	z-index: 3;
	pointer-events: none;
}
.dropzone-file-name.has-file{
	display: inline-flex;
}
.dropzone-delete-button{
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 12px;
	margin-left: 8px;
	background-color: transparent;
	border: 1px solid var(--zloty);
	color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-transform: lowercase;
	transition: all 0.3s ease;
	flex-shrink: 0;
	position: relative;
	z-index: 10;
	pointer-events: auto;
	border-radius: 50px;
	line-height: 1.2;
}
.dropzone-delete-button:hover{
	background: #FFFFFF;
	color: var(--czerwony);
	border-color: var(--czerwony);
}
.dropzone-delete-button:active{
	transform: scale(0.98);
}
.dropzone-drag-text{
	font-weight: 400;
}
.dropzone-area.has-file .dropzone-drag-text{
	display: none;
}
.dropzone-formats{
	text-align: center;
	color: var(--jasnozielony);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
}
.dropzone-save-button{
	font-family: 'warka', sans-serif;
	background: var(--zloty);
	background: linear-gradient(90deg,rgba(225, 178, 84, 1) 0%, rgba(227, 182, 99, 1) 100%);
	border-radius:50px;
	padding: 12px 55px 6px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height:180%;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease;
	margin-bottom:50px;
	border: 1px solid var(--czerwony);

}
.dropzone-save-button:hover{
	color: var(--czerwony);
	background: #FFFFFF;
	border: 1px solid var(--czerwony);
}
.dropzone-area.loading{
	opacity: 0.5;
	/*background-color: #F5F5F5;*/
	pointer-events: none;
}
.dropzone-loader{
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	z-index: 10;
}
.dropzone-loader-spinner{
	width: 40px;
	height: 40px;
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-top-color: var(--jasnozielony);
	border-radius: 50%;
	animation: dropzone-spin 1s linear infinite;
}
.dropzone-loader-text{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: var(--jasnozielony);
	text-transform: lowercase;
}
@keyframes dropzone-spin{
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.dropzone-message{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 25px;
	border-radius: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	z-index: 10;
	background-color: #FFFFFF;
	border: 2px solid;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.dropzone-message-success{
	position: absolute;
	bottom: 37px;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
	padding: 10px 15px;
	border: none;
	background-color: transparent;
	box-shadow: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.dropzone-message-info{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
	padding: 10px 15px;
	border: none;
	background-color: transparent;
	box-shadow: none;
	color: var(--czerwony);
	font-size: 14px;
	width:95%;
}
.form-group small{
	display:block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height:18px;

	color: #808080;
	margin-top:12px;
}
small.light{
	color: #fff;
}
section#winner-section small.light{
	color: #3C3C3C;
}
section.formularz form .form-header{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 180.5%;

	color: var(--jasnozielony);
	/*margin-top:50px;*/
}
.row-up{
	margin-bottom:30px;
}
.pamietaj{
	font-style: normal;
	font-size: 16px;
	line-height: 180.5%;
	text-align: center;

	color: var(--jasnozielony);
	margin-top:70px;
}

section.formularz .form-footer{
	width:1020px;
	max-width:100%;
	margin:45px auto;
	margin-bottom:0;
}
section.formularz .form-footer .custom-checkbox{
	position:relative;
	margin-bottom:15px;
}
section.formularz .form-footer .custom-checkbox label{
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: var(--jasnozielony);	
}
section.formularz .form-footer input[type=checkbox]{
	left:-20px;
	top:7px;
	position:absolute;
}
#contest-form #phone{
	padding-top: 0.9375rem;
    padding-bottom: 0.8125rem;
}
section.formularz .form-footer a,
.winner-check a{
	color:var(--jasnozielony);
	text-decoration: none;
	font-weight: bold;
}
.s13{
	font-size:13px!important;
}
.form-group.error input,
.form-group.error select,
.form-group.error textarea{
	border:1px solid var(--zloty);
	color:var(--zloty);
}
.form-group.error .form-error,
.custom-checkbox .error,
#zdjecie_hash-error{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--zloty);
}
#zdjecie-error{
	text-align: center;
    width: 100%;
    display: inline-block;
}
#zdjecie_hash-error{
	text-align: center;
    width: 100%;
    display: block;
	margin-top:-30px;
	margin-bottom:30px;
}
section#winner-section .form-group.error input,
section#winner-section .form-group.error input.error,
section#winner-section .form-group.error select,
section#winner-section .form-group.error textarea{
	border:1px solid #FF0000!important;
}
section#winner-section .form-group.error .form-error{
	color:#FF0000!important;
}
.formularz .wez-udzial-button{
	font-family: 'warka', sans-serif;
	background: var(--zloty);
	background: linear-gradient(90deg,rgba(225, 178, 84, 1) 0%, rgba(227, 182, 99, 1) 100%);
	border-radius:50px;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:12px 55px 8px;
	display:inline-block;
	text-decoration:none;
	transition:0.5s ease all;
	margin:30px 0;
	border:1px solid var(--zloty);
	
}
.formularz .wez-udzial-button:disabled{
	background-color:#999;
	border-color:#999;
	color:#fff;
	cursor:not-allowed;
}
.formularz .wez-udzial-button:hover{
	color:var(--czerwony);
	background:#fff;
}
footer{
	position:relative;
	/*margin-top:40px;*/
	margin-top:0;
}


footer .foot-body a{
	text-decoration:none;
	transition:0.5s ease all;
}
footer .foot-body a:hover{
	opacity:0.7;
}
footer .kontakt-header{
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 65px;
	/* identical to box height */

	text-align: center;

	color: var(--jasnozielony);
	padding-top:60px;
	padding-bottom:50px;
}
footer .kontakt-info,
footer .kontakt-info a{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180.5%;
	text-align: center;

	color:var(--jasnozielony);
}
footer .kontakt-info-dark{
	/*max-width:800px;
	font-size:16px;
	color: #0B2B40;
	margin:0 auto;*/
	padding-bottom:150px;
}
footer .kontakt-info-dark a{
	color: var(--jasnozielony);
}
footer .kontakt-info-dark a:hover{
	color: var(--czerwony);
}

footer img.logo-stopka{
	margin-bottom:30px;
}
footer .stopka-lewo{
	position:absolute;
	left:110px;
	bottom:50px;
}
footer .stopka-prawo{
	position:absolute;
	right:110px;
	bottom:50px;
}
footer .copyright{
	background:#B61615;
	padding: 24px 0;
}
footer .copyright,
footer .copyright a{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180.5%;
	color: rgba(255, 255, 255, 0.6);
	text-decoration:none;
	text-align:center;
}
footer .copyright a{
	margin:0 25px;
	transition:0.5s ease all;
}
footer .copyright .footer-second a{
	margin:0px;
	transition:0.5s ease all;
	font-size:12px;
	line-height:18px;
}
footer > .posrel > .row{
	max-width:100%;
}
footer .copyright a:hover{
	color:#fff;
}
footer .pij-odpowiedzialnie{
	margin-right:20px;
}

footer img.stopka-lewo{
	margin-top:50px;
}
.header-container .header-butelka-mob{
	display:none;
}
.br-desk{
	display:block;
}
.br-mob{
	display:none;
}
.mob-close{
	display:none;
}
.mob-open{
	display:block;
}
.a-menu{
	display:none;
}

.container-typ{
	background:#D90512 url(../img/bramka-background.png) left center / contain repeat-y;
	min-height:100vh;
	margin: 0px 0 50px;
	min-height:100vh;
	display: flex;
    flex-flow: column;
    justify-content: center;
}
.typ-logo{
	padding-top:60px;
}
.typ-logo img{
	max-width:100%;
}
.typ-icon{
	margin:50px 0;
}
.typ-message{
	font-family: 'warka', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 65px;
	line-height: 128%;

	text-align: center;
	text-transform: uppercase;

	color: var(--jasnozielony);
	margin-bottom:0px;
}
body.body-bramka{
	background:#D90512 url(../img/bramka-background.png) left center / contain repeat-y;
	min-height:100vh;
}
section.bramka{
	min-height:800px;
}
.container-bramka{
	padding:17px;
	text-align:center;
	width:720px;
	max-width:100%;
	float:right;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	position:absolute;
}
.container-bramka .bramka-logo{
	padding-top:120px;
}
.container-bramka > div{
	margin:0 auto;
	max-width:690px;
}
.container-bramka .bramka-podaj-date{
	font-family: 'warka', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 70px;
	line-height: 141%;
	text-align: center;

	color: #fff;
	padding-top:0px;
}
.container-bramka .bramka-info{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height:25px;

	text-align: center;

	color: #fff;
	margin-top:35px;
}
.container-bramka .row-bramka{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:25px;
}
.container-bramka input{
	text-align:center;
	padding: 0.375rem;
}
.container-bramka label{
	text-transform:uppercase;
	color:var(--jasnozielony);
	font-weight:600;
}
.container-bramka form{
	max-width:565px;
	margin:65px auto 0;
}
.container-bramka form label{
	line-height:41px;
	margin-right:0px;
}
.container-bramka input::placeholder{
	color:#fff;
}
.container-bramka #day,
.container-bramka #month,
.container-bramka #year{
	font-family: 'warka', sans-serif;
	width:140px;
	font-size:80px;
	border:none;
	color:#fff;
	text-transform:uppercase;
	/*display:inline-block;
	margin-left:10px;*/
}
.container-bramka #year{
	width:200px;
}
.container-bramka .form-group.error.mesg{
	display:none;
	margin-top:30px;
	margin-bottom:-30px;
}

.header-winner-container{
	background:#fff;
	height:339px;
	max-height:339px;
	position:relative;
	background:var(--czerwony);
}
.header-winner-container .header-slogan-container {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	min-height: 339px;
}
.header-winner-container .header-slogan1{
	margin-top:20px;
	font-size:80px;
	line-height:95px;
}
.header-winner-container .header-slogan1 img{
	margin-top:-37px;
}
.header-winner-container .header-slogan1 div{
	margin-top:0;
    letter-spacing: 7px;
}

.header-winner-container .winner-butelki{
	position:absolute;
	top:0;
	left:25px;
} 
.header-winner-container .winner-namyslow{
	position:absolute;
	top:40px;
	right:100px;
} 
.header-winner-container .winner-dino{
	position:absolute;
	bottom:50px;
	right:65px;
}
#winner-section h2{
	font-family: 'warka', sans-serif;
	padding-top:50px!important;
	color:#3C3C3C;
	font-weight:bold;
	font-size:45px;
	text-transform: uppercase;
}
#winner-section .zadanie{
	font-family: 'warka', sans-serif;
	font-weight:900;
	color:#FF0000;
	font-size:110px;
	line-height:114px;
	text-transform:uppercase;
}
#winner-section .zadanie span{
	color:var(--jasnozielony);
	font-size:110px;
	line-height:114px;
}
#winner-section .h2-desc{
	margin-top:50px;
	color:#3C3C3C;
	font-size:24px;
}
#winner-section .numer_paragonu{
	border: 1px solid #3C3C3C;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 40px;

	letter-spacing: 0.85em;
	text-transform: uppercase;

	color: #3C3C3C;
	display:inline-block;
	padding:0px 35px;
	margin-top:40px;
	padding-right:25px;
}
#winner-section .winner-button{
	cursor:pointer;
}
#winner-section .winner-button:hover{
	opacity:0.8;
}
#winner-section .formaty-zdjec{
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #ABABAB;
	padding-top:5px;
}
#winner-section .winner-check{
	margin-top:25px;
}
.files-list{
	/*display:none;*/
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #00E352;
	margin-bottom:10px;
}
.files-list img{
	margin-top:-4px;
}
.szczegolowe-info{
	cursor:pointer;
}
.dowod-zakupu{
	display:inline-block;
	position:relative;
}
.dowod-zakupu > .par{
	display:none;
	position:absolute;
	top:15px;
	left:20px;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.49);
	z-index:10;
}
.dowod-zakupu > .par .zamknij{
	display:none;
	font-size:30px;
	color:#000;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer
}
.img-znak{
	max-width:100%;
	margin-top:-10px;
}
.footer-second, .footer-second a {
    margin-top:15px;
	font-size:12px;
	line-height:18px;
    margin-top: 15px;
}
.mob-only{
	display:none;
}

br.mob{
	display:none;
}
.stopka-tel{
	font-size:125%!important;
	font-weight:bold!important;
}
body.ct .container-typ{
	margin:0;
}
.header-button-wez-udzial{
	display:none!important;
}
@media only screen and (min-width: 2560px) {
	.header-container:not(.header-winner-container){
		background:url(../img/header.png) right top /cover no-repeat;
	}
}
@media only screen and (max-width: 1600px) {
	.header-container > .container{
		max-width: 100%;
	}
	footer .stopka-lewo{
		left:50px
	}
	footer .stopka-prawo{
		right:50px;
	}
}
@media only screen and (max-width: 1440px) {
	.header-container img.logo1{
		margin-left:-60px;
	}
	.header-container img.logo2{
		margin-left:0px;
	}
	.header-container .header-puszki{
		max-width:100%;
	}
	.header-container .header-slogan1-container img{
		max-width:100%;
	}
	.header-container .header-butelka{
		height:609px;
	}
	.header-container .header-slogan1{
		font-size:80px;
		line-height:80px;
	}
	.header-container .header-slogan1 div{
		font-size:45px;
		line-height:48px;
	}
	.header-container .header-slogan1 img{
		width:430px;
	}
	.header-container .header-button{
		margin-top:35px;
	}
	section.jak-grac .jak-grac-box{
		height:255px;
		padding:10px;
	}

	section.nagrody .kartka img.kartka-img1{
		max-width:650px;
	}
	section.nagrody .kartka img.kartka-img2{
		max-width:400px;
		right: -80px;
	}
	section.nagrody .kartka .kartka-head{
		margin-top:-10px;
	}
	section.nagrody .kartka{
		background-size:contain;
	}
	section.nagrody .kartka .nagroda-linia{
		margin:10px 0;
	}
	section.nagrody .kartka .nagroda-naglowek-2{
		margin-top:20px;
	}
	section.formularz{
		padding-bottom:20px;
	}
}
@media only screen and (max-width: 1366px) {
	section.nagrody .nagroda-box-alt img,
	section.nagrody .nagroda-box-1 img{
		max-width:100%;
	}
	section.nagrody .nagrody-button{
		margin-bottom:60px;
	}
	.header-container {
		background-size: cover;
		background-repeat: no-repeat;
	}
	.header-container img.logo1{
		width:160px;
	}
	.header-container img.logo2{
		width:150px;
	}
	.header-container .header-butelka{
		/*display:none;*/
		margin-left: -150px
	}
	.header-container .header-slogan1{
		font-size:87px;
		line-height:87px;
	}
	.header-container .header-slogan1 div{
		font-size:45px;
		line-height:48px;
	}
	.header-container .header-slogan2{
		max-width:100%;
	}
	.header-container .header-puszki{
		max-width:450px;
		margin-top:50px;
	}
	section.nagrody{
		margin-bottom:0;
	}
	section.nagrody .kartka img.kartka-img1{
		width:370px;
		margin-left:70px;
		top:350px;
	}
	section.nagrody .kartka img.kartka-img2{
		width:260px;
		margin-right:70px;
		top:230px;
	}
	section.nagrody .nagrody-button{
		margin-top:50px;
	}
	section.nagrody .nagroda-box-2 img{
		max-height: 115px;
	}
	section.nagrody .nagroda-box-text{
		font-size:24px;
	}
	footer .copyright{
		margin-top:-1px;
	}
	footer .pij-odpowiedzialnie{
		margin-right:10px;
	}
}

@media only screen and (max-width: 1280px) {
	.container-bramka{
		top:0;
		transform:translate(-50%,0);
	}
	header ul{
		margin-top:55px;
	}
	header ul li a.nav-link{
		font-size:28px;
	}
	header ul li a.nav-link.wez-udzial{
		margin-top:20px;
	}
	footer img.stopka-lewo{
		left:25px;
	}
	footer img.stopka-prawo{
		right:25px;
	}
}
@media only screen and (max-width: 1080px) {
	section.nagrody .kartka{
		padding-top:125px;
	}
}
@media only screen and (max-width: 1024px) {
	header ul li.nav-item{
		margin-left:20px;
		margin-right:20px;
	}
	.header-slogan3-container img.header-logo{
		max-width:100%;
		margin:0 auto;
	}
	.header-container .header-button{
		padding-left:30px;
		padding-right:30px;
	}
	footer img.stopka-prawo{
		right:0px;
	}
	footer img.stopka-lewo{
		left:0px;
		max-width:360px;
	}
	section.nagrody .kartka img.kartka-img2{
		top:150px;
	}
	.header-container img.logo1{
		width:160px;
	}
	.header-container img.logo2{
		width:150px;
	}
	.header-container .header-butelka{
		display:none;
	}
	.header-container .header-slogan1{
		font-size:70px;
		line-height:70px;
	}
	.header-container .header-slogan1 div{
		font-size:45px;
		line-height:48px;
	}
	.header-container .header-slogan1 img{
		width:455px;
		max-width:100%;
	}
	.header-container .header-puszki{
		max-width:380px;
		margin-top:70px;
	}

	section.jak-grac .jak-grac-box .box-opis{
		font-size:15px;
		line-height:18px;
	}
	section.jak-grac .jak-grac-box{
		height:185px;
		padding:5px;
	}
	section.nagrody h2{
		padding-bottom:20px;
	}
	section.nagrody .col-md-5{
		width: 70%;
    	margin: 45px auto;
	}
	section.nagrody .col-md-7{
		width:100%;
		max-width:100%;
	}
	section.nagrody .kartka img.kartka-img1{
		width:290px;
		margin-left:50px;
		top:290px;

	}
	section.nagrody .kartka img.kartka-img2{
		width:250px;
		margin-right:45px;
	}
	section.nagrody .nagrody-button{
		margin-top:15px;
	}
	footer{
		background:none;
	}
	footer .copyright{
		margin-top:-1px;
	}
	.header-winner-container .winner-butelki{
		left:0;
	}
	.header-winner-container .winner-namyslow{
		right:40px;
	}
	.header-winner-container .winner-dino{
		right:10px;
	}
	footer img.butelki-stopka{
		right:0px;
	}
	footer .stopka-prawo{
		max-width:350px;
	}
}
@media only screen and (max-width: 990px) {
	header ul li a.nav-link{
		padding:0.5rem;
	}
	header ul li a.nav-link.wez-udzial{
		padding-left:20px;
		padding-right:20px;
	}

	ul.nav{
		overflow: hidden;
		overflow-y: auto;
	}
	.header-container .header-slogan1 div{
		font-size:35px;
	}
	.box-krok-linia{
		max-width:100%;
	}
	.jak-grac .wez-udzial-button{
		margin-top:100px;
	}
	footer .copyright > .container{
		max-width:95%;
	}
	footer .copyright a{
		margin:0 10px;
	}
	footer .kontakt-info-dark{
		padding-bottom:80px;
	}
}
@media only screen and (max-width: 810px) {
	header img{
		max-width:100%;	
		height:auto;
	}
	.header-logo2-container{
		display:none;
	}
	section.jak-grac h5,
	.jak-grac .desc{
		font-size:16px;
		line-height:24px;
	}
	section.jak-grac .col-md-4{
		width:100%;
		margin-bottom:35px;
	}
	section.jak-grac h2{
		padding-top:30px;
	}
	section.jak-grac .box-krok{
		text-align:center;
	}
	section.jak-grac .jak-grac-box{
		margin:0 auto;
		height: auto;
		margin-bottom:50px;
	}
	section.jak-grac .jak-grac-box img{
		max-width:initial;
		margin-top:10px;
	}
	section.jak-grac .jak-grac-box .box-opis{
		max-width:90%;
		margin:35px auto 0;
	}
	section.nagrody .nagroda-header{
		font-size:28px;
		line-height:36px;
	}

	footer img.stopka-lewo{
		max-width:260px;
	}
	footer .stopka-prawo{
		max-width:260px;
	}
	footer .kontakt-info-dark{
		padding-bottom:40px;
	}
	.jak-grac .desc{
		padding-bottom:20px;
	}
	footer img.stopka-lewo{
		max-width:220px;
	}
	footer img.stopka-prawo{
		max-width:220px;
	}
}
@media only screen and (max-width: 768px) {
	.header-container .row{
		flex-direction: column;
	}
	.header-container .row > .col-md-3,
	.header-container .row > .col-md-6{
		width:100%;
	}
	.header-container .header-slogan1-container,
	.header-slogan3-container{
		position:relative;
		top:initial;
		transform:initial;
	}

	.header-container .header-slogan1-container img {
        max-width: 300px;
    }
	.header-container .header-puszki{
		margin-top:10px;
	}
	.mob-only{
		display:block;
	}
	.desktop-only{
		display:none;
	}
	header ul li.nav-item.mob-only{
		border-top:none;
		margin-bottom:40px;
	}
	.justify-content-center{
		justify-content:right!important;
	}
	section.jak-grac h2{
		margin-top:50px;
	}
	br.mob{
		display:block;
	}
	.img-znak{
		max-height:40px;
		margin:10px;
	}
	section.nagrody .kartka .nagroda-nazwa{
		font-size:50px;
	}
	.ifix{
		margin-left:0;
	}
	.mob-cnt{
		text-align:center;
	}
	.br-desk{
		display:none;
	}
	.br-mob{
		display:block;
	}
	.hide-desktop{
		display:block!important;
	}
	.hide-mobile{
		display:none!important;
	}
	.header-button-wez-udzial{
		display:inline-block!important;
		margin:30px auto 0!important;
		padding:10px 20px;
	}
	.header-container .header-slogan2 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.a-menu{
		display:block;
		margin-top: 60px;
		margin-left: 0px;
		margin-right:50px;
		z-index:100;
	}
	ul.nav{
		/*display:none;*/
	}
	body.menu-open{
		overflow:hidden;
	}
	header ul.nav{
		display:none;
		position:fixed;
		padding-top:40px;
		margin-top:0;
		top:0;
		right:0;
		width:100%;
		height:100vh;
		margin-right:0;
		background:var(--czerwony);
	}
	header ul li.nav-item{
		border-top:1px solid #fff;
	}
	header ul li.nav-item a{
		font-style: normal;
		font-weight: 500;
		font-size: 30px;
		line-height: 58px;

		text-align: left;
		text-transform: uppercase;

		color: #FFFFFF;
	}
	header ul li a.nav-link.wez-udzial{
		font-family: 'warka', sans-serif;
		background: var(--zloty);
		background: linear-gradient(90deg,rgba(225, 178, 84, 1) 0%, rgba(227, 182, 99, 1) 100%);
		border-radius:50px;
		max-width:100%;
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 40px;

		text-transform: uppercase;
		
		color: #fff;
		margin:0 auto;
		margin-left:0px;
		margin-top:60px!important;
		text-align:center;
		/*max-width:90%;*/
		text-shadow:none;
	}
	header ul li:last-child{
		margin:0 auto;
		display:none;
	}
	header ul li.nav-item{
		margin:0 10%;
	}
	.header-container {
		background-position:top right;
	}

	.header-container img.logo1{
		width:125px;
		margin-left:-10px;
	}
	.header-container img.logo2{
		margin-left:10px;
		width:120px;
	}
	.header-container .slogans-container{
		max-width:100%;
		text-align:center;
		margin-top: 20px
	}
	.header-container .header-slogan1{
		font-size:55px;
		line-height:65px;
		text-align:center;
		margin-top:0;
	}
	.header-container .header-slogan1 div{
		font-size:32px;
		line-height:43px;
		margin-left:0;
		margin-top:0;
	}
	.header-container .slogans-container .header-slogan2{
		font-size: 57px;
		line-height: 60px;
	}
	.header-container .slogans-container .header-slogan2 > div {
		font-size: 34px;
		line-height: 36px;
		margin-top: 7px;
		float: initial;
		display: inline-block;
	}
	.header-container .slogans-container .header-slogan2 > div > div{
		font-size: 14px;
		line-height: 14px;
	}
	.header-container .slogans-container .header-slogan3{
		font-size:24px;
	}
	section.jak-grac .jak-grac-box{
		/*height:auto!important;*/
		margin-bottom:20px;
	}

	.jak-grac .wez-udzial-button{
		margin:36px 0;
	}
	section.nagrody{
		margin:80px 0 0;
	}
	section.formularz{
		margin-top:0;
	}
	.mt-40{
		margin-top:-40px;
	}
	section.nagrody .nagrody-button{
		margin-top:60px;
		margin-bottom:40px;
	}
	.dropzone-message-info{
		position:relative!important;
		transform:none!important;
		margin-top:30px;
		margin-bottom:20px;
		left:auto!important;
	}
	section.formularz h2{
		font-size:34px;
		line-height:40px;
		margin-top:25px;
	}
	section.formularz .h2-desc{
		font-size:18px;
		line-height:21px;
		margin-top:40px;
	}
	section.formularz .zadanie{
		font-size:24px;
		line-height:33px;
	}
	section.formularz form .form-header{
		margin-top:30px;
	}
	.row-up{
		margin-top:0;
	}
	.pamietaj{
		margin-top:40px;
	}
	section.formularz .form-footer .custom-checkbox label{
		font-size:13px;
	}
	.dropzone-area{
		padding: 30px 15px;
		min-height: 150px;
	}
	.dropzone-button{
		padding: 12px 20px;
		font-size: 14px;
		flex-direction: column;
		gap: 8px;
	}
	.dropzone-icon{
		width: 20px;
		height: 20px;
	}
	.dropzone-text{
		font-size: 14px;
	}
	.dropzone-formats{
		font-size: 12px;
	}
	.dropzone-save-button{
		padding: 10px 40px;
		font-size: 15px;
		/*width: 100%;*/
		max-width: 100%;
	}
	footer .foot-body{
		background-position:right top;
	}
	footer .copyright{
		margin-top:-1px;
	}
	footer .copyright a{
		display:inline-block;
		margin:0 15px;
		margin-top:20px;
	}
	.typ-logo{
		padding-top:40px;
	}
	.typ-logo img{
		max-width:100%;
	}
	.typ-icon{
		margin:40px auto;
	}
	.typ-icon img{
		width:160px;
	}
	.typ-message{
		font-size:25px;
		line-height:30px;
		margin-bottom:30px;
	}

	.header-winner-container .header-slogan1 div{
		letter-spacing:0;
	}
	#winner-section label[for=zdjecie]{
		text-align:center;
	}
	#winner-section .formaty-zdjec{
		width:75%;
		text-align:center;
		margin:0 auto;
	}
	.puszka-mob-dol{
		width: 200px;
		margin: 0 auto;
	}
	.dowod-zakupu{
		position:relative;
	}
	.dowod-zakupu > .par{
		position:relative;
		max-width:100%;
		left:0;
		top:0;
	}
	.dowod-zakupu > .par img{
		max-width:100%;
	}
	.dowod-zakupu > .par .zamknij{
		display:none;
		font-size:30px;
		color:#000;
		position:absolute;
		top:10px;
		right:10px;
		cursor:pointer
	}
	.header-container .header-slogan1 img{
		max-width:100%;
		margin:-30px auto;
	}
	.header-container .header-button {
		min-width:240px;
	}
	#nagrody .row .col-md-4:last-child{
		width:100%;
	}
}
@media only screen and (max-width: 640px) {
	.container-bramka{
		padding-bottom:0;
	}
	.container-bramka .bramka-logo{
		padding-top:70px;
	}
	.container-bramka .bramka-podaj-date{
		padding-top:70px;
	}
	.header-container .header-puszki{
		margin-top:0;
		margin-bottom:30px;
	}
	section.jak-grac .jak-grac-box{
		margin:0 auto;
		margin-bottom:50px;
	}
	section.jak-grac .col-md-4{
		margin-bottom:0;
	}
	section.nagrody .col-md-7 img{
		max-width:90%;
	}
	section.formularz .form-body{
		margin-bottom:15px;
	}
	footer .stopka-prawo{
		position:relative;
		right:initial;
		bottom:initial;
		margin:0 auto;
		display:block;
	}
	footer .kontakt-info-dark{
		padding-bottom:10px;
	}
	footer .pij-odpowiedzialnie-container{
		margin-top:20px;
	}
	section.nagrody{
		margin-top:40px;
	}
	footer img.stopka-lewo,
	footer img.stopka-prawo{
		position:relative;
	}
	footer img.stopka-lewo{
		margin-top:50px;
	}
	footer img.stopka-prawo{
		margin:30px auto;
	}
	footer .kontakt-header{
		padding-top:0px;
	}
}
@media only screen and (max-width: 480px) {
	.container-bramka input{
		margin:0 auto;
	}
	.container-bramka > div{
		background:none;
	}
	.container-bramka .bramka-logo img{
		max-width:100%;
	}
	.container-bramka .bramka-podaj-date{
		font-size:30px;
		line-height:36px;
	}
	.container-bramka .bramka-info{
		font-size:16px;
	}
	.container-bramka .row-bramka{
		flex-direction: column;
		gap:10px;
	}
	.container-bramka .row-bramka > div{
		width:100%;
	}
	.container-bramka .row-bramka > div > div{
		width:100%;
	}
	.container-bramka form label{
		width:100px;
	}
	.container-bramka input[type="text"]{
		width:180px!important;
	}
	.header-container > .container{
		width:100%;
		max-width:100%;
	}
	.header-container .header-slogan2 {
		margin:30px;
	}
	.header-container img{
		max-width:90%;
	}
	.header-container > .container > .row{
		margin-top:30px;
	}
	.header-container .header-slogan2{
		margin:40px auto;
	}
	.header-container .header-slogan3{
		margin:20px auto 0;
	}
	.header-container .header-puszki{
		max-width:100%;
	}
	header ul.nav{
		padding: 40px 10px 0;
		height:100%;
	}
	header ul li.nav-item{
		margin:0;
		text-align: center;
	}

	section.jak-grac .box-krok{
		padding-bottom:0;
		margin-bottom:0;
	}
	section.jak-grac .box-krok-1{
		margin-bottom:0px;
	}
	section.jak-grac .jak-grac-box{
		height:auto;
		margin-bottom:0;
		padding-top:30px;
	}
	section.jak-grac .jak-grac-box .box-opis{
		margin-bottom:50px;
	}
	section.jak-grac .jak-grac-box img{
		margin-top:25px;
	}
	section.jak-grac .wez-udzial-button{
		margin-top:10px;
	}
	section.nagrody .col-md-5{
		width:100%;
	}
	section.nagrody .nagroda-box-2 img{
		max-height: initial;
	}
	section.nagrody .nagroda-box{
		flex-direction: column-reverse;
		height:auto;
		padding-top:0;
	}
	section.nagrody .nagroda-box-text{
		text-align: center;
		margin:5px auto 15px;
	}
	section.nagrody .nagrody-button{
		margin-top:20px;
	}
}