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

@import "blocks/common.css";
@import "blocks/header.css";
@import "blocks/footer.css";

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

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  box-sizing: border-box;
  background-color: #030304;
  color: #fff;
  font: 400 20px/24px Cambria, Arial, Times, serif;
}
p {
  margin: 0 0 15px;
}

.main {
  overflow: hidden;
  max-width: 2560px;
  margin: auto;
  position: relative;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/bg-dark.png) repeat 50% 0%;
}
section {
  position: relative;
  padding: 50px 0 80px;
  z-index: 1;
}
section:not(.sect0):after {
  content: '';
  position: absolute;
  top:-48px;
  left:0;
  right: 0;
  margin: auto;
  max-width: 1892px;
  height: 95px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/sep.png) repeat 50% 0%;
  pointer-events: none;
  z-index: 2;
}

.content {
  max-width: 1440px;
  margin: auto;
  padding: 0 55px;
}
@media only screen and (max-width: 1440px) {
  .content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 960px) {
  section:not(.sect0):after {
    height: 50px;
    top:-25px;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 800px) {
  .content {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1900px) {
  .main::after, .main::before {
    content: "";
    display: block;
    height: 100%;
    width: calc( (100% - 1440px) / 2);
    position: absolute;
    top: 0;
    background: linear-gradient(to right, #030304, transparent);
    z-index: 4;
  }
  .main::before {
    left: 0;
  }
  .main::after {
    right: 0;
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 700px) {
  body {
    font: 16px/18px Cambria;
  }
}

.decor {
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 100px, rgba(162,24,11,.7) 0%, rgba(162,24,11,0) 700px);
  z-index: -1;
}


/* intro */
.sect0 {
  height: 900px;
  padding: 0;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/sect0.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.sect0:before {
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  pointer-events: none;
  background: linear-gradient(45deg, rgba(0,0,0,.9), transparent);
}
.sect0 .intro_info {
  position: relative;
  z-index: 5;
  max-width: 600px;
}
.sect0 .content {
  display: flex;
  align-items: center;
  height: 100%;
}
.intro_header {
  text-transform: uppercase;
  font: 700 70px/90px Cambria;
  display: inline-block;
}
.intro_server {
  font: 400 30px/34px Cambria;
}
.intro_text {
  font: 400 24px/1.3em Cambria;
  max-width: 520px;
}
.intro_button {
  padding-top: 40px;
}
.intro_logo img {
  display: block;
  max-width: 554px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1440px) {
  .sect0 {
    height: 600px;
    background-size: auto 1000px;
    background-position: 34% 30%;
  }
}
@media only screen and (max-width: 960px) {
  .sect0 {
    height: auto;
    padding: 300px 0 40px;
    background-size: auto 1000px;
    background-position: 59% 30%;
  }
  .sect0:before {
    background: linear-gradient(to top, rgba(0,0,0,.9), transparent);
  }
  .sect0 .intro_info {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .intro_text {
    margin: auto;
  }
  .intro_header {
    font: 700 50px/70px Cambria;
  }
  .intro_text {
    font-size: 20px;
  }
}

/* start */
.sect1 {
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/bg-light.png) repeat 50% 0%;
}
.sect1 h2 {
  margin: 0 0 35px;
}
.start-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 40px;
}
.start {
  position: relative;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/item-bg.png) no-repeat 50% 0;
  background-size: 100% auto;
  max-width: 340px;
}
.start img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 40px;
}
.start__text {
  font: 400 18px/22px Cambria;
  text-align: center;
  padding: 0 20px 20px;
  margin-top: -40px;
}
.start__for {
  padding: 20px;
  font: 400 16px/18px Cambria;
  text-align: center;
  min-height: 76px;
  background: rgba(0,0,0,.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* fraction */
.select-wrap {
  position: relative;
  max-width: 1060px;
  margin: auto;
  height: 460px;
}
.select {
  backdrop-filter: blur(5px);
  background: rgba(255,255,255,.05);
  padding: 20px;
  display: flex;
  gap: 20px;
  max-width: 660px;
  width: 100%;
  position: absolute;
  transition: max-width .6s, left .6s, top .6s, z-index .3s, filter .3s;
}
.select--1 {
  position: relative;
  top:0;
  left:calc(50% - 330px);
  z-index: 10;
  filter: blur(0px);
}
.select--2,
.select--3 {
  max-width: 500px;
  opacity: .7;
  z-index: 1;
  top: 55px;
  filter: blur(4px);
}
.select--2 {
  left:0;
}
.select--3 {
  left: calc(100% - 500px);
}
.select img {
  display: block;
  width: 100%;
  height: auto;
}
.select-img {
  position: relative;
}
.select-name {
  position: absolute;
  left:0;
  right:0;
  bottom:28px;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.select .info {
  right: 35px;
  top: 35px;
}

.fractions {
  position: relative;
  max-width: 1230px;
  margin: 0 auto 80px;
  padding: 0 60px;
}
.slider-arrow {
  position: absolute;
  width: 40px;
  height: 90px;
  top:0;
  bottom:0;
  margin: auto;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/slider-arrow.png) repeat 50% 0%;
  cursor: pointer;
  z-index: 11;
}
.slider-arrow:hover {
  filter: brightness(200%);
}
.slider-arrow--prev {
  left:0;
}
.slider-arrow--next {
  right:0;
  rotate: 180deg;
}

.sect7:before {
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  pointer-events: none;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/flame.png) no-repeat 50% 100%;
  z-index: 1;
}
.sect7 .content {
  position: relative;
  z-index: 3;
}
.sect7 .button-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 80px;
}
.button-dragon {
  position: relative;
  max-width: 560px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 250px;
}
.button-dragon span {
  display: block;
}

.button-dragon > span:before {
  content: '';
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 275px;
  height: 247px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/chest.png) no-repeat 50% 50%;
}
@media only screen and (max-width: 960px) {
  .select {
    transition: none;
    left:0;
    transform: none;
    margin: auto;
  }
  .select--2,
  .select--3 {
    display: none;
  }
  .fractions {
    padding: 0 45px;
    margin: 0 auto 100px;
  }
  .slider-arrow {
    width: 28px;
    height: 64px;
    background-size: contain;
  }
  .select-wrap {
    height: auto;
  }
  .button-dragon {
    padding: 0;
    max-width: 314px;
  }
  .button-dragon > span:before {
    display: none;
  }
  .sect7 .button-wrap {
    margin: 0;
  }
  .sect7 .button-wrap:before {
    content: '';
    position: absolute;
    left:50%;
    bottom: -20px;
    transform: translate(-50%, 0);
    pointer-events: none;
    width: 220px;
    height: 198px;
    background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/chest.png) no-repeat 50% 50%;
    background-size: contain;
    margin: 0;
  }
  .select-name {
    font-size: 26px;
  }

}
@media only screen and (max-width: 600px) {
  .fractions {
    max-width: 340px;
  }
  .select {
    flex-direction: column;
    max-width: 250px;
  }
}
/* eggs */
.sect8 {
  padding: 0;
  display: none;
}
.sect8 > div {
  padding: 50px 0;
  position: relative;
}
.sect8 .content p {
  text-align: center;
}

