body {
	position: relative;
	overflow: hidden;
  background: #000000;
}

.loarer_block {
	position: fixed;
	top: 0;
  left: 0;
	width: 100%;
  height: 100vh;
	background: url(../images/bg_3.jpg);
	background-size: cover;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
  align-items: center;
  z-index: 99;
  overflow: hidden;
  text-align: center;
}

.digital_count_down {
  text-align: center;
  margin-top: 80px;

  opacity: 0;
}

.digital_count_down span {
	text-align: center;
  font-family: 'Roboto Mono', serif;
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
}

.page_wrap {
	width: 100%;
	height: 100vh;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	background: url(../images/bg_3.jpg);
	background-size: cover;
	overflow: hidden;
	position: relative;
}

a#clonedLogo {
  z-index: 99999;
	position: absolute;
}

img#clonedLogo {
	width: 100%;
}

.page_wrap .top_line {
	height: 10vh;
	z-index: 99998;
}

.wrap_inner {
	width: 100%;
	height: 90vh;
	padding-top: 10vh;
	overflow: hidden;
	position: relative;
	background: url(../images/robovum_background_stars.png);
	background-size: 80% 80%;
	background-repeat: repeat;
	background-position: 0 100%;
}

.footer {
  display: none;
}

.copy_right_bl {
  position: absolute;
  bottom: 47%;
  color: #000;
}

.arrow img.lookUp {
  transform: rotate(180deg);
}

.top_line {
  position: absolute;
  width: 100%;
  top: 20px;
}

.logo_ico {
  display: none;
  top: 30px;
  left: 30px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
}

.top_line .top_menu {
  top: 10px;
  right: 30px;
  z-index: 2;
  position: absolute;
  width: 380px;
  overflow: hidden;
  height: 32px;
  display: none;
}

.top_menu .top_menu_items {
  position: absolute;
  right: -335px;
  opacity: 0;
  transition: all .5s;
}

.top_menu .top_menu_items.active {
  display: block;
  right: 65px;
  opacity: 1;
  transition: all .5s;
}

.top_menu .top_menu_items .menu_item {
	display: inline-block;
	padding: 0 10px;
	line-height: 32px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Roboto Mono', serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
}

.top_menu .top_menu_items .menu_item.active {
  color: #F15A24;
}

.top_menu .top_menu_items .menu_item:hover {
  color: #F15A24;
}

.top_line .top_menu .menu_ico {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.top_line .top_menu .menu_ico.active {
  display: inline-block;
}

.inner_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
  align-items: center;
  transition: all 1s;
  z-index: 1;
}

.inner_block.block_2 {
	justify-content: center;
  align-items: baseline;
}

.inner_block.block_3 {
	justify-content: center;
  align-items: baseline;
}

.inner_block.block_4 {
	justify-content: center;
  align-items: baseline;
}

.inner_block.block_5 {
	justify-content: center;
  align-items: baseline;
}

.inner_block.block_2 {
  top: 100vh;
}

.inner_block.block_3 {
  top: 200vh;
}

.inner_block.block_4 {
  top: 300vh;
}

.inner_block.block_5 {
  top: 400vh;
}

.block_content {
  width: 1000px;
  text-align: center;
}

.block_1 .block_content div {
  text-align: center;
}

.block_1.inner_block .block_content div.arrow {
  margin-top: 160px;
}

.block_1 .block_content div.arrow img {
  cursor: pointer;
  z-index: 2;
}

.inner_block .block_content div.arrow {
  margin-top: 20px;
}

.block_content .title_block {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	text-align: right;
	text-transform: uppercase;
  margin-bottom: 10px;
}

.block_content .text_block {
	text-align: justify;
}

.block_content .text_block > * {
	font-family: 'Roboto Mono', monospace;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: justify;
}

.block_content .text_block > * a {
  color: #BABABA;
}

.block_content .text_block :last-child {
  margin-bottom: 0;
}

