@charset "utf-8";

:root {
	--magenta: #E20074;
	--dark_magenta: #CD0069;
	--darkest_magenta: #8E024A;
	--accent: #F9E193;
}

html, .root {
  font-size: clamp(17px,4.533vw,24px);
  line-height: 22px;
}


html {
  width: 100%;
  height: 100%;
}

body {
	background-color: var(--dark_magenta);
	color: #fff;
	font-family: 'teleneoregular';
 	font-size: 1rem;
  	line-height: 1.2941176rem;
}

@media (min-width: 750px) {

	body {
		background-image: url("../img/body-bg-DDnFYS7.jpg");
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}

}


/* typo*/

h1 {
	font-family: 'teleneoultra';
	font-size: 1.941rem;
	line-height: 1;

}

h2 {
	font-family: 'teleneoultra';
	font-size: 2.6470588rem;

	margin-bottom: 30px;
	line-height: 1;
}

h3 {
  	font-family: 'teleneoultra';
  	font-size: 1.6470588rem;
	line-height: 1;
}

h4 {
  	font-family: 'teleneoultra';
  	font-size: 1rem;
	line-height: 1;
}

h3 sup {
    display: inline-block;
    transform: translateY(-0.35rem) translateX(0.15rem);
}

a {
	color: inherit;
}

small, .small {
	font-size: 0.647rem;
	line-height: 1.3;
}

.semismall {
	font-size: 0.765rem;
	line-height: 1.3;
}

strong {
	font-family: 'teleneoultra';
}

.bold {font-family: 'teleneobold';}

p {
	line-height: 1.2;
}

.btn {



}

.btn.btn-primary {
	font-family: 'teleneoultra';
	font-size: 1.647rem;
	color: var(--magenta);
	border: 0;
	text-align: center;
    border-radius: 1.647rem;
	padding: 0;
	background-color: transparent;
	text-shadow: 0px 0px 0.176rem rgba(255, 255, 255, 1);
	position: relative;
	z-index: 2;
}

