<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

@import 'https://wf.my.com/static/general/fonts/Quantico/font.css';
@import 'https://wf.my.com/static/general/fonts/Plumb/font.css';
@import 'https://wf.my.com/static/wf.my.com/img/main/page/icons/wf_icons2/font.css';

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	}

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	}

body {
	width: 100%;
	min-width: 1024px;
	height: 100%;
	box-sizing: border-box;
	background-color: #111111;
	font: 16px/1.4 Plumb, Arial, Helvetica, sans-serif;
	color: #a9aeb3;
	}

/*--- Button ---*/

.button, a.button, button.mcBtn {
	text-transform: uppercase;
    font: 24px/40px Quantico, Arial, Helvetica, sans-serif;
	height: 40px;
	padding: 0 18px;
	text-align: center;
	background: #ff4400;
	color: #fff;
	margin: auto;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.button:hover, a.button:hover, button.mcBtn:hover {
	color: #000 !important;
	background: #fff;
}

.button.is-disabled, .button.is-disabled:hover {
	background-color: #575C61;
	color: #A9AEB3 !important;
	cursor: default;
}

/*--- header ---*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 40;
	background: #000;
	width: 100%;
	min-width: 1024px;
}
	.header__logo {
		margin: 8px 25px 0;
	}
	.header__bt {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 15px;
		width: 200px;
	}
	.header__bt_big {
		width: 300px;
	}
.header__right {
	float: right;
	margin-right: 40px;
	height: 72px;
	line-height: 72px;
}
.lang {
		position: relative;
		text-transform: uppercase;
		cursor: pointer;
		font-size: 14px;
		z-index: 10;
		display: inline-block;
		}
		.lang__current {
			position: relative;
			color: #fff;
			padding: 0px 25px;;
			box-sizing: border-box;
			width: 190px;
		}
		.lang__current:after {
		    position: relative;
		    top: -3px;
		    display: inline-block;
		    width: 0;
		    height: 0;
		    margin-left: 10px;
		    content: '';
		    transition: transform 300ms cubic-bezier(0.5, -0.5, 0.5, 1.5) 0s, -webkit-transform 300ms cubic-bezier(0.5, -0.5, 0.5, 1.5) 0s;
		    border-width: 4px 4px 0 4px;
		    border-style: solid;
		    border-color: #777a7e transparent transparent transparent;
		}
		.lang:hover .lang__current:after {
			transform: rotate(180deg);
		}
		.lang__list {
		    position: absolute;
		    top: 70px;
		    left: 10px;
		    padding: 15px 15px 0;
		    transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
		    transform: scaleY(0);
		    transform-origin: left top 0;
		    text-align: left;
		    opacity: 0;
		    background: #000;
		    will-change: transform;
		    width: 160px;
		}
		.lang:hover .lang__list {
		    transform: scaleY(1);
		    opacity: 1;
		}
			.lang__item {
				line-height: 15px;
				margin-bottom: 15px;
				color: #fff;
				display: block;
				text-decoration: none;
			}
			.lang__flag {
				display: inline-block;
				vertical-align: middle;
				width: 16px;
				height: 12px;
				background-image: url(https://wf.my.com/promo/starters/data/img/flag.png);
				margin-right: 10px;
				position: relative;
				top: -2px;
			}
			.lang__flag.flag_ru { background-position: center 0; }
			.lang__flag.flag_en { background-position: center -12px; }
			.lang__flag.flag_fr { background-position: center -24px; }
			.lang__flag.flag_de { background-position: center -36px; }
			.lang__flag.flag_po { background-position: center -48px; }

			.lang__item:hover {
				color: #ff4400;
			}

.header__login {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	vertical-align: top;
}

/*--- content ---*/
.video {
	background: #000;
	position: relative;
	z-index: 55;
	height: 100vh;
}
.video__wrap {
	height: 70vh;
	min-width: 100%;
	display: block;
	vertical-align: baseline;
	overflow: hidden;
	z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	}
	.video__wrap:after {
		content: '';
		width: 100%;
		height: 100%;
		background: url(https://wf.my.com/promo/starters/data/img/pattern.png);
		display: block;
		position: absolute;
		top: 0;
		left: auto;
		opacity: .25;
	}
	.video__wrap video {
		width: auto;
		min-width: 100%;
		min-height: 100%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		z-index: -100;
		}

.scroll {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30px;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	font: 16px/20px Quantico;
	text-align: center;
	z-index: 10;
}
	.scroll__icon {
		display: block;
	    width: 23px;
	    height: 46px;
	    margin: 0 auto 10px;
	    border: 2px solid #fff;
	    border-radius: 13px;
	}
		.scroll__icon span {
		    display: block;
		    width: 1px;
		    height: 1px;
		    margin: 6px auto;
		    -webkit-animation-name: scroll;
		    animation-name: scroll;
		    -webkit-animation-duration: 1s;
		    animation-duration: 1s;
		    -webkit-animation-iteration-count: infinite;
		    animation-iteration-count: infinite;
		    border: 1px solid transparent;
		    border-radius: 50%;
		    background: #fff;

		    -webkit-animation-fill-mode: both;
		    animation-fill-mode: both;
		}
		@-webkit-keyframes scroll {
		  0% {
		    -webkit-transform: translateY(0);
		    transform: translateY(0);
		    opacity: 1;}
		  100% {
		    -webkit-transform: translateY(20px);
		    transform: translateY(20px);
		    opacity: 0;} }

		@keyframes scroll {
		  0% {
		    -webkit-transform: translateY(0);
		    transform: translateY(0);
		    opacity: 1;}
		  100% {
		    -webkit-transform: translateY(20px);
		    transform: translateY(20px);
		    opacity: 0;} }
.video__button {
	position: absolute;
	z-index: 15;
	right: 0;
	left: 0;
	bottom: 110px;
	margin: auto;
	width: 330px;
	padding: 15px 30px;
	font-size: 45px;
}
.video__button_fr {
	width: 450px;
}

.bundle__tabs {
	text-align: center;
    padding-top: 92px;
	position: relative;
	z-index: 10;
}
	.bundle__tab {
		display: inline-block;
		border: 1px solid currentColor;
		font: 24px/48px Quantico;
		text-transform: uppercase;
		color: #a9aeb3;
		min-width: 192px;
		padding: 0 15px;
		cursor: pointer;
	}
	.bundle__tab.is-active, .bundle__tab:hover {
		color: #ff4400;
	}

.bundle__arr {
	height: 72px;
	width: 41px;
	background: url(https://wf.my.com/promo/starters/data/img/arrow.png);
	position: absolute;
	top: -80px;
	bottom: 0;
	margin: auto;
	opacity: .25;
	cursor: pointer;
	z-index: 3;
}
	.bundle__arr.arr_left {
		background-position: 0 0;
		left: 20px;
	}
	.bundle__arr.arr_right {
		background-position: -41px 0;
		right: 20px;
	}
	.bundle__arr:hover {
		opacity: 1;
	}
.bundle {
	height: 100vh;
}
.bundle__slider {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
	min-width: 1024px;
}
	.bundle__slide {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		-webkit-transition: all ease .2s;
		transition: all ease .2s;
		z-index: 1;
	}
	.bundle__slide.is-active {
		opacity: 1;
		z-index: 2;
	}
	.bundle__slide.base {
		background: url(https://wf.my.com/promo/starters/data/img/bundle_base.png) center 170px no-repeat;
		background-size: auto 70%;
	}
	.bundle__slide.deluxe {
		background: url(https://wf.my.com/promo/starters/6/data/img/bundle_deluxe2.png) center 175px no-repeat;
		background-size: auto 70%;
	}
	.bundle__slide.arctic {
		background: url(https://wf.my.com/promo/starters/6/data/img/bundle_arctic.png) center 175px no-repeat;
		background-size: auto 70%;
	}
	.bundle__slide.guerilla {
		background: url(https://wf.my.com/promo/starters/6/data/img/bundle_guerilla.png) center 175px no-repeat;
		background-size: auto 70%;
	}

	.bundle__buy {
		position: absolute;
		text-align: center;
		bottom: 5vh;
		margin: auto;
		right: 0;
		left: 0;
	}
		.bundle__buy-text {
			color: #a9aeb3;
			font-size: 15px;
			margin-bottom: 15px;
		}
		.bundle__buy-price {
			color: #fff;
			text-transform: uppercase;
			font: 24px/1 Quantico;
			display: inline-block;
			margin-right: 30px;
		}
		.bundle__buy-bt {
			font-size: 35px;
			line-height: 50px;
			height: 50px;
		}
.bundle__weapon-list {
	position: absolute;
	right: -230px;
	top: 52%;
	transform: translate(0,-50%);
}
	.bundle__weapon-list_top {
		margin-top: -75px;
	}
		.bundle__weapon {
			background: #1f262c;
			width: 360px;
			height: 80px;
			position: relative;
			margin-bottom: 10px;
			padding: 12px;
			box-sizing: border-box;
			border: 1px solid transparent;
		}
			.bundle__weapon:hover {
				border: 1px solid #ff4400;
			}
			.bundle__weapon-name {
				color: #fff;
				font-size: 15px;
				display: inline-block;
				vertical-align: middle;
				width: 185px;
			}
			.bundle__weapon-name .icon-credit {
				display: inline-block;
				font-size: 14px;
				margin-left: 3px;
			}
			.bundle__weapon-img {
				display: inline-block;
				vertical-align: middle;
				width: 105px;
				margin-right: 10px;
				height: 100%;
				background-repeat: no-repeat;
				background-position: center;
				background-size: contain;
				position: relative;
			}
			.bundle__weapon-img.img_sniper {
				background-position: center 22px;
			}
			.bundle__weapon-img.img_vip {
				background-size: auto 80%;
			}
			.bundle__weapon-img.img_sniper:after {
				content: '';
				background: url(https://wf.my.com/promo/starters/6/data/img/item17.png) center no-repeat;
				background-size: contain;
			    width: 100%;
			    height: 37px;
			    position: absolute;
			    top: -6px;
			}
			.bundle__weapon-info {
				width: 25px;
				height: 25px;
				background: url(https://wf.my.com/promo/starters/6/data/img/icon_i.png) no-repeat;
				display: inline-block;
				vertical-align: middle;
			}
			.bundle__weapon-hint {
				position: absolute;
				top: 0;
				left: -610px;
				background: #1f262c;
				width: 600px;
				height: 350px;
				padding: 15px;
				box-sizing: border-box;
				display: none;
				z-index: 50;
			}
				.bundle__weapon-hint.hint_small {
					height: 260px;
				}
				.bundle__weapon:hover .bundle__weapon-hint {
					display: block;
				}
				.bundle__weapon:nth-last-child(2) .bundle__weapon-hint {
					top: -90px;
				}
				.bundle__weapon:last-of-type .bundle__weapon-hint {
					top: -180px;
				}
				.hint__title {
					text-transform: uppercase;
					color: #fff;
					font: 18px/22px Quantico;
				}
				.hint__text {
					margin: 5px 0 40px;
				}
				.hint_snaper .hint__text {
					margin-bottom: 15px;
				}
				.hint__list	{
					text-align: center;
				}
				.hint__item {
					text-align: center;
					display: inline-block;
					margin: 0 7px;
				}
				.hint_polar .hint__item {
					margin: 13px -23px 0;
				}
				.hint_jungle .hint__item, .hint_jungle .hint__item-name,
				.hint_winter .hint__item, .hint_winter .hint__item-name {
					position: absolute;
				}
				.hint_jungle .hint__item:nth-child(1) { left: 17px; top: 132px; }
				.hint_jungle .hint__item:nth-child(2) { right: 0px; top: 85px; }
				.hint_jungle .hint__item:nth-child(3) { right: 10px; top: 200px; }
				.hint_jungle .hint__item:nth-child(4) { left: -1px; top: 220px; }
				.hint_jungle .hint__item:nth-child(1) .hint__item-name { left: 8px; top: 76px; }
				.hint_jungle .hint__item:nth-child(2) .hint__item-name { left: 39px; top: 59px; }
				.hint_jungle .hint__item:nth-child(3) .hint__item-name { left: 37px; top: 87px; }
				.hint_jungle .hint__item:nth-child(4) .hint__item-name { left: 73px; top: 58px; }

				.hint_winter .hint__item:nth-child(1) { right: 0px; top: 68px; }
				.hint_winter .hint__item:nth-child(2) { left: 25px; top: 126px; }
				.hint_winter .hint__item:nth-child(3) { left: 40px; top: 259px; }
				.hint_winter .hint__item:nth-child(4) { right: 5px; top: 190px; }
				.hint_winter .hint__item:nth-child(1) .hint__item-name { left: 85px; top: 83px; }
				.hint_winter .hint__item:nth-child(2) .hint__item-name { left: 6px; top: 90px; }
				.hint_winter .hint__item:nth-child(3) .hint__item-name { left: 18px; top: 45px; }
				.hint_winter .hint__item:nth-child(4) .hint__item-name { left: 120px; top: 100px; }

				.hint_snaper .hint__item {
					margin: -8px 45px 0;
				}
				.hint_snaper .hint__item .hint__item-name { margin-top: 7px; }

				.hint__item-img_change {
				    height: 110px;
				    width: 485px;
					background-repeat: no-repeat;
					background-position: center;
					margin-top: -15px;
				}
		.bundle__action {
			text-align: center;
			margin-bottom: 10px;
		    display: flex;
		    justify-content: space-between;
		    align-items: center;
		}
		.bundle__action span {
			border: 1px solid #ff4400;
			display: inline-block;
			padding: 10px 0;
			margin-left: 10px;
			text-transform: uppercase;
			font: 18px/20px Quantico;
			color: #fff;
			width: 50%;
			text-align: center;
		}

.bundle__wrap {
	width: 960px;
	height: 100%;
	box-sizing: border-box;
	margin: auto;
	padding: 155px 0 0;
	position: relative;
}
	.bundle__face {
		position: absolute;
		left: 0;
		top: 195px;
	}
		.bundle__face-tab {
			width: 100px;
			height: 100px;
			border: 1px solid #a9aeb3;
			display: inline-block;
			margin-right: 20px;
			cursor: pointer;
			background-position: -69px -35px;
		    background-size: auto 560px;
		}
		.bundle__face-tab[data-type='1'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin1.png); background-position: -91px -61px; }
		.bundle__face-tab[data-type='2'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin2.png); background-position: -91px -70px; }
		.bundle__face-tab[data-type='3'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin3.png); background-position: -54px -61px; }
		.bundle__face-tab[data-type='4'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin4.png); background-position: -91px -61px; }
		.bundle__face-tab[data-type='5'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin5.png); }
		.bundle__face-tab[data-type='6'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin6.png); }
		.bundle__face-tab[data-type='7'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin7.png); }
		.bundle__face-tab[data-type='8'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin8.png); }

		.bundle__face-tab:hover, .bundle__face-tab.is-active {
			border: 1px solid #ff4400;
		}
	.bundle__class {
		position: absolute;
		left: 0px;
		top: 375px;
	}
		.bundle__class .bundle__title {
			margin-bottom: 25px;
		}
		.bundle__class-tab {
			color: #a2a7ac;
			font: 18px/20px Quantico;
			text-transform: uppercase;
			margin-bottom: 10px;
			margin-left: 40px;
			cursor: pointer;
		}
		.bundle__class-tab div {
			display: inline-block;
			margin-right: 10px;
			font-size: 28px;
			vertical-align: middle;
		    position: relative;
		    top: -3px;
		}
		.bundle__class-tab:hover, .bundle__class-tab.is-active {
			color: #ff4400;
		}
	.bundle__skin {
		width: 100%;
		height: 85%;
		background-repeat: no-repeat;
		background-size: contain;
    	background-position: 50% 0;
	}
	.bundle__skin[data-type='1'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin1.png); }
	.bundle__skin[data-type='2'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin2.png); }
	.bundle__skin[data-type='3'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin3.png); }
	.bundle__skin[data-type='4'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin4.png); }
	.bundle__skin[data-type='5'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin5.png); }
	.bundle__skin[data-type='6'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin6.png); }
	.bundle__skin[data-type='7'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin7.png); }
	.bundle__skin[data-type='8'] { background-image: url(https://wf.my.com/promo/starters/6/data/img/skin8.png); }

	.bundle__weapon-right {
		position: absolute;
		right: -90px;
	    top: 50%;
	    transform: translate(0,-50%);
	    margin-top: -75px;
	}
	.bundle__weapon-right .bundle__weapon:first-of-type .bundle__weapon-name {
		width: 185px;
	}
	.bundle__title {
		text-transform: uppercase;
		color: #fff;
		font: 18px/20px Quantico;
		margin-bottom: 15px;
	}

.table__title {
	text-transform: uppercase;
	color: #fff;
	font: 24px/20px Quantico;
	max-width: 1040px;
	margin: 0 auto 25px;
}
.table {
	padding: 50px 0 110px;
	font-size: 15px;
}
	.bundle__table {
		max-width: 1040px;
		width: 100%;
		margin: 0 auto;
		border-spacing: 0;
	}
		.bundle__table th {
			padding: 10px;
			text-transform: uppercase;
			border-right: 1px solid rgba(140,145,150,.11);
			border-top: 1px solid rgba(140, 145, 150, 0.5);
			border-bottom: 1px solid rgba(140, 145, 150, 0.5);
			text-align: center;
			font-weight: normal;
			font-size: 18px;
		}
		.bundle__table th:first-of-type { border-left: 1px solid rgba(140, 145, 150, 0.5); }
		.bundle__table th:last-of-type { border-right: 1px solid rgba(140, 145, 150, 0.5); }

		.bundle__table td {
			text-align: center;
			padding: 10px;
			width: 168px;
		}
		.bundle__table td:first-of-type {
			text-align: left;
			width: 260px;
		}

		.bundle__table tbody td {
			border-right: 1px solid rgba(140,145,150,.11);
			border-top: 1px solid rgba(140,145,150,.11);
		}
		.bundle__table tbody td:first-of-type { border-left: 1px solid rgba(140, 145, 150, 0.5); }
		.bundle__table tbody td:last-of-type { border-right: 1px solid rgba(140, 145, 150, 0.5); }
		.bundle__table tfoot tr:first-of-type td { border-top: 1px solid rgba(140, 145, 150, 0.5); }

		.bundle__table .button {
			width: 100%;
			padding: 0;
		}
		.bundle__table .button_fr {
			font-size: 20px;
		}
		.bundle__ok {
			width: 25px;
			height: 25px;
			background: url(https://wf.my.com/promo/starters/6/data/img/icon_done.png) center no-repeat;
			display: inline-block;
			font-size: 0;
			line-height: 0;
			vertical-align: middle;
		}
		.bundle__rowspan {
			line-height: 35px;
		}
		.bundle__rowspan .bundle__ok {
			margin-bottom: 5px;
		}
		.bundle__price {
			color: #fff;
		}
.class {
	width: 100%;
	max-width: 1920px;
	right: 0;
	left: 0;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	}

	.class__item {
		position: absolute;
		top: 0;
		padding: 0px;
		text-align: center;
		width: 25%;
		height: 100%;
		background: #000;
		-webkit-transition: width ease .4s;
		transition: width ease .4s;
		margin: auto;
		box-sizing: border-box;
		}
		.class__item:nth-child(1) {left: 0;}
		.class__item:nth-child(2) {left: 0; right: 25%;}
		.class__item:nth-child(3) {left: 0; right: -25%;}
		.class__item:nth-child(4) {right: 0;}

		.class__bg {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0px;
			background-color: #000;
			background-repeat: no-repeat;
			z-index: 1;
			border-right: 1px solid #111;
			border-left: 1px solid #111;
			}

			.class__bg.type1 {background-image: url(https://wf.my.com/promo/starters/data/img/class1.jpg); background-position: left 72px; left: 0; }
			.class__bg.type2 {background-image: url(https://wf.my.com/promo/starters/data/img/class2.jpg); }
			.class__bg.type3 {background-image: url(https://wf.my.com/promo/starters/data/img/class3.jpg); }
			.class__bg.type4 {background-image: url(https://wf.my.com/promo/starters/data/img/class4.jpg); background-position: right 72px; right: 0;}

			.class__bg.type2, .class__bg.type3 {
				background-position: center 72px;
			}
			.class__item:hover {
				width: 598px;
				}
			.class__item.animated {
				z-index: 2;
				}
			.class__item.active {
				z-index: 4;
				}
			.class__info {
				background: rgba(0,0,0,.8);
				width: 100%;
				height: 560px;
				position: absolute;
				bottom: 100px;
				left: 0;
				right: 0;
				z-index: 4;
				margin: auto;
				opacity: 0;
				-webkit-transition: all ease .4s;
				transition: all ease .4s;
				box-sizing: border-box;
				padding: 40px 60px 60px;
				text-align: left;
				color: #a9aeb3;
				font-size: 15px;
				line-height: 19px;
			}
			.class__info-wrap {
				width: 478px;
			}
			.class__item:hover .class__info {
				opacity: 1;
			}
			.class__title {
				font: 18px/20px Quantico;
				text-transform: uppercase;
				color: #fff;
				margin: 20px 0;
			}
			.class__title&gt;div {
			    display: inline-block;
			    margin-left: 5px;
			    font-size: 28px;
			    vertical-align: middle;
			    position: relative;
			    top: -3px;
			}
			.class__img {
				min-height: 190px;
			}
			.class__column {
				display: inline-block;
				vertical-align: top;
				margin-right: 50px;
			}
			.class__column:nth-child(odd) {
				text-align: center;
			}
			.class__column img {
				margin-top: 20px;
			}

	.class__text {
		background: #101010;
		height: 100px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		color: #fff;
		font: 48px/100px Quantico;
		z-index: 50;
	}
.pve, .pvp {
	padding-top: 72px;
}
.pve__item {
	position: relative;
	width: 50%;
	height: 33.33%;
	overflow: hidden;
}
	.pve__item:after {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.25);
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		transition: all 0.2s ease-in-out;
		opacity: 1;
		z-index: 5;
	}
	.pve__item:hover:after {
		opacity: 0;
	}
	.pve__item.type1 {
		height: 100%;
		float: left;
	}
	.pve__item.type3, .pve__item.type4 {
		float: left;
	}
	.pve__item.type5 {
		width: 100%;
	}
	.pve__title {
		text-transform: uppercase;
		font: 48px/1 Quantico;
		color: #fff;
		text-transform: uppercase;
		position: absolute;
		top: 20px;
		z-index: 6;
	}
	.pve__item.type1 .pve__title, .pve__item.type3 .pve__title { left: 20px; text-align: left; padding-right: 20px; }
	.pve__item.type2 .pve__title, .pve__item.type4 .pve__title { right: 20px; text-align: right; padding-left: 20px; }
	.pve__item.type5 .pve__title { right: 0px; left: 0; text-align: center; padding: 0 20px;}
	.pve__img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
    	transition: all 0.2s ease-in-out;
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	.pve__item:hover .pve__img{
		-webkit-transform: scale(1.07);
	    -ms-transform: scale(1.07);
	    transform: scale(1.07);
	}

@media only screen and (max-width: 1550px) {
	.bundle__arr {
		display: none;
	}
}

@media only screen and (max-width: 1470px) {
	.bundle__weapon-list {
		right: -90px;
	}
	.bundle__slide.deluxe {
	    background-position: 29% 175px;
	}
	.bundle__buy {
		right: 170px;
	}
	.bundle__slide.base .bundle__buy {
		right: 0px;
	}
}
@media only screen and (max-width: 1335px) {
	.class__text {
		font-size: 38px;
	}
}
@media only screen and (max-width: 1200px) {
	.bundle__tab {
		font-size: 20px;
		line-height: 40px;
		min-width: 160px;
	}
	.bundle__weapon-list, .bundle__weapon-right {
		right: 0px;
	}
	.bundle__slide.deluxe {
	    background-position: -5% 64%;
	    background-size: auto 55%;
	}
	.bundle__slide.arctic {
	    background-size: auto 58%;
	    background-position: center 245px;
	}
}

@media only screen and (max-width: 1000px) {
	html {
		overflow-x: scroll !important;
	}

}

@media only screen and (max-height: 920px) {
	.bundle__weapon-list, .bundle__weapon-right {
	    top: 165px;
	    transform: none;
	    margin-top: 0;
	}
	.bundle__weapon {
		height: 8vh;
		margin-bottom: 1vh;
		padding: 1vh 12px;
	}
	.bundle__weapon:last-of-type .bundle__weapon-hint,
	.bundle__weapon:nth-last-child(2) .bundle__weapon-hint,
	.bundle__weapon:nth-last-child(3) .bundle__weapon-hint {
		top: auto;
	}
	.bundle__weapon:last-of-type .bundle__weapon-hint { bottom: 0vh; }
	.bundle__weapon:nth-last-child(2) .bundle__weapon-hint { bottom: -9.2vh; }
	.bundle__weapon:nth-last-child(3) .bundle__weapon-hint { bottom: -18.2vh; }

	.bundle__weapon-img.img_sniper {
		background-position: center;
	}
	.bundle__weapon-img.img_sniper:after {
		display: none;
	}
	.bundle__weapon-name.name_small {
		font-size: 12px;
	}
}
@media only screen and (max-height: 720px) {
	.bundle__face {
		top: 165px;
	}
	.bundle__class {
		top: 335px;
	}
}

/* --- My.com header --- */

.mcTop {
	width: 100%;
	position: fixed;
	z-index: 100;
	}

/*--- buy frame ---*/

.frame {
    position: fixed;
    width: 100%;
    background: rgba(25,30,35,0.61);
    height: 100%;
    top: 0;
    left: 0;
	z-index: 50;
	display: none;
	overflow: auto;
}
.frame__layout {
	z-index: 30;
	position: relative;
	margin: auto;
	width: 890px;
    background: #191e23;
	color: #a9aeb3;
	padding: 10px 20px 15px;
	box-sizing: border-box;
	font-size: 15px;
}
	.frame__close {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 15px;
		height: 15px;
		background: url(https://wf.my.com/promo/starters/data/img/close.png);
		cursor: pointer;
	}
	.frame__title {
		font-size: 24px;
		color: #ff4400;
	}
	.frame__name {
		text-transform: uppercase;
	}
	.frame__column {
		display: inline-block;
		width: 49%;
		vertical-align: top;
		margin: 10px 0;
	}
	.frame__column li {
		list-style: none;
	}
	.frame__button {
	    border: 1px solid currentColor;
	    font: 24px/40px Quantico;
	    text-transform: uppercase;
	    color: #fff;
	    padding: 0 20px;
	    cursor: pointer;
	    margin: 20px auto 0;
	    text-align: center;
	    display: inline-block;
	}
	.frame__button:hover {
		background: #fff;
		color: #000;
	}
	.frame__load {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: url(https://wf.my.com/promo/starters/data/img/ajax_loader.gif) center no-repeat;
	    display: none;
	}
	.frame__payment {
		padding: 10px 0;
	}
	.payment__status {
	  display: none;
	  padding: 20px 100px 50px;
	  box-sizing: border-box;
	  color: #180d10;
	  text-align: center;
		background: #fff;
	}
	.payment__status-icon {
	  background-image: url(/static/wf.my.com/img/main/content/shop/checkout-vkpay-icons.svg);
	  background-repeat: no-repeat;
	  width: 56px;
	  height: 56px;
	  margin: 20px auto;
	}
	.payment__status-icon--error {
	  background-position: -112px 0;
	}
	.payment__status-icon--success {
	  background-position: -56px 0;
	}
	.payment__status-title {
	  font-weight: 700;
	  font-size: 22px;
	  line-height: 28px;
	  margin: 20px 0;
	}
	.payment__status a {
		color: #ff4400;
	}
	.payment__status a:hover {
		text-decoration: none;
	}
	@media only screen and (max-width: 720px) {
	  .payment__status {
	    padding: 20px 40px 50px;
	  }
	}
	@media only screen and (max-width: 630px) {
	  .iframe__text {
	    font:14px/16px plumb, Arial, Helvetica, sans-serif;
	  }
	}
</pre></body></html>