@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
:root{
	--niebieski:#1B4A9A;
	--jasnozielony:#3C5732;
	--ciemnozielony:#215732;
	--ciemnoczerwony:#FFBB00;
	--jasnoniebieski:#5B87C8;
}
@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;
}

/* 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;
}

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

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

/* 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(--niebieski);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-container{
	background:url(../img/header.png);
	background-size:cover;
	background-position:right top;
}
header{
	position:relative;
	z-index:10;
}
header ul{
	margin-top:35px;
	margin-right:200px;
}
header ul li.nav-item{
	margin-left:12px;
	margin-right:12px;
}
header ul li a.nav-link{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 180.5%;
	/* identical to box height, or 36px */

	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;

	color: var(--niebieski);

	transition: 0.5s ease all;
}
header ul li a.nav-link:hover{
	color:var(--ciemnoczerwony);
}
header ul li a.nav-link.wez-udzial{
	background-color:var(--ciemnoczerwony);
	padding-left:50px;
	padding-right:50px;
	margin-left:12px;
	border-radius:0;
	border:1px solid var(--ciemnoczerwony);
	color:#000000;
}
header ul li a.nav-link.wez-udzial:hover{
	color:var(--ciemnoczerwony);
	background-color:#fff;
}
.header-container{
	overflow:hidden;
}
.header-container > .container90{
	max-width:90%;
	margin:0 auto;
}
.header-container > .container{
	max-width:100%;
	padding-left:0;
}
.header-container .hero-slogan{
	left:0;	
}
.header-container .row{
	z-index:2;
	position:relative;
}
.header-container .header-slogan1{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 138px;
	line-height:138px;
	text-transform: uppercase;
	color: var(--niebieski);
	margin-top:120px;
	margin-left:100px;
}


.header-container .header-slogan1 div{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 138px;
	line-height:138px;
	text-transform: uppercase;
	color: var(--ciemnoczerwony);	
	margin-left:0px;
	margin-top:0px;
}

.header-container .slogans-container{
	margin-top:80px;
	margin-left:100px;
	position:relative;
	z-index:10;
}
.header-container .slogans-container .header-slogan2{
	font-family: 'Roboto';
	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;
	float:right;
}
.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: 'Roboto';
	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 .row-icons{
	/*margin-top:-350px;
	margin-bottom:200px;*/
	position:relative;
	z-index:1;
}
.header-container .icon{
	/*position:absolute;
	bottom:0*/

}
.header-container .icon >div{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;

	text-align: center;
	letter-spacing: -0.03em;

	text-align: center;

	color: var(--niebieski);	
}
.header-container .icon >small{
	color:var(--niebieski);
	font-size:16px;
	line-height:50px;
	display:block;
}
.header-container .icon >img{
	margin-bottom:28px;
}
/*.header-container .icon >img:hover {
	animation: tilt-n-move-shaking 0.3s infinite;
}*/

.header-container .icon >div >span{
	color:var(--ciemnoczerwony)
}
.header-container .icon3 >div{
	background:var(--ciemnoczerwony);
	color:#fff;
	display:inline-block;
	line-height:42px;
	padding:6px 14px;
}
.header-container .icon3 >div.div1{
	padding-bottom:4px;
}
.header-container .icon3 >div.div2{
	padding-top:4px;
}
.hide-desktop{
	display:none;
}
.hide-mobile{
	display:block;
}
.header-kasawraca{
	font-style: normal;
	font-weight: 700;
	font-size: 63px;
	line-height: 114px;

	letter-spacing: -0.035em;
	background:#164396;
	color:#fff;
	padding-left:150px;
	padding-right:50px;
	display:inline-block;
	margin-top:0px;
}
.header-info,
.header-info a{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color:var(--niebieski);
	margin-top:60px;
	margin-bottom:-60px;
}

.header-container .header-button,
section.nagrody .nagrody-button,
.container-typ a.typ-button,
section.bramka .age-button{
	background-color:var(--ciemnoczerwony);
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
	padding:12px 55px;
	display:inline-block;
	text-decoration:none;
	transition:0.5s ease all;
	margin:60px 0;
	border:1px solid var(--ciemnoczerwony);
}

.header-container .header-button:hover,
section.nagrody .nagrody-button:hover,
.container-typ a.typ-button:hover,
section.bramka .age-button:hover{
	color:var(--ciemnoczerwony);
	background-color:#fff;
}
.header-container .header-butelka{
	margin-top: -170px;
	margin-left:130px;
	z-index:-1;
	position:relative;
}
.header-container img.logo{
	z-index:2;
	position:relative;
}
.header-container img.logo2{
	margin-left:80px;
}
/*section.jak-grac{
	background:url(../img/jak-grac.png) center top no-repeat;
	background-size:cover;
}*/
section.jak-grac .container{
	max-width:1320px;
}

