@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	max-width:1920px;
	margin:auto;
	color:#000000;
    overflow-x: hidden !important;
    display: flex;
    flex-direction: column;
}

.container_box{
	max-width: 1104px;
	margin: 0 auto;
	z-index: 2;
}

.font_medium {
	font-weight: 500;
}

.font_bold {
	font-weight: 700;
}

.font_30 {
	font-size: 1.875em;
	line-height: 1.2;
}

.font_28 {
	font-size: 1.75em;
	line-height: 1.25;
}

.font_22 {
	font-size: 1.375em;
	line-height: 1.6;
}

.font_20 {
	font-size: 1.25em;
	line-height: 1.2;
}

.font_18 {
	font-size: 1.125em;
	line-height: 1.23;
}

.text_white {
	color: #FFFFFF;
}

.max_w_528 {
	max-width: 528px;
}

.max_w_420 {
	max-width: 420px;
}

.mb_150 {
	margin-bottom: 9.375rem;
}

.mb_100 {
	margin-bottom: 6.25rem;
}

.mb_80 {
	margin-bottom: 5rem;
}

.mb_60 {
	margin-bottom: 3.75em;
}


.mb_40 {
	margin-bottom: 2.5rem;
}

.mb_32 {
	margin-bottom: 2rem;
}

.mb_20 {
	margin-bottom: 1.25rem;
}

.mb_16 {
	margin-bottom: 1rem;
}

.mt_150 {
	margin-top: 9.375rem;
}

.mt_80 {
	margin-top: 5rem;
}

.mt_60 {
	margin-top: 3.75em;
}

.mt_40 {
	margin-top: 2.5rem;
}

.mt_32 {
	margin-top: 2rem;
}

.mt_20 {
	margin-top: 1.25rem;
}

.mt_16 {
	margin-top: 1rem;
}

.pb_110 {
	padding-bottom: 6.875em !important;
}

footer,
section {
	float: left;
	width: 100%;
	position: relative;
}

nav {
	padding-top: 2.25em;
	padding-bottom: 2.25em;
	z-index: 2;
	position: relative;
}

nav.box_shadow {
	box-shadow: 0px 3px 6px #00000029;
}

nav .languages {
	display: flex;
	align-items: center;
	justify-content: end;
}

nav .languages ul {
	padding: 0;
	margin: 0;
	display: inline-flex;
	list-style: none;
}

nav .languages ul li:not(:last-child) {
	padding-right: 16px;
	margin-right: 8px;
	position: relative;
}

nav .languages ul li:not(:last-child)::before {
	position: absolute;
	content: "|";
	right: 0;
}

nav .languages ul li a {
	color:inherit;
	text-decoration: none;
	position: relative;
}

nav .languages ul li a.active {
	font-weight: 700;
	color: #CC593B;
}

