html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'ChronicleDisplay';
	src: url('../fonts/chronicledisp-xlight-webfont.woff2') format("woff2"), url('../fonts/chronicledisp-xlight-webfont.woff') format("woff");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Neuzeit';
	src: url('../fonts/neuzeitofficepro-regular-webfont.woff2') format("woff2"), url('../fonts/neuzeitofficepro-regular-webfont.woff') format("woff");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

/* custom CSS */
.np_transition, a, button, .button, input[type="submit"], .each-accordeon .faq-header-plus::before, .dropdown--arrow:before, .accordeon-title,
.header-logo, .masthead.site-header, .open-menu-btn span, .header-right.scan-qr-code, .masthead.site-header .content-center,
.contact--popup, .contact-popup-content, .close-icon svg, .header-menu, .active-dropdown .languages-list, .transition-el, .search-market label:before, .relative-input label,
.button svg path{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
body {
	font-family: 'Neuzeit';
	font-size: 16px;
	line-height: 1.7;
	background:#fff;
	color:#000;
}
h1, h2, h3, h4, h5, h6, .vwhead-text{
	font-weight:300;
	font-family: 'Neuzeit';
	line-height:1.12;
	font-weight:bold;
}
.light-font{
	font-weight:300;
}
.content-center {	max-width: 1200px;		margin-left: auto;		margin-right: auto;	}
.main--img img {
	max-width: 100%;
	width:100%;
	display: block;
}
.fc-block.banner .banner-image {
	background-size: cover;
	background-position: center;
	position: relative;
}
.banner-content {
	padding-top: 50px;
	display: flex;
	align-items: center;
	padding-bottom: 50px;
	max-height: 400px;
}
.banner-logo img {
	max-width: 100%;
}
.banner-logo {
	margin-left: auto;
	max-width: 50%;
}
/*
.fc-block.banner .banner-image:before{
	content:"";
	position:absolute;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
	width:100%;
	height:100%;
	left:0;
	top:0;
}
*/
.banner-content, .banner-info-text {
	position: relative;
}
.box-content {
	display: flex; 
	column-gap: 63px;
}
.box-content.box-with-image > div {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
}
.image_and_text img {
	max-width: 100%;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.fc-block.image_and_text {
	padding: 40px 0 45px;
}
.simple--content + .button-container {
	padding-top: 40px;
	margin-top: auto;
}
.simple--content p {
	margin-bottom: 20px;
}
.button, .password-protected-wrapper input[type="submit"] {
	background: rgb(102, 102, 102);
	width: auto;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 200px;
	text-decoration: none;
	color: #fff;
	height: 54px;
	line-height: 48px;
	font-size: 16px;
	outline: 0;
	border: 0;
	font-family: 'Neuzeit';
	cursor: pointer;
	border: 0;
	display: flex;
	align-items: center;
	column-gap: 12px;
	justify-content: center;
	text-transform: uppercase;
	margin-left: auto;
	font-weight: bold;
}
.center--text{
	text-align:center;
	justify-content:center;
}
.image--wrapper + .box-text-wrapper .button {
	min-width: 320px;
}
.fc-block li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 8px;
}
.fc-block li::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #000;
	left: 14px;
	position: absolute;
	top: 16px;
	border-radius: 50%;
}
.fc-block.banner {
	margin-bottom: 20px;
}
.fc-block .car-info-cont li::before{
	top:15px;
}
.fc-block ul {
	padding-left: 40px;
}
.each-accordeon:first-child .accordeon-title{	
	border-top: 1px solid #DFE4E8;
}
.accordeon-title {
	text-align: left;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 35px;
	line-height: 1.1;
	border-bottom: 1px solid #DFE4E8;
	color: #001E50;
}
.accordeon-content {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	color: #000;
    text-align:left;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
overflow:hidden;
}
.each-accordeon.active-toggle .accordeon-content {
	max-height: 1600px;
	opacity: 1;
	visibility: visible;
	overflow: visible;
}
.each-accordeon {
	position: relative;
}
.each-accordeon.active-toggle .accordeon-content {
	max-height: 1600px;
	opacity: 1;
	visibility: visible;
	overflow: visible;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFE4E8;
}
h2 {
	font-size: 28px;
	margin-bottom: 25px;
}
.legal_menu_container ul li a {
	color: #000;
	text-decoration: none;
}
.legal_menu_container {
	margin-left: auto;
}
.legal_menu_container ul {
	display: flex;
	column-gap: 30px;
}
.footer-row {
	display: flex;
	margin-bottom: 40px;
	padding-top: 20px;
	font-size: 14px;
}
h1 {
	font-size: 36px;
}
.registration-form {
	margin-bottom: 80px;
}
.registration-wrapper {
	display: flex;
	column-gap: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.registration-wrapper:first-child {
	padding-top: 55px;
	padding-bottom: 50px;
}
.current-user-data {
	width: 33.33%;
	text-align: left;
}
.error-wrapper {
	padding: 40px 0;
}
.user-name {
	font-size: 24px;
	margin-bottom: 16px;
	font-weight:bold;
}
.user-email {
	color: rgb(102, 102, 102);
}
.main-participant.form-column {
	margin-bottom: 25px;
}
.each-field > label {
	margin-bottom: 10px;
	display: block;
}
.relative-input {
	position: relative;
}
input[type="radio"] {
	width: 0;
	height: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	position: absolute;
	text-indent: -9999px;
	z-index: -999999999;
	opacity: 0;
}
input[type="radio"] + label {
	padding-left: 35px;
	position: relative;
	cursor: pointer;
	display:block;
}
input[type="radio"] + label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #000;
}
input[type="radio"] + label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	opacity: 0;
}
input[type="radio"]:checked + label::after{
	opacity:1;
}
.checkboxes-list .relative-input {
	margin-bottom: 8px;
}
.extra-person-data.show-person {
	display: block !important;
}
.form-wrapper {
	width: calc(66.66% - 50px);
}
.each-field input[type="text"], .each-field input[type="email"] {
	width: 100%;
	border: 2px solid #000;
	background: transparent;
	color: #000;
	padding: 15px 20px;
	box-shadow: none;
	outline: 0;
	font-size: 16px;
	height: 50px;
	font-family: 'Neuzeit';
}
.extra-person-data {
	padding-top: 15px;
	padding-left: 35px;
	padding-bottom: 10px;
}
.extra-person-data .each-field {
	margin-bottom: 20px;
}
.each-field input[type="text"]::-webkit-input-placeholder, .each-field input[type="email"]::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: #000;
	opacity:1;
}
.each-field input[type="text"]::-moz-placeholder, .each-field input[type="email"]::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	opacity:1;
}
.each-field input[type="text"]:-ms-input-placeholder, .each-field input[type="email"]:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	opacity:1;
}
.each-field input[type="text"]:-moz-placeholder, .each-field input[type="email"]:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity:1;
}
.main-checkboxes.with-error > .checkboxes-list > .relative-input > label, .with-error > label, .with-error label {
	color: #f00;
}
.with-error.each-field input[type="text"], .with-error.each-field input[type="email"] {
	border-color: #f00;
}
.button-container.white-buttons {
	display: flex;
}
.each-radio-btn {
	display: flex;
	column-gap: 30px;
}
.fc-block.registration_form {
	padding-top: 40px;
	padding-bottom: 20px;
}
.registration-data h2 {
	margin-bottom: 50px;
}
.simple--content {
	margin-bottom: 50px;
	margin-top: 40px;
}
.user-company, .user-email {
	font-size: 18px;
}
.registration-wrapper strong {
	font-weight: bold;
}
.current-user-data p {
	margin-bottom: 20px;
}
.right-user-data{
	margin-bottom:30px;
}
.post-password-form {
	padding-top: 80px;
	margin-bottom: 80px;
}
.password-protected-wrapper input[type="submit"] {
	display: inline;
}
input[name="post_password"] {
	border: 0;
	border: 1px solid #000;
	height: 54px;
	color: #000;
	outline: 0;
	box-shadow: none;
	margin-bottom: 20px;
	margin-right: 6px;
}
.post-password-form p {
	margin-bottom: 20px;
}
.fc-block.qr-code-block {
	padding-top: 60px;
	padding-bottom: 60px;
}
.qr-code-container svg {
	width: 130px;
	height: 130px;
}
.qr-code-container.scan-qr-code {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	row-gap: 20px;
	font-size: 18px;
}
.qr-code-container {
	text-align: center;
	cursor: pointer;
}
#qr-code-popup.active {
	display: block !important;
}
#qr-code-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0,0,0,0.5);
}
.inner-qr-code {
	position: fixed;
	height: 90%;
	width: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.close-popup {
	background-color: #000;
	border: 3px solid #000;
	position: absolute;
	cursor: pointer;
	top: 12px;
	right: 12px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	z-index: 999;
	outline: 0;
}
#canvas{
	max-width:90%;
}
.close-popup span {
	background-image: url("../images/close.svg");
	width: 24px;
	height: 24px;
	position: absolute;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#loadingMessage {
	max-width: 90%;
	color: #000;
}
#output {
	color: #000;
}
.qr-code-data {
	padding-top: 60px;
	margin-bottom: 50px;
}

