@font-face {
	font-family: Space Grotesk;
	src: url("../fonts/MaxaGrotesk-Light.ttf");
	font-weight: 400;
}
@font-face {
	font-family: Space Grotesk;
	src: url("../fonts/MaxaGrotesk-Regular.ttf");
	font-weight: 500;
}
@font-face {
	font-family: Space Grotesk;
	src: url("../fonts/MaxaGrotesk-SemiBold.ttf");
	font-weight: 600;
}
@font-face {
	font-family: Space Grotesk;
	src: url("../fonts/MaxaGrotesk-Bold.ttf");
	font-weight: 700;
}
html {
	overflow-x:hidden;
}
body.maxa-christmas {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Roboto", 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: #000000;
	overflow-x:hidden;
}
.maxa-christmas h1 {
	color: #ffffff;
	text-align: center;
	font-family: Space Grotesk;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.1;
	padding: 0 10px;
	margin: 0;
}
@media(min-width: 768px) {
	.maxa-christmas h1 {
		font-size: 5rem;
	}
}
.maxa-christmas .strong-h1 {
	font-weight: 600;
}
.maxa-christmas h2 {
	font-family: Space Grotesk;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}
@media(min-width: 768px) {
	.maxa-christmas h2 {
		font-size: 3rem;
	}
}
.maxa-christmas .h2-tilte {
	padding: 2em 0;
}
.maxa-christmas .h2-tilte.lottery-tickets {
	padding: 0 0 2em;
}
@media(min-width: 768px) {
	.maxa-christmas .h2-tilte.lottery-tickets {
		padding: 1em 0 2em;
	}
}
.maxa-christmas p {
	color: #fff;
	font-family: Space Grotesk;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 1em 0;
}
.maxa-christmas .title {
	color: #000;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	margin: 0;
}
@media(min-width: 768px) {
	.maxa-christmas .title {
		font-size: 2rem;
	}
}
.maxa-christmas .subtitle {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}
.maxa-christmas .bg-violet {
	background-color: #6000bf;
}
.maxa-christmas .bg-white {
	background-color: #ffffff;
}
.maxa-christmas .bg-orange {
	background-color: #ffb233;
}
.maxa-christmas .bg-gold {
	background-color: #a77800;
}
.maxa-christmas .teal-color {
	color: #00cccc;
}
.maxa-christmas .orange-color {
	color: #ffb233;
}
.maxa-christmas .violet-color {
	color: #6000bf;
}
.maxa-christmas .color-white {
	color: #ffffff;
}
.maxa-christmas .content {
	font-size: 1rem;
	text-align: left;
}
.maxa-christmas a {
	text-decoration: none;
	outline: none;
}
.maxa-christmas .w-100 {
	width: 100%;
}
.maxa-christmas .h-auto {
	height: auto;
}
.maxa-christmas .pt-2 {
	padding-top: 2em;
}
.maxa-christmas .pb-2 {
	padding-bottom: 2em;
}
@media(min-width: 768px) {
	.maxa-christmas .pb-2 {
		padding-bottom: 0;
	}
}
.maxa-christmas .boxes-img {
	padding: 0;
	height: auto;
	max-width: 400px;
}
.maxa-christmas .container {
	max-width: 100%;
	margin: 0 auto;
}
@media(min-width: 1024px) {
	.maxa-christmas .container {
		max-width: 950px;
	}
}
.maxa-christmas .site-header {
	display: block;
	text-align: left;
	vertical-align: top;
}
.maxa-christmas .logo-inner {
	padding: 2em 1em 1em;
}
.maxa-christmas .bg-violet-image {
	background-image: url("../img/fialova-bg.webp");
	background-color: #6000bf;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.maxa-christmas .bg-white-image {
	background-image: url("../img/sediva-bg.webp");
	background-color: #ffffff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 1em 2em;
}
.maxa-christmas .bg-gold-image {
	background-image: url("../img/zlata-bg.webp");
	background-color: #ffffff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 1em 1em;
}
@media(min-width: 768px) {
	.maxa-christmas .bg-gold-image {
		padding: 0 1em 2em;
	}
}
.maxa-christmas .top-banner {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em 0 0;
}
.maxa-christmas .top-banner-divider {
	text-align: center;
	padding: 1em 0 0;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}
