@font-face {
	font-family: "Maxa Grotesk"; 
	src: url("../fonts/Maxa-Grotesk-Regular.woff2") format("woff2");
	font-weight: 500;
	font-display: swap;
}

html {
	scroll-behavior: smooth;
	overflow-x:hidden;
}
body.maxa-site {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Maxa Grotesk", Arial, sans-serif; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 23px;
	color: #000;
	background-color: #6200bf;
	scroll-behavior: smooth;
}
.maxa-site .title-h1 {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}
.maxa-site .slide-title-h1 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.2;
	padding-top: 30px;
	margin: 0 !important;
}
.maxa-site .section-1-titile-h2 {
	color: #fff;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 15px;
}
.maxa-site .title-h2 {
	color: #6200bf;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.maxa-site p {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	margin: .5em 0;
	z-index: 2;
}
.maxa-site a {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}
.maxa-site .link-inline {
	text-decoration: underline;
	outline: none;
	color: #6200bf;
}
.maxa-site .btn-wrapper {
	margin: 0 0 15px;
	z-index: 2;
}

.maxa-site .bg-white {
    background-color: white;
    padding: 20px;
    color: #6200bf;
}
.maxa-site .btn-button {
	border-width: 0;
	min-width: 180px;
	max-width: fit-content;
	border-radius: 38px;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(57,55,61,1);
	-moz-box-shadow: 0px 10px 15px 0px rgba(57,55,61,1);
	box-shadow: 0px 10px 15px 0px rgba(57,55,61,1);
	color: #6200bf;
	padding: 15px 35px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 2px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.maxa-site .btn-large {
	padding: 18px 38px;
	font-size: 1.5rem;
}

.maxa-site .btn-button-green {
	background-color: #33ee66;
}
.maxa-site .btn-button-green:hover {
	background-color: #26cb53;
}
.maxa-site .btn-button-white {
	background-color: white;
}
.maxa-site .btn-button-white:hover {
	background-color: whitesmoke;
}
.maxa-site .btn-button.orange-btn {
	position: relative;
	background-color: #ffb233;
	color: #6200bf;
	font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 30px;
    margin: 0;
    z-index: 2;
}
.maxa-site .btn-button.orange-btn:hover {
	background-color: #e39a38;
}
.maxa-site .p-r {
	margin: 25px auto 0;
}
.maxa-site .text-color-purple {
	color: #6200bf;
}
.maxa-site .text-color-white {
	color: #fff;
}
.maxa-site .bg-orange {
	background-color: #ffb233;
}
.maxa-site .bg-purple {
	background-color: #6200bf;
}
.maxa-site .bg-teal {
	background-color: #00cccc;
}
.maxa-site .bg-green {
	background-color: #33ee66;
}
.maxa-site .orange-color {
	color: #ffb233;
}
.maxa-site .white-color {
	color: #fff;
}
.maxa-site .strong {
	font-weight: 600;
}
.maxa-site .img-w-55 {
	width: 100%;
	max-width: 400px;
	height: auto;
}
.maxa-site .img-w-75 {
	width: 100%;
	max-width: 430px;
	height: auto;
}
.maxa-site .img-wh {
	width: 100%;
	height: auto;
	z-index: 2;
}
.maxa-site .py-4 {
	padding: 2em 0;
}
.maxa-site .mb-2 {
	margin: 0 0 2em;
}
.maxa-site .pb-1 {
	padding-bottom: 1em;
}
.maxa-site .pr-2 {
	padding-right: 0;
}
.container {
	width: 90%;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.container {
		width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1185px;
	}
}

/* Site header */
.maxa-site .site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 90px;
	margin: 0 auto;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background-color: #502983;
}
/* Site header end */
/* Mobile menu */
.maxa-site .menuItem {
	display: block;
	margin: 2rem 1.5rem;
}
.maxa-site .menuItem:hover {
	text-decoration: underline;
}
.maxa-site .hamburger {
	position: relative;
	z-index: 100;
	top: 0;
	right: 0;
	padding: 4px;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.maxa-site .material-icons {
	color: #fff;
}
.maxa-site .menu.showMenu {
    display: block !important;
}
.maxa-site .svg-menu-close {
	display: none;
}
.maxa-site .menu {
	display: none;
	position: absolute;
	top: 73px;
	left: 0;
	right: 0;
	transition: transform 0.2s;
	z-index: 99;
	background: #6200bf;
	color: #fff;
	list-style: none;
	padding-top: 4rem;
}
.maxa-site .svg-menu {
	display: block;
}
.maxa-site .navigation-wrapper-mobile {
	display: block;
}
.maxa-site .navigation-wrapper-mobile .navigation-modify-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 1em;
}
.maxa-site .navigation-wrapper-mobile .logo-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.maxa-site .section-1 .megamaxa-logo {
	width: 100%;
	height: auto;
}
.maxa-site .navigation-wrapper-mobile .logo-mobile-inner .logo-top img {
	width: 100px;
	height: auto;
}
.maxa-site .navigation-wrapper-mobile nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.maxa-site .navigation-wrapper-mobile ul {
	margin: 0;
	padding: 0;
}
/* Mobile menu end */
/* Desktop menu */
.maxa-site .navigation-wrapper-desktop .logo-top img {
	width: 150px;
	height: auto;
}
.maxa-site .navigation-wrapper-desktop nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.maxa-site .navigation-wrapper-desktop {
	display: none;
}
.maxa-site .navigation-wrapper-desktop .navigation-modify-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	width: 100%;
}
.maxa-site .navigation-wrapper-desktop ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 13px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.maxa-site .navigation-wrapper-desktop nav .link-item-update, 
.maxa-site .navigation-wrapper-mobile nav .link-item-update {
	background-color: #ffb233;
    color: #6200bf;
    padding: 4px 11px;
    border-radius: 5px;
    width: fit-content;
}
.maxa-site .navigation-wrapper-desktop nav .link-item-update:hover {
	background-color: #ffb233e3;
}
.maxa-site .navigation-wrapper-desktop nav a,
.maxa-site .navigation-wrapper-mobile nav a {
	position: relative;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .3px;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
}
.maxa-site .navigation-wrapper-desktop nav a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.maxa-site .navigation-wrapper-desktop nav a:hover:before {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.maxa-site .navigation-wrapper-desktop nav .link-item-update:hover:before {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
/* Desktop menu end */

.maxa-site .section {
	position: relative;
	width: 100%;
	max-width: 100%;
	scroll-margin-top: 5em;
}
/* Registrace */
.maxa-site .section-1 {
	padding: 2em 0;
}
.maxa-site .banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.maxa-site .text-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
}
.maxa-site .text-box h1 {
	margin-top: .5em;
	font-size: 2.3em;
	margin-bottom: 0px;
}
.maxa-site .text-box p {
	margin-bottom: 30px;
}
.maxa-site .button {
	display: inline-block;
	background-color: #007bff;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
}
.maxa-site .image-box {
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	z-index: 1;
	background-image: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	height: 100%;
	position: relative;
	margin-top: 2em;
	margin-bottom: 0;
	margin-right: 0;
}
.maxa-site .image-box::before {
	content: "";
	display: none;
	right: 0;
	position: relative;
	width: auto;
}
.maxa-site .image-box .text-image-mobile {
	display: block;
	width: 100%;
	height: auto;
}
/* Registrace end */

/* Odpočet */
.pt-2 {
    margin: 1em 0 0;
}

.countdown-main-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin: 0 auto;
}
.countdown-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
	gap: 20px;
}
.countdown-row:last-child {
    margin-bottom: 0;
}
.flip-clock-message, .flip-clock-message-extra {
    text-align: left;
    min-width: 250px;
}
.countdown-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}
.countdowns-left {
    max-width: 100%;
}

