* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  overflow-anchor: none;
  line-height: 1.219;
}

/* html {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    min-height: 100%;
} */

body {
  font-family: Gotham Pro;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  color: #fff;
  background-color: #000;
  /* display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: auto; */
}

header {
  display: flex;
  align-items: center;
  padding-left: 74px;
  padding-right: 74px;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: space-between;
  z-index: 10;
  width: 100%;
  padding-top: 75px;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button a {
  height: 100%;
}

.blue-oval {
  position: absolute;
  width: 1124px;
  height: 772px;
  right: -600px;
  top: 4700px;
  background: radial-gradient(#60d7ff 0, transparent 60%);
  opacity: 0.2;
  transform: rotate(65deg);
}

.red-oval {
  width: 841px;
  height: 1441px;
  left: -420px;
  bottom: 20px;
  background: radial-gradient(#ff5b04 0%, #a4cada00 80%);
  opacity: 0.1;
  position: absolute;
}

.logo {
  width: 157px;
}

.logo img {
  width: 100%;
}

.menu {
  position: relative;
  display: flex;
}

.menu-item {
  /* font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
 */
  margin-right: 40px;
  margin-top: 27px;
  padding-bottom: 16px;
}

.menu-button.active {
  color: #ff5b04;
  border-bottom: 1px solid #ff5b04;
}

.menu-button {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
  color: #add0de;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #add0de;
  cursor: pointer;
}
.menu-button.active .arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/menu-arrow.svg');
  width: 12px;
  height: 6px;
  top: 30px;
}

.menu-button.active ~ .menu-dropdown {
  display: block;
}
.menu-dropdown {
  display: none;
  position: absolute;
  top: 71px;
  left: 0px;
  width: 664px;
  height: auto;
  background: url('../img/menu_bg.png'),
    linear-gradient(
      121.64deg,
      rgba(255, 255, 255, 0.05) -15.15%,
      rgba(0, 0, 0, 0.05) 84.78%,
      rgba(0, 0, 0, 0.05) 84.78%
    ),
    #131415;
  padding-top: 32px;
  border-radius: 30px;
}

.menu-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 35px;
  position: relative;
  display: block;
  font-family: 'SF UI Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 30px;
  padding-right: 95px;
}

.menu-link:hover {
  color: white;
}

.menu-link:hover ::before {
  content: '';
  height: 100%;
  position: absolute;
  width: 50px;
  height: 4px;
  left: -23px;
  top: 25px;
  background: #ff5b04;
  box-shadow: 0px 0px 74px #6ec1db;
  border-radius: 0px 0px 30px 30px;
  transform: rotate(-90deg);
}

.menu-link div {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.menu-link:hover div {
  color: #ff5b04;
}

.audit {
  display: flex;
  margin-left: auto;
  margin-right: 12px;
}

.audit-logo {
  display: block;
  margin-top: 3px;
}

.audit-item {
  text-align: right;
  font-size: 7px;
  margin-right: 35px;
  color: rgba(255, 255, 255, 0.7);
}

.audit-item a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.shield {
  margin-left: 10px;
  margin-bottom: -2px;
}

.btn {
  background: transparent;
  outline: none;
  cursor: pointer;
}

.dash {
  border: 1px dashed rgba(173, 208, 222, 0.4);
  box-sizing: border-box;
  border-radius: 70px;
}

.mars-logo {
  width: 285px;
}

.button-connect {
  width: 170px;
  height: 58px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ff5b04;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-connect:hover {
  background: linear-gradient(
    0deg,
    rgba(255, 91, 4, 0.1),
    rgba(255, 91, 4, 0.1)
  );
}

.button-connect:active {
  background: #ff5b04;
  color: white;
}
.button-connect svg {
  margin-right: 20px;
}

.button-connect:active svg path {
  fill: white;
}

.info {
  background-image: url('../img/bg.png');
  background-color: #0c0f0f;
  background-position: center;
  height: 1072px;
  background-size: auto 100%;
  padding-top: 300px;
  display: flex;
  justify-content: space-around;
  position: relative;
  background-repeat: no-repeat;
  /* min-height: 100vh; */
}

.info-left {
  width: 580px;
  max-width: 100%;
}

.info-left h1 {
  font-size: 58px;
  line-height: 130%;
  font-weight: normal;
}

.info-left p {
  font-family: 'SF UI Display';
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  font-style: normal;
  margin-top: 25px;
  margin-bottom: 100px;
  color: rgba(255, 255, 255, 0.89);
  max-width: 500px;
}
.button-grey {
  font-family: 'Gotham Pro';
  height: 80px;
  background: linear-gradient(248deg, #dcf1f5 -14%, #a4cada 100%);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.19);
  /* box-shadow: 0px -1px 100px #DCF1F547, inset 0px -2px 3px rgba(22, 21, 21, 0.8); */
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(13, 14, 15, 0.8);
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.grey-bg {
  font-family: Gotham Pro;
  width: 335px;
  height: 83px;
  background: linear-gradient(248deg, #dcf1f5 -14%, #a4cada 100%);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.19);
  /* box-shadow: 0px -1px 100px #DCF1F547, inset 0px -2px 3px rgba(22, 21, 21, 0.8); */
  border-radius: 10px;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(13, 14, 15, 0.8);
  position: relative;
  z-index: 1;
  max-width: 100%;
  text-decoration: none;
  justify-content: center;
}

.grey-bg:hover {
  background: linear-gradient(248.1deg, #dcf1f5 71.02%, #a4cada 113.5%);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.19);
}

.button-grey::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 1px;
  width: 335px;
  height: 83px;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(248deg, #dcf1f5 -14%, #a4cada 100%);
  box-shadow: 0px 100px 101px rgba(0, 0, 0, 0.14),
    0px 41.7776px 42.1954px rgba(0, 0, 0, 0.10064),
    0px 22.3363px 22.5597px rgba(0, 0, 0, 0.083455),
    0px 12.5216px 12.6468px rgba(0, 0, 0, 0.07),
    0px 6.6501px 6.7166px rgba(0, 0, 0, 0.056545),
    0px 2.76726px 2.79493px rgba(0, 0, 0, 0.0393604),
    0px 4px 194px rgba(180, 213, 225, 0.4),
    inset 0px -1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 14px;
  z-index: -1;
  max-width: 100%;
}
@media (min-width: 744px) and (max-width: 1279px) {
  .grey-bg {
    width: 664px;
    height: 80px;
  }
  .button-grey::before {
    width: 664px;
  }
  #stages
    .stage-list
    .list-element
    > .stage-description
    > .stage-description-inner {
    width: auto !important;
  }
}
.btn-disabled {
  justify-content: center;
  background: linear-gradient(248deg, #dcf1f5 -14%, #a4cada 20%);
}
.btn-disabled:hover {
  background: linear-gradient(248deg, #dcf1f5 -14%, #a4cada 20%);
}
.button-grey img {
  margin-right: 22px;
}
.buttons {
  display: flex;
  gap: 18px;
}
.btn-marsdao {
  width: 160px;
}
.btn-inside {
  padding: 0 18px;
  text-align: left;
  gap: 20px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-inside img {
  margin-right: 0;
}
.btn-view-more {
  font-family: 'Gotham Pro';
  color: #c3e0e9;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  justify-content: center;
  width: 160px;
  height: 80px;
  background: transparent;
  gap: 20px;
  border: 2px solid #c3e0e9;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0 18px;
  text-align: left;
}
/* .btn-view-more:hover {
  background: #c3e0e9;
  color: rgba(13, 14, 15, 0.8);
} */
.info-right {
  width: 320px;
  max-width: 100%;
}

.info-right .item {
  padding-left: 71px;
  padding-top: 23px;
  position: relative;
  padding-right: 20px;
  margin-bottom: 100px;
  line-height: 140%;
  font-size: 20px;
  font-style: normal;
  font-family: 'SF UI Display';
  color: rgba(255, 255, 255, 0.89);
}

.info-right .item span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: #6ec1db;
}

.holders {
  line-height: 120%;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff7a;
  margin-top: 105px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.holders .big {
  font-size: 52px;
  color: #add0de;
  vertical-align: bottom;
  line-height: 120%;
}

.button-mouse {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #19191a;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.button-mouse .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  opacity: 0.1;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
}

.button-mouse img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

main {
  position: relative;
  width: 100%;
  /* background: linear-gradient(
    180deg,
    rgba(164, 202, 218, 0.04) 0%,
    #a4cada1c 50%,
    rgba(164, 202, 218, 0.04) 100%
  ); */
  overflow: hidden;
}

#token {
  width: 100%;
}

.token-info {
  height: 952px;
  margin: 140px auto 160px;
  /* width: calc(100% - 296px); */
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
      0deg,
      #000 0%,
      transparent 20%,
      transparent 100%
    ),
    url('../img/mash_bg_pattern_1.svg');

  background-size: cover;
  /* linear-gradient(black 0%, transparent 50%, transparent 80%, black 0%) */
  padding: 5vh;
}

@media (min-width: 1800px) {
  .token-info {
    max-width: calc(100% - 296px);
  }
}

.token-text {
  font-family: 'SF UI Display';
  background-image: linear-gradient(
      121.64deg,
      rgba(255, 255, 255, 0.05) -15.15%,
      rgba(0, 0, 0, 0.05) 84.78%,
      rgba(0, 0, 0, 0.05) 84.78%
    ),
    url('../img/waves_bg.png');
  border-radius: 30px;
  background-color: #131415;
  width: 600px;
  min-width: 600px;
  height: 652px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 106px 114px 70px 114px;
  margin-right: 95px;
  z-index: 2;
}

.token-text:after {
  content: '';
  width: 400px;
  height: 4px;
  bottom: -4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #6ec1db;
  box-shadow: 0px 0px 74px #6ec1db;
  border-radius: 0px 0px 30px 30px;
}

.token-text span {
  font-size: 58px;
  line-height: 120%;
  font-weight: normal;
  /* or 70px */
  text-align: left;
  font-family: 'Gotham Pro';
}
.token-text span:first-child {
  text-align: center;
}

.token-text p {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 45px;
  margin-bottom: 57px;
  /* font-weight: 300; */
}

.token-info .token-img {
  width: 494px;
  height: 494px;
  position: relative;
}

.token-info .token-img img {
  width: 100%;
}

.token-info .token-img:after {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(#add0de57 0, transparent 70%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header {
  font-size: 70px;
  line-height: 120%;

  /* identical to box height, or 84px */
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

#statistics {
  margin-bottom: 144px;
  position: relative;
}

.statistics_numbers {
  background-image: linear-gradient(
      121.64deg,
      rgba(255, 255, 255, 0.05) -15.15%,
      rgba(0, 0, 0, 0.05) 84.78%,
      rgba(0, 0, 0, 0.05) 84.78%
    ),
    url('../img/stat_bg.png');
  border-radius: 30px;
  background-color: #131415;
  height: 243px;
  width: 1200px;
  max-width: 90%;
  margin: auto;
  display: flex;
  padding: 62px 50px 0;
  margin-top: 89px;
  justify-content: space-between;
}

.statistics_widget {
  max-width: 1200px;
  width: calc(100vw - 80px);
  margin: auto;
  margin-top: 113px;
  height: 500px;
}

.tradingview-widget-container > :first-child {
  height: 500px;
}

.tradingview-widget-container > .tradingview-widget-copyright {
  display: none;
}

.statistics_item {
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;

  /* or 17px */
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;

  color: #ffffff;

  opacity: 0.5;
  display: flex;
  flex-direction: column;
  max-width: 140px;
}

.statistics_item span {
  font-size: 52px;
  line-height: 120%;
  font-weight: normal;
  /* or 62px */
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 27px;
  color: #add0de;
}

.statistics_tokens {
  width: 1000px;
  height: 189px;
  background-color: rgba(255, 91, 4, 0.08);
  background-image: url('../img/burn_bg.png');
  border: 1px dashed #ff5b04;
  box-sizing: border-box;
  border-radius: 30px;
  margin: -42px auto 0;
  z-index: -1;
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  max-width: 90%;
  color: #ff5b04;
  padding-top: 40px;
}

.statistics_tokens .number {
  font-size: 62px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  font-weight: 400;
}

.statistics_tokens .number:after {
  content: '';
  background: url('../img/dots.svg');
  width: 11px;
  display: block;
  height: 51px;
  position: absolute;
  top: 15px;
  right: 0;
}

.statistics_tokens * {
  width: 50%;
}

.statistics_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
  margin-top: 58px;
}

.contract {
  width: 507px;
  height: 94px;
  background: rgba(164, 202, 218, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(220, 241, 245, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 16px;
  margin: 0 calc(50% - 254px);
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
}

.contract.active {
  background: rgba(164, 202, 218, 0.2);
  border: 1px solid rgba(220, 241, 245, 0.7);
}

#copy_address {
  cursor: pointer;
}

.contract #address {
  color: white;
  font-size: 18px;
}

.ex-link {
  width: 386px;
  height: 80px;
  border: 1px solid rgba(220, 241, 245, 0.2);
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 13px;
  /* margin-right: 30px; */
  margin-top: 63px;
}

.ex-link a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ex-link img {
  margin-right: 34px;
  /* margin-bottom: -5px; */
}

.coinmarketcap a {
  color: #306ffb;
}

.coinmarketcap:hover {
  background: linear-gradient(
    0deg,
    rgba(48, 111, 251, 0.1),
    rgba(48, 111, 251, 0.1)
  );
  border: 2px solid #306ffb;
}

.coinmarketcap:active {
  background: linear-gradient(
    0deg,
    rgba(48, 111, 251, 0.2),
    rgba(48, 111, 251, 0.2)
  );
  border: 2px solid #306ffb;
}

.metamask:hover {
  cursor: pointer;
}

/* .metamask:hover {
  background: rgba(245, 132, 31, 0.1);
  border: 1px solid #F5841F;
}

.metamask:active {
  background: rgba(245, 132, 31, 0.2);
  border: 1px solid #F5841F;
} */

.coingecko a {
  color: #8bc53f;
}

.coingecko:hover {
  background: rgba(139, 197, 63, 0.1);
  border: 1px solid #8bc53f;
}

.coingecko:active {
  background: rgba(139, 197, 63, 0.2);
  border: 1px solid #8bc53f;
}

.pancake {
  background: linear-gradient(
      247.48deg,
      rgba(255, 91, 4, 0.2) -11.76%,
      rgba(255, 91, 4, 0) 64.66%
    ),
    linear-gradient(248deg, #2f3838 -14%, #202424 100%);
}

.pancake:hover {
  background: linear-gradient(
      81deg,
      rgba(255, 91, 4, 0.2) 16.27%,
      rgba(255, 91, 4, 0) 72.93%
    ),
    linear-gradient(248deg, #2f3838 -14%, #202424 100%);
}

.pancake:active {
  background: linear-gradient(
      81deg,
      rgba(255, 91, 4, 0.2) 16.27%,
      rgba(255, 91, 4, 0) 72.93%
    ),
    linear-gradient(248deg, #2f3838 -14%, #202424 100%);
  border: 1px solid rgba(220, 241, 245, 0.2);
}

.pancake a {
  color: #d1884f;
}

/* .pancake img {
margin-bottom: -10px;
} */

.auditor-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  padding-bottom: 165px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.auditor-block {
  width: 580px;
  height: 145px;
  background: linear-gradient(
      121.64deg,
      rgba(255, 255, 255, 0.05) -15.15%,
      rgba(0, 0, 0, 0.05) 84.78%,
      rgba(0, 0, 0, 0.05) 84.78%
    ),
    #131415;
  box-shadow: 0px 254px 169px rgba(0, 0, 0, 0.09),
    0px 106.115px 70.6042px rgba(0, 0, 0, 0.0646969),
    0px 56.7342px 37.7484px rgba(0, 0, 0, 0.0536497),
    0px 31.8047px 21.1614px rgba(0, 0, 0, 0.045),
    0px 16.8913px 11.2387px rgba(0, 0, 0, 0.0363503),
    0px 7.02883px 4.67666px rgba(0, 0, 0, 0.0253031);
  border-radius: 30px;
  padding-top: 25px;
  padding-left: 45px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.auditor-block:first-child {
  margin-right: 40px;
}

.auditor-block span {
  position: absolute;
  padding-left: 16px;
  font-size: 10px;
  line-height: 10px;
  top: 25px;
  left: 43px;

  /* identical to box height */
  display: flex;
  align-items: center;
  text-transform: uppercase;

  color: #ffffff;
}

.auditor-block span:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #2fd640;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.auditor-link {
  width: 263px;
  height: 64px;
  opacity: 0.4;
  border: 1px dashed #a3c8d7;
  box-sizing: border-box;
  border-radius: 80px;
  font-size: 16px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #add0de;
  text-decoration: none;
}

.auditor-link:hover {
  border: 1px dashed #ecf3f6;
}

.auditor-link img {
  margin-right: 20px;
}

#products {
  width: 100%;
}

.products-info {
  margin: 163px auto 147px;
  /* width: calc(100% - 296px); */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 122px 5vh;
  flex-direction: column;

  position: relative;
}

.products-info-bg {
  /* background-image:url('../img/mash_bg_pattern_2.svg'); */
  position: absolute;
  width: 100%;
  opacity: 0.4;
  height: 100%;
  z-index: -2;
}

.products-info-bg2 {
  background-image: linear-gradient(
    0deg,
    black 5%,
    transparent 20%,
    transparent 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.partners img {
  opacity: 0.5;
}
@media (min-width: 1800px) {
  .products-info {
    max-width: calc(100% - 296px);
  }
}

.products-info .header {
  margin-bottom: 92px;
}

.product-card {
  display: flex;
  margin-bottom: 82px;
}

.product-card .token-text {
  width: 800px;
  height: 590px;
  background-image: url('../img/waves_2.png');
  margin-right: 0;
  align-items: baseline;
  padding-left: 100px;
  padding-right: 75px;
  padding-top: 85px;
  padding-bottom: 100px;
}

.product-card .token-text::after {
  width: 601px;
  background: #b3d4e1;
  box-shadow: 0px 0px 74px #b3d4e1;
}

.product-card .token-text.right {
  background-image: url('../img/waves_3.png');
}

.product-card .hodlit {
  height: 620px;
}

.product-card .mars-text {
  height: 580px;
}

.product-card .space {
  height: 550px;
}

.product-card .token-text span {
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
}

.product-card .token-text p {
  text-align: left;
  margin-top: 32px;
  margin-bottom: 45px;
  font-size: 18px;
}

.product-card .token-text b {
  font-weight: 500;
  font-size: 22px;
}

.product-card img {
  width: 400px;
  height: 590px;
  background: #101010;
  box-shadow: 0px 254px 169px rgba(0, 0, 0, 0.09),
    0px 106.115px 70.6042px rgba(0, 0, 0, 0.0646969),
    0px 56.7342px 37.7484px rgba(0, 0, 0, 0.0536497),
    0px 31.8047px 21.1614px rgba(0, 0, 0, 0.045),
    0px 16.8913px 11.2387px rgba(0, 0, 0, 0.0363503),
    0px 7.02883px 4.67666px rgba(0, 0, 0, 0.0253031);
  border-radius: 30px;
}

.product-link {
  width: 184px;
  height: 48px;
  min-height: 48px;
}

.product-link:hover {
  border-color: #ff5b04;
}

.product-link.bot {
  width: 136px;
}

.product-link a {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  color: #ff5b04;
  text-decoration: none;
}

.bubble {
  background-image: url('../img/bubble.svg');
  width: 123px;
  height: 61px;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: white;
  background-repeat: no-repeat;
  padding-top: 3px;
}

#governance {
  margin-top: 100px;
}

#governance .header {
  margin-bottom: 86px;
  font-weight: normal;
  font-size: 150px;
  line-height: 120%;
  background: linear-gradient(
      264.51deg,
      rgba(110, 193, 219, 0.3) -2.64%,
      rgba(110, 193, 219, 0) 71.18%
    ),
    linear-gradient(0deg, #212424, #212424);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.governance-info {
  font-family: 'SF UI Display';
  font-size: 22px;
  line-height: 200%;
  text-align: center;
}

.governance-info b {
  font-size: 28px;
}

.governance-link {
  position: relative;
  width: 335px;
  height: 83px;
  background: linear-gradient(248deg, #dcf1f5 -14%, #a4cada 100%);
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #0d0e0f;
  margin: 70px auto 0;
  box-shadow: 0px -1px 100px #dcf1f547, inset 0px -2px 3px rgba(22, 21, 21, 0.8);
  max-width: 100%;
}

.governance-link::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 1px;
  width: 283px;
  height: 80px;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(248deg, #dcf1f5 -14%, #a4cada 100%);
  box-shadow: 0px 100px 101px rgba(0, 0, 0, 0.14),
    0px 41.7776px 42.1954px rgba(0, 0, 0, 0.10064),
    0px 22.3363px 22.5597px rgba(0, 0, 0, 0.083455),
    0px 12.5216px 12.6468px rgba(0, 0, 0, 0.07),
    0px 6.6501px 6.7166px rgba(0, 0, 0, 0.056545),
    0px 2.76726px 2.79493px rgba(0, 0, 0, 0.0393604),
    0px 4px 194px rgba(180, 213, 225, 0.4),
    inset 0px -1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 14px;
  z-index: -1;
  max-width: 100%;
}

.governance-link:hover {
  cursor: pointer;
  background: linear-gradient(248.1deg, #dcf1f5 71.02%, #a4cada 113.5%);
}

footer {
  padding-bottom: 115px;
  padding-left: calc((100% - 1180px) / 2);
  padding-right: calc((100% - 1180px) / 2);
  position: relative;
}
.wrap_top {
  display: flex;
  position: relative;
  row-gap: 30px;
}

.column {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 50%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(173, 208, 222, 0.21);
}
.column:nth-child(1) {
  padding-right: 18px;
}
.column:nth-child(2) {
  padding-left: 18px;
  border: none;
}

.column:nth-child(2) .footer-social:nth-child(2) {
  white-space: nowrap;
}
.column:nth-child(3) {
  padding-right: 18px;
}
.column:nth-child(3) {
  padding-right: 18px;
}
.column:nth-child(4) {
  padding-left: 18px;
  border: none;
}
.column span {
  font-family: 'SF UI Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
  opacity: 0.4;
  margin-bottom: 14px;
}
.column-logos {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 40px);
  row-gap: 20px;
  justify-content: space-between;
  width: 156px;
  column-gap: 18px;
}
.column-logos a {
  opacity: 0.5;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.column-logos a:hover {
  opacity: 1;
}
.footer-social {
  margin-bottom: 14px;
  font-family: 'SF UI Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social:last-child {
  margin: 0;
}
.footer-logo {
  width: 160px;
  margin-bottom: 23px;
}

.column .footer-social:hover {
  color: #d1884f;
}
.blur {
  opacity: 0.19;
  width: 280px;
  height: 288px;
  background: radial-gradient(#a4cada, transparent);
  filter: blur(30px);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  z-index: -1;
}

.widget_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.widget_block {
  width: calc(50% - 8px);
  background: rgba(22, 25, 27, 0.37);
  border-radius: 15px;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 166px;
}

.widget_block:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.widget_column {
  padding-left: 42px;
  display: flex;
  flex-direction: column;
  font-family: 'SF UI Display';
  color: white;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  margin-bottom: 26px;
}

.widget_column:first-child {
  width: 60%;
}

.widget_column span:first-of-type {
  font-weight: 400;
  font-size: 12px;
  opacity: 0.4;
  line-height: 24px;
}

.widget_column img {
  position: absolute;
  top: 8px;
  left: 0;
}

.certik-img {
  height: 41px;
}

.widget_column_2 {
  display: flex;
  flex-direction: column;
  font-family: 'SF UI Display';
  color: white;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.widget_column_2:nth-child(1) {
  grid-area: max-supply;
}
.widget_column_2:nth-child(2) {
  grid-area: total-supply;
}
.widget_column_2:nth-child(3) {
  grid-area: market-cap;
}
.widget_column_2:nth-child(4) {
  grid-area: circulating-supply;
}

.widget_column_2:nth-child(5) {
  grid-area: total-burned;
}
.widget_column_2 span:first-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  opacity: 0.4;
}

.footer_buy {
  width: 156px;
  height: 45px;
  background: linear-gradient(248deg, #ff7f3b -14%, #ff5b04 100%, #ff5b04 100%);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.partners {
  position: relative;
  margin-top: 92px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 50px;
}

.partners > img {
  margin: auto;
  display: block;
  max-width: 100%;
}

.partners span {
  position: absolute;
  font-family: 'SF UI Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #ffffff;
  opacity: 0.4;
  left: 0;
  top: -40px;
}

.footer-link {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #121212;
  border: 1px solid #272727;
  box-sizing: border-box;
  margin: 0 14px;
}

.footer-link:hover {
  border-color: #add0de;
}

.footer-link:hover path,
.footer-link:hover g {
  fill: #add0de;

  stroke: #add0de;

  opacity: 1;
}

.menu-social-link {
  height: 28px;
  width: 28px;
  display: block;
}

.menu-social-link:hover svg {
  fill: #ff5b04;
  opacity: 1;
}
.menu-social-link.github:hover svg {
  fill: none;
}
.menu-social-link.github:hover svg path {
  stroke: #ff5b04;
  opacity: 1;
}
.menu-social-tablet {
  display: none;
}

.community {
  display: block;
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;

  /* identical to box height */
  letter-spacing: 0.2em;
  text-transform: uppercase;

  color: #70a0cc;
  text-decoration: none;
  border-bottom: 1px solid #70a0cc5c;
  padding-bottom: 14px;
  white-space: nowrap;
}

.menu-social {
  display: flex;
  justify-content: space-around;
  padding: 18px 7px 50px 7px;
}

.audit-tablet {
  display: none;
}

.audit-mobile {
  display: none;
}

.button-menu {
  display: none;
}

.tablet-img {
  display: none;
}

.mobile-img {
  display: none;
}

.menu {
  margin-left: 33px;
}
.product-card-buttos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.btn-app-store img,
.btn-google-play img {
  width: 296px;
  height: auto;
  display: block;
  border-radius: 0;
}
.btn-app-store img:last-child,
.btn-google-play img:last-child {
  display: none;
}
.token-text-marsdao {
  max-width: 275px;
}
.token-text-mdao-marker {
  max-width: 280px;
}
.product-card .telegram-wallet span {
  text-align: left;
}
.token-text-mdao-keywallet {
  max-width: 283px;
}
.token-text-mdao-wallet {
  width: 296px;
}
.wrap-two {
  display: none;
}
.wrap-three {
  display: none;
}
.wrap-four,
.wrap-five,
.wrap-six,
.wrap-seven {
  display: none;
}
@media (max-width: 1440px) {
  header {
    padding: 75px 40px 0;
  }

  .audit {
    margin-right: 0;
  }

  .audit-logo {
    margin: 0;
  }

  .menu {
    margin-left: 70px;
  }
}

@media (max-width: 1080px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrap_top {
    flex-wrap: wrap;
  }

  .widget_block {
    min-width: 100%;
    padding: 20px;
    display: flex;
    height: auto;
  }

  .widget_block:first-child {
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .widget_block:last-child {
    padding: 25px 20px;
    height: 241px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
      'max-supply total-supply'
      'market-cap circulating-supply'
      'total-burned .';
    grid-row-gap: 25px;
  }
  .footer_buy {
    margin-left: 35px;
    width: 124px;
  }

  .widget_column:first-child {
    width: auto;
    margin: 0;
  }

  .widget_column:nth-child(2) {
    display: none;
  }

  .certik-img {
    display: none;
  }

  .widget_column_2 {
    font-size: 16px;
  }

  .partners {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .menu-dropdown {
    position: relative;
    background: transparent;
    width: 100%;
    top: 0;
    padding-top: 0;
  }

  .menu-button {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 210%;
    text-transform: uppercase;
    color: #add0de;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
    -webkit-text-decoration-color: #add0de26;
    text-decoration-color: #add0de26;
    text-underline-offset: 14px;
    position: relative;
    border: none !important;
  }

  .menu-button::after {
    content: '';
    background: url('../img/arrow-down.svg');
    width: 24px;
    height: 12px;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-60%);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .menu-link {
    padding-left: 15px;
    margin-bottom: 20px;
    padding-right: 0;
    margin-left: -15px;
  }

  .menu-button .arrow {
    display: none;
  }

  .menu-button.active {
    border-bottom: none;
    font-weight: 700;
  }

  .menu-button.active::after {
    transform: translateY(-60%) rotate(180deg);
    filter: hue-rotate(202deg) saturate(41);
  }

  .social-item {
    display: none;
  }

  .menu-social-tablet {
    display: block;
    margin-left: -40px;
    margin-right: 50px;
  }

  .audit {
    display: none;
  }

  .statistics_widget {
    height: 351px;
  }

  .audit-tablet {
    display: flex;
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
  }

  .blue-oval {
    right: -600px;
    top: 3700px;
  }

  .red-oval {
    width: 641px;
    height: 641px;
    right: -350px;
    bottom: 0;
    background: radial-gradient(#ff5b04 0%, #a4cada00 80%);
    opacity: 0.15;
    position: absolute;
    top: auto;
  }

  .products-info-bg,
  .products-info-bg2 {
    display: none;
  }

  header {
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 20px;
  }

  #token {
    margin-top: 245px;
  }

  .token-info {
    flex-wrap: wrap;
    margin-right: 0;
    height: auto;
    margin-bottom: 130px;
    padding-bottom: 0;
    background-image: linear-gradient(#000 0%, transparent 50%, #000 90%),
      url('../img/mash_bg_pattern_1.svg');
  }

  .token-text {
    margin-right: 0;
    width: 664px;
    height: 652px;
    background-size: cover;
  }

  .token-info p {
    font-size: 24px;
  }

  .token-img {
    margin-top: 130px;
  }

  .header {
    font-size: 50px;
  }

  .statistics_numbers {
    height: 433px;
    flex-wrap: wrap;
    background-image: url('../img/waves_2.png');
    margin-top: 50px;
    width: calc(100% - 80px);
  }

  .statistics_item {
    margin-right: 50px;
  }

  .statistics_item:nth-child(3),
  .statistics_item:nth-child(5) {
    margin-right: 0;
  }

  .statistics_tokens {
    width: calc(100% - 80px);
  }

  .statistics_tokens .number {
    font-size: 50px;
  }

  .contract {
    width: 664px;
    margin: auto;
    padding: 0 120px;
    justify-content: space-between;
  }

  .copy_address {
    cursor: pointer;
  }

  .ex-link {
    width: calc(50% - 47px);
    margin: 0;
    margin-top: 14px;
  }

  .ex-link:nth-child(2n) {
    margin-right: 16px;
  }

  .auditor-wrap {
    flex-wrap: wrap;
    margin-top: 50px;
    border: none;
    padding-bottom: 0;
  }

  .auditor-block:first-child {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .products-info {
    padding: 0 5vh;
    margin-top: 140px;
    margin-bottom: 200px;
  }

  .product-card {
    flex-wrap: wrap;
    max-width: 664px;
    margin-bottom: 46px;
    position: relative;
  }

  .product-card .token-text b,
  .product-card .token-text p {
    font-size: 20px;
  }

  .product-card .token-text p {
    margin: 30px 0;
  }

  .product-card .token-text {
    padding: 70px 50px;
    height: auto;
  }

  .product-card .token-text span {
    font-size: 32px;
  }

  .product-card .token-text::after {
    display: none;
    /* bottom: -445px; */
  }

  .product-card::after {
    content: '';
    width: 401px;
    height: 4px;
    bottom: -4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #6ec1db;
    box-shadow: 0px 0px 74px #6ec1db;
    border-radius: 0px 0px 30px 30px;
  }

  /*
  .product-card .mars-text::after {
    bottom: -585px;
  } */

  .desk-img {
    display: none;
  }

  .product-card .tablet-img {
    width: 664px;
    height: auto;
    display: block;
  }

  .products-info .header {
    margin-bottom: 50px;
  }

  /* .product-card .token-text::after {
    width: 401px;
  } */
  .tradingview-widget-container > :first-child {
    height: 375px;
  }

  .menu {
    position: absolute;
    flex-direction: column;
    background: linear-gradient(
        121.64deg,
        rgba(255, 255, 255, 0.1) -15.15%,
        rgba(0, 0, 0, 0.1) 84.78%,
        rgba(0, 0, 0, 0.1) 84.78%
      ),
      radial-gradient(#a4cada59 0, transparent 70%);
    background-color: #131415;
    border-radius: 15px;
    width: 664px;
    height: auto;
    right: 40px;
    top: 156px;
    background-position: left 0 bottom 0, left 0 top 250px;
    background-repeat: no-repeat;
    padding-top: 56px;
    padding-left: 77px;
    display: none;
  }

  .menu.open {
    display: flex;
  }

  .menu:after {
    content: '';
    width: 506px;
    height: 4px;
    bottom: -4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #6ec1db;
    box-shadow: 0px 0px 74px #6ec1db;
    border-radius: 0px 0px 30px 30px;
  }

  /* .menu a {
    font-weight: normal;
    font-size: 38px;
    line-height: 80px;
    text-transform: uppercase;
    color: #ADD0DE;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    flex: 0;
    display: block;
    border: none;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
    -webkit-text-decoration-color: #ADD0DE26;
    text-decoration-color: #ADD0DE26;
    text-underline-offset: 14px;
    padding: 0;

  } */

  .menu-social {
    display: flex;
  }

  .button-menu {
    display: block;
    width: 60px;
    height: 35px;
    background-image: url('../img/menu.svg');
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 20px;
    margin-left: auto;
    cursor: pointer;
  }

  .button-connect {
    margin-left: auto;
  }

  .button-menu.open {
    background-image: url('../img/cross.svg');
  }

  .info {
    padding-left: 40px;
    padding-right: 40px;
    justify-content: flex-start;
    padding-top: 250px;
    height: 1286px;
  }

  .info-left {
    width: 100%;
  }

  .info-left h1 {
    font-size: 48px;
    max-width: 500px;
  }

  .info-left p {
    margin-bottom: 60px;
    max-width: 580px;
  }
  .info-right {
    position: absolute;
    bottom: -280px;
    display: flex;
    left: 100px;
    left: 5%;
    overflow-x: scroll;
    width: 90%;
    margin-bottom: 90px;
  }

  .info-right .item {
    min-width: 266px;
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .holders {
    width: 100%;
  }

  .button-mouse {
    display: none;
  }

  #governance .header {
    background: linear-gradient(
        264.51deg,
        rgba(110, 193, 219, 0.3) -2.64%,
        rgba(110, 193, 219, 0) 71.18%
      ),
      linear-gradient(0deg, #212424, #212424);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
  }
  .audit-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .statistics_widget {
    display: none;
  }

  .red-oval {
    width: 641px;
    height: 641px;
    right: -350px;
    background: radial-gradient(#ff5b04 0%, #a4cada00 80%);
    opacity: 0.15;
    position: absolute;
    top: auto;
    bottom: 500px;
    left: auto;
  }

  #token {
    margin-top: 115px;
  }

  .info {
    padding-bottom: 0;
    height: 1011px;
  }

  .info-right {
    bottom: -150px;
  }

  .menu {
    width: calc(100% - 40px);
    padding: 0;
    top: 92px;
    right: 20px;
    height: auto;
  }

  /* .menu a {
    height: 73px;
    background: #ADD0DE12;
    text-decoration: none;
    border-bottom: 1px dashed #FFFFFF24;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 400%;
    text-transform: uppercase;
    color: #ADD0DE;
    padding: 0;
  } */

  .tradingview-widget-container > :first-child {
    height: 177px;
  }

  .menu-item {
    margin: 0;
  }

  .menu-button {
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    text-decoration: none;
    border-bottom: 1px dashed #ffffff24 !important;
    padding-top: 14px;
  }

  .menu-button.active {
    border-bottom: 1px dashed #ffffff24 !important;
    font-weight: 700;
  }
  .menu-button.active ~ .menu-dropdown {
    border-bottom: 1px dashed #ffffff24;
    border-radius: 0px;
  }
  .menu-dropdown {
    padding: 18px 15px 0px;
  }

  .menu-button::after {
    width: 13px;
    height: 8px;
    background-size: contain;
    margin-left: 10px;
    right: auto;
  }

  .menu-social {
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    padding: 25px 20px 28px;
  }

  .menu-social-tablet {
    margin: 0;
  }

  .menu::after {
    width: 259px;
  }

  .token-text {
    min-width: calc(100vw - 40px);
    width: calc(100vw - 40px);
    padding: 60px 23px;
    height: auto;
    border-radius: 15px;
  }

  .token-text span,
  .header {
    font-size: 32px;
    line-height: 120%;
  }

  .token-text span {
    max-width: 250px;
  }

  .token-text p {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 57px;
  }

  .token-text::after {
    width: 259px;
  }

  .token-info .token-img {
    width: 287px;
    height: 287px;
    margin-top: 90px;
  }

  .token-img::after {
    display: none;
  }

  .token-info {
    margin-bottom: 100px;
  }

  .statistics_numbers {
    margin-top: 40px;
    padding: 40px 20px 46px;
    height: auto;
    width: calc(100% - 40px);
    border-radius: 15px;
  }

  .statistics_item {
    margin-right: 0px;
    margin-bottom: 21px;
  }

  .statistics_item span {
    margin-bottom: 10px;
  }

  .statistics_item:nth-child(5) {
    margin: auto;
  }

  .statistics_tokens {
    background: url(../img/burn_mob.png);
    height: 223px;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    align-items: center;
    border-radius: 15px;
    padding-top: 10px;
    margin-top: -24px;
    background-repeat: no-repeat;
    background-position: bottom;
    width: calc(100% - 40px);
  }

  .statistics_tokens * {
    width: 100%;
  }

  .statistics_tokens .number {
    font-weight: normal;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .statistics_tokens .number::after {
    display: none;
  }

  .contract {
    width: calc(100% - 40px);
    font-size: 12px;
    height: 80px;
    padding: 0 24px;
  }

  .contract #address {
    font-size: 16px;
  }

  .ex-link {
    width: calc(100% - 40px);
    margin-right: 0 !important;
    margin-top: 20px;
  }

  .auditor-wrap {
    margin-top: 40px;
    border: none;
    padding-bottom: 0;
  }

  .auditor-block:first-child {
    margin-bottom: 20px;
  }

  .auditor-block {
    width: calc(100% - 40px);
    flex-direction: column;
    height: 244px;
    justify-content: center;
    border-radius: 15px;
    padding-top: 0;
  }

  .auditor-block span {
    position: relative;
    left: auto;
    top: auto;
  }

  .auditor-block .audit-logo {
    margin-bottom: 30px;
    margin-top: 15px;
  }

  .products-info {
    margin-top: 140px;
    background: none;
    padding-top: 0;
    margin-bottom: 100px;
  }

  .products-info .header {
    margin-bottom: 50px;
  }

  .product-card .token-text b,
  .product-card .token-text p {
    font-size: 16px;
  }

  .product-card::after {
    width: 266px;
  }

  .product-card {
    margin-bottom: 50px;
  }

  .product-card .token-text p {
    margin: 20px 0;
  }

  .product-card .token-text {
    width: calc(100% - 40px);
    width: 335px;
    min-width: auto;
  }

  .product-card .tablet-img {
    display: none;
    /* width: 100%;
height: 300px; */
  }

  .product-card .mobile-img {
    display: block;
    width: 335px;
    height: 300px;
    border-radius: 15px;
  }

  #governance .header {
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 50px;
  }

  .info-left h1 {
    font-weight: normal;
    font-size: 32px;
    line-height: 130%;
  }

  .product-card .token-text {
    padding: 30px 20px 36px;
  }

  .product-card .token-text span {
    font-size: 24px;
  }

  .product-card .token-text p {
    font-size: 16px;
  }

  .product-card .token-text::after {
    bottom: -302px;
  }

  .governance-info {
    font-size: 16px;
  }

  .governance-info b {
    font-size: 16px;
  }

  .governance-link {
    margin-top: 50px;
  }

  header {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 25px;
  }

  .button-menu {
    display: block;
    height: 35px;
    background-image: url('../img/menu-mob.svg');
    width: 29px;
    background-position: left;
  }

  .button-menu.open {
    background-size: 100%;
    width: 25px;
    height: 25px;
    transform: none;
  }

  .logo {
    width: 86px;
  }

  .info {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 144px;
    background-image: linear-gradient(
        black 0,
        transparent 40%,
        transparent 65%,
        black 85%
      ),
      url('../img/bg.png');
    padding-bottom: 100px;
    background-size: 100% 100%, auto 90%;
    background-position: center, top;
  }

  .button-grey::before {
    width: 335px;
  }

  .grey-bg {
    width: 335px;
  }

  .info-left p {
    font-size: 16px;
    margin-bottom: 29px;
    margin-top: 20px;
    max-width: 270px;
  }
  .audit-tablet {
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
  }

  .holders {
    position: absolute;
    right: 20px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    top: 395px;
    gap: 0;
  }

  .holders .big {
    font-weight: normal;
    font-size: 40px;
    line-height: 120%;
  }

  .audit-tablet {
    display: none;
  }

  .audit-mobile {
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    position: absolute;
    display: flex;
    margin: 0;
  }

  .audit-item:last-child {
    margin-right: 0;
  }

  .button-connect {
    height: 40px;
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blur {
    display: none;
  }

  .widget_block {
    flex-wrap: wrap;
  }

  .widget_block:first-child {
    padding-right: 20px;
    padding-left: 20px;
    height: 166px;
    align-items: center;
  }

  .footer_buy {
    width: 134px;
    height: 44px;
    margin-left: auto;
  }
  .footer_certik {
    order: 2;
    margin-left: auto;
    margin-top: 5px;
  }
  .certik-img {
    display: block;
    width: 120px;
    height: 32px;
  }

  .widget_column {
    font-size: 16px;
  }

  .widget_column:nth-child(2) {
    display: flex;
    order: 1;
    margin-bottom: 0;
  }

  .partners {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 374px) {
  .menu .footer-link {
    margin: 0 20px !important;
  }
}
@media (min-width: 576px) {
  .statistics_numbers {
    justify-content: center;
  }
  .contract {
    margin-bottom: 50px;
  }
  .token-text-marsdao {
    max-width: 100%;
  }
  .token-text-mdao-marker {
    max-width: 100%;
  }
  .token-text-mdao-keywallet {
    max-width: 520px;
  }
  .token-text-mdao-wallet {
    width: 100%;
  }
  .wrap-eight,
  .wrap-nine {
    display: none;
  }
  .wrap-one {
    display: none;
  }
  .wrap-two {
    display: block;
  }
  .wrap_top {
    row-gap: 50px;
  }
  .br {
    display: none;
  }
  .footer_certik {
    margin-bottom: auto;
    margin-left: 0;
    display: block;
  }

  .footer-logo {
    width: 238px;
    height: 34px;
    margin-bottom: 0;
  }
  .column {
    width: 33.333%;
  }
  .column:nth-child(2) {
    border-right: 1px solid rgba(173, 208, 222, 0.21);
  }
  .column:nth-child(3) {
    padding-left: 18px;
    padding-right: 0;
    border: none;
  }
  .column:nth-child(4) {
    padding: 0;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .column-logos {
    grid-template-columns: repeat(6, 40px);
    column-gap: 29px;
    width: auto;
  }

  .btn-inside {
    font-size: 18px;
    padding: 0 40px;
    justify-content: stretch;
  }
  .btn-view-more {
    font-size: 18px;
    padding: 0 40px;
    justify-content: stretch;
  }
  .br-btn {
    display: none;
  }
  .btn-app-store img:first-child,
  .btn-google-play img:first-child {
    display: none;
  }
  .btn-app-store img:last-child,
  .btn-google-play img:last-child {
    display: block;
  }
}
@media (min-width: 700px) {
  .widget_block:first-child {
    padding: 20px 30px 20px;
    height: 98px;
  }
  .widget_block:last-child {
    padding: 20px 30px 20px;
    height: 86px;
  }
  .widget_block:last-child {
    height: 86px;
    padding: 20px 30px 20px;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: 'max-supply total-supply market-cap circulating-supply total-burned';
  }
  .buttons {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  .btn-marsdao {
    width: 284px;
  }
  .btn-inside {
    gap: 22px;
  }
  .btn-view-more {
    width: 284px;
    gap: 33px;
  }
  .product-card-buttos {
    flex-direction: row;
    gap: 30px;
  }
  .btn-app-store img,
  .btn-google-play img {
    width: 237px;
  }
}

@media (min-width: 1080px) {
  .btn-inside {
    gap: 42px;
  }
  .btn-view-more {
    padding: 0 37px;
    gap: 33px;
  }
  .statistics_numbers {
    justify-content: space-between;
  }
  .audit-item {
    margin-right: 20px;
  }
  .token-text-autofarm {
    max-width: 582px;
  }
  .token-text-mdao-keywallet {
    max-width: 100%;
  }
  .token-text-mdao-wallet {
    width: 650px;
  }
  .wrap-two {
    display: none;
  }
  .wrap-three,
  .wrap-four,
  .wrap-five,
  .wrap-six,
  .wrap-seven {
    display: block;
  }
  .buttons {
    flex-direction: column;
    gap: 25px;
  }
  .holders {
    margin-top: 40px;
  }
  .widget_block:last-child {
    height: 166px;
  }
  .certik-img {
    width: 167px;
    height: 44px;
    display: block;
  }
  .widget_block:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 80px;
    height: 166px;
  }
  .widget_block:last-child {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 80px;
    grid-template-areas:
      'max-supply circulating-supply total-burned'
      'total-supply market-cap .';
  }
  .column {
    width: 25%;
  }
  .column:nth-child(1) {
    padding-right: 40px;
  }
  .column:nth-child(2) {
    padding-left: 40px;
    border-right: 1px solid rgba(173, 208, 222, 0.21);
  }
  .column:nth-child(3) {
    border-right: 1px solid rgba(173, 208, 222, 0.21);
    padding-left: 40px;
    padding-right: 0;
  }
  .column:nth-child(4) {
    width: 25%;
    flex-direction: column;
    padding-left: 40px;
    justify-content: flex-start;
  }
  .column-logos {
    grid-template-columns: repeat(3, 40px);
    column-gap: 60px;
    row-gap: 45px;
    width: 241px;
    margin: 0 auto;
  }
  .footer-logo {
    width: 268px;
    height: 38px;
    margin-bottom: 45px;
    margin-right: 0px;
  }
  .partners img:nth-of-type(1),
  .partners img:nth-of-type(2),
  .partners img:nth-of-type(3),
  .partners img:nth-of-type(4),
  .partners img:nth-of-type(5),
  .partners img:nth-of-type(6),
  .partners img:nth-of-type(7),
  .partners img:nth-of-type(8),
  .partners img:nth-of-type(9),
  .partners img:nth-of-type(10),
  .partners img:nth-of-type(11),
  .partners img:nth-of-type(12) {
    width: auto;
  }
  .partners {
    grid-row-gap: 55px;
  }
  .menu-item:hover > .menu-dropdown {
    display: block;
  }
}
@media (min-width: 1800px) {
  .certik-img {
    width: 154px;
    height: 41px;
  }
  .holders {
    margin-top: 80px;
  }
  .info-left p {
    max-width: inherit;
  }
}
