/* Copyright 1999-2017. Plesk International GmbH. All rights reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { margin: 0; }
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

main {
    width: 900px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 1.1rem;
}

main header h1 {
    font: normal 42px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}
main header {
    font-weight: bold;
}
@media (max-width: 880px) {
    main {
        width: calc(100vw - 60px);
        margin: 0 30px;
        font-size: 1rem;
    }
}

@media (max-width: 520px) {
    main {
        margin-top: 40px;
    }
    main header h1 {
        font-size: 36px
    }
    main header img {
        width: 100%;
        height: auto;
    }
}