@import "https://aa.cdn.gmru.net/static/general/fonts/alethiapro/font.css";
@import "https://aa.cdn.gmru.net/static/general/fonts/montserrat/font.css";

@import "/static/aa.mail.ru/promo/summerevent25/data/css/blocks/common.css";
@import "/static/aa.mail.ru/promo/summerevent25/data/css/blocks/header.css";
@import "/static/aa.mail.ru/promo/summerevent25/data/css/blocks/footer.css";
@import "/static/aa.mail.ru/promo/summerevent25/data/css/blocks/popup.css?1";


html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  box-sizing: border-box;
  background-color: #1c2321;
  color: #C7C2A8;
  font: 20px/24px Montserrat, Georgia, "Times New Roman", Times, serif;
}
p {
  margin: 0 0 25px;
}
a {
  color: #C7C2A8;
}
a:hover {
  color: #fff;
}

.main {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.main section {
  position: relative;
  margin: auto;
  max-width: 2560px;
}


.wrap {
  position: relative;
}


.content {
  position: relative;
  margin: auto;
  height: 100%;
  padding: 55px 0;
}
@media only screen and (min-width: 2560px) {
  .main section::after, .main section::before {
    content: "";
    display: block;
    height: 100%;
    width: 40px;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, #1c2321, transparent);
    pointer-events: none;
    z-index: 4;
  }
  .main section::before {
    left: 0;
  }
  .main section::after {
    right: 0;
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 900px) {
  .wrap {
    padding-top: 220px;
  }
}
@media only screen and (max-width: 700px) {
  .wrap {
    padding-top: 160px;
  }
}

.title,
.offer__title {
  font: 400 50px/54px AlethiaPro;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto 40px;
}
.subtitle {
  font: 400 34px/38px AlethiaPro;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto 35px;
}
.text {
  max-width: 1470px;
  margin: auto;
  padding: 0 25px;
}

@media only screen and (max-width: 960px) {
  .title,
  .subtitle {
    padding: 0 25px;
  }
  .title,
  .offer__title {
    font: 400 30px/34px AlethiaPro;
  }
  .subtitle {
    font: 400 20px/24px AlethiaPro;
  }
}
@media only screen and (max-width: 700px) {
  .title,
  .text,
  .subtitle {
    padding: 0 2%;
  }
}


.sect0 {
  height: 810px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/summerevent25/data/images/bg.webp) no-repeat 54% 0%;
  background-size: cover;
}
.video {
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.video video {
  position: absolute;
  left:50%;
  top:0;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1940px) {
  .sect0 {
    height: 1080px;
    background-position: 50% 0%;
  }
}
@media only screen and (max-width: 1440px) {
  .sect0 {
    height: 1080px;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 960px) {
  .sect0 {
    height: 1080px;
    background-position: 54% 170px;
    background-size: auto calc(100% - 170px);
  }
}
.offer {
  position: absolute;
  bottom:0;
  left: 80%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, .5);
  width: 520px;
  padding: 55px 40px;
}
.offer .title,
.offer__text {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1700px) {
  .offer {
    left:auto;
    right: 0;
    transform: none;
  }
}
@media only screen and (max-width: 1440px) {
  .offer {
    width: 100%;
    left:0;
  }
}
@media only screen and (max-width: 960px) {
  .offer {
    padding: 35px 15px;
  }
  .video {
    display: none;
  }
}

.ovl-select {
  display: flex;
  position: relative;
  z-index: 1;
}
.ovl-select-item {
  width: 50%;
}
.ovl-select-img {
  margin: 0 0 30px;
  margin-bottom:-40px;
}
.ovl-select-img img {
  display: block;
  max-width: 238px;
  width: 100%;
  margin: auto;
  height: auto;
}
.ovl-select .info {
  margin: auto;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/summerevent25/data/images/info.png) no-repeat 0 0%;
}
.ovl-select .info:before {
  display: none;
}

.ovl-select-title {
  text-transform: uppercase;
  font: 400 34px/38px AlethiaPro;
  margin: 0 0 25px;
  color: #fff;
  text-transform: uppercase;
}
.ovl-content--select .ovl-text {
  margin: 0 auto;
}

.select-close {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  background:  url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/summerevent25/data/images/close-black.png) no-repeat 50% 50%;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 960px) {
  .ovl-select-title {
    font: 400 30px/34px AlethiaPro;
  }
}
@media only screen and (max-width: 700px) {
  .select-close {
    display: block;
  }
  .ovl-select-img img {
    position: relative;
    z-index: -1;
  }
  .ovl-select .info {
    position: static;
  }
  .ovl-select .info .b-link {
    position: static;
    height: 100%;
  }
  .ovl-select .tooltip {
    bottom: 220px;
  }
  .ovl-select .button {
    padding: 0 15px;
    width: 90%;
  }
  .ovl-select .button:before,
  .ovl-select .button:after {
    background-position: -28px 0;
  }
  .ovl-select .button:hover:before,
  .ovl-select .button:hover:after {
    background-position: -28px 100%;
  }
  .ovl-select-title {
    font: 400 18px/22px AlethiaPro;
  }
}
@media only screen and (max-width: 500px) {
  .ovl-select-title {
    font: 400 17px/22px AlethiaPro;
    text-transform: none;
  }
}



