#plaha{
    position: fixed;
    bottom: 30px;
    left: 40px;
    background-color: #000;
    text-align: center;
    line-height: 72px;
    color: #fff;
    width: auto;
    height: auto;
    z-index: 10000;
    max-width: 480px;
    margin: auto;
    display: none;
    width: 490px;
    height: 72px;
    background-image: url(/local/templates/OPPSHOP2018/images/lenta-plaha.png);
    background-position: 20px -2px;
    background-repeat: no-repeat;
    font-weight: 300;
    font-size: 18px;
}
#plaha.show{
    display:block;
}
#plaha a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    border-bottom: 0.5px solid;
    color: #D5B757;
}
#plaha a:hover{
    color: rgba(213, 183, 87, 0.7);
}
.js-close-plaha {
    cursor: pointer;
    line-height: 1.2;
    font-size: 24px;
    height: 30px;
    width: 30px;
    color: #838383;
    border-radius: 50%;
    background-color: #434343;
}

.js-close-plaha:hover{
    color:#ffffff !important;
}

.notice-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 116px;
}
@media (max-width: 991.99px) {
    #plaha {
        left: 10px;
        bottom: 10px;
        width: auto;
        max-width: 100%;
        right: 10px;
    }

    .notice-body {
        position: relative;
        justify-content: center;
        padding: 0;
    }

    .js-close-plaha {
        position: absolute;
        right: 20px;
    }
}
