:root{
	--niebieski:#6D6D6D;
	--jasnozielony:#3C5732;
	--ciemnozielony:hsl(139, 45%, 24%);
	--czerwony:#F1923E;
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 90%;
	}
}

/* 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;
}
.customcheck-typ{
	font-size:16px;
	text-align:left;
}
/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

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

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

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #fff;
	border:1px solid var(--czerwony);
}

/* 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 var(--czerwony);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-bg{
	margin-top:10px;
	max-width:100%;
}
.header-container{
	background:url(../img/page-tlo.png);
	background-size:contain;
	background-position:center top;
	background-repeat: no-repeat;
}
header{
	position:relative;
	z-index:10;
}
header ul{
	margin-top:35px;
	margin-right:100px;
}
header ul li.nav-item{
	margin-left:12px;
	margin-right:12px;
}
header ul li a.nav-link{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition: 0.5s ease all;
}
header ul li a.nav-link:hover{
	opacity:0.35;
	color:#fff;
}
header ul li a.nav-link:focus{
	opacity:0.35;
	color:var(--czerwony);
}
header ul li a.nav-link.wez-udzial{
	background-color:#fff;
	padding-left:50px;
	padding-right:50px;
	margin-left:12px;
	border-radius:0;
	border:1px solid #fff;
	color:#000;
	border-radius:40px;
}
header ul li a.nav-link.wez-udzial:hover{
	color:#000;
	background-color:transparent;
	opacity:1;
}
.header-container{
	overflow:hidden;
	min-height:100vh;
}
.justify-content-right {
    justify-content: right;
}
.header-winner-container{
	min-height:auto;
}
.header-winner-container > .container{
	max-width:95%;
}
.header-container .row{
	z-index:2;
	position:relative;
}
.header-container .img-header{
	margin-top:0px;
}
.header-container .header-slogan1{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 700;
	font-size: 111px;
	line-height:130px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top:20px;
}

.header-container .header-logotypy{
	margin-top:40px;
	max-width:100%;
}
.header-container .header-slogan1 img{
	/*margin-top: -77px;
    margin-left: -22px;*/
}
.header-container .header-slogan1 div{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height:50px;
	text-transform: uppercase;
	color: #FFFFFF;	
	margin-left:10px;
	margin-top:20px;
}

.header-container .slogans-container{
	text-align: center;
}
.header-container .slogans-container .header-slogan2{
	font-family: "Fira Sans", sans-serif;;
	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-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 47px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing:1px;
	margin-left:2px;
}

.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{
	background-color:var(--czerwony);
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:12px 55px;
	display:inline-block;
	text-decoration:none;
	transition:0.5s ease all;
	margin:0px 0;
	border:1px solid #fff;
	border-radius:40px;
}

section.bramka .age-button{
	margin:55px 0 65px;
}
.header-container .header-button{
	background:transparent;
}

section.nagrody .nagrody-button{
	background:var(--czerwony)!important;
	color:#fff!important;
}
.container-typ a.typ-button{
	margin-bottom:80px;
}

.header-container .header-button:hover,
.container-typ a.typ-button:hover,
section.nagrody .nagrody-button,
section.bramka .age-button:hover{
	color:var(--czerwony);
	background-color:#fff;
}
section.nagrody .nagrody-button:hover,
.container-typ a.typ-button:hover{
	color:var(--czerwony)!important;
	border-color:var(--czerwony)!important;
	background:#fff!important;
}
.header-container .hero-slogan{
	margin-top:98px;
	margin-bottom:69px;
}
.header-container img.logo{
	z-index:2;
	position:relative;
	margin-top:15px;
}
.header-container img.logo2{
	margin-top:0;
	margin-left:40px;
}

section.jak-grac{
	padding-bottom:80px;
}
section.jak-grac .container{
	max-width:1320px;
}

section.jak-grac h2{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 65px;
	font-weight:900;
	/* identical to box height */

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

	color: #000;
	margin-top:90px;
	margin-bottom:20px;
}

section.jak-grac h5{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
	text-align: center;
	color: var(--niebieski);
	margin-bottom:68px;
}

section.jak-grac .jak-grac-box{
	width: 446px;
	max-width:100%;
	height: 382px;
	/*border: 2px dashed #256D1C;*/
	padding:40px 30px;
}

.daszki {
  border: 1px solid rgba(0,0,0,0.2);
  border-radius:20px;
}

