

/* Start:/html/components-template/brand-grid/style.css?17526114291324*/
.brand-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 40px; }

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

.brand-grid.news-grid {
  grid-template-columns: repeat(4, 1fr); }

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

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

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

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

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

/* End */


/* Start:/html/components-template/catalog/style.css?17734939195271*/
.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;
  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 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/brand/style.css?17750663713569*/
.brand__info {
  display: flex;
  border: 1px solid #ededed;
  border-color: var(--stroke_black);
  border-radius: 8px;
  padding: 39px 30px 41px 81px;
  margin-bottom: 40px; }

.brand__info-img-wrap {
  position: relative;
  margin-right: 82px;
  padding: 10px;
  background: #fff;
  border-radius: 8px; }

.brand__info-img {
  width: 142px;
  min-height: 60px;
  position: relative;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.brand__info-img img {
  max-width: 100%;
  height: auto;
  object-fit: contain; }

.brand__info-content-inner {
  color: #555;
  color: var(--basic_text_black);
  line-height: calc(1em + 10px); }


.brand__info-link {
  margin-top: 25px;
  padding: 4px 8px;
  color: #222;
  color: var(--white_text_black);
  background-color: rgba(136, 136, 136, 0.1);
  background-color: var(--darkgrey_bg_black);
  border-radius: 8px; }
  .brand__info-link:hover {
    color: #000;
    color: var(--fill_dark_lite_hover); }

@media (max-width: 767.75px) {
  .brand__info {
    flex-direction: column;
    padding: 32px;
    align-items: flex-start; } }

.brand__service-cta {
  margin-bottom: 40px; }

.brand__service-cta-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  border: 2px solid var(--fill_dark_lite_hover, #c62828);
  border-radius: 8px;
  color: #222;
  color: var(--white_text_black);
  text-decoration: none;
  transition: background-color .2s, border-color .2s; }
  .brand__service-cta-link:hover {
    background-color: var(--fill_dark_lite_hover, #c62828);
    color: #fff; }
  .brand__service-cta-link:hover .brand__service-cta-icon {
    color: #fff; }

.brand__service-cta-icon {
  flex-shrink: 0;
  color: var(--fill_dark_lite_hover, #c62828); }

.brand__service-cta-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1; }
  .brand__service-cta-text strong {
    font-size: 1.1em; }
  .brand__service-cta-text span {
    font-size: 0.9em;
    opacity: 0.7; }

.brand__service-cta-arrow {
  flex-shrink: 0;
  font-size: 1.5em;
  opacity: 0.5; }

@media (max-width: 767.75px) {
  .brand__service-cta-link {
    padding: 16px 20px;
    gap: 12px; }
  .brand__service-cta-arrow {
    display: none; } }

.brand__products-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white_text_black, #222); }

/* Bottom description (flat selectors — catalog/style.css uses nested SASS) */
.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; }

/* End */
/* /html/components-template/brand-grid/style.css?17526114291324 */
/* /html/components-template/catalog/style.css?17734939195271 */
/* /html/components-template/brand/style.css?17750663713569 */
