@charset "utf-8";
@import 'https://wf.cdn.gmru.net/static/general/fonts/TacticSansExt/font.css';
@import 'https://wf.cdn.gmru.net/static/general/fonts/TacticSansReg/font.css';
@import 'https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/page/icons/wf_icons2/font.css';

@font-face {
    font-family: 'Suisse';
    src: url('https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/font/SuisseIntl.woff') format('woff'),
         url('https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/font/SuisseIntl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #25212c;
  color: #fff;
  font: 16px/20px Suisse, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  cursor: default;
}
main {
  max-width: 1920px;
  margin: auto;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
section {
  display: block;
  position: relative;
}

section * {
  box-sizing: border-box;
}
.content {
  /*max-width: 1440px;*/
  width: 100%;
  height: inherit;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 65px 0;
}
a {
  color: #FF5D15;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}


@media screen and (min-width: 1900px) {
  main:before,
  main:after {
    content: '';
    position: absolute;
    top:0;
    bottom:0;
    width: 70px;
    pointer-events: none;
    z-index: 3;
  }
  main:before {
    left: 0;
    background: linear-gradient(to right, #25212c, transparent);
  }
  main:after {
    right: 0;
    background: linear-gradient(to left, #25212c, transparent);
  }
}
/*------------------header-------------------*/
header {
  height: 47px;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 50;
}


/*------------------menu-------------------*/
.b-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
/*------------------content-------------------*/
h1 {
  margin: 0;
  font: normal 40px/40px TacticSansExt, sans-serif;
  color:#fff;
  text-transform: uppercase;
  margin: 0 0 45px;
}
h2 {
  text-transform: uppercase;
  font: normal 48px/52px TacticSansExt, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #FF5D15;
  margin: 0 0 34px;
}
h3 {
  text-transform: uppercase;
  font-size: 16px;
  color:#dd4610;
  margin: 0 0 20px;
  font-weight: normal;
}
.button {
  position: relative;
  font: 16px/62px TacticSansExt, Arial, Helvetica, sans-serif;
	height: 62px;
	max-width: 290px;
  width: 100%;
  padding: 0 7px;
	text-align: center;
	color: #fff;
	margin: auto;
	cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/button.png) no-repeat 50% 0;
}
.button:hover {
	background-position: 50% 100%;
}
.button--lg {
  max-width: 330px;
  width: 100%;
}

/*------------------navigation-------------------*/
.navigation {
  position: fixed;
  display: flex;
  left:0;
  right:0;
  top:0;
  height: 60px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  z-index: 11;
  font: normal 12px/14px TacticSansExt, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: rgba(0,0,0,.2);
}
.navigation__left {
  padding: 0 20px;
  white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,.2);
  text-decoration: none;
}
.navigation__left a {
  text-decoration: none;
  color: #fff;
}
.navigation__left a:hover {
  color: #FF5D15;
}
.navigation__left,
.navigation__right {
  height: 100%;
  display: flex;
  align-items: center;
}
.navigation__right > div,
.navigation__left {
  flex: 0 0 auto;
}
.navigation__right,
.navigation .top-menu {
  flex: 1 1 100%;
}
.lang {
  height: 100%;
  position: relative;
  width: 60px;
  border-left: 1px solid rgba(255,255,255,.2);
  border-right: 1px solid rgba(255,255,255,.2);
}
.lang .b-link {
  display: none;
  bottom:0;
  height: 100%;
}
.lang__current {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang__list {
  position: absolute;
  right:-1px;
  top:100%;
  margin-top: 1px;
  display: none;
  background: rgba(0,0,0,.2);
}
.lang:hover .lang__list {
  display: block;
}
.lang__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255,255,255,.2);
  border-top: none;
  text-decoration: none;
}
.lang__item:hover {
  color: #FF5D15;
}
.auth {
  height: 100%;
  position: relative;
  border-left: 1px solid rgba(255,255,255,.2);
}
.auth-link,
.username {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  cursor: pointer;
  padding: 0 18px;
}
.username {
  cursor: default;
}
.logout {
  display: none;
  position: absolute;
  right:0;
  top:100%;
  align-items: center;
  justify-content: center;
  height: 60px;
  cursor: pointer;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-top: none;
  box-sizing: border-box;
  min-width: calc(100% + 2px);
  cursor: pointer;
  margin-right: -1px;
  margin-top: 1px;
  background: rgba(0,0,0,.2);
}
.logout:hover {
  color: #FF5D15;
}
.auth:hover .logout {
  display: flex;
}
.auth__icon {
  display: none;
  position: relative;
  width: 59px;
  height: 100%;
  border-left: 1px solid rgba(255,255,255,.2);
  cursor: pointer;
}
.auth__icon:before {
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/user.png) no-repeat 0 0;
  pointer-events: none;
}


.top-menu__wrap {
  display: flex;
}
.top-menu {
  height: 100%;
}
.top-menu__icon {
  display: none;
  position: relative;
  height: 100%;
  width: 60px;
  border-left: 1px solid rgba(255,255,255,.2);
  cursor: pointer;
}
.top-menu__icon:before {
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width: 20px;
  height: 12px;
  margin: auto;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/menu.png) no-repeat 0 0;
  pointer-events: none;
}
.top-menu__item {
  display: flex;
  height: 59px;
  align-items: center;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}