section.jak-grac .jak-grac-box .box-opis{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 141%;
	letter-spacing:-0.02em;
	/* or 28px */

	text-transform: none;
	color:#000;
	margin-top:25px;
}
section.jak-grac .jak-grac-box img{
	margin-top:27px;
}
section.jak-grac .jak-grac-box.box1{
	background:url(../img/box1-1.png) right 30px bottom 50px no-repeat;
}
section.jak-grac .jak-grac-box.box2{
	background:url(../img/box2-2.png) right 30px bottom 50px no-repeat;
}
section.jak-grac .jak-grac-box.box3{
	background:url(../img/box3-3.png) right 30px bottom 50px no-repeat;
}
.jak-grac .wez-udzial-button{
	background-color:var(--czerwony);
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:12px 55px;
	display:inline-block;
	text-decoration:none;
	transition:0.5s ease all;
	margin:60px 0;
	border:1px solid var(--czerwony);
	border-radius:40px;
}
.jak-grac .wez-udzial-button:hover{
	color:var(--czerwony);
	background-color:#fff;
}
.jak-grac .desc{
	text-transform: none;
	font-size:20px;
	color:var(--niebieski);
}

.jak-grac .desc a{
	font-size:20px;
	color:var(--niebieski);
}
.jak-grac .desc a:hover{
	text-decoration:none;
}
section.nagrody{
	/*background:url(../img/tlo-nagrody.png) center top / contain no-repeat;*/
	background:url(../img/tlo-nagrody.png) center top no-repeat;
	padding-top:84px;
}
section.nagrody h2{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 900;
	font-size: 64px;
	line-height: 65px;
	/* identical to box height */

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

	color: #fff;
	padding-bottom:64px;
	margin-top:50px;
	
}

section.nagrody .kartka{
	position:relative;
	width:1420px;
	max-width:90%;
	background:#fff;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
}
	
section.nagrody .kartka .kartka-head{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 180.5%;
	text-align: center;
	text-transform: uppercase;

	color: var(--czerwony);
	padding-top:50px;
	padding-bottom:50px;
	letter-spacing:0.04em;
}
section.nagrody .kartka .kartka-srodek{
	max-width:550px;
	margin:0 auto;
}
section.nagrody .kartka .nagroda-naglowek{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 700;
	font-size: 54px;
	line-height:70px;

	text-align: center;
	text-transform: none;

	color: #000;
	margin-top:0px;
	letter-spacing: -0.02em;
}
section.nagrody .kartka .nagroda-naglowek-2{
	margin-top:40px;
}
section.nagrody .kartka .nagroda-nazwa{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height:45px;
	
	text-align: left;
	text-transform: none;
	color:#000;
}

section.nagrody .kartka .row-bottom-line{
	border-bottom:1px solid rgba(109,109,109,0.5);
	padding-bottom:25px;
	margin-bottom:25px;
}
section.nagrody .kartka b{
	font-size:22px;
	font-weight:bold;
}
section.nagrody .kartka .nagroda-nazwa b{
	font-size:50px;
	font-weight:900;
}
section.nagrody .kartka .nagroda-nazwa span{
	font-size:22px;
	font-weight:bold;
	margin-top: 5px;
    display: block;
}
section.nagrody .kartka .nagroda-nazwa span span{
	display:block;
	margin-top:-5px;
}
section.nagrody .kartka small{
	line-height:42px;
	display: block;
}
section.nagrody .kartka .nagroda-img{
	margin-top:20px;
	text-align:center;
}
section.nagrody .kartka .nagroda-linia{
	margin:30px 0;
	text-align:center;
}

section.nagrody .kartka .codziennie-head{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;

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

	color: var(--czerwony);
	margin-bottom:18px;
	margin-top:100px;
	letter-spacing:0.04em;
}

section.nagrody .kartka .nagroda-stopka{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 700;
	font-size: 21px;

	text-align: center;

	color: var(--niebieski);
	margin-top:-10px;
}
section.nagrody .kartka img.kartka-img1{
	position:absolute;
	left:-160px;
	top:90px;
}
section.nagrody .kartka img.kartka-img2{
	position:absolute;
	right:-100px;
	top:260px;
}
section.nagrody .nagrody-button{
	margin-top:64px;
	margin-bottom:70px;	
}