#screen_block_5 {
	background: url(../images/robovum_background_satellite.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.block_content.form {
  width: 50%;
  margin: 0 auto;
}

.form {
  width: 100%;
  float: left;
}

.form .left {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  float: left;
}

.form .right {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  float:right;
}

.form .form_title {
	width: 100%;
  font-family: 'Roboto Condensed', serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 40px;
  float: left;
}

.form label {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: rgba(255, 255, 255, 0.6);
	text-align: left;
	margin-bottom: 5px;
}

.form .left .input_block:last-child {
  margin-top:20px;
}

.form .input_block input {
	height: 50px;
}

.form .textarea_block textarea {
  height: 140px;
  resize: none;
}

.form .input_block input,
.form .textarea_block textarea {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  box-sizing: border-box;
}

.form input.error,
.form textarea.error,
.form .captcha .form-text.error {
  border: 2px solid red;
  color: red;
}

.form .textarea_block {
  display: block;
}

.form .form-item,
.form .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

.form .form-actions {
  width: 100%;
  text-align: right;
  margin-top: 40px;
  float: left;
}

.form .form-actions input {
	display: inline-block;
  font-family: 'Roboto Mono', serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
  padding: 15px 42px 15px 30px;
  position: relative;
	overflow: hidden;
  z-index: 1;
  cursor: pointer;

  background: #F15A24 url(../images/hover.svg) no-repeat 100% 50%;
  border-left: 10px solid #F15A24;
  border-right: 30px solid #F15A24;
  border-top: 0;
  border-bottom: 0;
}

.form .ajax-progress-throbber {
  display: none;
}

.form .captcha {
  margin-top: 20px;
}

.form .captcha img {
  border: 2px solid #333;
  border-radius: 2px;
}

.form .captcha label {
  text-align: center;
}

.form .captcha .details-description,
.form .captcha .description,
.form .captcha > summary {
  display: none;
}

.form .captcha .g-recaptcha > div {
  width: 100% !important;
}

.form .captcha .form-text {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  text-align: center;
}

.form .captcha .reload-captcha-wrapper {
  margin-top: 10px;
}

.form .captcha .reload-captcha-wrapper a,
.form .captcha .reload-captcha-wrapper a:hover {
  color: #333 !important;
}

.copy_right {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  color: #FFFFFF;
  opacity: 0.6
}

@media screen and (max-width: 1200px){
	html {
    padding: 0;
    margin: 0;
    font-size: 0;
  }

	body {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
  }

	#preloadBlock {
    width: 100%;
    height: 100vh;
    overflow: auto;
  }

  .top_line .top_menu .menu_ico {
    display: none;
  }

  .top_line .top_menu .menu_ico.active {
    display: inline-block;
  }

	.page_wrap {
		overflow: auto;
		height: auto;
    padding-top: 50px;
		background: url(../images/bg3_mob.jpg);
	}

	.wrap_inner {
    height: 100%;
    overflow: auto;
    background-size: 500%;
  }

	.wrap_inner div {
    display: block;
    width: 100%;
    position: static;
    float: none;
    overflow: auto;
  }

	.inner_block {
    position: static;
    height: auto;
  }

	.block_content {
    width: 100%;
  }

	.form, .form .left,
  .form .right,
  .form div {
    float: none;
    width: 100%;
  }

  .form .left .input_block {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .form .form-actions {
    margin-bottom: 30px;
    float: none;
    text-align: center;
  }

	.copy_right {
    position: static;
    margin: 30px auto;
  }

	.block_content .arrow {
    display: none;
  }

	.block_content .title_block {
		font-family: 'Roboto Condensed', sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 22px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
		margin: 40px auto;
	}

	.block_content .text_block {
		font-family: 'Roboto Mono', monospace;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 20px;
		text-align: left;
		width: 90%;
   	margin-left: 5%;
	}

	.form .form_title {
		width: 100%;
    font-family: 'Roboto Condensed', serif;
		font-style: normal;
		font-weight: 500;
		font-size: 28px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
		color: #FFFFFF;
		margin-bottom: 40px;
	}

  .right .textarea_block:last-child {
    margin-top: 20px;
  }

	.top_line {
		width: 100%;
		top: 0;
		height: 60px;
		position: fixed !important;
		padding-bottom: 20px;
		background: #000;
		background: url(../images/bg_3.jpg);
		background-size: cover;
		box-shadow: 0 6px 8px -4px rgba(255,255,255,0.24);
	}

	.top_line .logo_ico {
    display: inline-block;
  }

	.no_mob_show {
    display: none !important;
  }

	.digital_count_down span {
		text-align: center;
    font-family: 'Roboto Mono', serif;
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
	}

	.digital_count_down {
    display: none !important;
  }

	.block_content.form {
    width: 90%;
  }

	#screen_block_5 {
		background: url(../images/satelete_mob_1.png);
		background-position: bottom center;
    background-size: 100% 100%;
	}

	.footer { display: none !important; }
}

@media screen and (max-width: 420px) {
	.top_menu .top_menu_items .menu_item {
    font-size:12px;
  }

	.top_menu .top_menu_items.active {
    left:27%;
  }
}