.top-menu__item:hover {
  color: #FF5D15;
}
.top-menu__item.active {
  color: #FF5D15;
}

#vpl_content {
  border:1px solid #FF5D15;
  box-sizing: border-box;
}
#vpl_content:before {
  content: '';
  position: absolute;
  top:100%;
  left: -1px;
  right: -1px;
  height: 21px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/video-decor.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
body #vpl_close {
  background: #ff5d15 url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/video-close.png) no-repeat 50% 50%;
  max-width: 50px;
  max-height: 50px;
  opacity: 1;
}
body #vpl_close:hover {
  background-color: #bd3a00;
}


.content-title {
  max-width: 610px;
  margin: 0 auto 35px;
  font: normal 38px/40px TacticSansExt, sans-serif;
  text-transform: uppercase;
}
.content-title span {
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 25px;
  color: #FF5D15;
}
.content-text {
  color: #b7b6b7;
  max-width: 430px;
  margin: 0 auto 35px;
}

/* slider */
.content .slick-arrow {
  position: absolute;
  width: 22px;
  height: 38px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/arrow.png) no-repeat 0 0;
  outline: 0;
  z-index: 10;
  transform: none;
}
.content .slick-next {
  background-position: 100% 0;
}
.content .slick-arrow:hover {
  background-position: 0 100%;
}
.content .slick-next:hover {
  background-position: 100% 100%;
}

/*------------------sect0-------------------*/
.sect0 {
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/sect0-bg.jpg) no-repeat 50% 0;
  background-size: cover;
}

.sect0:after {
  content: '';
  position: absolute;
  left: 0;
  right:0;
  bottom:0;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(to top, #0b0713, transparent);
}
.sect0 .content {
  padding: 240px 0 140px;
  z-index: 1;
}
.sect0 .content:before {
  content: '';
  position: absolute;
  bottom:0;
  height: 1px;
  left:0;
  right:0;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/section-hr.png) no-repeat 50% 0;
  z-index: 2;
}
.logo {
  max-width: 90%;
  margin: 0 auto 40px;
}
.logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@keyframes play {
	100% {
		transform: rotate(360deg);
	}
}
.play {
  position: relative;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin: 0 auto 55px;
}
.play:before {
  content: '';
  position: absolute;
  left: 46px;
  top:0;
  bottom:0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent transparent transparent #fff;
  pointer-events: none;
}
.play:after {
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  margin: auto;
  width: 94px;
  height: 94px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/play.png) no-repeat 0 0;
  animation: play 10s infinite linear;
  pointer-events: none;
}
.play:hover:after {
  background-position: 0 100%;
}

