:root {
  --header: #fcf3e2;
  --background: #293133;
  --lines: #b00000;
  --text: #808080;
}

* {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 20px;
}

body {
  font-family: "Space Mono", monospace;
  padding: 0;
  margin: 0;
  background: #fffff0;
}

.abyss-counter {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  align-content: center;
  gap: 120px;
  padding: 0px 20px;
}

.stamp {
  width: 100%;
  max-width: 1900px;
  background: url("../img/bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 432px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stamp__title {
  text-align: center;
  background-image: url("../img/bg_color.png");
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
  font-size: 80px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
.stamp__timer {
  display: grid;
  grid-template-columns: auto 20px auto 30px auto 30px auto;
  justify-content: center;
  align-items: end;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.time-block {
  display: flex;
  align-items: flex-end;
}
.time-block span {
  text-align: center;
  background-image: url("../img/bg_color.png");
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
  font-size: 150px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Courier New", monospace;
}
.time-block small {
  font-weight: 400;
  font-size: 80px;
  text-align: center;
  background-image: url("../img/bg_color.png");
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-left: 8px;
  margin-bottom: 12px;
}

.colon {
  font-weight: 700;
  font-size: 120px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  background-image: url("../img/bg_color.png");
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
  width: 70px;
  margin-left: -24px;
  margin-bottom: 24px;
}

.btn-treatment {
  width: 100%;
  max-width: 598px;
  height: 123px;
  text-decoration: none;
  display: grid;
  place-items: center;
  background: var(--lines);
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #fffff0;
  letter-spacing: 2px;
  transition: 0.3s;
}
.btn-treatment:hover {
  transform: translateY(-3px);
}

@media (max-width: 1668px) {
  .stamp {
    width: 100%;
    max-width: 1900px;
    background: url("../img/bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 332px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .stamp__title {
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
  }
  .stamp__timer {
    display: grid;
    grid-template-columns: auto 20px auto 30px auto 30px auto;
    justify-content: center;
    align-items: end;
    gap: 30px;
    position: relative;
    z-index: 2;
  }
  .time-block {
    display: flex;
    align-items: flex-end;
  }
  .time-block span {
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 100px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Courier New", monospace;
  }
  .time-block small {
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-left: 8px;
    margin-bottom: 2px;
  }
  .colon {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 1;
    width: 30px;
    margin-left: -14px;
    margin-bottom: 14px;
  }
  .btn-treatment {
    width: 100%;
    max-width: 598px;
    height: 123px;
    text-decoration: none;
    display: grid;
    place-items: center;
    background: var(--lines);
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fffff0;
    letter-spacing: 2px;
    transition: 0.3s;
  }
  .btn-treatment:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 1168px) {
  .stamp {
    width: 100%;
    max-width: 1900px;
    background: url("../img/bg-mob.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 262px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .stamp__title {
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
  }
  .stamp__timer {
    display: grid;
    grid-template-columns: auto 20px auto 30px auto 30px auto;
    justify-content: center;
    align-items: end;
    gap: 10px;
    position: relative;
    z-index: 2;
  }
  .time-block {
    display: flex;
    align-items: flex-end;
  }
  .time-block span {
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Courier New", monospace;
  }
  .time-block small {
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-left: 8px;
    margin-bottom: 2px;
  }
  .colon {
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 1;
    width: 50px;
    margin-left: -8px;
    margin-bottom: 14px;
  }
  .btn-treatment {
    width: 100%;
    max-width: 598px;
    height: 123px;
    text-decoration: none;
    display: grid;
    place-items: center;
    background: var(--lines);
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fffff0;
    letter-spacing: 2px;
    transition: 0.3s;
  }
  .btn-treatment:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 868px) {
  .stamp {
    width: 100%;
    max-width: 1900px;
    background: url("../img/bg-mob.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 262px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .stamp__title {
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
  }
  .stamp__timer {
    display: grid;
    grid-template-columns: auto 20px auto 20px auto 20px auto;
    justify-content: center;
    align-items: end;
    gap: 10px;
    position: relative;
    z-index: 2;
  }
  .time-block {
    display: flex;
    align-items: flex-end;
  }
  .time-block span {
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Courier New", monospace;
  }
  .time-block small {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-left: 8px;
    margin-bottom: 2px;
  }
  .colon {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 1;
    width: 40px;
    margin-left: -8px;
    margin-bottom: 14px;
  }
  .btn-treatment {
    width: 100%;
    max-width: 598px;
    height: 103px;
    text-decoration: none;
    display: grid;
    place-items: center;
    background: var(--lines);
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fffff0;
    letter-spacing: 2px;
    transition: 0.3s;
  }
  .btn-treatment:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 568px) {
  .container {
    padding: 0px 10px;
  }
  .abyss-counter {
    padding: 0px 0px;
    gap: 80px;
  }
  .stamp {
    width: 100%;
    max-width: 1900px;
    background: url("../img/bg-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 242px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .stamp__title {
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
  }
  .stamp__timer {
    display: grid;
    grid-template-columns: auto 10px auto 5px auto 5px auto;
    justify-content: center;
    align-items: end;
    gap: 5px;
    position: relative;
    z-index: 2;
  }
  .time-block {
    display: flex;
    align-items: flex-end;
  }
  .time-block span {
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Courier New", monospace;
  }
  .time-block small {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-left: 4px;
    margin-bottom: 2px;
  }
  .colon {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 1;
    width: 30px;
    margin-left: -12px;
    margin-bottom: 8px;
  }
  .btn-treatment {
    width: -moz-max-content;
    width: max-content;
    max-width: 598px;
    padding: 0px 30px;
    height: 76px;
    text-decoration: none;
    display: grid;
    place-items: center;
    background: var(--lines);
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fffff0;
    letter-spacing: 2px;
    transition: 0.3s;
  }
  .btn-treatment:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 428px) {
  .container {
    padding: 0px 10px;
  }
  .abyss-counter {
    padding: 0px 0px;
    gap: 80px;
  }
  .stamp {
    width: 100%;
    max-width: 1900px;
    background: url("../img/bg-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 242px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .stamp__title {
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
  }
  .stamp__timer {
    display: grid;
    grid-template-columns: auto 10px auto 5px auto 5px auto;
    justify-content: center;
    align-items: end;
    gap: 5px;
    position: relative;
    z-index: 2;
  }
  .time-block {
    display: flex;
    align-items: flex-end;
  }
  .time-block span {
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Courier New", monospace;
  }
  .time-block small {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-left: 4px;
    margin-bottom: 2px;
  }
  .colon {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    background-image: url("../img/bg_color.png");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 1;
    width: 30px;
    margin-left: -12px;
    margin-bottom: 8px;
  }
  .btn-treatment {
    width: -moz-max-content;
    width: max-content;
    max-width: 598px;
    padding: 0px 30px;
    height: 76px;
    text-decoration: none;
    display: grid;
    place-items: center;
    background: var(--lines);
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fffff0;
    letter-spacing: 2px;
    transition: 0.3s;
  }
  .btn-treatment:hover {
    transform: translateY(-3px);
  }
}/*# sourceMappingURL=main.css.map */