*{
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
}
.hide{
	display: none !important;
}
body{
	width: 100%;
	min-height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #FFFC02;
	font-family: "OpenSans Regular";
	transition: all 0.3s ease;
	scroll-behavior: smooth;
}
body.grey-bg{
	background: #EAEAEA;
}
.top-page{
	position: relative;
}
.containernew{
	margin: 40px;
	overflow: hidden;
	opacity: 0.3;
	height: calc(100vh - 80px);
	position: relative;
}
.containernew .holder{
	float: left;
	text-align: center;
}
.containernew img{
	height: 100%;
	width: auto;
	max-width: 100%;
	display: none;
}
.main-box{
	width: 550px;
	height: 286px;
	position: absolute;
	top: 50%;
	left: 50%;
	/*margin-left: -275px;*/
	/*margin-top: -267.5px;*/
	display: none;
}
.background-black{
	background: #000;
	/*display: block;*/
	-ms-transform: translate(-50%, -50%) rotate(9deg); /* IE 9 */
	-webkit-transform: translate(-50%, -50%) rotate(9deg); /* Safari prior 9.0 */
	transform: translate(-50%, -50%) rotate(9deg); /* Standard syntax */
	transition: height 0.2s linear;
}
.background-black.last-page{
	min-height: 550px;
}
.background-white.last-page{
	min-height: 550px;
}

.background-white{
	background: #fff;
	transition: height 0.2s linear;
	transform: translate(-50%, -50%);
}
.background-white.active{
	display: flex;
	align-items: center;
	min-height: 286px;
	height: auto;
}
.popup-container.hideOpactiy{
	opacity: 0;
}
.popup-container{
	width: 100%;
	padding: 20px;
	text-align: center;
	transition: opacity 0.3s ease;
	opacity: 1;
	height: 286px;
}
.popup-container.active{
	display: flex;
	align-items: center;
}
.main-box .title{
	margin: 0 auto;
	max-width: 326px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 0px 3px;
	margin-bottom: 2px;
	text-align: center;
	text-transform: uppercase;
	font-family: "OpenSans Bold";
	background-color: #000000;
	-webkit-box-decoration-break: clone;
	line-height: 26px;
	display: inline;
}
#step1{
	height: 286px;
	width: 100%;
}
#step7{
	text-align: left;
	height: 471px;
	overflow: auto;
	width: 100%;
	position: relative;
}
#step7 .title{
	width: auto;
	margin-left: 0px;
	display: inline;
}
.main-box .title .yellow-tbf{
	color: #FFFC02;
}
.main-box p{
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: "OpenSans SemiBold";
}
.main-box p span{
	color: #999999;
}
.main-box p a{
	color: #999999;
}
.main-box p a:hover{
	color: #000000;
}
#step7 p{
	margin: 0px;
	text-align: left;
	max-width: 310px;
	/*line-height: 15px;*/
}
#step7 p span{
	/*font-size: 14px;*/
	/*font-family: "OpenSans Regular";*/
}
#step7 p.first{
	margin-top: 20px;
	margin-bottom: 18px;
}
.input-with-btn{
	margin-top: 10px;
	display: flex;
}
.input-with-btn .form-control{
	margin-bottom: 0px;
	height: 33px;
	font-size: 14px;
	padding: 0px 9px;
	max-width: 203px;
	float: left;
}
.input-with-btn .copy{
	text-transform: uppercase;
	border: 2px solid #000;
	background: #000;
	color: #fff;
	width: 90px;
	text-align: center;
	height: 37px;
	font-size: 13px;
	font-family: "OpenSans Bold";
	cursor: pointer;
	transition: all 0.2s ease;
}
.input-with-btn .copy:hover{
	color: #FFFC02;
}
.input-with-btn .copy:focus{
	outline: none;
}
.answer_select{
	border: 2px solid #000;
	background: #fff;
	font-size: 15px;
	border-radius: 0px;
	height: 46px;
	font-family: "OpenSans Regular";
	padding: 5px 16px 5px 16px;
	color: #999999;
	text-align: left;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: calc(100% - 10px) 50%;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" class="icon-select" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
	margin: 0 auto;
	max-width: 288px;
	margin-bottom: 8px;
	cursor: pointer;
}
.answer_select.error{
	border: 2px solid #cc0000;
}
.icon-select{
	margin-right: 10px;
}
.answer_select:focus{
	outline: none;
}

