* {
	margin: 0;
	padding: 0;
	position: relative;
}
img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
thead, tbody, tfoot, tr, th, td {
	position: static;
}
/*--------------------------------------------------------------------------------------------------------*/
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
html {
	height: 100%;
	background: #000;
}
body {
	background: #000;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	height: 100%;
	margin: 0 auto;
	max-width: 1920px;
	-webkit-text-size-adjust: none;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h1, h2, h3, h4, h5, h6 {
}
p {
	line-height: 1.5em;
	margin: 0 0 15px;
}
input, textarea, select {
	font-family: "Ronnia", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
.clear {
	height: 0;
	clear: both;
	overflow: hidden;
}
.loader {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #fff;
	z-index: 10000;
}
.loader__container {
	width: 100%;
	margin: 0 20px;
}
.loader__img {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}
.loader__img img {
	width: 350px;
	height: 100%;
	object-fit: contain;
}
.mobile .loader__img img {
	width: 200px;
}
.loader__loader {
	position: relative;
	max-width: 960px;
	height: 15px;
	margin: 0 auto;
}
.progress {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	/*height: 100%;*/
	height: 15px;
	z-index: 1;
	background-color: #80CEC8;
}
.bar {
	/*background-color: #80cec8;*/
	background-color: #001E3B;
	width:0%;
	height:15px;
}
.percent {
	position:absolute;
	display:inline-block;
	top:3px;
	left:48%;
}
#overlay{
	position:fixed;
	z-index:99999;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.9);
	transition: 1s 0.4s;
}
#progress{
	height:1px;
	background:#fff;
	position:absolute;
	width:0;
	top:50%;
	transition: 1s;
}
#progstat{
	font-size:0.7em;
	letter-spacing: 3px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	width:100%;
	text-align:center;
	color:#fff;
}
/*--------------------------------------------------------------------------------------------------------*/
#outer {
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
#outer::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 2;
}
#fb-root {
	z-index: 999999;
}
/*--------------------------------------------------------------------------------------------------------*/
#sideBar {
	position: absolute;
	right: 30px;
	top: 130px;
	z-index: 9999980;
	color: #fff;
	width: 170px;
	background: url(/media/img/sideBar.png) no-repeat right top;
	padding: 1px 0 0;
	white-space: nowrap;
	font-size: 10px;
}
#sideBar div {
	background: url(/media/img/sideBar.png) no-repeat 0 bottom;
	padding: 0.67em 0.71em;
	font-size: 1em;
	line-height: 1.14em;
}
#sideBar .depth {
}
#sideBar .depth b {
	font-size: 3.86em;
	line-height: 1em;
	display: block;
	top: 1px;
	margin-bottom: -0.07em;
}
#sideBar .avarageSpeed {
}
#sideBar .avarageSpeed b {
}
#sideBar .wrap {
	display: block;
	background-color: rgba(0,0,0, .7);
	overflow: hidden;
}
#sideBar .timeSpent b {
	display: block;
}
#sideBar .peopleSame {
}
#sideBar .peopleSame b {
}
#sideBar .btnLegend {
	display: none;
	background-color: #000;
	cursor: pointer;
	padding-top: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	border-right: 1px solid #666;
	border-right: 1px solid rgba(255,255,255,0.3);
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
}
#sideBar .btnLegend i.close {
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	right: 0.5em;
	top: 0.78em;
	background: url(/media/img/close.png) no-repeat center center;
}
#sideBar .btnLegend.closed {
}
#sideBar .btnLegend.closed i.close {
	display: none;
}
#sideBar .btnLegend .dropDown {
	background: url(/media/img/dropDown.png) no-repeat 0 0;
	width: 5px;
	height: 5px;
	left: 0.71em;
	top: 0.82em;
	position: absolute;
}
#sideBar .btnLegend.closed .dropDown {
	background-position: right 0;
}
#sideBar {
}
.mobile #sideBar .btnLegend {
	display: flex;
}
.scroll-icon {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	width: 40px;
	height: 80px;
	margin: 0 auto;
	z-index: 2;
}
._arrow-1 {
	animation: arrow-opacity 2s infinite;
	animation-delay: .3s;
}
._arrow-2 {
	animation: arrow-opacity 2s infinite;
	animation-delay: .15s;
}
._arrow-3 {
	animation: arrow-opacity 2s infinite;
	animation-delay: 0s;
}
@keyframes arrow-opacity {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*--------------------------------------------------------------------------------------------------------*/
/*#fade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999990;
	background: #000;
	display: block;
	opacity: 0.95;
}*/
.message {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
	background-image: url('/media/img/message-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: scroll;
	/*display: none;*/
}
.message .message__title {
	width: 80%;
	margin-bottom: 35px;
	/*font-family: 'Amatic SC', cursive;*/
	font-weight: 700;
	font-size: 60px;
	line-height: 85px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	/*color: #018782;*/
	text-shadow: none;
}
.mobile .message {
	background-image: url('/media/img/message-bg_mobile.jpg');
}
.mobile .message .message__title {
	font-size: 40px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 20px;
}
.mobile.iphone.landscape .message .message__title {
	margin-top: 150px;
}
.message .message__text {
	max-width: 670px;
	text-align: center;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
	/*color: #018782;*/
	text-shadow: none;
}
.mobile .message__text {
	padding: -0px 10px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 18px;
}
.mobile.landscape .message__text {
	max-width: 400px;
}
.message .message__button {
	padding: 10px 35px;
	margin-top: 10px;
	border: 3px solid #fff;
	/*border: 3px solid #018782;*/
	color: #fff;
	/*color: #018782;*/
	border-radius: 8px;
	font-size: 22px;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	transition: all 250ms ease-in-out;
}
.mobile .message .message__button {
	font-size: 16px;
	padding: 5px 25px;
}
.landscape.mobile .message .message__button {
	margin-bottom: 40px;
}
.landscape.mobile.iphone .message .message__button {
	margin-top: 20px;
}
#msgHelp .message__button:hover {
	background: #018782;
	/*background: #fff;*/
	transition: all 250ms ease-in-out;
}
#msgLoading {
	/*display: block;*/
	/*top: 50%;*/
	/*margin-top: -20px;*/
}
#msgLoading h3 {
	margin: 0;
}
.message h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 13px;
}
.message p {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 10px;
}
/*.message .btn {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background: #141414;
	line-height: 44px;
	height: 44px;
	margin: 0 auto;
	cursor: pointer;
	width: 120px;
	text-align: center;
}*/
.message .scrollTo {
	margin: 20px 0 0;
	font-size: 15px;
	background: url(/media/img/toScroll.png) no-repeat 0 0;
	height: 125px;
	padding: 38px 0 0 95px;
}
.message .scrollTo .or {
	font-size: 22px;
	line-height: 26px;
	position: absolute;
	left: 205px;
	top: 35px;
}
.message .scrollTo .video {
	white-space: nowrap;
	font-size: 15px;
	position: absolute;
	left: 252px;
	top: 37px;
	padding: 0 0 80px;
	background: url(/media/img/watch.png) no-repeat center bottom;
	text-decoration: underline;
	cursor: pointer;
}
.desktop .message .scrollTo .video:hover {
	text-decoration: none;
}
.goVideo {
	display: none;
	font-size: 10px;
	text-transform: uppercase;
	color: white;
	position: absolute;
	right: 125px;
	right: 295px;
	bottom: 5px;
	line-height: 25px;
	z-index: 666;
	cursor: pointer;
	text-decoration: underline;
}
.desktop .goVideo:hover {
	text-decoration: none;
}
.ipad .goVideo {
	right: 115px;
	right: 175px;
}
.iphone .goVideo {
	display: none;
}
.mobile .message .scrollTo {
	background-image: url(/media/img/toScroll_.png);
	background-position: 0px 10px;
	margin-left: 0;
	padding-top: 36px;
	background-size: 91px;
}
.message .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(/media/img/close.png) no-repeat center center;
	cursor: pointer;
	z-index: 111;
}
.personal_check_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 350px;
	margin: 20px auto 0;
	font-size: 14px;
	color: #fff;
	/*color: #018782;*/
	text-shadow: none;
}
.personal_data_input[type="checkbox"]:not(:checked), .personal_data_input[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.personal_data_label {
	position: relative;
	height: 15px;
	margin: 0 0 2px 0;
	padding-left: 30px;
	font-size: 14px;
	color: #fff;
	/*color: #018782;*/
	display: inline-block;
	text-shadow: none;
	cursor: pointer;
}
.personal_data_input[type="checkbox"]:not(:checked) + .personal_data_label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	/*border: 2px solid #018782;*/
	background: transparent;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.personal_data_input[type="checkbox"]:checked + .personal_data_label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 5px;
	width: 9px;
	height: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.personal_data_input[type="checkbox"]:checked + .personal_data_label:after {
	border-color: #fff;
	/*border-color: #018782;*/
}
.personal_data_input[type="checkbox"]:checked + .personal_data_label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	/*border: 2px solid #018782;*/
	background: transparent;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.privacy_policy {
	margin: 5px 0 5px 4px;
	font-size: 14px;
	color: #fff;
	/*color: #018782;*/
	display: inline-block;
	text-decoration: underline;
	text-shadow: none;
}
.personal_check_wrap._error {
	color: #eb3224;
}
.personal_check_wrap._error .privacy_policy, .personal_check_wrap._error .personal_data_label{
	color: #eb3224;
}
.personal_check_wrap._error .personal_data_input[type="checkbox"]:not(:checked) + .personal_data_label:before {
	border-color: #eb3224;
}
/*
<div id="video"><div class="title">What it’s all about</div><div class="video"></div><div class="close">Close</div></div>
*/
#video {
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid #4D4D4D;
	color: #fff;
	left: 50%;
	margin-left: -302px;
	margin-top: -235px;
	padding: 10px 25px 20px;
	position: fixed;
	top: 50%;
	width: 554px;
	height: 440px;
	z-index: 9999999;
	display: none;
}
#video .title {
	font-size: 22px;
	line-height: 26px;
	padding: 5px 0 15px;
}
#video .video {
	width: 554px;
	height: 337px;
	margin: 0 0 15px;
}
#video .close {
	background: none repeat scroll 0 0 #141414;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 22px;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	text-align: center;
	width: 120px;
}
.desktop #video .close:hover {
	background: #333;
}