@media (min-width: 768px) {
.countdowns-left {
    max-width: 55%;
}
}
.maxa-site .box-wrapper.countdown-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}
.maxa-site .box-wrapper.countdown-wrapper.extra {
	margin: 1em 0 0;
}
.maxa-site .flip-clock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.maxa-site .time-segment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.maxa-site .digit-face {
	width: 64px;
	height: 60px;
	background-color: #333;
	color: #fff;
	font-size: 2em;
	line-height: 1.6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.maxa-site .time-label {
	margin-top: 5px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .5px;
	color: #6200bf;
	text-transform: uppercase;
}
/* Odpočet end */

/* Výhry */
.maxa-site .section-2 .box-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
}
.maxa-site .section-2 .box-content-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}
.maxa-site .section-2 .box-content-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}
.maxa-site .section-2.content-with-image::after {
	display: none;
	content: "";
	position: absolute;
	right: 0;
	bottom: -32%;
	width: 100%;
	height: 20em;
	background-image: url('../img/konfeti-u-vyhry-napravo.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;
}
/* Výhry end */

/* Bonus */
.maxa-site .section-3.content-with-image::after {
	display: block;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image:
    linear-gradient(rgba(80, 41, 130, 0), rgba(80, 41, 130, 0)), 
    url('../img/konfeti.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1;
}
.maxa-site .img-mv {
	width: 100%;
    height: auto;
    z-index: 2;
}
.maxa-site .section-3 .box-wrapper,
.maxa-site .section-4 .box-wrapper,
.maxa-site .section-5 .box-wrapper,
.maxa-site .section-7 .box-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.maxa-site .section-6 .box-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.maxa-site .section-3 .box-content-1,
.maxa-site .section-4 .box-content-1,
.maxa-site .section-5 .box-content-1,
.maxa-site .section-6 .box-content-1,
.maxa-site .section-7 .box-content-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}
.maxa-site .section-3 .box-content-2,
.maxa-site .section-4 .box-content-2,
.maxa-site .section-5 .box-content-2,
.maxa-site .section-6 .box-content-2,
.maxa-site .section-7 .box-content-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}
/* Bonus end */