.nagshas .content {
  position: relative;
  z-index: 4;
}
.nagshas .egg img {
  position: relative;
  z-index: 2;
}
.nagshas:before,
.nagshas:after {
  content: '';
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  pointer-events: none;
}
.nagshas:before {
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/fraction/egg/nagshas-glow.png) no-repeat 50% 50%;
  z-index: 1;
}
.nagshas:after {
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/fraction/egg/nagshas-bg.png) no-repeat 50% 100%;
  z-index: 3;
}

.ehikons > * {
  position: relative;
  z-index: 3;
}
.ehikons:before,
.ehikons:after {
  content: '';
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  pointer-events: none;
}
.ehikons:before {
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/fraction/egg/ehikons-glow.png) no-repeat 50% 50%;
  z-index: 1;
}
.ehikons:after {
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/fraction/egg/ehikons-bg.png) no-repeat 50% 100%;
  z-index: 2;
}
.daru {
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/fraction/egg/daru-bg.jpg) no-repeat 50% 0%;
  background-size: cover;
}

.egg {
  position: relative;
  margin: 0 0 40px;
}
.egg img {
  display: block;
  margin: auto;
  max-width: 90%;
  height: auto;
}

.daily-wrap {
  position: absolute;
  left:50%;
  margin-left: 280px;
  top:50%;
  margin-top: -70px;
  max-width: 360px;
}
.daily-title {
  font: 26px/1.1em Cambria;
  text-transform: uppercase;
}
.daily-text {
  font: 16px/18px Cambria;
}
.daily-progress {
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 35px;
}
.daily {
  position: relative;
  width: 35px;
  height: 35px;
}
.daily + .daily:before {
  content: '';
  position: absolute;
  right:100%;
  top:50%;
  height: 0;
  width: 55px;
  border: 1px solid #4e423a;
  margin: -1px -1px 0 0;
  pointer-events: none;
  z-index: 1;
}
.daily:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top:5px;
  left:5px;
  background: #4e423a;
  rotate: 45deg;
  z-index: 2;
  pointer-events: none;
}
.daily.done:after {
  background: #916446;
}
.daily.done:before {
  border-color: #916446;
}
.daily span {
  display: none;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width: 13px;
  height: 10px;
  pointer-events: none;
  margin: auto;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/done.png) no-repeat 50%50%;
  z-index: 3;
}
.daily.done span {
  display: block;
}
@media only screen and (max-width: 1440px) {
  .daily-wrap {
    position: static;
    margin: 35px auto 45px;
    text-align: center;
  }
}