.sect1 {
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/summerevent25/data/images/bg1.jpg) no-repeat 50% 0;
  background-size: cover;
}
.sect1 .text {
  max-width: 940px;
}
.sect1 .subtitle {
  max-width: 640px;
}
.main-slider {
  width: 1000px;
  max-width: 100%;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main-slider__item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 542px;
  margin: auto;
}
.slider-dots {
  padding: 40px 0 0;
}
.slider-dots ul {
  max-width: 500px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: auto;
}
.slider-dots ul li {
  height: 10px;
  background: #342c22;
  text-indent: 120%;
  overflow: hidden;
  border-radius: 5px;
  flex: 1 1 100%;
  cursor: pointer;
}
.slider-dots ul li button {
  display: none;
}
.slider-dots .slick-active {
  background: #ffed9c;
}
.slider-dots + .text {
  padding: 50px 0 20px;
}
.main-progress {
  padding: 0 0 20px;
  color: #fff;
  font: 34px/36px AlethiaPro;
}

@media only screen and (max-width: 960px) {
  .main-slider__item img {
    width: 100%;
    max-width: 800px;
    position: relative;
  }
}
@media only screen and (max-width: 600px) {
  .slider-dots ul {
    gap: 20px;
    padding: 0 25px;
  }
}

.sect2 {
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/summerevent25/data/images/bg2.jpg) no-repeat 50% 0;
}

@media only screen and (max-width: 2000px) {
  .sect2 {
    min-height: 79vw;
  }
}
@media only screen and (max-width: 800px) {
  .sect2 {
    background-size: cover;
  }
}

.tabs {
  display: flex;
  max-width: 1600px;
  margin: 0 auto 30px;
  padding-top: 40px;
}
.tab {
  cursor: pointer;
  position: relative;
  max-width: 400px;
  width: 25%;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/summerevent25/data/images/tabs.png) no-repeat 0 0;
  background-size: 400% auto;
}
.tab.on {
  cursor: default;
}
.tab.on,
.tab:hover {
  background-position: 66.4% 0;
}
.tab.done {
  background-position: 33.3% 0;
}
.tab.done.on,
.tab.done:hover {
  background-position: 99.9% 0;
}
.tab.done .tab__progress {
  color: #05FF00;
}
.tab.done:before {
  content: '';
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  bottom: 62%;
  width: 86px;
  height: 64px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/summerevent25/data/images/done.png) no-repeat 0 0;
  background-size: contain;
}


