
.market .product-info-min {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.market .product-info-min .name {
    display: none;
}
.market .product-info-min .id {
    position: absolute;
    right: -2.75rem;
    top: .5rem;
    transform: rotate(45deg);
    color: white;
    background-color: black;
    padding: .25rem 3rem;
}
.market .product-info-min .price > div {
    background-color: black;
    display: flex;
    gap: .5rem;
    align-items: center;
    opacity: 70%;
    color: white;
    padding: .25rem .75rem;
    border-radius: .5rem;
    margin-bottom: .5rem;
}
.paddingcat {
    font-size: 14px;
    padding: 0 8px;
    text-align: center;
    line-height: 1.1;
}


.instruction_wrapper {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.instruction_wrapper>h1 {
    font-size: 2.813rem;
    line-height: 1.2;
    font-weight: 600;
}
.instruction_wrapper>p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 15px;
}
.states_wrapper {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.popular-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
    grid-gap: 1rem;
}
.popular-section a, .article-section a {
    text-decoration: none;
    /*grid-column: span 4;*/
}
.article {
  height: 250px;
  overflow: hidden;
  position: relative;
  padding: 1.5rem;
  border-radius: 0.938rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.second_article {
  width: 48.5%;
  height: 380px;
}
.dot {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.post-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 500;
  gap: 0.5rem;
  color: #fff;
  position: relative;
  z-index: 10;
}
.post-info a {
  color: #fff;
  text-decoration: none;
}
.article img {
  content: "";
  position: absolute;
  inset: 0;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.article:hover img {
  transform: scale(1.1);
}
.article-text {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 10;
}
@media only screen and (max-width: 600px){
.popular-section {
    grid-template-columns: repeat(1, 1fr);
}
}
.other_back {
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 10px;
    color: #f6f5f1;
}
.other_back span {
margin-left: 10px;
}
.second_other {
    margin-top: 25px;
    text-align: center;
}
.second_other>h1 {
    margin-bottom: 1.5rem;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    color: #f6f5f1;
    font-family: "Inter", sans-serif;
}
.middle_other {
    width: 80%;
}
@media (max-width: 767px){
.second_other>h1 {
    font-size: 1.5rem;
    line-height: 1.2;
}
.middle_other h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
#product-card {width:auto;}
}
@media screen and (max-width: 1200px){
.middle_other {
    width: 100%;
}
.middle_other ul {
    font-size: 16px;
    line-height: 26px;
}
    .other_head>ul>li {
    font-size: 16px;}
}
.other_about_wrapper {
    margin: auto;
    margin-top: 20px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.other_head>p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
blockquote {
    background-color: #cccccc26;
    border-left: 4px solid #001f83;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 0px;
    font-size: 20px;
    line-height: 32px;
    border-radius: 1.25rem;
}
.other_head>ul {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    line-height: 28px;
    margin-left: 30px;
}
.other_head>ul>li {
    margin-top: 0.25rem;
    font-size: 18px;
    list-style: disc;
}
.other_head a {
    color: #4562ff;
    cursor: pointer;
    text-decoration: underline;
}
.other_head a:hover {
    text-decoration: none;
}
.middle_other h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    margin-top: 20px;
}
.other_picture img {
    border-radius: 2.25rem;
}
.title-int {
    font-size: 1.75rem;
    text-align: center;
}
.middle_other ol {
    margin-bottom: 1.5rem;
    line-height: 32px;
    margin-left: 30px;
    list-style: decimal;
}
.middle_other ol li {
    margin-top: 0.5rem;
    font-family: "Inter", sans-serif;
    font-size: 18px;
}
.other_head>ul {
    margin-bottom: 1.5rem;
    line-height: 32px;
    margin-left: 30px;
    list-style: disc;
}
.other_head>ul>li {
    margin-top: 0.5rem;
    font-family: "Inter", sans-serif;
    font-size: 18px;
}
/**
 * Minified by jsDelivr using clean-css v5.3.0.
 * Original file: /npm/toastify-js@1.12.0/src/toastify.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12),
    0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}
.toastify.on {
  opacity: 1;
}
.toast-close {
  background: 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}
.toastify-right {
  right: 15px;
}
.toastify-left {
  left: 15px;
}
.toastify-top {
  top: -150px;
}
.toastify-bottom {
  bottom: -150px;
}
.toastify-rounded {
  border-radius: 25px;
}
.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}
.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}
@media only screen and (max-width: 600px) {
  .toastify {
    max-width: calc(100% - 0px);
    transform: translate(0px, 20px) !important;
  }
}
@media only screen and (max-width: 360px) {
  .toastify-left,
  .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
/*# sourceMappingURL=/sm/cb4335d1b03e933ed85cb59fffa60cf51f07567ed09831438c60f59afd166464.map */
.tm-rarity {
    font-size: 11px;
    padding: 2px 5px;
    line-height: 14px;
    font-weight: 300;
    color: #95aaea;
    background-color:#2b3557;
    margin-left: 4px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
}
.detail-item-bottom {
    border-bottom: 1px solid #304484;
}
.text-red-500 {
    margin-top: 3px;
    display: block;
    font-size: 13px;
}
.nizfoot {
    color: #fff;
}
.nizfoot:hover {
    border-bottom: 1px dashed #f7f7f7;
}

/* ===== ZVEZDOOPT FORM CONTRAST FIX ===== */

/* Основной текст формы */
body,
main,
form {
    color: #0f172a !important;
}

/* Заголовки */
h1, h2, h3, h4, h5, h6,
.title {
    color: #0f172a !important;
}

/* Подзаголовки и мелкий текст */
p,
small,
label,
.form-text,
.text-muted,
.help-text,
.hint {
    color: #64748b !important;
    opacity: 1 !important;
}

/* Поля */
input,
select,
textarea {
    background: #ffffff !important;
    color: #0f172a !important;
    border: 1px solid #cbd5e1 !important;
}

/* Placeholder */
input::placeholder,
textarea::placeholder {
    color: #64748b !important;
    opacity: 1 !important;
}

/* Фокус */
input:focus,
select:focus,
textarea:focus {
    border-color: #3b71fe !important;
    box-shadow: 0 0 0 3px rgba(59,113,254,.12) !important;
    outline: none !important;
}

/* Ссылки */
a {
    color: #315fdb;
}

/* Лого */
.logo,
.logo span,
header .logo,
header .logo span {
    color: #0f172a !important;
}

/* Если логотип частично жёлтый */
.logo .yellow,
.logo .accent {
    color: #facc15 !important;
}

/* Кнопка оплаты */
button,
.btn,
.btn-active,
.btn-active2 {
    color: #ffffff !important;
}

/* Подсказки прямо под input */
input + small,
input ~ small,
input + div,
input ~ div {
    color: #64748b;
}

/* Select */
select {
    color: #0f172a !important;
}

/* Более заметные границы формы */
.form-control,
.form-select {
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
    background: #ffffff !important;
}


/* ===== FORM TEXT VISIBILITY FIX ===== */

/* Текст внутри полей */
input,
textarea {
    color: #1e293b !important;
}

/* Placeholder внутри полей */
input::placeholder,
textarea::placeholder {
    color: #64748b !important;
    opacity: 1 !important;
}

/* Для браузеров */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #64748b !important;
    opacity: 1 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #64748b !important;
    opacity: 1 !important;
}

/* Мелкие подсказки под полями */
form small,
form .text-muted,
form .form-text,
form p {
    color: #64748b !important;
    opacity: 1 !important;
}

/* Label, например "Промокод" */
form label {
    color: #475569 !important;
    opacity: 1 !important;
}

/* Выпадающие списки */
form select {
    color: #1e293b !important;
}


/* ===== HARD FORM CONTRAST OVERRIDE ===== */

form,
form * {
    --tw-text-opacity: 1 !important;
}

/* Любой мелкий текст внутри формы */
form small,
form span,
form p,
form label,
form a,
form div {
    color: #475569 !important;
}

/* Текст внутри input */
form input,
form textarea,
form select {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

/* Placeholder */
form input::placeholder,
form textarea::placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    opacity: 1 !important;
}

/* Tailwind-классы, которые могут делать текст белым/светлым */
form .text-white,
form .text-gray-100,
form .text-gray-200,
form .text-gray-300,
form .text-gray-400 {
    color: #64748b !important;
}

/* Ссылку-подсказку делаем синей */
form a {
    color: #2563eb !important;
}

/* Кнопки обратно белым текстом */
form button,
form button *,
form .btn,
form .btn *,
form .btn-active,
form .btn-active *,
form .btn-active2,
form .btn-active2 * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}


/* ===== STARS FORM FULL TEXT FIX ===== */

input,
textarea,
select {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

input::placeholder,
textarea::placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    opacity: 1 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    opacity: 1 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #64748b !important;
    opacity: 1 !important;
}

form small,
form span,
form label,
form p,
form .text-muted,
form .form-text {
    color: #64748b !important;
    opacity: 1 !important;
}


/* Нижнее меню Звёзды / Премиум — белый текст */
.bottom-menu,
.bottom-menu *,
.payment-tabs,
.payment-tabs *,
[class*="bottom"] a,
[class*="bottom"] span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}