section.jak-grac h2{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	/* identical to box height */

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

	color: var(--niebieski);
	margin-top:70px;
	padding-bottom:20px;
}

section.jak-grac h5,
section.jak-grac h5 a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: var(--niebieski);
}

section.jak-grac h5 a{
	color:#ff0000!important;
	font-weight:bold;
	text-decoration: none;
}

section.jak-grac h5.h5-second{
	margin-bottom:68px;
}
section.jak-grac .jak-grac-box{
	width: 446px;
	max-width:100%;
	height: 382px;
	border: 1px solid var(--niebieski);
	padding:30px;
	transition:05.s ease all;
}

/*
.daszki {
  border: dashed 2px #256D1C;
  
  border-image-source: url(../img/ramka.png);
  border-image-slice: 2;
  border-image-repeat: round;  
  
  border-image: url(../img/ramka.png) 1 round;
}
*/
section.jak-grac .jak-grac-box .box-opis{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 141%;
	/* or 28px */

	text-transform: uppercase;
	color:var(--niebieski);
	margin-top:25px;
}
section.jak-grac .jak-grac-box small{
	font-size:15px;
	letter-spacing:-0.04em;
	line-height:20px;
	display:block;
	font-weight:400;
	text-transform:none;
}
section.jak-grac .jak-grac-box .box-opis-pamietaj{
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 141%;
	/* identical to box height, or 27px */

	letter-spacing: -0.04em;
	color:var(--niebieski);
	margin-top:10px;
}
section.jak-grac .jak-grac-box .box-opis-pamietaj span{
	color:red;
}
section.jak-grac .jak-grac-box img{
	margin-top:7px;
}
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(--ciemnoczerwony);
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
	padding:12px 55px;
	display:inline-block;
	text-decoration:none;
	transition:0.5s ease all;
	margin:60px 0 30px;
	border:1px solid var(--ciemnoczerwony);
}
.jak-grac .wez-udzial-button:hover{
	color:var(--ciemnoczerwony);
	background-color:#fff;
}
.jak-grac .desc{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;

	text-align: center;

	color:var(--niebieski);
}
.jak-grac .desc.above-desc-light{
	color:var(--niebieski);
	font-size:20px;
	line-height:26px;
	text-align: center;
	margin-top:75px;
	font-weight:normal;
}
.jak-grac .desc.above-desc-light span{
	color:red;
}
.jak-grac .desc.above-desc-light a{
	font-weight:bold;
	color:var(--niebieski);
	text-decoration:none;
}

.jak-grac .desc.desc-light{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;

	text-align: center;

	color: #ABABAB;
	margin-top:15px;
}
.udzial > img{
	margin-bottom:5px;
	max-width:100%;
	transition: 0.5s ease all;
}
.udzial > img:hover {
    transform: scale(1.2);
}
.udzial > div{
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height:27px;

	text-align: center;

	color: var(--niebieski);
}
.udzial > span{
	font-style: normal;
	font-weight: regular;
	font-size: 16px;
	line-height:20px;

	text-align: center;

	color: var(--niebieski);
	margin-top:5px;
}
section.nagrody{
	background:url(../img/tlo-nagrody.png) center top / contain no-repeat;
	margin-top:80px;
}
section.nagrody .nagrody-lewo{
	margin-left:-58px;
}
section.nagrody .nagrody-prawo{
	text-align:right;
	margin-right:60px;
}
section.nagrody .piwa{
	margin:0 100px;
}
section.nagrody > .container{
	padding-top:140px;
}
section.nagrody h2{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	/* identical to box height */

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

	color: #FFFFFF;
	padding:62px 0;
}

section.nagrody .kartka{
	padding-top:60px;
	/*background:#fff url(../img/tlo-nagrody-2.png) right top no-repeat;
	background-size:contain;*/
	position:relative;
	max-width:1400px;
	margin:0 auto;
	box-shadow: 0px 4px 106px rgba(0, 0, 0, 0.25);
	background-color:#fff;
}

section.nagrody .kartka .front-lewo{
	margin-left:80px;
	padding-top:0;
}

