

/* Start:/html/components-template/brands/style.css?17839389763505*/
.brands__text {
  margin-bottom: 41px;
  color: #666;
  color: var(--lite_basic_text_black); }

.brands__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-bottom: 32px; }

.brands__item {
  border: 1px solid #ededed;
  border-color: var(--stroke_black);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 39px;
  transition: box-shadow ease .3s,border ease .3s,background ease .3s; }
  .brands__item:hover {
    background-color: #fff;
    border-color: #fff;
    border-color: var(--stroke_black_hover);
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
    z-index: 1; }

.brands__item-img {
  display: block;
  width: 100px;
  height: 40px;
  flex-shrink: 0; }

.brands__item-img img {
  width: 100px;
  height: 40px;
  object-fit: contain; }

.brands__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px; }

.brands__filter-chip {
  font-size: .875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(136, 136, 136, 0.1);
  background-color: var(--darkgrey_bg_black);
  border-radius: 8px;
  color: var(--white_text_black); }
  .brands__filter-chip.active {
    cursor: default;
    color: #fff;
    background-color: #9e9e9e;
    background-color: var(--theme-base-color); }
  .brands__filter-chip:hover {
    cursor: pointer;
    color: #9e9e9e;
    color: var(--fill_dark_lite_hover);
    background-color: var(--light, rgba(136, 136, 136, 0.05)) var(--dark, #343434); }

.brands__filter-list {
  margin-top: 30px;
  margin-bottom: 80px; }

.brands__filter-list-item {
  padding: 38px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-color: var(--stroke_black);
  margin-bottom: -1px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; }
  .brands__filter-list-item .letter {
    width: 11%;
    margin-top: 5px;
    flex-basis: auto;
    font-size: 1.6em;
    font-weight: 500;
    color: var(--white_text_black); }
  .brands__filter-list-item .list {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 15px; }
  .brands__filter-list-item a {
    color: #222;
    color: var(--white_text_black); }
    .brands__filter-list-item a:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }

@media (max-width: 1399.75px) {
  .brands__list {
    grid-template-columns: repeat(5, 1fr); } }

@media (max-width: 1199.75px) {
  .brands__list {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 991.75px) {
  .brands__filter-list-item .list {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 767.75px) {
  .brands__list {
    grid-template-columns: repeat(2, 1fr); }
  .brands__filter-list-item .list {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600.75px) {
  .brands__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; }
  .brands__item {
    width: auto;
    margin-right: 0;
    padding: 16px 12px; }
  .brands__filter {
    display: flex;
    flex-wrap: nowrap; }
  .brands__filters {
    gap: 8px;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto; }
  .brands__filter-list-item {
    flex-wrap: wrap;
    padding: 18px 0; }
  .brands__filter-list-item .letter {
    width: 100%; } }

/* End */


/* Start:/html/components-template/catalog/style.css?17845593156134*/
.catalog {
  padding-bottom: 80px; }
  .catalog__sections {
    margin-bottom: 32px; }
  .catalog__sections-inner {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: 12px; }
  .catalog__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr); }
  .catalog__more {
    margin-top: 24px;
    max-width: 744px;
    margin-left: auto;
    margin-right: auto; }
    .catalog__more .btn {
      --darkgrey_bg: var(--light, #f4f4f4) var(--dark, #2b2b2b);
      width: 100%;
      background-color: var(--darkgrey_bg);
      color: var(--white_text_black); }
  .catalog__pagination {
    margin-top: 24px; }
  .catalog__info {
    padding: 60px 0 0;
    margin-bottom: 30px;
    color: var(--lite_basic_text_black, #666);
    font-size: 1rem;
    line-height: 1.7; }
    .catalog__info p {
      margin: 0 0 16px;
      line-height: 1.7; }
    .catalog__info p:last-child {
      margin-bottom: 0; }
    .catalog__info h2 {
      font-size: 1.5rem;
      font-weight: 700;
      margin: 40px 0 16px;
      color: var(--white_text_black, #333);
      line-height: 1.3; }
    .catalog__info h2:first-child {
      margin-top: 0; }
    .catalog__info h3 {
      font-size: 1.15rem;
      font-weight: 600;
      margin: 28px 0 10px;
      color: var(--white_text_black, #444);
      line-height: 1.4; }
    .catalog__info ul {
      list-style: none;
      margin: 0 0 20px;
      padding: 0; }
    .catalog__info ul li {
      position: relative;
      padding: 6px 0 6px 22px;
      margin-bottom: 2px;
      line-height: 1.65; }
    .catalog__info ul li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 14px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--fill_dark_lite_hover, #e60000); }
    .catalog__info strong {
      color: var(--white_text_black, #333);
      font-weight: 600; }
  .catalog-faq {
    margin: 40px 0 30px;
    padding: 40px;
    background: var(--darkgrey_bg_black, #f9f9f9);
    border-radius: 12px;
    border: 1px solid var(--stroke_black, #e5e5e5); }
    .catalog-faq h2 {
      font-size: 1.5rem;
      font-weight: 600;
      margin: 0 0 24px;
      text-align: center;
      color: var(--white_text_black, #333); }
    .catalog-faq .accordion-inner {
      background: var(--black_bg_black, #fff);
      border-radius: 8px; }
    .catalog-faq .accordion-item__title span {
      flex: 1; }

@media (max-width: 768px) {
  .catalog__info {
    padding: 40px 0 0; }
    .catalog__info h2 {
      font-size: 1.3rem;
      margin: 30px 0 12px; }
    .catalog__info h3 {
      font-size: 1.05rem;
      margin: 22px 0 8px; }
    .catalog__info p {
      font-size: 0.95rem; } }

@media (max-width: 600.75px) {
  .catalog__info {
    padding: 30px 0 0; }
    .catalog__info h2 {
      font-size: 1.2rem;
      margin: 24px 0 10px; }
    .catalog__info h3 {
      font-size: 1rem;
      margin: 18px 0 6px; }
    .catalog__info ul li {
      padding: 5px 0 5px 20px;
      font-size: 0.95rem; }
    .catalog__info ul li::before {
      top: 13px;
      width: 6px;
      height: 6px; }
  .catalog-faq {
    padding: 20px 16px; }
    .catalog-faq h2 {
      font-size: 1.2rem; } }

.catalog .product-card {
  border: 1px solid #ededed;
  border-color: var(--stroke_black); }

@media (max-width: 1199.75px) {
  .catalog__grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 991.75px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600.75px) {
  .catalog__sections-inner {
    flex-wrap: nowrap;
    overflow: auto;
    padding: 15px 24px;
    margin: -15px -24px; }
  .catalog .product-card-wrap {
    width: 100%;
    min-width: 100%;
    margin-right: 0 !important; }
  .catalog .product-card__price-new {
    font-size: 1rem; }
  .catalog .product-card__title {
    font-size: .875rem;
    line-height: calc(1em + 7px);
    height: auto !important; }
  .catalog .product-card__actions-inner {
    justify-content: center; }
  .catalog .product-card__btns {
    min-width: 100%;
    margin-bottom: 8px; }
  .catalog .product-card__favourite {
    margin-left: 0; } }

@media (max-width: 450.75px) {
  .catalog__grid {
    gap: 0; }
  .catalog .product-card-wrap:nth-child(2n) {
    margin-left: -1px; }
  .catalog .product-card {
    padding: 8px;
    border-radius: 0; } }

.favorites-empty {
  text-align: center;
  padding: 40px 83px 46px 83px;
  border: 1px solid #e4e4e4;
  max-width: 996px;
  margin: auto;
  margin-top: 40px; }
  @media (max-width: 766.75px) {
    .favorites-empty {
      padding: 20px 10px 24px 10px; } }
  .favorites-empty__inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .favorites-empty__illus {
    display: flex;
    justify-content: center;
    margin-bottom: 24px; }
    .favorites-empty__scene {
      animation: favorites-empty-float 4.5s ease-in-out infinite;
      will-change: transform; }
    .favorites-empty__scene picture,
    .favorites-empty__scene img {
      display: block;
      width: 100%;
      max-width: 300px;
      height: auto; }
    @media (max-width: 766.75px) {
      .favorites-empty__illus {
        margin-bottom: 18px; }
      .favorites-empty__scene picture,
      .favorites-empty__scene img {
        max-width: 220px; } }
    @media (prefers-reduced-motion: reduce) {
      .favorites-empty__scene {
        animation: none; } }
  @keyframes favorites-empty-float {
    0%, 100% {
      transform: translateY(0); }
    50% {
      transform: translateY(-6px); } }
  .favorites-empty h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 32px; }
    @media (max-width: 766.75px) {
      .favorites-empty h2 {
        font-size: 18px;
        margin-bottom: 26px; } }
  .favorites-empty p {
    font-size: 16px;
    margin-bottom: 36px;
    color: #666;
    color: var(--lite_basic_text_black); }
    @media (max-width: 766.75px) {
      .favorites-empty p {
        font-size: 12px;
        margin-bottom: 24px; } }
  .favorites-empty__link {
    margin-top: 0; }
    .favorites-empty__link .btn {
      min-width: 200px; }

/* End */


/* Start:/html/components-template/pagination/style.css?17712527601787*/
.pagination {
  --darkgrey_bg: var(--light, #f4f4f4) var(--dark, #2b2b2b);
  display: flex;
  justify-content: center; }
  .pagination__btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    border-radius: 8px; }
    .pagination__btn .icon {
      fill: rgba(0, 0, 0, 0);
      stroke: var(--fill_dark_light); }
    .pagination__btn.is-hidden {
      opacity: 0;
      visibility: hidden; }
    .pagination__btn:hover {
      background-color: var(--darkgrey_bg); }
  .pagination__btn--prev {
    transform: scale(-1, -1); }
  .pagination__list {
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pagination__item {
    margin: 0 2px;
    display: inline-block;
    width: 46px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: #333;
    color: var(--white_text_black);
    border-radius: 8px; }
  .pagination__item:not(.pagination__item--current):hover {
    background-color: var(--darkgrey_bg); }
  .pagination__item--current {
    background-color: var(--theme-base-color);
    color: #fff; }

@media (max-width: 767px) {
  .pagination {
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    padding: 0 8px;
  }
  .pagination__btn {
    width: 38px;
    height: 38px;
  }
  .pagination__item {
    width: 38px;
    height: 34px;
    line-height: 34px;
    margin: 0 1px;
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .pagination {
    gap: 4px;
    padding: 0 4px;
  }
  .pagination__btn {
    width: 36px;
    height: 36px;
  }
  .pagination__item {
    width: 34px;
    height: 32px;
    line-height: 32px;
    font-size: 0.8125rem;
  }
}

/* End */
/* /html/components-template/brands/style.css?17839389763505 */
/* /html/components-template/catalog/style.css?17845593156134 */
/* /html/components-template/pagination/style.css?17712527601787 */