.progress-wrap {
  height: 82px;
  position: relative;
  max-width: 1278px;
  margin: auto;
  padding: 24px 42px;
}
.progress-wrap:before,
.progress-wrap:after {
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  z-index: 1;
  pointer-events: none;
}
.progress-wrap:before {
  left:0;
  width: 31px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/progress-wrap-l.png) no-repeat 0 0;
}
.progress-wrap::after {
  left:31px;
  right:0;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/progress-wrap-r.png) no-repeat 100% 0;
}
.progress {
  position: relative;
  z-index: 2;
  background: rgba(165,122,93,.3);
  height: 33px;
}
.progress:before,
.progress:after {
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  pointer-events: none;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/progress-decor.png) no-repeat 0 0;
  width: 19px;
}
.progress:before {
  right: 100%;
  rotate: 180deg;
}
.progress:after {
  left: 100%;
}
.progress.on:before,
.progress.done:before {
  background-image: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/progress-decor-on.png);
}
.progress.done:after {
  background-image: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/progress-decor-on.png);
}
.progress-line {
  height: 100%;
  position: relative;
  font: 700 21px/33px Cambria;
  width: 0;
  background: #916446;
}
.progress-line > span {
  position: absolute;
  left: 100%;
  top:0;
  margin-left: 30px;
}
.progress.half .progress-line > span {
  margin: 0;
  left:auto;
  right: 15px;
}

.progress.on .progress-line:after {
  content: '';
  position: absolute;
  left:100%;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 17px 13px;
  border-color: transparent transparent transparent #916446;
}