/* Jak hrát */
.maxa-site .section-4 .box-content,
.maxa-site .section-8 .box-content {
	width: 100%;
	max-width: 100%;
}
.maxa-site .box-ifame {
	position: relative;
	z-index: 2;
}
.maxa-site .iframe-set {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	overflow: hidden;
}
.maxa-site .section-4.content-with-image::after {
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: -7%;
	width: 100%;
	height: 20em;
	background-image: url('../img/konfeti-u-jak-hrat.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
}
/* Jak hrát end */
.maxa-site .section-6.content-with-image::after {
	display: none;
	content: "";
	position: absolute;
	right: 0;
	top: -8%;
	width: 100%;
	height: 31em;
	background-image: url('../img/konfeti-kdy-se-losuje-napravo.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}
/*
.maxa-site .section-6 .box-content-2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
}*/
.maxa-site .section-4 .box-content,
.maxa-site .section-8 .box-content {
	width: 100%;
	max-width: 100%;
	z-index: 2;
	position: relative;
}
.maxa-site .site-footer {
	display: block;
	padding: 3em 1em 2em;
	
	text-align: center;
	background-color: #502983;
}
.maxa-site .footer-inner {
	max-width: 950px;
	margin: 0 auto;
}
.maxa-site .site-footer a {
	display: inline-block;
}
.maxa-site .footer-logo {
	width: 150px;
	height: auto;
}
.maxa-site .text-image-inner,
.maxa-site .text-image-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0 2em;
}
.maxa-site .warning-img-mobile {
	display: block;
	height: auto;
	width: 100%;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 1.1;
}
.maxa-site .warning-img-desktop {
	display: none;
	height: 40px;
	width: auto;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 1.6;
}
.maxa-site .copyright {
	font-size: .9rem;
}
.maxa-site .bingo-preferences-center {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	padding: 1em 0 0;
}

@media (min-width: 768px) {
	.maxa-site .navigation-wrapper-desktop ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.maxa-site .py-4 {
		padding: 4em 0;
	}
	.maxa-site .pr-2 {
		padding-right: 2em;
	}
	.maxa-site .warning-img-desktop {
		display: block;
	}
	.maxa-site .warning-img-mobile {
		display: none;
	}
	.maxa-site .digit-face {
		width: 80px;
		height: 75px;
		font-size: 2.8em;
	}
	.maxa-site .flip-clock {
		gap: 15px;
	}
}

@media (min-width: 992px) {
	.maxa-site .site-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 110px;
	}
	.maxa-site .section-1 .megamaxa-logo {
		width: 95%;
		height: auto;
	}
	.maxa-site .text-box h1 {
		font-size: 2em;
		margin-top: 30px;
	}
	.maxa-site .navigation-wrapper-desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	.maxa-site .navigation-wrapper-mobile {
		display: none;
	}
	.maxa-site .image-box .text-image-mobile {
		display: none;
	}
	.maxa-site .image-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		z-index: 1;
		height: 80%;
		margin-top: 0;
		margin-bottom: -30px;
		margin-right: -45px;
	}
		.maxa-site .img-1 {
		background-image: url('../img/obr-do-karusellu-20-za-20.png');
	}
			.maxa-site .img-2 {
		background-image: url('../img/obr-do-karusellu-50-za-30.png');
	}
	.maxa-site .image-box::before {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.maxa-site .text-box {
		padding: 0;
		position: absolute;
		width: 45%;
		left: 0;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		z-index: 2;
	}
	.maxa-site .btn-button {
		margin: 0 0 1em;
	}
	.maxa-site .section-1 {
		padding: 0 0 1em;
	}
	.maxa-site .banner {
		position: relative;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		height: 600px;
	}
	.text-box {
		padding: 60px;
	}
	.maxa-site .section-2 .box-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 50px;
	}
	.maxa-site .section-6 .box-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 40px;
	}
	.maxa-site .section-2 .box-content-1 {
		max-width: 50%;
	}
	.maxa-site .section-2 .box-content-2 {
		max-width: 50%;
	}
	.maxa-site .section-3 .box-wrapper,
	.maxa-site .section-4 .box-wrapper,
	.maxa-site .section-5 .box-wrapper,
	.maxa-site .section-6 .box-wrapper,
	.maxa-site .section-7 .box-wrapper  {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.maxa-site .section-3 .box-content-1,
	.maxa-site .section-4 .box-content-1,
	.maxa-site .section-5 .box-content-1,
	.maxa-site .section-6 .box-content-1,
	.maxa-site .section-7 .box-content-1 {
		max-width: 50%;
	}
	.maxa-site .section-3 .box-content-2,
	.maxa-site .section-4 .box-content-2,
	.maxa-site .section-5 .box-content-2,
	.maxa-site .section-6 .box-content-2,
	.maxa-site .section-7 .box-content-2 {
		max-width: 50%;
	}
	.maxa-site .section-4 .box-content,
	.maxa-site .section-8 .box-content {
		max-width: 75%;
	}
	.maxa-site .img-w-55 {
		width: 55%;
	}
	.maxa-site .img-w-75 {
		width: 75%;
	}
	.maxa-site .btn-wrapper {
		margin: 0 auto;
	}
	.maxa-site .section-6.content-with-image::after,
	.maxa-site .section-4.content-with-image::after,
	.maxa-site .section-2.content-with-image::after {
		display: block;
	}
	.maxa-site .iframe-set {
		width: 90%;
	}
	.countdown-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 30%;
	}
	.countdown-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 20px;
		gap: 20px;
	}
	.maxa-site .box-wrapper.countdown-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 30px;
	}
	.flip-clock-message, .flip-clock-message-extra {
		text-align: right;
		min-width: 250px;
	}
	.maxa-site .title-h2 {
		font-size: 1.8rem;
	}
	.maxa-site .p-r {
		margin: 0 0 0 auto;
	}
}
@media(min-width: 1024px) {
	.maxa-site .navigation-wrapper-desktop .navigation-modify-container {
		gap: 40px;
	}
	.maxa-site .countdown-main-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px;
	}
}
@media(min-width: 1200px) {
	.maxa-site .navigation-wrapper-desktop .navigation-modify-container {
		gap: 25px;
	}
	.maxa-site .navigation-wrapper-desktop ul {
		gap: 13px 25px;
	}
	.maxa-site .banner {
		height: 550px;
	}
	.maxa-site .text-box h1 {
		font-size: 2.5em;
		margin-top: 30px;
	}
}
@media(min-width: 1400px) {
	.maxa-site .navigation-wrapper-desktop .navigation-modify-container {
		gap: 120px;
	}
}

