.smartbanner {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #ffffff;
  font-family: Helvetica, sans, sans-serif;
  display: flex;
  align-items: center;
  box-shadow: 0 -2px 4px 2px rgba(222, 218, 218, 0.5);
  background-color: #96d6ff;
  /** Android styles **/
}
.smartbanner__exit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 10px;
  font-family: "LucidaGrande", Arial,sans-serif;
  font-size: 16px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  -webkit-font-smoothing: subpixel-antialiased;
  border-bottom: none;
}

.smartbanner__exit:active,
.smartbanner__exit:hover {
  color: #aaa;
}
/*.smartbanner__exit {*/
/*position: absolute;*/
/*top: calc(50% - 6px);*/
/*left: 9px;*/
/*display: block;*/
/*margin: 0;*/
/*width: 12px;*/
/*height: 12px;*/
/*border: 0;*/
/*font-family: 'LucidaGrande', Arial;*/
/*font-size: 16px;*/
/*text-align: center; }*/
/*.smartbanner__exit::before, .smartbanner__exit::after {*/
/*position: absolute;*/
/*width: 1px;*/
/*height: 12px;*/
/*background: #767676;*/
/*content: ' '; }*/
/*.smartbanner__exit::before {*/
/*transform: rotate(45deg); }*/
/*.smartbanner__exit::after {*/
/*transform: rotate(-45deg); }*/
.smartbanner__icon {
  width: 54px;
  height: 54px;
  background-size: 54px 54px;
  border-radius: 10px;
}
.smartbanner__info {
  margin-left: 15px;
  color: #333333;
}
.smartbanner__info__title {
  font-size: 14px;
  font-family: "LucidaGrande", Arial,sans-serif;
  margin-bottom: 4px;
}
.smartbanner__info__author,
.smartbanner__info__price {
  font-size: 12px;
}
.smartbanner__button {
  font-family: "LucidaGrande", Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0068a7;
  margin-left: auto;
  padding-right: 18px;
  border-bottom: none;
}
.smartbanner__button__label {
  text-align: center;
}
.smartbanner.smartbanner--android {
  background: #96d6ff;
  box-shadow: 0 -2px 4px 2px rgba(222, 218, 218, 0.5);
}
.smartbanner.smartbanner--android .smartbanner__exit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 10px;
  font-family: "LucidaGrande", Arial,sans-serif;
  font-size: 16px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  -webkit-font-smoothing: subpixel-antialiased;
  border-bottom: none;
}
/*.smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {*/
/*!*top: 3px;*!*/
/*!*left: 8px;*!*/
/*!*width: 2px;*!*/
/*!*height: 11px;*!*/
/*!*background: #b1b1b3; }*!*/
.smartbanner.smartbanner--android .smartbanner__exit:active,
.smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #eee;
}
.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: transparent;
  box-shadow: none;
}
.smartbanner.smartbanner--android .smartbanner__info {
  color: #333333;
}
.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #333333;
}
.smartbanner.smartbanner--android .smartbanner__button {
  font-family: "LucidaGrande", Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0068a7;
  margin-left: auto;
  padding-right: 18px;
  border-bottom: none;
}
.smartbanner.smartbanner--android .smartbanner__button:active,
.smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none;
}
.smartbanner.smartbanner--android .smartbanner__button__label {
  font-family: "LucidaGrande", Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0068a7;
}
.smartbanner.smartbanner--android .smartbanner__button__label:active,
.smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #2ac7e1;
}
