html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        background: transparent;
        font-size: 100%;
        vertical-align: baseline;
}
body {
        color: #666;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.7em;
}
/*
.container {
        position: relative;
        width: 100%;
        max-width: 1080px;
        margin: auto;
}
*/
.container {
    position: relative;
    width: 100%;
    margin: 0;
}
ol, ul {
        list-style: none;
}
li.spb_oferta {
        display: inline-block;
        margin: 6px;
        width: calc(33.333% - 15px);
}
@media screen and (max-width: 950px) {
        li.spb_oferta{
                width: calc(100% - 24px);
        }
}