@font-face {
  font-family: 'Rex Bold';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Rex-Bold.eot');
  src: local('Rex Bold'), local('Rex Bold'),
       url('/fonts/Rex-Bold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Rex-Bold.woff2') format('woff2'),
       url('/fonts/Rex-Bold.woff') format('woff'),
       url('/fonts/Rex-Bold.ttf') format('truetype'),
       url('/fonts/Rex-Bold.svg#RexBold') format('svg');
}
html{
  height: 100%;
}
body{
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}
a{
	text-decoration: none;
}
#flash{
  height: 100%;
  width: 100%;
  float: left;
}
.section
{
	padding-left: 18px;
	padding-right: 18px;
}
.car{
	min-height: 640px;
	background: url(/images/car.jpg) no-repeat 70% top;
	background-size: cover;
	overflow: hidden;
}
.center{
	position: relative;
	margin: auto;
}
.logo{
  background: url(/images/logo.png) round;
  width: 266px;
  height: 380px;
  margin-top: 32px;
	z-index: 1;
}
.stores{
  z-index: 0;
}
.google{
  background: url(/images/google.png) round;
  margin-left: 8px;
}
.appstore{
  background: url(/images/appstore.png) round;
  margin-right: 8px;
}
.store-button{
  width: 156px;
	height: 50px;
  display: inline-block;
  position: relative;
  margin: 8px;
}
.glow-button{
  background: linear-gradient(45deg, #3E5CC8, #C14CA7, #DADE1E, #C14CA7, #3E5CC8);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(7px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  border-radius: 7px;
}
@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
.button-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 7px;
  opacity: 0;
  background-color: white;
  transition: .15s ease-in-out;
}
.store-button:hover .button-overlay {
  opacity: 0.2;
}
.store-button:active .button-overlay {
  opacity: 0.1;
}
.text{
  font-size: 18px;
  line-height: 25px;
	max-width: 900px;
	margin-top: 16px;
  color: #FFFFFF;
	margin-bottom: 50px;
}
h1{
  display: inline;
  font-size: 22px;
}
.old_link{
  color: #408bfa;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  cursor: pointer;
	font-weight: bold;
}
.beta{
  background: url(/images/beta.jpg) repeat;
  background-position: left 84px top 7px;
  background-size: 250px 194px;
	min-height: 304px;
	overflow: hidden;
}
.gameplay{
	min-height: 620px;
	overflow: hidden;
}
h2{
  font-size: 22px;
	line-height: 30px;
	margin: 0;
	margin-top: 45px;
}
.text2{
	max-width: 911px;
	margin-top: 20px;
  color: #3F3F3F;
}
.sent-text{
  display: none;
}
#youtube-preview, #youtube-preview2, #youtube-player{
	background: url(/images/youtube.jpg) round;
	width: 586px;
	height: 331px;
	margin-top: 50px;
	margin-bottom: 42px;
}
#youtube-preview{
	cursor: pointer;
}
#youtube-preview2{
	cursor: default;
}
#youtube-player{
	margin-bottom: 42px;
}
#youtube-play{
	background: url(/images/youtube-play.png) round;
	width: 78px;
	height: 55px;
	margin-top: 138px;
	display: inline-block;
}
.youtube-animated{
	-webkit-animation: youtube-bounce 1s 5 ease-in-out both;
  animation: youtube-bounce 1s 5 ease-in-out both;
}
.hide{
	display: none;
}
.block{
	display: block;
}
#loading {
	margin-top: -8px;
}
#loading > div {
  width: 10px;
  height: 10px;
  background-color: #fe0000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