/* tasks */
.sect2 {
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/bg-light.png) repeat 50% 0%;
}
.task + .task {
  margin-top: 20px;
}
.task__title {
  position: relative;
  height: 80px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: flex;
  align-items: center;
  padding: 0 95px 0 30px;
  cursor: pointer;
}
.task--red .task__title {
  background-image: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/task-bg-red.png);
}
.task--blue .task__title {
  background-image: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/task-bg-blue.png);
}
.task--green .task__title {
  background-image: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/task-bg-green.png);
}
.task__name {
  position: relative;
  padding-right: 32px;
  font: 28px/28px Cambria;
  text-transform: uppercase;
  pointer-events: none;
}
.task__name:after {
  content: '';
  position: absolute;
  right:0;
  top:50%;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px;
  border-color: #fff transparent transparent transparent;
}
.task__title.opened .task__name:after {
  top:0;
  border-color: transparent transparent #fff transparent;
}

.task__num {
  position: absolute;
  top:0;
  bottom:0;
  margin: auto;
  right: 10px;
  width: 71px;
  height: 71px;
  pointer-events: none;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/task-num.png) no-repeat 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 30px/30px Cambria;
}
.task__content {
  display: none;
  backdrop-filter: blur(5px);
  background: rgba(255,255,255,.05);
  padding: 20px 30px;
}
.task-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font: 16px/19px Cambria;
}
.task-line__num {
  flex: 0 0 auto;
  white-space: nowrap;
}
.task-line .icon-scale {
  width: 14px;
  height: 14px;
  margin-top: -2px;
}
.task-hide {
  display: flex;
  justify-content: flex-end;
}
.task-hide__button {
  position: relative;
  padding-right: 32px;
  font: 16px/19px Cambria;
  margin-top: 40px;
  cursor: pointer;
}
.task-hide__button:after {
  content: '';
  position: absolute;
  right:0;
  top:-5px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px;
  border-color: transparent transparent #fff transparent;
  pointer-events: none;
}
.task-history {
  display: none;
  padding: 50px 0 0;
  text-align: center;
}
.task-history.show {
  display: block;
}
.task-history .button {
  display: inline-block;
}

.ovl-history__info {
  display: flex;
  align-items: center;
}
.history-arrow__text {
  padding: 0 15px;
  font: 16px/20px Cambria;
}
.history-arrow {
  position: relative;
  overflow: hidden;
  width: 10px;
  height: 16px;
  cursor: pointer;
  opacity: .87;
}
.history-arrow.off {
  opacity: .3;
  cursor: default;
}
.history-arrow:not(.off):hover {
  opacity: 1;
}

.history-arrow:before {
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
}
.history-arrow--prev:before {
  border-color:transparent #fff transparent transparent;
  left:-6px;
}
.history-arrow--next:before {
  border-color:transparent transparent transparent #fff;
  right:-6px;
}

@media only screen and (max-width: 960px) {
  .task-history {
    display: none!important;
  }
}

/* shop */
.sect3:before {
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  pointer-events: none;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/flame.png) no-repeat 50% 100%;
  rotate: 180deg;
  z-index: 1;
}
.sect3 .content {
  position: relative;
  z-index: 3;
}
.shop-text {
  margin: 0 auto 10px;
  text-align: center;
}
.shop-text p {
  margin: 0;
}
.shop-text__num {
  font: 600 50px/60px Cambria;
}
.shop-text__num .icon-scale {
  margin-top: -6px;
}
.shop-wrap {
  max-width: 1060px;
  margin: 70px auto 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.shop {
  position: relative;
  width: 250px;
  height: 250px;
  padding: 20px;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.05);
}
.shop--b {
  max-width: 340px;
  width: calc(100%/3 - 40px/3);
  height: auto;
  background-size: 100% 100%;
}
.shop img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .3s;
}
.shop:not(.shop--b):hover img {
  opacity: 0;
  visibility: hidden;
}
.shop:not(.shop--b):hover .shop__info {
  opacity: 1;
  visibility: visible;
}