.tab__img {
}
.tab__img img {
  display: block;
  height: auto;
  max-width: 400px;
  margin: auto;
  width: 100%;
}
.tab__title {
  position: absolute;
  font: 24px/26px AlethiaPro;
  color: #fff;
  width: 90%;
  left:0;
  right:0;
  margin: auto;
  text-align: center;
  bottom:45%;
  text-transform: uppercase;
}
.tab__progress {
  position: absolute;
  bottom:26%;
  width: 100%;
  color: #fff;
  text-align: center;
  font: 34px/36px AlethiaPro;
}
@media only screen and (max-width: 1440px) {
  .tab__title {
    font: 16px/18px AlethiaPro;
  }
  .tab__progress {
    font: 22px/24px AlethiaPro;
  }
}
@media only screen and (max-width: 960px) {
  .tab.done:before {
    width: 43px;
    height: 32px;
    bottom: 66%;
  }
}
@media only screen and (max-width: 700px) {
  .tabs {
    flex-wrap: wrap;
    max-width: 400px;
  }
  .tab {
    width: 50%;
  }
}

.map-wrap {
  display: none;
}
.map-wrap.on {
  display: block;
}
.map-info {
  padding: 0 20px;
}
.map-title {
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font: 34px/38px AlethiaPro;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .map-title {
    font: 20px/24px AlethiaPro;
  }
}
.map-progress-wrap {
  max-width: 1440px;
  margin: 0 auto 70px;
  padding: 10px 2px 4px;
  border-bottom: 3px solid #e5a241;
  border-radius: 7px;
}
.map-progress {
  background: #2e4a42;
  border-radius: 7px;
  height: 20px;
}
.map-progress div {
  height: 100%;
  border-radius: 7px;
  background: #FFED9C;
  max-width: 100%;
}
.map-detail {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.map-text {
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  max-width: 335px;
  color: #C7C2A8;
  text-align: left;
  width: 22%;
}
.map-text ul {
  padding-left: 17px;
}

@media only screen and (max-width: 1140px) {
  .map-text {
    position: static;
    transform: none;
    max-width: 100%;
    width: 100%;
    padding:  40px 20px 0;
  }
}


.map {
  position: relative;
  max-width: 928px;
  width: 100%;
  margin: auto;
}

.map img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 800px) {
  .map-detail {
    overflow: hidden;
  }
  .map {
    width: 120%;
    margin: 0 -10%;
  }
}
.map .info {
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.map .info:before {
  left:-10px;
  top:-10px;
}

.map .tooltip__text {
  font: 400 14px/16px Montserrat;
}
.ovl .tooltip__text + .ovl-close {
  background-image: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/summerevent25/data/images/close-black.png);
}
.ovl .tooltip__text {
  padding: 10px 25px;
}
.map-1 .info-1 {
  left: 32%;
  top:51%;
}
.map-1 .info-2 {
  left: 55%;
  top: 65%;
}
.map-1 .info-3 {
  left: 67%;
  top: 58%;
}
.map-1 .info-4 {
  left: 74%;
  top: 53%;
}
.map-1 .info-5 {
  left: 60%;
  top: 46%;
}
.map-1 .info-6 {
  left: 54%;
  top: 43%;
}
.map-1 .info-7 {
  left: 43%;
  top: 25%;
}
.map-1 .info-8 {
  left: 37%;
  top: 24%;
}


.map-2 .info-1 {
  left: 50%;
  top: 23%;
}
.map-2 .info-2 {
  left: 57%;
  top: 42%;
}
.map-2 .info-3 {
  left: 65%;
  top: 43%;
}
.map-2 .info-4 {
  left: 68%;
  top: 53%;
}
.map-2 .info-5 {
  left: 47%;
  top: 54%;
}
.map-2 .info-6 {
  left: 45%;
  top: 29%;
}
.map-2 .info-7 {
  left: 41%;
  top: 68%;
}
.map-2 .info-8 {
  left: 46.5%;
  top: 72%;
}