.each-data {
	display: flex;
}
.data-label {
	min-width: 190px;
	font-weight: 700;
}
.qr-code-data .button-container{
	padding-top:40px;
}
.qr-code-data .button-container .button {
	margin-left: 0;
}
.qr-code-container-wrapper {
	display: flex;
}
.qr-code-data .fc-block.qr-code-block {
	padding-top: 0;
}
.qr-code-data .content-center .content-center {
	max-width: 100%;
}

/* add another participant */
.bring-another {
	margin-top: -10px;
	margin-bottom: 10px;
}
.bring-another-wrapper.show-person {
	display: block !important;
}
.bring-another-wrapper {
	padding-top: 20px;
}


@media (max-width:1279px){
	.content-center {max-width: 90%;	}
}

@media (max-width:959px){
	.registration-wrapper {	column-gap: 60px;	}
	.registration-wrapper:first-child {	padding-top: 30px;	padding-bottom: 30px;	}
	.form-wrapper {	width: calc(66.66% - 60px);	}
	.user-name {font-size: 22px;}
	h1 {font-size: 30px;}
	h2 {font-size: 24px;}
	.extra-person-data {padding-left: 0;	}	
	.user-company, .user-email {font-size: 16px;}
}

@media (max-width:639px){
	.footer-row{flex-direction:column;}
	.legal_menu_container {margin-left: 0;	margin-top: 20px;	}
	.registration-wrapper {	flex-direction: column;	}
	.registration-wrapper:first-child {padding-bottom: 15px;	}
	.current-user-data {width: 100%;text-align: left;}
	.registration-wrapper:nth-child(2) .current-user-data {margin-bottom: 35px;}
	.form-wrapper {	width: 100%;}

}

@media (max-width:479px){
	.legal_menu_container ul{flex-direction:column;}
	.legal_menu_container ul li {margin-bottom: 10px;}
	.user-name {font-size: 20px; margin-bottom: 10px;	}
	h1 {font-size: 26px;}
	.registration-form {margin-bottom: 40px;}
	h2 {font-size: 24px;}
	
}