.site-header {
  -webkit-transition: .4s background ease-in-out;
  transition: .4s background ease-in-out; }
  .site-header[data-product="cleanmymac"] {
    background: #263459; }
  .site-header[data-product="gemini"] {
    background: #315ca3; }
  .site-header[data-product="hider"] {
    background: #3f4b5a; }
  .site-header[data-product="cleanmydrive"] {
    background: #bb417b; }
  .site-header[data-product="cleanmypc"] {
    background: #0070b8; }
  .site-header[data-product="listen"] {
    background: #7e4291; }
  .site-header[data-product="encrypto"] {
    background: #2f7873; }
  .site-header[data-product="setapp"] {
    background: #0c0d44; }
  .site-header[data-product="wallwiz"] {
    background: #7fb1ad; }

.header-products-gallery {
  padding: 150px 0 30px;
  position: relative; }

.header-products-gallery-items {
  position: relative;
  height: 340px; }

.header-products-gallery-item {
  display: table;
  width: 100%;
  position: absolute;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  -webkit-transform: scale(0.97) translateZ(0);
  transform: scale(0.97) translateZ(0); }
  .header-products-gallery-item.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }

.header-products-gallery-col {
  display: table-cell;
  vertical-align: middle; }
  .header-products-gallery-col:last-child {
    width: 100%;
    padding-left: 80px; }

.header-products-gallery-image {
  position: relative;
  width: 410px;
  min-height: 300px;
  direction: rtl; }

.header-products-reddot {
  position: absolute;
  bottom: 5%;
  right: -5%; }

.header-products-gallery-title {
  margin-bottom: 6px;
  color: #fff;
  font-size: 52px;
  font-weight: 300; }
  .header-products-gallery-title a {
    color: inherit;
    text-decoration: none; }
  .header-products-gallery-title .header-products-new {
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
    top: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background: #72b101;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 7px; }

.header-products-gallery-subtitle {
  margin-bottom: 28px;
  color: #fff;
  font-size: 25px;
  font-weight: 300; }

.header-products-gallery-about {
  margin-bottom: 36px;
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }
  .header-products-gallery-about a {
    color: #fff;
    text-decoration: none; }
    .header-products-gallery-about a:hover {
      text-decoration: underline; }

.header-products-gallery-nav {
  position: absolute;
  width: 24px;
  height: 47px;
  background-image: url("../../img/index/products-gallery/arrows.png");
  background-size: auto 47px;
  top: 50%;
  margin-top: -23px;
  opacity: .6;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out; }
  .header-products-gallery-nav.prev {
    left: -150px;
    background-position: 0 0; }
  .header-products-gallery-nav.next {
    right: -150px;
    background-position: -24px 0; }
  .header-products-gallery-nav:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.header-products-gallery-pagination {
  margin-top: 100px;
  text-align: center;
  cursor: default; }
  .header-products-gallery-pagination a {
    margin: 0 4px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3); }
    .header-products-gallery-pagination a:hover {
      background: #fff; }
    .header-products-gallery-pagination a.active {
      background: none;
      box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #fff; }

.section-title {
  margin-bottom: 10px;
  font-size: 34px;
  text-align: center;
  font-weight: 300;
  color: #222; }

.section-subtitle {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  color: #333; }

.products-grid {
  padding: 90px 0; }

.products-grid-products {
  display: table;
  margin: 0 auto; }

.products-grid-row {
  display: table-row; }

.products-grid-cell {
  padding: 30px 15px;
  display: table-cell;
  vertical-align: middle; }
  .products-grid-cell:nth-child(1) {
    padding-left: 0; }
  .products-grid-cell:nth-child(4) {
    padding-right: 0; }

.products-grid-product {
  display: table;
  width: 100%;
  color: #222;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .2s -webkit-transform;
  transition: .2s transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .products-grid-product:hover {
    -webkit-transform: translateY(-10px) translateZ(0);
    transform: translateY(-10px) translateZ(0); }

.products-grid-product-image {
  display: table-cell;
  vertical-align: middle;
  width: 96px;
  margin-right: 20px;
  max-height: 130px; }

.products-grid-product-info {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 100%; }

.products-grid-product-name {
  margin-bottom: 2px;
  display: block;
  font-size: 20px;
  font-weight: 400; }

.products-grid-product-about {
  font-size: 14px;
  font-weight: 300;
  color: #333; }

.section-setapp {
  background: #020b23 url(../../img/index/setapp-bg.svg) center bottom no-repeat;
  text-align: center;
  padding: 128px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }
  .section-setapp .section-title {
    font-size: 28px;
    color: #fff;
    padding: 53px 0 15px; }
  .section-setapp .section-subtitle {
    font-size: 16px;
    color: #c6c6c6;
    max-width: 540px;
    margin: 0 auto; }
  .section-setapp a {
    display: inline-block;
    vertical-align: top;
    margin: 45px 0 0;
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #4a60ff;
    text-decoration: none;
    letter-spacing: 1px;
    border: none;
    line-height: 1.4;
    border-radius: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer; }
    .section-setapp a:hover {
      background: #647bff; }

.section-team {
  padding: 80px 0 50px;
  background: url("../../img/index/team.jpg") center no-repeat;
  background-size: cover; }

.section-team-more {
  font-size: 18px;
  text-align: center; }
  .section-team-more a {
    text-decoration: none; }
    .section-team-more a:hover {
      text-decoration: underline; }

.section-team-placeholder {
  height: 510px; }

.section-team-socials {
  display: table;
  margin: 0 auto; }

.section-team-social {
  display: table-cell;
  vertical-align: top;
  padding: 5px 25px; }
  .section-team-social:nth-child(2) {
    border-left: 1px solid #ac9c86;
    border-right: 1px solid #ac9c86; }

.section-team-social-title {
  font-size: 16px;
  margin-bottom: 12px; }

.section-team-social-button {
  text-align: center; }

.section-mentions {
  padding: 90px 0;
  background: #f8f8f8; }

.section-mentions-cells {
  display: table;
  border-spacing: 20px; }

.section-mentions-row {
  display: table-row; }

.section-mentions-cell {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  height: 215px;
  background: #fff;
  text-align: center;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out; }
  .section-mentions-cell:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }

.buynow-text a {
  color: #fff;
  text-decoration: underline; }

@media (max-width: 600px) {
  .bf-17-banner {
    min-width: 1000px; } }

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