.map-4 .info-1 {
  left: 41%;
  top: 8%;
}
.map-4 .info-2 {
  left: 41%;
  top: 90%;
}
.map-4 .info-3 {
  left: 35%;
  top: 29%;
}
.map-4 .info-4 {
  left: 35%;
  top: 50%;
}
.map-4 .info-5 {
  left: 36%;
  top: 72%;
}
.map-4 .info-6 {
  left: 54%;
  top: 38%;
}
.map-4 .info-7 {
  left: 53%;
  top: 51%;
}
.map-4 .info-8 {
  left: 58%;
  top: 57%;
}
.map-4 .info-9 {
  left: 55.5%;
  top: 66.5%;
}
.map-4 .info-10 {
  left: 50%;
  top: 77%;
}
.map-4 .info-11 {
  left: 49%;
  top: 88%;
}
.map-4 .info-12 {
  left: 73%;
  top: 51%;
}

.map-3 .info-1 {
  left: 30%;
  top: 34%;
}
.map-3 .info-2 {
  left: 41%;
  top: 33%;
}
.map-3 .info-3 {
  left: 50%;
  top: 27%;
}
.map-3 .info-4 {
  left: 60%;
  top: 33%;
}
.map-3 .info-5 {
  left: 69%;
  top: 42%;
}
.map-3 .info-6 {
  left: 49.5%;
  top: 44%;
}
.map-3 .info-7 {
  left: 29%;
  top: 62%;
}
.map-3 .info-8 {
  left: 39%;
  top: 50%;
}
.map-3 .info-9 {
  left: 44%;
  top: 57%;
}
.map-3 .info-10 {
  left: 51%;
  top: 56%;
}
.map-3 .info-11 {
  left: 61%;
  top: 60%;
}
.map-3 .info-12 {
  left: 57%;
  top: 69%;
}
.map-3 .info-13 {
  left: 51%;
  top: 72%;
}
.map-3 .info-14 {
  left: 54%;
  top: 81%;
}
.map-3 .info-15 {
  left: 62%;
  top: 77%;
}
.map-3 .info-16 {
  left: 68%;
  top: 68%;
}

.maps--lite .map .info {
  left: 50%;
  top: 50%;
}
.map .button {
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin: auto;
}
.map-progress-wrap + .text {
  margin: -20px auto 20px;
}
@media only screen and (max-width: 800px) {
  .map .info {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
  }
  .map .info:before {
    width: 40px;
    height: 40px;
    background-size: contain;
    left:-5px;
    top:-5px;
  }
}

.region-gifts {
  display: flex;
  justify-content: center;
  gap:  20px 14px;
  flex-wrap: wrap;
  padding: 55px 10px;
}
.region-gift {
  position: relative;
  width: 244px;
  max-width: calc(50% - 7px);
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  color: #372F25;
  font: 16px/18px Montserrat;
  text-align: center;
}

.region-gift:before,
.region-gift:after {
  content: '';
  position: absolute;
  left:-2px;
  right:-2px;
  height: 20px;
  border-radius: 10px;
  pointer-events: none;
}
.region-gift:before {
  top:-5px;
  border-top: 3px solid #e5a241;
}
.region-gift:after {
  bottom:-5px;
  border-bottom: 3px solid #e5a241;
}
.region-gift img {
  display: block;
  margin: 0 auto 15px;
  max-width: 160px;
  width: 100%;
  height: auto;
}
.region-gifts-has {
  margin: 0 0 30px;
  color: #05ff00;
  text-transform: uppercase;
  font: 500 20px/22px Montserrat;
  text-align: center;
}

.tooltip__text img {
  display: block;
  margin: 15px auto;
  max-width: 160px;
  width: 100%;
  height: auto;
}
.tooltip__text ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tooltip-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  font: 500 16px/20px Montserrat;
  text-transform: uppercase;
  margin: 15px 0 0;
}
.done .tooltip-progress {
  color: #04C100;
}