section.nagrody .adnotation{
	padding-bottom:140px;
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;

	text-align: center;

	color: #3C5732;

}
section.formularz{
	/*padding-top:160px;*/
	margin-top:80px;
}
section#winner-section{
	padding-top:0px;
}
section.formularz h2{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 900;
	font-size: 64px;
	line-height: 65px;

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

	color: #000;
}
section.formularz .h2-desc{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 118%;
	/* or 28px */

	text-align: center;

	color: var(--niebieski);
}
section.formularz .zadanie{
	font-family: PT Serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: center;
	color: var(--niebieski);
	margin-top:50px;
}
.req{
	color:var(--czerwony);
	font-weight:bold;
}

section.formularz .form-body{
	width:730px;
	max-width:100%;
	margin:45px auto;
}
section.formularz .form-body .form-group{
	margin-bottom:10px;
}
input.form-custom,
textarea.form-custom,
select.form-custom{
	border: 1px solid rgba(0,0,0,0.2);
	/*filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.49));*/
	border-radius:0;
	background:transparent;
	color:#ababab;
	font-size:18px;
	border-radius:20px;
}
select.form-custom{
	line-height:43px;
}
input.form-custom:focus,
textarea.form-custom:focus,
select.form-custom:focus{
	outline:none;
	box-shadow:none;
	border: 1px solid var(--niebieski);
}
.brakpesel{display:none;}
textarea.form-custom{
	height:155px;
	resize: none;
}
.textarea-container{
	position:relative;
}
span.counter{
	font-family: "Fira Sans", sans-serif;;
	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 20px;
}
section.formularz form label{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180.5%;
	color: #000;	
	margin-bottom:5px;
	}
.form-group small{
	display:block;
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height:18px;

	color: #808080;
	margin-top:12px;
}
small.light{
	color: #ABABAB;
}
section.formularz form .form-header{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 180.5%;

	color: #000;
	/*margin-top:50px;*/
}
.row-up{
	/*margin-top:-50px;*/
}
.pamietaj{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-size: 16px;
	line-height: 180.5%;
	text-align: center;

	color: var(--niebieski);
	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-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: var(--niebieski);	
}
section.formularz .form-footer input[type=checkbox]{
	left:-20px;
	top:7px;
	position:absolute;
}
section.formularz .form-footer a{
	color:var(--niebieski);
}
section.formularz .form-footer a.wez-udzial-button{
	color:#fff;
}
section.formularz .form-footer a.wez-udzial-button:hover{
	color:var(--czerwony);
}
.s13{
	font-size:13px!important;
}
.form-group.error input,
.form-group.error select,
.form-group.error textarea{
	border:1px solid red;
	color:red;
}
.form-group.error .form-error,
.custom-checkbox .error{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #FF0000;
}
.formularz .wez-udzial-button{
	background-color:var(--czerwony);
	border:1px solid var(--czerwony);
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:12px 55px;
	display:inline-block;
	text-decoration:none;
	transition:0.5s ease all;
	margin:30px 0;
	border-radius:40px;
	
}
.formularz .wez-udzial-button:hover{
	color:var(--czerwony);
	background-color:#fff;
}
.formularz #wez-udzial-prev{
	background:#fff;
	color:var(--czerwony);
}
.formularz #wez-udzial-prev:hover{
	color:var(--czerwony);
	border:1px solid #fff;
}
footer{
	margin-top:50px;
}
footer .foot-body{
	position:relative;
	background:var(--czerwony);
	
}
footer .foot-body .row .col-md-6{
	padding-bottom:100px;
}

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

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

	color: #000;
	padding-top:90px;
	padding-bottom:50px;
}
footer .kontakt-info,
footer .kontakt-info a{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 180.5%;
	text-align: center;

	color: #FFFFFF;
}

footer img.logo-stopka{
	margin-top:20px;
	margin-bottom:30px;
}
footer .copyright{
	background:#fff;
	padding: 24px 0;
}
footer .copyright,
footer .copyright a{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180.5%;
	color: rgba(0,0,0,0.6);
	text-decoration:none;
	text-align:center;
}
footer .copyright a{
	margin:0 25px;
	transition:0.5s ease all;
}
footer .copyright a:hover{
	color:var(--czerwony);
}

