@font-face {
    font-family: 'warhelioscondcregular';
    src: url('../fonts/warhelioscondc-font.eot');
    src: url('../fonts/warhelioscondc-font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/warhelioscondc-font.woff2') format('woff2'),
         url('../fonts/warhelioscondc-font.woff') format('woff'),
         url('../fonts/warhelioscondc-font.ttf') format('truetype'),
         url('../fonts/warhelioscondc-font.svg#warhelioscondcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'warhelioscondcboldregular';
    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'),
         url('../fonts/warhelioscondcbold-webfont.svg#warhelioscondcboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    background-color: #000;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
	height: 100%;
	width: 100%;
}
body {
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
    font: 87.5%/1.25 'warhelioscondcregular', Arial, sans-serif;
}
.device .smooth-scrolling {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.desktop .stop-scroll {
	overflow: hidden!important;
    overflow-y: hidden!important;
}
* {
    -webkit-text-size-adjust: none;
}
.min-width {
    min-width: 320px;
}
.max-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}
.device .desktop-only {
    display: none!important;
}
.desktop .mobile-only {
	display: none!important;
}
.img-responsive {
    display: block;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    width: auto;
    max-width: 100%;
}
.center {
    display: inline-block;
    text-align: center;
}
.table {
    display: table;
    width: 100%;
}
.cell {
    display: table-cell;
    text-align: center;
}
h2 {
	/*
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,190,173,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	*/
    font: 214.285714285714%/1.2 'warhelioscondcboldregular', Arial, sans-serif;
	margin: 0 0 20px;
	padding: 0;
    position: relative;
	text-transform: uppercase;
}
.nobr {
    white-space: nowrap;
}
.clearfix {
    clear: both;
    display: table;
}
.portrait-only {
    display: none!important;
}
.active-opacity:active {
	filter: alpha(opacity=85);
	opacity: .85;
}
.icon-hover {
	overflow: hidden;
	position: relative;
}
.icon-hover,
.icon,
.hover {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.icon,
.hover {
	outline: 1px transparent solid;
}
.hover {
	height: 100%;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.icon-hover:hover .icon,
.icon-hover:active .icon {
	filter: alpha(opacity=0);
	opacity: 0;
}
.icon-hover:hover .hover,
.icon-hover:active .hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
ul.no-list-style {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ie8 {
    display: none;
}
@media (orientation: portrait) {
    .device .portrait-only {
        display: block!important;
    }
    .device .landscape-only {
        display: none!important;
    }
}
@media (min-width: 600px) {
    body {
        font: 125%/1.24 'warhelioscondcregular', Arial, sans-serif;
    }
    h2 {
        font-size: 250%;
    }
}
@media (min-width: 1024px) {
    h2 {
        font-size: 250%;
    }
    .max-width {
        max-width: 800px;
    }
}
@media (min-width: 1280px) {
    .max-width {
        max-width: 960px;
    }
}
@media (min-width: 1580px) {
    body {
        font: 225%/1.2 'warhelioscondcregular', Arial, sans-serif;
    }
    h2 {
        font-size: 222.22%;
    }
    .max-width {
        max-width: 1366px;
    }
}

/* container */
.container {
	padding: 0 20px;
	position: relative;
}
@media (min-width: 600px) {
    .container {
    	padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1024px) {
    .container {
        margin: 0 auto;
        padding: 0 25px;
        max-width: 1020px;
    }
}
@media (min-width: 1580px) {
    .container {
        margin: 0 auto;
        padding: 0 40px;
        max-width: 1600px;
    }
}

/* preload */
.preload-wrapper {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2015;
}
.preload-table {
    height: 100%;
}
.preload-cell {
    vertical-align: middle;
}
.preload-logo-wrapper {
    margin: 0 auto 25px;
    position: relative;
    width: 49.5px;
}
.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: 257.1428571428571%/1.2 'warhelioscondcboldregular', Arial, sans-serif;
    margin-bottom: 3px;
}
.preload-label {
    font-size: 128.5714285714286%;
}
@media (min-width: 600px) {
    .preload-status {
        font-size: 200%;
    }
    .preload-label {
        font-size: 100%;
    }
}
@media (min-width: 1024px) {
    .preload-logo-wrapper {
        margin-bottom: 30px;
        width: 66px;
    }
    .preload-status {
        font-size: 275%;
        margin-bottom: 5px;
    }
    .preload-label {
        font-size: 137.5%;
    }
}
@media (min-width: 1580px) {
    .preload-logo-wrapper {
        margin-bottom: 50px;
        width: 99px;
    }
    .preload-status {
        font-size: 250%;
    }
    .preload-label {
        font-size: 125%;
    }
}

/* website layout */
.screens-wrapper {
	overflow: hidden;
	position: relative;
}
.screen {
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.screen-container {
    overflow: hidden;
	text-align: center;
    z-index: 1;
}
@media (min-width: 1024px) {
    .desktop .wrapper {
        height: 100%;
        min-height: 600px;
        position: relative;
    }
    .js.desktop .wrapper {
        overflow: hidden;
    }
    .desktop .screens-wrapper {
        height: 100%;
        overflow: visible;
    }
    .desktop .screen {
        height: 100%;
    }
    .desktop .screen-table {
        display: table;
        height: 100%;
        table-layout: fixed;
        width: 100%;
    }
    .desktop .screen-cell {
        display: table-cell;
        overflow: hidden;
        position: relative;
        text-align: center;
        vertical-align: middle;
    }
    .js.desktop .screen-cell {
    	padding-bottom: 50px;
        padding-top: 80px;
    }
}
@media (min-width: 1580px) {
	.desktop .screen-cell {
		padding-bottom: 0;
        padding-top: 0;
	}
	.js.desktop .screen-cell {
    	padding-bottom: 70px;
        padding-top: 100px;
    }
}
@media (max-width: 1023px) {
    .screens-wrapper {
        -moz-transform: none!important;
        -webkit-transform: none!important;
        -o-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        /*
        -moz-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -o-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important;
        */
    }
}

/* cta button */
.cta-button {
	background-color: #fe5000;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	color: #fff;
	display: inline-block;
	font: 14.25px/19px 'warhelioscondcboldregular', Arial, sans-serif;
	padding: 8.5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background .3s ease,
		opacity .3s ease;
	-moz-transition: background .3s ease,
		opacity .3s ease;
	-ms-transition: background .3s ease,
		opacity .3s ease;
	-o-transition: background .3s ease,
		opacity .3s ease;
	transition: background .3s ease,
		opacity .3s ease;
}
.big-cta-button {
	-webkit-border-radius: 31px;
	border-radius: 31px;
	font-size: 22px;
    line-height: 26px;
	padding: 17px 35px;
}
.cta-button:hover,
.cta-button:active {
	background-color: #d14504;
	color: #fff;
	text-decoration: none;
}
@media (min-width: 1580px) {
    .cta-button {
    	-webkit-border-radius: 33px;
    	border-radius: 33px;
    	font-size: 24px;
        line-height: 30px;
    	padding: 17px 35px;
    }
    .big-cta-button {
		-webkit-border-radius: 39px;
		border-radius: 39px;
		font-size: 30px;
	    line-height: 36px;
		padding: 22px 50px;
	}
}

/* background */
.background {
    height: 100%;
	overflow: visible;
	position: absolute;
	width: 100%;
	min-width: 320px;
}
.background-clouds {
    height: 300%;
	overflow: hidden;
	position: relative;
}
.background-clouds__item {
	max-height: none;
	position: absolute;
	max-width: none;
}
.background-cloud-2,
.background-cloud-3 {
	display: none;
	top: 70px;
}
.background-cloud-4 {
	height: auto;
	left: -20px;
	top: 230px;
    width: 100%;
    max-width: 360px;
}
.background-cloud-5 {
	height: 488px;
	right: 0;
    top: 135px;
	width: 600px;
}
@media (min-width: 600px) {
    .background-cloud-4 {
        height: 799px;
        left: 0;
        top: 280px;
        width: 600px;
        max-width: none;
    }
    .background-cloud-5 {
        top: 360px;
    }
}
@media (min-width: 1024px) {
    .background-cloud-2 {
        left: -200px;
        top: 10%;
    }
    .background-cloud-3 {
        right: -200px;
        top: 5.55667%;
    }
	.background-cloud-2,
	.background-cloud-3 {
		display: block;
		max-width: 100%;
	}
    .background-cloud-4,
	.background-cloud-5 {
		display: none;
	}
}
@media (max-width: 1023px) {
    .background {
        -moz-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -o-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important;
    }
}
.static {
    display: none;
    height: 100%;
	overflow: visible;
	position: fixed;
	width: 100%;
	min-width: 320px;
}
@media (min-width: 1024px) {
    .js.desktop .static {
        display: block;
    }
}

/* header */
.header-wrapper {
	height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}
.js .header-wrapper {
    -moz-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.header-container {
	height: 100%;
}
.header-top {
	background: rgba(0, 0, 0, .7);
	height: 70px;
	position: relative;
	z-index: 1;
}
.header-logo-wrapper {
	position: absolute;
	top: 12.5px;
}
.header-logo-image-wrapper {
	display: block;
	height: 45px;
	width: 33px;
}
.header-cta-wrapper-table {
	display: table;
	height: 100%;
	width: 100%;
}
.header-cta-wrapper-cell {
	display: table-cell;
	padding: 0 43px;
	text-align: center;
	vertical-align: middle;
}
.header-cta-wrapper {
	overflow: hidden;
	position: relative;
}
.header-menu-action-wrapper {
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}
.header-menu-toggle,
.header-menu-close {
	display: block;
	height: 70px;
	overflow: hidden;
	position: relative;
	width: 60px;
}
.header-menu-toggle-hamburger {
	background-color: #bdbfbc;
	display: block;
	height: 4px;
	margin: 33px auto;
	-webkit-transition: background .3s ease,
		opacity .3s ease;
	-moz-transition: background .3s ease,
		opacity .3s ease;
	-ms-transition: background .3s ease,
		opacity .3s ease;
	-o-transition: background .3s ease,
		opacity .3s ease;
	transition: background .3s ease,
		opacity .3s ease;
	width: 23px;
}
.header-menu-toggle-hamburger:before,
.header-menu-toggle-hamburger:after {
	background-color: #bdbfbc;
	content: '';
	display: block;
	height: 4px;
	left: 50%;
	margin-left: -11.5px;
	position: absolute;
	-webkit-transition: background .3s ease,
		opacity .3s ease;
	-moz-transition: background .3s ease,
		opacity .3s ease;
	-ms-transition: background .3s ease,
		opacity .3s ease;
	-o-transition: background .3s ease,
		opacity .3s ease;
	transition: background .3s ease,
		opacity .3s ease;
	width: 23px;
}
.header-menu-toggle-hamburger:before {
	margin-top: -7px;
}
.header-menu-toggle-hamburger:after {
	margin-top: 7px;
}
.header-menu-toggle:hover .header-menu-toggle-hamburger,
.header-menu-toggle:active .header-menu-toggle-hamburger,
.header-menu-toggle:hover .header-menu-toggle-hamburger:before,
.header-menu-toggle:active .header-menu-toggle-hamburger:before,
.header-menu-toggle:hover .header-menu-toggle-hamburger:after,
.header-menu-toggle:active .header-menu-toggle-hamburger:after {
	background-color: #fe5000;
}
.header-menu-share {
	display: block;
}
.header-menu-share-image-wrapper {
	display: block;
	height: 23px;
	margin: 23.5px auto;
	width: 23px;
}
.header-menu-close {
	display: none;
}
.header-menu-close-image-wrapper {
	display: block;
	height: 25.33px;
	margin: 22.5px auto;
	width: 25px;
}
.header-menu-wrapper {
    background-color: rgba(0, 0, 0, .9);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.header-menu-list-wrapper {
	overflow: hidden;
	padding-top: 116px;
	position: relative;
	text-align: center;
}
.header-menu-list__item {
	display: block;
	padding: 14px 0;
}
.header-menu-list__item-link {
	color: #fff;
	display: inline-block;
	font: 257.142857%/1 'warhelioscondcboldregular', Arial, sans-serif;
	padding-top: 11px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.header-menu-list__item-link-label {
	display: block;
    margin-bottom: 6px;
}
.header-menu-list__item-link-underline {
	background-color: #fe5000;
	display: block;
	height: 5px;
	margin: 0 auto;
}
a.header-menu-list__item-link .header-menu-list__item-link-underline {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 0;
}
a.header-menu-list__item-link:hover .header-menu-list__item-link-underline,
a.header-menu-list__item-link:active .header-menu-list__item-link-underline {
	width: 100%;
}
.header-share-wrapper {
	bottom: 52px;
	display: none;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.header-share-title {
	font-size: 14px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.header-share-list-wrapper {
	height: 38px;
	margin: 0 -19px;
	overflow: hidden;
	position: relative;
}
.header-share-list {
	display: inline-block;
}
.header-share-list__item {
	display: block;
	float: left;
	height: 37.5px;
	margin: 0 19px;
	width: 56px;
}
.header-share-list__item-link {
	display: block;
	height: 37.5px;
	width: 56px;
}
.header-share-list__item-svg {
    display: block;
    height: 56px;
    max-height: none;
    margin-top: -9px;
    position: relative;
    width: 100%;
}
.header-share-list__item-path {
    fill: #fff;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header-share-list__item-link:hover .header-share-list__item-path,
.header-share-list__item-link:active .header-share-list__item-path {
    fill: #ee6530;
}
/* header: orientation: landscape */
@media (orientation: landscape) and (max-height: 460px) {
	.header-menu-list-wrapper {
		padding-top: 70px;
	}
	.header-menu-list__item {
		padding: 10px 0;
	}
	.header-share-wrapper {
		bottom: 17px;
	}
	.header-share-title {
		margin-bottom: 15px;
	}
}
/* menu state: opened */
.header-wrapper-expanded {
	height: 100%;
}
.header-wrapper-expanded .header-top {
    background-color: transparent;
}
.header-wrapper-expanded .header-menu-toggle {
	display: none;
}
.header-wrapper-expanded .header-menu-close {
	display: block;
}
.header-wrapper-expanded .header-height-wrapper {
    display: block;
}
.header-wrapper-expanded .header-menu-wrapper {
	display: block;
}
.header-wrapper-expanded .header-share-wrapper {
	display: block;
}
/* menu state: no menu (shares only) */
.no-menu .header-share-wrapper {
	bottom: 50%;
}
.no-menu .header-share-container {
	margin-bottom: -40px;
}
@media (min-width: 600px) {
    .header-menu-list__item {
        padding: 40px 0;
    }
    .header-share-wrapper {
        bottom: 35.5%;
    }
    .header-share-list__item {
        margin: 0 25px;
    }
}
@media (orientation: landscape) and (min-width: 600px) and (max-height: 820px) {
    .header-menu-list__item {
        padding: 25px 0;
    }
    .header-share-wrapper {
        bottom: 20%;
    }
    .header-share-title {
		margin-bottom: 20px;
	}
}
@media (orientation: landscape) and (min-width: 600px) and (max-height:599px) {
    .header-menu-list-wrapper {
        padding-top: 76px;
    }
    .header-menu-list__item {
        padding: 25px 0;
    }
    .header-share-wrapper {
        bottom: 52px;
    }
    .header-share-title {
		margin-bottom: 20px;
	}
}
@media (orientation: landscape) and (min-width: 600px) and (max-height: 460px) {
    .header-menu-list__item {
        padding: 10px 0;
    }
    .header-share-wrapper {
        bottom: 22px;
    }
    .header-share-title {
		margin-bottom: 15px;
	}
}
@media (min-width: 1024px) {
    .header-wrapper-expanded {
    	height: 70px;
    }
    .header-top {
        z-index: auto;
    }
    .header-wrapper-expanded .header-top {
        background-color: rgba(0, 0, 0, .8);
    }
    .header-logo-wrapper {
        left: 50%;
        margin-left: -16.5px;
        z-index: 2;
    }
    .header-cta-wrapper-table {
        float: right;
        position: relative;
        max-width: 30%;
        z-index: 2;
    }
    .header-cta-wrapper-cell {
        padding: 0;
        text-align: right;
    }
    .header-menu-action-wrapper {
        display: none;
    }
    .header-menu-wrapper {
        display: block;
    }
    .header-menu-list-wrapper {
        padding-top: 0;
    }
    .header-menu-list {
        display: inline-block;
        height: 70px;
    }
    .header-menu-list__item {
        display: block;
        float: left;
        height: 70px;
        padding: 0;
        width: 50%;
    }
    .header-menu-list__item:first-child {
        text-align: right;
    }
    .header-menu-list__item:first-child .header-menu-list__item-link {
        margin-right: 44px;
        white-space: nowrap;
    }
    .header-menu-list__item:first-child + .header-menu-list__item .header-menu-list__item-link {
        margin-left: 44px;
    }
    .header-menu-list__item-link {
        font-size: 90%;
        height: 20px;
        padding: 22px 0 28px;
        z-index: 102;
    }
    a.header-menu-list__item-link {
        filter: alpha(opacity=50);
        opacity: .5;
    }
    a.header-menu-list__item-link:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .header-menu-list__item-link-underline {
        height: 2px;
    }
    .header-share-wrapper {
        bottom: auto;
        display: block;
        top: 27px;
    }
    .header-share-title {
        display: none;
    }
    .header-share-list {
        display: block;
    }
    .header-share-list-wrapper {
        height: 16px;
        margin: 0 -18px;
    }
    .header-share-list__item {
        height: 16px;
        margin: 0 11px;
        width: 23.8833px;
    }
    .header-share-list__item-link {
        height: 16px;
        filter: alpha(opacity=50);
        opacity: .5;
        width: 23.8833px;
    }
    .header-share-list__item-link:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .header-share-list__item-svg {
        height: 23.8833px;
        margin-top: -3.94165px;
        width: 23.8833px;
    }
    .header-share-list__item-path {
        -webkit-transition: opacity .3s ease;
    	-moz-transition: opacity .3s ease;
    	-ms-transition: opacity .3s ease;
    	-o-transition: opacity .3s ease;
    	transition: opacity .3s ease;
    }
}
@media (min-width: 1580px) {
    .header-wrapper,
    .header-wrapper-expanded,
    .header-top,
    .header-menu-list,
    .header-menu-list__item {
        height: 100px;
    }
    .js .header-wrapper {
        -moz-transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    .header-logo-wrapper {
        height: 65.45px;
        margin-left: -24px;
        top: 17.275%;
        width: 48px;
    }
    .header-logo-image-wrapper {
        height: 65.45px;
        width: 48px;
    }
    .header-menu-list__item:first-child .header-menu-list__item-link {
        margin-right: 64px;
    }
    .header-menu-list__item:first-child + .header-menu-list__item .header-menu-list__item-link {
        margin-left: 64px;
    }
    .header-menu-list__item-link {
        height: 40px;
        padding: 30px 0;
    }
    .header-share-wrapper {
        top: 42px;
    }
}

/* bullets */
.bullets-wrapper {
	display: none;
	position: fixed;
    right: 20px;
    top: 50%;
    z-index: 100;
}
.bullets-container {
    position: relative;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
}
.bulets-active {
    height: 16px;
    width: 12px;
    position: absolute;
    z-index: 100;
}
.bullets-list__item {
    display: block;
    height: 16px;
    margin: 15px 0;
    width: 12px;
}
.bullets-list__item-link {
    display: block;
    height: 16px;
    width: 12px;
}
.bullets-white .bullets-list__item-link-icon {
	filter: alpha(opacity=30);
	opacity: .3;
}
.bullets-dark .bullets-list__item-link-icon {
	filter: alpha(opacity=60);
	opacity: .6;
}
.bullets-white,
.bullets-dark {
	display: block;
}
.bullets-dark {
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.js.device .bullets-white {
	filter: alpha(opacity=0)!important;
	opacity: 0!important;
}
.js.device .bullets-dark {
	filter: alpha(opacity=100)!important;
	opacity: 1!important;
}
@media (max-width: 1023px) {
	.js .bullets-white {
		filter: alpha(opacity=0)!important;
		opacity: 0!important;
	}
	.js .bullets-dark {
		filter: alpha(opacity=100)!important;
		opacity: 1!important;
	}
}
@media (min-width: 1024px) {
    .js.desktop .bullets-wrapper {
        display: block;
    }
}
@media (min-width: 1580px) {
    .bullets-container {
        width: 15px;
    }
    .bulets-active,
    .bullets-list__item,
    .bullets-list__item-link {
        height: 20px;
        width: 15px;
    }
    .bullets-list__item {
        margin: 20px 0;
    }
}

/* scroll down */
.scroll-down-wrapper {
	bottom: 22px;
    display: none;
    left: 50%;
    margin-left: -16px;
    overflow: hidden;
    position: fixed;
    width: 32px;
    z-index: 100;
}
.scroll-down-white,
.scroll-down-dark {
	display: block;
}
.scroll-down-dark {
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.js.device .scroll-down-white {
	filter: alpha(opacity=0)!important;
	opacity: 0!important;
}
.js.device .scroll-down-dark {
	filter: alpha(opacity=100)!important;
	opacity: 1!important;
}
@media (max-width: 1023px) {
	.js .scroll-down-white {
		filter: alpha(opacity=0)!important;
		opacity: 0!important;
	}
	.js .scroll-down-dark {
		filter: alpha(opacity=100)!important;
		opacity: 1!important;
	}
}
.pulsate,
.device .scroll-down-wrapper {
    -webkit-animation: pulsate 2s ease-in-out infinite;
	-moz-animation: pulsate 2s ease-in-out infinite;
	-o-animation: pulsate 2s ease-in-out infinite;
	-ms-animation: pulsate 2s ease-in-out infinite;
	animation: pulsate 2s ease-in-out infinite;
}
.scroll-down-image-wrapper {
	display: block;
	height: 17px;
	width: 32px;
}
@media (orientation: landscape) and (max-height: 479px) {
    .scroll-down-wrapper,
    .js .scroll-down-wrapper {
        display: none;
    }
}
@media (min-width: 600px) {
    .scroll-down-wrapper {
        bottom: 34px;
    }
    .js .scroll-down-wrapper {
        display: block;
    }
}
@media (orientation: landscape) and (min-width: 600px) {
    .scroll-down-wrapper,
    .js .scroll-down-wrapper {
        display: none;
    }
}
@media (min-width: 1024px) {
    .scroll-down-wrapper,
    .js .scroll-down-wrapper {
        bottom: 20px;
        display: block;
    }
}
@media (min-width: 1580px) {
    .scroll-down-wrapper {
        bottom: 37px;
        margin-left: -24px;
        width: 48px;
    }
    .scroll-down-image-wrapper {
        height: 26px;
        width: 48px;
    }
}

/* screen 1 */
.js .screen-1 .screen-table {
    display: table;
    width: 100%;
}
.js .screen-1 .screen-cell {
    display: table-cell;
    vertical-align: middle;
}
.screen-1-container {
	padding-bottom: 55px;
	padding-top: 94px;
}
.js .screen-1-container { /* for scroll down */
	padding-bottom: 40px;
	padding-top: 40px;
}
.logo-wrapper {
	margin: 0 auto 15px;
    position: relative;
	width: 184.5px;
    z-index: 1;
}
.screen-1-title {
    position: relative;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .56);
    z-index: 1;
}
.video-wrapper {
	margin: 0 auto 30px;
	padding: 0 30px;
    position: relative;
}
.video-clouds {
    display: none;
    height: 143.846%;
    margin: 0 -26.6% 0 -18.6%;
    position: absolute;
    top: -22.22%;
    width: 145.2%;
}
.video-cloud-1 {
    max-height: 71.923%;
}
.video-frame {
	min-height: 90px;
	overflow: hidden;
	position: relative;
}
.video-spacer {
	display: none;
    height: auto;
    width: 100%;
    max-width: 100%;
}
.video-player {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-poster {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-controls {
	height: 90px;
	margin: 0 auto;
	width: 90px;
}
.video-play-button {
	background-color: rgba(0, 0, 0, .6);
	border: 4px solid white;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 82px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 82px;
}
.video-play-wrapper {
	display: block;
	height: 40px;
	margin: 21px;
	position: relative;
	width: 40px;
}
.video-loaded .video-play-button:hover,
.video-loaded .video-play-button:active {
	border-color: #fe5000;
}
.screen-1-cta-wrapper {
	margin-bottom: 12px;
    position: relative;
    z-index: 1;
}
.platforms-wrapper {
    position: relative;
    z-index: 1;
}
.platforms-list {
	display: inline-block;
}
.platforms-list__item {
	display: block;
	float: left;
	height: 22px;
	margin: 0 5.5px;
	width: 22px;
}
.screen-1 .platforms-list__item-icon {
	filter: alpha(opacity=50);
	opacity: .5;
}
@media (max-width: 599px) {
	.video-wrapper {
		margin-left: -20px;
		margin-right: -20px;
		padding: 0;
	}
	.video-frame {
		overflow: visible;
	}
	.video-controls {
		left: 50%;
		margin: -45px 0 0 -45px;
		position: absolute;
		top: 50%;
	}
}
@media (min-width: 400px) and (max-width: 599px) {
	.video-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (orientation: landscape) and (max-height: 479px) {
    .js .screen-1-container {
        padding-bottom: 40px;
    	padding-top: 20px;
    }
}
@media (min-width: 600px) {
	.screen-1-container {
		padding-bottom: 85px;
		padding-top: 114px;
	}
    .js .screen-1-container { /* for scroll down */
    	padding-bottom: 60px;
    	padding-top: 60px;
    }
	.logo-wrapper {
		margin-bottom: 35px;
	}
	.screen-1-title {
        font-size: 200%;
	}
	.video-wrapper {
		height: auto;
		margin-bottom: 56px;
		margin-top: 40px;
        padding: 0 10px;
	}
    .video-inline {
        display: inline-block;
        overflow: visible;
        position: relative;
    }
    .video-clouds {
        display: block;
    }
	.video-frame {
        -webkit-box-shadow: 0 0 57px 2px rgba(0,0,0,.93);
		box-shadow: 0 0 57px 2px rgba(0,0,0,.93);
        display: block;
		height: auto;
	}
	.video-spacer {
		display: block;
		max-width: 670px;
	}
	.video-popup {
		display: block;
	}
	.video-player {
		display: block;
	}
	.video-poster {
		display: block;
	}
	.video-controls {
		left: 50%;
		margin: -45px 0 0 -45px;
		position: absolute;
		top: 50%;
	}
    .apple .video-loaded .video-poster,
    .apple .video-loaded .video-controls {
        display: none;
    }
	.screen-1-cta-wrapper {
		margin-bottom: 32px;
	}
}
@media (orientation: landscape) and (min-width: 600px) and (max-height: 799px) {
    .js .screen-1-container {
        padding-bottom: 50px;
    	padding-top: 30px;
    }
}
@media (min-width: 1024px) {
    .screen-1 {
        margin-top: 70px;
    }
    .js .screen-1 {
        margin-top: 0;
    }
    .js.desktop .screen-1 .screen-cell {
        padding-bottom: 0;
        padding-top: 0;
    }
    .screen-1-container {
		padding-bottom: 0;
		padding-top: 0;
	}
    .js .screen-1-container {
        padding-bottom: 50px;
    	padding-top: 40px;
    }
    .logo-wrapper {
		margin-bottom: 5px;
	}
	.screen-1-title {
        font-size: 250%;
	}
    .video-wrapper {
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 0;
        padding: 0;
    }
    .video-clouds {
        height: 150.716%;
        margin: 0 -32.194% 0 -20.194%;
        top: -28%;
        width: 152.388%;
    }
    .video-cloud-1 {
        max-height: 100%;
    }
    .video-spacer {
        width: auto;
    }
    .desktop .video-spacer {
        max-height: 300px;
    }
    .video-controls {
    	height: 120px;
    	margin: -60px 0 0 -60px;
    	width: 120px;
    }
    .video-play-button {
		border-width: 5px;
		height: 110px;
		width: 110px;
	}
	.video-play-wrapper {
		height: 53px;
		margin: 28.5px;
		width: 53px;
	}
    .screen-1-cta-wrapper {
        margin-bottom: 0;
    }
	.screen-1-cta-wrapper .cta-button {
        max-width: 330px;
    }
    .screen-1 .platforms-wrapper {
    	left: 50%;
    	margin: -40px 0 0 207px;
        position: absolute;
    }
}
@media (min-width: 1024px) and (min-height: 650px) {
	.desktop .video-spacer {
        max-height: 350px;
    }
}
@media (min-width: 1580px) {
	.screen-1 {
        margin-top: 100px;
    }
    .js .screen-1 {
        margin-top: 0;
    }
    .js .screen-1-container {
        padding-bottom: 80px;
    	padding-top: 60px;
    }
    .screen-1-title {
        font-size: 222.22%;
    }
    .logo-wrapper {
		margin-bottom: 20px;
		width: 303px;
	}
    .video-wrapper {
        margin-bottom: 50px;
        margin-top: 5px;
    }
    .video-clouds {
        height: 158.8891%;
        margin: 0 -37.24875% 0 -23.24875%;
        top: -33%;
        width: 160.4975%;
    }
    .video-spacer {
        max-width: 1005px;
    }
    .desktop .video-spacer {
        max-height: 408px;
    }
    .video-controls {
    	height: 180px;
    	margin: -90px 0 0 -90px;
    	width: 180px;
    }
    .video-play-button {
		border-width: 7px;
		height: 166px;
		width: 166px;
	}
	.video-play-wrapper {
		height: 80px;
		margin: 43px;
		width: 80px;
	}
    .screen-1-cta-wrapper {
        margin-bottom: 0;
    }
	.screen-1-cta-wrapper .cta-button {
        max-width: 330px;
    }
    .screen-1 .platforms-wrapper {
    	margin: -60px 0 0 222px;
    }
    .platforms-list__item {
    	height: 28px;
        margin: 0 8.5px;
    	width: 28px;
	}
}
@media (min-width: 1580px) and (max-height: 899px) {
    .js .screen-1-container {
        padding-bottom: 75px;
    	padding-top: 35px;
    }
    .video-wrapper {
        margin-bottom: 35px;
    }
}
@media (min-width: 1580px) and (min-height: 950px) {
	.desktop .video-spacer {
        max-height: 523px;
    }
}

/* screen 2 */
.screen-2-cell {
	overflow: hidden;
	position: relative;
}
.screen-2-container {
	min-height: 140px;
}
.screen-2-title {
    margin-bottom: 10px;
}
.map-container {
	bottom: 0;
	height: 400px;
	left: 50%;
	margin-left: -365px;
	position: absolute;
	width: 730px;
}
.map-image {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
@media (min-width: 600px) {
	.screen-2-container {
		min-height: 150px;
	}
	.map-container {
		height: 1100px;
		margin-left: -512px;
		width: 1024px;
	}
}
@media (max-width: 599px) {
    .map-wrapper {
    	height: 250px;
    }
}
@media (min-width: 600px) and (max-width: 1023px) {
    .map-wrapper {
    	height: 440px;
    }
}
@media (min-width: 1024px) {
	.desktop .screen-2-cell {
		vertical-align: top;
	}
    .device .screen-2-cell {
        min-height: 600px;
    }
	.screen-2-container {
		min-height: 0px;
		padding-top: 30px;
	}
    .device .screen-2-container {
        padding-bottom: 360px;
		padding-top: 40px;
    }
    .js.desktop .screen-2-container {
        padding-top: 0;
    }
    .map-wrapper {
        bottom: 0;
        position: absolute;
        width: 100%;
    }
	.map-container {
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	.js.desktop .map-image-2,
	.js.desktop .map-image-3 {
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@media (min-width: 1024px) and (min-height: 720px) {
	.screen-2-container {
		padding-top: 60px;
	}
    .js.desktop .screen-2-container {
        padding-top: 0;
    }
}
@media (min-width: 1580px) {
	.screen-2-container {
		padding-top: 60px;
	}
    .js.desktop .screen-2-container {
        padding-top: 0;
    }
}
@media (min-width: 1580px) and (min-height: 950px) {
	.screen-2-container {
		padding-top: 90px;
	}
    .js.desktop .screen-2-container {
        padding-top: 0;
    }
}

/* screen 3 */
.screen-3-cell {
	overflow: hidden;
	position: relative;
}
.screen-3-container {
	min-height: 260px;
    padding-top: 32px;
    z-index: 2;
}
.screen-3-text {
    padding: 0 50px 40px;
}
.screen-3-glow {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmU2YWIiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmU2YWIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,230,171,0.15) 0%, rgba(255,230,171,0) 60%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,230,171,0.15) 0%,rgba(255,230,171,0) 60%);
    background: radial-gradient(ellipse at center,  rgba(255,230,171,0.15) 0%,rgba(255,230,171,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffe6ab', endColorstr='#00ffe6ab',GradientType=1 );
    height: 200%;
    left: -20%;
    margin-top: -205px;
    position: absolute;
    top: -50%;
    width: 140%;
}
.tank-names-wrapper {
    position: relative;
}
.tank-names-container {
	bottom: 120px;
	left: 50%;
    margin-left: -400px;
	position: absolute;
	width: 100%;
    min-width: 800px;
}
.tank-names-list {
    display: block;
}
.tank-names-list__item-active {
    position: relative;
}
.tank-names-list__item {
	bottom: 0;
    color: #393939;
    display: block;
    font: 900%/110px 'warhelioscondcboldregular', Arial, sans-serif;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 800px;
}
.tank-names-list__item-title {
	-moz-transform: scaleX(.75);
	-webkit-transform: scaleX(.75);
	-o-transform: scaleX(.75);
	-ms-transform: scaleX(.75);
	transform: scaleX(.75);
}
.tank-names-list__item-title-svg {
	overflow: visible;
	width: 800px;
}
.tank-images-wrapper {
    position: relative;
}
.tank-images-container {
	bottom: 0;
	left: 50%;
    margin-left: -400px;
	position: absolute;
	width: 100%;
}
.tank-images-list {
    display: block;
    position: relative;
}
.tank-images-list__item {
    position: absolute;
    top: 0;
    width: 800px;
}
.tank-images-list__item-active {
    position: relative;
}
.tank-images-list__item-image-wrapper {
    width: 800px;
}
.tank-features-wrapper {
    position: relative;
    z-index: 2;
}
.tank-features-container {
    left: 0;
	padding-bottom: 85px;
    position: relative;
	width: 100%;
}
.tank-features-list {
    display: block;
    position: relative;
}
.tank-features-list__item {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tank-features-list__item-active {
    position: relative;
}
.tank-features-list__item-popup-header {
    background-color: rgba(0, 0, 0, .9);
    display: none;
    height: 56px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.tank-features-list__item-popup-table {
    display: table;
    height: 56px;
    width: 100%;
}
.tank-features-list__item-popup-title {
    color: white;
    display: table-cell;
    font: 150% 'warhelioscondcboldregular', Arial, sans-serif;
    padding: 0 54px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.tank-features-list__item-popup-close {
    display: block;
    height: 56px;
    position: fixed;
    right: 0;
    top: 0;
    width: 56px;
    z-index: 201;
}
.tank-features-list__item-popup-close-image-wrapper {
    display: block;
    height: 25.34px;
    margin: 15.33px 15.5px;
    position: relative;
    width: 25px;
}
.tank-features-list__item-list {
    display: none;
    position: relative;
    top: -28px;
}
.tank-features-list__item-list__item {
    display: table-row;
}
.tank-features-list__item-list__item-value,
.tank-features-list__item-list__item-label {
    display: table-cell;
    padding: 16px 0;
    text-align: left;
    vertical-align: middle;
}
.tank-features-list__item-list__item-value {
    width: 118px;
}
.tank-features-list__item-list__item-value-border {
    background: rgba(0, 0, 0, .5);
    border: 3px solid #fe5000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 69px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    width: 69px;
}
.tank-features-list__item-list__item-value-number {
    color: #fff;
    display: block;
    font-family: 'warhelioscondcboldregular', Arial, sans-serif;
    font-size: 300%;
    height: 69px;
    left: 50%;
    line-height: 69px;
    margin-left: -59px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 118px;
}
.tank-features-list__item-list__item-label {
    font-size: 100%;
    padding-right: 20px;
}
.tank-features-list__item-more {
    text-align: center;
}
.tank-features-list__item-more-button {
    border: 2px solid #fe5000;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    font: 14px/18px 'warhelioscondcboldregular', Arial, sans-serif;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.tank-smoke-wrapper {
	bottom: 0;
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}
.tank-smoke {
	display: block;
    filter: alpha(opacity=70);
	opacity: .7;
    z-index: 3;
}
.tank-smoke-left {
	bottom: 0;
	overflow: visible;
	position: absolute;
	right: 0;
	width: 100%;
	min-width: 1280px;
}
.tank-smoke-right {
	bottom: 0;
	overflow: visible;
	position: absolute;
	left: 0;
	width: 100%;
	min-width: 1280px;
}
.tank-smoke {
    position: relative;
	vertical-align: bottom;
}
.tank-smoke-left-image {
    margin-left: -100px;
	max-width: 337px;
}
.tank-smoke-right-image {
	float: right;
	margin-right: -100px;
    max-width: 458px;
}
.tank-controls-wrapper {
	left: 0;
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 4;
}
.tank-controls__item {
	color: #fff;
	display: block;
	height: 35.383px;
	margin-top: -17.6915px;
	overflow: visible;
	position: absolute;
	text-decoration: none;
	width: 19px;
}
.tank-controls-prev {
	left: 20px;
}
.tank-controls-next {
	right: 20px;
}
.tank-controls-image-wrapper {
	display: block;
	position: relative;
	z-index: 1;
}
.tank-controls-label {
	display: none;
}
/* tank feautures state: opened */
@media (max-width: 599px) {
	.screen-3-cell {
		overflow: visible;
	}
    .desktop .tank-features-popup {
        position: static;
    }
    .tank-features-popup {
        z-index: 200;
    }
    .tank-features-popup .tank-features-list__item-active .tank-features-list__item-wrapper {
        background-color: rgba(0, 0, 0, .9);
        bottom: 0;
        color: #fff;
        left: 0;
        overflow: visible;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 200;
    }
    .tank-features-popup .tank-features-list__item-active .tank-features-list__item-popup-header {
        display: block;
    }
    .tank-features-popup .tank-features-list__item-active .tank-features-list__item-list-scroll {
        bottom: 0;
        left: 0;
        overflow: auto;
        position: absolute;
        top: 56px;
        width: 100%;
    }
    .tank-features-popup .tank-features-list__item-active .tank-features-list__item-list-wrapper {
        display: table;
        height: 100%;
        margin: 0 auto;
        width: 100%;
        max-width: 440px;
    }
    .tank-features-popup .tank-features-list__item-active .tank-features-list__item-list {
        display: table-cell;
        vertical-align: middle;
    }
    .tank-features-popup .tank-features-list__item-active .tank-features-list__item-more {
        display: none;
    }
}
@media (min-width: 600px) {
    .screen-3-container {
        min-height: 240px;
    }
    .screen-3-text {
        padding-bottom: 0;
    }
    .screen-3-glow {
        height: 220%;
        left: -60%;
        margin-top: -365px;
        top: -60%;
        width: 220%;
    }
    .tank-names-container {
    	bottom: 290px;
        margin-left: -512px;
        min-width: 1024px;
    }
    .tank-names-list__item {
        line-height: 160px;
        width: 1024px;
    }
    .tank-names-list__item-title-svg {
		width: 1024px;
	}
    .tank-images-container {
    	bottom: 55px;
        margin-left: -600px;
    }
    .tank-images-list__item {
        width: 1200px;
    }
    .tank-images-list__item-image-wrapper {
        width: 1200px;
    }
    .tank-features-container {
        padding-bottom: 0;
    }
    .tank-features-list__item {
        min-height: 300px;
    }
    .tank-features-list__item-list {
        display: table;
        margin: 0 auto 30px!important;
        max-width: 440px;
        position: static;
    	top: 0;
    }
    .tank-features-list__item-list__item-value,
    .tank-features-list__item-list__item-label {
        padding: 14px 0;
    }
    .tank-features-list__item-list__item-value {
        width: 160px;
    }
    .tank-features-list__item-list__item-value-border {
        border-width: 4px;
        height: 75px;
        width: 75px;
    }
    .tank-features-list__item-list__item-value-number {
        font-size: 259.2%;
        height: 75px;
        line-height: 75px;
        margin-left: -80px;
        width: 160px;
    }
    .tank-features-list__item-list__item-label {
        font-size: 80%;
    }
    .tank-features-list__item-more {
        display: none!important;
        position: absolute;
    }
    .tank-controls-wrapper {
    	bottom: 245px;
		top: auto;
	}
	.tank-controls__item {
		height: 70.766px;
		margin-top: -35.383px;
		width: 38px;
	}
	.tank-controls-prev {
		left: 40px;
	}
	.tank-controls-next {
		right: 40px;
	}
}
@media (min-width: 1024px) {
	.desktop .screen-3-cell {
		vertical-align: top;
	}
    .device .screen-3-cell {
		min-height: 600px;
	}
	.screen-3-container {
		min-height: 0;
		padding-top: 0;
	}
    .device .screen-3-container {
		padding-bottom: 380px;
	}
	.screen-3-title {
		padding-top: 50px;
	}
    .js.desktop .screen-3-title {
        padding-top: 0;
    }
	.tank-features-wrapper {
		bottom: 0;
		position: absolute;
		width: 100%;
	}
    .tank-features-list {
        min-height: 300px!important;
    }
	.tank-features-list__item {
		bottom: 0;
		display: block;
		height: 100%;
		min-height: 0;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.tank-features-list__item-active {
		position: relative;
	}
	.tank-features-list__item-list {
		margin-bottom: 70px!important;
		max-width: 790px;
	}
	.tank-features-list__item-list__item {
		display: table-cell;
		vertical-align: top;
	}
	.tank-features-list__item-list__item-value {
		display: block;
		margin-bottom: 12px;
		padding: 0 20px;
		text-align: center;
		width: auto;
	}
	.tank-features-list__item-list__item-label {
		display: block;
		padding: 0 20px;
		text-align: center;
	}
	.tank-names-wrapper {
		bottom: 85px;
		position: absolute;
		width: 100%;
	}
	.tank-names-container {
		bottom: 0;
		margin-left: -650px;
		min-width: 1300px;
	}
	.tank-names-list__item {
		bottom: 0;
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
	}
    .tank-names-list__item {
    	font-size: 1515%;
        line-height: 300px;
        width: 1300px;
    }
    .tank-names-list__item-active {
		position: relative;
	}
    .tank-names-list__item-title-svg {
		width: 1300px;
	}
	.tank-images-wrapper {
		bottom: 0;
		height: 100%;
		overflow: hidden;
		position: absolute;
		width: 100%;
	}
	.tank-images-container {
		bottom: 70px;
		margin-left: 0;
	}
	.tank-images-list {
		display: block;
		margin-left: -450px!important;
		width: 900px;
	}
	.tank-images-list__item {
		bottom: 0;
		display: block;
		overflow: visible;
		position: absolute;
		width: 900px;
	}
	.tank-images-list__item-active {
		position: relative;
        z-index: 1;
	}
	.tank-images-list__item-image-wrapper {
		margin-left: -170px;
	}
	.tank-smoke-wrapper {
		display: block;
	}
	.tank-controls-wrapper {
    	bottom: auto;
		top: 50%;
	}
	.tank-controls-prev {
		left: 6%;
	}
	.tank-controls-next {
		right: 6%;
	}
	.tank-controls-label {
		background: rgba(0, 0, 0, .5);
		display: block;
		font: 81.75%/32px 'warhelioscondcboldregular', sans-serif;
		height: 32px;
		padding: 0 20px;
		filter: alpha(opacity=0);
		opacity: 0;
		overflow: visible;
		position: absolute;
		top: 19.38335px;
		-webkit-transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
		-ms-transition: opacity .5s ease;
		-o-transition: opacity .5s ease;
		transition: opacity .5s ease;
		white-space: nowrap;
	}
	.tank-controls-prev .tank-controls-label {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
		left: 18px;
		padding-right: 40px;
	}
	.tank-controls-next .tank-controls-label {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
		padding-left: 40px;
		right: 18px;
	}
	.tank-controls-label:after {
		border: 16px solid transparent;
		content: '';
		display: block;
		position: absolute;
		top: 0;
	}
	.tank-controls-prev .tank-controls-label:after {
		border-right-color: rgba(0, 0, 0, .5);
		left: -32px;
	}
	.tank-controls-next .tank-controls-label:after {
		border-left-color: rgba(0, 0, 0, .5);
		right: -32px;
	}
    .js:not(.ie8) .tank-controls__item:hover .tank-controls-label,
	.js:not(.ie8) .tank-controls__item:active .tank-controls-label {
        filter: alpha(opacity=100);
    }
	.tank-controls__item:hover .tank-controls-label,
	.tank-controls__item:active .tank-controls-label {
		opacity: 1;
	}
}
@media (min-width: 1580px) {
    .screen-3-title {
        margin-bottom: 32px;
		padding-top: 80px;
	}
    .js.desktop .screen-3-title {
        padding-top: 0;
    }
	.screen-3-text {
        font-size: 83.33%;
	}
	.tank-features-list__item-list {
		margin-bottom: 193px!important;
		max-width: 1168px;
	}
	.tank-features-list__item-list__item-value {
		margin-bottom: 22px;
		padding: 0 43px;
	}
    .tank-features-list__item-list__item-value-border {
        border-width: 5px;
        height: 115px;
        width: 115px;
    }
    .tank-features-list__item-list__item-value-number {
        font-size: 222.22%;
        height: 115px;
        line-height: 115px;
        margin-left: -160px;
        width: 320px;
    }
	.tank-features-list__item-list__item-label {
        font-size: 66.67%;
		padding: 0 43px;
	}
    .tank-names-wrapper {
		bottom: 67px;
	}
	.tank-names-container {
        min-height: 480px;
		margin-left: -1200px;
		min-width: 2400px;
	}
	.tank-names-list {
        line-height: 480px;
    }
    .tank-names-list__item {
    	font-size: 1800%;
        line-height: 560px;
        width: 2400px;
    }
    .tank-names-list__item-title-svg {
		width: 2400px;
	}
	.tank-images-container {
		bottom: 80px;
	}
	.tank-images-list {
		margin-left: -600px!important;
		width: 1200px;
	}
	.tank-images-list__item {
		width: 1200px;
	}
	.tank-images-list__item-image-wrapper {
		margin-left: -300.5px;
        width: 1801px;
	}
    .tank-smoke-left,
    .tank-smoke-right {
    	min-width: 1801px;
    }
    .tank-smoke-left-image {
    	max-width: 561px;
    }
    .tank-smoke-right-image {
    	max-width: 763px;
    }
    .tank-controls__item {
		height: 95px;
		margin-top: -47.5px;
		width: 51px;
	}
	.tank-controls-label {
		height: 44px;
		line-height: 44px;
		padding: 0 30px;
		top: 25.5px;
	}
	.tank-controls-prev .tank-controls-label {
		left: 24px;
		padding-right: 60px;
	}
	.tank-controls-next .tank-controls-label {
		padding-left: 60px;
		right: 24px;
	}
	.tank-controls-label:after {
		border-width: 22px;
	}
	.tank-controls-prev .tank-controls-label:after {
		left: -44px;
	}
	.tank-controls-next .tank-controls-label:after {
		right: -44px;
	}
}

/* screen 4 */
.screen-4 {
    background: #fff;
    color: #000;
}
.screen-4-container {
    padding-bottom: 35px;
    padding-top: 25px;
}
.medals-wrapper {
    margin: 20px -20px;
    overflow: hidden;
    position: relative;
}
.medals-container {
    overflow: hidden;
    padding: 8px 0 20px 42px;
    position: relative;
    text-align: center;
}
.medals-list {
    display: inline-block;
    width: 944px;
}
.medals-list__item {
    background-color: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
    display: block;
    float: left;
    margin: 0 8px;
    text-align: center;
    vertical-align: middle;
    width: 220px;
}
.medals-list__item-link {
    color: #000;
    display: block;
    font: 100%/1.25 'warhelioscondcboldregular', Arial, sans-serif;
    min-height: 190px;
    padding: 10px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.medals-list__item-icon-wrapper {
    display: block;
    height: 132px;
    margin: 0 auto 10px;
    width: 132px;
}
.medals-list__item-title {
    display: block;
    margin: 0 auto;
    max-width: 80px;
}
.medals-list__item-more {
    bottom: 0;
    border-top: 1px solid #f5f5f5;
    color: #fe5000;
    display: none;
    font-size: 53.33%;
    left: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.medals-list__item-more-icon-wrapper {
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    width: 7px;
}
@media (min-width: 600px) {
    .screen-4-container {
        padding-bottom: 50px;
        padding-top: 42px;
    }
    .medals-wrapper {
        margin-left: -40px;
        margin-right: -40px;
    }
    .medals-container {
        padding: 20px 0 30px 24px;
    }
    .medals-list {
        width: 1016px;
    }
    .medals-list__item {
        margin: 0 17px;
    }
    .medals-list__item-link {
        font-size: 150%;
        line-height: 1.25;
        min-height: 160px;
        padding: 20px 20px 40px;
    }
    .medals-list__item-icon-wrapper {
        height: 132px;
        margin-bottom: 20px;
        width: 132px;
    }
    .medals-list__item-title {
        max-width: 120px;
    }
}
@media (min-width: 1024px) {
    .screen-4-container {
        padding-bottom: 0;
        padding-top: 0;
    }
    .device .screen-4-container {
        padding-bottom: 85px;
        padding-top: 45px;
    }
    .medals-wrapper {
        margin: 3px -34px -26px;
    }
    .medals-container {
        padding-left: 0;
    }
    .medals-list {
        width: 1008px;
    }
    .medals-list__item {
        width: 218px;
    }
    .medals-list__item-link {
        min-height: 100px;
        padding-bottom: 75px;
        position: relative;
    }
    .medals-list__item-link:hover .medals-list__item-more,
    .medals-list__item-link:active .medals-list__item-more {
        display: block;
    }
}
@media (min-width: 1200px) {
    .medals-wrapper {
        margin: 3px -40px -32px;
    }
    .medals-list {
        width: 1036px;
    }
    .medals-list__item {
        width: 225px;
    }
}
@media (min-width: 1580px) {
    .screen-4-text {
        font-size: 80%;
    }
    .medals-wrapper {
        margin: 10px -44px -36px;
    }
    .medals-list {
        width: 1560px;
    }
    .medals-list__item {
        margin: 0 20px;
        width: 350px;
    }
    .medals-list__item-link {
        font-size: 133.33%;
        line-height: 1.2;
        padding: 45px 45px 130px;
    }
    .medals-list__item-icon-wrapper {
        height: 156px;
        margin-bottom: 25px;
        width: 156px;
    }
    .medals-list__item-title {
        max-width: 200px;
    }
    .medals-list__item-more {
        font-size: 50%;
        padding: 30px 0;
    }
    .medals-list__item-more-icon-wrapper {
        height: 20px;
        margin-left: 8px;
        width: 11px;
    }
}
@media (min-width: 1660px) {
    .medals-list {
        width: 1644px;
    }
    .medals-list__item {
        margin: 0 22px;
        width: 367px;
    }
}

/* screen 5 */
.screen-5-smoke {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.screen-5-smoke-left-wrapper {
    left: -200px;
    position: absolute;
    top: 0;
    width: 561px;
}
.screen-5-smoke-right-wrapper {
    bottom: 0;
    position: absolute;
    right: -200px;
    width: 763px;
}
.screen-5-container {
	padding-bottom: 0;
	padding-top: 30px;
}
.screen-5-title {
    font-size: 285.7142857142857%;
    margin-bottom: 64px;
    padding: 0 50px;
}
.screen-5-cta-wrapper {
    margin-bottom: 32px;
}
.footer {
    background: rgba(0, 0, 0, .5);
    margin-top: 65px;
    padding-bottom: 20px;
    padding-top: 40px;
}
.footer-links-wrapper {
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
}
.footer-links-list {
    display: inline-block;
    text-align: left;
}
.footer-links-list__item {
    display: inline;
    font: bold 8px/26px Arial, sans-serif;
    margin-left: 5px;
}
.footer-links-list__item:before {
    color: #696969;
    content: '|';
    display: inline;
    margin-right: 5px;
}
.footer-links-list__item:first-child {
    margin-left: 0;
}
.footer-links-list__item:first-child:before {
    content: '';
    display: none;
}
.footer-links-list__item-link {
    color: #696969;
    text-decoration: underline;
    text-transform: uppercase;
    white-space: nowrap;
}
.footer-links-list__item-link:hover,
.footer-links-list__item-link:active {
    color: #fff;
    text-decoration: underline;
}
.groups-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.groups-list__item {
    display: block;
    float: left;
    height: 32px;
    margin-right: 18px;
    width: 32px;
}
.groups-list__item-link {
    display: block;
    height: 32px;
    position: relative;
    width: 32px;
}
.groups-list__item-link .icon,
.groups-list__item-link .icon {
	filter: alpha(opacity=50);
	opacity: .5;
}
.groups-list__item-link:hover .icon,
.groups-list__item-link:active .icon {
	filter: alpha(opacity=0);
	opacity: 0;
}
.footer-logo-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.footer-logo {
    display: inline-block;
    height: 31px;
    filter: alpha(opacity=40);
	opacity: .4;
    -webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.opera12 .footer-logo {
    float: left;
    width: 136px;
}
.footer-logo:hover,
.footer-logo:active {
    filter: alpha(opacity=100);
	opacity: 1;
}
.copyright {
    color: #696969;
    font: bold 9px/12px Arial, sans-serif;
    margin-bottom: 20px;
}
.ratings-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.ratings-list__item {
    display: block;
    float: left;
    height: 60px;
    margin-right: 20px;
    filter: alpha(opacity=50);
	opacity: .5;
    width: 60px;
}
@media (min-width: 600px) {
    .screen-5-container {
    	padding-top: 61px;
    }
    .screen-5-title {
        font-size: 350%;
        margin-bottom: 50px;
    }
    .screen-5-cta-wrapper {
        margin-bottom: 32px;
    }
    .footer {
        margin-top: 50px;
        padding-bottom: 27px;
        padding-top: 22px;
    }
    .footer-links-wrapper {
        margin-bottom: 32px;
    }
    .footer-links-list,
    .footer-links-list__item {
        line-height: 19px;
    }
    .footer-logos-wrapper {
        display: inline-block;
        margin-bottom: 8px;
        overflow: hidden;
        position: relative;
    }
    .groups-wrapper {
        float: right;
        margin-bottom: 0;
        margin-left: 18px;
    }
    .footer-logo-wrapper {
        float: left;
        margin-bottom: 0;
    }
    .copyright {
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    .js.desktop .screen-5 {
        background: none!important;
    }
    .js.desktop .screen-5-cell {
        padding-bottom: 0!important;
        padding-top: 0!important;
        overflow: visible;
    }
    .screen-5-container {
        padding-bottom: 155px;
        padding-top: 70px;
    }
    .js.desktop .screen-5-container {
    	overflow: visible;
        padding-top: 0!important;
    }
    .device .screen-5-container {
        padding-bottom: 205px;
        padding-top: 75px;
    }
    .footer {
        bottom: 0;
        padding-bottom: 25px;
        padding-top: 8px;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
    }
    .footer-links-wrapper {
        margin-bottom: 18px;
    }
    .footer-links-list__item {
        font-size: 9px;
    }
    .footer-left {
        float: left;
    }
    .footer-logos-wrapper {
        margin-bottom: 10px;
    }
    .copyright {
        margin-bottom: 0;
    }
    .ratings-wrapper {
        margin-bottom: 0;
        padding-top: 14px;
    }
    .ratings-list {
        float: right;
    }
}
@media (min-width: 1580px) {
    .screen-5-smoke {
        display: block;
    }
    .screen-5-container {
        padding-bottom: 180px;
        padding-top: 100px;
    }
    .js.desktop .screen-5-container {
        padding-top: 0!important;
    }
    .screen-5-title {
        font-size: 333.33%;
        margin-bottom: 90px;
    }
    .screen-5-cta-wrapper {
        margin-bottom: 87px;
    }
    .screen-5 .platforms-list__item,
    .screen-5 .platforms-list__item-link {
    	height: 46px;
    	width: 46px;
    }
    .screen-5 .platforms-list__item {
		margin: 0 13px;
	}
    .footer {
        padding-bottom: 30px;
        padding-top: 13px;
    }
}

/* popup */
.popup-wrapper {
    background: rgba(255, 255, 255, .9);
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}
.popup-header {
    background-color: #e7e4e0;
    -webkit-box-shadow: 0 0 41px 0 rgba(0,0,0,.31);
    box-shadow: 0 0 41px 0 rgba(0,0,0,.31);
    height: 69px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 201;
}
.popup-close {
    display: block;
    height: 69px;
    position: fixed;
    right: 0;
    top: 0;
    width: 69px;
    z-index: 201;
}
.popup-close-image-wrapper {
    display: block;
    height: 25.34px;
    margin: 21.83px 22px;
    position: relative;
    width: 25px;
}
.popup-body {
    bottom: 50px;
    color: #000;
    display: none;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 69px;
    width: 100%;
}
.popup-body-wrapper {
    background-color: #fff;
    bottom: 0;
    display: none;
    overflow: auto;
    position: absolute;
    top: 0;
}
.popup-table {
    display: table;
    height: 100%;
    width: 100%;
}
.popup-cell {
    display: table-cell;
    vertical-align: middle;
}
.popup-container {
    margin-bottom: 20px;
    padding: 20px 20px 0;
}
.popup-medal-wrapper {
    width: 100px;
}
.popup-content {
    overflow: hidden;
    padding-right: 30px;
    position: relative;
}
.popup-content p {
    margin-bottom: 20px;
}
.popup-content ul {
    display: block;
    list-style: none;
    margin: -2px 0 18px;
    padding: 0;
}
.popup-content ul li {
    padding: 2px 0 2px 16px;
    position: relative;
}
.popup-content ul li:before {
    background-color: #000;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    margin-top: 7px;
    position: absolute;
    width: 5px;
}
.popup-content h3 {
    display: block;
    font: 128.5714285714286% 'warhelioscondcboldregular', Arial, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.popup-footer {
    background-color: #e7e4e0;
    bottom: 0;
    -webkit-box-shadow: 0 0 41px 0 rgba(0,0,0,.31);
    box-shadow: 0 0 41px 0 rgba(0,0,0,.31);
    display: table;
    height: 50px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 201;
}
.popup-controls {
    background-color: #e7e4e0;
    bottom: -50px;
    display: none;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 201;
}
.popup-control {
    color: #000;
    display: table-cell;
    font: 100% 'warhelioscondcboldregular', Arial, sans-serif;
    padding: 0 20px;
    text-decoration: none;
    vertical-align: middle;
    width: 50%;
}
.popup-next {
    text-align: right;
}
.popup-control-image-wrapper {
    display: block;
    height: 22px;
    position: absolute;
    top: 14px;
    width: 12px;
}
.popup-control-small {
    display: block;
}
.popup-control-big {
    display: none;
}
.popup-prev-image-wrapper {
    left: 20px;
}
.popup-next-image-wrapper {
    right: 20px;
}
.popup-control-label {
    display: inline-block;
}
.popup-prev-label {
    padding-left: 22px;
}
.popup-next-label {
    padding-right: 22px;
    text-align: left;
}
.popup-control:hover,
.popup-control:active {
    color: #fe5000;
}
/* popup state: opened */
.popup-opened,
.popup-opened .popup-body {
    display: block;
}
@media (max-width: 1023px) {
    .popup-body-wrapper {
        background: #fff!important;
    }
    .popup-controls {
        -webkit-box-shadow: 0 0 41px 0 rgba(0,0,0,.31);
        box-shadow: 0 0 41px 0 rgba(0,0,0,.31);
    }
}
@media (max-width: 599px) {
    .popup-max {
        height: auto!important;
        top: auto!important;
    }
}
@media (min-width: 600px) {
    .popup-wrapper {
        background-color: rgba(35, 27, 17, .9);
    }
    .popup-max {
        height: 100%;
        margin: 0 auto;
        position: relative;
        max-width: 822px;
    }
    .popup-header {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 79px;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 201;
    }
    .popup-close {
        height: 79px;
        position: absolute;
        width: auto;
    }
    .popup-close-image-wrapper {
        height: 38px;
        margin: 20.5px 40px;
        width: 37.5px;
    }
    .popup-body {
        bottom: 80px;
        -webkit-box-shadow: 0 0 32px 0 #000;
        box-shadow: 0 0 32px 0 #000;
        left: 40px;
        position: absolute;
        right: 40px;
        top: 80px;
        width: auto;
    }
    .popup-container {
        margin-bottom: 30px;
        padding: 30px 30px 0;
    }
    .popup-medal-wrapper {
        width: 114px;
    }
    .popup-content {
        font-size: 80%;
        padding-right: 0;
    }
    .popup-content p.small {
        font-size: 87.5%;
    }
    .popup-content ul li:before {
        margin-top: 8px;
    }
    .popup-footer {
        display: none;
    }
    .popup-controls {
        display: table;
    }
}
@media (min-width: 1024px) {
    .popup-max {
        height: 522px!important;
        max-height: 522px!important;
        left: 50%;
        margin: -261px 0 0 -411px;
        position: absolute;
        top: 50%!important;
        width: 822px;
    }
    .popup-header {
        height: 79px;
        left: 100%;
        width: 79px;
    }
    .popup-close {
        margin-right: -20.5px;
        margin-top: -20.5px;
    }
    .popup-body {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
    .popup-body-wrapper {
        background-position: 400px 50%;
        background-repeat: no-repeat;
    }
    .popup-container {
        margin-bottom: 0;
        padding: 0 150px 0 35px;
    }
    .popup-medal-wrapper {
        float: left;
        width: 136px;
    }
    .popup-content {
        margin-left: 167px;
    }
    .popup-controls {
        background: none;
        bottom: auto;
        display: block;
        height: auto;
        top: 50%;
        z-index: 201;
    }
    .popup-control {
        display: block;
        height: 47.5px;
        margin-top: -23.75px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 25.5px;
    }
    .popup-prev {
        left: -52px;
    }
    .popup-next {
        right: -52px;
    }
    .popup-control-label {
        display: none;
    }
    .popup-control-image-wrapper {
        height: 47.5px;
        left: 0;
        position: relative;
        right: 0;
        top: 0;
        width: 25.5px;
    }
    .popup-control-small {
        display: none;
    }
    .popup-control-big {
        display: block;
    }
}
@media (min-width: 1580px) {
    .popup-max {
        height: 700px!important;
        max-height: 700px!important;
        margin-left: -600px;
        margin-top: -350px;
        width: 1200px;
        max-width: 1200px;
    }
    .popup-header {
        height: 79px;
        left: 100%;
        width: 79px;
    }
    .popup-close {
        margin-right: -20.5px;
        margin-top: -20.5px;
    }
    .popup-body {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
    .popup-body-wrapper {
        background-position: right 50%;
    }
    .popup-container {
        margin-bottom: 0;
        padding: 0 430px 0 75px;
    }
    .popup-medal-wrapper {
        width: 164px;
    }
    .popup-content {
        font-size: 50%;
        margin-left: 220px;
    }
    .popup-title {
        font-size: 250%;
    }
    .popup-content ul {
        margin-bottom: 35px;
    }
    .popup-content ul li:before {
        margin-top: 9px;
    }
    .popup-control {
        height: 76px;
        margin-top: -38px;
        width: 40.8px;
    }
    .popup-prev {
        left: -92px;
    }
    .popup-next {
        right: -92px;
    }
    .popup-control-image-wrapper {
        height: 76px;
        width: 40.8px;
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: translateY(0px);
    }    
    10% {
        -webkit-transform: translateY(5px);
    }    
    20%, 100% {
        -webkit-transform: translateY(0px);
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: translateY(0px);
    }    
    10% {
        transform: translateY(5px);
    }    
    20%, 100% {
        transform: translateY(0px);
    }
}
@-ms-keyframes pulsate {
    0% {
        -ms-transform: translateY(0px);
    }    
    10% 
        -ms-transform: translateY(5px);
    }    
    20%, 100% {
        -ms-transform: translateY(0px);
    }
}
@-o-keyframes pulsate {
    0% {
        transform: translateY(0px);
    }    
    10% 
        transform: translateY(5px);
    }    
	20%, 100% {
        transform: translateY(0px);
    }
}
@keyframes pulsate {
    0% {
        transform: translateY(0px);
    }    
    10% {
        transform: translateY(5px);
    }    
    20%, 100% {
        transform: translateY(0px);
    }
}