/** quotes */
q,
.quote {
    quotes: '„' '“';
    display: block;
    margin: 15px 20px;
}

q::before,
q::after,
.quote::before,
.quote::after {
    font-size: large;
    line-height: 1;
}

q::before,
.quote::before {
    content: open-quote;
}

q::after,
.quote::after {
    content: close-quote;
}

q p:first-child,
q p:last-child,
.quote p:first-child,
.quote p:last-child {
    display: inline;
}

p q,
p .quote {
    display: inline;
    margin: 0;
}


/* btn */
.btn-rot {
    background-color: #e4003a;
    color: #fff;
}


/** eof */
