html {
  position: relative;
  min-height: 100%;
}

body {
  background: url('img/bg.png'), radial-gradient(circle at 51% 50%, #2a2f39, #1b1f26);
  background-size: cover;
  background-position: top center;  
  overflow-x: hidden;
  font-size: 14px;
  font-family: Roboto;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;  
  margin-bottom: 60px;
}

.header {
  padding-top: 80px;
}
@media (max-width: 540px) {
/*
  .header {
    padding-top: 0;
  }
*/
}

.logo {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.title {
	font-family: Play;
	font-size: 44px;
  font-weight: normal;  
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 0;
  white-space: nowrap;
}

.rocket {
  width: 40px;
  height: 40px;
  position: relative;
  top: -4px;
}

@media (max-width: 540px) {
  .title {
    font-size: 30px;
  }
}

.title sup {
  top: -2.0em;
	font-family: Play;
	font-size: 12px;
	text-align: center;
	color: #5b91ff;
}

.slogan {
  font-size: 16px;
  font-weight: normal;
	line-height: 1.12;
	text-align: center;
  color: #acb3c2;
  margin-top: 8px;
  margin-bottom: 0;  
}

.btn-blue {
  border-radius: 4px;
  background-color: #5b91ff;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
}

.btn-blue:hover {
  color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(91, 145, 255, 0.5);
}

.btn-blue:active {
  box-shadow: none;
  background-color: #4a7feb;
}

.btn-download {
  width: 261px;
  margin-top: 40px;
}

.is-free {
  font-family: Roboto;
	font-size: 12px;
	line-height: 1.17;
	text-align: center;
  color: #acb3c2;
  margin-top: 8px;
}

.items {
  margin-top: 32px;
}
@media (max-width: 960px) {
  .items {
    margin-top: 0px;
  }
}

.items-block {
  margin-top: 32px;
}

.items-icon {
  text-align: center;
}
@media (max-width: 960px) {
  .items-icon {
    margin-bottom: 16px;
  }
}

.items-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.38;
	color: #ffffff;
}
@media (max-width: 720px) {
  .items-title {
    text-align: center;
  }
}

.items-descr {
	font-size: 14px;
	line-height: 1.43;
  color: #acb3c2;
  margin-top: 8px;
}
@media (max-width: 720px) {
  .items-descr {
    text-align: center;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */  
  text-align: center;
}
@media (max-width: 540px) {
  .footer {
  }
}

.copyrights {
	text-align: center;
  color: #636973;
  display: inline-block;
  margin-right: 29px;
}
@media (max-width: 720px) {
  .copyrights {
    margin-right: 5px;;
  }
}

.links-socials {
  display: inline-block;
  margin-left: 29px;
}
@media (max-width: 960px) {
  .links-socials {
    margin-left: 5px;
  }
}

.links-socials a {
  color: #5b91ff;  
}

.global_header {
  background-color: #1b1f26;
  border-bottom: 1px solid #2a2f39;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.logo-blue {
  display: flex;
  align-items: center;
}

.global_header-logo {
  font-size: 32px;
  line-height: 1;
  text-align: left;
  color: #ffffff;
  margin-left: 8px;

}

.menuitem {
  color: #636973;
  padding-bottom: 4px;
  margin-right: 40px;
  position: relative;
  font-family: Play;
  font-size: 18px;
}

.menuitem:hover,
.menuitem.active {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #5c95fc;
}