body {
    margin: 0;
    padding: 0;
    font-size: 0.875em; /* 14/21 */
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background: url('/img/bg.png');
}

body,
html {
    height: 100%;
    font-family: Arial, sans-serif;
}

img {
    border: 0;
    vertical-align: bottom;
}

a {
    text-decoration: underline;
}

p {
    margin: 1.2em 0;
}

ol,
ul {
    margin: 1.2em 0 1.2em 15px;
    padding: 20px 0;
}

ol {
    list-style: decimal outside;
}

ul {
    list-style: none;
}

li {
    margin: 0.65em 0;
    padding: 0;
}

ol > li {
    margin-left: 15px;
}

ul > li {
    display: block;
    padding-left: 15px;
}

a {
    color: #ff1744;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
}

a:hover {
    color: #ca0027;
}

a:active {
    background-color: transparent;
}

/* ---------------- */

.content {
    display: table;
    width: 100%;
    height: 100%;
}

.content > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 50px;
    text-align: center;
    /*vertical-align: middle;*/
}

/* ---------------- */

.logo {
}

.logo span {
    display: block;
}

.logo span:first-child {
    margin-bottom: 20px;
}

/* ---------------- */

.description {
    width: 640px;
    margin: 0 auto;
}

.news {
    width: 640px;
    margin: 0 auto;
    text-align: left;
}

.align-right {
    text-align: right!important;
}

.news-content {
    display: block;
    width: 930px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 1.5em;
    }
}
/* ---------------- */

.social {
    margin: 1em 0;
}

.social ul {
    width: 100px;
    margin: 0 auto;
    overflow: hidden;
}

.social li {
    margin: 0;
    padding: 0;
    float: left;
    background: none;
}

.social li + li {
    margin-left: 50px;
}

.social li a {
    display: block;
    width: 23px;
    height: 23px;
    overflow: hidden;
    background: url('/img/social.png') no-repeat;
    background-size: 323px 123px;
}

.social li span {
    display: none;
}

.social a.twitter {
    background-position: 0 0;
}

.social a.twitter:hover {
    background-position: 0 -100px;
}

.social a.facebook {
    background-position: -100px 0;
}

.social a.facebook:hover {
    background-position: -100px -100px;
}

.social a.google-plus {
    background-position: -200px 0;
}

.social a.google-plus:hover {
    background-position: -200px -100px;
}

.social a.vk {
    background-position: -300px 0;
}

.social a.vk:hover {
    background-position: -300px -100px;
}

/* ---------------- */

.languages {
    position: fixed;
    top: 20px;
    right: 20px;
}

.languages ul {
    margin: 0;
}

.languages li {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    margin: 0 0 0 50px;
    padding: 0;
    float: left;
    background: none;
}

.languages li.current {
    background-color: #fe1644;
}

.languages li a {
    display: block;
    margin: 2px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    background: url('/img/flags.png') no-repeat;
    background-size: 228px 28px;
    cursor: pointer;
}

.languages li span {
    display: none;
}

.languages a.ua {
    background-position: 0 0;
}

.languages a.en {
    background-position: -200px 0;
}

.languages a.ru {
    background-position: -100px 0;
}

/* ---------------- */