section.nagrody .kartka .strefa-butelki{
	text-align:center;
	padding-right:20px;
}
section.nagrody .kartka .strefa-butelki > div{
	text-align:right;
	margin-bottom:25px;
	margin-right:30px;
	margin-top:-50px;
}
section.nagrody .kartka .strefa-butelki img{
	margin:0 10px;
}
section.nagrody .kartka .poznaj{
	font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 123.7%;
/* or 58px */

letter-spacing: -0.04em;
	color: var(--niebieski);
	text-transform:uppercase;
	margin-top:100px;

}
.posrel{
	position:relative;
}
section.nagrody .kartka .poznaj-strzalka{
	/*margin-top:-50px;
	margin-left:-30px;*/
	/*position:absolute;
	top:0px;
	right:0px;*/
	margin-left:75px;
	margin-top:-30px;
}
section.nagrody .kartka .poznaj > span{
	color:var(--ciemnoczerwony);
}

section.nagrody .kartka .kartka-head{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 180.5%;
	text-align: center;
	text-transform: uppercase;

	color: var(--ciemnozielony);
	margin-top:100px;
}
section.nagrody .kartka .nagroda-naglowek{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;

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

	color: var(--ciemnoczerwony);
	margin-top:10px;
}
section.nagrody .kartka .nagroda-naglowek-2{
	margin-top:40px;
}
section.nagrody .kartka .nagroda-nazwa{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height:70px;
	
	text-align: center;
	text-transform: uppercase;
	color:var(--niebieski);
}
section.nagrody .kartka .nagroda-nazwa span{
	font-size:30px
}
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: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;

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

	color: var(--ciemnozielony);
	margin-bottom:30px;
}
section.nagrody .kartka .codziennie-head span{
	font-weight:normal;
}
section.nagrody .kartka .nagroda-stopka{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;

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

	color: var(--ciemnoczerwony);
	margin-top:-10px;
}
section.nagrody .kartka img.kartka-img1{
	position:absolute;
	left:0;
	top:200px;
}
section.nagrody .kartka img.kartka-img2{
	position:absolute;
	right:0;
	top:200px;
}
section.nagrody .nagrody-button{
	margin-top:70px;
	margin-bottom:70px;	
}

section.formularz{
	margin-top:60px;
	padding-top:60px;
	min-height:100vh;
}

section.formularz h2{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;

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

	color: var(--niebieski);
}
section.formularz .h2-desc{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;

	text-align: center;


	color: var(--niebieski);
	margin-top:35px;
}
section.formularz .pula{
	text-align:center;
	margin:0 auto;
	width:100px;

}
section.formularz .pula .progres .pasek{
	width: 100px;
	height:22px;
}	
section.formularz .pula .progres .ilosc{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	text-transform:uppercase;
	color: #00E352;
}	

section.formularz .pula .progress{
	width:100px;
	background:#fff;
	height:22px;
	border-radius:0;
}
section.formularz .pula .prog-100{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;

	text-align: center;

	color: #00E352;

}
section.formularz .pula .progress-100{
	border:1px solid #00E352;
}

section.formularz .pula .progress-100 .progress-bar{
	background-color:#00E352;
	width:80%;
}
section.formularz .pula .prog-50{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;

	text-align: center;

	color: #FF6616;

}
section.formularz .pula .progress-50{
	border:1px solid #FF6616;
}

section.formularz .pula .progress-50 .progress-bar{
	background-color:#FF6616;
	width:50%;
}
section.formularz .pula .prog-10{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;

	text-align: center;

	color: #C20404;

}
section.formularz .pula .progress-10{
	border:1px solid #C20404;
}
section.formularz .pula .progress-0{
	border:1px solid #C20404;
}

section.formularz .pula .progress-10 .progress-bar{
	background-color:#C20404;
	width:10%;
}

section.formularz .pula .progress-0 .progress-bar{
	background-color:#C20404;
	width:0%;
}

.req{
	color:red;
	font-weight:bold;
}

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

	color: var(--niebieski);
	margin-top:50px;
}
.row-up{
	margin-top:-50px;
}
.pamietaj{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	text-align: center;

	color: var(--niebieski);
	margin-top:35px;
}

