/*!
 * smartbanner.js v1.19.0 <https://github.com/ain/smartbanner.js#readme>
 * Copyright © 2022 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;

  font-family: -apple-system, Tahoma;
  z-index: 99999;
  background: #f3f3f3;
  /** Android styles **/

  display: flex;
  flex-direction: row;
  align-items: center;

  min-height: 86px;

  border-bottom: 1px solid #ededed;
  font-weight: normal;

}

.smartbanner > * {
  padding-right: 15px;
  padding-left: 15px;
}
.smartbanner__exit {
  display: block;
  width: 22px;
  height: 22px;
  border: 0;
  text-align: center;
  flex-shrink: 0;
}

.smartbanner__exit::before, .smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #767676;
  content: " ";
  margin-top: 5px;
}
.smartbanner__exit::before {
  transform: rotate(45deg);
}
.smartbanner__exit::after {
  transform: rotate(-45deg);
}
.smartbanner__icon {
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-size: 64px auto;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.smartbanner__info {
  display: flex;
  overflow: hidden;
  align-items: center;
  color: #000;
  flex-shrink: 1;
  flex-grow: 1;
}
.smartbanner.smartbanner--android .smartbanner__info {

}

.smartbanner__info_text{
  display: flex;
  flex-direction: column;
}

.smartbanner__info__title {
  font-size: 16px;
  margin-bottom: 3px;
}

.smartbanner__info__title, .smartbanner__info__author, .smartbanner__info__price {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.smartbanner__info__author, .smartbanner__info__price {
  color: #808080;
}

.smartbanner__button {
  z-index: 1;
  display: block;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;


  background-color: #1474fc;
  color: white;
  margin-left: auto;
  margin-right: 15px;
  flex-shrink: 0;
  font-weight: bold;
  min-width: 80px;
}

.smartbanner__button__label {
  text-align: center;
}
.smartbanner.smartbanner--android {
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  box-shadow: inset 0 4px 0 #88b131;
}
.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background: #1c1e21;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #b1b1b3;
  font-family: "ArialRoundedMTBold", Arial;
  font-size: 20px;
  line-height: 17px;
  text-shadow: 0 1px 1px #000;
}
.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: #ccc;
  text-shadow: 0 1px 2px #000;
}
.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #fff;
  font-weight: bold;
}
.smartbanner.smartbanner--android .smartbanner__button {
  top: 30px;
  right: 20px;
  padding: 0;
  min-width: 12%;
  border-radius: 0;
  background: none;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
  color: #d1d1d1;
  font-size: 14px;
  font-weight: bold;
}
.smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none;
}
.smartbanner.smartbanner--android .smartbanner__button__label {
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  box-shadow: none;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}
.smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #2ac7e1;
}

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