@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
* { padding: 0px; margin: 0px; border: 0px; box-sizing: border-box;}
:root {
    --blue: #278CF6;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb { 
    background-color:  var(--second-color);
}

/* ГЛАВНЫЕ ПРАВКИ ДЛЯ ЛИПКОГО ФУТЕРА */
html, body {
    height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
main {
    flex: 1 0 auto;
}
.footer {
    margin-top: 2rem;
    background-color: rgba(0,0,0,0.3);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    box-shadow: 0 0 35px var(--green);
}

/* остальной твой CSS оставляем без изменений: */
html {
    background: url('../../assets/img/bg.webp');
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
body {
    line-height: 1.2;
    color: white;
    font-family: "Onest";
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
input, button, textarea {
    font-family: "Onest";
    font-size: inherit;
    outline: none;
    border: 1px solid transparent;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
    display: none;
}
a {
    color: inherit;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}
h1, h2 {
    font-size: 1.3rem;
}
[class*=__container], .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.9375rem;
    box-sizing: border-box;
}
[class*=__box], .box {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
    padding: 0.9375rem;
    box-sizing: border-box;
}
.header__menu ul {
    display: flex;
    justify-content: space-between;
}
.header__menu li {
    background-color: rgba(255,255,255,0.05);
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    border-radius: 0.5rem;
}
.header__container {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    white-space: wrap;
}
.header__content {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center;
    white-space: wrap;
}
.header__logo {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}
.header__logo span p:first-child {
    font-size: 30px;
    font-weight: 600;
}
.header__login {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  background-color: #1e1e1e;
  padding: .5rem 1rem;
  border-radius: .5rem;
}

.header__login span {
  font-size: 1em;
  color: #fff;
  line-height: 1.4;
}

.login-btn {
  font-size: 1.2em;
  padding: 14px 20px;
  background-color: #ff5c1f;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s;
  min-width: 200px;
}
.login-btn:hover {
  background-color: #ff2600;
}
.sidebar {
    background: rgba(30, 30, 30, 0.97);
    border-radius: 16px;
    padding: 22px 18px 18px 18px;
    max-width: 325px;
    color: #fff;
    font-family: "Onest", Arial, sans-serif;
}
.sidebar__inner {
    width: 100%;
}
.sidebar h2 {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.sidebar__block {
    margin-bottom: 20px;
}
.sidebar__block h3 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
}
.sidebar__nation-list,
.sidebar__type-list,
.sidebar__level-list {
    display: grid;
    gap: 10px;
}
.sidebar__nation-list {
    grid-template-columns: 1fr 1fr;
}
.sidebar__type-list {
    grid-template-columns: 1fr 1fr; /* было 1fr 1fr 1fr */
    gap: 10px;
}
.sidebar__level-list {
    grid-template-columns: 1fr 1fr;
}
.sidebar__nation-list li,
.sidebar__type-list li,
.sidebar__level-list li {
    display: flex;
    align-items: center;
    background: #232323;
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: 500;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: border 0.2s, background 0.2s;
    min-height: 32px;
}
.sidebar__nation-list li.active,
.sidebar__type-list li.active,
.sidebar__level-list li.active {
    border: 1.5px solid #ff9100;
    background: #171717;
    color: #ff9100;
}
.sidebar__type-list li .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

/* Задаем фоны для каждого элемента через псевдокласс nth-child или через классы */

.sidebar__type-list li:nth-child(1) .icon {
  background-image: url('/assets/img/type/all-type.svg');
}
.sidebar__type-list li:nth-child(2) .icon {
  background-image: url('/assets/img/type/lite.png');
}
.sidebar__type-list li:nth-child(3) .icon {
  background-image: url('/assets/img/type/middle.png');
}
.sidebar__type-list li:nth-child(4) .icon {
  background-image: url('/assets/img/type/hard.png');
}
.sidebar__type-list li:nth-child(5) .icon {
  background-image: url('/assets/img/type/pt-sau.png');
}
.sidebar__type-list li:nth-child(6) .icon {
  background-image: url('/assets/img/type/sau.png');
}
.sidebar__icon {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    width: 22px;
    justify-content: center;
}
.sidebar__level-list li {
    justify-content: center;
}
.sidebar__reset {
    width: 100%;
    display: block;
    margin-top: 20px;
    background: transparent;
    border: 1.5px solid #ff9100;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1em;
    padding: 10px 0 10px 0;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.sidebar__reset:hover {
    background: #ff9100;
    color: #232323;
}
.wrapper__container {
    display: grid;
    grid-template-columns: 325px 1fr; /* 325px - ширина сайдбара, 1fr - остальное товары */
    gap: 32px; /* регулируй под нужный отступ */
    align-items: flex-start;
}
.sidebar {
    max-width: 325px;
    width: 100%;
}
.products-frame {
    width: 100%;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 15px;
}

.product-card {
  /* width: 260px;  -- убираем! */
  min-width: 0;
  max-width: 100%;
  background: #232323;
  border-radius: 16px;
  box-shadow: 0 2px 8px #000a;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.product-img-wrap {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 16px 16px 0 0;
  min-height: 210px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  overflow: hidden;
}

.product-title-row {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 14px 0 14px;
  pointer-events: none;
}

.product-title {
  font-weight: bold;
  font-size: 1.03em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px #000a;
  pointer-events: auto;
}

.product-discount-badge {
  background: linear-gradient(120deg, #ff5000 80%, #ff9000 100%);
  color: #fff;
  font-size: 0.99em;
  font-weight: 700;
  border-radius: 0 0 0 12px;
  padding: 6px 14px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(0) rotate(13deg);
  box-shadow: 0 2px 8px #0006;
  pointer-events: auto;
}

.tank-img {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 92%;
  max-width: 95%;
  max-height: 84%;
  transform: translate(-50%, -50%);
  z-index: 2;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 4px 12px #000d);
}

.product-pricebar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  background: transparent;
  position: absolute;
  bottom: 14px;
  right: 0;
  z-index: 4;
  padding-right: 18px;
}

.old-price {
  color: #fff;
  opacity: 0.75;
  text-decoration: line-through;
  font-size: 1em;
  background: rgba(40,40,40,0.85);
  padding: 5px 14px;
  border-radius: 20px;
  margin-right: 4px;
  border: 1.5px solid #b94c2c;
}

.price {
  color: #fff;
  font-size: 1.16em;
  font-weight: 700;
  background: #ff6800;
  padding: 5px 18px 5px 14px;
  border-radius: 20px;
  box-shadow: 0 2px 6px #0002;
  border: 1.5px solid #b94c2c;
}

.product-btn {
  background: #343434;
  color: #fff;
  border: none;
  border-radius: 0 0 16px 16px;
  padding: 14px 0;
  font-size: 1.14em;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  transition: background .2s;
  margin-top: auto;
  letter-spacing: 0.5px;
 text-align: center;
}
.product-btn:hover {
  background: #222;
}

.product-hover {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(18,18,18,0.97);
  color: #fff;
  border-radius: 16px 16px 0 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  padding: 18px 12px 45px 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-card:hover .product-hover,
.product-card:focus-within .product-hover {
  opacity: 1;
  pointer-events: all;
}

.product-hover .product-title.faded {
  color: #bbbbbb;
  opacity: 0.65;
  margin-bottom: 12px;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
}

.product-details {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 0.97em;
}
.product-details li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-details li:first-child {
  margin-bottom: 10px;
  color: #ffe585;
  font-weight: 600;
  font-size: 1.02em;
}

/* футер */
.footer {
    background-color: rgba(255,255,255,0.05);
}
.footer__container {
    display: flex;
    justify-content: space-between;
    column-gap: 3rem;
    align-items: center;
}
.footer-left {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.footer-left > p {
    color: rgba(255,255,255,0.5);
}
/* Обертка, чтобы пункты шли в одну линию и не переносились */
.footer__menu {
    display: flex; /* В ряд */
    flex-direction: column;
    flex-wrap: nowrap; /* Не переносить */
    row-gap: 0.5rem;
    align-items: flex-end;
}

/* Для элементов списка, чтобы слова не переносились */
.footer__menu li {
    white-space: nowrap;
}

/* Для ссылок, чтобы текст не переносился */
.footer__menu a {
    white-space: nowrap;
}
/* */
@media (max-width: 900px) {
    .footer__container {
        flex-direction: column;
        row-gap: 1rem;
    }
    .footer__menu {
        align-items: center;
    }
}
.catalog-top-filters {
  margin-bottom: 30px;
}
.catalog-top-menu {
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.catalog-top-btn {
  background: #232323;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 24px;
  font-size: 1.08em;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  outline: none;
}
.catalog-top-btn.active {
  background: #ff5000;
  color: #fff;
}
.catalog-top-desc {
  background: rgba(20,20,20,0.82);
  border-radius: 13px;
  color: #fff;
  padding: 16px 20px 15px 20px;
  font-size: 1.06em;
  margin-bottom: 10px;
  line-height: 1.5;
  max-width: 100%;
}
.catalog-search-block {
  background: rgba(25,25,25,0.92);
  border-radius: 16px;
  padding: 23px 20px 18px 20px;
  margin-bottom: 30px;
  max-width: 325px;
}
.catalog-search-block label {
  font-size: 1.15em;
  font-weight: 700;
  display: block;
  margin-bottom: 9px;
  color: #fff;
}
.catalog-search-row {
  display: flex;
  gap: 0;
  width: 100%;
}

.catalog-search-row input[type="search"] {
  flex: 1 1 0%;
  min-width: 0;
  border-radius: 8px 0 0 8px;
  background: #181818;
  border: none;
  color: #fff;
  padding: 10px 14px;
  font-size: 1.09em;
  outline: none;
  font-family: inherit;
  /* убираем лишние margin/padding если были */
  box-sizing: border-box;
}

.catalog-search-btn {
  flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  background: #444;
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-size: 1.06em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-sizing: border-box;
  /* Ограничиваем ширину кнопки */
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-search-btn:hover {
  background: #ff9100;
  color: #232323;
}
@media (max-width: 930px) {
  .catalog-search-block {
    max-width: 100%;
    margin-bottom: 18px;
    padding: 15px 11px 12px 11px;
  }
}
@media (max-width: 600px) {
  .catalog-top-menu {
    gap: 8px;
  }
  .catalog-top-btn {
    font-size: 0.98em;
    padding: 8px 16px;
  }
  .catalog-top-desc {
    font-size: 0.98em;
    padding: 11px 10px 10px 10px;
  }
}

/* Оптимизация */
@media (max-width: 930px) {
    .wrapper__container {
        display: block;
        grid-template-columns: none;
        gap: 0;
    }
    .products-frame {
        width: 100%;
        max-width: 100%;
    }
}
/* */
/* Скрывать sidebar на мобиле, показывать кнопку фильтров */
@media (max-width: 930px) {
  .sidebar {
    display: none !important;
  }
  .mobile-filter-btn {
    display: block;
    width: 100%;
    margin: 16px auto 24px auto;
    background: #ff5000;
    color: #fff;
    font-size: 1.24em;
    font-weight: 700;
    border-radius: 12px;
    padding: 14px 0;
    box-shadow: 0 4px 12px #0003;
    border: none;
  }
  .mobile-filter-modal {
    display: none;
    position: fixed; left: 0; top: 0; width: 100vw; height: 100vh;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
  }
  .mobile-filter-modal.active {
    display: flex;
  }
  .mobile-filter-modal__content {
    background: #232323;
    border-radius: 20px;
    margin: 40px auto 0 auto;
    width: 94vw;
    max-width: 420px;
    padding: 28px 18px 22px 18px;
    box-shadow: 0 6px 32px #000b;
    position: relative;
  }
  .mobile-filter-modal__close {
    position: absolute; right: 19px; top: 13px;
    font-size: 2.2em; color: #ff9100; cursor: pointer; font-weight: bold;
  }
   .header__content {
    display: flex; /* меняем grid на флекс */
    justify-content: center; /* центрируем содержимое */
    align-items: center; /* по вертикали тоже по центру */
  }
  .header__logo {
    /* Можно оставить как есть или задать max-width, чтобы не растягивался */
    max-width: 100%; /* чтобы не выходить за границы */
    flex: 1 1 auto; /* чтобы занять всю ширину при необходимости */
    justify-content: center;
    text-align: center;
  }
  /* Убрать фиксированные размеры колонок grid */
  .header__content {
    grid-template-columns: none; /* отключить grid колонки */
  }
}
@media (min-width: 931px) {
  .mobile-filter-btn, .mobile-filter-modal {
    display: none !important;
  }
}

/* Стили для иконки бургер-меню */
.mobile-menu-icon {
  display: none; /* по умолчанию скрыто, показывать на мобиле */
  width: 40px;
  height: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  z-index: 9999;
}
.mobile-menu-icon span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

/* Мобильное меню модальное окно */
.mobile-menu-modal {
  display: none; /* по умолчанию скрыто */
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9998;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}
.mobile-menu-modal.active {
  display: flex;
}
.mobile-menu-content {
  background: #232323;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2em;
  color: #ff9100;
  cursor: pointer;
}

/* Показывать бургер на мобильных */
@media(max-width: 930px){
  .mobile-menu-icon {
    display: flex;
  }
  /* скрываем стандартное меню в шапке, если есть */
  .header__menu {
    display: none;
  }
  .header__login {
      display: none;
  }
}
/* Общий стиль для модального окна меню */
#mobileMenuModal {
  display: none; /* по умолчанию скрыто, управляется JS */
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9998;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: 20px;
}

/* Когда активен, показываем */
#mobileMenuModal.active {
  display: flex;
}

/* Стиль для содержимого меню внутри модалки */
.mobile-menu-content {
  background: #232323;
  width: 100%;
  max-width: 360px;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  font-family: "Onest", Arial, sans-serif;
  font-size: 1.4em; /* увеличиваем размер шрифта для большей читаемости */
  line-height: 1.6; /* межстрочный интервал */
  position: relative;
  /* делаем отступы большие для комфортного восприятия */
}

/* Стиль для крестика закрытия */
#closeMenu {
  font-size: 2em; /* размер крестика */
  color: #ff9100; /* цвет */
  position: absolute;
  top: -10px;
  right: 20px;
  cursor: pointer;
  padding: 10px;
  transition: color 0.2s;
}
#closeMenu:hover {
  color: #ff5000;
}

/* Стили для списка меню внутри */
.header__menu__mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__menu__mobile ul a {
  display: block;
  text-decoration: none;
}
.header__menu__mobile ul li {
  padding: 20px 0;
  font-weight: 600;
  font-size: 1.1rem; /* увеличиваем размер текста */
  color: #fff;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

/* Общий стиль фона модального окна */
#tankModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none; /* по умолчанию скрыто */
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  z-index: 9999;
}

/* Внутренний контейнер модалки */
#tankModal > div {
  background-color: #222; /* темный фон */
  padding: 20px 25px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

/* Заголовок */
#modalTankTitle {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

/* Блок для картинки */
#modalTankImageContainer {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  background-color: rgba(0,0,0,0.2);
  border: 1px solid rgba(0,0,0,0.4);
  border-radius: 0.5rem;
}
#modalTankImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Блок для цены */
#modalTankPrice {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
  color: #fff;
}

/* Блок с текстом-инструкцией */
#modalTankText {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #ccc;
  text-align: center;
  margin-bottom: 15px;
  background-color: rgba(0,0,0,0.2);
  padding: 0.5rem;
  border-radius: .5rem;
  border: 1px solid rgba(0,0,0,0.4);
}

