.smartbanner.smartbanner--android {
  z-index: 99999 !important;
  height: 74px !important;
  overflow: hidden !important;
  background: #fff3e6 !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(47, 24, 10, 0.15) !important;
  box-shadow: 0 5px 18px rgba(47, 24, 10, 0.18) !important;
  font-family: var(--t-text-font, Arial, sans-serif) !important;
}

/* Закрыть */
.smartbanner.smartbanner--android .smartbanner__exit {
  top: 50% !important;
  left: 10px !important;
  width: 28px !important;
  height: 28px !important;
  transform: translateY(-50%) !important;
  border-radius: 50% !important;
  background: rgba(47, 24, 10, 0.1) !important;
  box-shadow: none !important;
}

.smartbanner.smartbanner--android .smartbanner__exit::before,
.smartbanner.smartbanner--android .smartbanner__exit::after {
  top: 7px !important;
  left: 13px !important;
  width: 2px !important;
  height: 14px !important;
  background: #2f180a !important;
}

/* Иконка */
.smartbanner.smartbanner--android .smartbanner__icon {
  top: 50% !important;
  left: 49px !important;
  width: 50px !important;
  height: 50px !important;
  transform: translateY(-50%) !important;
  border-radius: 13px !important;
  background-color: #fff3e6 !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: none !important;
}

/* Название и автор */
.smartbanner.smartbanner--android .smartbanner__info {
  top: 50% !important;
  left: 111px !important;
  right: 118px !important;
  width: auto !important;
  height: auto !important;
  transform: translateY(-50%) !important;
  color: #2f180a !important;
  text-shadow: none !important;
}

.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #2f180a !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.smartbanner.smartbanner--android .smartbanner__info__author {
  margin-top: 3px !important;
  color: rgba(47, 24, 10, 0.65) !important;
  font-size: 12px !important;
}

.smartbanner.smartbanner--android .smartbanner__info__price {
  display: none !important;
}

/* Кнопка */
.smartbanner.smartbanner--android .smartbanner__button {
  top: 50% !important;
  right: 10px !important;
  min-width: 98px !important;
  height: 38px !important;
  padding: 0 13px !important;
  transform: translateY(-50%) !important;
  border: 1px solid #2f180a !important;
  border-radius: 9px !important;
  background: #ffcc00 !important;
  box-shadow: none !important;
  color: #2f180a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  text-shadow: none !important;
}

.smartbanner.smartbanner--android .smartbanner__button__label {
  padding: 0 !important;
  background: transparent !important;
  color: #2f180a !important;
  line-height: 38px !important;
  text-shadow: none !important;
}

/* Узкие экраны */
@media (max-width: 380px) {
  .smartbanner.smartbanner--android {
    height: 70px !important;
  }

  .smartbanner.smartbanner--android .smartbanner__icon {
    left: 44px !important;
    width: 44px !important;
    height: 44px !important;
  }

  .smartbanner.smartbanner--android .smartbanner__info {
    left: 98px !important;
    right: 108px !important;
  }

  .smartbanner.smartbanner--android .smartbanner__info__title {
    font-size: 14px !important;
  }

  .smartbanner.smartbanner--android .smartbanner__button {
    min-width: 90px !important;
    height: 36px !important;
    padding: 0 9px !important;
    font-size: 12px !important;
    line-height: 36px !important;
  }

  .smartbanner.smartbanner--android .smartbanner__button__label {
    line-height: 36px !important;
  }
}