#ground {
	height: 100%;
	z-index: 1;
	background: url(/media/textures/11.jpg) repeat-y 0 0;
	background: #000;
	margin: 0 auto;
}
#ground img {
	position: absolute;
	background-repeat: repeat !important;
	background-position: center 0;
	background-size: cover !important;
}
#ground .img1 {
	width: 100vw !important;
	object-fit: contain;
}
.mobile #ground .img1 {
	object-fit: cover;
}

@media all and (min-width: 1921px) {
	#ground .img1 {
		width: 100% !important;
	}
}

/*--------------------------------------------------------------------------------------------------------*/
.leftGrad {
	width: 270px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/media/img/leftGrad.png) repeat-y 0 0;
	z-index: 2;
}
.rightGrad {
	width: 270px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/media/img/rightGrad.png) repeat-y 0 0;
	z-index: 2}
.mobile .leftGrad {
	background: url(/media/img/leftGrad_.png) repeat-y 0 0;
}
.mobile .rightGrad {
	background: url(/media/img/rightGrad_.png) repeat-y right 0;
}
/*--------------------------------------------------------------------------------------------------------*/
#logo {
	display: none;
	position: absolute;
	left: 30px;
	top: 20px;
	width: 170px;
	height: 70px;
	z-index: 9999;
	background: url(/media/img/equity-logo.svg) no-repeat 0 0 !important;
	background-size: contain;
}
/*--------------------------------------------------------------------------------------------------------*/
* {
	color: #fff;
}
#fbAuth {
	display: none;
	position: absolute;
	top: 59px;
	right: 30px;
	width: 158px;
	height: 56px;
	padding: 10px 5px 5px;
	/*height: 25px;*/
	border: 1px solid rgba(255,255,255, .3);
	background-color: rgba(0,0,0, .7);
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 666;
}
#fbAuth div {
	margin: 0;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
}
#fbAuth .fb-label {
	width: 100%;
	line-height: 12px;
}
#fbAuth img {
	width: 25px;
	height: 25px;
	overflow: hidden;
	float: left;
	margin: 0 7px 0 0;
	border-radius: 50%;
	flex-shrink: 0;
}
#fbAuth #userName {
	line-height: 10px;
}
#fbAuth span {
	font-size: 9px;
	margin-right: 3px;
}
#fbAuth .fb-log-container {
	display: flex;
	margin-top: 5px;
}
.mobile #fbAuth .fb-log-container {
	margin-top: 0;
}
#fbAuth .fb-login {
	color: #fff;
	margin-top: 10px;
	padding-left: 27px;
	width: 158px;
	height: 24px;
	line-height: 25px;
	background: url(/media/img/fb.png) no-repeat 0 0;
	background-size: contain;
	text-decoration: none;
	text-transform: none;
	font-size: 10px;
	text-shadow: none;
	text-align: left;
}
#fbAuth #fb-logout {
	position: absolute;
	right: 0;
	color: #fff;
	padding: 0 0 0 19px;
	background: url(/media/img/exit.svg) no-repeat 0 center;
	background-size: 16px;
	text-decoration: none;
}
#fbAuth iframe {
	display: none;
}
#copyright {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	left: 30px;
	bottom: 5px;
	line-height: 25px;
	z-index: 667;
}
#copyright a {
	margin-left: 20px;
}
.mobile #fbAuth {
	display: none;
}
.mobile #copyright {
	left: 10px;
	font-size: 10px;
}
.mobile #fbAuth div {
	font-size: 6px;
	line-height: 8px;
	text-align: center;
	width: 100%;
}
/*--------------------------------------------------------------------------------------------------------*/
#stat {
	position: absolute;
	right: 30px;
	top: 335px;
	bottom: 35px;
	width: 25px;
	z-index: 666;
}
#stat i {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -1px;
	border: 1px solid #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background: #fff;
	z-index: 0;
}
#stat u {
	position: absolute;
	/*margin: -2px 0 0 -1px;*/
	width: 100%;
	height: 2px;
	background-color: #eb3224;
	/*background: url(/media/img/stat.png) no-repeat 0 0;*/
	top: 0;
	z-index: 9;
}
#stat div {
	top: 1px;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
}
#stat div .l_ {
	position: absolute;
	background: url(/media/img/_1.jpg) repeat center center;
	left: 1px;
	right: 1px;
	top: 0;
	bottom: 1px;
}
#stat div b {
	display: block;
}
#stat div .l__ {
	position: absolute;
	white-space: nowrap;
	right: -2px;
	padding-right: 35px;
	text-align: right;
	top: 50%;
	margin-top: -6px;
	line-height: 9px;
	background: url(/media/img/legend.png) no-repeat right 5px;
	padding-top: 2px;
}
#stat .legend1 .l__ {
	margin-top: -23px;
	background-position: right 13px;
	background: url(/media/img/legend2.png) no-repeat right 4px;
	padding-top: 0;
	z-index: 7;
	padding-bottom: 15px;
	top: 0;
}
#stat .legend8 .l__ {
	margin-top: 0;
	background-position: right 13px;
	background: url(/media/img/legend3.png) no-repeat right 0;
	padding-top: 0;
	z-index: 7;
	padding-top: 15px;
	top: -2px;
}
#stat .legend2 .l_ {
	background-image: url(/media/img/_4.jpg);
	z-index: 6;
}
#stat .legend3 .l_ {
	background-image: url(/media/img/_5.jpg);
	z-index: 5;
}
#stat .legend4 .l_ {
	background-image: url(/media/img/_6.jpg);
	z-index: 4;
}
#stat .legend5 .l_ {
	background-image: url(/media/img/_7.jpg);
	z-index: 3;
}
#stat .legend6 .l_ {
	background-image: url(/media/img/_8.jpg);
	z-index: 2;
}
#stat .legend7 .l_ {
	background-image: url(/media/img/_9.jpg);
	z-index: 1;
}
.checkInHere {
	background: url(/media/img/check.png) no-repeat right 0;
	padding: 0 36px 0 0;
	font-size: 10px;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 30px;
	bottom: 6px;
	cursor: pointer;
	z-index: 666;
	display: none;
}
/*--------------------------------------------------------------------------------------------------------*/
body.ipad.portrait {
}
body.ipad.landscape {
}
.ipad .checkInHere {
	right: 20px;
}
.ipad #logo {
	left: 20px;
	top: 15px;
}
.ipad #fbAuth {
	left: 20px;
	right: 197px;
	right: 256px;
}
.ipad #sideBar {
	right: 20px;
	top: 15px;
}
.ipad #copyright {
	right: 20px;
}
.ipad #fb-logout {
}
.ipad #stat {
	right: 20px;
	bottom: 70px;
	top: 290px;
}
/*--------------------------------------------------------------------------------------------------------*/
body.auth #stat {
	/*bottom: 100px;*/
}
/*--------------------------------------------------------------------------------------------------------*/
body.mobile #fbAuth .fb-login {
	position: static;
	overflow: hidden;
	width: 114px;
	height: 20px;
	margin-top: 5px;
	padding-left: 30px;
	background-size: 136px 20px;
}
body.mobile #logo {
	width: 90px;
	height: 40px;
	left: 10px;
	top: 10px;
	background-size: contain;
}
body.mobile #copyright {
	bottom: 0;
	right: 10px;
	font-size: 8px;
	/*display: none;*/
}
body.mobile #copyright a {
	margin: 0 0 0 10px;
}
body.mobile #sideBar {
	font-size: 7px;
	right: 5px;
	top: 90px;
	width: 150px;
}
body.mobile #fbAuth {
	top: 41px;
	right: 5px;
	left: auto;
	width: 138px;
	height: 41px;
	padding: 5px;
}
.mobile #fbAuth #fb-logout {
	padding: 0 0 0 15px;
	background-size: 12px;
}
.mobile #refresh {
	padding: 0 0 0 15px;
	background-size: 12px;
}
body.mobile #sideBar div {
}
body.mobile .btnLegend i {
}
body.iphone .checkInHere {
}
body.iphone #fbAuth img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	flex-shrink: 0;
}
body.mobile #fbAuth span {
	margin: 0;
	overflow: hidden;
	max-width: 100px;
	white-space: nowrap;
}
#fbAuth * {
	line-height: 25px;
	top: 0;
	display: inline-block;
	vertical-align: middle;
}
body.mobile #fbAuth span, body.mobile #fbAuth a {
	font-size: 8px;
	line-height: 21px;
}
body.mobile #fbAuth #userName {
	flex-shrink: 0;
	margin-right: 0;
	font-size: 8px;
	line-height: 9px;
	white-space: normal;
}
#fbAuth .fbUser {
	display: flex;
	align-items: center;
	text-align: left;
}
body.mobile #fbAuth .fbUser {
	display: flex;
	align-items: center;
	text-align: left;
}
body.iphone.portrait {
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
body.iphone.landscape {

	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mobile.iphone.landscape #ground,
.mobile.iphone.landscape #ground img {
	left: 0 !important;
	margin-left: 0 !important;
	width: 100% !important;
	/*margin-top: 0 !important;*/
}
.mobile.iphone.landscape .startImage {
	width: 100% !important;
	/*height: 100vh !important;*/
}
.mobile.iphone.landscape .startImage .img1 {
	top: -50px;
	/*height: 100vh !important;*/
}
.mobile.iphone.landscape .startImage + img {
	top: 500px !important;
}
.mobile.iphone.landscape #ground .img2 {
	/*bottom: 177px;*/
}
/*--------------------------------------------------------------------------------------------------------*/
.mileStone {
	max-width: 1000px;
	width: 70%;
	min-height: 80px;
	height: 100%;
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	z-index: 1;
}
.mobile .mileStone {
	width: 245px;
}
.mobile .mileStone._wide-milestone {
	width: 100%;
}
.mobile.landscape .mileStone._wide-milestone {
	width: 400px;
	left: 50%;
	transform: translate(-50%, 50%);
}
.mileStone .close {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 9px;
	height: 9px;
	background: url(/media/img/close.png) no-repeat center center;
	cursor: pointer;
	z-index: 1;
}
.mobile .mileStone .close {
	width: 15px;
	height: 15px;
	z-index: 111;
}
.mileStone .image {
	display: none;
	float: left;
	margin-right: 15px;
	min-width: 80px;
	min-height: 80px;
	background: #222;
}
.mileStone .image img {
	width: 80px;
	height: 80px;
}
.iphone .mileStone .image img {
	width: 160px;
	height: 160px;
}
.mileStone .info {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 10px 20px;
	overflow: hidden;
}
.mileStone .title {
	position: absolute;
	bottom: 60px;
	left: 20px;
	font-size: 12px;
	line-height: 16px;
}
.mobile .mileStone .title {
	bottom: 100px;
	left: 10px;
}
.mileStone .txt {
	/*font-family: 'Caveat', cursive;*/
	font-family: 'PF Din Text Cond Pro', 'Roboto', Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-size: 46px;
	line-height: 115%;
	color: #c9f2f2;
	text-shadow: 0 0 20px #52ede3, 0 0 6px #094642;
	font-weight: 500;
}
.mileStone .more {
	float: left;
	margin: 0 0 9px;
}
.mileStone .checkInText {
	clear: both;
	font-size: 10px;
	text-transform: uppercase;
	background: url(/media/img/arrow.png) no-repeat right 7px;
	float: left;
	padding-right: 11px;
	white-space: nowrap;
}
/*--------------------------------------------------------------------------------------------------------*/
body.mobile .mileStone  {
	left: 0;
	transform: translate(0, 50%);
}
body.iphone .mileStone * {
}
body.iphone .mileStone .close {
	right: -3px;
	top: -3px;
	width: 33px;
	height: 33px;
}
body.iphone .mileStone .image {
	margin-right: 10px;
}
body.iphone .mileStone .image img {
}
body.mobile .mileStone .info {
	padding: 10px 10px;
}
body.mobile .mileStone .title {
	/*margin-bottom: 5px;*/
	font-size: 12px;
	line-height: 14px;
}
body.mobile .mileStone .txt {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 23px;
}
body.iphone .mileStone .more {
	margin-bottom: 7px;
}
body.iphone .mileStone .checkInText {
	background: none;
	font-size: 8px;
	line-height: 1.25em;
}

