html {
    text-transform: uppercase;
    font-family: BebasNeueRegular;
    color: #fff;
    background-color: #000;
}
a {
    color: #fff;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
}
.page-wrapper {
    width: 100%;
    height: 100%;
    background-image: url(bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform-origin: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}
.content-wrapper {
    position: absolute;
    width: 76%;
    left: 12%;
    height: 100%;
    display: table;
}
.row {
    display: table-row;
}
.page-header,
.page-content,
.page-footer {
    display: table-cell;
}
.page-header {
    vertical-align: top;
    padding-top: 2rem;
}
.page-content {
    font-family: BebasNeueBook;
    font-size: 6.5vw;
    letter-spacing: 0.9vw;
    text-align: right;
    vertical-align: middle;
    height: 10%;
}
.page-footer {
    text-align: right;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    vertical-align: bottom;
    padding-bottom: 1.5rem;
    height: 45%;
}
.site-name {
    display: block;
    float: left;
    font-size: 2rem;
}
.lang-list,
.socials-list {
    display: block;
    float: right;
    margin: 0;
}
.lang-list li {
    display: block;
    float: left;
    font-family: BebasNeueLight;
    line-height: 2.3rem;
    padding: 0 0.3rem;
}
.lang-list li:hover,
.lang-list li.selected,
.date-label {
    font-family: BebasNeueBold;
}
.socials-list {
    margin-top: 2%;
}
.socials-list li {
    display: block;
    float: left;
    padding: 0 0.6rem;
    font-size: 1.2rem;
}
.page-content span {
    margin-right: -0.6vw;
}
.page-content img {
    position: absolute;
    width: 50vmin;
    top: 15vh;
    left: calc(50% - 25vmin);
}


@media  screen and (max-width: 1279px) {
    .content-wrapper {
        position: absolute;
        width: 80%;
        left: 10%;
    }
    .page-footer {
        font-size: 0.75rem;
    }
}
@media  screen and (max-aspect-ratio: 4000/3001) and (max-width: 1279px) {
    .site-name {background: none;}
    .page-wrapper {
        background-image: url(bg-m.jpg);
    }
    .page-content {
        font-size: 14vw;
        line-height: 1;
        letter-spacing: 1.9vw;
        text-align: center;
        vertical-align: middle;
        height: 10%;
    }
    .ru .page-content {
        font-size: 12vw;
    }
    .page-footer {
        letter-spacing: 0.06rem;
        text-align: center;
        padding-bottom: 1rem;
        height: 65%;
    }
    .page-content span {
        margin-right: 0;
    }
    .page-content img {
        width: 80vmin;
        left: calc(50% - 40vmin);
    }

    .contacts {
        margin: 0.2rem 0;
    }
    .contacts:first-child {
        text-shadow:
                -0.2rem -0.2rem 0.4rem #0a0c06,
                -0.2rem 0.2rem 0.4rem #0a0c06,
                0.2rem 0.2rem 0.4rem #0a0c06,
                0.2rem -0.2rem 0.4rem #0a0c06;
    }
    .contacts li {
        display: inline;
        padding: 0 2px;
    }
    .contacts li:first-child {
        display: list-item;
    }
    .socials-list {
        float: none;
        text-align: center;
    }
    .socials-list li {
        display: inline;
        float: none;
        font-size: 1.1rem;
    }
}