@tips-text-line-height: 24px;

.preroll-container {
  display: table;
  position: relative;
  margin: 0 auto auto;
  margin-top: 70px;
  padding: 0 14px 0;
  width: 100%;
  height: 100%;
  max-width: 72rem;
  background-color: transparent;
}


.preroll {
  position: relative;

  display: table-cell;
  vertical-align: top;
  padding: 56px 50px 17px 58px;
  margin-right: 14px;
  width: 804px;
  height: 500px;
  border-radius: 3px;
  background: #fff;

  .preroll-title {
    margin: 0 0 60px 0;
    color: @blue;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
  }

  .tips-container {
    overflow: hidden;
    padding-left: 20px;
  }

  .single-tip {
    float: left;
    margin-right: 65px;
    margin-bottom: 35px;
    width: 305px;
    height: 100px;


    &:nth-child(even) {
      margin-right: 0;
    }

  }

  .fake-icon {
    float: left;
    margin-right: 21px;
    width: 70px;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;

    &.filter-icon {
      margin-top: 0px;
      background-image: data-uri('../images/filter-variant.svg');
    }

    &.mail-icon {
      background-image: data-uri('../images/email.svg');
    }

    &.hotel-icon {
      background-image: data-uri('../images/hotel.svg');
    }

    &.percent-icon {
      background-image: data-uri('../images/percent-off.svg');
    }

  }
  .tips-text {
    padding-top: 7px;
    color: @blue;
    font-size: 15px;
    line-height: @tips-text-line-height;
  }

  .price-off-text {
    position: relative;
    top: 10px;
  }


  .mobile-app-title {
    margin: 0 0 14px 0;
    color: @blue;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
  }

  .store-icon-wrap {
    margin: auto;
    width: 477px;
  }


  .store-icon {
    display: inline-block;
    width: 150px;
    height: 45px;
    background-size: 100%;
    background-repeat: no-repeat;

    &.app-store-icon {
      margin-right: 24px;
      background-image: data-uri('../images/apple.svg');
    }

    &.google-play-icon {
      margin-right: 3px;
      background-image: data-uri('../images/google_play.svg');
      background-size: 89%;
    }

    &.windows-store-icon {
      margin-right: 0;
      background-image: data-uri('../images/WP.svg');
      background-size: 96%;
    }

  }

}

.fake-filters {
  margin-bottom: 7px;
  width: 100%;
  height: @filters-hight;
  border-bottom: 1px solid #E1E1E1;
  background: #fff;
}

.fake-informer-col {
  display: table-cell;
  Vertical-align: top;
  overflow: hidden;
  padding-left: 19px;
  width: 300px;
  height: 500px;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  .fake-informer-col {
    display: none;
  }
}

.fake-stops-filter {
  margin-bottom: 15px;
  padding: 25px 55px 22px 18px;
  width: 260px;
  height: 228px;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  pointer-events: none;

  &.active {
    position: relative;
    z-index: 100;
  }

  .fake-filter-1 {
    margin-bottom: 21px;
    width: 82%;
    height: 11px;
  }

  .fake-row {
    overflow: hidden;
    margin-bottom: 24px;

    &:last-child {
      margin-bottom: 0;
    }

  }

  .fake-checkbox {
    float: left;
    margin-right: 15px;
    width: 14px;
    height: 11px;
  }

  .fake-checkbox-value {
    float: left;
    width: 157px;
    height: 11px;
  }

}
