 /* stylelint-disable */
 /*
 * smartbanner.js v1.19.1 <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;background:#f3f3f3;font-family:Helvetica,sans,sans-serif;border-bottom:4px solid #009646}.smartbanner__exit{position:absolute;top:calc(50% - 6px);left:9px;display:block;margin:0;width:12px;height:12px;border:0;text-align:center}.smartbanner__icon,.smartbanner__info{height:64px;position:absolute;top:10px}.smartbanner__exit::after,.smartbanner__exit::before{position:absolute;width:1px;height:12px;background:#767676;content:" "}.smartbanner__exit::before{transform:rotate(45deg)}.smartbanner__exit::after{transform:rotate(-45deg)}.smartbanner__icon{left:30px;width:64px;border-radius:15px;background-size:64px 64px}.smartbanner__info{left:104px;display:flex;overflow-y:hidden;width:35%;align-items:center;color:#000}@media(min-width:340px){.smartbanner__info{width:40%}}@media(min-width:380px){.smartbanner__info{width:50%}}.smartbanner__info__title{font-size:14px}.smartbanner__info__author,.smartbanner__info__price{font-size:12px}.smartbanner__info__author,.smartbanner__info__price,.smartbanner__info__title{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.smartbanner__button{position:absolute;z-index:1;display:block;padding:0;border-radius:5px;text-align:center;text-decoration:none;top:30px;right:10px;min-width:12%;color:#fff;font-size:14px;font-weight:700}.smartbanner__button__label{text-align:center;display:block;padding:0 10px;background:#009646;border-radius:4px;box-shadow:none;line-height:24px;text-align:center;text-shadow:none;text-transform:none}.smartbanner.smartbanner--android{background:url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7") #3d3d3d;border-bottom:4px solid #009646}.smartbanner.smartbanner--android .smartbanner__exit{top:10px;left:6px;margin-right:7px;width:17px;height:17px;border-radius:14px;background:#1c1e21;box-shadow:0 1px 2px rgba(0,0,0,.8) inset,0 1px 1px rgba(255,255,255,.3);color:#b1b1b3;font-family:ArialRoundedMTBold,Arial;font-size:20px;line-height:17px;text-shadow:0 1px 1px #000}.smartbanner.smartbanner--android .smartbanner__exit::after,.smartbanner.smartbanner--android .smartbanner__exit::before{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:rgba(0,0,0,0);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:700}