.shop__info {
  position: absolute;
  top:0;
  left:0px;
  right: 0px;
  padding:20px 20px 0;
  height: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  font: 14px/16px Cambria;
}
.shop:not(.shop--b) .shop__info:before,
.shop:not(.shop--b) .shop__info:after {
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  pointer-events: none;
  border-style: solid;
  border-color: #936f56;
}
.shop:not(.shop--b) .shop__info:before {
  border-width: 4px;
}
.shop:not(.shop--b) .shop__info:after {
  left:6px;
  right:6px;
  top:6px;
  bottom:6px;
  border-width: 1px;
}
.shop__name {
  min-height: 34px;
  margin: 0 0 10px;
}
.shop__price {
  color: #8f9e9f;
  margin: 0 0 20px;
}
.shop__price b {
  display: block;
  color: #fff;
  font: 700 30px/30px Cambria;
}
.shop__price .icon-scale {
  width: 22px;
  height: 22px;
  margin-top: -3px;
}

.shop__exist {
  margin: 0 0 20px;
}
.exist .shop__exist {
  color: #00AB30;
}

.shop--b .shop__info {
  position: static;
  display: block;
  font: 18px/20px Cambria;
  opacity: 1;
  visibility: visible;
  padding: 20px 0 0;
}
.shop--b .shop__name {
  min-height: 66px;
  margin: 0;
}
.shop--b .shop__price {
}
.shop--b .shop__price b {
  font: 700 50px/50px Cambria;
}
.shop--b .shop__price .icon-scale {
  width: 33px;
  height: 33px;
  margin-top: -6px;
}

.ovl-history__details .button,
.shop:not(.shop--b) .button,
.gift__status .button {
  height: 65px;
  font-size: 14px;
  line-height: 65px;
  background-image: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/button-s.png);
  max-width: 180px;
}
.ovl-content .ovl-history__details .button {
  margin: 0 15px 0 15px;
}
.ovl-history__details .button:before,
.ovl-history__details .button:after,
.shop:not(.shop--b) .button:before,
.shop:not(.shop--b) .button:after,
.gift__status .button:before,
.gift__status .button:after {
  height: 55px;
  background-image: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/button_decor-s.png);
  top:5px;
}
.gift__status .button {
  max-width: 210px;
}



@media only screen and (max-width: 920px) {
  .shop-wrap {
    max-width: 250px;
  }
  .shop--b {
    width: 250px;
  }
  .shop--b .shop__info {
    font: 14px/17px Cambria;
  }
  .shop--b .shop__name {
    min-height: 34px;
    margin: 0 0 20px;
  }
  .shop--b .shop__price b {
    font: 600 30px/36px Cambria;
  }
}

/* glory */
.sect4 {
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/bg-light.png) repeat 50% 0%;
}

.glory-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: auto;
}
.glory {
  width: calc(100%/3 - 40px/3);
  max-width: 340px;
  position: relative;
  padding: 20px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/item-bg.png) repeat 50% 0%;
}
.glory img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.glory__info {
  height: 230px;
  text-align: center;
  padding: 35px 0 0;
}

.glory.done:before,
.glory.done:after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border-color: #946f55;
  border-style: solid;
}
.glory.done:before {
  left:0;
  right:0;
  top:0;
  bottom:0;
  border-width: 4px;
}
.glory.done:after {
  left:6px;
  right:6px;
  top:6px;
  bottom:6px;
  border-width: 1px;
}
.glory__name {
  font: 600 30px/36px Cambria;
  margin: 0 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.glory__quest {
  height: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font: 400 18px/22px Cambria;
}
.glory .info {
  right:35px;
  top:35px;
}

@media only screen and (max-width: 1400px) {
  .glory {
    width: calc(50% - 10px);
  }
  .glory-wrap {
    max-width: 700px;
  }
}

@media only screen and (max-width: 600px) {
  .glory {
    width: 100%;
    max-width: 100%;
  }
  .glory-wrap {
    max-width: 100%;
  }

  .glory.done .glory__info,
  .glory__info {
    background-size: 100% 100%;
  }
}

/* Stages */
.sect5:before {
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  pointer-events: none;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/flame-r.png) no-repeat 50% 100%;
  z-index: 1;
}
.sect5 .content {
  position: relative;
  z-index: 3;
}

