.Justifier {
    font-size: 5%;
    line-height: 0px;
    text-align: justify
}

.Justifier:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: ""
}

.jItem {
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    font-size: 2000%
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.vAligner:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    background: yellow
}

.vItem {
    display: inline-block;
    vertical-align: middle
}

.listHorz {
    list-style: none
}

.listHorz>li {
    display: inline-block
}

.fillParent {
    width: 100%;
    height: 100%
}

.multiLayer .fillParent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.hidden {
    display: none !important
}

.invisible {
    opacity: 0 !important
}

.Site-icon {
    display: inline-block;
    background-image: url('../img/sprite.png')
}

.icon-close,
.with-icon-close:before {
    width: 32px;
    height: 31px;
    background-position: 0px 0px
}

.with-icon-close:before {
    content: ""
}

.icon-map-hide,
.with-icon-map-hide:before {
    width: 28px;
    height: 15px;
    background-position: -34px 0px
}

.with-icon-map-hide:before {
    content: ""
}

.icon-map-show,
.with-icon-map-show:before {
    width: 28px;
    height: 15px;
    background-position: 0px -33px
}

.with-icon-map-show:before {
    content: ""
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

html {
    height: 100%
}

body {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 77px;
    background-color: #000000;
    font-size: 10px
}

@media (max-width: 600px) {
    body {
        padding-bottom: 246px;
    }
}

.page {
    background: #1A1A1A url('../img/escopo/bg.jpg') 50% 0% no-repeat;
    text-align: center
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time {
    display: block
}

iframe {
    border: none
}

ul {
    list-style-type: none
}

::-moz-selection {
    color: #ffffff;
    background: #b1c555
}

::selection {
    color: #ffffff;
    background: #b1c555
}

.title {
    margin: 20px 0 60px;
    color: #ffffff;
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 48px;
    font-weight: 100;
    letter-spacing: .075em;
    text-transform: uppercase
}

.container h1 {
    position: relative;
    z-index: 10;
    font-size: 2.33em;
    letter-spacing: .1em;
    text-align: center
}

.container h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    color: #b1c555;
    font-family: 'Arimo', Tahoma, sans-serif;
    font-size: 1.09em;
    font-weight: 400
}

.container a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-decoration: none
}

.container a:hover {
    border: none
}

@media (max-width: 480px),
(max-height: 480px) {
    .title {
        font-size: 43px
    }
    .container h1 {
        font-size: 1.8em
    }
}

.fullScreen {
    height: 100%;
    width: 100%;
}

.container {
    position: relative;
    z-index: 1;
    clear: both;
    display: block;
    max-width: 1200px;
    padding: 1.66em 0 0;
    margin: 0 auto;
    color: #ffffff;
    font: 24px/1.2 'Arimo', Tahoma, sans-serif;
    text-align: left
}