.slider {
    position: relative;
    overflow: hidden;
}

.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    opacity: 0.7;
}
.slider-prev { left: 10px; }
.slider-next { right: 10px; }

/* Slider fade efekt */
.section-1 .slider {
    position: relative;
    overflow: hidden;
    min-height: 0;
    height: auto;
    /* Výška podle nejvyššího slidu, nebo nastavte např. min-height: 400px; */
}
.section-1 .slide {
    position: absolute;
    top: 0; left: 0; width: 100%;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}
.section-1 .slide.active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
    position: relative;
}
.section-1 .slider .slide:first-child.active {
    position: relative;
}
.winners-box {
    max-width: 900px;
    margin: 0 auto;
}
.winner-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    gap: 32px;
}
.winner-amount {
    color: #33ee66;
    font-size: 5rem;
    font-weight: 700;
    min-width: 440px;
    display: block;
    line-height: 1.1;
    font-family: inherit;
}
.winner-desc {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    margin-top: 0.5em;
    display: block;
    font-family: inherit;
}
.winners-box .title-h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: 1px;
}

@media (max-width: 700px) {
    .winner-row {
        flex-direction: column;
        gap: 8px;
    }
    .winner-amount {
        font-size: 2.6rem;
        min-width: 0;
    }
    .winner-desc {
        font-size: 1rem;
    }
}
@media (max-width: 900px) {
    .winner-amount {
        font-size: 2.4rem;
        min-width: 0;
    }
    .winner-desc {
        font-size: 1.1rem;
    }
    .winners-box .title-h2 {
        font-size: 1.5rem;
    }
}
.winners-box, .section-3 .container {
    position: relative;
    z-index: 2;
}