.btn.btn-primary span {
	display: block;
	border-radius: 1.647rem;
	line-height: 1;
	padding: 0.235rem;
	background-image: url("../img/btnbg-g7D_Uci.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
	z-index: 3;
}

.btn.btn-primary strong {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	border: solid 0.118rem var(--magenta);
	width: 100%;
	min-height: 2.824rem;
	border-radius: 1.412rem;
	padding: 0.6rem 2rem 0.2rem 2rem;
}

.btn.btn-primary::before {
	display: block;
	content: '';
	width: 100%;
	height: 3.294rem;
	 border-radius: 1.647rem;
	position: absolute;
	bottom: -0.118rem;
	left: 0;
	right: 0;
	z-index: 2;

	background: #ECCEA1;
background: linear-gradient(90deg, rgba(236, 206, 161, 1) 0%, rgba(218, 147, 41, 1) 10%, rgba(253, 250, 245, 1) 30%, rgba(168, 83, 18, 1) 70%, rgba(201, 103, 3, 1) 80%, rgba(171, 91, 22, 1) 90%, rgba(207, 120, 23, 1) 100%);
	box-shadow:  0px 0.176rem 0.353rem 0px rgba(0,0,0,0.25);
}

.btn.btn-primary::after {
	display: block;
	content: '';
	width: 100%;
	height: 3.294rem;
	 border-radius: 1.647rem;
	position: absolute;
	bottom: -0.294rem;
	left: 0;
	right: 0;
	z-index: 1;

	background: #ECCEA1;
background: linear-gradient(90deg, rgba(236, 206, 161, 0.6) 0%, rgba(218, 147, 41, 0.6) 10%, rgba(247,202,127,0.60) 30%, rgba(168, 83, 18, 0.6) 70%, rgba(201, 103, 3, 0.6) 80%, rgba(171, 91, 22, 0.6) 90%, rgba(207, 120, 23, 0.6) 100%);

	box-shadow:  0px 0.176rem 0.353rem 0px rgba(0,0,0,0.25);

}


.btn.btn-primary.btn-magenta span {
	background-color: var(--magenta);
	background-image: none;
	color: #fff;

}
.btn.btn-primary.btn-magenta strong {
	border-color: #fff;
	filter: drop-shadow(0px 0px 0.176rem rgba(255, 255, 255, 1));
	text-shadow: none;
}

.btn.btn-primary.btn-magenta::before {
	box-shadow:  0px 0.176rem 0.353rem 0px rgba(226,0,116,1.00);
	background: #F3419D;
}

.btn.btn-primary.btn-magenta::after {
	background: #8E024A;
}

.btn.btn-secondary {
	font-family: 'teleneoregular';
	font-size: 1rem;
	color: #fff;
	background-color: var(--dark_magenta);;
	border: solid 1px #fff;
	text-align: center;
	height: 2.824rem;
	border-radius: 1.412rem;
	line-height: 1;
	padding: 1rem 1rem;
	width: 100%;
	box-shadow:  0px 0.176rem 0.353rem 0px rgba(0,0,0,0.25);
}

.btn.btn-link {

}

.accent {
	color: var(--accent);
}

.magenta {
	color: var(--magenta);
}

.content-section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
section, .section {position: relative; padding-top: 80px; z-index: 1;}

.hook {
	top: -50px;
	position: absolute;
}

.page-wrapper {
	background-color: var(--dark_magenta);
	position: relative;
	max-width: 750px;
	min-height: 100vh;
	margin-left: auto;
	margin-right: auto;

	overflow: hidden;
	box-sizing: content-box;
	box-shadow: 0px 4px 16px rgba(17,17,26,0.1), 0px 8px 24px rgba(17,17,26,0.1), 0px 16px 56px rgba(17,17,26,0.1);
}


/* navbar */

.navbar {
padding: 0;
}


.navbar .container-fluid {
	background-color: #fff;
	font-weight: 700;
	font-style: normal;
	color: #E20074;
	padding: 0;
	max-width: 750px;
	box-shadow: 0px 1px 0px rgba(17,17,26,0.05), 0px 0px 8px rgba(17,17,26,0.1);
}

.navbar .navbar-nav .nav-link {
	color: #000;
	text-transform: none;
	font-size: 17px;
	padding-right: 15px;
    padding-left: 15px;
	text-align: center;
}

@media (max-width: 991.98px) {

	.navbar .navbar-nav .nav-link {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

.navbar .navbar-brand {
	padding: 0;
	margin: 0;

	width: 50px;
    height: 50px;
    background-color: #E20074;
    display: flex;
    justify-content: center;
    align-items: center;
}


.navbar .navbar-brand .logo {

}
.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #E20074;
}

/* hamburger  */



.navbar-toggler {
	width: 50px;
    height: 50px;
	border-radius: 0;
	padding: 0;
	border: 0;
	background-color: #F2F2F2;
}


 .navbar-toggler-icon {
   background-image: none;
   position: relative;
   width: 20px;
   height: 12px;
   padding: 0;
 }

 button:focus, .navbar-toggler:focus  {
  outline: 0 !important;
  box-shadow: 0 0 0 0;
}

 .navbar-toggler-icon .bar {
   height: 2px;
   background-color: #E20074;
   border-radius: 1px;
   position: absolute;
   left: 0;
   right: 0;
   transition: all 0.5s ease;
 }


 .navbar-toggler.collapsed .bar.bar1 {
  top:0;
  transform: rotate(0deg);
 }

 .navbar-toggler.collapsed .bar.bar2 {
   transform: rotate(0deg);
   opacity: 1;
 }

 .navbar-toggler.collapsed .bar.bar3 {
  bottom:0;
  transform: rotate(0deg);
}


 .navbar-toggler-icon .bar.bar1 {
  top: calc(50% - 1px);
   transform: rotate(45deg);
 }

 .navbar-toggler-icon .bar.bar2 {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  opacity: 0;
}
.navbar-toggler-icon .bar.bar3 {
  bottom:calc(50% - 1px);
  transform: rotate(-45deg);
}


/* home */

.lp .home {
    padding-top: 50px;
	background-image: url("../img/home-hero-MCt4pwp.png");
	background-color: var(--dark_magenta);
		background-position: center top 50px;
	background-repeat: no-repeat;
	background-size: min(750px, 144.231vw) auto;
}

.hero {

}

.lp .hero {

	padding-top: 36.176rem;
	position: relative;
	max-width: 22.059rem;
	margin: 0 auto;
}

.lp .hero .m01 {
	position: absolute;
	top: 21.059rem;
	left: 54%;
	width: 24.471rem;
	height: auto;
	filter: drop-shadow(0px 0px 1rem rgba(0,0,0,0.16));
	z-index: 1;
}

.lp .hero .m02 {
	position: absolute;
	top: 29.882rem;
	right: 66%;
	width: 21.941rem;
	height: auto;
	filter: drop-shadow(0px 0px 1rem rgba(0,0,0,0.16));
	z-index: 1;
}

.info-circle  {
	background-color: #fff;
	color: var(--magenta);
	border-radius: 50%;
	z-index: 3;
}

.info-circle-inner {
	width: 100%;
	height: 100%;
	background-color: #fff;
		display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
		box-shadow: 0px 0.294rem 0.882rem 0px rgba(0,0,0,0.50);
		border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 3;

}


.hero  h2 {
	font-size: 3.294rem;
 margin-bottom: 0;
 margin-top: auto;
 line-height: 0.8;
}

.hero  h3 {
 margin-top: 0;
 margin-bottom: 0;
}

.hero  h4 {
 margin-bottom: 0;
 margin-top: 0;
}

.info-circle .arrow {
	position: absolute;
	width: 9.412rem;
	height: auto;
	z-index: 1;
}

.info-circle small {
	display: block;
	font-size: 0.647rem;
}

.lp .info-circle.car {
	width: 9.176rem;
	height: 9.176rem;

	position: absolute;
	top: 21.059rem;
	left: 1.676rem;
}
.lp .info-circle.car .arrow {
	transform: rotate(44deg);
	left: -2.212rem;
	top: 1.806rem;
}

.info-circle.car small {

}

.lp .info-circle.trip {
	width: 8.294rem;
	height: 8.294rem;

	position: absolute;
	top: 26.141rem;
	left: 10.824rem;
}

.lp .info-circle.trip .arrow {
	transform: rotate(199deg);
	left: 0;
	top: 2.512rem;
}


.info-circle.trip .fotki {
	position: absolute;
	z-index: 1;
    left: 13%;
    bottom: 56%;
	width: 9.382rem;
	height: auto;
}

.vouchers {
	width: 19.176rem;
	margin-left: auto;
	margin-right: auto;
	height: 7.294rem;
	position: relative;
}

.vouchers .item img {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all .6s ease-In-Out;
}
.vouchers .item {
	position: absolute;
	top: calc(50% - (0.5 * 7.294rem));
	left: 0;
	width: 7.294rem;
	height: 7.294rem;
	border-radius: 50%;
	background-color: var(--magenta);
	transition: all .6s ease-In-Out;
	-webkit-box-shadow: 0px 0.294rem 0.882rem 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0.294rem 0.882rem 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0.294rem 0.882rem 0px rgba(0, 0, 0, 0.5);
}

.vouchers .item.item1 {
	left: 0;
	top: calc(50% - (0.5 * 3.462rem));
	width: 3.462rem;
	height: 3.462rem;
	z-index: 2;
}


.vouchers .item.item2 {
	left: calc(25% - (0.5 * 5.444rem));
	top: calc(50% - (0.5 * 5.444rem));
    width: 5.444rem;
	height: 5.444rem;
	z-index: 3;
}
.vouchers .item.itemActive {
left: calc(50% - (0.5 * 7.294rem));
	z-index: 4;

}
.vouchers .item.item4 {
	left: calc(75% - (0.5 * 5.444rem));
	top: calc(50% - (0.5 * 5.444rem));
    width: 5.444rem;
	height: 5.444rem;
	z-index: 3;
}
.vouchers .item.item5 {
	left: calc(100% - 3.462rem);
	top: calc(50% - (0.5 * 3.462rem));
	width: 3.462rem;
	height: 3.462rem;
	z-index: 2;

}

.vouchers .item.item1 img {opacity: 0.4;}
.vouchers .item.item2 img {opacity: 0.7;}
.vouchers .item.item4 img {opacity: 0.7;}
.vouchers .item.item5 img {opacity: 0.4;}


.vouchers .arrow01 {
    z-index: 1;
    position: absolute;
    left: -1.5rem;
    top: 0;
    transform: rotate(119deg);
    width: 6.824rem;
    height: auto;
}

.vouchers .arrow02 {
    z-index: 1;
    position: absolute;
    right:  -1.5rem;
    bottom: 0;
    transform: rotate(295deg);
    width: 6.824rem;
    height: auto;
}

.prezent {
	background-image: url("../img/m-4Bpfupg.png");
	background-position: center bottom;
	background-size: auto 17.353rem;
	background-repeat: no-repeat;
	background-color: var(--dark_magenta);

	height: 17.353rem;

	text-align: center;
}

.prezent .confetti {
   position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.prezent .blask {
	position: absolute;
	width: 16rem;
	height: auto;
	top: 1rem;
	left: calc(50% - 8rem);
	mix-blend-mode: screen;
	animation: rotating 7s linear infinite;
	border-radius: 50%;
}

@keyframes rotating {
	from {  transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

.prezent  .box {
	position: relative;
	z-index: 3;
	width: 9.176rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(calc(var(--trig) * 0.2));
}

.prezent  .box.trig {transform: translateY(calc(var(--trig) * 0.2));}

.prezent .arrow01 {
    z-index: 4;
    position: absolute;
    top: 1rem;
    left: calc(50% - 2rem);
    transform: rotate(210deg);
    width: 9rem;
    height: auto;
}
.prezent  .arrow01.trig {transform: translateY(calc(var(--trig) * 0.1)) rotate(calc(210deg + (var(--trig-deg) * 0.05 )))}

.klocek {
	display: flex;
	flex-direction: column;
    justify-content: center;
	font-family: 'teleneobold';

	width: 3.468rem;
	height: 3.468rem;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 2.647rem;
	text-shadow: 0px 0px 0.176rem rgba(255, 255, 255, 1);

	border: solid 0.118rem var(--magenta);
	border-radius: 0.294rem;
	background-color: var(--magenta);
box-shadow: inset 0px 0px 0.882rem 0px rgba(75, 3, 40, 1), 0px 0.22rem 0px 0px var(--darkest_magenta), 0px 0.353rem 0.353rem 0px var(--darkest_magenta);
}

.klocek img {
	filter: drop-shadow(0px 0px 0.176rem rgba(255,255,255,1));
}

.zasady .klocek {padding-top: 0.5rem;}

.losy .m03 {
	position: absolute;
	top: 0;
	right: 66%;
	width: 21.941rem;
	height: auto;
	filter: drop-shadow(0px 0px 1rem rgba(0,0,0,0.16));
	z-index: 1;
}

.losy-img.trig {
	transform: rotate(calc(var(--trig-deg) * 0.1));
}

/* laureaci */


section.laureaci {
	padding: 0;
	background-image: url("../img/gold-bg-02-HEWrlwR.jpg");
	background-attachment: fixed;
	background-position: center top;
	background-size: min(100vw, 750px) auto;
	background-repeat: no-repeat;
	color: #000;
}

.laureat {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;

	width: 83%;
	height: 3.706rem;
	margin: 0 auto 0.588rem auto;
	background-color: rgba(255,255,255,0.25);
	border-radius: 0.294rem;
	box-shadow:  0px 0.176rem 0.353rem 0px rgba(142,2,74,0.25);
}

.laureat .klocek {
   width: 3.468rem;
}

.laureat .info {
	width: calc(100% -  3.468rem);
	height: 100%;
    position: relative;
}


.laureat .info .info-inner {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	height: 100%;
	padding: 0.882rem;
	position: relative;
	z-index: 2;
}

.laureat .info .ramka {
	position: absolute;
	left: 0;
	top: 0.294rem;
	right: 0.294rem;
	bottom: 0.294rem;
	border: solid 0.059rem #fff;
	border-left: 0;
	border-top-right-radius: 0.176rem;
	border-bottom-right-radius: 0.176rem;
	z-index: 1;
	filter: drop-shadow(0px 0px 0.176rem rgba(255,255,255,1)) drop-shadow(0px 0px 0.176rem rgba(255,255,255,0.5));
}


.info-inner h4 {
	margin-bottom: 0;
	color: var(--magenta);
	text-transform: uppercase;
}

.info-inner small {
	line-height: 1;
}

.laureat.soon {
	background-color: var(--magenta);

}

.laureat.soon .info-inner {
	color: #fff;
	flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.laureat.soon .info-inner h4 {
	color: #fff;
}

.counter {
	 font-family: 'teleneoultra';
	width: 4.529rem;
	margin-right: 0;
	margin-left: auto;
	display: flex;
	    justify-content: space-between;
}

.counter > div {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0.8;
    padding-top: 0.15rem;
    text-align: center;

	width: 1.353rem;
	height: 1.941rem;
	border: solid 1px var(--darkest_magenta);
	border-radius: 0.176rem;
	background: #2B0016;
    background: linear-gradient(0deg, rgba(43, 0, 22, 1) 0%, rgba(142, 2, 74, 1) 25%, rgba(226, 0, 116, 1) 75%, rgba(142, 2, 74, 1) 100%);
}
.counter > div small {
	color: var(--accent);
}

.laureat.future {
	background-color: rgba(226,0,116,0.60);
}

.laureat.future .info-inner h4 {
	color: #fff;
}

.laureat.future .info .ramka {
	filter: none;
}

.laureat.future .klocek {
	background-color: var(--dark_magenta);
	box-shadow: inset 0px 0px 0.2rem 0px rgb(75 3 40 / 50%), 0px 0.22rem 0px 0px var(--darkest_magenta), 0px 0.353rem 0.353rem 0px var(--darkest_magenta);
}

.laureat.future .klocek img {
	filter: none;
	opacity: 0.6;
}

.balonik01 {
	position: absolute;
	right: 1.176rem;
	top: 2.353rem;
	width: 5.382rem;
	height: auto;
	filter: drop-shadow(0px 1.5rem 0.15rem rgba(0,0,0,0.2));
	z-index: 1;
}

.balonik02 {
	position: absolute;
	left: 1.176rem;
	bottom: -6rem;
	width: 5.382rem;
	height: auto;
	filter: drop-shadow(0px 1.5rem 0.15rem rgba(0,0,0,0.2));
	z-index: 1;
}


.laureaci .confetti {
   position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 50%;
}

.kontakt {
	padding-bottom: 5.706rem;
}

footer {
	position: relative;
	padding: 2.941rem 0 7.647rem 0;

	background-image: url("../img/gold-bg-sm-zloAaoR.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	color: #000;
	font-size: 0.647rem;
}

.footer-logo {
	width: auto;
	height: 1.765rem;
	margin-bottom: 1.765rem;
}

footer  .m01 {
	position: absolute;
	top: -5.706rem;
	left: -8.441rem;
	width: 16.882rem;
	height: auto;
	filter: drop-shadow(0px 0px 1rem rgba(0,0,0,0.16));
	z-index: 1;
}

footer  .m02 {
	position: absolute;
	top: -5.706rem;
	right: -8.441rem;
	width: 16.882rem;
	height: auto;
	filter: drop-shadow(0px 0px 1rem rgba(0,0,0,0.16));
	z-index: 1;
}


.parallax-l01.trig {transform: translateY(calc(var(--trig) * 0.1))}

.parallax-l02.trig {transform: translateY(calc(var(--trig) * -0.2))}


.trigger {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;

	z-index: 5;
	transition: all .3s ease-In-Out;
}

body:has(.snake.trig) .trigger {
	opacity: 0;

	transform: translateY(100%);
}

.trigger .trigger-inner {
	text-align: center;
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #CD0069;
    background: linear-gradient(0deg, rgba(205, 0, 105, 1) 0%, rgba(205, 0, 105, 1) 45%, rgba(205, 0, 105, 0) 100%);
	padding-bottom: 0.5rem;
}
.trigger .trigger-inner.inactive {
    background: #CD0069;
    padding-top: 10px;
}
.trigger .trigger-inner p {
	margin-bottom: 0;
}

/* modale */

.modal  .modal-content {
	background-image: url("../img/gold-bg-02-HEWrlwR.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
	border-radius: 0.882rem;
	border: 0;
}

.modal .modal-dialog {
	max-width: 19.706rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
.modal .modal-dialog {
		max-width: 19.706rem;
	}
}

.modal .modal-body {
	padding: 1.765rem;
}

.modal hr {
  border: none;
  height: 0.059rem;
  background: #fff;
  background: repeating-linear-gradient(90deg,#fff,#fff 0.588rem,transparent 0.588rem,transparent 1.176rem);
  opacity: 1;
}



/* form */

.form-label {
	font-family: 'teleneobold';
	font-size: 1rem;
	letter-spacing: -0.01rem;
	margin-bottom: 0.294rem
}

.form-control {
	font-family: 'teleneobold';
	font-size: 1rem;
	padding: .55rem .75rem;
	background-color: rgba(255,255,255,0.50);
	border: solid 0.118rem #fff;
	border-radius: 0.294rem;
box-shadow: inset 0px 0.176rem 0.235rem 0px rgba(132, 69, 11, 0.5);
}

.form-select {
		font-family: 'teleneobold';
	font-size: 1rem;
	padding: .55rem .75rem;
	background-color: rgba(255,255,255,0.50);
	border: solid 0.118rem #fff;
	border-radius: 0.294rem;
box-shadow: inset 0px 0.176rem 0.235rem 0px rgba(132, 69, 11, 0.5);
	background-image: url("../img/select-y88IEHm.svg");
	background-size: 0.588rem auto;
}

.form-control:read-only {
	background-color: transparent;
	box-shadow: none;
	color: #000;
}

.form-check {
	padding-left: 2.118rem;
	min-height: 1.412rem;
}

.form-check .form-check-input {

	width: 1.412rem;
    height: 1.412rem;
    margin-top: 0;
	margin-left: -2.118rem;
	background-color: rgba(255,255,255,0.50);
	border: solid 0.118rem #fff;
	border-radius: 0.294rem;
box-shadow: inset 0px 0.176rem 0.235rem 0px rgba(132, 69, 11, 0.5);
}




.form-check  .form-check-input:checked {
	background-color: var(--magenta);
	box-shadow: none;
}

.prefix {
	font-family: 'teleneobold';
	position: absolute;
	padding: .55rem .75rem;
	border: solid 0.118rem rgba(255,255,255,0.00);
    font-size: 1rem;
    line-height: 1.5;
}

.avatary {
	margin-left: -0.882rem;
	margin-right: -0.882rem;
	text-align: center;
}

.avatary .col-form-label  {
font-family: 'teleneobold';}

#registration_avatar {
	display: flex;
	    flex-direction: row;
    justify-content: space-evenly;
}

.avatary .btn-check+.btn,
.avatary .form-check-label {
	background-color: red;
	padding: 0;
	border-radius: 50%;
	border: solid 0.235rem #E6CA99;
	overflow: hidden;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
}

.avatary .btn-check+.btn img,
.avatary .form-check-label img {
	width: 100%;
	height: auto;
}
.btn-check:checked+.btn,
.avatary .form-check-input:checked+.form-check-label
{
	border-color: #fff;
}

.avatary .form-check-input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.avatary .form-check {
	padding: 0;
	margin: 0;
}

/* gra  */


.gra .home {
    padding-top: 50px;
	background-image: url("../img/podium-1A7Dsig.png"),url("../img/gra-hero-kS3kXfU.png");
	background-color: var(--dark_magenta);
		background-position: center bottom max(-218px, -29.067vw), center top 50px;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, min(750px, 144.231vw) auto;
}

.gra .hero {

	padding-top: 29rem;
	position: relative;
	max-width: 22.059rem;
	margin: 0 auto;
}

.gra .hero .m01 {
	position: absolute;
	top: 21.059rem;
	left: 54%;
	width: 24.471rem;
	height: auto;
	filter: drop-shadow(0px 0px 1rem rgba(0,0,0,0.16));
	z-index: 1;
}

.gra .hero .m02 {
	position: absolute;
	top: 29.882rem;
	right: 66%;
	width: 21.941rem;
	height: auto;
	filter: drop-shadow(0px 0px 1rem rgba(0,0,0,0.16));
	z-index: 1;
}

.gra .info-losowanie {
	font-family: 'teleneoultra';
	position: absolute;
    top: 15rem;
    right: calc(50% + 5rem);
	transform: rotate(-30deg);
	text-shadow: 0px 0px 6px rgba(142, 2, 74, 0.5);
	line-height: 1;
}

.gra .info-losowanie .arrow {
	position: absolute;
	transform: rotate(180deg);
    left: -0.5rem;
    top: -1.2rem;
	width: 6.471rem;
	height: auto;
}

.gra .info-circle.car {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 24rem;
    left: 1.588rem;
}

.gra  .info-circle.car .arrow {
    transform: rotate(44deg);
    left: -2.212rem;
    top: 1rem;
}

.wycieczka-foto {
	position: relative;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	width: 17.235rem;
	transform: rotate(-13deg);
	filter: drop-shadow(0px 0.588rem 0.882rem rgba(0,0,0,0.16));
}

.wycieczka-foto img {
	width: 100%;
	height: auto;
}

.wycieczka-foto small {
	font-family: 'teleneoultra';
	color: var(--magenta);
	display: block;
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	text-transform: uppercase;
}

.gra .info-circle.trip {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 42rem;
    right: 0.4rem;
}

.gra .info-circle.trip .arrow {
    transform: rotate(-35deg);
    right: -0.5rem;
    top: 2.5rem;
}


/* Plansza do GRY  */

section.plansza {
	padding: 6rem 0 0 0;
	background-image: url("../img/podium-1A7Dsig.png"), url("../img/gold-bg-02-HEWrlwR.jpg");
	background-attachment: scroll, fixed;
	background-position: center  max(-200px, -26.667vw), center top;
	background-size: 100% auto, min(100vw, 750px) auto;
	background-repeat: no-repeat, no-repeat;
	color: #000;
}

.plansza p {
	color: var(--darkest_magenta);
}

.snake {
max-width: 18.706rem;
	margin-left: auto;
	margin-right: auto;
display: grid;
grid-template-columns: repeat(5, 1fr);
/*grid-template-rows: repeat(11, 1fr);*/
grid-column-gap: 0.294rem;
grid-row-gap: 0.45rem;
}

.snake .field:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.snake .field:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.snake .field:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.snake .field:nth-child(4) { grid-area: 1 / 4 / 2 / 5; }
.snake .field:nth-child(5) { grid-area: 1 / 5 / 2 / 6; }

.snake .field:nth-child(6) { grid-area: 2 / 5 / 3 / 6; }

.snake .field:nth-child(7) { grid-area: 3 / 5 / 4 / 6; }
.snake .field:nth-child(8) { grid-area: 3 / 4 / 4 / 5; }
.snake .field:nth-child(9) { grid-area: 3 / 3 / 4 / 4; }
.snake .field:nth-child(10) { grid-area: 3 / 2 / 4 / 3; }
.snake .field:nth-child(11) { grid-area: 3 / 1 / 4 / 2; }

.snake .field:nth-child(12) { grid-area: 4 / 1 / 5 / 2; }

.snake .field:nth-child(13) { grid-area: 5 / 1 / 6 / 2; }
.snake .field:nth-child(14) { grid-area: 5 / 2 / 6 / 3; }
.snake .field:nth-child(15) { grid-area: 5 / 3 / 6 / 4; }
.snake .field:nth-child(16) { grid-area: 5 / 4 / 6 / 5; }
.snake .field:nth-child(17) { grid-area: 5 / 5 / 6 / 6; }

.snake .field:nth-child(18) { grid-area: 6 / 5 / 7 / 6; }

.snake .field:nth-child(19) { grid-area: 7 / 5 / 8 / 6; }
.snake .field:nth-child(20) { grid-area: 7 / 4 / 8 / 5; }
.snake .field:nth-child(21) { grid-area: 7 / 3 / 8 / 4; }
.snake .field:nth-child(22) { grid-area: 7 / 2 / 8 / 3; }
.snake .field:nth-child(23) { grid-area: 7 / 1 / 8 / 2; }

.snake .field:nth-child(24) { grid-area: 8 / 1 / 9 / 2; }

.snake .field:nth-child(25) { grid-area: 9 / 1 / 10 / 2; }
.snake .field:nth-child(26) { grid-area: 9 / 2 / 10 / 3; }
.snake .field:nth-child(27) { grid-area: 9 / 3 / 10 / 4; }
.snake .field:nth-child(28) { grid-area: 9 / 4 / 10 / 5; }
.snake .field:nth-child(29) { grid-area: 9 / 5 / 10 / 6; }

.snake .field:nth-child(30) { grid-area: 10 / 5 / 11 / 6; }

.snake .field:nth-child(31) { grid-area: 11 / 5 / 12 / 6; }
.snake .field:nth-child(32) { grid-area: 11 / 4 / 12 / 5; }
.snake .field:nth-child(33) { grid-area: 11 / 3 / 12 / 4; }
.snake .field:nth-child(34) { grid-area: 11 / 2 / 12 / 3; }
.snake .field:nth-child(35) { grid-area: 11 / 1 / 12 / 2; }

.snake .field:nth-child(36) { grid-area: 12 / 1 / 13 / 2; }

.snake .field:nth-child(37) { grid-area: 13 / 1 / 14 / 2; }
.snake .field:nth-child(38) { grid-area: 13 / 2 / 14 / 3; }
.snake .field:nth-child(39) { grid-area: 13 / 3 / 14 / 4; }
.snake .field:nth-child(40) { grid-area: 13 / 4 / 14 / 5; }
.snake .field:nth-child(41) { grid-area: 13 / 5 / 14 / 6; }

.snake .field:nth-child(42) { grid-area: 14 / 5 / 15 / 6; }

.snake .field:nth-child(43) { grid-area: 15 / 5 / 16 / 6; }
.snake .field:nth-child(44) { grid-area: 15 / 4 / 16 / 5; }
.snake .field:nth-child(45) { grid-area: 15 / 3 / 16 / 4; }
.snake .field:nth-child(46) { grid-area: 15 / 2 / 16 / 3; }
.snake .field:nth-child(47) { grid-area: 15 / 1 / 16 / 2; }


.snake .klocek .ico {
	width: 100%;
	height: 1.235rem;
	background-image: url("../img/ico-locked-Ku2a61i.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	margin: 0.294rem 0;
	filter: drop-shadow(0px 0px 0.176rem rgba(255, 255, 255, 1));
}

.snake .klocek.passed,
.snake .klocek.visited {

	background-color: var(--dark_magenta);
	box-shadow: inset 0px 0px 0.2rem 0px rgb(75 3 40 / 50%), 0px 0.22rem 0px 0px var(--darkest_magenta), 0px 0.353rem 0.353rem 0px var(--darkest_magenta);
	text-shadow: none;
	color: rgba(255,255,255,0.60);
}

.snake .klocek.passed .ico,
.snake .klocek.visited .ico {
	filter: none;
	opacity: 0.6;
}

.snake .klocek.passed .ico {
	background-image: url("../img/ico-x-5q1FgO7.svg");
}

.snake .klocek.visited .ico {
	background-image: url("../img/ico-gift-LQNyrqe.svg");
}


.snake .klocek.active {
	box-shadow: inset 0px 0px 0.2rem 0px rgb(75 3 40 / 50%), 0px 0.22rem 0px 0px var(--darkest_magenta), 0px 0.353rem 0.353rem 0px var(--darkest_magenta);
	text-shadow: none;
	position: relative;
	z-index: 9;
}



.nav-losy {
	display: flex;
}

.nav-losy .losy-vip, .nav-losy .losy-car {
	width: 85px;
	height: 40px;
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
	text-align: center;
	font-family: 'teleneoultra';
	font-size: 17px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;

	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.nav-losy .losy-vip > div, .nav-losy .losy-car > div {
	width: 100%;
    line-height: 1;
    padding: 3px 6px 0 36px;
}

.nav-losy .losy-vip {
	background-image: url("../img/VIPlos-jkLR61_.svg");
}

.nav-losy .losy-car {
	background-image: url("../img/car-los-IDSNpWK.svg");
}

.summary {
	padding: 2rem 0 min(600px, 80vw)  0;

	background-image: url("../img/footer-img-UFLoe5o.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;

	color: #fff;
}

.aktualnelosy {
	width: 10.353rem;
	height: 4.941rem;
	background-image: url("../img/ile-losow-7Q7boNr.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
	    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	padding-top: 0.4rem;
	color: var(--magenta);
	text-shadow: none;
	filter: drop-shadow(0px 0.176rem 0.353rem rgba(0,0,0,0.16));
}

.summary .counter {
	margin-left: auto;
	margin-right: auto;
	width: 7.353rem;
}

.summary  .counter > div {
	width: 2.176rem;
	height: 3.176rem;
	font-size: 1.647rem;
	    padding-top: 0.35rem;
}

.summary  .counter > div small {
	font-size: 1rem;
}

.summary .addshadow {
	text-shadow: 0px 2px 2px rgba(142, 2, 74, 0.45);

background-image: url("../img/shadow-wGGXOgr.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* odpalamy losowanie  */

.losuj {
	position: absolute;
	z-index: 9;
	width: 5.765rem;
	height: 6rem;
	left: 50%;
	top: 50%;

	background: rgba(0,0,0,0.0);
	transform: translate(-50%, -50%);
	transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	transition-property: background;

}

.losuj:hover {
	cursor: pointer;
}


.losuj .box-dol,
.losuj .box-gora {
	width: 5.765rem;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	filter: none;
	z-index: 2;
	transition: all .3s ease-In-Out;
}

.losuj .blask {
    position: absolute;
    width: 16rem;
    height: auto;
    top: calc(50% - 8rem);
    left: calc(50% - 8rem);

    animation: rotating 7s linear infinite;
    border-radius: 50%;
	z-index: 1;
	transition: all .3s ease-In-Out;
}

.losuj .pointer {
	background-image: url("../img/pointer-VGMcyrD.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 4.588rem;
	height: 5.176rem;
	position: absolute;
	top: -5.176rem;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0.294rem;
	z-index: 3;
	filter: drop-shadow(0px 0px 0.353rem rgba(0,0,0,0.64));
	transition: all .3s ease-In-Out;
	animation: pointing 2s ease-In-Out infinite;
}

@keyframes pointing {
	0%, 100% {transform: translate(-50%, 0);}
	50% {transform: translate(-50%, 10%);}
}

.losuj .pointer .avatar {
	border-radius: 50%;
	width: 100%;
	height: auto;
	box-shadow:  0px 0.176rem 0.353rem 0px rgba(0,0,0,0.64);
	filter: none;
}

.losuj .pointer .arrow {
    width: 8rem;
    height: auto;
    position: absolute;
    transform: rotate(-130deg);
	transform-origin: 49% 53%;
    left: -0.2rem;
    top: 0.5rem;
    filter: none;
	animation: pointingarrow 2s ease-In-Out infinite;
}

@keyframes pointingarrow  {
	0%, 100% {transform: rotate(-130deg);}
	50% {transform: rotate(-120deg);}
}

.losuj.boom {

    width: 100vw;
    height: 100vh;
	background: rgba(0,0,0,0.60);
}

.losuj.boom .pointer, .losuj.boom  .blask  {
	display: none;
}

.losuj.boom .box-dol {
	width: 12.059rem;
	height: auto;

	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-In-Out;
	animation: openbottom 0.7s cubic-bezier(0.87, 0, 0.13, 1) .4s 1 normal forwards;
}

@keyframes openbottom {
	from {transform: translate(-50%, -50%);}
	to {transform: translate(-50%, -10%);}
}


.losuj.boom .box-gora {
	width: 12.059rem;
	height: auto;

	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-In-Out;
	animation: opentop 0.7s cubic-bezier(0.87, 0, 0.13, 1) .4s 1 normal forwards;
}

@keyframes opentop {
	from {transform: translate(-50%, -50%);}
	to {transform: translate(-50%, -90%);}
}

body:has(.losuj.boom) .navbar {
	opacity: 0;
	transition: all .3s ease-In-Out;
}

.nagroda {
	display: none;
	scale: 0;
	opacity: 0;
}

.losuj.boom  .nagroda {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	animation: pokanagroda 0.7s cubic-bezier(0.87, 0, 0.13, 1) .45s 1 normal forwards;
}

@keyframes pokanagroda {
	from {scale: 0; opacity: 0;}
	to {scale: 1; opacity: 1;}
}

.losuj.boom .blask-nagroda {
    position: absolute;
    width: 22.059rem;
    height: auto;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    mix-blend-mode: screen;
    animation: rotating2 14s linear infinite;
    border-radius: 50%;
}

@keyframes rotating2 {
	from {  transform: translate(-50%, -50%) rotate(0deg);}
	to {transform: translate(-50%, -50%) rotate(360deg);}
}

.wygrana {
	display: none;
	scale: 0;
	opacity: 0;
}

.losuj.boom .wygrana {
	display: flex;
	    flex-direction: column;
    align-items: center;
    justify-content: center;
animation: pokawygrana 1s ease-Out .7s 1 normal forwards;
}

@keyframes pokawygrana {
	0% {scale: 0; opacity: 0;}
	30% {scale: 1.2; opacity: 1;}
	100% {scale: 1; opacity: 1;}
}

.losuj.boom .wygrana h2 {
	font-size: 2rem;
	color: var(--magenta);
	margin-bottom: 0;
}

.losuj.boom .wygrana h2 small {
	font-size: 1rem;
}

.losuj.boom .wygrana img {
	width: 17.647rem;
	height: auto;
}

 img.biedronka {
	margin-top: -1rem;
}

.win-losy {
	display: flex;
}

.win-losy .losy-vip, .win-losy .losy-car {
	width: 6.941rem;
	height: 3.294rem;
	filter: drop-shadow(0px 0.176rem 0.353rem rgba(0,0,0,0.16));
	text-align: center;
	font-family: 'teleneoultra';
	font-size: 1.176rem;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;

	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.win-losy .losy-vip > div, .win-losy .losy-car > div {
	width: 100%;
    line-height: 1;
    padding: 0.176rem 0.353rem 0 3rem;
	    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	color: var(--magenta)
}

.win-losy .losy-vip {
	background-image: url("../img/VIPlos-jkLR61_.svg");
}

.win-losy .losy-car {
	background-image: url("../img/car-los-IDSNpWK.svg");
}

.modal .modal-body,
.winModal.modal .modal-body {
	padding-bottom: 0 !important;
}
.winModal .blask {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	mix-blend-mode: screen;
	animation: rotating 7s linear infinite;
	border-radius: 50%;
	z-index: 1;
}

.winModal h3, .winModal p, .winModal .aktualnelosy {
	position: relative;
	z-index: 2;
}


.btn-x {
	width: 3.294rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.btn.btn-primary.btn-x strong {
		padding-left: 0;
	padding-right: 0;
	    padding-top: 0.3rem;
}

.btn.btn-primary.btn-x strong img {
	width: 1.176rem;
	height: auto;
}

.winModal h3 small {
	font-size: 1rem;
}

.winModal .confetti01 {
    position: absolute;
    width: 15rem;
    height: auto;
    top: -4rem;
    left: calc(50% + 5rem);
    z-index: 2
}

.winModal .confetti02 {
    position: absolute;
    width: 15rem;
    height: auto;
    top: -4rem;
    right: calc(50% + 5rem);
    z-index: 2
}

.winModal .confetti03 {
    position: absolute;
    width: 15rem;
    height: auto;
    bottom: -4rem;
    left: calc(50% + 5rem);
    z-index: 2;
	transform: rotate(180deg);
}

.winModal .confetti04 {
    position: absolute;
    width: 15rem;
    height: auto;
    bottom: -4rem;
    right: calc(50% + 5rem);
    z-index: 2;
	transform: rotate(180deg);
}

button.transparent {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.golden-trigger .trigger-inner {
    position: relative;
    background-image: url("../img/gold-bg-sm-zloAaoR.jpg");
    background-position: center top;
    background-size: cover;
    color: #000;
    box-shadow: 0px 0px 1rem 0px rgba(0,0,0,0.25);
    border-radius: 0.294rem 0.294rem 0 0;
    border-top: solid 3px var(--magenta);
}
.golden-trigger .trigger-inner strong {
    color: var(--magenta);
}

.golden-trigger .ramka {
    position: absolute;
    left: 0.294rem;
    top: 0.294rem;
    right: 0.294rem;
    bottom: 0.294rem;
    border: solid 0.059rem #fff;
    border-radius: 0.176rem;

    z-index: 1;
    filter: drop-shadow(0px 0px 0.176rem rgba(255, 255, 255, 1)) drop-shadow(0px 0px 0.176rem rgba(255, 255, 255, 0.5));
}

.btn-arrow {
    width: 1.412rem;
    height: auto;
}

.btn-arrow-btn {animation: pointing2 2s ease-In-Out infinite;}

@keyframes pointing2 {
    0%, 100% {transform: translate(0, 0);}
    50% {transform: translate(0, -10%);}
}


.klocek.active:has(.losuj.boom) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}

.klocek {transition: all .3s ease-In-Out;}

body:has(footer.trig) .trigger .btn-arrow,
body:has(.summary.trig) .trigger .btn-arrow {
    transform: rotate(180deg) translateY(5%);
}

.kliknij-cta {
    display: block;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 2px 4px rgba(142, 2, 74, 0.75);
    color: #fff !important;
}

.info.mnoznik {
    position: relative;
    background-color: var(--magenta);
    border-radius: 0.294rem;
    box-shadow: 0px 0.176rem 0.353rem 0px rgba(142, 2, 74, 0.25);

}

.info.mnoznik .ramka {
    position: absolute;
    left: 0.294rem;
    top: 0.294rem;
    right: 0.294rem;
    bottom: 0.294rem;
    border: solid 0.059rem #fff;
    border-radius: 0.176rem;
    z-index: 1;
    filter: drop-shadow(0px 0px 0.176rem rgba(255, 255, 255, 1)) drop-shadow(0px 0px 0.176rem rgba(255, 255, 255, 0.5));
}

.info.mnoznik .info-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0.882rem;
    position: relative;
    z-index: 2;
}

.serce {
    position: absolute;
    left: -0.5em;
    top: -1.5rem;
    width: 3rem;
    height: auto;
    filter: drop-shadow(0px 1.5rem 0.15rem rgba(0, 0, 0, 0.2));
    z-index: 3;
}

.mnoznik .confetti {
    position: absolute;
    width: 8rem;
    height: auto;
    bottom: -35%;
    right: -10%;

}

.cursor-pointer {
    cursor: pointer;
}


.mnoznik .table,
.mnoznik .table>:not(caption)>*>* {
    background-color: transparent;
    color: #fff;
    font-weight: normal;
}


.mnoznik .table tr td, .mnoznik .table tr th {
    border-bottom: solid 1px rgba(255,255,255,0.5);
}

.mnoznik .table tbody tr:last-child td, .mnoznik .table tbody tr:last-child th {
    border-bottom: 0;
}

.info.sprawdz {
    --bs-gutter-x: 1.5rem;
    position: relative;
    background-color: var(--magenta);
    border-radius: 0.294rem;
    box-shadow: 0px 0.176rem 0.353rem 0px rgba(142, 2, 74, 0.25);
    margin-right: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * .5);

    background-image: url("../img/gold-bg-02-HEWrlwR.jpg");
    background-attachment: fixed;
    background-position: center top;
    background-size: min(100vw, 750px) auto;
    background-repeat: no-repeat;
}

.info.sprawdz .ramka {
    background-color: rgba(255,255,255,0.10);
    position: absolute;
    left: 0.294rem;
    top: 0.294rem;
    right: 0.294rem;
    bottom: 0.294rem;
    border: solid 0.059rem #fff;
    border-radius: 0.176rem;
    z-index: 1;
    filter: drop-shadow(0px 0px 0.176rem rgba(255, 255, 255, 1)) drop-shadow(0px 0px 0.176rem rgba(255, 255, 255, 0.5));
    box-shadow: 0px 0.176rem 0.353rem 0px rgba(142, 2, 74, 0.5);
}

.info.sprawdz .info-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0.882rem;
    position: relative;
    z-index: 2;
}

.pytajnik {
    position: absolute;
    right: -0.5em;
    top: -1.5rem;
    width: 4rem;
    height: auto;
    filter: drop-shadow(0px 1.5rem 0.15rem rgba(0, 0, 0, 0.2));
    z-index: 3;
}

.sprawdz .confetti {
    position: absolute;
    width: 8rem;
    height: auto;
    bottom: -35%;
    left: -5%;
}

.info-avatar {
    width: 6rem;
    height: auto;
    border-radius: 50%;
    margin: -3rem auto -2rem auto;
    box-shadow:  0px 0.176rem 0.353rem 0px rgba(0,0,0,0.64);
}

.btn.btn-primary.primary-s {
    font-size: 1.1rem;
    text-transform: uppercase;
}