@media (max-width: 1280px) {
    .container {
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media (max-width: 950px) {
    .container {
        padding-left: 1em;
        padding-right: 1em;
    }
}

.full-width .container {
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.container:last-child {
    padding-bottom: 4em
}

.link {
    border-bottom: 1px solid;
    color: #ffffff;
    text-decoration: none
}

.Map {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0 !important;
    z-index: 1000;
    font-size: 16px;
    display: none
}

.Map-info {
    position: absolute;
    top: 0;
    z-index: 10;
    display: table;
    height: 75%;
    width: 100%;
    background-color: #131313;
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1.33;
    text-align: left;
    -webkit-transition: -webkit-transform .3s ease 0s;
    -moz-transition: -moz-transform .3s ease 0s;
    -o-transition: -o-transform .3s ease 0s;
    transition: transform .3s ease 0s
}

@media (max-width: 360px),
(max-height: 480px) {
    .Map-info {
        font-size: 1em;
    }
}

.Map-info>.icon-close {
    position: absolute;
    top: 34px;
    right: 34px;
    z-index: 20;
    background-color: #131313;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

@media (max-width: 480px),
(max-height: 480px) {
    .Map-info>.icon-close {
        top: 14px;
        right: 14px;
    }
}

.Map-info>.icon-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.Map-info-inner {
    display: table-cell;
    vertical-align: middle
}

.Map-contacts {
    max-width: 540px;
    margin: 1.1em auto 0;
    font-size: 1.2em
}

@media (max-width: 950px) {
    .Map-contacts {
        padding: 0 1em;
    }
}

@media (max-height: 480px) {
    .Map-contacts {
        margin-top: 0;
    }
}

.Map-contacts>p {
    padding: 0;
    margin: 0 0 .85em;
    color: white;
    font-size: inherit;
    font-family: 'Arimo', Tahoma, sans-serif
}

@media (max-height: 650px) {
    .Map-contacts>p {
        margin-bottom: .4em;
    }
}

.Map-contacts>p.intro {
    margin-bottom: 2em
}

@media (max-height: 650px) {
    .Map-contacts>p.intro {
        margin-bottom: .8em;
    }
}

.Map-contacts .big-link {
    display: block;
    margin: .15em .37em
}

.Map-contacts .tel {
    white-space: nowrap
}

.Map-toggler {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    background-color: #131313;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease 0s;
    -moz-transition: -moz-transform .3s ease 0s;
    -o-transition: -o-transform .3s ease 0s;
    transition: transform .3s ease 0s
}

@media (max-width: 480px),
(max-height: 480px) {
    .Map-toggler {
        width: 60px;
        height: 60px;
    }
}

.Map-toggler>.icon-map-hide,
.Map-toggler>.icon-map-show {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7.5px 0 0 -14px
}

.Map-toggler>.icon-map-show {
    display: none
}

_:-o-prefocus,
body:last-child .Map-toggler {
    -o-transition: none;
    transition: none
}

.Map-info.slid {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.ie8minus .Map-info.slid {
    top: -50%
}

.Map-info.slid>.Map-toggler {
    -webkit-transform: translateY(99%);
    -moz-transform: translateY(99%);
    -ms-transform: translateY(99%);
    -o-transform: translateY(99%);
    transform: translateY(99%)
}

.ie8minus .Map-info.slid>.Map-toggler {
    top: 100%;
    bottom: auto
}

.Map-info.slid .icon-map-hide {
    display: none
}

.Map-info.slid .icon-map-show {
    display: block
}

#htdt-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: #f07373 !important
}

.Footer {
    position: absolute;
    bottom: 15%;
    left: 0;
    z-index: 999999;
    width: 630px;
    left: 50%;
    margin-left: -315px;
    height: 65px;
    color: #ffffff;
    font-family: 'Arimo', Tahoma, sans-serif;
    font-size: 20px;
    font-style: normal;
    text-align: center;

}

@media (max-width: 600px) {
    .Footer {
        height: 213px;
        padding-bottom: 30px;
        background: #151515;
    }
    .index-page .Footer {
        left: 10%;
        width: auto;
        background: transparent
    }
}

.index-page .Footer {
    position: fixed;
    bottom: 0;
}

.portfolio-work .Footer {
    display: none
}

.text-page .Footer {
    background: #151515
}

.link-st {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: .66em;
    margin-right: .66em;
    border: none;
    color: #eee;
    cursor: pointer !important;
    font-size: 18px;
    /*text-transform: lowercase;*/
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 2px solid #b1c555;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.link-st:hover {
    zoom: 1;
    filter: alpha(opacity=1);
    opacity: 1;
}

.Footer-menu {
    list-style-type: none;
    overflow: hidden;
    height: 100%;
    text-align: center;
    text-align: justify;
    position: absolute;
}

.Footer-menu > li {
    display: block; 
    float: left;
    vertical-align: middle;
    height: 100%; 
}

.Footer-menu>li:first-child {
    height: 100%;
}

.Footer .link-st {
    margin-top: .23em;
    margin-bottom: .23em;
    font: 16px 'Arimo', Tahoma, sans-serif;
    color: white
}

.index-page .Footer-logoWr {
    display: none
}
[data-speed] {
    bottom: 0
}

.disable-hover {
    pointer-events: none
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.link-shadow {
    z-index: 9999;
    opacity: 0;
    filter: alpha(opacity=0)
}

.plLayer {
    position: absolute
}

.Parallax {
    color: #ffffff;
    font-family: 'Arimo', Tahoma, sans-serif
}

.Parallax a {
    color: #ffffff;
    text-decoration: none;
    border: none
}

.Parallax h1,
.Parallax h2,
.Parallax .h1 {
    font: 500% 'Proxima Nova', Arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2;
    left: auto;
    letter-spacing: .075em;
    text-align: left
}

.topCaption h1,
.topCaption h2,
.topCaption .h1 {
    position: absolute;
    top: 10.5%;
    bottom: auto;
    left: 7.7%
}

#intro h1 {
    width: 80%
}

.intro-pic {
    height: 100%;
    top: auto;
    max-height: 993px
}

.test-subject {
    height: 106%;
    max-height: 1053px;
    bottom: -6%;
    top: auto
}

.bcode-logo {
    position: absolute;
    top: 60%;
    left: 33%;
    width: 50%;
    height: 24%;
    background: url('../img/mainPage/bcode/bcode_logo.png') center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    border: none;
    color: transparent;
    font-size: 0;
    line-height: 0
}

.bcodeLayer {
    bottom: -2.3%;
    left: 50%;
    height: 90.8%;
    -webkit-transform: translateX(-46.3%);
    -moz-transform: translateX(-46.3%);
    -ms-transform: translateX(-46.3%);
    -o-transform: translateX(-46.3%);
    transform: translateX(-46.3%)
}

@media \0screen {
    .bcode-logo {
        display: none
    }
    .bcodeLayer {
        left: 8.2%
    }
}

.kynsi-pic {
    width: auto;
    height: 100%
}

.kynsi-text {
    position: absolute;
    left: 12.5%;
    bottom: 20%;
    width: 75%
}

.kynsi-text-img {
    display: block;
    width: 100%;
    height: auto !important
}

:root .DT-img {
    width: 100%
}

.DT-img {
    display: inline-block;
    max-width: 60%;
    height: auto;
}

.DT-logo {
    max-width: 30%
}

.DT-upperImage {
    margin-top: -50px
}

.DT-frontImg {
    max-width: 100%;
    margin-top: -75px
}

.kis-logo {
    display: block;
    width: 67%;
    margin: 0 0 1%
}

.kisLayer01 {
    left: 9.3%;
    top: 50%;
    width: 86.6%;
    margin-top: -27%;
    opacity: .71;
    filter: alpha(opacity=0.7)
}

.kisLayer02 {
    left: 6.67%;
    top: 50%;
    width: 90.2%;
    margin-top: -22%;
    opacity: .52;
    filter: alpha(opacity=0.5)
}

.kisLayer03 {
    left: 7.66%;
    top: 50%;
    width: 78.2%;
    margin-top: -20%
}

.kisLayer04 {
    top: 50%;
    left: 25%;
    width: 46.2%;
    margin-top: -10%
}

.bilet2uLogo {
    position: relative;
    top: 43.5%;
    height: 13%
}

.b2u-man {
    height: 100%
}

.b2u-l-1 {
    min-width: 52%;
    min-height: 60%
}

.b2u-l0 {
    min-width: 90%;
    min-height: 100%
}

.b2u-l1 {
    min-width: 90%;
    min-height: 100%
}

.b2u-confetti {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.b2u-r-specle {
    min-width: 22%;
    min-height: 33%
}

.b2u-y-specle {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 46%;
    min-height: 45%
}

.left-arrow,
.right-arrow {
    position: fixed;
    top: 0;
    z-index: 8020;
    display: none;
    width: 140px;
    height: 100%;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
     -webkit-transition: margin-left 0.3s ease-out;
    -moz-transition: margin-left 0.3s ease-out;
    -o-transition: margin-left 0.3s ease-out;
    transition: margin-left 0.3s ease-out
}

.left-arrow>img,
.right-arrow>img {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 120px;
    margin-top: -60px;
}

.left-arrow>img {
    left: 0;
}
.right-arrow>img {
    right: 0;
}
.left-arrow.touch,
.right-arrow.touch {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 36px;
    margin-top: -16px;
}

.left-arrow.touch>img,
.right-arrow.touch>img {
    position: static;
    margin: 0
}

.mobile-arrow.left-arrow>img,
.mobile-arrow.right-arrow>img {
    top: 91%;
}

/*.left-arrow {
    top: 10.5%;
    bottom: 0;
    left: 0;
    height: auto;
    margin-top: 190px
}

.left-arrow>img {
    top: 44.75%;
    margin-top: -150px
}*/

.left-arrow.touch {
    left: 60px
}

.left-arrow:hover>img {
    margin-left: -5px;
}

.right-arrow {
    right: 0
}

.right-arrow.touch {
    right: 60px
}

.right-arrow:hover>img {
    margin-right: -5px;
}

@media screen and (max-width: 321px) {
    .left-arrow.touch {
        left: 0
    }
    .right-arrow.touch {
        right: 0
    }
}

.nav-animation {
    position: fixed;
    right: 140px;
    top: 50%;
    margin-top: -40px;
    left: auto !important;
    display: none;
    width: 80px;
    height: 80px
}

.nav-animation.touch {
    display: none !important
}

.nav-animation>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.nav-animation>.active {
    display: none
}

.disable-hover {
    pointer-events: none;
}

/* Параллакс в общем */

.unloaded {
    height: 100%;
    overflow: hidden
}

.loadBackground,
.Preloader {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px;
    z-index: 2;
    height: 100%;
    width: 100%
}

.loadBackground {
    z-index: 1;
    background-color: #000000;
    display: block
}

.Preloader {
    background: rgba(0, 0, 0, 0.3)
}

.Preloader:after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: ''
}

.Preload-end,
.Preload-start {
    top: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 0
}

.Preload-endImg,
.Preload-startImg {
    width: 200px;
    height: 51px;
}

.Preload-startImg {
    float: right
}

.Preload-endImg {
    float: left
}