footer img.butelki-stopka{
	position: absolute;
    bottom: 20px;
}
footer .footer-lewo{
	position:relative;
}
footer .footer-lewo img{
	bottom:20px;
	left:0;
	position:absolute;

}
.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:var(--niebieski) url(../img/page-tlo.png);*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	margin: 50px 0;
	/*padding:120px;*/
	min-height:100vh;
}
.container-typ-error-nm{
	margin:0;
}
.container-typ > div{
	background:rgba(255,255,255,0.95);
}
.typ-logo{
	padding-top:60px;
}
.typ-logo-lewe{
	margin-right:0px;
}
.typ-logo-prawe{
	margin-left:25px;
}
.typ-logo img{
	
	max-width:100%;
}
.typ-icon{
	margin:50px auto;
}
.typ-icon img{
	margin-bottom:35px;
}
.typ-message{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 70px;

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

	color: #000;
	margin-bottom:60px;
}
.typ-message span{
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	text-transform:none;
	max-width:650px;
	margin:25px auto;
	display:block;
}
.typ-message small{
	font-size:32px;
	display:block;
	margin:25px auto;
	line-height:40px;
	max-width:650px;
}
.mw650{
	max-width:650px;
	margin:0 auto;
}
.posrel{
	position:relative;
}
section.bramka{
	background:url(../img/bramka-tlo.png) center top -60px no-repeat;
	min-height:100vh;
}
.container-bramka{
	padding:17px;
	background:#fff;
	margin:180px 0 0;
	text-align:center;
	max-width:720px;
	-webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.45);

}
.container-bramka > div{
	margin:0 auto;
	max-width:690px;
}
.container-bramka .bramka-logo{
	margin-top:80px;
}
.container-bramka .bramka-podaj-date{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
	text-transform: uppercase;

	color: #000;
	padding-top:115px;

}
.container-bramka .bramka-info{
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height:28px;

	text-align: center;

	color: rgba(0,0,0,0.5);
	margin-top:35px;
}
section.bramka .bramka-slogan{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	max-width:95%;
}
.container-bramka input{
	text-align:center;
}
.container-bramka label{
	text-transform:uppercase;
	color:#000;
}
.container-bramka form{
	width:400px;
	margin:65px auto 0;
}
.container-bramka #day,
.container-bramka #month,
.container-bramka #year{
	width:100px;
	/*display:inline-block;
	margin-left:10px;*/
}
.container-bramka #year{
	width:150px;
}
.container-bramka .form-group.error.mesg{
	margin-top:30px;
	margin-bottom:-30px;
}
.container-bramka .age-mesg .form-error{
	margin-bottom:60px;
	font-size:16px;
	font-weight:bold;
}
section.bramka .bramka-logotypy{
	margin-top:20px;
	max-width:100%;
}
section.bramka .bramka-logotypy.bramka-nieletni{
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.header-winner-container{
	background:none;
	position:relative;
	padding:0px 0;
}

.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:0px;
} 
.header-winner-container .winner-slogan-1{
	margin-top:35px;
} 
.header-winner-container .winner-logo1{
	position:absolute;
	top:100px;
	right:0px;
} 
.header-winner-container .winner-logo2{
	position:absolute;
	bottom:100px;
	right:0px;
}
#winner-section h2{
	padding-top:0px!important;
	color:#000;
	font-weight:900;
	font-size:48px;
}
#winner-section .zadanie{
	font-weight:bold;
	color:#000;
	font-size:32px;
	font-family: "Fira Sans", sans-serif;;
}
#winner-section .h2-desc{
	margin-top:50px;
	font-size:24px;
	color:#000;
}
#winner-section .numer_paragonu{
	border: 1px solid rgba(0,0,0,0.45);
	font-family: "Fira Sans", sans-serif;;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
	line-height: 40px;

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

	color: #000;
	display:inline-block;
	padding:0px 35px;
	margin-top:40px;
	padding-right:25px;
	border-radius:20px;
}
#winner-section .winner-button{
	cursor:pointer;
}
#winner-section .winner-button:hover{
	opacity:0.8;
}
#winner-section .formaty-zdjec,
.formaty-zdjec{
	font-family: "Fira Sans", sans-serif;;
	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-family: "Fira Sans", sans-serif;;
	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;
	z-index:10;
}
.dowod-zakupu > .par{
	display:none;
	position:absolute;
	top:15px;
	left:20px;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.49);
}
.dowod-zakupu > .par .zamknij{
	font-family:Arial;
	display:none;
	font-size:30px;
	color:#000;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer
}
.hide{
	display:none;
}
.show-more-btn,
.show-less-btn{
	cursor:pointer;
}
.counter-none{
	list-style:none;
}
section.nagrody .kartka .img-header-kartka{
	display:none;
}
.smallest{display:none;}