/*body.iphone .message {
	left: 20px;
	right: 20px;
	width: auto;
	margin: 0 auto;
	padding: 10px 20px;
	overflow: hidden;
}*/
/*body.iphone.landscape #msgHelp {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: none;
}*/
/*body.iphone.landscape #msgHelp .btnEnter {
    position: absolute;
    margin: -80px 0 0 250px;
	width: 130px;
	height: 54px;
	background-size: 130px 54px;
}*/
/*body.iphone .message h3 {
	font-size: 15px;
	line-height: 1em;
}*/
/*body.iphone .message *, body.iphone .message {*/
/*	font-size: 11px !important;*/
/*	line-height: 13px !important;*/
/*}*/
/*body.iphone .message p {
	!*height: 45px;*!
	height: 100%;
	white-space: normal;
}*/
/*body.mobile .message .btn {
	width: 87px;
	height: 36px;
	background: none;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/media/img/iphoneEnter.png) no-repeat 0 0;
	background-size: 87px 36px;
}*/
body.iphone .message .scrollTo {
	background-position: 80px 0;
	background-image: url(/media/img/toScroll_.png);
	background-size: 70px 67px;
	margin-left: 0;
	left: -35px;
	white-space: nowrap;
	height: 62px;
	margin-top: 8px;
	padding: 21px 0 0 157px;
}
body.iphone .message .scrollTo * {
	display: none;
}
body.iphone .message .close {
	right: -10px;
	top: -10px;
}
body.mobile #stat {
	right: 5px;
	/*width: 10em;*/
	opacity: 0;
	filter: alpha(opacity=0);
	bottom: 60px;
	/*bottom: 21px;*/
}
body.mobile.landscape #stat {
	bottom: 30px;
}
body.mobile.auth.landscape #stat {
	bottom: 55px;
}
body.mobile.auth #stat {
	bottom: 85px;
}
body.mobile #stat div {
}
body.mobile #stat .legend1 {
}
body.mobile #stat .legend1 .l_{
	/*top: auto;*/
	/*height: 1em;*/
	/*border: 1px solid rgba(255, 255, 255, 0.3);*/
	/*border-bottom: none;*/
	/*left: 0;*/
	/*right: 0;*/
}
body.mobile #stat .legend1 .l__ {
	/*top: 50%;*/
	/*margin-top: -6px;*/
}
body.mobile #stat .legend8 .l_ {
	/*height: 2em;*/
	/*background: none;*/
}
body.mobile #stat .legend8 .l__ {
	/*color: #fff;*/
	/*top: 50%;*/
	/*margin-top: -6px;*/
}
body.mobile #stat div .l_ {
	/*padding: 0;*/
	/*overflow: hidden;*/
}
body.mobile #stat div .l__ {
	/*padding: 1px 0 0;*/
	/*left: 1.6em;*/
	/*background: none;*/
	/*font-size: 8px;*/
	/*text-align: left;*/
}
body.mobile #stat {
}
body.mobile #stat u {
	/*width: auto;*/
	/*left: 0;*/
	/*right: 0;*/
	/*height: 2px;*/
	/*background: #f00;*/
	/*margin: 1px 0 0;*/
}
body.mobile .checkInHere {
	right: 10px;
	bottom: 35px;
}
body.auth .checkInHere {
	/*display: block;*/
}
/*--------------------------------------------------------------------------------------------------------*/
.iphoneLogin {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	border-top: 1px solid #666;
	border-top: 1px solid rgba(255,255,255, 0.5);
	padding: 10px 20px;
	z-index: 9999981;
	background: #000;
	background: rgba(0,0,0,0.8);
	display: none;
}
.iphoneLogin .title {
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 10px;
	margin: 0 0 8px;
}
.iphoneLogin .goLogin {
	width: 195px;
	height: 32px;
	background: url(/media/img/fb.png) no-repeat 0 0;
	background-size: 195px;
	margin: 0 auto;
	cursor: pointer;
}
.iphoneLogin .close {
	cursor: pointer;
	background: url(/media/img/close.png) no-repeat center center;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 0;
}
/*--------------------------------------------------------------------------------------------------------*/
.startImage, .startImage * {
	text-indent: 0 !important;
}
.startImage {
	text-align: center;
}
.startImage .img1 {
	width: 100%;
	position: relative !important;
	z-index: 0;
	bottom: 10px !important;
}
.mobile .startImage .img1 {
	bottom: 50px !important;
}
.iphone .startImage .img1 {
	bottom: 30px !important;
}
.startImage table {
	width: 100%;
	height: 100%;
}
.startImage td {
	vertical-align: bottom;
}
.startImage .img2 {
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mobile .startImage span {
}
.typekit-badge {
	display: none !important;
}
/*--------------------------------------------------------------------------------------------------------*/
#stat, #sideBar {
	display: none;
}
/*--------------------------------------------------------------------------------------------------------*/
#refresh {
	display: none;
	background: url(/media/img/refresh.svg) no-repeat 0 center;
	background-size: 16px;
	cursor: pointer;
}
.auth #refresh {
	display: inline-block;
	padding-left: 17px;
}
/*--------------------------------------------------------------------------------------------------------*/
.refreshMsg {
	width: 360px;
	height: 135px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -170px;
	background: #000;
	background: rgba(0,0,0,0.8);
	border: 1px solid #666;
	border: 1px solid rgba(255,255,255,0.3);
	z-index: 9999999;
	text-align: center;
	display: none;
}
.refreshMsg .message__title {
	padding: 22px 0;
	font-size: 19px;
	text-shadow: 1px 1px 0 #000;
}
.refreshMsg .yes, .refreshMsg .no {
	cursor: pointer;
	display: inline-block;
	background: #141414;
	width: 116px;
	height: 44px;
	margin: 0 11px;
	font-size: 22px;
	font-weight: 700;
	line-height: 44px;
}
.social_btn {
	display: none !important;
}
.auth .social_btn {
	display: inline-block !important;
}
.fb_dialog_advanced {
	z-index: 9999999;
	left: 50% !important;
	transform: translate(-50%, -50%);
}
.mobile .refreshMsg {
	width: 320px;
	height: auto;
	margin: 0;
	padding-bottom: 20px;
	transform: translate(-50%, -50%);
}
.mobile .refreshMsg .message__title {
	padding: 20px;
	font-size: 16px;
}
.mobile .refreshMsg .yes, .mobile .refreshMsg .no {
	width: 100px;
}
/*--------------------------------------------------------------------------------------------------------*/
.finishMsg {
	width: 444px;
	padding: 1.3em 1.6em 2.3em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -238px;
	background: #000;
	background: rgba(0,0,0,0.8);
	border: 1px solid #666;
	border: 1px solid rgba(255,255,255,0.3);
	z-index: 9999999;
	display: none;
	font-size: 10px;
	text-align: center;
}
.finishMsg .title {
	font-size: 2.2em;
	line-height: 1.18em;
	font-weight: 700;
	margin: 0 0 0.5em;
}
.finishMsg .text1, .finishMsg .text2 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}
.finishMsg .text2 {
	margin: 0 0 0.87em;
}
.finishMsg .inputText {
	background: url(/media/img/inputText.png) no-repeat 0 0;
	width: 446px;
	height: 44px;
	margin: 0 0 23px;
}
.finishMsg .inputText input {
	border: none;
	background: none;
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 24px;
	width: 426px;
}
.finishMsg .button {
	width: 80px;
	margin: 20px auto 0;
	background: #141414;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.finishMsg .button:hover {
	background: #333;
}
.finishMsg .fb-login {
	display: flex;
	color: #fff;
	margin: 20px auto 0;
	width: 184px;
	height: 28px;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
	text-shadow: none;
	justify-self: center;
	align-self: center;
	line-height: 28px;
	padding-left: 33px;
	box-sizing: border-box;
	background: url(/media/img/fb.png) no-repeat 0 0;
	background-size: contain;
	cursor: pointer;
}
.finishMsg .user-signed {
	display: none;
}
.finishMsg._signed .user-signed {
	display: block;
}
.finishMsg._signed .user-unsigned {
	display: none;
}
.iphone .finishMsg {
	width: auto;
	left: 20px;
	right: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 7px;
	margin-top: -100px;
}
.iphone .finishMsg {
}
.iphone .finishMsg {
}
.iphone .finishMsg {
}
.auth .finishMsg {
	visibility: visible;
}
.mobile .fb_edge_widget_with_comment {
	top: 3px !important;
}
.iphone #fbAuth iframe {
	display: none !important;
}
/*
.iphone.landscape .checkInHere {
	bottom: 5px !important;
	right: 80px !important;
}
*/
/*--------------------------------------------------------------------------------------------------------*/
#madeBy {
	position: absolute;
	right: 30px;
	bottom: 9px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	z-index: 666;
	font-size: 10px;
	background: url(/media/img/fix.png) no-repeat right center;
	text-decoration: none;
	width: 81px;
	height: 20px;
	font-size: 0;
}
#madeBy * {
	overflow: hidden;
	position: absolute;
	left: -99999px;
	text-indent: -9999px;
}
body.ipad #madeBy {
	right: 20px;
	display: none;
}
body.iphone #madeBy {
	display: none;
}
.mobile #madeBy {
	display: none;
}
/*--------------------------------------------------------------------------------------------------------*/
#final {
	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	width: 1920px;
	height: 1080px;
	margin: -540px 0 0 -960px;
	background: #000;
	display: none;
	text-align: center;
	line-height: 100px;
	font-size: 64px;
	overflow: hidden;
}
#final img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.iphone #final {
	top: 0 !important;
	height: 100vh !important;
	margin-top: 0 !important;
}
/*--------------------------------------------------------------------------------------------------------*/
body.desktop .message .btn:hover {
	background: #333;
}
body.desktop .checkInHere:hover {
	background-position: right bottom;
}
body.desktop .refreshMsg .yes:hover, body.desktop .refreshMsg .no:hover {
	background: #333;
}
body.desktop .finishMsg .button:hover {
	background-position: 0 bottom;
}
/*--------------------------------------------------------------------------------------------------------*/
.highres {
	background: none !important;
}
#fb_dialog_loader_close {
	position: static;
}
.fb_dialog_close_icon {
	position: absolute;
	right: 7px !important;
	top: 8px !important;
}
.glowImage {
	display: none;
	/*width: 266px;
	height: 120px;
	!*background: url(/media/img/glow.png) no-repeat 0 0;*!
	position: absolute;
	left: -26px;
	top: -22px;
	!*border: 1px solid white;*!
	animation: opacity 1s ease-in;*/
}
/*.glowImage + .stone {
	animation: opacity 1s ease-in;
}
@keyframes anim-glow {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}*/
#fade.halfOpacity {
	opacity: 0.5;
}
/*--------------------------------------------------------------------------------------------------------*/
.fwa {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	/*1background: url(/media/img/fwa.png) no-repeat 0 0;*/
	z-index: 9999999;
	display: none;
}
.iphone .fwa {
	width: 80px;
	height: 80px;
}

