*,
*::before,
*::after {
    box-sizing: border-box
}

:focus {
    outline: 0 !important
}

article>*+* {
    margin-top: 1em
}

ul,
ol {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul,
ol {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}



.pxu-table__wrapper {
    margin-bottom: 15px;
    width: 100%;
    overflow-x: scroll;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table th,
table td {
    padding: 7px 10px;
    border: 1px solid #353535;
    min-width: 120px;
    text-align: left;
}

table th {
    background: #0c132b;
}

a:not([class]) {
    color: #24abf8;
    text-decoration: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}


a:not([class]):hover,
a:not([class]):focus {
    text-decoration: underline;
}

.pxu-comments-box .js-elements .gPs1hZ:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 100%;
    background: #24abf8;
    border-radius: 60px;
}

.pxu-comments-box .js-elements .gPs1hZ {
    position: relative;
    padding-left: 15px;
}

.pxu-comments-box .js-elements .HeHQ-yNzXP {
    margin-bottom: 10px;
}

.pxu-comments-box .js-elements .comment-title {
    margin-right: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #fff;
}

.pxu-comments-box .js-elements .HeHQ-yNzXP>* {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
    .pxu-comments-box .js-elements .comment-data {
        font-size: 15px;
        line-height: 22px;
    }
}

.pxu-comments-box .js-elements .comment-data {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
}

.pxu-comments-box .js-elements .HeHQ-yNzXP>* {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
    .comentario {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 1024px) {
    .pxu-comments-box .Ogpw8h {
        margin-top: 36px;
    }
}

.pxu-comments-box .Ogpw8h {
    margin-top: 32px;
}

.c-slot {
    overflow: hidden;
    position: relative;
    background-color: rgba(var(--bg-main), 1);
    box-shadow: 0 0.25rem 2rem #00000017;
    border-radius: 10px;
    transition: 0.25s ease;
    cursor: pointer;
}

.c-slot:hover {
    transform: scale(1.05);
}

.c-slots {
    margin-left: -10px;
    margin-right: -10px;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 20px;
}

.c-slots__title {
    width: 100%;
    display: block;
}

.c-slot__icon {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.c-slot__icon::before {
    background: #ffab03;
    box-shadow: 0 8px 15px #1e1e1e80;
    border-radius: 8px;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    width: 100px;
    height: 40px;
    font-size: 16px;
    top: 0;
    margin: auto;
    font-weight: 600;
    color: #fff;
}

.c-slot__image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    display: block;
}

.c-slot__new {
    position: absolute;
    right: 15px;
    top: 10px;
    max-width: 40px;
    margin-left: auto;
    background: #ff5100;
    color: #000000;
    padding: 0 6px;
    margin-bottom: 2px;
    line-height: 26px;
    font-size: 1.1rem;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.c-slot__name {
    font-weight: 800;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    color: #fff;
    padding: 0 15px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    z-index: 2;
}

.c-slot:hover .c-slot__overflow {
    opacity: 1;
}

.c-slot__overflow {
    opacity: 0;
    transition: 0.25s ease;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #0000001a;
    z-index: 1;
}

.c-slot__overflow:before {
    opacity: 0;
    transition: 0.25s ease;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #0000001a;
    z-index: 1;
}

.c-slot__overflow-demo {
    background: #24abf8;
    box-shadow: 0 8px 15px rgba(30, 30, 30, 0.5019607843);
    border-radius: 8px;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100px;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    height: 40px;
    font-size: 16px;
    display: flex;
    top: 0;
    margin: auto;
    font-weight: 600;
    color: #fff;
    z-index: 1;
}

@media screen and (min-width: 320px) {
    .c-slot {
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 600px) {
    .c-slot {
        width: calc(33.3333333333% - 20px);
    }
}

@media screen and (min-width: 992px) {
    .c-slot {
        width: calc(20% - 20px);
    }
}

/*@media screen and (min-width: 1200px) {
    .c-slot {
        width: calc(16.6666666667% - 20px);
    }
}*/

.pxu-mirror {
    border: 0px solid rgb(23, 29, 114);
    margin: 20px 0;
    background: #050a1c;
    border-radius: 15px;
    padding: 15px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.text-block-second-content {
    font-size: 14px;
    font-weight: 100;
    line-height: 24px;
    letter-spacing: 0px;
}

.text-block-second-content .h2-base-title {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    max-width: fit-content;
    padding-bottom: 12px;
}

.a-btn-mirror {
    text-decoration: none;
    display: inline-block;
    padding: 12px 40px;
    margin: 10px 10px;
    border-radius: 10px;
    background-color: #24abf8;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: 'Muller', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    box-shadow: 0 16px 32px 0 rgba(0, 40, 120, .35);
    transition: .5s;
}

.pxu-nav {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pxu-nav__list {
    display: flex;
    flex-wrap: wrap;
}

.pxu-nav__item {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 10px;
}

.pxu-nav__title {
    font-size: 20px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .pxu-nav__item {
        width: 50%;
    }
}

/* Шапка блока отзывов */
.pxu-comments-header {
    margin-top: 16px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.pxu-comments-header__text {
    max-width: 520px;
    font-size: 14px;
    color: #cbd5e1;
    margin: 0;
}

.pxu-comments-rating {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pxu-comments-rating__value {
    font-size: 26px;
    font-weight: 700;
    color: #fbbf24;
}

.pxu-comments-rating__stars {
    font-size: 16px;
    letter-spacing: 2px;
}

.pxu-comments-rating__count {
    font-size: 13px;
    color: #94a3b8;
}

/* Сетка и карточки отзывов, опираемся на твои классы */
.pxu-comments-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin-top: 8px;
}

/* сама карточка – старый класс, новый стиль */
.pxu-comments-box.comentario {
    background: #0b1024;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.55);
    padding: 16px 18px;
    margin-bottom: 10px;
}

/* скрытие лишних отзывов */
.pxu-comments-box.comentario.is-hidden {
    display: none;
}

/* текстовые элементы внутри */
.comment-title.comment-name {
    font-size: 15px;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 2px;
}

.comment-data.comment-date {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 8px;
}

.comment-otzyv {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}

/* Кнопка "Показать ещё" */
.pxu-comments-more-btn {
    margin: 20px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid rgba(37, 99, 235, 0.6);
    background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.15), rgba(15, 23, 42, 0.95));
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.2s ease, background 0.2s ease;
}

.pxu-comments-more-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.4);
    border-color: #24abf8;
}

.pxu-comments-more-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

/* адаптив */
@media (max-width: 768px) {
    .pxu-comments-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .pxu-comments-header__text {
        max-width: 100%;
        font-size: 13px;
    }

    .pxu-comments-wrapper {
        grid-template-columns: 1fr;
    }
}

.is-hidden-review {
    display: none;
}

.pxu-reviews-controls {
    text-align: center;
    margin-top: 16px;
}

.pxu-btn__more-reviews {
    min-width: 220px;
}

.pxu-footer {
  background: #020617;
  color: #e2e8f0;
  padding: 32px 0 22px;
  font-size: 14px;
}

.pxu-footer .pxu-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* верхний блок */
.pxu-footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  padding-bottom: 24px;
}

.pxu-footer__brand {
  max-width: 320px;
}

.pxu-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #e5f3ff;
  text-decoration: none;
}

.pxu-footer__logo span {
  letter-spacing: 0.03em;
}

.pxu-footer__tagline {
  margin: 0;
  font-size: 13px;
  color: #94a3b8;
}

/* ссылки */
.pxu-footer__links {
  min-width: 180px;
}

.pxu-footer__links h4 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: #cbd5e1;
}