.stages-nav {
  display: none;
  justify-content: center;
}
.stage-nav {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: 0 7px;
}
.stage-nav:before {
  content: '';
  position: absolute;
  left:5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: #a57a5d;
  transform: rotate(45deg);
}
.stage-nav.active, .stage-nav.locked {
  cursor: default;
}
.stage-nav.active:before,
.stage-nav:not(.locked):hover:before {
  background: #fff;
}
.stage-nav.locked {
  opacity: .4;
  filter: brightness(80%);
  cursor: not-allowed;
}

.stages {
  display: flex;
  max-width: 1255px;
  height: 1030px;
}
.stage {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  width: 65px;
  cursor: pointer;
  transition: all .3s;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.05);
}
.stage.active {
  overflow: visible;
  width: calc(100% - 300px);
  background-size: 100% 100%;
}
.stage + .stage {
  margin-left: 10px;
}
.stage:not(.active):not(.locked):before {
  content: '';
  position: absolute;
  left:18px;
  top: 22px;
  width: 28px;
  height: 28px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/stage.png) no-repeat 0 0;
}
.stage.locked:before {
  content: '';
  position: absolute;
  left:22px;
  top: 22px;
  width: 20px;
  height: 29px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/stage-close.png) no-repeat 0 0;
}

.stage.locked {
  cursor: default;
}
.stage.active {
  cursor: default;
}
.stage .stage-line,
.stage .main-info > div:not(.stage-title) {
  transition: opacity .3s linear .3s, visibility .3s linear .3s;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.stage:not(.active) .stage-line:not(.main-info) {
  opacity: 0;
  visibility: hidden;
  transition: none;
  height: 1px;
}
.stage:not(.active) .main-info > div:not(.stage-title) {
  opacity: 0;
  visibility: hidden;
  transition: none;
}
.stage-line {
  position: relative;
  padding: 20px 23px;
  text-align: left;
}
.stage-line:not(.main-info) {
  display: flex;
  border-top: 1px dotted #1E3C3E;
}

.stage:not(.active) .main-info {
  position: static;
  border: none;
}
.stage:not(.active) .stage-title {
  position: absolute;
  bottom:22px;
  left:11px;
  transform: rotate(-90deg) translateY(-50%);
  white-space: nowrap;
}

.stage-title {
  font-size: 22px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.stage-date {
  position: absolute;
  right: 30px;
  top:20px;
  text-transform: uppercase;
}
.stage-line_title {
  width: 160px;
  margin-right: 20px;
  flex: 0 0 auto;
  color: #8c8c8d;
}
.stage-line_text {
  flex: 1 1 100%;
}
.red {
  color: #d61313;
}
.green {
  color: #00ab30;
}

@media only screen and (max-width: 1300px) {
  .stages {
    max-width: 100%;
  }
  .stages {
    display: flex;
    max-width: 1255px;
    height: 1170px;
  }
}

@media only screen and (max-width: 1100px) {
  .stages {
    display: block;
    height: auto;
    margin: 35px auto;
    min-height: 1px;
  }
  .stage {
    display: none;
  }
  .stage.active {
    display: block;
    width: 100%;
  }
  .stage + .stage {
    margin: 0;
  }
  .stages-nav {
    display: flex;
  }

}
@media only screen and (max-width: 800px) {

  .stages {
    padding-bottom: 20px;
  }

}

@media only screen and (max-width: 700px) {

  .stage {
    border: 0;
  }
  .stage .stage-line {
    padding: 20px 10px;
    display: block;
  }
  .stage-date {
    right: 10px;
  }
  .stage-line_title {
    margin: 0 0 10px;
  }
  .stage {
    font: 16px/18px Cambria;
  }
  .stage-title, .stage-date {
    font: 22px/26px Cambria;
  }

}


/* FAQ */
.sect6 {
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/bg-light.png) repeat 50% 0%;
}
.faq {
  border-bottom:1px solid #848586;
}
.faq__title {
  position: relative;
  color: #fff;
  padding: 16px 45px 16px 20px;
  cursor: pointer;
  font: 26px/28px Cambria;
}
.faq__title:before {
  content: '';
  position: absolute;
  right: 4px;
  top:23px;
  width: 17px;
  height: 11px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/faq.png) no-repeat 0 0;
}
.faq__title.opened:before {
  transform: rotate(180deg);
}
.faq__text {
  display: none;
  padding: 0 20px 20px;
  font-size: 18px;
  line-height: 22px;
  color: #b9baba;
}