.iphone .fwa img {
	width: 80px;
	height: 80px;
}

.auth .goVideo { right: 382px; }

.auth #fbAuth {
	height: 56px;
}

.mobile.auth #fbAuth {
	padding-top: 3px;
	height: 41px;
}

.mobile.iphone.portrait #ground {
	margin-top: 0 !important;
}

/*.mobile.portrait #msgHelp {
	left: 20px;
	right: 20px;
	width: auto;
	margin: 0 auto;
	padding: 10px 20px;
	overflow: hidden;
}*/

/*.mobile.portrait #msgHelp * {
	font-size: 11px !important;
	line-height: 13px !important;
}*/

/*
.mobile.portrait #msgHelp .btn.btnEnter {
	font-size: 18px !important;
	line-height: 30px !important;
	!*height: 30px;*!
}
*/

.mobile.portrait #msgHelp .or,
.mobile.portrait #msgHelp .video {
	display: none !important;
}

.mobile.portrait #msgHelp .scrollTo {
	background-position: 80px 0;
	background-size: 70px 67px;
	margin-left: 0;
	left: -35px;
	white-space: nowrap;
	height: 62px;
	margin-top: 20px;
	padding: 21px 0 0 157px;
}

.iphone .startImage .img1 {
	width: 100% !important;
	height: 86vh;
	bottom: 0 !important;
	object-fit: cover;
}
.iphone .startImage + img {
	top: 86vh !important;
}

