@font-face {
	font-family: 'Conv_6603';
	src: url('../fonts/6603.eot');
	src: local('☺'), url('../fonts/6603.woff') format('woff'), url('../fonts/6603.ttf') format('truetype'), url('../fonts/6603.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/***** Basic ******/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, 
td,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}

a,
a:visited {
	color: white;
	text-decoration: none;
}

html {
	width: 100%;
	font-size: 10px;
	background: #090d10;
	font-family: 'Conv_6603';
	color: white;
	text-align: center;
}

html .new {
	font-family: 'Arial';
}

body {
	width: 100%;
	overflow-x: hidden;
}

html,
body {
	width: 100%;
}

main {
	display: block;
}

* {
	font-weight: normal;
}

.o_mini {
	display: none;
}


/***** Basic end *****/



/***** Header *****/


header {
	width: 100%;
	height: 54.644vw;
	background: #090d10 url("../images/basic/bg_header.jpg") no-repeat;
	background-size: 100% auto !important;
	position: relative;
}

.new header {
	background: #090d10 url("../images/basic/bg_head.jpg") no-repeat;
}

header:after {
	content: "";
	width: 100%;
	height: 15vw;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('../images/basic/blue_line_0.png') no-repeat bottom;
	background-size: 100% auto;
}

header:before {
	content: "";
	width: 100%;
	height: 54.644vw;
	position: absolute;
	left: 0;
	bottom: -0.15vw;
	background: url('../images/basic/logo_anim.png') no-repeat;
	background-size: 100% auto;
	animation: logo_anim 2s infinite alternate linear;
}

.new header::before {
	top: -1.5vw;
	background: url('../images/basic/aow_logo_big.png') no-repeat top center;
	background-size: 40% auto;
	animation: none;
}

@keyframes logo_anim {
	100% {
		opacity: 0.1;
	}
}

header h1 {
	font-size: 2.10vw;
	padding: 2.4vw 0 0 0;
}

.new header h1 {
	font-weight: bold;
}

header h1 br {
	display: none;
}

header iframe {
	width: 44vw;
	height: 24.719vw;
	background: url('../images/basic/header_video.jpg') no-repeat;
	background-size: 100% auto !important;
	position: relative;
	margin-top: 2.2vw;
	border: 0.5vw rgba(250, 250, 250, 0.3) solid;
	transition: all 0.3s;
	z-index: 3;
	box-shadow: -3px 0 105px rgba(250, 250, 100, 0.25),
				-3px 0 105px rgba(250, 250, 100, 0.25);
}

.new header iframe {
	margin-top: 0;
	background: url('../images/basic/head_video.png') no-repeat;
	box-shadow: none;
}

.iframe_cursor_and_play {
	width: 44vw;
	height: 24.719vw;
	position: absolute;
	top: 7vw;
	left: 50%;
	margin-left: -22vw;
	cursor: pointer;
	z-index: 5;
}

.new .not_vw_support {
	display: flex;
	flex-direction: column;
}

.new header .header_video_block {
	margin-top: 13vw;
	margin-left: -0.5vw;
	align-self: center;
	position: relative;
	width: 44vw;
	text-align: center;
}

.new .iframe_cursor_and_play {
	width: 100%;
	top: 0.5vw;
	left: calc(50% + 0.5vw);
}

@media all and (min-width: 901px) {

	.iframe_cursor_and_play:hover + iframe {
		box-shadow: -3px 0 40px rgba(250, 250, 250, 0.55),
					-3px 0 40px rgba(250, 250, 250, 0.55);
		border: 0.5vw rgba(250, 250, 250, 0.5) solid;
	}

	.new .iframe_cursor_and_play:hover + iframe {
		box-shadow: 0 0 55px rgba(250, 250, 250, 0.8);
	}

}

.iframe_cursor_and_play div {
	width: 6vw;
	height: 6vw;
	background: url('../images/basic/play_icon_one.png') no-repeat;
	background-size: 100% auto !important;
	position: absolute;
	transition: all 0.3s;
	left: 50%;
	top: 50%;
	margin: -3vw 0 0 -3vw;
}

.new .iframe_cursor_and_play div {
	background: url('../images/basic/btn_video.png') no-repeat;
	transform: translateY(-50%) translateX(-50%);
	margin: 0;
}

@media all and (min-width: 901px) {

	.iframe_cursor_and_play div:hover {
		background: url('../images/basic/btn_video_hover.png') no-repeat;
		background-size: 100% auto !important;
	}

}

.ru,
.eng {
	width: 4.5vw;
	height: 90px;
	position: absolute;
	display: block;
	top: 0.33vw;
	transition: -webkit-filter 0.3s, filter 0.3s;
}

.new .ru,
.new .eng {
	width: 3.8vw;
	/*height: 53px;*/
	top: 0.9vw;
	opacity: 0.5;
	transition: opacity 0.3s;
}

.new .ru.active,
.new .eng.active {
	opacity: 1;
}


@media all and (min-width: 901px) {

	.ru:hover,
	.eng:hover {
		-webkit-filter: brightness(1.5);
		filter: brightness(1.5);
	}

	.new .ru:hover,
	.new .eng:hover {
		opacity: 1;
		filter: none;
		-webkit-filter: none;
	}
}

.ru {
	background: url('../images/basic/ru.png') no-repeat;
	background-size: 100% auto !important;
	right: 5vw;
}

.new .ru  {
	background: url('../images/basic/lng_ru.png') no-repeat;
	right: 5.9vw;
}

.eng  {
	background: url('../images/basic/eng.png') no-repeat;
	background-size: 100% auto !important;
	right: 0.3vw;
}

.new .eng  {
	background: url('../images/basic/lng_en.png') no-repeat;
	right: 0.9vw;
}

.link_block {
	height: 5.5vw;
	position: absolute;
	bottom: 2.8vw;
	left: 13%;
}

.new .link_block {
    padding-top: 2vw;
    position: static;
    display: flex;
    justify-content: center;
}

.link_block a {
	width: 10.5vw;
	height: 100%;
	display: block;
	margin-left: 2.1vw;
	float: left;
	z-index: 10;
	position: relative;
	transition: all 0.3s;
}

@media all and (min-width: 901px) {

	.link_block a:hover {
		width: 11vw;
	}

}

.link_block a:first-of-type {
	margin-left: 0;
}

.link_block a.store_apple {
	background: url('../images/basic/app_store.png') no-repeat;
	background-size: 100% auto;
}

.link_block a.store_google {
	background: url('../images/basic/google_play.png') no-repeat;
	background-size: 100% auto;
}

.link_block a.store_apk {
	background: url('../images/basic/apk.png') no-repeat;
	background-size: 100% auto;
}

.link_block a.store_apkbeta {
	background: url('../images/basic/apkbeta.png') no-repeat;
	background-size: 100% auto;
}

.link_block a.store_appgallery {
	background: url('../images/basic/app_gallery.png') no-repeat;
	background-size: 100% auto;
}

.link_block a.store_rustore {
	background: url('../images/basic/rustore.png') no-repeat;
	background-size: 100% auto;
}

@media (max-width: 900px) {
	.link_block a:nth-of-type(5) {
		margin-top: 25px;
		margin-left: 24.5%;
	}

	.link_block a:nth-of-type(6) {
		margin-top: 25px;
	}
}

@media (max-width: 576px) {
    .link_block {
        bottom: -5% !important;
    }

    .link_block a:nth-of-type(5) {
        margin-top: 12px;
        margin-left: 24.5%;
    }

    .link_block a:nth-of-type(6) {
        margin-top: 12px;
    }
}



header h3 {
	width: 100%;
	height: 3vw;
	position: absolute;
	left: 1vw;
	bottom: 0.6vw;
	font-size: 1.95vw;
	background: url('../images/basic/free_en.png') no-repeat center;
	background-size: auto 2.1vw;
}

.new header h3 {
	background: url('../images/basic/download_for_free_en.png') no-repeat center;
}

/***** Header end *****/


/***** Main *****/


main {
	width: 100%;
	background: url('../images/basic/bg_main_old.jpg') no-repeat bottom;
	background-size: 100% auto !important;
}

.new main {
	background: url('../images/basic/bg_main.jpg') no-repeat bottom;
}

main p {
	width: 69%;
	font-size: 1.9vw;
	margin: 0 auto;
	padding-top: 2.3vw;
	position: relative;
}

.new main p {
	width: 73%;
}

main p:last-of-type:after {
	content: "";
	width: 100vw;
	height: 30px;
	background: url('../images/basic/blue_shadow_1.png') no-repeat bottom;
	background-size: 100% auto;
	position: absolute;
	left: -30%;
	bottom: -2.3vw;
}

.images_under_main_p {
	width: 100%;
	height: 47vw;
	padding-top: 5vw;
	margin-bottom: 1vw;
	position: relative;
}

.images_under_main_p .current_picture {
	width: 64%;
	height: 37.55vw;
	margin: 0 auto;
	background: url('../images/basic/ss1_en.jpg') no-repeat;
	background-size: 100% 100% !important;
	border: 0.5vw rgba(250, 250, 250, 0.3) solid;
	transition: background-image 0.3s linear;
	box-sizing: border-box;
}

.new .images_under_main_p .current_picture {
	background: url('../images/slider/1_en.jpg') no-repeat;
}

.preview_block {
	width: 65%;
	height: 6vw;
	position: absolute;
	left: 18%;
	bottom: 1.4vw;
}

.new .preview_block {
	width: 76%;
	left: 18%;
}

.preview_block article {
	width: 15.27%;
	height: 100%;
	display: block;
	float: left;
	cursor: pointer;
	margin-left: 0.88vw;
	border: 0.3vw rgba(250, 250, 250, 0.3) solid;
	transition: all 0.3s;
	box-sizing: border-box;
}

.new .preview_block article {
	width: 13.1%;
}

.preview_block article:first-of-type {
	margin-left: 0;
}

@media all and (min-width: 901px) {

	.images_under_main_p article:hover {
		border: 0.3vw rgba(250, 250, 250, 0.6) solid;
	}

}

.shadow_add {
	border: 0.3vw rgba(250, 250, 250, 0.6) solid !important;
	box-shadow: 0 0 10px white;
}

.images_under_main_p article:nth-of-type(1) {
	background: url('../images/basic/ss1_en.jpg') no-repeat;
	background-size: 100% auto !important;
}

.images_under_main_p article:nth-of-type(2) {
	background: url('../images/basic/ss2_en.jpg') no-repeat;
	background-size: 100% auto !important;
}

.images_under_main_p article:nth-of-type(3) {
	background: url('../images/basic/ss3_en.jpg') no-repeat;
	background-size: 100% auto !important;
}

.images_under_main_p article:nth-of-type(4) {
	background: url('../images/basic/ss4_en.jpg') no-repeat;
	background-size: 100% auto !important;
}

.images_under_main_p article:nth-of-type(5) {
	background: url('../images/basic/ss5_en.jpg') no-repeat;
	background-size: 100% auto !important;
} center center

.images_under_main_p article:nth-of-type(6) {
	background: url('../images/basic/ss6_en.jpg') no-repeat;
	background-size: 100% auto !important;
}

.new .images_under_main_p article:nth-of-type(1) {
	background: url('../images/slider/1_en.jpg') no-repeat center center;
}

.new .images_under_main_p article:nth-of-type(2) {
	background: url('../images/slider/2_en.jpg') no-repeat center center;
}

.new .images_under_main_p article:nth-of-type(3) {
	background: url('../images/slider/3_en.jpg') no-repeat center center;
}

.new .images_under_main_p article:nth-of-type(4) {
	background: url('../images/slider/4_en.jpg') no-repeat center center;
}

.new .images_under_main_p article:nth-of-type(5) {
	background: url('../images/slider/5_en.jpg') no-repeat center center;
}

.new .images_under_main_p article:nth-of-type(6) {
	background: url('../images/slider/6_en.jpg') no-repeat center center;
	background-size: 100% auto !important;
}

.images_under_main_p aside {
	width: 0;
	height: 0;
	position: absolute;
	top: 21vw;
	cursor: pointer;
	transition: transform 0.3s;
}

.images_under_main_p aside:hover {
	transform: scale(1.1);
}

.images_under_main_p aside:nth-of-type(1) {
	left: 13vw;
	border-right: 2vw rgba(250, 250, 250, 0.3) solid;
	border-top: 1.7vw transparent solid;
	border-bottom: 1.7vw transparent solid;
}

.images_under_main_p aside:nth-of-type(2) {
	right: 13vw;
	border-left: 2vw rgba(250, 250, 250, 0.3) solid;
	border-top: 1.7vw transparent solid;
	border-bottom: 1.7vw transparent solid;
}

.new .images_under_main_p aside {
	border: none;
	width: 2.8vw;
	height: 3.5vw;
	background-repeat: no-repeat;
	background-size: 100% auto !important;
	opacity: 0.4;
	transform: none;
	transition: 0.3s opacity;
}

.new .images_under_main_p aside:nth-of-type(1) {
	background-image: url('../images/basic/btn_next.png');
	transform: scaleX(-1);
}

.new .images_under_main_p aside:nth-of-type(2) {
	background-image: url('../images/basic/btn_next.png');
}

.new .images_under_main_p aside:hover {
	opacity: 1;
}


/***** Main end *****/


/***** Choose your side *****/


.choose_your_side {
	width: 100%;
	background: #141c24;
}

.new .choose_your_side {
	background: transparent;
}

.choose_your_side h2 {
	width: 100%;
	height: 4.5vw;
	font-size: 2.4vw;
	background: url('../images/basic/blue_shadow_2.png') no-repeat,
				url('../images/basic/choose_en.png') no-repeat center 1vw;
	background-size: 100% 2.5vw, auto 2.5vw;
	padding-top: 1.1vw;
	text-shadow: 0 0 5px white;
}

.new .choose_your_side h2 {
	background: url('../images/basic/blue_shadow_2.png') no-repeat,
	url('../images/basic/choose_side_en.png') no-repeat center;

	background-size: 100%, 40%;
}

.confederation {
	width: 100%;
	height: 38.759vw;
	background: url('../images/basic/blue_side.jpg') no-repeat bottom;
	background-size: 100% auto !important;
	position: relative;
}

.new .confederation {
	background: url('../images/basic/f1_side_bg.jpg') no-repeat bottom;
}

.confederation h3,
.resistance h3 {
	font-size: 2.35vw;
	padding-top: 0.6vw;
}

.new .confederation h3,
.new .resistance h3 {
	font-weight: bold;
	padding-top: 0.3vw;
}

.confederation p,
.resistance p {
	width: 45%;
	font-size: 1.75vw;
	margin: 2.2vw auto 0 auto;
	line-height: 115%;
}

.resistance p {
	width: 45% !important;
	font-size: 1.75vw;
	margin: 2.3vw auto 0 auto;
	line-height: 115%;
}

.new .resistance p {
	width: 50% !important;
}

.confederation iframe {
	width: 39vw;
	height: 21.91vw;
	background: url('../images/basic/blue_side_video.jpg') no-repeat;
	background-size: 100% auto !important;
	position: absolute;
	top: 14.8vw;
	left: 50%;
	margin-left: -19.5vw;
	border: 0.5vw rgba(21, 151, 214, 0.4) solid;
	box-shadow: 0 0 35px rgba(21, 151, 214, 0.4);
	transition: all 0.3s;
	z-index: 3;
}

.new .confederation iframe {
	background: url('../images/basic/f1_video_bg.png') no-repeat;
	border: 0.5vw rgba(250, 250, 250, 0.3) solid;
}

@media all and (min-width: 901px) {

	.iframe_cursor_and_play_2:hover + iframe {
		border: 0.5vw rgba(21, 151, 214, 0.6) solid;
		box-shadow: 0 0 55px rgba(21, 151, 214, 0.8);
	}

}

.iframe_cursor_and_play_2,
.iframe_cursor_and_play_3 {
	width: 33vw;
	height: 18.539vw;
	position: absolute;
	top: 17vw;
	left: 50%;
	margin-left: -16.5vw;
	cursor: pointer;
	z-index: 5;
}

.new .iframe_cursor_and_play_2,
.new .iframe_cursor_and_play_3 {
	width: 39vw;
	top: 15.3vw;
	left: 47.5%;
}

.resistance {
	width: 100%;
	height: 38.759vw;
	background: url('../images/basic/red_side.jpg') no-repeat bottom;
	background-size: 100% auto !important;
	position: relative;
	margin-top: 2.7vw;
}

.new .resistance {
	margin-top: 0;
	background: url('../images/basic/f2_side_bg.jpg') no-repeat bottom;
}

.resistance iframe {
	width: 39vw;
	height: 21.91vw;
	background: url('../images/basic/red_side_video.jpg') no-repeat;
	background-size: 100% auto !important;
	position: absolute;
	top: 14.8vw;
	left: 50%;
	margin-left: -19.5vw;
	border: 0.5vw rgba(250, 0, 0, 0.4) solid;
	box-shadow: 0 0 35px rgba(250, 0, 0, 0.4);
	transition: all 0.3s;
}

.new .resistance iframe {
	background: url('../images/basic/f2_video_bg.png') no-repeat !important;
	background-size: 100% auto !important;
	border: 0.5vw rgba(250, 250, 250, 0.3) solid;
}

@media all and (min-width: 901px) {

	.iframe_cursor_and_play_3:hover + iframe {
		border: 0.5vw rgba(250, 0, 0, 0.6) solid;
		box-shadow: 0 0 75px rgba(250, 0, 0, 0.8);
	}

}

.iframe_cursor_and_play_2 div,
.iframe_cursor_and_play_3 div {
	width: 5vw;
	height: 5vw;
	background: url('../images/basic/play_icon_two.png') no-repeat;
	background-size: 100% auto !important;
	position: absolute;
	transition: all 0.3s;
	left: 50%;
	top: 50%;
	margin: -2.5vw 0 0 -2.5vw;
}

.new .iframe_cursor_and_play_2 div,
.new .iframe_cursor_and_play_3 div {
	background: url('../images/basic/btn_video.png') no-repeat;
	transform: translateY(-50%) translateX(-50%);
	margin: 0;
}

.iframe_cursor_and_play_2 div:hover,
.iframe_cursor_and_play_3 div:hover {
	background: url('../images/basic/play_icon_two_hover.png') no-repeat;
}

.new .iframe_cursor_and_play_2 div:hover,
.new .iframe_cursor_and_play_3 div:hover {
	background: url('../images/basic/btn_video_hover.png') no-repeat;
}

/***** Choose your side end *****/



/***** Footer *****/


footer {
	width: 100%;
	position: relative;
}

.new footer::before {
	content: '';
	width: 100%;
	height: 5vw;
	position: absolute;
	left: 0;
	background-image: url("../images/basic/blue_shadow_3.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	transform: rotate(180deg);
}

.new footer::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3vw;
	top: 0.65vw;
	left: 0;
	background-image: url('../images/basic/download_for_free_en.png');
	background-repeat: no-repeat;
	background-position: center;
}

footer .social_block {
	width: 100%;
	height: 5vw;
	margin: 0 auto;
	padding: 2vw 0 1.8vw 0;
	background: url('../images/basic/blue_shadow_3.png') no-repeat center 90%;
	background-size: 100% auto;
}

.social_block a {
	width: 4.5%;
	height: 15.3vw;
	max-height: 100px;
	display: inline-block;
	transition: -webkit-filter 0.3s, filter 0.3s;
}

@media all and (min-width: 901px) {

	.social_block a:hover {
		-webkit-filter: brightness(1.2);
		filter: brightness(1.2);
	}

}

.social_block a {
	background-size: 100% auto !important;
}

.new .social_block {
	display: flex;
	justify-content: center;
	gap: 1vw;
	background: none;
	padding-bottom: 0;
}

.new .social_block a {
	display: block;
	position: relative;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.social_block a:nth-of-type(1) {
	background: url('../images/basic/facebook.png') no-repeat;
}

.social_block a:nth-of-type(2) {
	background: url('../images/basic/discord.png') no-repeat;
}

.social_block a:nth-of-type(3) {
	background: url('../images/basic/vk.png') no-repeat;
}

.social_block a:nth-of-type(4) {
	background: url('../images/basic/youtube.png') no-repeat;
}

.new .social_block a.facebook {
	background-image: url('../images/socials/btn_fb.png');
}

.new .social_block a.discord {
    background-image: url('../images/socials/btn_dis.png');
}

.new .social_block a.vkontakte {
    background-image: url('../images/socials/btn_vk.png');
}

.new .social_block a.youtube {
    background-image: url('../images/socials/btn_you.png');
}

.new .social_block a.telegram {
    background-image: url('../images/socials/btn_tlg.png');
}

.new footer {
	position: relative;
	background-image: url('../images/basic/footer_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.new footer .link_block {
	bottom: unset;
	position: static;
	/*top: 10vw;*/
	display: flex;
	justify-content: center;
	height: 4.5vw;
	padding-top: 5.2vw;
}

footer p {
	width: 37%;
	height: 5vw;
	margin: 0.8vw auto 0 auto;
	padding: 2vw 0 0 10vw;
	text-align: left;	line-height: 130%;
	background: url('../images/basic/gear_games.png') no-repeat left 0.3vw;
	background-size: auto 80% !important;
	font-size: 0.7vw;
}

.new footer p {
	margin-top: 0;
	background: url('../images/basic/gg_logo.png') no-repeat left 0.3vw;
}

footer p a {
	color: #32c6f0;
}

.privacy {
	color: #32c6f0;
	font-size: 1;
}

/***** Footer end *****/