.pxu-footer__links a {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pxu-footer__links a:hover {
  color: #24abf8;
}

/* кнопки приложений */
.pxu-footer__apps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pxu-footer__apps-title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #cbd5e1;
}

.pxu-footer__store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: #020617;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pxu-footer__store-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.5);
}

.pxu-footer__store-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #020617;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.pxu-footer__store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.pxu-footer__store-small {
  font-size: 11px;
  font-weight: 400;
}

/* средний блок: бейджи */
.pxu-footer__middle {
  padding: 16px 0 10px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.pxu-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.pxu-footer__badges img {
  height: 25px;
  width: auto;
  object-fit: contain;
  filter: brightness(0.9);
  opacity: 0.85;
  transition: opacity .2s ease, filter .2s ease;
}

.pxu-footer__badges img:hover {
  opacity: 1;
  filter: brightness(1);
}

/* нижний блок */
.pxu-footer__bottom {
  padding-top: 14px;
  text-align: center;
}

.pxu-footer__social {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.pxu-footer__social a {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #111827;
  color: #e5e7eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.pxu-footer__social a:hover {
  background: #24abf8;
  transform: translateY(-1px);
}

/* иконки соцсетей */
.pxu-footer__social svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.pxu-footer__legal {
  margin: 0;
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.5;
  color: #6b7280;
}

/* адаптив футера */
@media (max-width: 850px) {
  .pxu-footer__top {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
  }

  .pxu-footer__brand {
    max-width: 100%;
  }

  .pxu-footer__links {
    width: 100%;
    max-width: 260px;
  }

  .pxu-footer__links h4,
  .pxu-footer__links a {
    text-align: center;
  }

  .pxu-footer__apps {
    width: 100%;
    max-width: 360px;
    align-items: stretch;
  }

  .pxu-footer__apps .pxu-footer__store-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .pxu-footer__badges img {
    height: 22px;
  }
}

/* ====== Polish футера: мягкие визуальные улучшения ====== */

/* Общие мелочи */
.pxu-footer {
    padding-top: 40px;
    padding-bottom: 26px;
}

/* Чуть более читабельный подзаголовок под логотипом */
.pxu-footer__tagline {
    max-width: 420px;
    line-height: 1.5;
}

/* Верхний блок на больших экранах – немного компактнее по высоте */
.pxu-footer__top {
    padding-bottom: 28px;
}

/* Кнопки магазинов чуть выше и более «пухлые» */
.pxu-footer__store-btn {
    padding: 12px 22px;
    font-size: 14px;
}

.pxu-footer__store-text {
    line-height: 1.2;
}

/* Бейджи чуть крупнее на десктопе */
.pxu-footer__badges img {
    height: 28px;
}

/* Соцсети – чуть компактнее и аккуратнее */
.pxu-footer__social a {
    width: 48px;
    height: 48px;
}

.pxu-footer__social svg {
    width: 30px;
    height: 30px;
}

/* Легальный текст – больше воздуха и комфортная ширина */
.pxu-footer__bottom {
    max-width: 960px;
    margin: 0 auto;
}

.pxu-footer__legal {
    margin-top: 10px;
    line-height: 1.55;
}

/* ====== Адаптив футера – шлифуем мобильную версию ====== */

@media (max-width: 850px) {
    .pxu-footer__top {
        flex-direction: column;
        gap: 28px;
        align-items: center;
        text-align: center;
    }

    .pxu-footer__brand {
        max-width: 100%;
    }

    /* Блок «Информация» – в центр и не шире 260px */
    .pxu-footer__links {
        width: 100%;
        max-width: 260px;
        margin-top: 4px;
    }
    .pxu-footer__links h4,
    .pxu-footer__links a {
        text-align: center;
    }

    /* Блок «Мобильное приложение» – full width кнопки */
    .pxu-footer__apps {
        width: 100%;
        max-width: 360px;
        align-items: stretch;
        margin-top: 4px;
    }

    .pxu-footer__apps .pxu-footer__store-btn {
        width: 100%;
        justify-content: center;
    }

    /* Чуть меньше общий шрифт футера на мобильных */
    .pxu-footer {
        font-size: 13px;
    }

    .pxu-footer__tagline {
        font-size: 12px;
    }
}

/* Очень маленькие экраны – ужимаем бейджи и легальный текст */
@media (max-width: 480px) {
    .pxu-footer__badges img {
        height: 22px;
    }

    .pxu-footer__bottom {
        max-width: 100%;
    }

    .pxu-footer__legal {
        font-size: 10px;
    }
}

/* tap-targets для ссылок в футере */
.pxu-footer__links a {
    display: block;
    padding: 6px 0;          /* уже на десктопе область станет побольше */
    line-height: 1.5;
}

/* на мобильных – минимум ~48px по высоте */
@media (max-width: 850px) {
    .pxu-footer__links a {
        padding: 14px 0;     /* 14 + 14 + line-height ≈ 48px высота зоны */
        font-size: 14px;
        margin-bottom: 2px;  /* чуть меньше «голого» зазора, он теперь в паддинге */
    }
}

#scrollTopBtn {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 12px;
    background: #24abf8;
    color: #020617;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 32px rgba(0,40,120,0.35);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 999;
}

#scrollTopBtn svg {
    width: 20px;
    height: 20px;
}

#scrollTopBtn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(0,40,120,0.45);
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
}