/* Блок для input */
#userEmail {
  width: 100%;
  padding: 10px 12px;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  background-color: #333;
  color: #fff;
  outline: none;
  margin-bottom: 4px; /* минимальный отступ, чтобы было чуть ниже input */
}

/* Блок для ошибок */
#emailError {
  font-size: 0.75rem;
  color: #ff4d4d;
  height: 1em;
  margin-bottom: 12px; /* оставить, чтобы было место для сообщений */
  text-align: left;
}

/* Блок с предупреждением и соглашением — пусть без margin-bottom, чтобы был прямо под input */
#paymentReminder {
  background: #222;
  color: #ff4d00;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  margin-top: 0; /* убрал отступ сверху, чтобы было прямо под input */
  margin-bottom: 10px;
  text-align: center;
}
#continueInfo {
  background: #222;
  color: #ccc;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  margin-top: 0; /* тоже убрал отступ сверху */
  margin-bottom: 10px;
  text-align: center;
}

/* Кнопка "Оплатить через СБП" */
#paySbPButton {
  background-color: #ff4d00;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: .5rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  transition: background-color 0.2s;
}
#paySbPButton:hover {
  background-color: #e04300;
}

/* Кнопка закрытия */
#closeModalBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}
#closeModalBtn:hover {
  color: #fff;
}