/*------------------sect1-------------------*/
.sect1 {
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/sect1-bg.jpg) no-repeat 50% 0%;
  background-size: cover;
}
.sect1:after {
  content: '';
  position: absolute;
  left:0;
  right:0;
  height: 31px;
  bottom:0;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/dust-top.png) no-repeat 50% 0%;
  background-size: 100% 100%;
  z-index: 5;
  pointer-events: none;
}
.sect1 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 770px;
}
.sect1 .content-text {
  margin-bottom: 0;
}
/*------------------sect2-------------------*/
.sect2 {
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/dust.png) repeat 50% 50%;
}
.sect2 .content:before {
  content: '';
  position: absolute;
  bottom:0;
  height: 1px;
  left:0;
  right:0;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/section-hr.png) no-repeat 50% 0;
  z-index: 2;
}

.sect2:before,
.sect2:after {
  content: '';
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.sect2:before {
  bottom: 2%;
  right:50%;
  margin-right: 280px;
  width: 694px;
  height: 981px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/mech/decor-l.png) no-repeat 0 0;
}
.sect2:after {
  bottom: 1%;
  left:50%;
  margin-left: 400px;
  width: 499px;
  height: 924px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/mech/decor-r.png) no-repeat 0 0;
}

.mechs {
  position: relative;
  max-width: 920px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}
.mechs:before {
  content: '';
  position: absolute;
  width: 195px;
  height: 173px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/blot-s.png) no-repeat 0 0;
  top: 10%;
  left: -49px;
  pointer-events: none;
  z-index: 4;
}
.mechs:after {
  content: '';
  position: absolute;
  width: 311px;
  height: 278px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/blot.png) no-repeat 0 0;
  top: -140px;
  right: -91px;
  pointer-events: none;
  transform: rotate(-60deg);
  z-index: 4;
}
.mechs .slick-list {
  padding: 0!important;
}
.mech {
  margin: 0 5px 14px;
  max-width: 300px;
  width: 30%;
  background: #fff;
  overflow: visible!important;
  z-index: 6;
}
.mech__video {
  position: relative;
  overflow: hidden;
  margin: 10px 10px 0;
  z-index: 1;
}
.mech__video img {
  display: block;
  width: 100%;
  height: auto;
}
.mech__video video {
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  height: 100%;
  width: 100%;
}
.mech__text {
  position: relative;
  background: #ff5d15;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font: 16px/20px TacticSansExt, sans-serif;
  z-index: 2;
}
.mech__text:before,
.mech__text:after {
  content: '';
  position: absolute;
  left:0;
  right:0;
  pointer-events: none;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/mech/text.png) no-repeat 50% 0;
}
.mech__text:before {
  height: 6px;
  bottom: 100%;
}
.mech__text:after {
  height: 4px;
  background-position: 50% 100%;
  top: 100%;
}

.mechs .slick-arrow {
  bottom: auto;
  top:100%;
  margin-top: 25px;
}
.mechs .slick-prev {
  left: 50%;
  margin-left: -100px;
}
.mechs .slick-next {
  right: 50%;
  margin-right: -100px;
}
.mech-slider-num {
  display: none;
  margin-top: 30px;
  font: normal 13px/13px TacticSansExt, Arial, Helvetica, sans-serif;
  text-align: center;
  pointer-events: none;
}

/*------------------sect3-------------------*/
.sect3 {
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/dust.png) repeat 50% 50%;
}

.sect3:before,
.sect3:after {
  content: '';
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.sect3:before {
  top: 180px;
  right:50%;
  margin-right: 520px;
  width: 232px;
  height: 528px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/achiev/decor-l.png) no-repeat 0 0;
}
.sect3:after {
  top: 480px;
  left:50%;
  margin-left: 530px;
  width: 231px;
  height: 332px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/achiev/decor-r.png) no-repeat 0 0;
}

