@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
hrml, body, article, a, h1, footer
{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}
html, body
{
    font-family: 'PT Serif', serif;
    color: white;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    background: #F4F5F5;
    overflow: hidden;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
}
body
{
    background: url('../images/logo.svg') no-repeat center center;
}
img, div, table, tr, td, p, form, h1, h2, h3, h4, h5, h6, ul, li
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
a
{
    outline: none;
}
h1,section,footer,
span
{
    position: relative;
    z-index: 12;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
}h1
{
    padding: 0 40px;
    margin: 0 0 5px;
    font-size: 16pt;
    font-weight: normal;
    display: inline-block;
}