@media screen {
	html {
		margin:0;
		padding:0;
		background: #000000!important;
	}
	body {
		margin:0; 
		padding:0; 
		font-family: 'Roboto', sans-serif;
		text-align:left; 
		background:#f4f4f4;
	}

	html, body{
		font-size: 100%;
	}

	div.row{
		max-width: 1280px;
	}
	div#onesignal-popover-container #onesignal-popover-dialog .popover-button.primary {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 6px 0 rgba(0,0,0,.12);
  background: #ffbf00!important;
  color: #000!important;
  transition: all .2s ease-in-out;
}

#cookiescript_wrapper aside a{
  font-size: 16px;
}
div#onesignal-popover-container #onesignal-popover-dialog .popover-button.primary:hover {
  transform: scale(1.1);
}
div#onesignal-popover-container #onesignal-popover-dialog .popover-button.secondary {
  color: #b9b9b9!important;
}

	a {
		text-decoration:none;
	}
	a img {
		border:none;
	}

	select option{
		color: #000;
	}

	.tipsy-w{
		display: none!important;
	}

	.Header{
		text-align: center;
		padding: 20px 0 0;;
	}

	.Header span{
		font-size: 24px;
		font-family: 'Dancing Script', cursive;
		color: #afafb0;
		display: inline-block;
		padding-top: 10px;
	}

	/*switch and log*/

	.login{

	}
	div.SwitchLocale div.highlighted ul li span{
		font-size: 12px;
	}


	div.switchAndLog{
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		top: 5px;
		z-index: 1000;
	}

	div.SwitchLocale div.highlighted{
		right: auto;
		left: 0;
	}

	.login{
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		top: 20px;
		position: absolute;
		right: 15px;
		font-weight: 600;
		background: #000;
		padding: 8px 16px;;
	}
	.login:hover{
		color: #ffdd00;
		text-decoration: none;
	}

	div.SwitchLocale{
		position: absolute;
		top: 20px;
		left: 15px;
	}

	div.SwitchLocale > div{
		margin-top: 0;
	}

	div.SwitchLocale > p, div.SwitchLocale div span.label-native span{
		display: none;
	}

	div.SwitchLocale div span.label{
		height: auto;
		line-height: 1;
	}

	div.SwitchLocale div span.label-native{
		padding: 0;
		font-size: 16px;
		text-transform: uppercase;
		color: #2e3438;
		line-height: 1.2;
		border: none;;
	}

	div.SwitchLocale div.highlighted ul li a{
		font-size:12px;
	}

	div.SwitchLocale div.highlighted{
		width: 170px!important;
	}

	div.SwitchLocale div.highlighted ul{
		display: block;
		padding: 0 10px;
	}

	div.SwitchLocale div.highlighted ul li{
		text-align: center;
		padding: 5px 0;
	}

	/*switch and log end*/
	section{
	}
	div.Registration{
		width: 100%;
		text-align: center;
		padding: 0;;;
	}

	div.Registration form{
		margin: 0;
	}

	dl.horizontal dt, div.Registration dl.horizontal dd{
		float: none;
		width: 100%;
	}

	.step1{
		background: url('/images/index/bg1.jpg') center top no-repeat;
		background-size: cover;
	}

	form .wizard-step .step1 h2{
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-weight: 100;
		font-size: 4rem;
		padding-top: 20px;
		padding: 20px 0;
		max-width: 100%;
	}

	form .step1 h2 strong{
		color: #fff;
		font-weight: 100;
		font-size: 4rem;
	}

	form .step1 label{
		font-family: 'Fjalla One', sans-serif;
		font-size: 4rem;
		color: #fff;
		line-height: 1.2;
		padding: 20px 0;;
		display: inline-block;
		text-transform: uppercase;;;
	}

	form .step1 label span{
		display: inline;
	}

	#woman, #man{
		height: 80px;
		border: 4px solid #ffdd00;
		display: inline-block;
		margin: 80px 5% 110px;
		vertical-align: middle;
		white-space: nowrap;
	}

	.step1 .sex:not(.selected){
		cursor: pointer;
	}

	.step1 img{
		display: none;
	}

	#woman .sex.selected, #man .sex.selected{
		background: #ffdd00;
		color: #000;
		font-weight: bold;
	}

	#woman{

	}

	#woman span, #man span, #woman div, #man div, .step2 select, .step2 span, .mailCont span, .mailCont input{
		display: block;
		margin: 0;
		height: 100%;
		line-height: 80px;
		text-transform: uppercase;
		font-size: 2.125rem;
		float: left;
	}

	.step2 select{
		width: 60%!important;
		border: none;
	}
	#woman span, #man span, .step2 span, .mailCont span{
		background: #ffdd00;
		color: #000;
		text-transform: uppercase;
		font-weight: normal;
		display: inline-block;
		float: none;
		margin: 0 -3px;
	}
	#woman div, #man div, .step2 select, .mailCont input{
		background: rgba(0,0,0, 0.6);
		color: #fff;
	}

	.step2 select{
		background: transparent;
	}

	#woman div, #man div{
		display: inline-block;
		float: none;
	}

	#woman span, #man span, #woman div, #man div{
		padding: 0 20px;
		vertical-align: middle;
		font-weight: bold;;
	}

	#woman span, #man span{
		font-weight: normal;
	}

	#woman div:hover, #man div:hover{
		color: #ffdd00;
		background: #000;
	}

	.clear{
		clear: both;
	}

	#sexId{
		visibility: hidden;
		height: 0;
	}

	.step2{
		background: url('/images/index/bg2.jpg') center top no-repeat;
		background-size: cover;
	}

	form .wizard-step h2{
		font-size: 2.5rem;
		color: #fff;
		margin: 0 0 30px;
		font-family: 'Fjalla One', sans-serif;
		text-transform: uppercase;
		position: relative;
		display: inline-block;
	}

	.b-day:after{
		content: '';
		width: 95px;
		height: 244px;
		position: absolute;
		right: -60px;
		top: 20px;
		background: url('/images/index/down2.png') center center no-repeat;
		display: none;
	}

	.time{
		width: 20%;
		display: inline-block;
		border: 4px solid #ffdd00;;
		height: 50px;
		background: rgba(0,0,0, 0.6);
	}

	input, textarea, button, select {
		-webkit-appearance: none; /*Safari/Chrome*/
		-moz-appearance: none!important; /*Firefox*/
		-ms-appearance: none; /*IE*/
		-o-appearance: none; /*Opera*/
		appearance: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	select option{
		color: #000;
	}
#cookiescript_wrapper aside .cookiescript_accept{
  font-size: 16px;
}
	.step2 span{
		width: 40%;
	}

	.step2 span, .step2 select{
		line-height: 50px;
		line-height: 45px;
		font-size: 1.250rem;
		padding-left: 10px;
		float: none;
		display: inline-block;
	}

	body.el .step2 span, body.el .step2 select{
		font-size: 0.850rem;
	}

	.step2 span{
		padding-left: 0;
	}

	.mail:after{
		content: '';
		width: 86px;
		height: 266px;
		position: absolute;
		right: -100px;;
		top: 20px;
		background: url('/images/index/down3.png') center center no-repeat;
		z-index: 100;
		display: none;
	}

	dl.horizontal.step3{
		background: url('/images/index/bg3.jpg') center top no-repeat;
		background-size: cover;
		position: relative;
	}


	div.Registration dl.horizontal dd .mailCont{
		margin: 0;
		display: inline-block;
		border: 4px solid #ffdd00;;
		height: 70px;
		vertical-align: middle;
		white-space: nowrap;
	}

	.mailCont input#email{
		display: inline-block;
		float: none;
		width: auto;
	}

	.mailCont input#email, .mailCont span{
		vertical-align: middle;
	}

	.mailCont input#email:focus, .mailCont input#email:selected{
		background: #000;
	}

	.mailCont span{
		padding: 0 10px;
	}

	div.Registration dl.horizontal dd .submit-block{
		width: auto;
		display: inline-block;
		vertical-align: middle;
		margin: 0 -4px;;
	}

	.owl-pagination{
		display: none;
	}

	.mailCont span{
		font-size: 2rem;
		line-height: 60px;
	}
	.mailCont input{
		border: none;
		font-size: 1.2rem;
		padding-left: 10px;
	}
	.mailCont input.error{
		border: 1px solid red;
	}
	.mailCont p.icon.warning:not(.mailCheckerHelperMessage){
		display: none;
	}

	p.submitbutton{
		padding: 0;
	}

	.Registration .owl-item .wizard-step{
		height: 810px;
	}

	.Registration .owl-item dl{
		height: 100%
	}

	.Registration .owl-item:nth-of-type(2) dl, .Registration .owl-item:nth-of-type(3) dl{
		padding-top: 350px;
	}

	div.Registration input.submit{
		height: 70px;
		background: #000;
		color: #fff;
		text-transform: uppercase;
		border: none;
		font-size: 33px;
		font-weight: 600;
		cursor: pointer;
		width: auto;
		padding: 0 20px;
	}
	div.Registration input.submit:hover{
		background: #ffdd00;
		color: #000;
	}

	.step3 p.warning.submitbutton, .step3 p.warning.submitbutton a{
		color: #fff;
		font-size: 9px;
	}

	.g-recaptcha > div{
		margin: 10px auto;
	}

	.step3 p.warning.submitbutton{
		margin: 10px auto;
		max-width: 400px;
	}

	.step3 p.warning.submitbutton input.checkbox{
		-webkit-appearance: checkbox;
		-moz-appearance: checkbox!important;
		-ms-appearance: checkbox;
		-o-appearance: checkbox;
		appearance: checkbox;
	}

	dl p.error{
		left: auto;
		width: auto;
	}

	p.error:empty {
	  display: none;
	}

	.deram{
		top: 5%;
		left: 20%;
		position: absolute;
	}

	footer{
		padding: 80px 0 20px;
		background: #fff;
	}

	.Footer ul li{
		display: inline-block;
		vertical-align: middle;
		list-style-type: none;
		padding: 10px;
	}

	.Footer ul li:first-of-type{
		padding-left: 0;
	}

	#bottonNavigation {
		padding: 0;
		text-align: left
	}

	.Footer ul li a{
		color: #8b8b8b;
		text-decoration: underline;
		font-size: 16px;
	}

	p.warningNotification {
		margin: 0;
		max-width: 400px;
		text-align: left;
	}

	div#copyright{
		float: none;
		padding-top: 20px;
		margin: 0;
		font-size: 12px;
	}

	div#copyright br{
		display: none;
	}

	.footerLogo{
		opacity: 1;
		text-align: right;
	}

	.footerLogo img{
		max-width: 150px;
	}
}