h3._red-color {
	color: red;
}

#player-container {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 128px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	border: 1px solid rgba(255,255,255, .3);
	background-color: rgba(0,0,0, .7);
	z-index: 2;
}

.amplitude-play-pause {
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.amplitude-play-pause.amplitude-playing {
	background: url("/media/img/audio-player/pause.svg") center center no-repeat;
	background-size: cover;
}

.amplitude-play-pause.amplitude-paused {
	background: url("/media/img/audio-player/play.svg") center center no-repeat;
	background-size: cover;
}

.amplitude-mute {
	width: 15px;
	height: 16px;
	cursor: pointer;
}

.amplitude-mute.amplitude-not-muted {
	background: url("/media/img/audio-player/unmute.svg") left center no-repeat;
}

.amplitude-mute.amplitude-muted {
	background: url("/media/img/audio-player/mute.svg") center center no-repeat;
}

.amplitude-prev {
	width: 22px;
	height: 22px;
	margin-left: 7px;
	background: url("/media/img/audio-player/prev.svg") center center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.amplitude-next {
	width: 22px;
	height: 22px;
	margin-right: -14px;
	background: url("/media/img/audio-player/next.svg") center center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.song-name {
	display: inline-block;
	margin-bottom: 3px;
}

.amplitude-volume-slider {
	display: none;
}

#progress-container {
	position: relative;
}

.amplitude-song-played-progress {
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	padding: 4px 0;
	margin: 0 5px;
	z-index: 2;
	cursor: pointer;
}

.amplitude-buffered-progress {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 0;
	margin: 0 5px;
	z-index: 1;
	cursor: pointer;
}

progress#song-played-progress[value]::-webkit-progress-bar {
	background: rgba(255, 255, 255, .5);
}

progress#song-buffered-progress[value]::-webkit-progress-bar {
	background: none;
}