/* ===== FORM READABILITY ===== */

/* Текст внутри полей */
#payment .input-field,
#payment input,
#payment select {
    color: #1e293b !important;
}

/* Placeholder */
#payment .input-field::placeholder,
#payment input::placeholder {
    color: #64748b !important;
    opacity: 1 !important;
}

/* Мелкие подсказки под полями */
#payment .text-red-500,
#payment .text-red-500 a,
#payment .nizfoot {
    color: #475569 !important;
}

/* Подзаголовок */
#payment .text-blue200 {
    color: #52677f !important;
}

/* Промокод */
#payment .open-promo__btn {
    color: #475569 !important;
}

/* Обычный текст формы */
#payment label,
#payment p,
#payment span {
    text-shadow: none;
}

/* Нижний текст под кнопкой */
#payment .paymentChoice ~ *,
#payment a {
    opacity: 1;
}

/* Ссылки оставляем хорошо заметными */
#payment a:not(.nizfoot) {
    color: #4169e1 !important;
}

/* Границы полей чуть заметнее */
#payment .input-field,
#payment input,
#payment select {
    border-color: #b8c5d6 !important;
}


/* ===== ZVEZDOOPT HIGH PRIORITY READABILITY FIX ===== */

/* Текст внутри всех полей формы */
#payment .payment-container .input > label input,
#payment .payment-container input.input-field,
#payment .payment-container select {
    color: #1e293b !important;
    -webkit-text-fill-color: #1e293b !important;
}