section.formularz .form-footer{
	width:1020px;
	max-width:100%;
	margin:45px auto;
	
}
section.formularz .form-footer .custom-checkbox{
	position:relative;
	margin-bottom:15px;
}
section.formularz .form-footer .custom-checkbox label{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #000000;	
}
.forma-uczestnictwa{
	display:inline-block;
	margin-right:30px;
}
span.red{
	color:red;
	font-size:16px;
	margin:20px 0;
	display:block;
}
span.red span{
	color:var(--niebieski);

}
section.formularz .form-footer input[type=checkbox]{
	left:-20px;
	top:7px;
	position:absolute;
}
section.formularz .form-footer a{
	color:#000;
}
.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: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #FF0000;
	display:block;
}
.formularz .wez-udzial-button{
	background-color:var(--ciemnoczerwony);
	border:1px solid var(--ciemnoczerwony);
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
	padding:12px 55px;
	display:inline-block;
	text-decoration:none;
	transition:0.5s ease all;
	margin:30px 0;	
}
.formularz .wez-udzial-button:hover{
	color:var(--ciemnoczerwony);
	background-color:#fff;
}
footer{
	position:relative;
		/*margin-top:40px;*/
	margin-top:0;
}
footer .foot-body{
	background:url(../img/tlo-stopka.png) left bottom / cover no-repeat;
}

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: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	/* identical to box height */

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

	color: #FFFFFF;
	padding-top:60px;
	padding-bottom:50px;
}
footer .kontakt-info,
footer .kontakt-info a{
	/*font-family: 'Roboto';*/
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180.5%;
	text-align: center;

	color: #FFFFFF;
}
footer .kontakt-info a:hover{
	color:var(--ciemnoczerwony);
}
footer img.logo-stopka{
	margin-top:20px;
	margin-bottom:60px;
}
footer .copyright{
	background:var(--jasnoniebieski);
	padding: 24px 0;
}
footer .copyright,
footer .copyright a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180.5%;
	color: #ffffff;
	text-decoration:none;
	text-align:center;
}
footer .copyright a{
	margin:0 25px;
	transition:0.5s ease all;
}
footer .copyright a:hover{
	color:var(--ciemnoczerwony);
}

footer img.butelki-stopka{
	position:absolute;
	right:150px;
	top:50%;
	margin-top:-110px;
	z-index:10;
}
footer .stopka-bloczki{
	margin:140px auto 100px;
	text-align: center;
}
footer .stopka-logo{
	margin:70px auto;
	text-align: center;
}
footer .stopka-logo img{
	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:url(../img/tlo-nagrody.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	margin-bottom: 50px;
	min-height:100vh;
}
.typ-logo{
	padding-top:60px;
}
.typ-logo img{
	max-width:100%;
}
.typ-logo img.logo1{
	margin-right:28px;
}
.typ-logo img.logo2{
	margin-left:28px;
}

.typ-icon{
	margin:50px 0;
}
.typ-message{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 39px;
	line-height: 50px;

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

	color: #fff;
	margin-bottom:110px;
}
section.bramka{
	background:url(../img/tlo-bramka.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	max-height:100hv;
}
.container-bramka{
	padding:17px;
	/*background:#fff;*/
	margin:80px 0;
	text-align:center;
	max-width:720px;
}
.container-bramka .bramka-logo{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 72px;
	line-height:72px;
	text-transform: uppercase;
	color:var(--niebieski);
	padding:70px 0 45px;
}
.container-bramka .bramka-logo > div{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 140px;
	line-height: 150px;
	text-transform: uppercase;
	color:var(--ciemnoczerwony);
}
.bramka-lewo,
.front-lewo{
	font-family: 'Roboto';
	font-size:105px;
	line-height:115px;
	color:var(--niebieski);
	text-transform:uppercase;
	padding-top:150px;
	margin-left:300px;
}
.bramka-lewo .zawsze,
.front-lewo .zawsze{
	color:var(--ciemnoczerwony);
}
.bramka {
	min-height:100vh;
}
.bramka .bramka-slogan{
	margin-top:73px;
	max-width:100%;
}
.bramka .col-md-6{
	position:relative;
}
.bramka .strefa{
	position:absolute;
	bottom:0;
	right:0;
}
.bramka .strefa input{
	font-style: normal;
	font-weight: 700;
	font-size: 63px;
	line-height: 114px;
	letter-spacing: -0.035em;
	text-transform: uppercase;

	color: #FFFFFF;
	pointer-events:none;
}
.front-lewo .strefa{
	margin-top:115px;
}
.bramka-lewo .strefa img,
.front-lewo .strefa img{
	width:250px;
}
.container-bramka > div{
	/*background:url(../img/tlo-bramka-container.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center top;*/
	background:#fff;
	margin:0 auto;
	max-width:690px;
	box-shadow: 16px 19px 49px rgba(0, 0, 0, 0.3);
}
.container-bramka .bramka-podaj-date{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 54px;
	text-align: center;
	text-transform: uppercase;

	color: var(--niebieski);
	/*padding-top:320px;*/
}
.container-bramka .bramka-info{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height:35px;

	text-align: center;

	color: #ABABAB;
	margin-top:35px;
}
.container-bramka input{
	text-align:center;
}
.container-bramka label{
	text-transform:uppercase;
	color:var(--niebieski);
}
.container-bramka form{
	width:400px;
	margin:30px 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{
	display:none;
	margin-top:30px;
	margin-bottom:-30px;
}

.header-winner-container{
	background:url(../img/winner-header.png);
	height:339px;
	max-height:339px;
	position:relative;
}

.header-winner-container .header-slogan1{
	margin-top:60px;
}
.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{
	padding-top:50px!important;
}
#winner-section .zadanie{
	font-weight:normal;
}
#winner-section .h2-desc{
	margin-top:50px;
}
#winner-section .numer_paragonu{
	border: 1px solid var(--ciemnozielony);
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 40px;

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

	color: var(--niebieski);
	display:inline-block;
	padding:0px 35px;
	margin-top:40px;
	padding-right:25px;
}
#winner-section .winner-button,
#contest-form .winner-button{
	cursor:pointer;
	transition:0.5s ease all;

}
#contest-form .winner-button{
	margin-top:15px;
}
#winner-section .winner-button:hover,
#contest-form .winner-button:hover{
	opacity:0.8;
}
#winner-section .formaty-zdjec{
	font-family: 'Roboto';
	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: 'Roboto';
	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{
	font-family:Arial;
	display:none;
	font-size:30px;
	color:#000;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer
}

