<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * smartbanner.js v1.9.0 &lt;https://github.com/ain/smartbanner.js&gt;
 * Copyright Â© 2017 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: absolute;
  top: 50px;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #ececec;
  font-family: 'Meta-CondBold',Helvetica, sans, sans-serif;
  /** Android styles **/ }
  .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 {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .smartbanner__exit::after {
      -webkit-transform: rotate(-45deg);
              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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .smartbanner__info__title {
      font-size: 14px; }
    .smartbanner__info__author, .smartbanner__info__price {
      font-size: 12px; }
  .smartbanner__button {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 1;
    display: block;
    padding:5px 15px;
    min-width: 10%;
    border-radius: 3px;
    color: #ffffff;
    background: #b60018;
    font-size: 14px;
    text-align: center;
    text-decoration: none; }
    .smartbanner__button__label {
      text-align: center; }

		  
@font-face {
    font-family: 'dinregular';
    src: url('fonts/2F787F_2_0.eot');src: url('fonts/2F787F_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/2F787F_2_0.woff2') format('woff2'),url('fonts/2F787F_2_0.woff') format('woff'),url('fonts/2F787F_2_0.ttf') format('truetype');
}
</pre></body></html>