@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
  box-sizing: border-box;
}
/* STYLE */
body {
  font: 400 18px/1.166 "Roboto", sans-serif;
  color: #fff;
  background-color: #210E07;
}
a {
  color: #fff;
  text-decoration: none;
}
b {
  font-weight: 700;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px 0 45px;
}
header {
  height: 100px;
  width: 100%;
  background-color: #0D923A;
}
h2 {
  font-size: 69px;
  line-height: 80.86px;
  font-weight: 700;
  margin-bottom: 46px;
}
.flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.auth-link {
  background-image: url('/main/actions/axe-gold/img/button.svg');
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-right: 30px;
}
.image-banner {
  width: 100%;
  background-color: #000000;
  background-image: url('/main/actions/axe-gold/img/banner.png');
  background-repeat: no-repeat;
  background-position: center;
  max-height: 920px;
  height: 63.89vw; /* 920px when width=1440px*/
  background-size: cover;
}
@media(min-width: 1440px) {
  .image-banner {
    background-size: cover;
  }
}
.text-banner {
  font-size: 22px;
  line-height: 25.78px;
  text-align: center;
  padding: 120px 0 100px;
}

.text-banner h2 {
  margin-bottom: 60px;
}

.map-section {
  text-align: center;
  height: 1051px;
  background-image: url('/main/actions/axe-gold/img/bg.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 85px 0 55px;
}
.map-block {
  padding-top: 37px;
  max-width: 1054px;
  margin: 0 auto;
}
.map-mode {
  background-color: #0D923A;
  padding: 9px 29px;
  margin-bottom: 38px;
  border-radius: 60px;
}
.map-mode-select {
  height: 51px;
  width: 48%;
  background: #fff;
  border: none;
  color: #B1B1B1;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  padding-left: 13px;
}
.map {
  border: 4px solid #0D923A;
  border-radius: 30px;
  height: 623px;
  background: #fff5;
}
.claims {
  color: #585858;
  text-align: center;
  padding-top: 24px;
}





/* Новый footer */


.footer {
  position: relative;
  overflow: hidden;
  margin-top: 75px;
  width: 100%;
  color: #ffffff;
  background-color: #0D923A;
}
.footer__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px
}
@media(max-width: 1679px) {
  .footer__container {
    max-width: 1200px
  }
}
@media(max-width: 1279px) {
  .footer__container {
    padding: 0 40px;
    max-width: 1280px
  }
}
@media(max-width: 1024px) {
  .footer__container {
    padding: 53px 26px 56px;
    max-width: none
  }
}
.footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 62px 37px 44px 55px
}
@media(max-width: 1679px) {
  .footer__top {
    padding-right: 0;
    padding-left: 0
  }
}
@media(max-width: 1024px) {
  .footer__top {
    display: block;
    padding: 0 0 57px
  }
}
.footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #ffffff;
  padding: 41px 53px 46px 55px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2142857143
}
@media(max-width: 1679px) {
  .footer__bottom {
    padding-right: 0;
    padding-left: 0
  }
}
@media(max-width: 1024px) {
  .footer__bottom {
    padding: 52px 0 0
  }
}
@media(max-width: 768px) {
  .footer__bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media(max-width: 360px) {
  .footer__bottom {
    font-size: 13px
  }
}
.footer__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 50px
}
@media(max-width: 1679px) {
  .footer__info {
    padding-right: 30px
  }
}
@media(max-width: 1024px) {
  .footer__info {
    padding-right: 0
  }
}
@media(max-width: 768px) {
  .footer__info {
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.footer__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2272727273
}
@media(min-width: 1025px) {
  .footer__item:nth-child(-n+3) {
    margin-top: 0
  }
  .footer__item:nth-child(3n+1) {
    max-width: 245px
  }
  .footer__item:nth-child(3n+2) {
    margin-left: 65px;
    width: 100%;
    max-width: 470px
  }
  .footer__item:nth-child(3n+3) {
    margin-left: 86px
  }
}
@media(min-width: 1025px)and (max-width: 1679px) {
  .footer__item:nth-child(3n+2),
  .footer__item:nth-child(3n+3) {
    margin-left: 57px
  }
}
@media(min-width: 1025px)and (max-width: 1279px) {
  .footer__item {
    margin-top: 30px;
    padding-right: 40px;
    width: 50%
  }
  .footer__item:nth-child(3) {
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px
  }
  .footer__item:nth-child(3n+1),
  .footer__item:nth-child(3n+2),
  .footer__item:nth-child(3n+3) {
    margin-left: 0;
    width: 50%;
    max-width: none
  }
}
@media(max-width: 1024px)and (min-width: 769px) {
  .footer__item {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 30px;
    width: 50%;
    font-size: 18px
  }
  .footer__item:nth-child(1),
  .footer__item:nth-child(2) {
    margin-top: 0
  }
}
@media(max-width: 768px) {
  .footer__item {
    margin-top: 31px
  }
  .footer__item:first-child {
    margin-top: 0
  }
  .footer__item:nth-child(3) {
    -ms-flex-order: 2;
    order: 2
  }
  .footer__item:nth-child(4) {
    -ms-flex-order: 4;
    order: 4
  }
  .footer__item:nth-child(5) {
    -ms-flex-order: 1;
    order: 1
  }
  .footer__item:nth-child(6) {
    -ms-flex-order: 3;
    order: 3
  }
}
@media(max-width: 400px) {
  .footer__item {
    font-size: 18px
  }
}
@media(max-width: 360px) {
  .footer__item {
    font-size: 16px
  }
}
.footer__caption {
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1875;
  color: #ffffff
}
.footer__caption--bottom {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -2px
}
.footer__caption--wa {
  position: relative;
  top: -4px
}
@media(max-width: 768px) {
  .footer__caption--bottom {
    position: relative;
    top: -2px;
    margin-top: 0
  }
}
@media(max-width: 400px) {
  .footer__caption {
    font-size: 14px
  }
  .footer__caption--bottom {
    top: 0
  }
}
@media(max-width: 360px) {
  .footer__caption {
    font-size: 13px
  }
}
.footer__link {
  position: relative;
  display: block
}
.footer__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center
}
.footer__link--underlined::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}
.footer__link--tg {
  margin-left: 34px
}
.footer__link--bottom {
  margin-left: 43px;
  text-transform: uppercase
}
.footer__link--bottom::before {
  bottom: 0
}
.footer__link--bottom:first-child {
  margin-left: 0
}
@media(min-width: 1025px) {
  .footer__link::before {
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
  }
  .footer__link:hover::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
  }
  .footer__link--underlined:hover::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
  }
}
@media(max-width: 1024px) {
  .footer__link--bottom {
    margin-left: 30px
  }
}
@media(max-width: 768px) {
  .footer__link--bottom {
    margin-top: 31px;
    margin-left: 0
  }
  .footer__link--bottom:first-child {
    margin-top: 0
  }
}
.footer__icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.footer__icon--tg {
  position: absolute;
  left: -34px;
  top: 3px;
  width: 22px
}
@media(max-width: 1024px)and (min-width: 769px) {
  .footer__icon--tg {
    top: 0
  }
}
@media(max-width: 400px) {
  .footer__icon--tg {
    top: 0
  }
}
@media(max-width: 360px) {
  .footer__icon--tg {
    top: -1px
  }
}
.footer__logo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 6px;
  margin-left: auto;
  width: 126px
}
@media(min-width: 1025px) {
  .footer__logo {
    transition: opacity .35s ease
  }
  .footer__logo:hover {
    opacity: .75
  }
}
@media(max-width: 1679px) {
  .footer__logo {
    margin-right: -17px
  }
}
@media(max-width: 1279px) {
  .footer__logo {
    margin-right: 0
  }
}
@media(max-width: 1024px) {
  .footer__logo {
    margin: 57px auto 0
  }
}
.footer__copy {
  margin-left: auto
}
@media(max-width: 768px) {
  .footer__copy {
    margin-top: 31px;
    margin-left: 0
  }
}

.footer a {
  text-decoration: none;
  color: currentColor;
}




@media (max-width: 768px) {
  header {
    height: 50px;
  }
  .container {
    padding: 0 14px;
    max-width: 360px;
  }
  h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 28px;
  }
  .logo {
    width: 50px;
  }
  .auth-link {
    padding: 0;
    background-image: none;
  }
  .image-banner {
    height: 230px;
    background-image: url('/main/actions/axe-gold/img/banner-mobile.png');
    width: 360px;
    margin: 0 auto;
  }
  .text-banner {
    padding: 50px 9px 0;
    font-size: 14px;
    line-height: 16px;
  }
  .text-banner h2 {
    margin-bottom: 28px;
  }
  .map-section {
    padding: 85px 14px 25px;
    height: auto;
  }
  .map-block {
    max-width: 360px;
    margin: 0 auto;
  }
  .map-mode-select {
    height: 26px;
    font-size: 10px;
    line-height: 12px;
  }
  .map-mode {
    background-color: #0D923A;
    padding: 4px;
    margin-bottom: 20px;
  }
  .map {
    height: 560px;
  }
  .claims {
    font-size: 10px;
    line-height: 12px;
  }
  .flex-col-m {
    flex-direction: column;
  }
}