html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana,Arial;
}
.breadcrumbs {
    color: #b8b8b8;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    padding: 0 20px;
}
.breadcrumbs a {
    color: #b8b8b8;
    text-decoration: none;
}
a {
    color: #478cc8;
}
a:hover {
    color: #3a7bbf;
    text-decoration: none;
}
a:active {
    color: #3167b5;
}
h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.6px;
    display: block;
    color: #39444f;
    margin: 16px 0;
}
h2 {
    font-weight: 500;
    display: block;
    color: #39444f;
    font-size: 26px;
    letter-spacing: -.3px;
    line-height: 32px;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 155px;
    min-height: 400px;
}
.wrapper-with-image {
    background-image: url(https://files.ati.su/images/sitemap/group.svg);
    background-size: 370px;
    background-position: right top;
    background-repeat: no-repeat;
}
main {
    max-width: 600px;
}
.sub-header {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(57, 68, 79);
    white-space: pre-line;
}
.link-container {
    margin: 8px 0;
    display: inline-block;
    max-width: 280px;
    width: 100%;
}
.link-container.link-container-extra {
    max-width: 500px;
}
.link-container a {
    font-size: 14px;
}
@media screen and (max-width: 900px) {
    .wrapper-with-image {
        background-image: none;
    }
}
