.new-splash {
  padding-top: 100px;
}

.new-splash.no-margins {
  margin: 0;
}

.new-splash.no-paddings {
  padding: 0;
}

.new-splash .note {
  font-family: "Gotham Pro Medium", "Helvetica Neue", Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  text-align: center;
  color: #999999;
  margin-bottom: 15px;
}

.new-splash .main-title {
  font-family: "Gotham Pro Black", "Helvetica Neue", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.19;
  color: #222529;
  margin-bottom: 18px;
}

.new-splash .main-text {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  color: #303030;
  margin-bottom: 60px;
}

.new-splash .main-image.download-video {
  background-image: url(/images/upload/airy/articles/downloadVideoImg.jpg);
  min-height: 400px;
  background-position: center;
}

.new-splash .main-image.download-audio {
  background-image: url(/images/upload/airy/articles/downloadAudioImg.jpg);
  min-height: 400px;
  background-position: center center;
}

/*--- cj -----*/

.new-splash.new-splash--airy .note {
  color: rgba(0, 0, 0, .4);
}

.new-splash.new-splash--airy .main-text {
  margin-bottom: 0;
}

.new-splash.new-splash--image {
  padding-top: 60px;
}

/*--- / cj -----*/

.new-splash.splash-features {
  padding-top: 80px;
}

.new-splash.splash-features .note {
  color: rgba(0, 0, 0, .4);
}

.new-splash.new-splash-mp3 {
  padding-top: 80px;
  padding-bottom: 0px;
}

.new-splash.new-splash-faq {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .new-splash .main-image.download-video {
    background-image: url(/images/upload/airy/articles/downloadVideoImg-m.jpg);
    min-height: 280px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .new-splash .main-image.download-audio {
    background-image: url(/images/upload/airy/articles/downloadAudioImg-m.jpg);
    min-height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .new-splash .main-title {
    font-size: 27px;
  }
  .new-splash .main-text {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .new-splash {
    padding-top: 60px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .new-splash .main-image.download-video {
    background-image: url(/images/upload/airy/articles/downloadVideoImg@2x.jpg);
    background-size: 1600px 400px;
    min-height: 400px;
    background-position: center;
  }
  .new-splash .main-image.download-audio {
    background-image: url(/images/upload/airy/articles/downloadAudioImg@2x.jpg);
    background-size: 1600px 400px;
    min-height: 400px;
    background-position: center center;
  }
  @media (max-width: 767px) {
    .new-splash .main-image.download-video {
      background-image: url(/images/upload/airy/articles/downloadVideoImg-m@2x.jpg);
      background-size: 640px 280px;
      min-height: 280px;
      background-position: center;
      background-repeat: no-repeat;
    }
    .new-splash .main-image.download-audio {
      background-image: url(/images/upload/airy/articles/downloadAudioImg-m@2x.jpg);
      background-size: 640px 280px;
      min-height: 280px;
      background-position: center center;
      background-repeat: no-repeat;
    }
  }
}