#loading .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loading .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
@-webkit-keyframes youtube-bounce {
  0%, 100% { -webkit-transform: scale(0.8) }
  50% { -webkit-transform: scale(1.2) }
}
@keyframes youtube-bounce {
  0%, 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  } 50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.tuning{
	min-height: 463px;
	background: url(/images/forest.jpg) no-repeat 70% top;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 40px;
}
.white{
  color: #FFFFFF;
}
.pros-list{
	max-width: 910px;
	margin: auto;
	margin-top: 31px;
}
.pros{
	display: inline-block;
	width: 300px;
	text-align: left;
}
.pros-count{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 98px;
	text-align: right;
	color: #E6C373;
	text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
	display: inline-block;
	margin-left: 25px;
}
.pros-text{
	font-family: 'Rex Bold';
	font-size: 22px;
	line-height: 22px;
	color: #FFFFFF;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
	display: inline-block;
	width: 100px;
  text-align: left;
  margin-left: 10px;
  position: relative;
	z-index: 1;
}
.pros-car{
	background: url(/images/pros-car.png) round;
	width: 77px;
	height: 37px;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-left: -47px;
}
.pros-tire{
	background: url(/images/pros-tire.png) round;
	width: 50px;
	height: 55px;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-left: -47px;
}
.pros-paint{
	background: url(/images/pros-paint.png) round;
	width: 42px;
	height: 56px;
	display: inline-block;
	position: relative;
	top: 0px;
  margin-left: -58px;
}
.pros-disk{
	background: url(/images/pros-disk.png) round;
	width: 49px;
	height: 49px;
	display: inline-block;
	position: relative;
	top: 3px;
  margin-left: -55px;
}
.pros-sticker{
	background: url(/images/pros-sticker.png) round;
	width: 48px;
	height: 47px;
	display: inline-block;
	position: relative;
	top: -10px;
	margin-left: -85px;
}
.pros-dice{
	background: url(/images/pros-dice.png) round;
	width: 98px;
	height: 85px;
	display: inline-block;
	position: relative;
	top: 9px;
	margin-left: -88px;
}
.demo{
	overflow: hidden;
}
.demo-img{
	background: url(/images/demo.png) round;
	width: 126px;
	height: 106px;
	margin: auto;
	margin-top: 40px;
}
.final{
  min-height: 595px;
	overflow: hidden;
}
.final-img{
	background: url(/images/final.png) round;
	width: 192px;
	height: 176px;
	margin: auto;
	margin-top: 40px;
}
.text3{
	max-width: 1035px;
	margin-top: 31px;
  color: #3F3F3F;
	padding-bottom: 31px;
}
.text4{
	max-width: 850px;
	margin-top: 40px;
  color: #3F3F3F;
}
.play_button{
  width: 272px;
  height: 56px;
	margin: auto;
	margin-bottom: 45px;
  background: #747849;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
	cursor: pointer;
}
.play_button:hover{
  background: #5b5f3a;
}
.play_text{
  font-weight: bold;
  color: #FFFFFF;
  line-height: 55px;
	font-size: 22px;
}
.email{
  width: 375px;
  height: 54px;
  border: 2px solid #A9A9A9;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  line-height: 25px;
  color: #A9A9A9;
  padding-left: 20px;
  margin-top: 40px;
  outline: none;
  display: inline-block;
}
::placeholder{
   color: #000000;
}
.more-info{
  width: 308px;
  height: 54px;
  border: 2px solid #A5A5A5;
  border-radius: 10px;
  font-weight: bold;
  font-size: 22px;
  line-height: 52px;
  color: #8D8D8D;
  position: relative;
  margin-bottom: 42px;
  outline: none;
  display: inline-block;
}
.more-info:hover{
  color: #606528;
}
.email-send{
  width: 168px;
  height: 54px;
  background-color: #606528;
  background-image: url(/images/email-send2.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin-left: -65px;
  position: relative;
  top: 1px;
  outline: none;
  border: none;
  display: inline-block;
  cursor: pointer;
}
.email-send:hover{
  background-color: #444721;
}
.email-sent{
  background-color: #606528;
  cursor: default;
}
.privacy-text{
  margin-top: 22px;
  color: #3F3F3F;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 80px;
}
.copyright{
  color: #8B8B8B;
  margin-top: 35px;
  margin-bottom: 20px;
}
.privacy-link{
  color: #8B8B8B;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
  transition: color 0.15s ease-in-out;
}
.privacy-link:hover{
  color: #FFFFFF;
}
.social{
	width: 100%;
	height: 370px;
	background: #232323;
}
.vk{
	background: url(/images/vk.png) round;
	width: 54px;
	height: 58px;
	display: inline-block;
	margin: auto;
	margin-top: 67px;
}
.instagram{
	background: url(/images/instagram.png) round;
	width: 54px;
	height: 58px;
	display: inline-block;
	margin: auto;
	margin-top: 67px;
}
.logo-small{
  background: url(/images/logo-small.png) round;
  width: 179px;
  height: 70px;
  margin-top: 35px;
	z-index: 1;
}
.fill{
	width: 100%;
	height: 100%;
	border-radius: 50%;
  display: inline-block;
}
@media (max-width: 586px) {
	body{
	  font-size: 13px;
	  line-height: 18px;
	}
	.section
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.car{
		min-height: 0px;
	}
	.logo {
	  width: 186px;
	  height: 266px;
    margin-top: 25px;
	}
	.text{
    font-size: 14px;
    line-height: 19px;
		margin-top: 25px;
		margin-bottom: 39px;
	}
	h1{
	  font-size: 17px;
	}
  .beta{
    background-size: 187px 145px;
    min-height: 374px;
  }
  .email{
     width: 290px;
     height: 42px;
     font-size: 13px;
     line-height: 19px;
     padding-left: 16px;
     margin-top: 39px;
  }
  .more-info{
    width: 240px;
    height: 42px;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 34px;
  }
  .email-send{
    width: 131px;
    height: 42px;
    font-size: 16px;
    line-height: 22px;
    margin-left: -110px;
    top: 1px;
  }
  .privacy-text{
    margin-top: 28px;
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 60px;
  }
	.gameplay{
		min-height: 0px;
	}
	h2 {
		font-size: 18px;
		line-height: 25px;
    margin-top: 46px;
	}
	.text2{
		margin-top: 20px;
	}
	#youtube-preview, #youtube-preview2, #youtube-player{
		width: 100vw;
		height: 56vw;
		margin-top: 27px;
		margin-bottom: 33px;
	}
	#youtube-player{
		margin-bottom: 33px;
	}
	#youtube-play{
		width: 13.32vw;
		height: 9.4vw;
		margin-top: 23.35vw;
	}
	#loading {
		margin-top: -2vw;
	}
	#loading > div {
	  width: 2vw;
	  height: 2vw;
	}
	.tuning{
		padding-bottom: 30px;
	}
	.pros-list{
		margin-top: 17px;
	}
	.pros{
		width: 350px;
	}
	.pros-count{
		width: 134px;
		margin-left: 26px;
	}
	.demo-img{
		width: 98px;
		height: 83px;
		margin-top: 31px;
	}
  .final{
    min-height: 615px;
  }
  .final-img{
		width: 169px;
		height: 155px;
		margin-top: 28px;
	}
	.text3{
		margin-top: 12px;
	}
  .text4{
		margin-top: 28px;
	}
  .logo-small {
	  width: 140px;
	  height: 55px;
    margin-top: 25px;
	}
  .copyright{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .privacy-link{
    margin-top: 6px;
    font-size: 11px;
  }
  .stores{
    margin-top: 10px;
  }
  .store-button{
    width: 130px;
  	height: 42px;
  }
  .google{
    margin-left: 7px;
  }
  .appstore{
    margin-right: 7px;
  }
}
@media
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi){
  .car{
  	background: url(/images/car@2x.jpg) no-repeat 70% top;
  	background-size: cover;
  }
  .logo{
  	background: url(/images/logo@2x.png) round;
  }
  .beta{
    background-image: url(/images/beta@2x.jpg);
  }
  .email-send{
    background-image: url(/images/email-send2@2x.png) round;
  }
	.pros-car{
		background: url(/images/pros-car@2x.png) round;
	}
	.pros-tire{
		background: url(/images/pros-tire@2x.png) round;
	}
	.pros-paint{
		background: url(/images/pros-paint@2x.png) round;
	}
	.pros-disk{
		background: url(/images/pros-disk@2x.png) round;
	}
	.pros-sticker{
		background: url(/images/pros-sticker@3x.png) round;
	}
	.pros-dice{
		background: url(/images/pros-dice@2x.png) round;
	}
	.demo-img{
		background: url(/images/demo@2x.png) round;
	}
  .final-img{
		background: url(/images/final@2x.png) round;
	}
	.vk{
		background: url(/images/vk@2x.png) round;
	}
	.instagram{
		background: url(/images/instagram@2x.png) round;
	}
  .logo-small{
  	background: url(/images/logo-small@2x.png) round;
  }
	#youtube-preview, #youtube-preview2, #youtube-player{
		background: url(/images/youtube@2x.jpg) round;
	}
	#youtube-play{
		background: url(/images/youtube-play@2x.png) round;
	}
  .google{
    background: url(/images/google@2x.png) round;
  }
  .appstore{
    background: url(/images/appstore@2x.png) round;
  }
}
@media
(-webkit-min-device-pixel-ratio: 2.25),
(min-resolution: 216dpi){
  .logo{
  	background: url(/images/logo@3x.png) round;
  }
  .beta{
    background-image: url(/images/beta@3x.jpg);
  }
  .email-send{
    background-image: url(/images/email-send2@3x.png) round;
  }
	.pros-car{
		background: url(/images/pros-car@3x.png) round;
	}
	.pros-tire{
		background: url(/images/pros-tire@3x.png) round;
	}
	.pros-paint{
		background: url(/images/pros-paint@3x.png) round;
	}
	.pros-disk{
		background: url(/images/pros-disk@3x.png) round;
	}
	.pros-sticker{
		background: url(/images/pros-sticker@3x.png) round;
	}
	.pros-dice{
		background: url(/images/pros-dice@3x.png) round;
	}
	.demo-img{
		background: url(/images/demo@3x.png) round;
	}
  .final-img{
		background: url(/images/final@3x.png) round;
	}
	.vk{
		background: url(/images/vk@3x.png) round;
	}
	.instagram{
		background: url(/images/instagram@3x.png) round;
	}
  .logo-small{
  	background: url(/images/logo-small@3x.png) round;
  }
	#youtube-preview, #youtube-preview2, #youtube-player{
		background: url(/images/youtube@3x.jpg) round;
	}
	#youtube-play{
		background: url(/images/youtube-play@3x.png) round;
	}
  .google{
    background: url(/images/google@3x.png) round;
  }
  .appstore{
    background: url(/images/appstore@3x.png) round;
  }
}
@media
(-webkit-min-device-pixel-ratio: 3.25),
(min-resolution: 312dpi){
  .logo{
  	background: url(/images/logo@4x.png) round;
  }
  .beta{
    background-image: url(/images/beta@4x.jpg);
  }
  .email-send{
    background-image: url(/images/email-send2@4x.png) round;
  }
	.pros-car{
		background: url(/images/pros-car@4x.png) round;
	}
	.pros-tire{
		background: url(/images/pros-tire@4x.png) round;
	}
	.pros-paint{
		background: url(/images/pros-paint@4x.png) round;
	}
	.pros-disk{
		background: url(/images/pros-disk@4x.png) round;
	}
	.pros-sticker{
		background: url(/images/pros-sticker@4x.png) round;
	}
	.pros-dice{
		background: url(/images/pros-dice@4x.png) round;
	}
	.demo-img{
		background: url(/images/demo@4x.png) round;
	}
  .final-img{
		background: url(/images/final@4x.png) round;
	}
	.vk{
		background: url(/images/vk@4x.png) round;
	}
	.instagram{
		background: url(/images/instagram@4x.png) round;
	}
  .logo-small{
  	background: url(/images/logo-small@4x.png) round;
  }
	#youtube-preview, #youtube-preview2, #youtube-player{
		background: url(/images/youtube@4x.jpg) round;
	}
	#youtube-play{
		background: url(/images/youtube-play@4x.png) round;
	}
  .google{
    background: url(/images/google@4x.png) round;
  }
  .appstore{
    background: url(/images/appstore@4x.png) round;
  }
}