/* AKTUÁLNÍ VÝHRY SLIDER */
.aktualni-vyhry-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.aktualni-vyhry-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(.4,0,.2,1);
    width: 100%;
    box-sizing: border-box;
    gap: 32px;
}
.aktualni-vyhry-card {
    position: relative;
    background: #33ee66;
    border-radius: 16px;
    border: none; /* odstraní bílý rámeček */
    padding: 22px 24px 18px 24px;
    min-width: 280px;
    max-width: 320px;
    flex: 0 0 31%;
    box-sizing: border-box;
    font-family: inherit;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}
.aktualni-vyhry-card-link {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.aktualni-vyhry-date {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.aktualni-vyhry-icon svg {
    display: block;
}

.aktualni-vyhry-divider {
    width: 100%;
    height: 2px;
    background: #6200bf;
    opacity: 0.7;
    margin: 8px 0 12px 0;
    border-radius: 1px;
}

.aktualni-vyhry-desc {
    font-size: 1rem;
    margin-bottom: 12px;
    font-weight: 400;
}

.aktualni-vyhry-amount {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}

.aktualni-vyhry-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
    background: none;
    border-radius: 0;
    padding: 0;
}

.aktualni-vyhry-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.2s, background 0.2s;
    display: inline-block;
}

.aktualni-vyhry-dot.active {
    opacity: 1;
    background: #33ee66;
    box-shadow: none; 
}

@media (max-width: 900px) {
    .aktualni-vyhry-card {
        min-width: 220px;
        max-width: 260px;
        padding: 16px 10px 12px 10px;
    }
}

.aktualni-vyhry-slider {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0.5vw;
}

.aktualni-vyhry-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(.4,0,.2,1);
    width: 100%;
    box-sizing: border-box;
    gap: 32px;
}

.aktualni-vyhry-card {
    flex: 0 0 calc((100% - 64px) / 3); /* 3 karty, 2x gap */
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .aktualni-vyhry-card {
        flex: 0 0 calc((100% - 16px) / 2);
    }
    .aktualni-vyhry-track {
        gap: 16px;
    }
}
@media (max-width: 700px) {
    .aktualni-vyhry-card {
        flex: 0 0 100%;
        min-width: 0;
        max-width: 100vw;
        padding: 16px 8px 12px 8px;
    }
    .aktualni-vyhry-track {
        gap: 8px;
    }
}

/* Tabulka výher sekce */
.vyhry-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
    flex-wrap: wrap;
}

.vyhry-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 220px;
    max-width: 300px;
    flex: 1 1;
}

.vyhry-title {
    color: #6200bf;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 18px;
    margin-top: 0;
}

.vyhry-rocket {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}

.vyhry-right {
    flex: 2 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vyhry-table {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08);
}

@media (max-width: 900px) {
    .vyhry-flex {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .vyhry-left, .vyhry-right {
        max-width: 100%;
        flex: 1 1 100%;
        align-items: center;
        text-align: center;
    }
    .vyhry-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    .vyhry-rocket {
        width: 120px;
    }
    .vyhry-table {
        width: 95vw;
    }
}