.faq__text a{
  color: #6ba3cf;
}

@media only screen and (max-width: 800px) {

  .faq {
    text-align: left;
  }
  .faq__title {
    padding: 16px 35px 16px 0;
  }
  .faq__text {
    padding: 0 0 20px;
  }

}

@media only screen and (max-width: 700px) {

  .faq__title {
    font-size: 14px;
    line-height: 16px;
  }
  .faq__title:before{
    top:19px;
  }
  .faq__text {
    font-size: 14px;
    line-height: 18px;
  }

}


.ovl {
  background: none;
  padding: 0;
  max-width: 100%;
  font: 20px/24px Cambria;
}
.ovl-content {
  position: relative;
  max-width: 100%;
  width: 660px;
  padding: 40px 20px;
  background: url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/ovl.jpg) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.ovl-content:before,
.ovl-content:after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border-color: #946f55;
  border-style: solid;
}
.ovl-content:before {
  left:0;
  right:0;
  top:0;
  bottom:0;
  border-width: 4px;
}
.ovl-content:after {
  left:6px;
  right:6px;
  top:6px;
  bottom:6px;
  border-width: 1px;
}
.ovl-content--sm {
  width: 360px;
  padding: 40px 20px;
  background-size: cover;
}
.ovl-content--history {
  width: 940px;
  padding: 40px;
}
.ovl-history__title {
  font: 600 20px/24px Cambria;
  margin: 0 0 25px;
  text-align: left;
}
.ovl-history__content {
  margin: 0 0 30px;
}
.ovl-history__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.ovl-close {
  width: 30px;
  height: 30px;
  background: #946f55 url(https://aa.cdn.gmru.net/static/aa.mail.ru/promo/fesanix/data/images/ovl-close.png) no-repeat 50% 50%;
  right: 0;
  top: 0;
  transition: all .3s;
  z-index: 3;
}
.ovl-close:hover {
  background-color: #a0795e;
}
.ovl-title {
  color: #fff;
  margin: 0 0 20px;
}
.ovl-text {
  margin: 0 0 30px;
}
.ovl-gift-text {
  font: 16px/18px Cambria;
}
.ovl-gift-title {
  font: 18px/20px Cambria;
  margin: 0 0 16px;
}
.ovl-gift-text ul {
  text-align: left;
  margin: 0 0 0 18px;
}
.ovl-gift-text ul li {
  margin: 4px 0;
}
.ovl-gift-info + .ovl-gift-title {
  margin-top: 15px;
}
.ovl-content .button {
  margin: auto;
}

.ovl-shop__img {
  margin: 0 auto 30px;
  max-width: 300px;
  width: 100%;
}
.ovl-shop__img img {
  display: block;
  width: 100%;
  height: auto;
}
.ovl-shop__title {
  margin: 0 auto 20px;
  font: 14px/17px Cambria;
}
.ovl-shop__name {
  margin: 0 auto 30px;
  max-width: 300px;
}

.info {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  z-index: 5;
  cursor: pointer;
  background: #d61313;
}
.info:hover {
  background: #ed3232;
}
.info:before {
  content: '?';
  position: absolute;
  left:0;
  right:0;
  top:0;
  text-align: center;
  font: 700 18px/30px Cambria;
}
.info-content {
  display: none;
}