.group-input{
	position: relative;
	width: 100%;
	max-width: 288px;
}
.group-input .message-error{
	display: none;
	position: absolute;
	left: 15px;
	top: -5px;
	font-family: OpenSans Regular;
	font-size: 12px;
	color: #cc0000;
	background: #FFF;
	padding: 0 5px;
	line-height: 1;
	transition: all 0.2s ease;
}
.group-input.error .message-error{
	display: block;
}
.group-input .iti{
	width: 100%;
	margin-bottom: 8px;
}
.group-input .iti #phone{
	max-width: initial;
}
.group-input .iti .iti__country-list{
	box-shadow: none;
	border: 2px solid #000;
	margin: -1px 0 0 -1px;
}
.group-input .iti .iti__selected-flag{
	background: transparent !important;
}
.group-input .iti .iti__selected-flag:hover{
	background: transparent;
}
.group-input .iti .iti__selected-flag:focus{
	outline: none;
}
.group-input .iti .iti__selected-flag .iti__flag,
.group-input .iti .iti__selected-flag .iti__arrow{
	display: none;
}
.group-input .iti .iti__selected-flag .iti__selected-dial-code{
	font-size: 15px;
}
.group-input .iti .iti__country-list .iti__country{
	display: flex;
	align-items: center;
	max-width: 284px;
}
.group-input .iti .iti__country-list .iti__country .iti__country-name{
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #000;
}
.group-input .iti .iti__country-list .iti__country .iti__dial-code{
	font-size: 14px;
	color: #666;
}
.group-input .iti .iti__country-list .iti__divider{
	padding-bottom: 0;
	margin-bottom: 0;
}
.form-control{
	max-width: 248px;
	padding: 0px 18px;
	border: 2px solid #000;
	background: #fff;
	font-size: 15px;
	border-radius: 0px;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	font-family: "OpenSans Regular";
	color: #000;    
	margin-bottom: 8px;
	width: 100%;
}
.form-control.error{
	border-color: #cc0000;
}
.form-control:focus{
	outline: 0px;
}
.btn{
	display: block;
	margin: 0 auto;
	max-width: 288px;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	color: #fff;
	background: #000;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	font-family: "OpenSans Bold";
	transition: all 0.2s ease;
	width: 100%;
	border: 0;
	cursor: pointer;
}
.btn:disabled{
	opacity: 0.2;
	cursor: not-allowed;
}
.btn:disabled:hover{
	color: #fff;
	background: #000;
}
.btn:hover{
	background: #FFFC02;
	color: #000;
}
.btn:focus{
	outline: none;
}
.btn.btn-cancel{
	background: transparent;
	height: 20px;
	line-height: 20px;
	width: fit-content;
	font-size: 13px;
	color: #999;
	text-decoration: underline;
	max-width: 360px;
	padding: 0;
	text-transform: initial;
	font-family: 'OpenSans Regular';
}
.btn.btn-cancel:hover{
	text-decoration: none;
}