.showxs{display:none;}
.hero-regulamin{display:none;}
.kartka img{
	max-width:100%;
}
@media only screen and (max-width: 1550px) {
	header ul{
		margin-right:0;
	}
	.header-container > .container{
		max-width:100%;
	}
	section > .container{
		max-width:90%;
	}
	.header-container .logo{
		max-height:70px;
	}
	header ul li.nav-item{
		margin-left:0;
		margin-right:0;
	}
	.header-info{
		text-align:right;
		margin-right:0px;
	}
	section.nagrody .kartka .poznaj{
		font-size:42px;
	}
}
@media only screen and (max-width: 1366px) {

	.header-container .hero-slogan{
		max-height:350px;
	}
	/*.header-container img.logo1{
		width:160px;
	}*/
	/*.header-container img.logo2{
		width:70px;
	}*/
	.header-container .header-kasawraca{
		font-size:46px;
		line-height:80px;
		padding-left:70px;
	}
	.header-info{
		font-size:13px;
		margin-bottom: -55px;
	}
	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:350px;
		margin-left:-70px;
	}
	section.nagrody .kartka img.kartka-img2{
		width:350px;
		margin-right:-70px;
	}
	section.nagrody .nagrody-button{
		margin-top:15px;
	}
	footer .copyright{
		margin-top:-1px;
	}
	.bramka-lewo{
		margin-left:150px;
	}
	.header-container .row-icons{
		margin-top:0px;
	}
	.header-container .header-slogan1{
		margin-left:250px;
	}
	.header-container .slogans-container{
		margin-left:225px;
	}
	.header-container .icon >img{
		width:120px;
	}
	.header-container .icon >div{
		font-size:33px;
		line-height:40px;
	}
	.header-container .icon3 >div.div2{
		padding:3px 7px;
		padding-top:0;
	}
	.header-container .icon3 >div.div1{
		padding:3px 7px;
		padding-bottom:0;
	}
	section.nagrody .kartka .strefa-butelki > img{
		height:490px;
		margin-top:140px;
	}
	section.nagrody .kartka .poznaj-strzalka{
		float:right;
		margin-left:0;
		margin-right:100px;
		margin-top:-140px;
	}
	footer img.stopka-satysfakcja{
		left:50px;
	}
	footer img.butelki-stopka{
		right:50px;
	}

	section.nagrody .kartka .poznaj{
		font-size:35px;
	}
	section.nagrody .kartka .poznaj-strzalka{
		margin-top:-45px;
		margin-left:-110px;
		margin-right:0;
	}
	footer img.stopka-satysfakcja{
		margin-top:-160px;
	}
	.stopka-bloczki{
		max-width:400px;
	}
}