progress#song-played-progress[value]::-webkit-progress-value {
	background: linear-gradient(180deg, #80B3FF 0.81%, #0044AA 100.11%);
}

progress#song-buffered-progress[value]::-webkit-progress-value {
	background: rgba(255, 255, 255, .5);
}

#time-container {
	display: flex;
	align-items: center;
	margin-right: 10px;
	font-size: 10px;
}

.mobile #player-container {
	top: 5px;
	right: 5px;
	padding: 4px 5px;
	width: 138px;
}
/*.mobile .amplitude-prev {
	width: 19px;
	height: 19px;
}
.mobile .amplitude-play-pause {
	width: 25px;
	height: 25px;
}
.mobile .amplitude-next {
	width: 19px;
	height: 19px;
}*/
.iphone #player-container {
	justify-content: space-around;
}
.iphone .amplitude-mute {
	display: none;
}

.player-tooltip {
	display: none;
	position: absolute;
	right: 215px;
	top: 20px;
	padding: 10px;
	/*border: 1px solid rgba(255,255,255, .3);*/
	background-color: rgba(0,0,0, .7);
	z-index: 2;
	cursor: pointer;
}
.player-tooltip::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent rgba(0,0,0, .7);
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.tooltip-content {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
.tooltip-close {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #000000;
	line-height: 11px;
	text-align: center;
	font-size: 10px;
	border: 1px solid;
	cursor: pointer;
}
.mobile .player-tooltip {
	top: 5px;
	right: 164px;
	width: 85px;
	padding: 8px;
}
.mobile .player-tooltip::after {
	top: 41%;
	border-width: 4px 0 4px 8px;
}
.mobile .tooltip-close {
	top: -4px;
	left: -6px;
}

.cookies_warn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	padding: 0;
	background: #000000;
	opacity: 0;
	overflow: hidden;
	transition: all 250ms ease-in-out;
}
.cookies_warn._showed {
	height: auto;
	padding: 20px 20px 0;
	opacity: 0.9;
	z-index: 999;
}
.cookies_wrap {
	max-width: 1024px;
	margin: 0 auto;
}
.cookies_wrap p:nth-child(2) {
	max-width: 85%;
	margin-bottom: 12px;
	font-size: 16px;
}
.cookies_wrap p:nth-child(3) {
	max-width: 85%;
	font-size: 16px;
	padding-bottom: 8px;
	margin-top: 20px;
}
button.set_cookies {
	position: absolute;
	top: 18px;
	right: 20px;
	height: 30px;
	padding: 0 20px;
	background: none;
	border: 1px solid #FFFFFF;
	border-radius: 24px;
	line-height: 30px;
	cursor: pointer;
	outline: none;
	z-index: 1;
}
.cookies_warn .js-buttonOpenText {
	position: relative;
	z-index: 2;
}
@media all and (max-width: 600px) {
	.cookies_warn {
		padding: 20px 15px;
		bottom: -2px;
	}
	.cookies_wrap p:nth-child(2) {
		max-width: 100%;
		margin-right: 0;
		font-size: 12px;
		line-height: 15px;
	}
	.cookies_wrap p:nth-child(3) {
		max-width: 100%;
		font-size: 10px;
		line-height: 12px;
	}
	button.set_cookies {
		top: auto;
		right: 15px;
		bottom: 0;
		font-size: 10px;
	}
}