.achievs {
  position: relative;
  max-width: 940px;
  margin: auto;
  background: #fff;
  padding: 10px;
  display: grid;
  grid-template-areas: "gun gun gun"
                       "bull mark mark"
                       "bull strip strip"
                       "guns guns guns";
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 410px 150px 150px 410px;
	gap: 10px 10px;
  z-index: 6;
}
.achievs:after {
  content: '';
  position: absolute;
  width: 311px;
  height: 278px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/blot.png) no-repeat 0 0;
  top: -150px;
  left: -131px;
  pointer-events: none;
  z-index: -1;
}
.achievs:before {
  content: '';
  position: absolute;
  top:100%;
  left:0;
  right: 0;
  height: 8px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/white-bot.png) no-repeat 50% 0;
  background-size: 100% 100%;
}

.achiev {
  position: relative;
  border: 3px solid #000;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/item-bg.jpg) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.achiev img {
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  margin: auto;
  max-width: 80%;
  height: auto;
  max-height: 90%;
  width: auto;
  z-index: 1;
}
.a-gun {
  grid-area: gun;
}
.a-bull {
  grid-area: bull;
}
.a-mark {
  grid-area: mark;
}
.a-coin {
  grid-area: coin;
}
.a-strip {
  grid-area: strip;
}
.a-guns {
  grid-area: guns;
}
.a-guns img {
  top:auto;
  bottom:0;
}
.achiev__title {
  position: absolute;
  left:17px;
  top: 15px;
  font: normal 24px/26px TacticSansExt, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: left;
  z-index: 2;
}

.achievs .slick-arrow {
  bottom: auto;
  top:100%;
  margin-top: 25px;
}
.achievs .slick-prev {
  left: 50%;
  margin-left: -100px;
}
.achievs .slick-next {
  right: 50%;
  margin-right: -100px;
}
.achiev-slider-num {
  display: none;
  margin-top: 37px;
  font: normal 13px/13px TacticSansExt, Arial, Helvetica, sans-serif;
  text-align: center;
  pointer-events: none;
}
.sect3 .gun-stats {
  position: absolute;
  left:5px;
  right:5px;
  bottom:7px;
}
.gun-stats {
  display: flex;
}
.gun-stat {
  position: relative;
  border: 1px solid #fff;
  margin: 0 5px;
  height: 100px;
  max-width: 100px;
  width: 16.5%;
}
.gun-stat__name {
  position: absolute;
  left:9px;
  right:9px;
  bottom:7px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: left;
}
.gun-stat__value {
  position: absolute;
  right:9px;
  top:7px;
  font: normal 24px/24px TacticSansExt, Arial, Helvetica, sans-serif;
}

/*------------------sect4-------------------*/
.sect4 {
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/sect4-bg.jpg) repeat 50% 50%;
  background-size: cover;
}
.sect4:before {
  content: '';
  position: absolute;
  left:0;
  right:0;
  height: 42px;
  top:0;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/dust-bot.png) no-repeat 50% 0%;
  background-size: 100% 100%;
  z-index: 5;
  pointer-events: none;
}
.sect4:after {
  content: '';
  position: absolute;
  left:0;
  right:0;
  height: 31px;
  bottom:0;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/dust-top.png) no-repeat 50% 0%;
  background-size: 100% 100%;
  z-index: 5;
  pointer-events: none;
}
.sect4 .content {
  padding-top: 100px;
  padding-bottom: 0;
}
.armor-wrap {
  position: relative;
  max-width: 1100px;
  margin: auto;
  text-align: left;
}
.armors {
  position: relative;
  margin-left: 50%;
  z-index: 1;
}
.armor-nav {
  padding: 0 0 27px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  margin: 0 0 30px;
}
.armor-nav div {
  display: inline-block;
  font-size: 38px;
  height: 38px;
  overflow: hidden;
  margin-right: 23px;
  cursor: pointer;
}
.armor-nav div:hover:not(.on) {
  color: #bd3a00;
}
.armor-nav div.on {
  cursor: default;
  color: #ff5d15;
}

.armor .armor-info {
  display: none;
}
.armor.active .armor-info {
  display: block;
}
.armor-imgs {
  margin: 0 0 20px;
}
.armor-img {
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 6px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/armor/set.png) repeat 0 0;
  background-clip: border-box;
}
.medic > div:nth-child(1) {
  background-position: 0 -100px;
}
.medic > div:nth-child(2) {
  background-position: -90px -100px;
}
.medic > div:nth-child(3) {
  background-position: -180px -100px;
}
.medic > div:nth-child(4) {
  background-position: -270px -100px;
}

