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

html, body {
	background: #000;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    color: #fff;
	font: 100%/1.25 'globerregular', sans-serif;
	height: 100%;
	width: 100%;
}
.smooth-scrolling {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.img-responsive {
    height: auto;
    max-width: 100%;
}
.center {
    display: inline-block;
    text-align: center;
}
.nobr {
    white-space: nowrap;
}
@media (min-width: 1200px) {
    html, body {
        font-size: 106.25%;
    }
}

.screen {
    overflow: hidden;
    position: relative;
}
.video-wrapper {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    overflow: hidden;
    position: relative;
}
.video {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.nojs .video {
    display: none;
}
.video-preloader {
    background: rgba(0, 0, 0, .7);
    display: block;
    height: 100%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
}
.nojs .video-preloader {
    display: none;
}
.preloader {
    left: 50%;
    margin: -68px 0 0 -68px;
    position: absolute;
    top: 50%;
}
.content-wrapper {
    background-image: url(../images/content-bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 30px 30px;
    text-align: center;
}
.logo-warships-wrapper {
    display: block;
    margin: 0 auto;
    perspective: 800px;
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    width: 132px;
}
.nojs .logo-warships-wrapper {
	-moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
h1,
h2,
.note,
.form,
.asus-wrapper {
	-moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
h1 {
    font: 156.25%/1.15 'warhelioscondcbold', sans-serif;
    padding: 0;
    margin: 0 auto 25px;
    text-transform: uppercase;
    max-width: 370px;
}
h2 {
    color: #ffac32;
    font: 100% 'warhelioscondcbold', sans-serif;
    padding: 0;
    margin: 0 auto 20px;
    text-transform: uppercase;
    max-width: 370px;
}
.note {
    font-size: 93.75%;
    margin: 0 auto 25px;
    max-width: 370px;
}
.form,
.asus-wrapper,
.disclaimer {
	opacity: 0;
}
.nojs .form,
.nojs .asus-wrapper,
.nojs .disclaimer {
	opacity: 1;
}
.form {
    margin-bottom: 25px;
}
.input-wrapper {
    margin: 0 auto 13px;
    position: relative;
    width: 210px;
}
.input {
    background: #545758;
    background: -moz-linear-gradient(top,  #545758 0%, #3d4041 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545758), color-stop(100%,#3d4041));
    background: -webkit-linear-gradient(top,  #545758 0%,#3d4041 100%);
    background: -o-linear-gradient(top,  #545758 0%,#3d4041 100%);
    background: -ms-linear-gradient(top,  #545758 0%,#3d4041 100%);
    background: linear-gradient(to bottom,  #545758 0%,#3d4041 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545758', endColorstr='#3d4041',GradientType=0 );
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top: 1px solid #67696a;
    -webkit-box-shadow: 0 2px 3px 0 #020202;
    box-shadow: 0 2px 3px 0 #020202;
    color: white;
    font: 17px 'warhelioscondcregular', sans-serif;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    margin: 0 -10px;
    text-align: center;
    width: 100%;
}
.button-wrapper {
    margin: 0 auto;
    position: relative;
    width: 210px;
}
.submit {
    background: url(../images/button-bg.jpg) 0 0 repeat-x;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    border: none;
    border-top: 1px solid #40bcba;
    -webkit-box-shadow: 0 2px 3px 0 #020202;
    box-shadow: 0 2px 3px 0 #020202;
    color: #fff;
    display: none;
    font: 16px/46px 'warhelioscondcbold', sans-serif;
    height: 47px;
    letter-spacing: 1px;
    overflow: visible;
    padding: 0 19px 0 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-moz-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-ms-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-o-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
}
.nojs .submit {
    display: block;
}
.button {
    background: url(../images/button-bg.jpg) 0 0 repeat-x;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    border-top: 1px solid #40bcba;
    -webkit-box-shadow: 0 2px 3px 0 #020202;
    box-shadow: 0 2px 3px 0 #020202;
    color: #fff;
    display: block;
    font: 16px/46px 'warhelioscondcbold', sans-serif;
    height: 46px;
    letter-spacing: 1px;
    overflow: visible;
    padding: 0 19px 0 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-moz-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-ms-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-o-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
}
.nojs .button {
    display: none;
}
.button-glow {
    -webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset 0 0 50px 1px #44fffc;
	box-shadow:inset 0 0 50px 1px #44fffc;
    display: block;
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    -webkit-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-moz-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-ms-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-o-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
    width: 100%;
}
.button-text {
    position: relative;
}
.submit:hover,
.submit:active {
    -webkit-box-shadow: 0 0 8px 0 #44fffc;
	box-shadow: 0 0 8px 0 #44fffc;
    color: #fff;
    text-decoration: none;
}
.button:hover,
.button:active {
    -webkit-box-shadow: 0 0 8px 0 #44fffc;
	box-shadow: 0 0 8px 0 #44fffc;
    color: #fff;
    text-decoration: none;
}
.button:hover .button-glow,
.button:active .button-glow {
    opacity: .75;
}
.asus-wrapper {
    margin-bottom: 20px;
}
.support {
    font: 68.75% 'warhelioscondcregular', sans-serif;
    margin: 0 auto 10px;
    text-transform: uppercase;
    max-width: 370px;
}
.logo-asus-wrapper {
    display: block;
    margin: 0 auto;
    width: 150px;
}
.disclaimer {
    color: #c6c6c6;
    font-size: 11px;
    margin: 0 auto;
    max-width: 370px;
}
.footer {
    background: #000;
    border-top: 1px solid #000;
    color: #aeaeae;
}
.footer-left {
    background: #202222;
    background: -moz-linear-gradient(top,  #202222 0%, #000000 60%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202222), color-stop(60%,#000000), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,  #202222 0%,#000000 60%,#000000 100%);
    background: -o-linear-gradient(top,  #202222 0%,#000000 60%,#000000 100%);
    background: -ms-linear-gradient(top,  #202222 0%,#000000 60%,#000000 100%);
    background: linear-gradient(to bottom,  #202222 0%,#000000 60%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202222', endColorstr='#000000',GradientType=0 );
    border-top: 1px solid #343636;
    padding: 20px 30px;
    text-align: center;
}
.logo-wargaming-wrapper {
    display: block;
    margin: 0 auto 10px;
    position: relative;
    width: 126px;
}
.logo-wargaming-hover {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.logo-wargaming,
.logo-wargaming-hover {
    -webkit-transition: opacity .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-moz-transition: opacity .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-ms-transition: opacity .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-o-transition: opacity .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	transition: opacity .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
}
.logo-wargaming-wrapper:hover .logo-wargaming,
.logo-wargaming-wrapper:active .logo-wargaming {
    opacity: 0;
}
.logo-wargaming-wrapper:hover .logo-wargaming-hover,
.logo-wargaming-wrapper:active .logo-wargaming-hover {
    opacity: 1;
}
.copyright {
	color: rgba(255, 255, 255, .667);
    font-size: 11px;
    line-height: 14px;
    min-width: 165px;
}
.footer-links {
    border-top: 1px solid #343535;
    padding: 10px 0;
}
.footer-links__item {
    color: rgba(255, 255, 255, .5);
    display: block;
    font-size: 11px;
    padding: 6px 30px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: color .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-moz-transition: color .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-ms-transition: color .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-o-transition: color .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	transition: color .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
}
.footer-links__item:hover,
.footer-links__item:active {
    color: white;
}
.footer-right {
    border-top: 1px solid #343535;
    height: 38px;
    padding: 4px 15px 6px;
    text-align: center;
}
.footer-social {
    display: inline-block;
}
.social__item {
    display: block;
    float: left;
    height: 38px;
    margin-left: 9px;
    opacity: .5;
    width: 38px;
    -webkit-transition: opacity .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-moz-transition: opacity .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-ms-transition: opacity .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-o-transition: opacity .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	transition: opacity .4s cubic-bezier(0.165, 0.870, 0.170, 0.865);
}
.social__item:first-child {
    margin-left: 0;
}
.social__item:hover,
.social__item:active {
    opacity: 1;
}
.social__item img {
	height: auto;
	max-width: 100%;
}
.language-wrapper {
    height: 40px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 100%;
    z-index: 3;
}
.language-open {
    overflow: visible;
}
.language-list {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.language__item {
    background: #000;
    border-top: 1px solid #2a2a2a;
    color: white;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    text-align: left;
    text-decoration: none;
    -moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.language__item-active {
    border-bottom: 1px solid #2a2a2a;
    border-top: 0;
    padding-right: 35px;
}
.language-nav {
    height: 0;
    overflow: hidden;
    position: relative;
}
.language-nav .language__item:first-child {
    border-top: 0;
}
.language__item-arrow {
    background: url(../images/select.png) 0 0 no-repeat;
    bottom: 16.5px;
    display: block;
    height: 5px;
    -webkit-perspective: 50px;
    perspective: 50px;
    position: absolute;
    right: 15px;
    width: 8px;
}
.language__item:hover,
.language__item:active {
    background-color: rgb(27, 27, 27);
}
@media (min-width: 480px) {
    .logo-warships-wrapper {
        margin-bottom: 15px;
        width: 150px;
    }
    h1 {
        font-size: 175%;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 106.25%;
    }
    .form::after {
        clear: both;
        content: '';
        display: table;
    }
    .input-wrapper {
        float: left;
        margin-right: 10px;
    }
    .input {
    	text-align: left;
    	text-indent: 10px;
    }
    .button-wrapper {
        float: left;
        width: 150px;
    }
    .submit,
    .button {
        padding: 0 10px;
    }
    .support {
        font-size: 75%;
        margin-bottom: 15px;
    }
    .logo-asus-wrapper {
        margin-bottom: 5px;
        width: 170px;
    }
    .logo-wargaming-wrapper {
        float: left;
        margin: 0;
    }
    .copyright {
        text-align: left;
    }
    .nobr {
        display: block;
        margin-left: 151px;
    }
    .footer-right {
        padding-bottom: 11px;
        padding-top: 9px;
    }
    .social__item {
        margin-left: 13px;
    }
}
@media (min-width: 640px) {
	h1 {
		font-size: 187.5%;
	}
    .note,
    .support,
    .disclaimer {
    	max-width: 480px;
    }
    .input-wrapper {
        width: 270px;
    }
    .button-wrapper {
        width: 180px;
    }
    .submit,
    .button {
        padding: 0 15px;
    }
}
@media (min-width: 768px) {
    h1 {
    	font-size: 200%;
    }
    h2 {
    	font-size: 112.5%;
    }
    h1,
    .note,
    .support {
    	max-width: 540px;
    }
    .disclaimer {
    	max-width: 640px;
    }
    .input-wrapper {
        margin-right: 15px;
        width: 315px;
    }
    .input {
    	text-indent: 15px;
    }
    .button-wrapper {
        width: 200px;
    }
    .submit,
    .button {
        padding: 0 20px;
    }
    .footer-links {
	    text-align: center;
	}
	.footer-links__item {
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
		text-decoration: none;
	}
}
@media (min-width: 1025px) {
    .screen {
        height: 100%;
        min-height: 650px;
        width: 100%;
        min-width: 1025px;
    }
    .mainarea {
        bottom: 0;
        height: auto;
        left: 0;
        margin-bottom: 40px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .video-wrapper {
        bottom: 0;
        display: block;
        height: auto;
        left: 0;
        margin-right: 600px;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
    .content-wrapper {
        display: table;
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 600px;
    }
    .content-wrapper::before {
        background: url(../images/content-divider.png) 0 0 repeat-y;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 34px;
    }
    .content-cell {
        display: table-cell;
        padding: 10px 50px 27.5px 71px;
        position: relative;
        text-align: center;
        vertical-align: middle;
    }
    h1,
    h2,
    .note,
    .support,
    .disclaimer {
        max-width: none;
    }
    .logo-warships-wrapper,
    .logo-asus-wrapper {
        margin-bottom: 0;
        width: auto;
    }
    h1 {
        font-size: 175%;
    }
    h2 {
        font-size: 112.5%;
        margin-bottom: 15px;
    }
    .note {
        font-size: 93.75%;
    }
    .form {
        margin-bottom: 10px;
    }
    .input-wrapper {
        margin-right: 13px;
        width: 296px;
    }
    .input {
    	text-indent: 15px;
    }
    .button-wrapper {
        width: 170px;
    }
    .support {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .disclaimer {
        bottom: 10px;
        position: absolute;
        width: 479px;
    }
    .footer {
        border-top: 0;
        bottom: 0;
        height: 40px;
        left: 0;
        line-height: 40px;
        position: absolute;
        width: 100%;
    }
    .footer-left {
        background: none;
        border-top: 0;
        float: left;
        margin-top: -44px;
        padding: 0 0 0 10px;
        position: absolute;
        z-index: 3;
    }
    .footer-left-content {
        display: block;
    }
    .logo-wargaming-wrapper {
        height: 28px;
        margin: 6px 20px 6px 0;
        width: auto;
    }
    .logo-wargaming {
        max-height: 28px;
        width: auto;
        max-width: none;
    }
    .copyright {
        float: left;
        margin: 6px 0;
    }
    .nobr {
        margin-left: 0;
    }
    .footer-links {
        border-top: 0;
        height: 40px;
        line-height: 28px;
        margin: 0;
        overflow: hidden;
        padding: 0 240px 0 10px;
        text-align: left;
    }
    .footer-links__item {
        display: block;
        float: left;
        margin-right: 15px;
        padding: 6px 4px;
        position: relative;
        text-decoration: none;
    }
    .footer-right {
        border-top: 0;
        float: right;
        margin: 1px 6px 1px 0;
        padding: 0;
        position: relative;
        top: -40px;
    }
    .social__item {
        margin-left: 0;
    }
    .language-wrapper {
        left: 10px;
        margin: 0;
        position: absolute;
        top: 10px;
        width: auto;
    }
}
@media (min-width: 1200px) {
    .video-wrapper {
        margin-right: 670px;
    }
    .content-wrapper {
        width: 670px;
    }
    .disclaimer {
        width: 549px;
    }
    .footer-left {
        background: #000;
        margin-top: 0;
        padding: 0 0 0 6px;
        position: static;
    }
    .footer-links {
        display: block;
        text-align: center;
        max-width: none;
        padding: 0 210px 0 20px;
    }
    .footer-links__item {
        display: inline-block;
        float: none;
        line-height: 28px;
        margin: 0 6px;
        padding: 6px 0;
        position: relative;
        text-decoration: underline;
    }
}