/* Placeholder — делаем заметным */
#payment .payment-container .input > label input::placeholder,
#payment .payment-container input.input-field::placeholder {
    color: #526277 !important;
    -webkit-text-fill-color: #526277 !important;
    opacity: 1 !important;
}

#payment .payment-container .input > label input::-webkit-input-placeholder {
    color: #526277 !important;
    -webkit-text-fill-color: #526277 !important;
    opacity: 1 !important;
}

/* Подсказки под полями */
#payment .payment-container .text-red-500,
#payment .payment-container .text-red-500 *,
#payment .payment-container a.nizfoot {
    color: #475569 !important;
    -webkit-text-fill-color: #475569 !important;
    opacity: 1 !important;
}

/* Подзаголовок */
#payment .title .text-blue200 {
    color: #526277 !important;
    opacity: 1 !important;
}

/* Промокод */
#payment .payment-container .open-promo__btn {
    color: #475569 !important;
    -webkit-text-fill-color: #475569 !important;
    opacity: 1 !important;
}

/* Select */
#payment .payment-container select,
#payment .payment-container option {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

/* Текст политики под кнопкой */
#payment .policy {
    color: #526277 !important;
    opacity: 1 !important;
}

#payment .policy a {
    color: #315ee8 !important;
    opacity: 1 !important;
}

/* Границы полей чуть темнее */
#payment .payment-container .input > label input,
#payment .payment-container input.input-field,
#payment .payment-container select {
    border-color: #aebdd0 !important;
}

