.product-splash3.splash-main {
  margin-top: 3px;
  padding-bottom: 50px;
}

.product-splash3.articles {
  padding-bottom: 0;
}

.product-splash3-content {
  margin-top: 60px;
}
.articles .product-splash3-content {
  margin-top: 0;
}

.product-splash3 h1,
.product-splash3 .title-main {
  font-size: 44px;
  line-height: 1.23;
  color: #101010;
}

.splash3-list {
  margin-top: 18px;
  list-style-type: none;
  font-size: 18px;
  line-height: 1.56;
  color: #303030;
}

.articles .splash3-list {
  margin-top: 20px;
  font-size: 20px;
  line-height: 34px;
}

.splash3-list li {
  display: flex;
  margin-bottom: 8px;
}

.articles .splash3-list li {
  margin-bottom: 12px;
}

.splash3-list .icon-bullet-star {
  margin-right: 8px;
}

.articles .splash3-list .icon-bullet-star {
  margin-top: 3px;
}

.icon-bullet-star {
  display: inline-block;
  vertical-align: top;
  min-width: 28px;
  height: 28px;
  background-image: url(/img_new/products/airy/features/features.png);
  background-repeat: no-repeat;
  background-position: -566px -8px;
}

.product-splash3.splash-main .btn-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.product-splash3.splash-main .button {
  margin-left: 0;
  margin-right: 30px;
}

.product-splash3.splash-main .button:last-child {
  margin-right: 0;
}

.product-splash3.splash3-steps {
  padding-top: 20px;
  padding-bottom: 30px;
}

.product-splash3.splash3-steps h2 {
  font-size: 42px;
  line-height: 1.19;
  color: #222529;
}

.product-splash3.splash3-steps .text-main {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.56;
  color: #303030;
}

.product-splash3.splash3-steps .btn-group {
  margin-top: 40px;
}

.product-splash3.splash3-steps .button {
  margin-bottom: 30px;
}

@media(max-width: 991px) {
  .product-splash3.splash-main {
    padding-bottom: 45px;
  }
  .product-splash3.splash-main .button {
    margin-bottom: 15px;
  }
  .product-splash3.splash-main.articles {
    margin-top: 60px;
  }
}

@media(max-width: 767px) {
  .product-splash3 h1,
  .product-splash3 .title-main {
    font-size: 27px;
    line-height: 1.33;
  }
  .product-splash3.splash3-steps h2 {
    font-size: 27px;
    line-height: 1.33;
  }
  .product-splash3-image img {
    max-width: 100%;
    height: auto;
  }
  .product-splash3.splash-main {
    padding-bottom: 0;
  }
  .articles .product-splash3-image {
    padding-top: 20px;
  }
}

@media(max-width: 550px) {
  .product-splash3.splash-main .button {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .product-splash3.splash-main .btn,
  .btn-download-for {
    display: block;
  }
}

/* retina   */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  
  .icon-bullet-star {
    background-image: url(/img_new/products/airy/features/star@2x.png);
    background-size: 28px 28px;
    background-position: 0 0;
  }
}
