html.js .loader {
    background: none repeat scroll 0 0 #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

html.js .loader_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
    height: 64px;
    width: 64px;
    background: url("../images/preloader.gif") no-repeat center center;
    background-size: cover;
    background-color: #fff;
}

body {
    background: #6E2F10;
}

.container {
    padding: 5em 0;
    background: url("../images/bg-desk.jpg") repeat; /* 2 9 */
    background-size: 20%;
    background-clip: padding-box;
    overflow: hidden;
}

.container .center-box .paper-sheet {
    background: url("../images/bg-paper-white.png") repeat;

    /* Абсолютно позиционируем и зададим точку трансформации для анимации */
    position: relative;
    left: 0;
    top: 0;
    /* Точка поворота в правом верхнем углу */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.paper-sheet > .content {
    padding: 2em 3em 2em 4em;
    text-align: left;
    background: transparent;
}

.paper-sheet > .content h1 {
    font: normal 3em/2em "Intro-Cond-Light", "Arial", Sans-Serif;
    text-align: center;
    color: #000000;
}

.paper-sheet > .content h2 {
    font: normal 2em/1em "Intro-Cond-Light", "Arial", Sans-Serif;
    text-align: center;
    color: #000000;
}

.paper-sheet > .content h3 {
    margin: 1em auto 0.2em;
    padding: 0;
    font: normal 1.2em/1.2em "Intro-Cond-Light", "Arial", Sans-Serif;
    text-align: left;
    color: #e10000;
    /*border-bottom: 2px dotted #b5b5b5;*/
    white-space: nowrap;
}

.paper-sheet > .content img {
    margin: 1em 1em 1em 5px;
}

.paper-sheet > .content p,
.paper-sheet p {
    margin: 0;
    padding: 0;
    font: normal 1em/1.2em "LatoLight", "Arial", Sans-Serif;
    color: #000000;
}

.paper-sheet > .content abbr {
    cursor: help;
}


.paper-sheet > .content ol,
.paper-sheet > .content ul {
    margin: 0 auto 0.5em;
    font: normal 1em/1.2em "LatoLight", "Arial", Sans-Serif;
    color: #000000;
}

.paper-sheet > .content strong {
    margin: 0;
    padding: 0;
    font: normal 1em/1.2em "LatoRegular", "Arial", Sans-Serif;
}

.paper-sheet > .content a {
    font: normal 1em/1.2em "LatoLight", "Arial", Sans-Serif;
    color: #0000c8;
    text-decoration: dotted;
}

/* Элементы выбора языка резюме */
.paper-sheet .langs {
    position: absolute;
    left: 1em;
    top: 1em;
    margin: 0;
    padding: 0;
    width: 2em;
    height: 2em;
    overflow: visible;
}

.paper-sheet .langs > p {
    display: none;
    white-space: nowrap;
}

.paper-sheet .langs:hover > p,
.paper-sheet .langs.active > p {
    display: block;
    white-space: nowrap;
}

.paper-sheet .langs .lang {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    width: 2em;
    height: 2em;
    text-indent: 100%;
    /*overflow: hidden;*/
    border-radius: 100%;
    border: solid 1px #e3e3e3;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);

}

.paper-sheet .langs .lang.selected:hover {
    border: solid 1px #ffc800;
    /*border: solid 1px #ff0000;*/
    /*box-shadow: 0 0 10px rgba(255,0,0,0.7);*/
}

.paper-sheet .langs.active .lang.selected {
    border: solid 1px #ffc800;
    /*border: solid 1px #ff0000;*/
    /*box-shadow: 0 0 10px rgba(255,0,0,0.7);*/
    opacity: 1.0;
}

.paper-sheet .langs.active .lang {
    opacity: 0.5;
}

.paper-sheet .langs .lang:hover {
    opacity: 1.0;
}

.paper-sheet .langs .lang.en {
    z-index: 32;
    background: url("../images/gb.png") no-repeat 50% 50%;
    background-size: cover;
}

.paper-sheet .langs .lang.ru {
    z-index: 31;
    background: url("../images/ru.png") no-repeat 50% 50%;
    background-size: cover;
}

.paper-sheet .langs .lang.ua {
    z-index: 30;
    background: url("../images/ua.png") no-repeat 50% 50%;
    background-size: cover;
}

.pen-parker {
    position: absolute;
    left: 75%;
    top: 15em;
    z-index: 10;
    width: 15.277777rem;
}

.coin-bitcoin {
    position: absolute;
    left: -1%;
    top: 65em;
    z-index: 10;
    width: 8.333333rem;
}

.stiker-to-do {
    position: absolute;
    left: 73%;
    top: 70em;
    z-index: 10;
    width: 27.777777rem;
}

.stiker-to-do:hover {
    opacity: 0.3;
}

.clips-color {
    position: absolute;
    left: 0;
    top: 1em;
    z-index: 10;
    width: 8.888888rem;
}

#lang-tip {
    display: none;
    z-index: 100;
    position: absolute;
    left: 4em;
    top: 0;
    padding-right: 0.5em;
    font: normal 1em "LatoLight", "Arial", Sans-Serif;
    line-height: 2em;
    white-space: nowrap;
    text-align: center;
    vertical-align: baseline;
    color: #ffffff;
    background: #ffc800;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}

#lang-tip::before {
    content: '';
    position: absolute;
    left: -1em;
    top: 0;
    width: 0;
    height: 0;
    border-top: 1em solid transparent;
    border-right: 1em solid #ffc800;
    border-bottom: 1em solid transparent;
}