.img-znak{
	margin:15px auto;
	max-width: 100%;
    margin-top: 0;
}
.pij-odpowiedzialnie{
	text-align:left;
}
.footer-second,
.footer-second a{
	line-height:18px;
	margin-top:10px;
}
.footer-second a{
	margin:initial!important;
	text-decoration:underline!important;
}
.footer-second a:hover{
	color:#000!important;
	text-decoration:none!important;
}

.file-drop-area-container{
  height: 100%;
    padding: 0;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
	max-width:920px;
}

.file-drop-area {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 60px 25px;
  background-color: #fff;
  border-radius: 0px;

  transition: .3s;
  text-align:center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgb(171,171,171)' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");

}
.file-drop-area.is-active {
	border:none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgb(241,146,62)' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  display: inline-block;
}

.fake-btn {
  flex-shrink: 0;
  background-color: var(--czerwony);
  border-radius: 20px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 17px;
  text-transform: uppercase;
  width:auto;
  display:inline-block;
  color:#fff;
  line-height:45px;
  font-weight:bold;
}

.file-msg-top {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight:bold;
}

.file-msg {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top:20px;
}
.file-msg.acti{
	color:#00E352;
	font-weight:bold;
	font-size:20px;
}

.item-delete {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.item-delete:before {
  content: "";
  position: absolute;
  left: 0;
  transition: .3s;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ADADAD' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}

.item-delete:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  transition: .3s;
}

.item-delete:hover:after {
  transform: translate(-50%, -50%) scale(2.2);
  opacity: 1;
}

.item-delete:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23F1923E' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;

}
.file-input:focus {
  outline: none;
}
.row-step{
	min-height:100vh;
	align-items: center;
  	justify-content: center;
}
.row-step .analiza-ico{
	margin-top:100px;
}
span#zdjecie-error{
	display: block;
	text-align: center;
	color:red;
}
.row-step a{
	color:#000;
}
.row-step a:hover{
	color:var(--czerwony);
}
/*odliczanie*/
 .timer_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .timer_circle {
    position: relative;
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
  }

  .timer_container svg {
    transform: rotate(-90deg); /* start animacji na 12:00 */
  }

  .timer_background-ring {
    fill: none;
    stroke: #F1923E;
    stroke-width: 1; /* cienka kreska */
  }

  .timer_foreground-ring {
    fill: none;
    stroke: #F1923E;
    stroke-width: 6; /* gruba kreska */
    stroke-linecap: butt; /* ostre końce */
    transition: stroke-dashoffset 1s linear;
  }

  .timer_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    color: #F1923E;
  }

  .timer_start-button {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #F1923E;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
/*odliczanie koniec*/
.mw100{
	max-width:100%;
}
@media only screen and (max-width: 1440px) {
	.container-bramka{
		margin-top:50px;
	}
	section.bramka{
		background: url(../img/bramka-tlo.png) center top -220px no-repeat;
	}
	.container-bramka .bramka-podaj-date{
		padding-top:60px;
	}
	.header-container .img-header{
		margin-top:0;
	}
	.header-container .hero-slogan{
		max-width:100%;
	}
	.header-bg{
		margin-top:57px;
	}
	.header-container{
		background-size: contain;
		background-repeat: no-repeat;
	}
	.header-container img.logo1{
		/*margin-left:-60px;*/

	}
	header ul li a.nav-link.wez-udzial{
		padding-left:25px;
		padding-right:25px;
	}
	.header-container img.logo2{
		margin-left:40px;
	}
	.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:10px;
		margin-bottom:0;
	}
	.ifix{
		padding-left:100px;
	}

	section.nagrody .kartka img.kartka-img1{
		top:225px;
		left:-100px;
		width:400px;
	}
	section.nagrody .kartka img.kartka-img2{
		top:200px;
		width:400px;
	}
	section.nagrody .nagrody-button{
		margin-top:20px;
		margin-bottom:10px;
	}
	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;
	}
	/*footer img.butelki-stopka{
		top:-10px;
		right:100px;
	}*/
}
@media only screen and (max-width: 1366px) {
	.header-container .img-header{
		max-width:100%;
		margin-top:60px;
	}

	.ifix{
		padding-left:0;
	}

	.header-container img.logo1{
		width:160px;
	}
	.header-container img.logo2{
		width:150px;
	}
	header ul{
		margin-right:0;
		margin-top:10px;
	}
	header ul li.nav-item{
		margin-right:0;
		margin-left:0;
	}
	.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;
	}

	section.nagrody .kartka img.kartka-img1{
		width:370px;
		top:200px;
	}
	section.nagrody .kartka img.kartka-img2{
		width:350px;
		top:180px;
	}
	section.nagrody .nagrody-button{
		margin:30px 0;
	}
	footer .copyright{
		margin-top:-1px;
	}
	section.nagrody .kartka {

		position: relative;
	}
	footer img.butelki-stopka{
		max-height:100%;
	}
	footer .footer-lewo img{
		width:270px;
	}
}


