section, header, footer {
    display: block;
}

@font-face {
    font-family: 'wcregular';
    src: url('../fonts/warhelioscondc.eot');
    src: url('../fonts/warhelioscondc.eot?#iefix') format('embedded-opentype'),
         url('../fonts/warhelioscondc.woff2') format('woff2'),
         url('../fonts/warhelioscondc.woff') format('woff'),
         url('../fonts/warhelioscondc.ttf') format('truetype'),
         url('../fonts/warhelioscondc.svg#warhelioscondcregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'wcbold';
    src: url('../fonts/warhelioscondcbold.eot');
    src: url('../fonts/warhelioscondcbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/warhelioscondcbold.woff2') format('woff2'),
         url('../fonts/warhelioscondcbold.woff') format('woff'),
         url('../fonts/warhelioscondcbold.ttf') format('truetype'),
         url('../fonts/warhelioscondcbold.svg#warhelioscondcboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body {
    background: #0b0b0b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    height: 100%;
    width: 100%;
}

body {
    font: 62.5%/1.3 'wcregular', Arial, sans-serif;
    background: #0b0b0b;
}

* {
    -webkit-text-size-adjust: none;
}

/*.js.desktop .stop-scroll {
	overflow: hidden;
}
.smooth-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}*/

.img-responsive {
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.center {
    display: inline-block;
    text-align: center;
}

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

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    vertical-align: top;
}

.nobr {
    white-space: nowrap;
}

/* preload */
.preload-wrapper {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2015;
    background: #0b0d0b url('../i/bg-preloader.jpg') 80% 70% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.preload-table {
    height: 100%;
    text-align: center;
}
.preload-cell {
    vertical-align: middle;
}
.preload-logo-wrapper {
    margin: 0 auto 25px;
    position: relative;
    width: 100px;
}
.preload-logo-overlay {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.preload-logo-overlay-image {
    -webkit-filter: brightness(.4); 
    -moz-filter: brightness(.4); 
    -ms-filter: brightness(.4); 
    -o-filter: brightness(.4);
    filter: brightness(.4);
    width: 100%;
}
.preload-status {
    color: #f25322;
    font: 4.2em/1.2 'wcbold', Arial, sans-serif;
    margin-bottom: 3px;
}
.preload-label {
    font-size: 2em;
    font: 2em/1.2 'wcregular', Arial, sans-serif;
}

.button {
    font-family: 'wcbold';
    display: inline-block;
    padding: 0.65em 1.5em;
    border-radius: 30px;
    line-height: 1.2em;
    background: #ee7501;
    font-size: 2.5em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    background: rgb(238,117,1);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNzUwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTc1MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(238,117,1) 0%, rgb(238,117,1) 100%);
    background: -webkit-linear-gradient(top,  rgb(238,117,1) 0%,rgb(238,117,1) 100%);
    background: linear-gradient(to bottom,  rgb(238,117,1) 0%,rgb(238,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7501', endColorstr='#ee7501',GradientType=0 );

}

.button:hover {
    background: rgb(255,156,40);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWMyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTc1MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(255,156,40) 0%, rgb(238,117,1) 100%);
    background: -webkit-linear-gradient(top,  rgb(255,156,40) 0%,rgb(238,117,1) 100%);
    background: linear-gradient(to bottom,  rgb(255,156,40) 0%,rgb(238,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c28', endColorstr='#ee7501',GradientType=0 );
    -webkit-box-shadow: 0 0 10px rgba(238, 117, 1, 0.7);
    box-shadow: 0 0 10px rgba(238, 117, 1, 0.7);
}

.wrap {
    height: 100%;
}

.l-welcome {
	background: #000;
    position: relative;
    height: 100%;
}
.js.desktop .l-welcome {
	position: fixed;
	width: 100%;
}
.l-welcome__inner,
.l-welcome-parallax {
	position: absolute;
    top: 0;
    left: 0;
    background-position: 80% 70%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-welcome__bg {
	background-image: url('../i/bg-welcome.jpg');
	left: -5%;
	width: 110%;
}
.l-welcome__tank {
	background-image: url('../i/bg-welcome-tank.png');
}
.l-welcome__angar {
	background-image: url('../i/bg-welcome-angar.png');
	left: -3%;
	width: 106%;
}
.l-welcome-content {
	height: 100%;
	position: relative;
	z-index: 1;
}

.l-main {
    position: relative;
    background: #0b0b0b;
    overflow: hidden;
    z-index: 5;
}

.l-footer {
    position: relative;
    height: 100%;
}
.js.desktop .l-footer {
	position: fixed;
	top: 100%;
	width: 100%;
	z-index: 5;
}

.l-footer__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    1min-height: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000 url('../i/bg-footer.jpg') 50% 30% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer__bg img {
    height: 100%;
    display: none;
}


.logo-wt {
    display: block;
    width: 250px;
    height: 112px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.logo-rt {
    display: block;
    width: 135px;
    height: 110px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.logo-wt_small {
    display: block;
    background: transparent url('../i/logo-wt_small.png') 0 50% no-repeat;
    width: 214px;
    height: 59px;
    -webkit-background-size: contain;
    background-size: contain;
}

.logo-rt_small {
    display: block;
    background: transparent url('../i/logo-rt_small.png') 0 50% no-repeat;
    width: 106px;
    height: 46px;
    -webkit-background-size: contain;
    background-size: contain;
}

.welcome-article {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 13em;
    text-align: center;
}

.welcome-title {
    font-family: 'wcbold';
    font-size: 10em;
    text-shadow: 0 4px 4px rgba(0,0,0,0.7);
    padding: 0;
    margin: 0 0 0.2em;
    line-height: 1;
    text-transform: uppercase;
}

.welcome-title__sub {
    display: block;
    font-family: 'wcbold';
    font-size: 2.6em;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0 20px;
    color: #e1e1e1;
}

.welcome-header {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    top: 35px;
    z-index: 1;
}

.welcome-header .logo-wt {
    margin-left: 20px;
}

.welcome-header .logo-rt {
    float: right;
    margin-right: 20px;
}

.gonext {
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 10;
    bottom: 40px;
    left: 50%;
    margin-left: -23px;
}

.gonext a {
    display: block;
    text-align: center;
    border: 2px solid #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    font-size: 0;
    -webkit-box-shadow: 0 2px 2px #000;
    box-shadow: 0 2px 2px #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gonext-ico {
    display: inline-block;
    margin-top: 12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    
    -webkit-animation: down 6s 6s ease;
    -moz-animation: down 6s 6s ease;
    -o-animation: down 6s 6s ease;
    animation: down 6s 6s ease;

    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.gonext-arrow {
    fill: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.desktop .gonext a:hover,
.device  .gonext a:active {
    border-color: #ee7501;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.desktop .gonext a:hover .gonext-arrow,
.device  .gonext a:active .gonext-arrow {
    fill: #ee7501;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.smoke {
    position: absolute;
    width: 50%;
    bottom: 0;
    height: auto;
    pointer-events: none;
}

.smoke-l {
    left: 0;
}
.smoke-r {
    right: 0;
}

@media screen and (min-width: 1200px) {
    .smoke-layer {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        height: auto;
        min-height: 100%;
        pointer-events: none;
        
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        
        -webkit-animation: clouds 12s linear;
        -moz-animation: clouds 12s linear;
        -o-animation: clouds 12s linear;
        animation: clouds 12s linear;
    
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    .smoke-l-layer {
        left: 0;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
    .smoke-r-layer {
        right: 0;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    .smoke-l1,
    .smoke-r1 {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -o-animation-delay: 0s;
        animation-delay: 0s;
    }
    .smoke-l2,
    .smoke-r2 {
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s;
    }
    .smoke-l3,
    .smoke-r3 {
        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s;
        -o-animation-delay: 4s;
        animation-delay: 4s;
    }
    .smoke-l4,
    .smoke-r4 {
        -webkit-animation-duration: 6s;
        -moz-animation-duration: 6s;
        -o-animation-duration: 6s;
        animation-duration: 6s;
    }
    .smoke-l5,
    .smoke-r5 {
        -webkit-animation-duration: 8s;
        -moz-animation-duration: 8s;
        -o-animation-duration: 8s;
        animation-duration: 8s;
    }
    .smoke-l6,
    .smoke-r6 {
        -webkit-animation-duration: 10s;
        -moz-animation-duration: 10s;
        -o-animation-duration: 10s;
        animation-duration: 10s;
    }
}

.l-header {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    width: 100%;
    background: #111 url('../i/header-bg.png') 0 0 repeat;
    -webkit-box-shadow: 0 2px 2px #000;
    box-shadow: 0 2px 2px #000;
}

.js-l-header {
    position: fixed;
    z-index: 40;
}

.header__inner {
    height: 75px;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.header__inner:after {
    content:"";
    display: block;
    clear: both;
}

.l-header .logo-wt_small {
    float: left;
    height: 75px;
    position: relative;
}

.l-header .logo-rt_small {
    float: right;
    height: 75px;
    position: relative;
}

.header-text {
    display: table;
    font-family: 'wcbold';
    font-size: 1.5em;
    line-height: 88px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    color: #e1e1e1;
}

.header-text span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 75px;
    line-height: 1.2;
    padding: 0 250px;
}








.main-bg-top {
    position: absolute;
    width: 100%;
    height: 720px;
    left: 0;
    top: 75px;
    background: #0b0b0b url('../i/main-bg-top.jpg') 50% 0 no-repeat;
    z-index: 0;
}

.l-main__inner {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

.l-main__content {
    position: relative;
    min-height: 2570px;
    padding-top: 340px;
}

.l-main-wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 300px;
}

.l-article {
    position: relative;
    z-index: 2;
    max-width: 585px;
    clear: both;
}

.l-article:after {
    content:"";
    display: block;
    clear: both;
}

.l-article h2 {
    font-family: 'wcbold';
    font-size: 7.5em;
    text-shadow: 0 4px 4px rgba(0,0,0,0.5);
    padding: 0;
    margin: 0 0 0.3em;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.l-article h3 {
    font-family: 'wcbold';
    font-size: 6.0em;
    text-shadow: 0 5px 4px #000;
    padding: 0;
    margin: 0 0 0.3em;
    line-height: 1.1;
    text-transform: uppercase;
    max-width: 800px;
}

.l-article p {
    font-size: 2.4em;
    max-width: 600px;
    
    margin: 0 auto;
}

.l-article1 {
    top: 0;
}

.l-article2 {
    top: 915px;
}

.l-article3 {
    top: 1821px;
}

.l-article-top {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.l-article-top p {
    font-size: 2.6em;
}

.article__about {
    position: relative;
    z-index: 2;
}

.main-sup {
    font-family: 'wcbold';
    text-align: center;
    display: block;
    color: #ff9000;
    font-size: 2.6em;
    margin-top: 1.3em;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}




.article-num {
    font-family: 'wcbold';
    display: block;
    font-style: normal;
    width: 72px;
    height: 72px;
    color: #ff9000;
    border: 4px solid #ff9000;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    line-height: 72px;
    position: relative;
}

.article-num-svg {
    position: absolute;
    left: -18px;
    top:  -18px;
}

.article-num b {
    display: none;
    content:"";
    position: absolute;
    width: 120px;
    height: 120px;
    top:  -24px;
    left: -24px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    z-index: -1;
}

.article-num-top {
    position: absolute;
    top: -110px;
    right: -22px;
}

.l-article-right {
    width: 100%;
    float: right;
}

.l-article-right h3 {
    position: absolute;
    bottom: 100%;
    left: 130px;
    margin-bottom: -45px;
}

.l-article-right p {
    top: 100%;
    position: absolute;
    left: 130px;
    margin-top: -20px;
}


.l-article-left {
    text-align: right;
    margin-left: 142px;
    max-width: 450px;
}

.teaser {
    clear: both;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.teaser1 {
    top: 550px;
    padding-left: 40px;
}

.teaser2 {
    top: 1660px;
    padding-left: 240px;
}

.teaser-in {
    clear: both;
    width: auto;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    font-size: 2.4em;
    line-height: 1.4;
    text-align: center;
    position: relative;
}

.teaser-in:before {
    content: "";
    display: block;
    position: absolute;
    top: -1.7em;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    height: 0;
    line-height: 0;
    border-top: 2px solid #ff9000;
}

.teaser-in:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.8em;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    height: 0;
    line-height: 0;
    border-bottom: 2px solid #ff9000;
}



.l-footer__inner {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.label-block {
    width: auto;
    margin: 0 auto;
    position: relative;
    top: 30%;
    margin-top: -100px;
    z-index: 1;
}

.label-block .cell {
    vertical-align: middle;
    width: 660px;
}

.label-block .cell:first-child {
    width: 300px;
    padding: 0;
}

.ico-label-rt {
    display: inline-block;
    vertical-align: middle;
    width: 271px;
    height: 299px;
    background: transparent url('../i/label-rt.png') 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    right: -50px;
}

.label-block__header {
    font-family: 'wcbold';
    font-size: 6.6em;
    text-shadow: 0 4px 4px rgba(0,0,0,0.5);
    padding: 0;
    line-height: 1.2;
    max-width: 600px;
    margin: 0 0 0.3em;
    text-transform: uppercase;
}





.logo-wg {
    display: inline-block;
    vertical-align: middle;
    background: transparent url('../i/logo-wg.png') 0 0 no-repeat;
    width: 168px;
    height: 38px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.logo-wg:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.b-footer {
    font-family: 'wcregular';
    color: #7f7f7f;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #222;
    background: rgba(0,0,0,0.6);
    z-index: 10;
}

.b-footer a {
    color: #7f7f7f;
}

.b-footer__inner {
    font-size: 1.4em;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.wg-text {
    max-width: 600px;
    display: inline-block;
    vertical-align: middle;
}

.copy .cell {
    vertical-align: middle;
    padding: 20px 0;
}

.copy .cell:first-child {
    width: 200px;
}

.copy .cell:last-child {
    width: 270px;
}


.socials {
    float: right;
}

.socials li {
    float: left;
    list-style: none;
    margin-left: 30px;
}

.ico-svg {
    fill: #7f7f7f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
}

.socials a:hover .ico-svg {
    fill: #ee7501;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}


.footer-menu {
    border-top: 1px solid #333;
    border-top: 1px solid rgba(255,255,255,0.18);
}
.footer-menu__inner {
    text-align: center;
    max-width: 1200px;
    margin: 5px auto 10px;
    font-size: 1.5em;
}

.footer-menu a {
    display: inline-block;
    1white-space: nowrap;
    margin: 5px 15px 2px;
    text-decoration: none;
    line-height: 1.1;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.footer-menu a:hover {
    color: #fff;
}







.live-bg {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 1;
}

.live-bg i {
    display: block;
    background: transparent url(none) 0 0 no-repeat;
    position: absolute;
    left: 50%;
}

.live-bg .bg0 {
    background-image: url('../i/bg0.png');
    width:  382px;
    height: 268px;
    top: 0;
    margin-left: 624px;
}

.live-bg .bg1 {
    background-image: url('../i/bg1.png');
    width:  264px;
    height: 240px;
    top: 222px;
    margin-left: 280px;
}

.live-bg .bg2 {
    background-image: url('../i/bg2.png');
    width:  254px;
    height: 291px;
    top: 454px;
    margin-left: 260px;
}

.live-bg .bg3 {
    background-image: url('../i/bg3.png');
    width:  553px;
    height: 692px;
    top: 280px;
    margin-left: 480px;
}

.live-bg .bg4 {
    background-image: url('../i/bg4.png');
    width:  1924px;
    height: 664px;
    top: 395px;
    margin-left: -962px;
}

.live-bg .bg5 {
    background-image: url('../i/bg5.png');
    width:  618px;
    height: 779px;
    top: 585px;
    margin-left: -1024px;
}

.live-bg .bg6 {
    background-image: url('../i/bg6.png');
    width:  243px;
    height: 164px;
    top: 1340px;
    margin-left: -790px;
}

.live-bg .bg7 {
    background-image: url('../i/bg7.png');
    width:  301px;
    height: 807px;
    top: 960px;
    margin-left: -570px;
}

.live-bg .bg8 {
    background-image: url('../i/bg8.png');
    width:  680px;
    height: 583px;
    top: 1550px;
    margin-left: -1040px;
}

.live-bg .bg9 {
    background-image: url('../i/bg9.png');
    width:  938px;
    height: 1368px;
    top: 1400px;
    margin-left: 100px;
}

.live-bg .bg10 {
    background-image: url('../i/bg10.png');
    width:  377px;
    height: 315px;
    top: 1700px;
    margin-left: 320px;
}

.live-bg .bg11 {
    background-image: url('../i/bg11.png');
    width:  726px;
    height: 649px;
    top: 1670px;
    margin-left: 310px;
}

.live-bg .bg12 {
    background-image: url('../i/bg12.png');
    width:  264px;
    height: 240px;
    top: 2270px;
    margin-left: 480px;
}

.live-bg .bg13 {
    background-image: url('../i/bg13.png');
    width:  257px;
    height: 298px;
    top: 2467px;
    margin-left: 450px;
}

.live-bg .bg14 {
    background-image: url('../i/bg14.png');
    width:  361px;
    height: 433px;
    top: 2345px;
    margin-left: 670px;
}



.main-graph1-bg {
    position: absolute;
    width: 100%;
    height: 967px;
    top: -290px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.main-graph1-bg img {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1050px;
    pointer-events: none;
}

.tablet-show {
    display: none;
}



.main-graph2 {
    position: absolute;
    top: 410px;
    left: 50%;
    background: transparent;
    width: 474px;
    height: 474px;
    margin-left: 37px;
    z-index: 10;
}

.main-graph2__frame {
    background: transparent url('../i/main-graph2.png') 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
}

.main-graph2__image {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.main-graph2 img {
    max-width: 100%;
    max-height: 100%;
}

.main-graph2__label {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 173px;
    height: 171px;
    margin-left: -86px;
    margin-bottom: -60px;
    background: transparent url('../i/main-graph2-label.png') 0 0 no-repeat;
}







.main-graph2-bg {
    position: absolute;
    top: 460px;
    left: 0;
    width: 100%;
    height: 984px;
}

.main-graph2-bg img {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
}



.main-graph3-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 790px;
}

.main-graph3-bg img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -972px;
}


.main-graph3-fader {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 300px;
}

.path {
    -webkit-transition: .05s;
    -o-transition: .05s;
    transition: .05s;
}


.path1 {
    width: 520px;
    height: 817px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 432px;
    margin-left: -429px;
    pointer-events: none;
    opacity: 0.5;
    filter: alpha(opacity=75);
}

.path2 {
    width: 1066px;
    height: 1163px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 1250px;
    margin-left: -480px;
    pointer-events: none;
    opacity: 0.5;
    filter: alpha(opacity=75);
}


.sharing {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.sharing ul {list-style: none;}

.sharing li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.sharing a {
    display: block;
    padding: 13px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 1.6em;
    color: #7f7f7f;
    font-family: Arial, sans-serif;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sharing a:hover {
    color: #fff;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.sharing a:hover .ico-svg {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    fill: #fff;
}

.sharing i,
.sharing span {
    display: inline-block;
    vertical-align: middle;
}

.sharing span {
    margin-left: 5px;
}


.sharing-fb .ico-svg {
    margin-top: -4px;
}

.sharing-fb:hover {
    background: #4065b4;
}

.sharing-tw:hover {
    background: #39b9dc;
}

.sharing-gp:hover {
    background: #c13a35;
}

.sharing-vk:hover {
    background: #4e759d;
}

.js-screen-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.js-screen-3 {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 20;
}

@media screen and (min-width: 1240px) and (max-height: 900px) {
    .welcome-header {
        top: 45px;
    }
    .welcome-article {
        bottom: 13.5em;
    }
    .gonext {
        bottom: 45px;
    }
}
@media screen and (min-width: 1240px) and (max-height: 780px) {
    .welcome-header {
        top: 35px;
    }
    .welcome-article {
        bottom: 11em;
    }
    .gonext {
        bottom: 35px;
    }
}
@media screen and (min-width: 1240px) and (max-height: 700px) {
    .welcome-article {
        bottom: 10em;
    }
    .gonext {
        bottom: 25px;
    }
}
@media screen and (min-width: 1201px) and (max-height: 650px) {
    .preload-wrapper,
    .l-welcome__inner,
	.l-welcome-parallax {
		background-position: 90% 50%;
	}
    .welcome-article {
        bottom: 9.5em;
    }
    .gonext {
        bottom: 25px;
    }
}
@media screen and (min-width: 1201px) and (max-height: 600px) {
    .preload-wrapper,
    .l-welcome__inner,
	.l-welcome-parallax {
		background-position: 100% 50%;
	}
    .welcome-article {
        bottom: 8.5em;
    }
    .gonext {
        bottom: 25px;
    }
    .sharing {
        bottom: 135px;
    }
}

@-webkit-keyframes clouds {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    33.33% {
        opacity: 1;
    }
    66.67% {
        -webkit-transform: scale(.75);
        opacity: 1;
    }
    91.67%, 100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@-moz-keyframes clouds {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    33.33% {
        opacity: 1;
    }
    66.67% {
        transform: scale(.75);
        opacity: 1;
    }
    91.67%, 100% {
        transform: scale(1);
        opacity: 0;
    }
}
@-ms-keyframes clouds {
    0% {
        -ms-transform: scale(0);
        opacity: 0;
    }
    33.33% {
        opacity: 1;
    }
    66.67% {
        -ms-transform: scale(.75);
        opacity: 1;
    }
    91.67%, 100% {
        -ms-transform: scale(1);
        opacity: 0;
    }
}
@-o-keyframes clouds {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    33.33% {
        opacity: 1;
    }
    66.67% {
        transform: scale(.75);
        opacity: 1;
    }
    91.67%, 100% {
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes clouds {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    33.33% {
        opacity: 1;
    }
    66.67% {
        transform: scale(.75);
        opacity: 1;
    }
    91.67%, 100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes down {
    0%, 15%, 100% {
        -webkit-transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(5px);
    }
    12% {
        -webkit-transform: translateY(-2.5px);
    }
}
@-moz-keyframes down {
    0%, 15%, 100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(5px);
    }
    12% {
        transform: translateY(-2.5px);
    }
}
@-ms-keyframes down {
    0%, 15%, 100% {
        -ms-transform: translateY(0);
    }
    5% {
        -ms-transform: translateY(5px);
    }
    12% {
        -ms-transform: translateY(-2.5px);
    }
}
@-o-keyframes down {
    0%, 15%, 100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(5px);
    }
    12% {
        transform: translateY(-2.5px);
    }
}
@keyframes down {
    0%, 15%, 100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(5px);
    }
    12% {
        transform: translateY(-2.5px);
    }
}