/*!
 * smartbanner.js v1.14.6 <https://github.com/ain/smartbanner.js>
 * Copyright © 2019 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
    background: #000;
    color: white;
    font-family: Helvetica, sans, sans-serif
}

.smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    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 {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-size: 64px 64px
}

.smartbanner__info {
    position: absolute;
    top: 10px;
    left: 104px;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    align-items: center;
    color: #fff
}

.smartbanner__info__title {
    font-size: 14px
}

.smartbanner__button {
    position: absolute;
    right: 10px;
    z-index: 1;
    display: block;
    padding: 0 10px;
    min-width: 10%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    background: #ffac32;
    color: #000;
    padding: 6px 12px 10px 12px;
    top: 24px;
    border-radius: 100px;
}

.smartbanner__button__label {
    text-align: center
}
.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: white;
    text-shadow: 0 1px 2px #000
}

.smartbanner.smartbanner--android .smartbanner__info__title {
    color: #fff;
    font-weight: bold
}

.smartbanner.smartbanner--android .smartbanner__button {
    top: 29px;
    right: 10px;
    padding: 0;
    min-width: 12%;
    border-radius: 0;
    background: none;
    box-shadow: none;
    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
}
.smartbanner--android .smartbanner__button__label .smartbanner__button {
  display: block;
  padding: 0 10px;
  background: none !important;
  background-color: #ffac32 !important;
  color: #000;
  box-shadow: none !important;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none !important;
}
.smartbanner.smartbanner--android
.smartbanner__button
.smartbanner__button__label {
  right: 20px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  border-radius: 100px !important;
  min-width: 12%;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  color: #000;
  background: #ffac32 !important;
  font-weight: normal;
}
.smartbanner.smartbanner--android {
  background: #000 !important;
  box-shadow: inset 0 0px 0 #000000;
}
.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background: #1c1e21;
  box-shadow: none !important;
  color: #fff;
  font-size: 20px;
  line-height: 17px;
  text-shadow: none;
}
.smartbanner__exit::before,
.smartbanner__exit::after {
  background: #ffffff !important;
  color: white !important;
}
.smartbanner__info__title {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 1px !important;
  line-height: 15px !important;
}
.smartbanner__info__author,
.smartbanner__info__price {
  line-height: 15px !important;
  padding-top: 0px !important;
  font-size: 10px !important;
}
.smartbanner__button__label {
  text-align: center;
  font-size: 10px !important;
}