@media all and (max-width: 1180px){
	body, html{
		font-size: 80%;
	}
}

@media all and (max-width: 1024px){
	body, html{
		font-size: 60%;
	}

	.step2 span{
		font-size: 16px;
	}

	.deram{
		width: 110px;
	}

	.Registration .owl-item .wizard-step{
		height: 691px;
	}

	.Registration .owl-item:nth-of-type(2) dl, .Registration .owl-item:nth-of-type(3) dl{
		padding-top: 300px;
	}
}


@media all and (max-width: 780px){

	body, html{
		font-size: 40%;
	}
	.step1 img{
		width: 50px;
		vertical-align: 0;
	}

	form .step1 h2 strong{
		font-weight: bold;
	}

	#woman span, #man span, #woman div, #man div, .step2 select, .step2 span, .mailCont span, .mailCont input{
		line-height: 40px;
		float: none;
	}

	#woman, #man{
		height: auto;
		border: none;
	}

	#woman{
		margin-right: 0;
		white-space: normal;
	}
	#man{
		margin-left: 0;
		white-space: normal;
	}
	#woman div, #man div{
		display: block;
		text-align: center;
		clear: both;
	}
	#woman span, #man span{
		display: block;
		margin: 0;
	}

	#woman span{
		float: right;
	}

	#man span{
		float: left;
	}

	.time{
		border: none;
		height: 40px;
		background: none;
	}

	.time span, .time select{;
		width:100%!important;;
		margin:0;
	}
	.time select{
		border: 2px solid rgba(255, 221, 0, 0.6);
	}

	div.Registration dl.horizontal dd .mailCont, .step3 p.warning.submitbutton{
		border: none;
		height: auto;
	}

	.mailCont input{
		height: 40px;
		width: 100%;
	}

	div.Registration dl.horizontal dd .submit-block{
		vertical-align: bottom;
	}

	div.Registration input.submit{
		height: 40px;
		line-height: 40px;
		font-size: 20px;;
	}

	.b-day:after{
		width: 48px;
		height: 122px;
		background-size: contain;
	}
	.mail:after{
		width: 43px;
		height: 133px;
		background-size: contain;
	}

	form > h2{
		font-size: 32px;
	}

	.step2 select{
		font-size: 16px;
		background: rgba(0,0,0, 0.6);
		box-sizing: border-box;;;
	}
}