@media only screen and (max-width: 1024px) {
	.header-container .icon{
		position:relative;
	}
	.header-container .icon >small{
		line-height:18px;
	}
	.me-md-auto{
		margin-right:0!important;
		margin-bottom:30px!important;
	}
	.header-container{
		background-repeat:no-repeat;
		background-size:cover;
		background-position:right bottom;
	}
	.header-container img.logo1{
		width:130px;
	}
	.header-container img.logo2{
		width:120px;
	}
	header ul{
		margin-right:0;
		margin-top:10px;
	}
	header ul li.nav-item{
		margin-right:0;
		margin-left:0;
	}
	.header-container .icon >img {
		width: 100px;
	}
	.header-container .hero-slogan{
		max-height:320px
	}
	.header-container .header-kasawraca{
		font-size:30px;
		line-height:70px;
	}
	.header-container .header-butelka{
		display:none;
	}
	.header-container .header-slogan1{
		font-size:87px;
		line-height:87px;
	}
	.header-container .header-slogan1 div{
		font-size:45px;
		line-height:48px;
	}
	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:250px;
		margin-left:-40px;
	}
	section.nagrody .kartka img.kartka-img2{
		width:250px;
		margin-right:-40px;
	}
	section.nagrody .nagrody-button{
		margin-top:45px;
	}
	section.nagrody .nagrody-lewo{
		margin-left:-45px;
	}
	section.nagrody .nagrody-lewo img{
		max-height:150px;
		
	}
	section.nagrody .nagrody-prawo img{
		max-height:144px;
	}

	section.nagrody .kartka .poznaj-strzalka{
		margin-right:-8px;
		margin-top:-80px;
	}
	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;
	}
	.header-container .icon >div{
		font-size:20px;
		line-height:26px;
	}
	.header-container .slogans-container{
		margin-left:190px;
	}
	.header-container .slogans-container .header-button{
		padding:12px 20px;
		margin-top:20px;
	}

	section.nagrody .kartka .strefa-butelki > img{
		height:385px;
	}
	section.nagrody .kartka .front-lewo{
		font-size:85px;
		line-height:95px;
	}
	.front-lewo .strefa{
		margin-top:95px;
	}
	section.nagrody .kartka .poznaj-strzalka{
		margin-right:20px;
	}
	.stopka-bloczki {
        max-width: 300px;
    }
	.stopka-logo img{
		max-width:200px;
	}

}
@media only screen and (max-width: 880px) {
	.me-md-auto{
		margin-right:initial!important;
	}
	.col-mid{
		width:100%!important;
	}

	section.nagrody .kartka .poznaj-strzalka{
		display:none;
	}
	footer img.butelki-stopka{
		width:150px!important;
	}
	.header-container .header-kasawraca{
		padding-left:30px;
	}
	ul.nav{
		overflow: hidden;
		overflow-y: auto;
	}
	.header-container .header-slogan1 div{
		font-size:35px;
	}
	section.jak-grac .jak-grac-box{
		height:520px;
	}
	section.nagrody .kartka img.kartka-img1{
		width:200px;
		margin-left:-40px;
		top:350px;
	}
	section.nagrody .kartka img.kartka-img2{
		width:200px;
		margin-right:-40px;
		top:350px;
	}
	footer .copyright{
		line-height:20px;
	}
	footer .copyright a{
		margin:0 10px;
	}
	footer img.stopka-satysfakcja {
		left:20px;
	}
	.stopka-bloczki {
        max-width: 230px;
    }
}
@media only screen and (max-width: 768px) {
	.stopka-bloczki{display:none;}
	header.justify-content-center{
		justify-content:initial!important;
	}
	.header-container .hero-slogan{
		max-height:235px;
	}
	.header-container .slogans-container{
		margin-left:0;
	}
	.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;
	}
	.change-100{
		width:100%;
	}
	.a-menu{
		display:block;
		margin-top: 15px;
		margin-left: 30px;
		z-index:100;
		position: absolute;
		right: 0;
	}
	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:#fff;
		left:0;
	}
	header ul li.nav-item{
		border-top:1px solid #414141;
	}
	header ul li.nav-item:first-child{
		border-top:0px solid #414141;
	}
	header ul li.nav-item a{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 58px;

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

		color: var(--niebieski);
	}
	header ul li a.nav-link.wez-udzial{
		max-width:90%;
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 22px;
		line-height: 40px;

		text-transform: uppercase;
		
		color: #fff;
		background:var(--ciemnoczerwony);
		border:1px solid var(--ciemnoczerwony);
		
		margin-left:5%;
		margin-top:140px;
		text-align:center;
		width: 400px;
        margin: 140px auto;
	}
	header.py-4{
		margin-bottom:0!important;
	}
	/*.header-container {
		background-position:top right;
	}*/
	.header-container .header-butelka{
		display:none;
	}
	.header-container .header-butelka-mob{
		display:block;
		margin:10px auto 0;
		text-align:center;
	}
	.header-container .header-butelka-mob img{
		margin-left:-55px;
	}
	.header-container img.logo2{
		margin-left:40px;
	}

	.header-container .icon{
		text-align:center;
	}
	.header-container .icon >img{
		width:80px;
		margin:0 auto;
	}
	/*.header-container .row-icons .icon div{
		float:left;
		font-size:22px;
		line-height:26px;
		margin-left:22px;
		margin-top:7px;
		text-align:left;
		
	}
	.header-container .row-icons .icon .div1{
		margin-top:-2px;
	}
	.header-container .row-icons .icon .div2{
		margin-top:0;
	}
	.header-container .row-icons .icon img{
		width:68px;
		float:left;
	}*/
	.header-info{
		margin-top:10px;
		margin-bottom:30px;
	}
	section.nagrody .nagrody-lewo img{
		max-height:120px;
	}
	section.nagrody .nagrody-prawo img{
		max-height:110px;
	}
	.piwa{
		margin-top:30px!important;
	}

	section.nagrody .kartka .poznaj-strzalka{
		display:block;
		margin-right:-30px;
	}
	.stopka-butelki img{
		margin:0 auto;
	}
	footer img.butelki-stopka-mob{
		margin-top:10px;
		margin-bottom:20px;
	}
	.header-container .slogans-container{
		max-width:100%;
		text-align:center;
		margin-top: 20px
	}
	.header-container .header-slogan1{
		font-size:58px;
		line-height:58px;
		text-align:left;
		margin-top:0;
		margin-left:10px;
	}
	.header-container .header-slogan1 div{
		font-size:58px;
		line-height:58px;
		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 .desc{
		font-size:16px;
		line-height:29px;
	}
	section.jak-grac .jak-grac-box{
		height:350px!important;
		margin-bottom:20px;
	}
	section.jak-grac .desc{
		font-size:16px;
		line-height:20px;
	}
	section.jak-grac .jak-grac-box img{
		margin-top:0;
	}
	.jak-grac .wez-udzial-button{
		margin:36px 0;
	}
	section.nagrody{
		/*background:url(../img/beczki-mob.png) center top no-repeat;
		margin-top:36px;*/
	}
	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: 0px;
		/*background:#fff url(../img/tlo-nagrody-2-mobile.png) center top no-repeat;
		background-size:cover;*/
		box-shadow:initial;
	}
	section.nagrody .kartka .front-lewo{
		margin-left:20px;
		font-size:60px;
		line-height:65px;
		position:relative;
	}
	section.nagrody .kartka .front-lewo .front-lewo-logo{
		position:absolute;
		top:0px;
		right:30px;
	}
	section.nagrody .kartka .front-lewo .front-lewo-logo img{
		width:86px;
	}
	section.nagrody .kartka .front-lewo .strefa{
		margin-top:30px;
		
	}
	section.nagrody .kartka .front-lewo .strefa img{
		width:275px;
		max-width:100%;
		margin:0 auto;
	}
	section.nagrody .kartka .poznaj{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;

		text-align: center;
		margin-top:40px;
	}
	section.nagrody .kartka .strefa-butelki img{
		height:266px;
		margin:20px 2px;
	}

	section.nagrody .nagrody-button{
		margin-top:40px;
		margin-bottom:40px;
		font-size:20px;
		min-width:255px;
	}
	section.formularz{
		margin-top:10px;
		padding-top:10px;
	}
	section.formularz h2{
		font-size:48px;
		line-height:72px;
		margin-top:25px;
	}
	section.formularz .h2-desc{
		font-size:20px;
		line-height:36px;
		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-logo img.logo1{
		margin-right:0px;
	}
	.typ-logo img.logo2{
		margin-left:0px;
	}
	.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;
	}
	.container-bramka > div{
		margin:0 auto;
		max-width:690px;
	}
	.container-bramka .bramka-logo{
		/*margin-top:5px;*/
		font-size:36px;
		line-height:40px;
		padding-top:20px;
	}
	.container-bramka .bramka-logo > div{
		font-size:70px;
		line-height:70px;
	}
	.container-bramka .bramka-logo > img{
		height:100px;
	}
	.container-bramka .bramka-podaj-date{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 27px;
		text-align: center;
		text-transform: uppercase;

		color: var(--niebieski);
		padding-top:0px;
	}
	.container-bramka .bramka-info{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height:23px;

		text-align: center;

		color: #ABABAB;
		margin-top:25px;
	}
	.container-bramka .bramka-info b{
		font-weight:normal;
	}
	.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:20px;
	}
	.header-winner-container .winner-butelki{
		display:none;
	} 
	
	.header-winner-container .winner-namyslow{
		top:initial;
		bottom:110px;
		width:180px;
		left:50%;
		margin-left:-90px;
	}
	.header-winner-container .winner-dino{
		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;
	}
	footer img.stopka-satysfakcja-mob{
		margin-top:68px;
		width:255px;
	}
	footer .stopka-butelki{
		margin-left:20px;
		margin-top:20px;
		padding-bottom:10px;
	}
	/*footer .foot-body{
		background: url(../img/tlo-stopka-mob.png) left top / cover no-repeat;
	}*/
	.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
	}
	footer img.logo-stopka{
		margin-bottom:20px;
	}
	section.nagrody .nagrody-prawo{
		text-align:center;
		margin-right:0;
		margin-bottom:30px;
	}
	.row-100 > div{
		width:auto;
		margin: 0 auto;
    	text-align: center;
		
	}
}