.location-container {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.location-title {
	margin-right: 25px;
	color: #fff;
	/*color: #018782;*/
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	text-shadow: none;
}
.location-select__title {
	position: relative;
	padding-left: 15px;
	padding-right: 25px;
	color: #fff;
	/*color: #018782;*/
	line-height: 30px;
	background: rgba(255, 255, 255, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 14px;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
}
.location-select__title::before {
	content: '';
	position: absolute;
	right: 10px;
	top: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #fff transparent transparent transparent;
	/*border-color: #018783 transparent transparent transparent;*/
}
.location-select__container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 320px;
	height: 0;
	position: absolute;
	right: 50%;
	bottom: 0;
	transition: all 250ms ease;
	padding: 0 10px;
	background: white;
	transform: translateX(50%);
	z-index: 1;
	border-radius: 8px;
	overflow: hidden;
	box-sizing: border-box;
}
.location-select__item {
	padding: 10px 5px;
	color: #018782;
	text-decoration: none;
	text-shadow: none;
}
.location-select__item._selected {
	color: #eb3224;
}
.location-select__item:hover {
	text-decoration: underline;
}
.location-container._active .location-select__container {
	height: 204px;
}

.contact-form {
	border: 1px solid #333;
	border-radius: 20px;
	padding: 40px;
}
.contact-form__title,
.thank-you__title {
	font-size: 30px;
	line-height: 40px;
	padding: 10px 0 20px;
}
.contact-form__body form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form-label {
	display: flex;
	flex-direction: column;
	width: calc(100% / 2 - 15px);
}
.form-label-textarea {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.form-textarea-input {
	resize: none;
	display: block;
	padding: 15px 10px;
	margin-top: 5px;
	height: 60px;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
	color: #fff;
	background-color: transparent;
	outline: none;
}
.form-textarea-input._error {
	border: 1px solid #dd2233;
}
.form-input {
	display: block;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
	color: #fff;
	background-color: transparent;
	text-shadow: none;
}
.form-input._error {
	border: 1px solid #dd2233;
}
.form-personal {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.form-checkbox {
	margin-right: 10px;
}
.form-checkbox._error::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #dd2233;
	border-radius: 3px;
}
.g-recaptcha {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.form-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.form-submit {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	outline: none;
}
.form-submit.form-submit--disabled {
	border: 1px solid #393939;
	color: #393939;
}
.form-submit:hover {
	cursor: pointer;
}
input:focus, button:focus {
	outline-offset: 0;
	outline: none;
}
input, textarea. button {
	outline: none;
}
._disabled {
	pointer-events: none;
}

@media all and (max-width: 767px) {
	.contact-form {
		padding: 0;
		border: none;
	}
	.contact-form__title {
		font-size: 24px;
	}
	.form-label {
		width: 100%;
	}
}

.thank-you__title,
.thank-you__text {
	text-align: center;
}

.warning {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: rgba(0,0,0, .4);
	z-index: 1000;
	overflow-y: scroll;
	overflow-x: hidden;
}

.warning__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 600px;
	padding: 100px 50px;
	background-color: #2B9995;
}

.warning__head {
	width: 100%;
	padding-bottom: 10px;
	/*color: #CD1E24;*/
	text-align: center;
	font-size: 32px;
	/* font-family: 'Amatic SC', cursive; */
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
}

.warning__title {
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
	text-shadow: none;
}

.btn-warning {
	margin-top: 30px;
	padding: 5px 25px;
	border: 3px solid #fff;
	border-radius: 8px;
	background-color: transparent;
	color: #fff;
	text-shadow: none;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

@media all and (max-width: 767px) {
	.warning__wrap {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 35px 15px;
	}
	.warning__head {
		font-size: 24px;
	}
	.warning__title {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 15px;
	}
	.btn-warning {
		margin-top: 0;
		font-size: 16px;
	}
}

#cookiescript_injected * {
	color: inherit;
}