@media all and (max-width: 640px){

	.step1, .step2{
		background-position: 25% top;
	}
	dl.horizontal.step1 dt{;
		text-align: center;;
		margin: 0  auto;;
	}

	div.Registration dl.horizontal.step1 dd{
		width: 90%;
		margin: 0 auto;
	}

	dl.horizontal.step1 dt label{
		white-space: normal;
		width: 100%;
		padding: 0;
	}

	#woman, #man{
		display: block;
		float: left;
		margin: 60px 5% 30px;
		width: 40%;
	}
	.footerLogo{
		display: none;
	}
	.Footer, #bottonNavigation{
		text-align: center;
	}

	.Footer ul li:first-of-type {
		padding-left: 10px;
	}

	p.warningNotification{
		max-width: 100%;
		text-align: center;
	}

	.Registration .owl-item .wizard-step{
		height: 590px;
	}

	.Registration .owl-item:nth-of-type(2) dl, .Registration .owl-item:nth-of-type(3) dl{
		padding-top: 250px;
	}

	div.SwitchLocale p{
		display: none;
	}
}

@media all and (max-width: 480px){

	body.ru .Header span{
		font-size: 12px;
	}

	.Header{
		width: 40%;
		text-align: center;
		margin: 0 auto;
	}

	.Header span{
		font-size: 16px;
	}

	/*switch and log*/
	div.switchAndLog{
		width: 100%;
		left: 0;
		right: 0;
		top: 15px;
	}


	div.SwitchLocale div span.label-native, .login{
		font-size: 0px;
		color: transparent;
		overflow: hidden;
		width: 21px;
		height: 21px;
		background: url('/images/index/map.png') center center no-repeat;
	}

	.login{
		width: 23px;
		height: 23px;
		background: url('/images/index/key.png') center center no-repeat;
	}

	div.SwitchLocale div#switchLocalesTrigger{
		display: none;
	}

	/*switch and log end*/

	.b-day:after, .mail:after{
		right: 0;
	}

	.time{
		width: 28%;
	}

	form .wizard-step .step1 h2{
		margin-top: 0;
		margin-bottom: 100px;;
	}


	.step2 select {
		font-size: 11px;
	}

	.deram{
		left: 5%;
	}

	#woman span, #man span, #woman div, #man div{
		line-height: 30px;
		float: none;
		font-size: 18px;
		padding: 6px 0;
	}

	body.it #woman span, body.it #man span, body.it #woman div, body.it #man div, 
	body.nl #woman span, body.nl #man span, body.nl #woman div, body.nl #man div, 
	body.no #woman span, body.no #man span, body.no #woman div, body.no #man div, 
	body.no #woman span, body.no #man span, body.no #woman div, body.no #man div
	{
		font-size: 15px;
	}

	dl.horizontal.step1{
		height: 580px;
	}

	.time{
		margin: 0 1% 0 1%;
	}

	#woman div, #man div{
		display: block;
		width: auto;
	}

	#woman span{
		margin: 0;
	}

	.mailCont span{
		font-size: 2.125rem;
	}

	body.lt div.Registration input.submit{
		font-size: 16px;
	}


}

@media all and (max-width: 380px){
	form .step1 label{
		font-size: 4rem;
	}

	body.el .step2 select{
		font-size: 7px;
	}
}
#onesignal-popover-container #onesignal-popover-dialog .popover-button.primary {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 6px 0 rgba(0,0,0,.12);
  background: #ffbf00!important;
  color: #000!important;
  transition: all .2s ease-in-out;
}
#onesignal-popover-container #onesignal-popover-dialog .popover-button.primary:hover {
  transform: scale(1.1);
}
#onesignal-popover-container #onesignal-popover-dialog .popover-button.secondary {
  color: #b9b9b9!important;
}
/*181.1.323.70.635bfd9*/