@media only screen and (max-width: 660px) {
	section.jak-grac h5,
	section.jak-grac h5 a{
		font-size: 16px;
		line-height: 26px;
	}
	section.jak-grac h5 a{
		display:block;

	}
	section.jak-grac .jak-grac-box .box-opis small{
		text-align:left;
	}
	.jak-grac .desc.desc-light,
	.jak-grac .desc.above-desc-light{
		font-size:16px;
		line-height:26px;
		padding:20px;
	}
	.pamietaj{
		line-height:26px;
	}
}
@media only screen and (max-width: 480px) {
	.hidexs{display:none;}
	.showxs{display:block;}
	.header-container img.logo1 {
        width: 100px;
    }
	.header-container img.logo2 {
        width: 100px;
    }
	.row-icons{
		/*background: rgba(255, 255, 255, 0.8);*/
		padding:30px 20px;
	}
	.header-container .icon >small{display:none;}
	.row-icons .icon2{
		margin-top:30px;
	}
	.row-icons .col-md-3{
		width:60%;
		display:block;
	}
	section.jak-grac .jak-grac-box {
        min-height: 420px !important;
    }
	.hero-regulamin{display:none!important;}
	.header-container{
		background:url(../img/header-mob.png);
		background-position:right top;
		background-repeat:no-repeat;
		/*min-height:100vh;*/
	}
	section > .container{
		max-width:100%;
	}
	section.nagrody .kartka .poznaj-strzalka{
		display:none;
	}
	section.formularz h2{
		font-size:36px;
		line-height:48px;
	}
	.hero-regulamin{
		display:block;
		position:absolute;
		bottom:0px;
		width:100%;
	}
	
	.header-container .header-button{
		background:var(--ciemnoczerwony);
		border-color:var(--ciemnoczerwony);
	}
	.header-container .header-button:focus,
	.header-container .header-button:active,
	.header-container .header-button:hover{
		color:var(--ciemnoczerwony)
	}
	/*.col-piwo{
		width:50%;
	}*/
	.col-piwo .udzial{
		border: 1px solid #CFCDCD;
		margin-bottom:20px;
		padding:15px 0;
	}
	.jak-grac .desc.desc-light{
		margin-top:0;
	}
	section.nagrody .nagrody-lewo{
		margin-left:-12px;
	}

	section.nagrody > .container{
		padding-top:20px;
	}
	section.nagrody .kartka{
		max-width:calc(100% - 10px);
		margin:0 auto;
		background-size:contain;
		padding-top:12px;
	}
	section.nagrody .nagrody-prawo{
		margin-right:0px;
		/*display:none;*/
	}
	section.nagrody .nagrody-prawo img{
		/*height:60px;*/
		margin:0 auto;
		margin-top:80px;
	}
	section.nagrody .kartka .poznaj{
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 30px;
		text-align: center;
		letter-spacing: -0.04em;
		margin-top:20px;
	}
	.piwamob{
		max-width:100%;
		margin-top:20px;
	}
	.winner-button{
		max-width:100%;
	}
}
/*
@keyframes tilt-n-move-shaking {
	0% { transform: translate(0, 0) rotate(0deg); }
	25% { transform: translate(5px, 5px) rotate(5deg); }
	50% { transform: translate(0, 0) rotate(0eg); }
	75% { transform: translate(-5px, 5px) rotate(-5deg); }
	100% { transform: translate(0, 0) rotate(0deg); }
  }
*/