* {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  outline: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color-scheme: light;
  overflow-x: hidden;
}
body {
  background: #f2ede1;
  padding: 0;
  overflow-x: hidden;
  margin: 0 auto;
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a button {
  cursor: pointer;
}

.mobile-on {
  display: none;
}
.decs {
  display: block;
}

header {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 14px 20px;
  z-index: 5;
}
.nav {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.button__main {
  border-radius: 6px;
  background: #7e0134;
  color: #fff;

  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding: 11px 17px;
}
.show__info .button__main__box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 40px;
}
.show__info .button__main {
  padding: 18px 38px;
}
.button__main:hover {
  color: white;
  filter: brightness(1.2);
  transition: 0.9s;
}

footer {
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  padding: 28px 30px;
}
.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #fff;

  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px; /* 112.5% */
  text-transform: uppercase;
}
.contact__box {
  display: flex;
  gap: 12px;
}

.big__deal .header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19;
  background: transparent;
}
.show-hero {
  position: relative;
  background-image: url(../img/show-bg-hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;

  aspect-ratio: 16 / 8;
  padding: 118px 133px;
}
.show-hero h4 {
  color: #fff;

  font-family: "Ballantines";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 44.916px;
  margin-bottom: 11px;
  margin-left: 20px;
}
.show-hero img {
  width: 383px;
  height: 219.505px;
  margin-bottom: 43px;
}
.show-hero .main__btn {
  cursor: pointer;
  max-width: 224.443px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 80px;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;

  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.show__timer {
  padding: 62px 20px 30px;
  background-image: url(../img/show-bg-timer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.show__timer h2 {
  background: linear-gradient(to right, #48001e, #ae0048);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  text-align: center;
  font-family: Montserrat;
  font-size: 36.7px;
  font-style: italic;
  font-weight: 700;
  line-height: 54.791px;
  margin: 0 auto;
  max-width: 860px;
}

.show__about {
  background-image: url(../img/show-bg-about.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 55px 216px 476px;
  position: relative;
}
.show__about__box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.show__about__box div {
  color: #fbf9f3;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.802px;
}
.show__about h2 {
  color: #fae5b4;
  text-align: left;
  -webkit-text-stroke-width: 1.17px;
  -webkit-text-stroke-color: #fae5b4;
  font-family: Montserrat;
  font-size: 168.153px;
  font-style: normal;
  font-weight: 900;
  line-height: 164.844px; /* 98.032% */
  text-transform: capitalize;
  text-shadow:
    0 0 20px #fae5b453,
    0 0 50px #fae5b44d,
    0 0 100px rgba(250, 229, 180, 0.225),
    0 0 150px rgba(250, 229, 180, 0.255);
}

.show__about h4 {
  color: #fbf9f3;

  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.643px;
  text-align: right;
  margin-bottom: 243px;
}
.show__about p {
  margin-top: 24px;
  color: #fbf9f3;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.802px;
}
.show__about p strong {
  color: #fbf9f3;

  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 25.802px;
}
.decor-show {
  width: 230px;
  height: 1px;

  background: #fff;
  margin: 7px 0;
}
.show__about img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 651px;
}

.show__info {
  position: relative;

  padding: 10px 133px 2px;
  overflow: hidden;
  background-image: url(../img/show-bg-info.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.show__info__inner {
  position: relative;
  max-width: 1183px;
  margin: 0 auto;
}

.show__info__title {
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 45px;
  background: linear-gradient(54.11deg, #48001e 36.805%, #ae0048 116.94%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.show__info__steps {
  display: flex;
  gap: 18px;
  margin-bottom: 45px;
}

.show__info__step {
  flex: 1;
  min-width: 0;
}

.show__info__step-card {
  position: relative;
  background: #efe2c8;
  border: 1.26px solid #000;
  min-height: 391px;
  padding: 27px 26px;
  overflow: hidden;
}

.show__info__step-dashed {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  border: 1px dashed #000;
  pointer-events: none;
}

.show__info__step-title {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
  color: #161515;
  text-transform: uppercase;
  margin: 0 0 22px;
}

.show__info__step-desc {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #241b07;
  margin: 0 0 16px;
}

.show__info__step-ill {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);

  display: flex;
  align-items: center;
  justify-content: center;
}

.show__info__step-ill img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.show__info__step-arrow,
.show__info__step-check {
  position: absolute;
  right: 22px;
  bottom: 28px;
  width: 24.556px;
  height: 20.554px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show__info__step-arrow img,
.show__info__step-check img {
  width: 100%;
  height: auto;
}

.show__info__terms-participation {
  background: #efe2c8;
}

.show__info__terms-title {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  color: #161515;
  text-align: center;
  padding: 32px 0 22px;
  border: 1.3px solid #000;
}

.show__info__terms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;

  padding-top: 0px;
}

.show__info__terms-col {
  text-align: center;
  padding: 10px 30px 20px;
  border-right: 1px solid #000;

  border-bottom: 1px solid #000;
}

.show__info__terms-col:first-child {
  border-left: 1px solid #000;
}

.show__info__terms-icon {
  width: 56px;
  height: 56px;
  margin: 20px auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show__info__terms-icon img {
  margin-top: 20px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.show__info__terms-icon--tier {
  border: 2.16px solid #48011e;
  border-radius: 6.5px;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #48011e;
}

.show__info__tier-num {
  font-size: 18px;
  line-height: 18px;
}

.show__info__tier-label {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.37px;
}

.show__info__terms-col-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
  margin: 0 0 5px;
}

.show__info__terms-col-desc {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #241b07;
  margin: 0;
}

.show__info__traffic-terms {
  margin-top: 40px;
  background: #efe2c8;
  border: 1.3px solid #000;
  padding: 30px 20px 20px;
}

.show__info__traffic-title {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  color: #161515;
  text-align: center;
  margin: 0 0 12px;
}

.show__info__traffic-inner {
  display: flex;
  gap: 38px;
  align-items: flex-start;
}

.show__info__traffic-left {
  position: relative;
  flex-shrink: 0;
  width: 244px;
}

.show__info__traffic-coin {
  width: 244px;
  height: 181px;
  overflow: hidden;
}

.show__info__traffic-coin img {
  width: 103%;
  height: 127%;
  object-fit: contain;
  margin: -10% 0 0 -0.1%;
}

.show__info__traffic-formula {
  position: absolute;
  left: 12px;
  bottom: -30px;
  width: 175px;
  height: 128px;
  object-fit: contain;
}

.show__info__traffic-right {
  flex: 1;
  min-width: 0;
}

.show__info__points-title {
  font-family: Inter, Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #161515;
  margin: 0 0 19px;
}

.show__info__points-formulas {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 33px;
}

.show__info__formula-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.show__info__formula-label {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #35280d;
  margin: 0;
}

.show__info__formula-value {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 29px;
  color: #161515;
  margin: 0;
}

.show__info__formula-divider {
  width: 1px;
  height: 85px;
  background: #000;
  opacity: 0.2;
}
.desh {
  border: 1px dashed #000;
  padding: 39px 51px 30px;
}

.show__info__traffic-list {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #241b07;
  margin: 0;

  list-style: disc;
  list-style-position: outside;
  border-top: 1px dashed #000;
  padding-top: 34px;
  padding: 31px 40px;
}

.show__info__traffic-list li {
  margin-bottom: 18px;
  list-style-type: disc;
  list-style-position: outside;
  display: list-item;
}

.show__info__traffic-list li:last-child {
  margin-bottom: 0;
}

/* Show Terms Section */
.show__terms {
  position: relative;

  padding: 99px 121px 80px;
  overflow: hidden;
  color: #fff;
  background-image: url(../img/show-bg-terms.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.show__terms__bg {
  position: absolute;
  pointer-events: none;
}

.show__terms__content {
  position: relative;
  max-width: 1207px;
}

.show__terms__title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  margin: 0 0 19px;
}

.show__terms__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}

.show__terms__list > p,
.show__terms__list > div {
  margin: 0;
}

.show__terms__list p {
  margin: 0;
}

.show__terms__list ul {
  margin: 8px 0 0;
  padding-left: 21px;
  list-style: disc;
  list-style-position: outside;
}

.show__terms__list ul li {
  margin-bottom: 4px;
  list-style-type: disc;
  list-style-position: outside;
  display: list-item;
}

.show__terms__list li:last-child {
  margin-bottom: 0;
}

.show__terms__list strong {
  font-weight: 700;
}

.show__terms__list a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.show__terms__list a:hover {
  text-decoration-thickness: 2px;
}
.show__info .menu__button_become-a-partner {
  margin: 30px auto;
  width: 209px;
  height: 51px;
}

.key {
  background-image: url(../img/show-bg-info.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 10px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.key h2 {
  color: #1b1b1b;

  text-align: center;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px; /* 120% */
  text-transform: uppercase;
  margin-bottom: 55px;
}
.key__contant {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 47px;
}
.key__contant__text {
  width: 529px;
}
.key__contant__text p {
  color: #1b1b1b;

  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.key__contant__text p strong {
  color: #610f2c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.key__contant__text h3 {
  color: #1b1b1b;

  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 7px;
}
.border__bottom {
  padding-bottom: 20px;
  border-bottom: 2px solid #b9a784;
  margin-bottom: 20px;
}
.key__contant__text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 8px;
}
.key__contant__text ul li {
  color: #1b1b1b;
  list-style-type: disc;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
}
.key__contant__text ul li strong {
  color: #610f2c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}
.key img {
  width: 501.863px;
  max-width: 100%;
}
.key .button__main {
  padding: 18px 38px;
}
.key h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #0f0815;

  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  position: relative;
}
.key h4 strong {
  color: #610f2c;
}
.key h4:after {
  content: " ";
  width: 116.591px;
  height: 16.992px;
  top: 21px;
  left: 627px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='119' height='4' viewBox='0 0 119 4' fill='none'%3E%3Cpath d='M0.600025 2.92869C24.1239 0.333885 92.2245 0.166321 118.41 1.16963' stroke='%23500721' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mobile-on {
    display: flex;
  }
  .decs {
    display: none;
  }

  header {
    padding: 15px 17px;
    border: none;
  }
  .nav {
    justify-content: space-between;
  }
  header .button__main {
    padding: 11px 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }

  .heder-logo-box svg {
    width: 69px;
    height: 46px;
  }
  footer {
    padding: 22px 24px;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .contact {
    gap: 24px;
    width: 100%;

    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 29.842px;
  }
  .footer__decor {
    background: #261f2c;
    height: 1px;
    width: 100%;
  }
  .contact__box {
    display: flex;
    gap: 9px;
  }
  .contact__box img {
    width: 37px;
    height: 37px;
  }

  .show-hero {
    background-image: url(../img/show-mob-bg-hero.png);
    background-position: top;
    aspect-ratio: auto;
    height: 100%;
    padding: 530px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .show-hero img {
    max-width: 229.458px;
    height: 141.455px;
    margin: 0 auto;
    margin-bottom: 21px;
  }
  .show-hero h4 {
    font-size: 21.476px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.385px;
    margin-left: 0;
  }
  .show-hero .main__btn {
    margin-left: 0;
    padding: 16px 20px;
  }
  .big__deal .header-area {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgb(0, 0, 0);
    transform: translateY(0);
    opacity: 1;
  }

  .key {
    padding: 34px 19px 33px;
  }
  .key h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px; /* 116.667% */
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .key__contant {
    flex-direction: column;
    gap: 20px;
  }
  .key__contant__text {
    width: 100%;
  }
  .key__contant__text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .key__contant__text h3,
  .key__contant__text p,
  p.border__bottom {
    display: none;
  }

  .key .button__main.second {
    margin-top: 28px;
    width: 100%;
    padding: 14px 70px;
    color: #48001e;
    border-radius: 8px;
    background: #f2ede1;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }

  .show__timer {
    padding: 28px 10px;
  }
  .show__timer h2 {
    text-align: center;
    max-width: 330px;
    font-size: 22.214px;
    font-style: italic;
    font-weight: 700;
    line-height: 33px;
  }

  .show__about {
    padding: 40px 20px 465px;
  }
  .show__about__box div {
    max-width: 148px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    transform: translate(0px, -20px);
  }
  .decor-show {
    width: 202px;
  }
  .show__about h2 {
    font-size: 50.901px;
    font-style: normal;
    font-weight: 900;
    line-height: 49.9px; /* 98.032% */
    text-transform: capitalize;
    text-shadow:
      0 0 5px #fae5b487,
      0 0 10px #fae5b48c,
      0 0 25px rgba(250, 229, 180, 0.476),
      0 0 45px rgba(250, 229, 180, 0.326);
  }

  .show__about h4 {
    color: #fbf9f3;

    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.643px;
    text-align: right;
    margin-bottom: 243px;
  }
  .show__about p {
    margin-top: 10px;
    max-width: 100%;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }

  /* Show Info - Mobile */
  .show__info {
    padding: 10px 20px 1px;
  }

  .show__info__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .show__info__steps {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .show__info__step-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .show__info__step-desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .show__info__step-ill {
    width: 130px;
    height: 160px;
    bottom: 50px;
  }

  .show__info__terms-participation {
    padding: 0;
    margin-bottom: 30px;
  }

  .show__info__terms-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 27px 0 23px;
    border-bottom: none;
  }

  .show__info__terms-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .show__info__terms-col {
    border-right: none;
    border: 1px solid black;
    border-bottom: none;

    padding: 20px;
  }

  .show__info__terms-col:last-child {
    border-bottom: 1px solid black;
  }

  .show__info__traffic-terms {
    padding: 26px 14px 15px;
  }

  .show__info__traffic-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .desh {
    padding: 15px 20px;
  }

  .show__info__traffic-inner {
    flex-direction: column;
    gap: 24px;
  }

  .show__info__traffic-left {
    width: 100%;
    max-width: 244px;
    margin: 0 auto;
  }

  .show__info__traffic-coin {
    margin: 0 auto;
  }

  .show__info__traffic-formula {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 16px;
  }

  .show__info__points-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .show__info__points-formulas {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }

  .show__info__formula-divider {
    width: 100%;
    height: 1px;
  }

  .show__info__formula-label {
    font-size: 18px;
  }

  .show__info__formula-value {
    font-size: 18px;
  }

  .show__info__traffic-list {
    font-size: 13px;
    padding: 10px 3px 10px 5px;
  }

  .show__info__traffic-list li {
    margin-bottom: 12px;
  }

  /* Show Terms - Mobile */
  .show__terms {
    padding: 60px 20px 50px;
  }

  .show__terms__content {
    max-width: 100%;
  }

  .show__terms__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .show__terms__list {
    font-size: 13px;
    line-height: 19px;
    gap: 12px;
  }

  .show__terms__list ul {
    padding-left: 20px;
  }
  .show__info__step-dashed {
    width: 96%;
    height: 96%;
  }
  .show__info__step-card {
    min-height: 344px;
  }
  .menu__button_become-a-partner.show__btn {
    display: block;
  }
  .key h4:after {
    content: none;
  }
}

@media only screen and (min-height: 811px) {
  .show__timer {
    padding: 102px 20px 30px;
  }
}
