* {
    text-decoration: none;
    font-size: 1em;
    outline: none;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box; /* Для Firefox */
    box-sizing: border-box; /* Ширина блока с полями */
}

code, kbd, samp, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
    white-space: normal;
    font-size: 1em;
    font: inherit;
    border: 0 solid #FFF;
}

dfn, cite, var, address, em {
    font-style: normal;
}

th, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a, img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td, center {
    vertical-align: top;
    text-align: left;
}

body {
    background: white;
    line-height: 1;
    color: black;
    width: 100%;
    height: 100%;
    font:normal 14px 'Light';
}

q {
    quotes: "" "";
}

ul, dir, menu {
    list-style: none;
}

sub, sup {
    vertical-align: baseline;
}

a {
    color: inherit;
}

hr {
    display: none;
}

font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important; /* editor's note: necessary? */
}

marquee {
    overflow: inherit !important;
    -moz-binding: none;
}

blink {
    text-decoration: none;
}

nobr {
    white-space: normal;
}

html {
    margin: 0;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Cond';
    src: url('/src/fnt/S-C.eot');
    src: url('/src/fnt/S-C.eot?#iefix') format('embedded-opentype'),
    url('/src/fnt/S-C.woff') format('woff'),
    url('/src/fnt/S-C.ttf') format('truetype'),
    url('/src/fnt/S-C.svg#JournalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Light';
    src: url('/src/fnt/S-L.eot');
    src: url('/src/fnt/S-L.eot?#iefix') format('embedded-opentype'),
    url('/src/fnt/S-L.woff') format('woff'),
    url('/src/fnt/S-L.ttf') format('truetype'),
    url('/src/fnt/S-L.svg#JournalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bold';
    src: url('/src/fnt/S-B.eot');
    src: url('/src/fnt/S-B.eot?#iefix') format('embedded-opentype'),
    url('/src/fnt/S-B.woff') format('woff'),
    url('/src/fnt/S-B.ttf') format('truetype'),
    url('/src/fnt/S-B.svg#JournalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}