.btn-fb{
	background: #3B5998;
	color: #FFF;
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 302px;
	height: 46px;
	margin-bottom: 10px;
	padding: 0px 15px;
	justify-content: center;
	font-family: "OpenSans Bold";
	text-decoration: none;
	font-size: 13px;
	position: relative;
	text-align: center;
	transition: all 0.2s ease;
}
.btn-fb img{
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.btn-fb:hover{
	background: #304a8c;
}
.btn-fb:focus{
	outline: none;
}

.btn-li{
	background: #2867B2;
	color: #FFF;
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 302px;
	height: 46px;
	margin-bottom: 10px;
	padding: 0px 15px;
	justify-content: center;
	font-family: "OpenSans Bold";
	text-decoration: none;
	font-size: 13px;
	position: relative;
	text-align: center;
	transition: all 0.2s ease;
}
.btn-li img{
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.btn-li:hover{
	background: #2c5eb3;
}
.btn-li:focus{
	outline: none;
}

.arrow-down{
	margin-top: -25px;
	margin-bottom: 20px;
}
.arrow-down img{
	height: 26px;
}

.arrow-down-logn{
	margin: 0 auto;
	margin-bottom: 33px;
	margin-top: -20px;
	display: block;
}
#timer,
#timer2,
#timer3,
#timer4,
#timer5,
#timer6{
	max-width: 253px;
	margin: 0 auto;
	margin-top: 17px;
	text-align: center;
	font-family: "OpenSans Bold" !important;
}

#timer7{
	margin-top: 17px;
	font-family: "OpenSans Bold" !important;
}

#step7 #timer{
	margin-left: 0px;
	text-align: left;
}
/*custom timer*/
.timeTo.timeTo-black div{
	background: none;
	color: #000;
	border: 2px solid #000;
}
.timeTo ul li{
	line-height: 29px;
	font-size: 16px !important;
	font-family: "OpenSans Bold" !important;
}
.timeTo span{
	padding: 0px 3px;
	font-size: 16px !important;
	font-family: "OpenSans Bold" !important;    
}

.bottom-page{
	padding-top: 30px;
	max-width: 700px;
	margin: 0 auto;
}
.questions{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	justify-content: center;
}
.item-question{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 288px;
	margin: 0 15px;
}
.only-last-page{
	display: none;
}

.item-question .padding-box{
	padding: 15px 15px;
}
.item-question h3{
	margin-top: 0;
	font-family: "OpenSans SemiBold";
	font-size: 13px;
	margin-bottom: 11px;
}
.item-question p{
	margin-bottom: 0;
	margin-top: 0;
	font-family: "OpenSans Regular";
	font-size: 13px;
	color: rgba(0,0,0,0.6);
}
.item-question .button-list button{
	background: #000;
	color: #FFF;
	font-size: 13px;
	border: 0;
	padding: 5px 10px;
	cursor: pointer;
}
.item-question .button-list button:focus{
	outline: none;
}
.item-question .button-list button:hover{
	opacity: 0.8;
}
.footer-page{
	padding: 30px 15px;
	max-width: 576px;
	margin: 0 auto;
}
.line-bl{
	height: 3px;
	width: 40px;
	background: #0A0703;
}
.footer-page .built-team{
	padding-top: 20px;
	font-family: "OpenSans Regular";
	font-size: 13px;
	color: #0B0702;
	opacity: 0.6;
}
.footer-page .copyright{
	padding-top: 5px;
	font-family: "OpenSans Regular";
	font-size: 13px;
	color: #0B0702;
	opacity: 0.6;
}
.footer-page .copyright a{
	color: #0B0702;
	font-family: "OpenSans Regular";
}
.footer-page .copyright a:hover{
	text-decoration: none;
}
.buttons form{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.overlay-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	opacity: 0;
	transition: opacity 0.2s ease;
}
.overlay-modal.active{
	display: flex;
}
.overlay-modal.show{
	opacity: 1;
}

