@charset "utf-8";
@import 'https://wf.cdn.gmru.net/static/general/fonts/Quantico/font.css';
@import 'https://wf.cdn.gmru.net/static/general/fonts/Plumb/font.css';
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  color: #a9aeb3;
  font: 16px/22px Plumb, Arial, Helvetica, sans-serif;
}
main {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.content {
  max-width: 1260px;
  padding: 0 15px;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.slider {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.slider__in {
  width: 100%;
  height: 100%;
}

.slider img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-arrow {
  display: none;
  position: absolute;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/page/details/slider_arr.png) 0 center no-repeat;
  border: none;
  opacity: 0.8;
  z-index: 11;
  width: 50px;
  height: 50px;
  top:0;
  bottom:0;
  margin: auto;
  cursor: pointer;
  text-indent: -99999px;
  outline: none;
}
.slick-arrow:hover, 
.slick-arrow:focus {
  opacity: 1;
}

.slick-prev {
  left: 15px;
}
.slick-next {
  right: 15px;
  background-position: right center;
}
.slider--event .slick-arrow {
  bottom:auto;
  top: 30%;
  transform: translateY(-50%)
}
.slider__text {
  position: absolute;
  left:0;
  bottom:0;
  right:0;
  font-size:14px;
  background: rgba(0,0,0,.7);
  padding: 15px 20px;
  white-space: normal;
}
.slider__text strong {
  font: normal 16px/1 Quantico, sans-serif;
  color:#f00;
  display: block;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.slider__in .b-link:hover {
  border: 2px solid #f00;
}

.button {
  font: 21px/59px Quantico, sans-serif;
  background: #f00;
  color: #fff;
  border: 2px solid #f00;
  text-decoration: none;
  padding: 0 40px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  max-width: 100%;
  box-sizing: border-box;
}
.button:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
  box-shadow: none;
}
.button--transparent {
  background: none;
  border:2px solid #fff;
  color:#fff;
}
.button--sm {
  font-size:18px;
  line-height: 60px;
}
.button--bottom {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}

/*------------------header-------------------*/
header {
  height: 47px;
  width: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 2;
}
.header__controls {
  height: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 47px;
  margin-top: 15px;
}
.header__left {
  float: left;
}
.header__right {
  float: right;
}
.auth {
  display: inline-block;
}
.auth__link {
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  display: inline-block;
}
.auth__link:hover {
  text-decoration: underline;
}
.auth__link--accent {
  color: #f00;
  text-transform: uppercase;
}
.auth__separator {
  padding-left: 10px;
  display: inline-block;
}
.logo {
  position: absolute;
  left: 0;
  right:0;
  top:15px;
  margin: auto;
  width: 345px;
}
.logo img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.header__button {
  font-size: 18px;
  line-height: 49px;
}

/*------------------menu-------------------*/
.b-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.inline {
  display: inline-block;
  vertical-align: middle;
}
.middle {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*------------------content-------------------*/
h1,
h2 {
  margin: 0;
  text-align: center;
  font: normal 30px/1 Quantico, sans-serif;
}
h1 {
  font-size: 48px;
  margin: 0 0 15px;
  color: #fdfdfd;
}
h2 {
  color: #f00;
  margin: 0 0 35px;
  text-transform: uppercase;
}
p {
  margin: 0 0 25px;
}

section {
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-0 {
  position: relative;
}
.screen-0 > img {
  width: 100%;
  height: auto;
  display: block;
}
.screen-0 .slider--header {
  font-size:0;
  line-height: 0;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.screen-0 .slider__in {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.top-news {
  width: 25%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: width .3s ease;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.top-news img {
  width: auto;
  height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  left:-500px;
  right:-500px;
  margin: auto;
}
.top-news.active {
  width: 50%;
  transition: width .3s ease;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.top-news__footer {
  position: absolute;
  bottom:0;
  height: 145px;
  left: 0;
  right: 0;
  padding: 0 38px;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: 0;
}
.top-news__footer .inline {
  font: 21px/1.1 Quantico, sans-serif;
  text-transform: uppercase;
}
.top-news__footer .button {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  right:38px;
  top:0;
  bottom:0;
  height: 64px;
  margin: auto;
}
.top-news.active .button {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: opacity .1s linear .2s, visibility .1s linear .2s;
}

.screen-1 {
  background: url("https://wf.cdn.gmru.net/static/wf.mail.ru/promo/newyear2020/images/bg/bg1.jpg") no-repeat center 0;
  padding: 67px 0 40px;
  position: relative;
}
.video-block {
  padding: 174px 0 0;
}
.video {
  position: relative;
}
.video img {
  display: block;
  width: 100%;
  height: auto;
}
.video iframe {
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.video-block .video {
  width: 70%;
  margin: 0 auto;
}
.page-menu {
  position: absolute;
  left:0;
  right:0;
  top:150px;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  padding: 28px 15px;
  z-index: 11;
}
.page-menu.fixed {
  position: fixed;
  top:0;
}
.text-justify {
  text-align: justify;
  font-size:0;
  line-height: 0;
}
.text-justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.text-justify > * {
  font: 16px/22px Plumb, Arial, Helvetica, sans-serif;
}
.page-menu .page-menu__item {
  display: inline-block;
  vertical-align: middle;
  font: normal 18px/1 Quantico, sans-serif;
  cursor: pointer;
}
.screen-2 {
  background: url("https://wf.cdn.gmru.net/static/wf.mail.ru/promo/newyear2020/images/bg/bg2.jpg") no-repeat center top;
  padding: 0 0 80px;
}
.screen-2 .content {
  padding-top: 80px;
}
.rates {
  display: flex;
  justify-content: space-around;
}
.rate {
  margin-bottom: 10px;
  padding: 0 20px;
}
.rate img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.rate__title {
  font: normal 18px/1 Quantico, sans-serif;
  color: #fff;
  text-align: center;
  margin: 0 0 15px;
}
.daily-prizes {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.daily-prize {
  display: flex;
flex-direction: column;
  position: relative;
  max-width: 180px;
  margin: 0 12px 15px;
  font-size: 16px;
}
.daily-prize__img {
  height: 132px;
}
.daily-prize__day {
  color:#fff;
}

.daily-prize:not(:last-child)::after {
  content: '';
  position: absolute;
  left:105%;
  top:55px;
  width: 11px;
  height: 21px;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/promo/newyear2020/images/prize/arrow.png) no-repeat 0 0;
}

.slider-3 {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  max-width: 417px;
  position: relative;
  margin-bottom: 6px;
  margin-right:0.5%;
}
.slider-3:nth-child(3n+3) {
  margin-right:0;
}

.slider-1 img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
} 

.slider__header {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.slider__button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  color: #5e6468;
  font-family: Quantico;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 2%;
  padding: 0 0 16px;
}
.slider__button.active,
.slider__button:hover {
  color: #f00;
}
.slider__button.active {
  border-bottom: 1px solid #f00;
}


.socials {
  margin: 0 0 70px;
}
.socials a {
  display: inline-block;
  width: 40px !important;
  height: 70px;
  background-image: url("https://wf.cdn.gmru.net/static/wf.mail.ru/promo/newyear2020/images/socials.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 25px;
  opacity: .7;
}
.socials a:hover {
  opacity: 1;
}
.socials a.addthis_button_vk {
  background-position: 0 center;
  width: 85px !important;
}
.socials a.addthis_button_odnoklassniki_ru {
  background-position: -144px center;
  margin: 0 50px 0 25px;
}
.socials a.addthis_button_facebook {
  background-position: -255px center;
}
.socials a span {
  display: none;
}
.socials a img {
  display: none;
}
.share .button {
  width: 265px;
  text-align: center;
}
.share-prize-recieved:not(:empty) {
  height: 40px;
  padding-top: 30px;
  margin: 0 0 70px;
}
.share-prize-recieved a {
  color: #f00;
}

.maps__header {
  background: #191e23;
  display: flex;
  justify-content: space-around;
}
.maps__button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  color: #5e6468;
  font-family: Quantico;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 2%;
  padding: 30px 0;
}
.maps__button.active,
.maps__button:hover {
  color: #f00;
}
.maps__button.active {
  border-bottom: 1px solid #f00;
}
.maps__images {
  position: relative;
  overflow: hidden;
}
.maps__images::before {
  display: block;
  padding-top: 45%;
  content: "";
}
.maps__image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 0;
}
.maps__image.active {
  opacity: 1;
  z-index: 1;
}
/*------------------footer-------------------*/
body footer {
  background: #000;
  min-width: 1px;
  padding: 10px 0;
}
body footer > div {
  width: 100%;
}
body footer > div > div {
  display: block;
}
.vw_sm {
  display: none;
}

@media (max-width: 1200px) {
  .vw_sm {
    display: block!important;
  }
  .vw_lg {
    display: none!important;
  }
  .logo {
    position: static;
    display: block;
  }
  header {
    position: static;
    height: auto;
    padding: 20px 0;
  }
  .auth  {
    margin: 0 0 20px;
  }
  .header__controls {
    height: auto;
    line-height: 30px;
  }
  .header__left,
  .header__right {
    float:none;
    margin-bottom: 10px;
  }
  .page-menu,
  .page-menu.fixed {
    display: none;
  }
  .video-block {
    padding: 0;
  }
  .video-block .video + .video {
    margin: 0 auto;
  }
  .content .video {
    width: 100%;
    display: block;
    max-width: 830px;
    margin: 0 auto;
  }
  .vw_sm .video {
    margin-bottom: 40px;
  }

  .screen-0 .slider--header {
    width: 100%;
    display: block;
    position: relative;
  }
  .screen-0 > img {
    display: none;
  }
  .top-news,
  .top-news.active {
    width: 100vw;
    transition: none;
    flex: none;
  }
  .top-news img {
    position: relative;
    width: 100%;
    left:0;
    right:0;
    height: auto;
  }
  .top-news__footer {
    background: none;
    position: relative;
  }
  .top-news__footer .inline {
    position: absolute;
    top:30px;
    left:5%;
    right:5%;
    text-align: center;
  }
  .top-news__footer .button {
    left:0;
    right:0;
    line-height: 48px;
    margin: auto;
    width: 300px;
    max-width: 80%;
    text-align: center;
    padding: 0;
    top:auto;
    height: auto;
    bottom:20px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .slider--event {
    display: block;
    width: 100%;
    max-width:417px;
    margin: 0 auto;
  }
  .slider-3 {
    max-width: none;
    margin-right: 0;
  }
  .maps__image {
    position: static;
    transform: none;
    opacity: 1;
  }
  .maps__images::before {
    content: none;
  }
}

@media (max-width: 860px) {
  .header__button {
    display: none;
  }
  .logo {
    max-width: 85vw;
  }
  .screen-2 .content {
    padding-left:5vw;
    padding-right:5vw;
  }
  .screen-0 .slider--header {
    width: 100%;
    max-width: 100vw;
  }
  .slider--weapons .slider__header {
    flex-wrap: wrap;
  }
  .slider--weapons .slider__button {
    margin-bottom: 2%;
    padding: 0 0 8px;
    font-size: 14px;
  }
  .rates {
    display: block;
  }
  .rate {
    display: block;
    width: 100%;
    max-width: 552px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .rate + .rate {
    margin-top: 30px;
  }
  footer a,
  footer img {
    display: inline-block;
  }
  .maps__header {
    flex-wrap: wrap;
  }
  .maps__header .maps__button {
    margin: 2% 0;
    padding: 0 0 8px;
    font-size: 14px;
  }
}
