@media only screen and (max-width: 1900px) {
  .rocket-image {
    right: -170px;
  }
}

@media only screen and (max-width: 1366px) {
  nav a {
    margin-right: 15px;
  }
  section.header {
    padding: 35px 0px;
  }
  footer {
    padding: 35px 0px;
  }
  .rocket-image {
    right: -220px;
  }
  .bg-c {
    background-position: -200px 50%;
  }
}

@media only screen and (max-width: 1200px) {
  header nav a {
    display: none;
  }
  nav .burger {
    display: inline-block;
  }
  footer nav a {
    display: block;
    margin: 5px 0px;
  }
}

@media only screen and (max-width: 992px) {
  html {
    font-size: 15px;
  }
  .rocket-text {
    position: relative;
    margin-bottom: 150px;
    width: 100%;
  }
  .rocket-image {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: 0;
    position: relative;
    margin-bottom: -100px;
    margin-top: -100px;
  }
  .rocket-text h1 {
    line-height: 4rem;
    font-weight: 600;
  }
  section.rocket {
    height: auto;
    min-height: auto;
  }
  .bg-c {
    background: none;
  }
  .slider {
    margin-top: 35px;
  }
  .slider .slide {
    display: block;
    text-align: center;
    box-shadow: none;
    margin: 0;
    padding: 10px;
  }
  .slider .slide img {
    margin: 0px auto;
    margin-bottom: 25px;
  }
  .slick-dots {
    bottom: -55px;
  }
}

@media only screen and (max-width: 768px) {
  .animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  footer .container {
    display: block;
    text-align: center;
  }
  footer nav {
    margin-top: 25px;
  }
  footer nav a {
    margin: 15px 0px;
  }
}
@media only screen and (max-width: 576px) {
  header a.logo span {
    display: none;
  }
  .rocket-text {
    text-align: center;
    margin-top: 60px;
  }
  .rocket-image {
    display: none;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}
