/* Общие стили */
:root {
  --base-color: #46f4db;
  --base-color-hover: #46f4db;
  --base-color-active: #57d272;
  --base-color-focuse: #46f4db;
  --border-color: #e3e3e3;
  --placeholder-color: #8d8d8d;
  --base-color-black: #07060b;
}

html {
  box-sizing: border-box;
  line-height: 19.36px;
}

*,
::after,
::before {
  box-sizing: inherit;
}

body {
  color: var(--base-color-black);
  font-size: 20px;
  font-family: "Muller", sans-serif;
  /* font-family: "Russo One", sans-serif; */
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: var(--base-color-black);
}

p {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.off {
  display: none;
}

/* NAVBAR */
.navbar__menu {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.navbar__spisok {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.logo {
  transition: transform 0.3s;
}

.logo:hover {
  transform: scale(1.03);
}

.logo:active {
  background-color: #c0c0c23d;
  border-radius: 10px;
}
.navbar__link {
  transition: color 0.2s;
}

.navbar__link:hover {
  color: var(--base-color);
}
.navbar__link:focus-visible {
  outline: 2px solid var(--base-color-active);
  padding: 4px 10px;
  margin: 0;
}
.navbar__link:active {
  color: var(--base-color-active);
}

/* BUTTON */
.button {
  background-color: var(--base-color-black);
  border-radius: 77px;
  color: white;
  padding: 17px 31.5px;
  transition: background-color 0.2s;
  display: block;
  width: fit-content;
}
.button:hover,
.button:focus-visible {
  background-color: var(--base-color);
}
.button:active {
  background-color: var(--base-color-active);
}

/* LOGO */
.logo img {
  min-width: 100px;
}

/* CARD */
.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ededf2;
  border-radius: 40px;
  cursor: pointer;
  overflow: hidden;
}

.card__img {
  max-height: 160px;
  object-fit: contain;
  padding: 7px 0;
  transition: transform 0.5s;
}
.card__img:hover {
  transform: scale(1.1);
}

.card__container-down {
  background-color: var(--base-color-black);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 16px 16px 32px 16px;
  color: white;
}

.card__logos {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.card__logo {
  border-radius: 50%;
  height: 100%;
}

.card__nickname {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
}

.card__item-name {
  margin-bottom: 12px;
  font-weight: 700;
}

.card__price {
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--base-color);
}

.card__time {
  color: #95959d;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

/* SLIDER */
/* Стили для контейнера слайдера */
.slider-container {
  text-align: center;
  color: white;
  font-family: Arial, sans-serif;
}

/* Стили для самой слайдера */
.slider {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 10px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Стили для каждого слайда */
.slide {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 28px;
  min-width: 100%;
  box-sizing: border-box;
}

.slider__sticker_xl {
  grid-column: span 2;
}
.slider__sticker_xll {
  grid-column: span 3;
}
.slider__sticker_xlll {
  grid-column: span 4;
}

.slide img {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}

/* Стили для навигационных кнопок */
.navigation {
  margin-top: 65px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.nav-btn {
  background-color: black;
  border: 2px solid #d13130;
  padding: 10px 24px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
}

.nav-btn_active {
  background-color: #d13130;
  border: 2px solid #d13130;
}

.nav-btn:hover {
  background-color: #ff1c1c;
}

/* HEADER */
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 62px;
}

.header__link {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

/* HERO */
.hero {
  background-color: var(--base-color-black);
  max-height: 680px;
  overflow: hidden;
}

.hero__container {
  padding: 160px 15px;
  position: relative;
}

.hero__container::after {
  content: "";
  background-image: url(../img/main/stickers_hero.png);
  background-repeat: no-repeat;
  height: 680px;
  width: 100%;
  position: absolute;
  top: 0;
  right: -35em;
}

.hero__title {
  font-family: "Russo One", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 84.35px;
  text-align: left;
  color: white;
  max-width: 621px;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
}

.hero__container-btn {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hero__btn_buy {
  background: linear-gradient(180deg, #46f4db 27.08%, #57d272 100%);
  color: var(--base-color-black);
  padding: 25px 54px;
  transition: all 0.5s;
  border-radius: 40px;
}

.hero__btn_author {
  padding: 20px 54px;
  transition: all 0.5s;
  border-radius: 40px;
  border: 5px solid #46f4db;
}

.hero__btn_buy:hover,
.hero__btn_buy:focus-visible,
.hero__btn_author:hover,
.hero__btn_author:focus-visible {
  background: var(--base-color);
  color: var(--base-color-black);
}
.hero__btn_buy:active {
  background: var(--base-color-active);
}
.hero__btn_author:active {
  background: var(--base-color-active);
  border: 5px solid var(--base-color-active);
}

/* AUCTION */
.auction {
  padding: 90px 0;
}

.auction__header {
  display: flex;
  align-items: center;
  gap: 30px;
}

.auction__header-left {
  display: flex;
  flex-direction: column;
  max-width: 460px;
}

.auction__title-container {
  display: flex;
  margin-bottom: 32px;
}

.auction__title {
  font-family: "Russo One", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72.3px;
  color: var(--base-color-black);
  display: flex;
  align-items: center;
  gap: 15px;
}
.auction__title::after {
  content: "";
  background-image: url(../img/main/Frame\ 2.png);
  background-repeat: no-repeat;
  display: block;
  width: 150px;
  height: 36px;
}

.header__wither img {
  display: block;
}

.auction__header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.auction__serge {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: var(--base-color-black);
  padding: 11px 16px;
  background-color: #ededf2;
  border-radius: 23px;
}
.auction__serge::before {
  content: "";
  background-image: url(../img/main/Ellipse\ 2.png);
  display: block;
  width: 48px;
  height: 48px;
}

.auction__code {
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  color: var(--base-color-black);
  margin: 0;
}

.auction__promotion-cotainer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.auction__stavka {
  padding: 32px;
  background-color: #ededf2;
  border-radius: 40px;
}

.auction__stavka-title {
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: var(--base-color-black);
  margin-bottom: 16px;
}

.auction__crypt {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  margin-bottom: 6px;
}

.auction__money {
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #95959d;
}

.auction__timeup {
  display: flex;
  gap: 53px;
  align-items: center;
  padding: 32px;
  background-color: #000000;
  border-radius: 40px;
  color: white;
}

.auction__text {
  display: flex;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  margin-bottom: 16px;
}

.auction__times {
  display: flex;
  gap: 26px;
}

.auction__time {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;

  & p {
    font-size: 20px;
    line-height: 20px;
  }
}

.auction__timeup::after {
  content: "";
  display: block;
  background-image: url(../img/main/alarm-clock.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 101px;
  height: 101px;
}

.auction__btn {
  background-color: var(--base-color);
  color: var(--base-color-black);
  padding: 25px 55.5px;
  font-weight: 700;
}

/* OTHER AUCTION */
.other-auction__container {
  padding-bottom: 90px;
}

.other-auction__cards {
  margin: 32px 0;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}

.other-auction__btn {
  padding: 20px 54px;
  transition: all 0.5s;
  border-radius: 40px;
  border: 5px solid #46f4db;
  background-color: white;
  color: var(--base-color-black);
  display: block;
  text-align: center;
  margin: 0 auto;
  width: max-content;
}
.other-auction__btn:active {
  border: 5px solid var(--base-color-active);
}

/* NEW STICKERS */
.new-sticers {
  background-color: var(--base-color-black);
}

.new-stickers__container {
  padding: 90px 15px;
}

.new-stickers__title {
  font-family: "Russo One", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72.3px;
  text-align: left;
  margin-bottom: 32px;
}

.new-stickers__nav-btn:hover {
  background-color: #ff6f6f;
  border-color: #ff6f6f;
}
.new-stickers__nav-btn:active {
  background-color: #d13130;
  border-color: #d13130;
}

/* NEWSLETTER */
.newsletter {
  background-color: #d13130;
}

.newsletter__container {
  position: relative;
  padding-bottom: 30px;
}

.newsletter__left {
  max-width: 600px;
}

.newsletter__title {
  color: #ffffff;
  padding: 30px 0;
  margin: 0;
}

.newsletter__form::after {
  content: "";
  display: block;
  background-image: url(../img/main/callback/123123.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: 788px;
  height: 390px;
  position: absolute;
  top: 0;
  right: -30px;
}

/* FORM */
.newsletter {
  overflow: hidden;
}

.newsletter__form {
  display: flex;
  flex-direction: column;
}

.newsletter__inp {
  max-width: 450px;
  background-color: #07060b;
  border-radius: 40px;
  padding: 25px 32px;
  border: none;
  outline: none;
  color: #ededf2;
  margin-bottom: 16px;
}
.newsletter__inp:focus {
  background-color: #d13130;
  outline: 2px solid black;
  color: var(--base-color-black);
}
.newsletter__inp::placeholder {
  color: #ededf2;
}
.newsletter__inp:focus::placeholder {
  color: var(--base-color-black);
}

.newsletter__btn {
  padding: 25px 74px;
  margin-bottom: 16px;
}

.newsletter__checkbox-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: white;
}

/* CHECKBOX */
.newsletter__checkbox-container {
  display: flex;
  align-items: center;
}

.checkbox_cont input[type="checkbox"] {
  display: none;
}

.checkbox_cont {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0);
  margin-right: 8px;
  transition: background-color 0.3s;
}

/* Стили для активного состояния */
.checkbox_cont input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #ffffff00;
  border-color: #ffffff;
  position: relative;
}

/* Добавим галочку внутри кастомного чекбокса */
.checkbox_cont input[type="checkbox"]:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #46f4db;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* goauthor */
.goauthor__container {
  padding: 90px 15px;
}

.goauthor__title {
  font-family: "Russo One", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72.3px;
  text-align: left;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}

.goauthor__subtitle {
  font-family: "Russo One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.1px;
  text-align: left;
  margin-bottom: 16px;
}

.goauthor__text {
  line-height: 30px;
  max-width: 790px;
}

.goauthor__bottom {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}

..goauthor__img {
  max-width: 100%;
}

.goauthor__img img {
  width: 296px;
  height: 100%;
}

/* goauthor form */
.goauthor_inp {
  display: none; /* Скрываем стандартный input */
}

.goathor__forms {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 73%;
}

.goauthor__img_mobile {
  display: none;
}

.goauthor__form {
  background-color: #ededf2;
  width: 100%;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: center;
  padding: 98px 0;
}

.custom-img-label img {
  padding: 30px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}
.custom-img-label {
  transition: transform 0.5s;
}
.custom-img-label:hover {
  transform: scale(1.05);
}
.custom-img-label:active {
  transform: scale(1.1);
}

.custom-file-label {
  cursor: pointer;
  color: #95959d;
  transition: transform 0.3s;
}
.custom-file-label:hover{
  transform: scale(1.02);
}

/* form telegram */
.goathor__telegram-inp {
  max-height: 70px;
  background-color: #ededf2;
  border-radius: 40px;
  border: none;
  padding: 25px 32px;
  width: 100%;
}

/* TOP SALE */
.top-sale {
  background-color: var(--base-color-black);
}

.top-sale__container {
  padding: 90px 15px;
}

.top-sale__title {
  color: white;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
}

.top-sale__cards-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.top-sale__card {
  display: flex;
  align-items: center;
}

.top-sale__card {
  background-color: white;
  border-radius: 40px;
}

.top-sale__info {
  padding: 32px 42px 32px 32px;
}

.top-sale__avatar {
  position: relative;
  max-width: 100%;
  background-color: #ededf2;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 15px 0 15px 15px;
  
  & img {
    transition: all 0.3s;
  }
}
.top-sale__avatar img:hover {
  transform: scale(1.03);
}

.top-sale__logo-nick {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-sale__logo-nick {
  & span {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
  }
}

.top-sale__nickname {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  margin: 9px 0;
}

.top-sale__eth {
  font-weight: 700;
}
.top-sale__money {
  font-weight: 700;
  color: #95959d;
}

/* BOTTOM INFO */
.bottom-info {
  background: #37373e;
}

.bottom-info__container {
  padding: 32px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.bootom-info__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
}

.bootom-info__title {
  font-size: 24px;
}

.bootom-info__left {
  color: white;
}

.bootom-info__info {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* FOOTER */
.footer__container {
  background-color: var(--base-color);
}

.footer__bottom {
  background-color: var(--base-color-black);
  color: white;
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.footer__top {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__menu {
  color: var(--base-color-black);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.footer__link:hover {
  color: #358E81;
}
.footer__link:focus {
  outline: 2px solid #07060B;
  color: var(--base-color-black);
}
.footer__link:active {
  color: #296d63;
  outline: none;
}

/* footer navbar */
.footer__menu {
  gap: 30px;
}