.modal-tbf.active{
	display: block;
}
.modal-tbf.show{
	opacity: 1;
}
.modal-tbf{
	background: #FFF;
	max-width: 544px;
	height: 544px;
	position: relative;
	display: none;
	opacity: 0;
	transition: opacity 0.2s ease;
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.modal-tbf .close-modal{
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	background: #FFFC02;
	font-size: 30px;
	z-index: 999;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	color: #000;
}
.modal-tbf .close-modal:hover{
	color: #666;
}
.modal-tbf .content-modal{
	padding: 70px;
	overflow: auto;
	max-height: 404px;
}
.modal-tbf .title{
	font-family: 'OpenSans Bold';
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}
.modal-tbf .description{
	font-size: 15px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "OpenSans Regular";
}
.modal-tbf .list-items{
	margin-top: 20px;
}
.modal-tbf .list-items .item-list{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.list-items .item-list .points{
	color: #666666;
	padding-right: 20px;
	width: 80px;
	font-size: 14px;
	font-family: "OpenSans Regular";
}
.list-items .item-list .desc-point{
	font-size: 12px;
	color: #666666;
	/*overflow: hidden;*/
	white-space: nowrap;
	/*text-overflow: ellipsis;*/
	flex: 1;
	font-family: "OpenSans Regular";
}
.list-items .empty{
	font-size: 14px;
	color: #666666;
	font-family: "OpenSans Regular";
}

.container-loader{
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFFC02;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loader-tbf,
.loader-tbf:before,
.loader-tbf:after {
	background: #c5c300;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.loader-tbf {
	color: #c5c300;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 7px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader-tbf:before,
.loader-tbf:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader-tbf:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader-tbf:after {
	left: 1.5em;
}
@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

.wistia_responsive_wrapper {
	margin-top: 15px;
}
.list-tickets .list-items{
	display: flex;
	flex-wrap: wrap;
}
.list-tickets .title-list{
	margin-top: 20px;
	font-size: 15px;
}
.list-tickets .list-items .item-list{
	width: 20%;
}
.arrow-bounce{
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.arrow-bounce img{
	height: 30px;
	opacity: 0.6;
	animation: bounce_down 2s ease-in-out infinite;
}
@keyframes bounce_down {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(0, 10px);
	}
}
@media only screen and (max-width: 600px) {
	.arrow-bounce{
		display: none;
	}
	.item-question{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.containernew{
		height: 100vh;
	}
	.popup-container{
		/*padding: 40px 35px;*/
		/*width: 230px;*/
	}
	.main-box{
		width: 300px;
		height: 450px;
	}
	.main-box{
		height: 200px;
	}
	.background-white.active{
		min-height: 150px;
	}
	.background-white.last-page{
		min-height: 190px;
	}
	.background-black.last-page{
		min-height: 190px;
	}
	.background-black{
		-ms-transform: translate(-50%, -50%) rotate(5deg); /* IE 9 */
		-webkit-transform: translate(-50%, -50%) rotate(5deg); /* Safari prior 9.0 */
		transform: translate(-50%, -50%) rotate(5deg); /* Standard syntax */
		/*min-height: 423px;*/
	}
	#step1{
		height: 150px;
	}
	.popup-container{
		height: 150px;
	}
	.popup-container > div{
		max-width: 100%;
	}
	.main-box .title{
		font-size: 17px;
	}
	.main-box p {
		font-size: 13px;
		margin-bottom: 20px;
		margin-top: 16px;
	}
	.selectize-control.single{
		height: 40px;
	}
	.timeTo{
		margin-top: 13px !important;
	}
	.selectize-input{
		height: 40px;
		padding: 8px 16px 10px 16px;    
	}
	.btn{
		height: 40px;
		line-height: 40px;
	}
	.timeTo{
		font-size: 26px;
	}
	.timeTo div{
		width: 18px;
		height: 26px;
	}
	.timeTo ul li{
		font-size: 13px !important;
	}
	.arrow-down-logn{
		display: none;
	}
	.input-with-btn .form-control{
		max-width: 118px;
		font-size: 13px;
		line-height: 33px;
	}
	.form-control{
		max-width: calc(100% - 40px);
	}
	.bottom-page{
		padding: 30px 40px 0;
	}
	#step7{
		height: 450px;
	}
	.modal-tbf{
	    margin: 0 25px;
	    width: calc(100% - 50px);
	    left: 0;
	    transform: translate(0, -50%);
	}
	.list-tickets .list-items .item-list{
		width: 25%;
	}
	.modal-tbf .content-modal{
		padding: 25px;
		max-height: 494px;
	}
	.arrow-down{
		margin-top: -5px;
		margin-bottom: 10px;
	}
	.footer-page{
		padding: 30px 0;
	}
	#step7 p.first{
		margin-top: 15px;
		margin-bottom: 10px;
	}
}
