body {
    font-family: 'Tinos', serif;
    font-size: 22pt;
    margin: 13% 35% 13% 13%;
    color: #404040;
    background-color: #fff;
    line-height: 125%;
}

a {
    color: #ff424f;
}

a:visited {
    color: #821c22;
}

a:hover {
    text-decoration: none;
}

.name {
    color: #000;
}

.nowrap {
    white-space: nowrap;
}

.s {
    font-size: 16pt;
}

.t {
    font-size: 12pt;
}

html:not(.lang-en) .en {
    display: none;
}

html.lang-en .ru {
    display: none;
}

a.lang {
    text-decoration: underline dotted;
}

@media (max-width: 480px) {
    body {
        font-size: 19pt;
        margin: 6%;
        line-height: 120%;
    }

    .s {
        font-size: 14pt;
    }

    .t {
        font-size: 11pt;
    }
}