.chars {
  max-width: 400px;
  margin: 20px auto 30px;
}
.chars,
.char {
  position: relative;
}
.char {
  display: flex;
  text-align: left;
  cursor: pointer;
  align-items: center;
  margin-bottom: 5px;
}
.char:not(.on):hover {
  color: #bb923a;
}
.char__info {
  position: relative;
  padding: 0 30px;
  height: 44px;
  flex: 1 1 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.char__info:before,
.char__info:after {
  content: '';
  position: absolute;
  left:0;
  right:0;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 53.65%, rgba(255, 255, 255, 0) 100%);
}
.char__info:before {
  bottom:100%;
}
.char__info:after {
  top:100%;
}
.char__server {
  flex: 0 0 auto;
}
.char__server:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  right:0;
  top:0;
  bottom:0;
  margin: auto;
  background:  url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/summerevent25/data/images/char-select.png) no-repeat 0 0%;
}
.char:hover .char__server:before{
  background-position: 0 -66px;
}
.char.on .char__server:before{
  background-position: 0 100%;
}
.char__server:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left:6px;
  top:0;
  bottom:0;
  margin: auto;
  transform: rotate(45deg);
  background: #bb923a;
}
.char__name {
  width: 70%;
  font: 600 12px/14px Montserrat;
  text-transform: none;
  letter-spacing: 0.24px;
}
.char__img {
  width: 60px;
  height: 60px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/summerevent25/data/images/char-img.png) no-repeat  0 0;
  position: relative;
  margin-right: 10px;
  flex: 0 0 auto;
  z-index: 1;
}

.char.on .char__img {
  background-position: 0 100%;
}
.char__img:before {
  content: '';
  position: absolute;
  width: 46px;
  height: 46px;
  left:0;
  top:0;
  bottom: 0;
  right:0;
  margin: auto;
  background: url(/static/aa.mail.ru/img/main/content/pack/char_ico.png) no-repeat 0 0;
  background-size: 46px auto;
}
.char__img.type11:before {background-position: center -46px}
.char__img.type12:before {background-position: center -92px}
.char__img.type41:before {background-position: center -138px}
.char__img.type42:before {background-position: center -184px}
.char__img.type61:before {background-position: center -230px}
.char__img.type62:before {background-position: center -276px}
.char__img.type51:before {background-position: center -322px}
.char__img.type52:before {background-position: center -368px}


.char-selected__name {
  font: 400 20px/22px AlethiaPro;
  text-transform: none;
  margin: 0 0 3px;
  color: #fff;
}
.char-selected__server {
  font: 400 12px/14px Montserrat;
  color: #fff;
}

.main-gifts {
  display: flex;
  justify-content: center;
  gap: 45px;
  padding: 20px 0 50px;
}
.main-gift {
  cursor: pointer;
  max-width: 124px;
}
.main-gift__img {
  margin: 10px 0 17px;
  position: relative;
  border: 2px solid #575757;
}
.main-gift__img img {
  display: block;
  width: 100%;
  height: auto;
}
.main-gift__img:before,
.main-gift__img:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px 60px;
  border-color: transparent;
  pointer-events: none;
  left:-5px;
  right:-5px;
  margin: auto;
}
.main-gift__img:before {
  bottom: 100%;
  margin-bottom: 5px;
}
.main-gift__img:after {
  top: 100%;
  margin-top: 5px;
}

.main-gift.on .main-gift__img {
  border-color: #ffd66d;
}
.main-gift.on .main-gift__img:before {
  border-color: transparent transparent #ffd66d transparent;
}
.main-gift.on .main-gift__img:after {
  border-color: #ffd66d transparent transparent transparent;
}
.main-gift__name {
  font-size: 12px;
  line-height: 14px;
  color: #d4d1cd;
}

@media only screen and (max-width: 800px) {
  .main-gifts {
    gap: 10px;
    flex-wrap: wrap;
  }
  .main-gift {
    width: 104px;
  }
  .main-gift__img:before,
  .main-gift__img:after {
    border-width: 5px 50px;
  }
  .main-gifts--2 {
    padding-top: 10px;
  }
}

.sect3 .title {
  margin: 0 auto;
  padding: 0 0 60px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/summerevent25/data/images/sep.png) no-repeat 50% calc(100% - 20px);
}

.none {
  display: none!important;
}
.news-link {
  padding: 55px 25px 0;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  font: 700 20px/1.4em Montserrat;
}
.news-link a {
  color: #E5A241;
}
.news-link a:hover {
  color: #ffd766;
}
@media only screen and (max-width: 700px) {
  .news-link {
    padding: 55px 2% 0;
  }
}
