html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background: #292b30 url("../images/additional-bg.svg") 0 0 no-repeat;
  background-size: cover; }

* {
  box-sizing: border-box; }

p {
  margin: 0; }

.decorations {
  position: fixed;
  width: 100%;
  height: 100%; }

.planet {
  position: absolute; }
  .planet img {
    width: 100%; }
  .planet--1 {
    top: 0;
    right: 0;
    width: 371px;
    height: 318px; }
  .planet--2 {
    top: 400px;
    left: 0;
    width: 204px;
    height: 409px; }

.page-wrapper {
  position: relative;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 50px;
  min-height: 100%; }

a {
  color: #e82f3f; }
  a:link {
    color: #e82f3f; }
  a:visited {
    color: #b61422; }
  a:hover {
    text-decoration: none;
    color: #ed5d69; }
  a:active {
    color: #ed5d69; }

header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 80px; }
  header .logo {
    display: block;
    width: 130px;
    height: 46px; }

.title-section {
  margin-bottom: 70px;
  color: #ffffff; }
  .title-section .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 80px; }
  .title-section .title {
    max-width: 300px;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase; }
  .title-section p {
    max-width: 400px;
    font-size: 12px;
    font-weight: 300; }

.info-section {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 50px 60px 50px;
  margin-bottom: 60px;
  background: #35405b;
  color: #ffffff;
  border-radius: 20px; }
  .info-section::before, .info-section::after {
    content: '';
    position: absolute;
    z-index: -1; }
  .info-section::before {
    top: -80px;
    left: -130px;
    width: 370px;
    height: 243px;
    background: url("../images/meteor-2.png") 0 0 no-repeat;
    background-size: cover; }
  .info-section::after {
    bottom: -250px;
    right: -350px;
    width: 400px;
    height: 332px;
    background: url("../images/meteor-1.png") 0 0 no-repeat;
    background-size: cover; }
  .info-section .info-block {
    position: relative;
    margin-bottom: 25px; }
    .info-section .info-block .title {
      max-width: 610px;
      margin: 0 auto;
      margin-bottom: 50px;
      font-size: 16px;
      font-weight: 700;
      text-align: center; }
    .info-section .info-block .text {
      display: flex;
      font-size: 14px;
      line-height: 1.2; }
      .info-section .info-block .text p {
        max-width: 320px;
        margin-right: 80px; }
        .info-section .info-block .text p:last-of-type {
          margin-right: 0; }
      .info-section .info-block .text .logo {
        display: block;
        width: 120px;
        height: 45px;
        margin-bottom: 20px; }
        .info-section .info-block .text .logo--zenmate {
          width: 135px; }
  .info-section .info-block-mirror {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 40px;
    background: #495573;
    border-radius: 10px; }
    .info-section .info-block-mirror::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 294px;
      height: 77px;
      background: url("../images/mb-bg.png") 0 0 no-repeat;
      background-size: contain; }
    .info-section .info-block-mirror .title {
      font-size: 14px;
      font-weight: 700;
      color: #ffffff; }
    .info-section .info-block-mirror .pic {
      position: absolute;
      top: -15px;
      right: 100px;
      width: 162px;
      height: 92px; }
      .info-section .info-block-mirror .pic--iphone {
        display: none; }

.info-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 30px 150px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 20px;
  border: solid 2px #35405b; }
  .info-footer p {
    max-width: 500px;
    margin-right: 15px; }
  .info-footer a {
    font-weight: 700; }
  .info-footer .pic {
    position: absolute;
    top: -30px;
    left: 20px;
    width: 103px;
    height: 126px; }

@media screen and (max-width: 1500px) {
  .planet--1 {
    right: -180px; }

  .planet--2 {
    display: none; } }
@media screen and (max-width: 1100px) {
  .info-section .info-block-mirror {
    justify-content: flex-start;
    padding: 30px 40px; }
    .info-section .info-block-mirror::before {
      height: 100%;
      background-size: cover; }
    .info-section .info-block-mirror .pic {
      display: none; }
      .info-section .info-block-mirror .pic--iphone {
        top: auto;
        bottom: 0;
        display: block;
        width: 162px;
        height: 81px; } }
@media screen and (max-width: 900px) {
  .planet--1 {
    display: none; }

  .info-section .info-block-mirror .title a {
    display: block; }

  .title-section .wrapper {
    padding: 0; }

  .info-section::before {
    display: none; }
  .info-section .info-block .title {
    font-size: 14px; }
  .info-section .info-block .text {
    flex-direction: column; }
    .info-section .info-block .text p {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 30px; }
      .info-section .info-block .text p:last-of-type {
        margin-right: 0;
        margin-bottom: 0; }
    .info-section .info-block .text .logo {
      margin-bottom: 20px; }

  .info-footer .pic {
    top: auto;
    bottom: 1px; } }
@media screen and (max-width: 768px) {
  header {
    padding-bottom: 30px; }

  .info-section {
    padding: 20px; }
    .info-section .info-block-mirror {
      justify-content: flex-start;
      padding: 20px; }
      .info-section .info-block-mirror::before {
        width: 195px;
        height: 100%;
        background: url("../images/mb-mob-bg.png") 100% 0 no-repeat;
        background-size: contain; }
      .info-section .info-block-mirror .pic--iphone {
        right: 10px; }
      .info-section .info-block-mirror .title {
        z-index: 1; }

  .title-section {
    margin-bottom: 30px; }
    .title-section .title {
      max-width: 100%;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.3; }

  .info-footer p, .info-footer a {
    font-size: 14px; } }
@media screen and (max-width: 650px) {
  .info-footer {
    flex-direction: column; }
    .info-footer p {
      margin-bottom: 15px; }

  .info-section::after {
    bottom: -350px;
    right: -350px;
    background-size: 60%; }
  .info-section .info-block-mirror .title {
    max-width: 200px; }

  .title-section {
    margin-bottom: 30px;
    text-align: center; }
    .title-section .title {
      max-width: 100%;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.3; }
    .title-section .wrapper {
      flex-direction: column;
      align-items: center;
      padding: 0 20px; }
    .title-section p {
      color: #7e88a0; } }
@media screen and (max-width: 500px) {
  .info-footer {
    padding: 30px; }
    .info-footer .pic {
      display: none; }

  .info-section .info-block-mirror {
    padding-bottom: 90px; }
    .info-section .info-block-mirror::before {
      width: 100%;
      height: 100%;
      background: url("../images/mb-mob-bg.png") 100% 100% no-repeat;
      background-size: contain; } }
@media screen and (max-width: 350px) {
  .info-section .info-block-mirror::before {
    background-size: cover; } }

/*# sourceMappingURL=styles.css.map */