.text_container {
	width: 100%;
	position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.button_box {
	border-radius: 10px;
	min-width: 270px;
	font-size: 1.25em;
	line-height: 1.75;
	font-weight: 500;
	padding: 0.5em .4em;
	text-decoration: none;
	float: left;
}

.button_white {
	border-color: #FFFFFF;
	color: #000000;
	background-color: #FFFFFF;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.orange_border {
	padding: 0.5em 1em;
	min-width: unset;
	text-align: center;
	border: 2px solid #CC593B;
	border-color: #CC593B;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: 500;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.orange_border:hover {
	color: #CC593B;
}

.button_white:hover {
	color: #CC593B;
}

.button_orange {
	border-color: #CC593B;
	color: #FFFFFF;
	background-color: #CC593B;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.button_orange:hover {
	color: #000000;
}

.vouchers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.vouchers .item {
	flex-basis: 20.5%;
}

.vouchers strong {
	color: #E9531D;
	font-weight: 500;
}

.disclaimer {
	position: relative;
}

.disclaimer .max_w_420 {
	position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
	border-top: 1px solid #E9531D;
	padding-top: 1em;
}

.form_section {
	padding: 4em 0 3.5em;
	background-color: #FFF5EC;
}

.form_section .columns {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.form_section .img_column {
	flex-basis: 38%;
	display: flex;
	align-items: center;
}

.form_section .form_column {
	flex-basis: 43.5%;
}

form {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

form .half_col {
	flex-basis: 47.5%;
}

form .full_col {
	flex-basis: 100%;
}

form a {
	color: #CC593B;
}

form input {
	margin-bottom: 1.5em;
	border-radius: 10px;
	border: 2px solid #909090;
	font-size: 1.125em;
	line-height: 1.23;
    padding: 1em 0em 1em 1em;
}

form .check_container {
	font-size: 0.875em;
	line-height: 2;
}

form input[type='checkbox'] {
	display: none;
}

form span.name {
    min-height: 93px;
    float: left;
    min-width: 1px;
	width: 100%;
}

form .checkmark {
	float: left;
	width: 24px;
	height: 24px;
	border: 3px solid #CC593B;
	border-radius: 6px;
	margin-right: .855em;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

form .check_container input:checked + .checkmark {
	background-color: #CC593B;
}

form .check_container input:checked + .checkmark::before {
	content: "✔";
	color: #FFFFFF;
}

footer {
	padding: 1em 0;
	background-color: #383838;
}

footer .container_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.modal-dialog {
	max-width: 708px;
}

.modal-body {
	padding: 0;
}

.modal-body .img_container {
	background-color: #CC593B;
	padding: 2em 0;
}

.modal-body .img_container img {
    max-width: 155px;
}

.modal-body .img_container.lose {
	background-color: transparent;
	padding: 0;
}

.modal-body .img_container.lose img {
    max-width: 100%;
}

.stars {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 210px;
}

.text_page ul {
	list-style: none;
	padding: 0;
}

.text_page li {
	margin-bottom: 1.75em;
	position: relative;
	padding-left: 2rem;
}

.text_page li::before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #E9531D;
	left: 0;
	top: 0;
    transform: translate(0%, 33%);
    -ms-transform: translate(0%, 33%);
    -webkit-transform: translate(0%, 33%);
}

.help_modal_bg,
.help_modal_end{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1140;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}

.help_modal_end{
	display: block;
}

.help_desc_modal {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 1150;
	overflow-y: auto;
	background-color: #fff;
	width: 95%;
	max-width: 450px;
	height: auto;
	max-height: 95vh;
	padding: 1em;
}

.close_help_modal_bg{
	float: right;
	cursor: pointer;
}

.help_desc_modal .descr{
	width:100%;
	float:left;
	padding: 0 1em 1em;
	font-size: 0.9em;
}

.help_desc_modal.end_comp {
	max-width: 700px;
}

.help_desc_modal.end_comp .langs{
	text-align: right;
}

.help_modal_end .descr.right a{
	text-decoration:none;
	color: #000000;
	margin: 0px 2px;
}

.help_modal_end .soc_icons{
	width:100%;
	float: left;
	display: block;
	font-size: 1.5em;
}

.help_modal_end .soc_icons i{
	margin-right:15px;
}

.help_modal_end .other_links{
	width:100%;
	float: left;
	margin-top:0.5em;
	text-align: right;
}

.help_desc_modal.end_comp {
	max-width: 700px;
}

.help_desc_modal.end_comp a {
	color:#000000;
}

.help_desc_modal.end_comp .langs{
	text-align: right;
}

.help_modal_end .descr.right a{
	text-decoration:none;
	color: #000000;
	margin: 0px 2px;
}

.help_modal_end .soc_icons{
	width:100%;
	float: left;
	display: block;
	font-size: 1.5em;
}

.help_modal_end .soc_icons i{
	margin-right:15px;
}

.help_modal_end .other_links{
	width:100%;
	float: left;
	margin-top:0.5em;
	text-align: right;
}

@media (max-width: 1200px) {
	.container_box{
		padding: 0 1.5rem;
	}
	form .half_col {
		flex-basis: 100%;
	}
}

@media (max-width: 1024px) {
	body{
		font-size:15px;
	}
}

@media (max-width: 991px) {
}

@media (max-width: 960px) {
	body{
		font-size:14px;
	}
}

@media (max-width: 767px) {
	.text_container {
		position: relative;
	}
	.text_container .container_box {
		float: left;
		margin-top: 24px;
	}
	.text_container .text_white {
		color: #000000;
	}
	.text_container .button_white {
		background-color: #CC593B;
		color: #FFFFFF;
	}
	.text_container .button_white {
		background-color: #CC593B;
		color: #FFFFFF;
	}
	.text_container .button_white:hover {
		background-color: #CC593B;
		color: #000000;
	}
	.vouchers .item {
		flex-basis: 48%;
		margin-bottom: 2em;
	}
	.lights {
		min-height: 30vh;
		object-fit: cover;
	}
	.form_section .img_column {
		flex-basis: 100%;
	}
	.form_section .form_column {
		flex-basis: 100%;
	}
}

@media (max-width: 480px) {
	.disclaimer .max_w_420 {
		top: 0%;
		max-width: none;
		width: 100%;
		padding: 1em 1.5rem;
		text-align: center;
	}
}
