/*!
 * smartbanner.js v1.22.0 <https://github.com/ain/smartbanner.js#readme>
 * Copyright © 2023 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: fixed;
  z-index: 47;
  overflow: hidden;
  width: 100%;
  top: 0;
  height: 84px;
  background: #ffffff;
  font-family: Helvetica, sans, sans-serif;
  /** Android styles **/
}
.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  z-index: 49;
color: #716F6F;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center;
}
.smartbanner__exit::before, .smartbanner__exit::after {
  position: absolute;
  width: 1px;
  z-index: 48;

  height: 12px;
  background: #716F6F;
  content: " ";
}
.smartbanner__exit::before {
  transform: rotate(45deg);
}
.smartbanner__exit::after {
  transform: rotate(-45deg);
}
.smartbanner__icon {
  position: absolute;
  top: 14px;
  right: calc(50% - 62px);
  width: 100%;
  max-height: 56px;
  z-index: 48;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  background-size: contain;
}
.smartbanner__info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: flex;
  overflow-y: hidden;
  z-index: 48;

  width: 60%;
  height: 64px;
  align-items: center;
  color: #000;
}
.smartbanner__info__title {
  font-size: 14px;
  z-index: 48;

}
.smartbanner__info__author, .smartbanner__info__price {
  font-size: 12px;

  z-index: 48;

}
.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 49;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.smartbanner__button__label {
  text-align: center;
}
.smartbanner.smartbanner--android {
  background: #ffffff ;
  box-shadow: inset 0 4px 0 #000000;
}
.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  z-index: 1500;
  
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background: #e7e6ed;
  color: #000;
  font-family: Helvetica, sans, sans-serif;
  font-size: 12px;
  line-height: 17px;
}
.smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
  top: 3px;
  left: 8px;
  width: 2px;
  height: 11px;
  z-index: 1000;

  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: #000;
  font-family: Helvetica, sans, sans-serif;
  font-size: 12px;
}
.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #000;
  font-weight: bold;
}
.smartbanner.smartbanner--android .smartbanner__button {
  top: 30px;
  right: 20px;
  min-width: 12%;

  background: none;
  color: #ffff;
  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: 2px 10px;
  background: #005284;
  box-shadow: none;
  line-height: auto;
  text-align: center;
  text-shadow: none;
  border-radius: 4px;
  text-transform: none;
}
.smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #005284;
}
@media (max-width: 639px) {
  /* Your styles here */
  .smartbanner{
    display: none;
  }
}
/*# sourceMappingURL=smartbanner.css.map */