@media only screen and (max-width: 1024px) {
	.header-container{
		min-height:auto;
	}
	h2{
		font-size:42px!important;
	}
	.header-container img.logo1{
		width:130px;
	}
	.header-container img.logo2{
		width:110px;
	}
	header ul{
		margin-right:0;
		margin-top:10px;
	}
	header ul li.nav-item{
		margin-right:0;
		margin-left:0;
	}
	.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%;
	}
	section.jak-grac .jak-grac-box .box-opis{
		font-size:18px;
	}
	section.jak-grac .jak-grac-box{
		height:420px;
	}
	section.nagrody .kartka img.kartka-img1{
		width:230px;
		margin-left:30px;
		top:200px;

	}
	section.nagrody .kartka img.kartka-img2{
		width:230px;
		margin-right:40px;
	}
	section.nagrody .nagrody-button{
		margin-top:15px;
	}
	footer .copyright{
		margin-top:-1px;
	}
	.header-winner-container .winner-butelki{
		left:0;
	}
	.header-winner-container .winner-logo1{
		right:40px;
	}
	.header-winner-container .winner-logo2{
		right:10px;
	}
	footer img.butelki-stopka{
		right:0px;
	}

	.header-container .slogans-container {
		text-align: center;
	}
	.header-container .hero-slogan {
		width:300px;
		margin-bottom:30px;
	}
	footer img.butelki-stopka{
		max-width:360px;
	}
	footer .footer-lewo img{
		width:235px;
	}
	footer .foot-body .row .col-md-6{
		padding-bottom:50px;
	}
	footer .kontakt-header{
		padding-top:50px;
	}
}

