/* ОПТИМИЗАЦИЯ: Кастомные шрифты удалены. 
   Используется системный шрифт-стек, который выглядит нативно на каждой ОС.
*/

.cb { clear: both; }

html { height: 100%; }

body {
    background-color: #0b5760;
    height: 100%;
    color: #DDD;
    font-size: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    overflow: hidden;
    /* Современный стек: Apple, Windows, Android, Linux */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    margin: 0px auto;
}

a {
    height: 100%;
    color: #aaaaaa;
    text-decoration: underline;
}

#main { height: 100%; }

#main-main, #main-m {
    background-color: #0e50cf;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
}

#main-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    overflow-y: auto;
}

.content-block-outer {
    position: relative;
    width: 65%;
    margin: 0 auto;
}

#download-block {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.download-item { display: inline; }

.title {
    /* Заменено на системный стек */
    font-family: inherit;
    display: block;
    position: relative;
    font-size: 170%;
    font-weight: bold;
    text-align: center;
}

.text {
    display: block;
    position: relative;
    text-align: center;
    line-height: 1.58;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.text_help {
    display: block;
    position: relative;
    text-align: justify;
    line-height: 1.58;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

h3 {
    /* Заменено на системный стек */
    font-family: inherit;
    display: block;
    position: relative;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}