@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

* {
    box-sizing: border-box;
    outline: none;
}

html {
    text-size-adjust:100%;
}

input[type="text"],
textarea,
input[type="password"],
select,
button,
input[type="submit"] {
    display:block;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:400;
    padding:5px;
    border:1px solid #999;
    border-radius:2px;
    outline:none;
}

ul,
li {
    padding:0;
    margin:0;
}

li {
    list-style:none;
    padding:0;
    margin:10px 0;
}

a {
    color: #0d44a0;
    text-decoration: underline;
}

a:hover {
    text-decoration:none;
}

p {
    margin:0 0 15px 0;
    padding:0;
}

h1, h2 {
    font-weight:bold;
}

h1 {
    font-size:24px;
    margin:0;
}

h2 {
    font-size: 21px;
    margin: 30px 0 15px 0;
}

img {
    display:block;
}

body {
    max-width: 994px;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:1.5;
    margin:0 auto;
    padding:0 15px;
}

h1 a {
 color:#000;
}

#top {
    height: 101px;
    max-width: 994px;
    border-bottom: 1px solid #d7d8db;
    margin: 0;
}

#logo {
    display: block;
    width: 208px;
    height: 52px;
    background: url('https://povirtim.ru/i/logo.png') no-repeat;
    background-size: 208px 52px;
    float: left;
    margin: 20px 0 0 0;
}