.rifleman > div:nth-child(1) {
  background-position: -380px -100px;
}
.rifleman > div:nth-child(2) {
  background-position: -470px -100px;
}
.rifleman > div:nth-child(3) {
  background-position: -560px -100px;
}
.rifleman > div:nth-child(4) {
  background-position: -650px -100px;
}

.sniper > div:nth-child(1) {
  background-position: 0 0;
}
.sniper > div:nth-child(2) {
  background-position: -90px 0;
}
.sniper > div:nth-child(3) {
  background-position: -180px 0;
}
.sniper > div:nth-child(4) {
  background-position: -270px 0;
}

.engineer > div:nth-child(1) {
  background-position: -380px 0;
}
.engineer > div:nth-child(2) {
  background-position: -470px 0;
}
.engineer > div:nth-child(3) {
  background-position: -560px 0;
}
.engineer > div:nth-child(4) {
  background-position: -650px 0;
}

.armor-tooltip {
  display: none;
  position: absolute;
  top:90px;
  right:-1px;
  width: 300px;
  padding: 10px;
  border: 1px solid #FF5D15;
  background: #221e29;
}
.armor-tooltip:after {
  content: '';
  position: absolute;
  right:-1px;
  left:-1px;
  top:100%;
  margin-top: 2px;
  height: 8px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/tooltip-bottom.png) no-repeat 50% 0;
}

.armor-img:hover .armor-tooltip {
  display: block;
}


.armor-tooltip__close {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/tooltip-close.png) no-repeat 0 0;
  cursor: pointer;
}
.armor-tooltip__title {
  font: 14px/16px TacticSansExt, sans-serif;
  text-transform: uppercase;
  color: #FF5D15;
  margin: 0 30px 10px 0;
}

.armor-text {
  padding-bottom: 40px;
}
.armor-full {
  position: absolute;
  right:100%;
  z-index: -1;
  margin-right: 100px;
  bottom:0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
.active .armor-full {
  opacity: 1;
  visibility: visible;
}

/*------------------sect5-------------------*/
.sect5 {
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/dust.png) repeat 50% 50%;
}
.sect5:before,
.sect5:after {
  content: '';
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.sect5::before {
  top: 20%;
  right:50%;
  margin-right: 520px;
  width: 496px;
  height: 416px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/pvp/decor-l.png) no-repeat 0 0;
}
.sect5::after {
  bottom: 5%;
  left:50%;
  margin-left: 520px;
  width: 486px;
  height: 403px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/pvp/decor-r.png) no-repeat 0 0;
}
.pvp {
  position: relative;
  max-width: 940px;
  margin: auto;
  padding: 10px;
  background: #fff;
}
.pvp:before {
  content: '';
  position: absolute;
  top:100%;
  left:0;
  right: 0;
  height: 8px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/white-bot.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
.pvp:after {
  content: '';
  position: absolute;
  width: 311px;
  height: 278px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/blot.png) no-repeat 0 0;
  top: -146px;
  right: -154px;
  pointer-events: none;
}
.pvp img {
  display: block;
  width: 100%;
  height: auto;
}
.pvp .slick-arrow {
  top: 0;
  bottom: 110px;
  margin: auto;
}
.pvp .slick-prev {
  left: 20px;
}
.pvp .slick-next {
  right: 20px;
}
.pvp .slick-dots {
  padding: 10px 0 0;
  display: flex!important;
  justify-content: space-between;
  position: relative;
  bottom:0;
}
.pvp .slick-dots li {
  position: relative;
  width: 19.5%;
  height: 100px;
  background-position: 50% 0;
  background-size: auto 100%;
  cursor: pointer;
}
.pvp li.slick-active:after {
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  border: 2px solid #ff5d15;
}
.pvp #slick-slide00 {
  background-image: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/pvp/0.jpg);
}
.pvp #slick-slide01 {
  background-image: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/pvp/1.jpg);
}
.pvp #slick-slide02 {
  background-image: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/pvp/2.jpg);
}
.pvp #slick-slide03 {
  background-image: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/pvp/4.jpg);
}
.pvp #slick-slide04 {
  background-image: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/pvp/5.jpg);
}
.pvp-slider-num {
  display: none;
  position: absolute;
  top:100%;
  margin-top: 30px;
  left:0;
  right:0;
  font: normal 13px/13px TacticSansExt, Arial, Helvetica, sans-serif;
  text-align: center;
  pointer-events: none;
}
/*------------------sect6-------------------*/
.sect6 {
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/sect6-bg.jpg) no-repeat 50% 0%;
  background-size: cover;
}
.sect6 .content {
  padding-bottom: 112px;
  z-index: 1;
}
.sect6 .content:before {
  content: '';
  position: absolute;
  width: 1950px;
  bottom:0;
  left:50%;
  top:0;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/bp/bg-decor.png) no-repeat 50% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.sect6:before {
  content: '';
  position: absolute;
  left:0;
  right:0;
  height: 42px;
  top:0;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/dust-bot.png) no-repeat 50% 0;
  background-size: 100% 100%;
  z-index: 5;
  pointer-events: none;
}
.sect6:after {
  content: '';
  position: absolute;
  left:0;
  right:0;
  height: 31px;
  bottom:0;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/dust-top.png) no-repeat 50% 0;
  background-size: 100% 100%;
  z-index: 5;
  pointer-events: none;
}