@media only screen and (max-width: 880px) {
	.header-container .img-header{
		margin-top:0px;
		
	}
	.header-container .hero-slogan{
		margin-top:20px;
		margin-bottom:10px;
	}
	.justify-content-center {
		justify-content: right!important;
	}
	section.jak-grac .jak-grac-box {
		background-position: right 0px bottom 50px!important;
		background-size: contain!important;
	}
	ul.nav{
		overflow: hidden;
		overflow-y: auto;
	}
	.header-container .header-slogan1 div{
		font-size:35px;
	}
	section.jak-grac .jak-grac-box{
		height:400px;
	}
	section.nagrody .kartka img.kartka-img1{
		width:200px;
		margin-left:0px;
		top:200px;
		display:none;
	}
	section.nagrody .kartka img.kartka-img2{
		width:200px;
		margin-right:0px;
		top:200px;
		display:none;
	}
	section.nagrody .kartka .img-header-kartka{
		display:block;
		margin:0 auto;
		max-width:300px;
		margin-top:30px;
	}
	footer img.butelki-stopka{
		width:240px;
		right:0;
		top:-20px;
		top:initial;
		position:absolute;
	}
	section.nagrody .kartka .codziennie-head{
		margin-top:30px;
	}
	footer .footer-lewo img{
		top:-20px;
		left:-60px;
	}
	footer .copyright a{
		margin:0 10px;
	}
}
@media only screen and (max-width: 768px) {
	section.jak-grac h5,
	section.jak-grac .jak-grac-box .box-opis,
	.jak-grac .desc,
	.jak-grac .desc a{
		font-size:16px;
		line-height:22px;
	}
	.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;
	}
	.a-menu{
		display:block;
		margin-top: 30px;
		margin-right: 20px;
		z-index:100;
	}
	ul.nav{
		/*display:none;*/
	}
	body.menu-open{
		overflow:hidden;
	}
	header ul.nav{
		display:none;
		position:fixed;
		padding-top:140px;
		margin-top:0;
		top:0;
		width:100%;
		height:100vh;
		margin-right:0;
		background:var(--czerwony);
		right:0;
	}
	header ul li.nav-item{
		border-top:1px solid #fff;
	}
	header ul li.nav-item a{
		font-family: "Fira Sans", sans-serif;;
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 58px;

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

		color: #FFFFFF;
	}
	header ul li a.nav-link.wez-udzial{
		background: var(--czerwony);
		max-width:100%;
		font-family: "Fira Sans", sans-serif;;
		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:28px!important;
		text-align:center;
		/*max-width:90%;*/
		text-shadow:none;
	}
	header ul li a.nav-link:last-child{
		margin:0 auto;
	}
	header ul li.nav-item{
		margin:0 10%;
	}
	.me-md-auto{
		margin-right:50px!important;
	}
	.header-container img.logo1{
		margin-right:30px;
	}
	.header-container .header-butelka{
		display:none;
	}
	.header-container .header-butelka-mob{
		display:block;
		margin:0px auto 0;
		text-align:center;
		margin-top:-40px;
	}
	.header-container .header-butelka-mob img{
		/*margin-left:-55px;*/
		
	}
	.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;
	}
	section.jak-grac .jak-grac-box img{
		margin-top:0;
	}
	.jak-grac .wez-udzial-button{
		margin:36px 0;
	}
	section.nagrody{
		padding-top:40px;
		background:url(../img/tlo-nagrody-mob.png) center top no-repeat;
		background-size:cover;
	}
	
	section.nagrody h2{
		margin-top:40px;
	}
	section.nagrody .kartka-lewo-mob,
	section.nagrody .kartka-prawo-mob{
		margin:0 auto;
	}
	section.nagrody .kartka{
		margin-right: var(--bs-gutter-x,-0.75rem);
		margin-left: var(--bs-gutter-x,-0.75rem);
		padding-right: var(--bs-gutter-x,.75rem);
		padding-left: var(--bs-gutter-x,.75rem);
		/*padding-bottom: 155px;*/
		padding-bottom: 50px;
		margin:0 auto;
	}
	section.nagrody .kartka .kartka-head{
		line-height:32px;
		font-size:24px;
		margin-top:0px;
		padding-top:30px;
	}
	section.nagrody .kartka .nagroda-naglowek{
		margin-top:25px;
	}
	section.nagrody .kartka .nagroda-nazwa{
		margin:20px 0;
	}
	section.nagrody .kartka .nagroda-naglowek-2{
		margin-top:40px;
	}
	section.nagrody .kartka .codziennie-head{
		line-height:32px;
		font-size:24px;
		margin-top:30px;
	}
	section.nagrody .kartka .nagroda-nazwa-dino{
		margin:0px 0;
	}
	.mt-40{
		margin-top:-40px;
	}
	section.nagrody .nagrody-button{
		margin-top:30px;
		margin-bottom:0px;
	}
	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;
	}
	footer .foot-body{
		background-position:right top;
	}
	footer .copyright{
		margin-top:-1px;
	}
	footer .copyright a{
		display:inline-block;
		margin:0 15px;
		margin-top:20px;
	}
	section.nagrody .kartka .nagroda-linia img{
		max-width:100%;
	}
	.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;
	}
	section.bramka{
		height:100vh;
	}
	.container-bramka{
		padding:17px;
		background:#fff;
		margin:0px 0;
		text-align:center;
		max-width:720px;
		margin-top: 20px;
	}
	.container-bramka > div{
		/*background:url(../img/bramka-mobile-top.png);
		background-position: left top;
		background-repeat:no-repeat;*/
		margin:0 auto;
		max-width:690px;
	}
	section.bramka .bramka-slogan{
		position:relative;
		top:initial;
		left:initial;
		transform:none;
		margin-top:20px;
	}
	.container-bramka .bramka-logo{
		margin-top:80px;
	}
	.container-bramka .bramka-podaj-date{
		font-family: "Fira Sans", sans-serif;;
		font-style: normal;
		font-weight: 900;
		font-size: 20px;
		line-height: 27px;
		text-align: center;
		text-transform: uppercase;

		color: var(--niebieski);
		padding-top:20px;
	}
	.container-bramka .bramka-info{
		font-family: "Fira Sans", sans-serif;;
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height:18px;

		text-align: center;

		color: #ABABAB;
		margin-top:25px;
	}
	.container-bramka input{
		text-align:center;
	}
	.container-bramka label{
		font-weight:bold;
	}
	.container-bramka form{
		width:100%;
		margin:20px auto 0;
	}
	.container-bramka #day,
	.container-bramka #month,
	.container-bramka #year{
		width:100%;
		max-width:257px;
		margin-bottom:20px;
		/*display:inline-block;
		margin-left:10px;*/
	}
	.container-bramka #year{
		width:100%;
	}
	section.bramka .age-button{
		width:100%;
		max-width:257px;
		margin-top:20px;
		margin-bottom:0;
	}
	.header-winner-container .winner-butelki{
		display:none;
	} 
	
	.header-winner-container .winner-logo1{
		top:initial;
		bottom:110px;
		width:180px;
		left:50%;
		margin-left:-90px;
	}
	.header-winner-container .winner-logo2{
		bottom:10px;
		width:180px;
		left:50%;
		margin-left:-70px;
	}
	.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{
		font-family:Arial;
		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;
	}
	footer .kontakt-info, footer .kontakt-info a{
		font-size:16px;
		line-height:26px;
	}
	.container-typ{
		padding:120px 0;
	}
	.container-typ .typ-logo-prawe{
		margin-left:0;
		margin-top:25px;
	}
	footer .smallest{
		display:block;
		max-width:100%;
		margin:0 auto;
		position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
	}
	footer .kontakt-header{
		margin-top:300px;
	}
	.pij-odpowiedzialnie{
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	.header-bg{display:none;}
	.header-container .header-logotypy{
		display:none;
	}

	.flex-wrap{
		flex-wrap:initial!important;
	}
	.header-container img.logo1{
		margin-left:0px;
		margin-right:20px;
		margin-top:-16px;
	}
	.justify-content-center {
        justify-content: center !important;
    }
	.me-md-auto{
		margin-right:20px!important;
	}
    .header-container {
        background:url(../img/header-bg-mob.png) center top no-repeat;
		min-height: 100vh;
    }
	.header-winner-container{
		background:none;
		min-height:auto;
	}
	.header-container .container{
		padding-left:0;
		padding-right:0;
	}
	.header-container .hero-slogan{
		margin-top:0px;
		margin-bottom:10px;
	}
	.header-container .slogans-container{
		margin-left:0;
	}
	.a-menu{
		margin-left:0;
	}
	section.jak-grac .jak-grac-box{
		background-size:initial!important;
		background-position:right 20px bottom 20px!important;
		min-height:300px;
	}
	section.nagrody{
		background-size:initial;
		padding-top:20px;
	}
	section.nagrody .kartka .kartka-head{
		margin-top:0;
		padding-bottom:0px;
	}
	

	footer .foot-body .row .col-md-6{
		padding-bottom:50px;
	}
	section.nagrody .kartka .img-header-kartka{
		max-width:90%;
	}
	section.nagrody .kartka .kartka-n{
		margin-top:-10px;
	}
	section.nagrody .kartka .nagroda-naglowek{
		font-size:40px;
	}
	section.nagrody .kartka .nagroda-nazwa{
		font-size:22px;
		line-height:26px;
	}
	section.nagrody .kartka .kartka-srodek .nagroda-nazwa{
		text-align: center;
		margin-top:0;
	}
	.header-container .img-header{
		display:none;
	}
	.header-container{
		position:relative;
	}
	.header-container .header-button{
		/*position:absolute;
		bottom:70px;
		left:50%;
		transform: translateX(-50%);*/
	}
	.header-container .row{
		position:initial;

	}
	section.jak-grac h2{
		margin-top:20px;
	}
	section.nagrody .kartka .nagroda-nazwa b{
		font-size:32px;
	}
	footer .kontakt-header {
        margin-top: 250px;
		padding-bottom:15px;
    }
	.img-znak{
		margin:15px auto;
	}
}

/* Loader styles for #contest-form */
#contest-form.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

#contest-form.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#contest-form.loading::before {
    content: 'Wczytywanie pliku...';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    font-weight: bold;
    color: var(--czerwony);
}