@media(min-width: 768px) {
	.maxa-christmas .top-banner-divider {
		padding: 2em 0 0;
	}
}
.maxa-christmas .top-banner-divider img {
	object-fit: contain;
	max-width: 250px;
}
@media(min-width: 768px) {
	.maxa-christmas .top-banner-divider img {
		max-width: 500px;
	}
}
.maxa-christmas .boxes.first {
	padding: 0 1em 0;
}
.maxa-christmas .boxes.second {
	padding: 3em 1em 2em;
}
.maxa-christmas .boxes {
	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;
} 
@media(min-width: 768px) {
	.maxa-christmas .boxes {
		-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;
	} 
}
.maxa-christmas .boxes .col {
	position: relative;
	padding: 0 0 .5em;
	text-align: center;
	width: 100%;
}
@media(min-width: 768px) {
	.maxa-christmas .boxes .col {
		width: 50%;
		padding: 0;
	}
}
.maxa-christmas .btn-wrapper {
	text-align: left;
	margin-top: 2em;
}
.maxa-christmas .btn-wrapper .christmas-button {
	display: inline-block;
	position: relative;
	border-width: 0;
	padding: 0.7em 2em;
	font-size: 1rem;
	font-family: Space Grotesk;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	border-radius: 38px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.maxa-christmas .btn-wrapper .christmas-button:hover {
	background-color: #ffb233e6;
}
.maxa-christmas .btn-wrapper .christmas-button.hover-otherwise:hover {
	background-color: #5300a5;
}
.maxa-christmas .christmas-link {
	display: block;
	color: #fff;
	font-family: Space Grotesk;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 222ms ease-out;
	-o-transition: all 222ms ease-out;
	transition: all 222ms ease-out;
}
.maxa-christmas .christmas-link:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.maxa-christmas .warning {
	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;
	padding: 1em;
}
@media(min-width: 768px) {
	.maxa-christmas .warning {
		padding: 1em 2em;
	}
}
.maxa-christmas .boxes.second .col1 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.maxa-christmas .boxes.second .col2 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	text-align: center;
}
@media(min-width: 768px) {
	.maxa-christmas .boxes.second .col1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: right;
	}
	.maxa-christmas .boxes.second .col2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.maxa-christmas .boxes.first .col1 {
	text-align: center;
}
@media(min-width: 768px) {
	.maxa-christmas .boxes.first .col1 {
	text-align: left;
}
}
.maxa-christmas .boxes .col-1 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.maxa-christmas .boxes .col-2 {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.maxa-christmas .boxes .col-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
@media(min-width: 768px) {
	.maxa-christmas .boxes .col-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.maxa-christmas .boxes .col-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.maxa-christmas .boxes .col-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}
.maxa-christmas .under-boxes-content p {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.1;
	margin: 0;
	padding: 0 10px;
}
@media(min-width: 768px) {
	.maxa-christmas .under-boxes-content p {
		font-size: 2rem;
	}
}
.maxa-christmas .warning-img-mobile {
	display: block;
	height: auto;
	width: 100%;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 1.1;
}
@media(min-width: 768px) {
	.maxa-christmas .warning-img-mobile {
		display: none;
	}
}
.maxa-christmas .warning-img-desktop {
	display: none;
	height: 40px;
	width: auto;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 1.6;
}
@media(min-width: 768px) {
	.maxa-christmas .warning-img-desktop {
		display: block;
	}
}
.maxa-christmas .site-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #a77800;
	padding: 0;
}
.maxa-christmas .footer-top-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	gap: 10px;
	padding: 1.5em 0 2em;
}
@media(min-width: 768px) {
	.maxa-christmas .footer-top-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 2em 0;
		width: 100%;
		gap: 0;
	}
}
.maxa-christmas .footer-bottom-inner {
	display: block;
	text-align: center;
	padding: 1em 0 1.5em;
	width: 100%;
	background-color: #775602;
}
.maxa-christmas .col-footer p {
	font-size: 1.1rem;
}
.maxa-christmas .footer-logo-partners {
	width: auto;
	height: 40px;
}
@media(min-width: 992px) {
	.maxa-christmas .footer-logo-partners {
		height: 45px;
	}
}
.maxa-christmas .footer-partners-link {
	display: block;
	-webkit-transition: all 222ms ease-out;
	-o-transition: all 222ms ease-out;
	transition: all 222ms ease-out;
}
.maxa-christmas .footer-partners-link:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.maxa-christmas .copyright {
	margin: 0 1em 1em;
}
.maxa-christmas .maxa-preferences-center {
	color: #ffffff;
	font-family: 'Space Grotesk';
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	padding: 1em 0 0;
}