/* reset (start) */
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,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* reset (end) */

@font-face {
    font-family: 'PT Sans';
    src: url('/sites/all/libraries/design/_spbver_/fonts/PT-Sans/PT-Sans-400.eot');
    src: url('/sites/all/libraries/design/_spbver_/fonts/PT-Sans/PT-Sans-400.eot?#iefix') format('embedded-opentype'),
         url('/sites/all/libraries/design/_spbver_/fonts/PT-Sans/PT-Sans-400.woff') format('woff'),
         url('/sites/all/libraries/design/_spbver_/fonts/PT-Sans/PT-Sans-400.ttf') format('truetype'),
         url('/sites/all/libraries/design/_spbver_/fonts/PT-Sans/PT-Sans-400.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('/sites/all/libraries/design/_spbver_/fonts/PT-Sans/PT-Sans-700.eot');
    src: url('/sites/all/libraries/design/_spbver_/fonts/PT-Sans/PT-Sans-700.eot?#iefix') format('embedded-opentype'),
         url('/sites/all/libraries/design/_spbver_/fonts/PT-Sans/PT-Sans-700.woff') format('woff'),
         url('/sites/all/libraries/design/_spbver_/fonts/PT-Sans/PT-Sans-700.ttf') format('truetype'),
         url('/sites/all/libraries/design/_spbver_/fonts/PT-Sans/PT-Sans-700.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    background: #fff;
    color: #000;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    min-width: 400px;
}

.b-content {
    text-align: center;
    width: 100%;
    background-color: black;
}
    .b-video {
        background: #000;
        display: block;
        min-height: 250px;
        width: 100%;
    }
    .b-video > iframe {
        min-height: 250px;
        min-width: 400px;
    }
    .b-description {
        display: block;
        margin: 0 auto;
        min-width: 360px;
        padding: 20px;
        text-align: left;
    }
        .b-description__wrap {
            display: block;
            float: left;
        }
        .b-description__title {
            margin-bottom: 10px;
        }
            .b-description__title a,
            .b-description__title a:hover {
                color: #000;
                font-size: 25px;
                font-weight: 400;
                text-decoration: none;
            }
        .b-description__text {
            color: #000;
            font-size: 16px;
            font-weight: 400;
        }
        .b-description__counters {
            margin-top: 100px;
            /*display: block;
            float: right;
            padding: 0 0 0 20px;*/
        }