.bp-nav {
  margin: 0 0 55px;
}
.bp-nav div {
  display: inline-block;
  width: 248px;
  height: 48px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/button-s.png) no-repeat 0 0;
  margin: 0 8px 10px;
  font: normal 11px/45px TacticSansExt, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
}
.bp-nav div:hover:not(.on) {
  background-position: 0 -48px;
}
.bp-nav div.on {
  background-position: 0 100%;
  cursor: default;
  color: #fff;
}

.bp-items {
  position: relative;
}
.bp-item {
  position: absolute;
  top:0;
  left:0;
  right:0;
  opacity: 0;
  visibility: hidden;
}
.bp-item.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.bp-slider {
  position: relative;
  max-width: 942px;
  height: 150px;
  margin: 0 auto 10px;
  padding: 0 40px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/bp/bg.jpg) no-repeat 50% 0;
}
.bp-slider:before,
.bp-slider:after {
  content: '';
  position: absolute;
  height: 4px;
  left:-8px;
  right:-8px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/bp/decor.png) no-repeat 50% 0;
  pointer-events: none;
  background-size: 100% 100%;
}
.bp-slider:before {
  top:-3px;
}
.bp-slider:after {
  bottom:-3px;
}
.bp-slider .slick-list {
  border-right: 1px solid #fff;
}
.bp-slider .slick-arrow {
  top:0;
  bottom: 0;
  margin: auto;
}
.bp-slider .slick-prev {
  left: 8px;
}
.bp-slider .slick-next {
  right: 8px;
}
.bp-img {
  position: relative;
  height: 150px;
  border-left: 1px solid #fff;
}
.bp-img img {
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin: auto;
  max-width: 90%;
  height: auto;
}

/*------------------sect7-------------------*/
.sect7 {
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/dust.png) repeat 50% 50%;
}
.sect7 .content {
  padding-bottom: 100px;
}
.sect7 .content:before {
  content: '';
  position: absolute;
  bottom:0;
  height: 1px;
  left:0;
  right:0;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/section-hr.png) no-repeat 50% 0;
  z-index: 2;
}

.sect7:before,
.sect7:after {
  content: '';
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.sect7:before {
  top: 90px;
  right:50%;
  margin-right: 520px;
  width: 425px;
  height: 377px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/gun/decor-l.png) no-repeat 0 0;
}
.sect7:after {
  top: 40%;
  left:50%;
  margin-left: 530px;
  width: 363px;
  height: 399px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/gun/decor-r.png) no-repeat 0 0;
}

.guns {
  position: relative;
  max-width: 940px;
  margin: auto;
  background: #fff;
  padding: 10px;
}
.guns:after {
  content: '';
  position: absolute;
  width: 311px;
  height: 278px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/blot.png) no-repeat 0 0;
  top: -150px;
  left: -131px;
  pointer-events: none;
}
.guns:before {
  content: '';
  position: absolute;
  top:100%;
  left:0;
  right: 0;
  height: 8px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/white-bot.png) no-repeat 50% 0;
  background-size: 100% 100%;
}

.gun {
  border: 3px solid #000;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/item-bg.jpg) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.gun img {
  display: block;
  margin: 20px auto;
  max-width: 80%;
  height: auto;
}

.gun:before {
  content: '';
  position: absolute;
  width: 195px;
  height: 173px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/blot-s.png) no-repeat 0 0;
  bottom: -76px;
  right: -84px;
  pointer-events: none;
  transform: rotate(157deg);
  z-index: 4;
}
.sect7 .gun-stats {
  margin: 0 5px 10px;
}

/*------------------sect8-------------------*/
.sect8 {
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/sect8-bg.jpg) no-repeat 50% 0%;
  background-size: cover;
}
.sect8 .content {
  padding: 0 0 40%;
  z-index: 1;
}
.sect8 video {
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.video-info {
  position: absolute;
  left:5%;
  right:5%;
  top:50%;
  transform: translateY(-50%);
  z-index: 2;
}


@media screen and (max-width: 1360px) {
  .content {
    padding-left: 5%;
    padding-right: 5%;
  }
  body footer {
    min-width: 1px;
  }
  footer .copyright p {
    padding: 0 5%;
  }
  .top-logo:before {
    width: 139px;
  }
  .sect2:before,
  .sect2:after,
  .sect3:before,
  .sect3:after,
  .sect5:before,
  .sect5:after,
  .sect7:before,
  .sect7:after {
    display: none;
  }
}
@media screen and (max-width: 1230px) {
  .navigation.on {
    background: rgba(0,0,0,.7);
  }
  .navigation__left {
    flex: 1 1 auto;
  }
  .navigation__right {
    flex: 0 0 auto;
  }
  .top-menu {
    flex: 0 0 auto;
  }
  .top-menu__icon {
    display: block;
  }
  .top-menu__wrap {
    display: none;
    position: absolute;
    left:0;
    right: 0;
    top:100%;
    text-align: left;
    background: rgba(0,0,0,.7);
    margin-top: 1px;
  }
  .on + .top-menu__wrap {
    display: block;
  }
  .top-menu__item {
    padding: 0 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }

  .sect8 .content {
    padding: 0 0 60%;
    z-index: 1;
  }
  .sect8 video {
    left:50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1017px) {
  .a-mark img {
    display: none;
  }
  .a-mark::before {
    content: '';
    position: absolute;
    left: 5%;
    right: 5%;
    top: 0;
    bottom: 0;
    background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/achiev/3-b.png) no-repeat 50% 50%;
    background-size: contain;
    z-index: 1;
    max-width: 386px;
    margin: auto;
  }
}
@media screen and (max-width: 1017px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .lang:hover .lang__list {
    display: none;
  }
  .lang .b-link {
    display: block;
  }
  .lang .on ~ .lang__list {
    display: block;
    background: rgba(0,0,0,.7);
  }
  .mechs:before,
  .mechs:after,
  .achievs:after,
  .pvp:after,
  .guns:after,
  .gun:before,
  .sect6 .content:before {
    display: none;
  }


  .achievs {
    grid-template-areas: "gun gun"
                         "bull mark"
                         "bull mark"
                         "strip strip"
                         "guns guns";
  grid-template-columns: 1fr 1fr;
   grid-template-rows: 370px 150px 150px 150px 295px;
   }

  .armors {
    margin-left: 40%;
  }
  .armor-full {
    margin-right: 20px;
  }
}

@media screen and (max-width: 800px) {
  body {
    font:  14px/18px TacticSans, Arial, Helvetica, sans-serif
  }

  .navigation {
    height: 40px;
  }
  .auth__icon {
    display: block;
  }
  .auth__info {
    position: absolute;
    right:0;
    left: 0;
    top:100%;
    margin-top: 1px;
    display: none;
    border: 1px solid rgba(255,255,255,.2);
    border-top: none;
    background: rgba(0,0,0,.7);
  }
  .on + .auth__info {
    display: block;
  }
  .logout {
    display: flex;
    position: static;
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.2);
    background: none;
  }
  .top-logo {
    border:0;
  }
  .auth {
    position: static;
  }

  .lang,
  .auth__icon,
  .top-menu__icon {
    width: 39px;
  }
  .lang__item {
    width: 40px;
    height: 40px;
  }
  .auth-link,
  .username,
  .logout,
  .top-menu__item {
    height: 39px;
    justify-content: flex-start;
  }


  .sect1 .content {
    height: 500px;
  }

  .mechs {
    display: inline-block;
    width: 920px;
    margin: 0 -310px;
  }
  .mech {
    opacity: .4;
    transition: opacity .3s;
    margin-bottom: 4px;
  }
  .mech.slick-center {
    opacity: 1;
  }
  .mech-slider-num {
    display: block;
  }

  .gun-stat__name {
    font-size: 10px;
    line-height: 12px;
  }

  .armors {
    margin-left: 35%;
  }
  .armor-full {
    margin-right: 10px;
  }
  .armor-imgs {
    position: relative;
  }
  .armor-img {
    position: static;
    cursor: pointer;
  }
  .armor-tooltip {
    width: 100%;
    left:0;
    right:0;
    margin: 0;
    top:90px;
  }

  .armor-img.on {
    border-color: #FF5D15;
  }
  .armor-img:hover .armor-tooltip {
    display: none;
  }
  .armor-tooltip__close,
  .armor-img.on .armor-tooltip {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  body {
    font-size: 14px/18px TacticSans, Arial, Helvetica, sans-serif
  }
  .content-title {
    font-size: 24px;
    line-height: 26px;
  }
  .sect0 .content {
    padding: 200px 5% 60px;
  }
  .sect1 .content {
    height: 400px;
  }
  .pvp {
    margin-bottom: 80px;
  }
  .pvp .slick-dots {
    display: none!important;
  }
  .pvp-slider-num {
    display: block;
  }
  .pvp .slick-arrow {
    bottom: auto;
    top:100%;
    margin-top: 28px;
  }
  .pvp .slick-prev {
    left: 50%;
    margin-left: -100px;
  }
  .pvp .slick-next {
    right: 50%;
    margin-right: -100px;
  }


  .achievs {
    display: block;
    max-width: 340px;
  }
  .achiev {
    height: 370px;
  }
  .achiev__title {
    font-size: 14px;
    line-height: 16px;
  }
  .achiev-slider-num {
    display: block;
  }
  .a-gun img {
    bottom: auto;
    top: 60px;
  }
  .a-guns::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom:0;
    background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/heist/images/achiev/6-s.png?1) no-repeat 0 50%;
    background-size: contain;
    z-index: 1;
  }
  .a-guns img {
    display: none;
  }

  .gun-stats {
    flex-wrap: wrap;
  }
  .gun-stat {
    margin-top: 10px;
    width: 30%;
    height: 90px;
  }

  .sect7 .gun-stats {
    max-width: 330px;
    margin: 0 auto 10px;
  }


  .armors {
    margin-left: 0;
    text-align: center;
  }
  .armor-text {
    min-height: 1px;
    padding-bottom: 10px;
  }
  .armor-full {
    position: static;
    display: none;
  }
  .active .armor-full {
    display: block;
  }
  .armor-full img {
    display: block;
    max-width: 60%;
    height: auto;
    margin: auto;
  }
}


/*------------------footer-------------------*/
body footer {
  background: #161617;
  padding: 10px 0;
  height: auto;
  width: 100%;
  overflow: hidden;
}
body footer > div {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
body footer > div > div {
  display: block;
  text-align: center;
}
footer > div.logos > div > * {
  display: inline-block;
  vertical-align: middle;
}
