

/* Start:/local/templates/mebelm_2026/components/bitrix/news.list/newslist_banners/style.css?178775712217611*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1680px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1680px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1680px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1680px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.mp-slider-wrap {
  width: 100%;
  position: relative;
}
.mp-slider-wrap .swiper-button-prev {
  left: 10px;
  transform: none;
  display: none;
}
.mp-slider-wrap .swiper-button-next {
  right: 10px;
  transform: none;
  display: none;
}
.mp-slider-wrap .swiper-pagination > div {
  width: 7px;
  height: 7px;
  background-color: red;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .mp-slider-wrap .swiper-button-prev {
    display: block;
  }
  .mp-slider-wrap .swiper-button-next {
    display: block;
  }
}

.mp-slider-wrap.swiper-horizontal > .swiper-pagination {
  margin-top: 40px;
}

.mp-slider-wrap .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 320px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.5;
}

.mp-slider-wrap a.swiper-slide,
.mp-slider-wrap a.swiper-slide:active,
.mp-slider-wrap a.swiper-slide:hover,
.mp-slider-wrap a.swiper-slide:focus {
  border: none;
}

.mp-slider-wrap .swiper-slide-active {
  opacity: 1;
}

.mp-slider-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 767px) {
  .mp-slider-wrap .swiper-slide {
    width: 100%;
    max-width: 766px;
    height: 450px;
  }
  .mp-slider-wrap.swiper-horizontal > .swiper-pagination {
    margin-top: 50px;
  }
}
/* End */


/* Start:/local/templates/mebelm_2026/components/bitrix/catalog.section/mp/style.css?17877571211401*/
.mp-catalog-swiper {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .mp-catalog-swiper {
    margin-bottom: 60px;
  }
  .mp-catalog-swiper .swiper-pagination {
    margin-top: 25px;
  }
}
.mp-catalog-swiper .swiper-slide {
  width: 120px;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.mp-catalog-swiper .swiper-slide .catalog-item-wrap {
  height: 100%;
}

.mp-catalog-slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  width: calc(100% + 30px);
  margin-left: -15px;
  display: none;
}
@media (min-width: 768px) {
  .mp-catalog-slider-nav {
    display: flex;
  }
}
.mp-catalog-slider-nav__btn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.2s ease;
  color: #333;
}
.mp-catalog-slider-nav__btn:hover {
  border-color: #24a4ff;
  color: #24a4ff;
}
.mp-catalog-slider-nav__btn:disabled, .mp-catalog-slider-nav__btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.mp-catalog-slider-nav__btn:disabled:hover, .mp-catalog-slider-nav__btn.swiper-button-disabled:hover {
  border-color: #e0e0e0;
  color: #333;
}
.mp-catalog-slider-nav__btn svg {
  width: 24px;
  height: 24px;
}
/* End */


/* Start:/local/templates/mebelm_2026/mp-numbers.css?17877571171930*/
.numbers h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.numbers__content {
  display: flex;
  gap: 25px;
}

.numbers__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -8px;
}
@media (min-width: 992px) {
  .numbers__items {
    width: 50%;
  }
}

.numbers__item-wrap {
  width: 50%;
  display: flex;
  padding: 8px;
}
.numbers__item-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.numbers__item-wrap .numbers__item {
  background-color: #F6F6F6;
}
.numbers__item-wrap:nth-child(2) .numbers__item {
  background-color: #EBF3F9;
}
.numbers__item-wrap:nth-child(4) .numbers__item {
  background-color: #EEF1F2;
}

.numbers__item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #EBF3F9;
  border-radius: 10px;
  color: #162125;
  padding: 10px;
  min-height: 125px;
  border: 1px solid #D4D4D4;
}
@media (min-width: 768px) {
  .numbers__item {
    padding: 45px 40px;
    align-items: flex-start;
  }
  .numbers__item .numbers__item-text {
    text-align: left;
  }
}

.numbers__item-number {
  color: #24A4FF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .numbers__item-number {
    margin-bottom: 20px;
    font-weight: 800;
  }
}
@media (min-width: 1200px) {
  .numbers__item-number {
    font-size: 45px;
  }
}
@media (min-width: 1680px) {
  .numbers__item-number {
    font-size: 64px;
  }
}

.numbers__item-text {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .numbers__item-text {
    font-size: 20px;
  }
}

.numbers__image-wrap {
  border-radius: 10px;
  overflow: hidden;
  width: 50%;
  display: none;
}
@media (min-width: 992px) {
  .numbers__image-wrap {
    display: block;
  }
}
.numbers__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* End */


/* Start:/local/templates/mebelm_2026/components/bitrix/news.list/newslist_mainpage_actions/style.css?17877571222611*/
.actions-wrap > .cont {
  padding: 0;
}
@media (min-width: 768px) {
  .actions-wrap > .cont {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.action-wrap {
  width: 320px;
}
@media (min-width: 768px) {
  .action-wrap {
    width: auto;
  }
}

.action__date {
  color: #919191;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .action__date {
    margin-bottom: 20px;
  }
}

a.action-preview-image-wrap,
a.action-preview-image-wrap:link,
a.action-preview-image-wrap:hover,
a.action-preview-image-wrap:active {
  margin-bottom: 10px;
  display: block !important;
  border-bottom: none;
  transition: all 0.1s;
  width: 100%;
  height: 0;
  padding-top: 58.66%;
  overflow: hidden;
  position: relative;
}
a.action-preview-image-wrap img,
a.action-preview-image-wrap:link img,
a.action-preview-image-wrap:hover img,
a.action-preview-image-wrap:active img {
  margin: 0 auto;
  transition: all 0.1s;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  a.action-preview-image-wrap,
  a.action-preview-image-wrap:link,
  a.action-preview-image-wrap:hover,
  a.action-preview-image-wrap:active {
    margin-bottom: 20px;
  }
}

.action-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .action-title {
    font-size: 20px;
  }
}
.action-title a.title {
  border-bottom: none;
}
@media all and (max-width: 768px) {
  .action-title .sub-title {
    font-size: 14px;
  }
}
@media all and (max-width: 320px) {
  .action-title .sub-title {
    font-size: 10px;
  }
}

@media screen and (max-width: 992px) {
  .action-preview-image-wrap {
    margin-bottom: 10px;
  }
}
.actions__swiper ~ .actions-list__prev, .actions__swiper ~ .actions-list__next {
  display: none;
}
@media (min-width: 768px) {
  .actions__swiper ~ .actions-list__prev, .actions__swiper ~ .actions-list__next {
    display: block;
  }
}

.actions__swiper {
  margin-bottom: 30px;
}
.actions__swiper.swiper-horizontal > .swiper-pagination {
  display: none;
}
.actions__swiper.swiper-horizontal > .swiper-button-prev, .actions__swiper.swiper-horizontal > .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .actions__swiper {
    margin-bottom: 0;
  }
  .actions__swiper.swiper-horizontal > .swiper-pagination {
    display: flex;
    margin-top: 50px;
  }
}
.actions__swiper.swiper-horizontal .swiper-button-prev,
.actions__swiper.swiper-horizontal .swiper-button-next {
  top: 100px !important;
}
/* End */


/* Start:/local/templates/mebelm_2026/components/bitrix/news.list/newslist_reviewes_slider/style.css?17877571224059*/
.feedback-sliders__outer-wrap {
  position: relative;
}
.feedback-sliders__outer-wrap .swiper-button-next,
.feedback-sliders__outer-wrap .swiper-button-prev {
  display: none;
}
@media (min-width: 992px) {
  .feedback-sliders__outer-wrap .swiper-button-next,
  .feedback-sliders__outer-wrap .swiper-button-prev {
    display: block;
  }
}

.feedback-sliders__inner-wrap {
  position: relative;
  overflow: hidden;
}

.mp-feedback.cont {
  padding: 0;
}
@media (min-width: 992px) {
  .mp-feedback.cont {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.feedback-slider .swiper-slide {
  width: 320px;
}

/* feedback-sliders */
.feedback-sliders__inner-wrap {
  margin-bottom: 40px;
}
.feedback-sliders__inner-wrap .swiper-wrapper {
  display: flex;
}

.feedback-sliders__slider {
  height: auto;
  box-sizing: border-box; /* Ensures padding doesn't break layout */
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 30px 28px 30px 28px;
  border: 1px solid #D4D4D4;
}
@media (min-width: 992px) {
  .feedback-sliders__slider {
    padding: 24px 40px 30px 40px;
  }
}

.feedback-sliders__name {
  margin-bottom: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 992px) {
  .feedback-sliders__name {
    font-weight: 300;
  }
}

.feedback-sliders__salon {
  margin-bottom: 15px;
}

.feedback-sliders__ocenka {
  margin-bottom: 15px;
  display: flex;
}
.feedback-sliders__ocenka img {
  height: 17px;
  margin-right: 6px;
}
.feedback-sliders__ocenka .star {
  color: #D4D4D4;
  font-size: 20px;
  margin-right: 2px;
}
.feedback-sliders__ocenka .star.active {
  color: #FFD700;
}

.feedback-sliders__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.feedback-sliders__text {
  color: #162125;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  flex-grow: 1;
}
.feedback-sliders__text--truncated {
  position: relative;
}
.feedback-sliders__text--truncated:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.feedback-sliders__date {
  color: #162125;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

a.feedback-sliders__read-more:link,
a.feedback-sliders__read-more:active,
a.feedback-sliders__read-more:hover,
a.feedback-sliders__read-more {
  color: #24a4ff;
  border-bottom: none;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

.feedback-sliders__content-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.feedback__gallery {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

a.feedback__gallery-item,
a.feedback__gallery-item:link,
a.feedback__gallery-item:active,
a.feedback__gallery-item:hover {
  max-width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  display: block;
  cursor: zoom-in;
}
a.feedback__gallery-item img,
a.feedback__gallery-item:link img,
a.feedback__gallery-item:active img,
a.feedback__gallery-item:hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s;
}
a.feedback__gallery-item:hover img,
a.feedback__gallery-item:link:hover img,
a.feedback__gallery-item:active:hover img,
a.feedback__gallery-item:hover:hover img {
  opacity: 0.85;
}

.feedback-sliders__more-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}

.feedback-sliders__more-photo {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  overflow: hidden;
}
.feedback-sliders__more-photo--count {
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.feedback-sliders__more-photo--count span {
  font-size: 18px;
  opacity: 0.4;
}
.feedback-sliders__more-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* End */


/* Start:/local/templates/mebelm_2026/components/bitrix/news.list/newslist_reviewes_photos/style.css?1786389189711*/
.marquee-inner {
    display: flex;
    width: max-content;
    will-change: transform;
    gap: 20px;
}

.marquee-inner .reviews-photos {
    justify-content: flex-start;
    flex-shrink: 0;
    gap: 20px;
}

.marquee-left .marquee-inner {
    animation: marquee-scroll-left 60s linear infinite;
}

.marquee-right .marquee-inner {
    animation: marquee-scroll-right 60s linear infinite;
}

@keyframes marquee-scroll-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@keyframes marquee-scroll-right {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
}

.reviews-photos__marquee:hover .marquee-inner {
    animation-play-state: paused;
}

/* End */


/* Start:/local/templates/mebelm_2026/components/bitrix/news.list/newslist_mainpage_news/style.css?178775712220579*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1680px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1680px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1680px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1680px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.news-wrap > .cont {
  padding: 0;
}
@media (min-width: 992px) {
  .news-wrap > .cont {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.news-item-wrap {
  width: 320px;
}
@media (min-width: 768px) {
  .news-item-wrap {
    width: auto;
  }
}

.mp-news__header {
  margin-bottom: 25px;
  text-align: center;
}
.mp-news__header a.btn, .mp-news__header a.btn:link, .mp-news__header a.btn:active, .mp-news__header a.btn:hover {
  display: none;
}
.mp-news__header h2 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .mp-news__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    text-align: left;
    gap: 30px;
  }
  .mp-news__header h2 {
    margin-bottom: 0;
  }
  .mp-news__header a.btn, .mp-news__header a.btn:link, .mp-news__header a.btn:active, .mp-news__header a.btn:hover {
    display: block;
    min-width: 250px;
  }
}

.news-item__date {
  color: #919191;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .news-item__date {
    margin-bottom: 20px;
  }
}

a.news-item__preview-image-wrap,
a.news-item__preview-image-wrap:link,
a.news-item__preview-image-wrap:hover,
a.news-item__preview-image-wrap:active {
  margin-bottom: 10px;
  display: block !important;
  border-bottom: none;
  transition: all 0.1s;
  width: 100%;
  height: 0;
  padding-top: 58.66%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
a.news-item__preview-image-wrap img,
a.news-item__preview-image-wrap:link img,
a.news-item__preview-image-wrap:hover img,
a.news-item__preview-image-wrap:active img {
  margin: 0 auto;
  transition: all 0.1s;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  a.news-item__preview-image-wrap,
  a.news-item__preview-image-wrap:link,
  a.news-item__preview-image-wrap:hover,
  a.news-item__preview-image-wrap:active {
    margin-bottom: 15px;
  }
}

.mp-news__sections {
  display: flex;
  flex-grow: 1;
  gap: 35px;
  margin-bottom: 30px;
  padding-left: 32px;
  padding-right: 32px;
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: none;
}
.mp-news__sections a,
.mp-news__sections a:link,
.mp-news__sections a:active,
.mp-news__sections a:hover {
  border-bottom: none;
}
@media (min-width: 992px) {
  .mp-news__sections {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.news-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .news-item-title {
    font-size: 20px;
  }
}
.news-item-title a.title {
  border-bottom: none;
}
@media all and (max-width: 768px) {
  .news-item-title .sub-title {
    font-size: 14px;
  }
}
@media all and (max-width: 320px) {
  .news-item-title .sub-title {
    font-size: 10px;
  }
}

@media screen and (max-width: 992px) {
  .news-item__preview-image-wrap {
    margin-bottom: 10px;
  }
}
.mb-news__swiper ~ .mp-news__prev, .mb-news__swiper ~ .mp-news__next {
  display: none;
}
@media (min-width: 768px) {
  .mb-news__swiper ~ .mp-news__prev, .mb-news__swiper ~ .mp-news__next {
    display: block;
  }
}

.mp-news__swiper {
  margin-bottom: 30px;
}
.mp-news__swiper.swiper-horizontal > .swiper-pagination {
  display: none;
}
.mp-news__swiper.swiper-horizontal > .swiper-button-prev, .mp-news__swiper.swiper-horizontal > .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .mp-news__swiper {
    margin-bottom: 0;
  }
  .mp-news__swiper.swiper-horizontal > .swiper-pagination {
    display: flex;
    margin-top: 50px;
  }
}
.mp-news__swiper.swiper-horizontal .swiper-button-prev,
.mp-news__swiper.swiper-horizontal .swiper-button-next {
  top: 100px !important;
}

.mp-news-tab-content {
  display: none;
  margin-bottom: 40px;
}
.mp-news-tab-content--active {
  display: block;
}

.mp-news__tab--active, .mp-news__tab--active:hover, .mp-news__tab--active:active, .mp-news__tab--active:link {
  color: #24a4ff;
}

.mp-news__footer {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .mp-news__footer {
    padding-left: 0;
    padding-right: 0;
  }
  .mp-news__footer .btn {
    width: auto;
  }
}
.mp-news__footer .btn {
  width: 100%;
}
/* End */


/* Start:/local/templates/mebelm_2026/components/bitrix/news.list/salony/style.css?178775712212731*/
@charset "UTF-8";
/* Скрытие элементов при фильтрации */
.salon-js.hidden,
.salon-table tr.salon-js.hidden,
.salon-grid .salon-js.hidden {
  display: none !important;
}

/* Единая панель салона */
.salon-panel {
  background: #fff;
  max-width: 360px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.salon-panel__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #fff;
}
.salon-panel__content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .salon-panel__gallery {
    flex: none;
    max-width: 100%;
  }
}
.salon-panel__slider {
  width: 100%;
  height: 200px;
}
.salon-panel__slider .swiper-wrapper {
  max-height: 100%;
}
.salon-panel__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
}
.salon-panel__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.salon-panel__slider .swiper-button-prev,
.salon-panel__slider .swiper-button-next {
  transform: none;
}
.salon-panel__slider .swiper-button-prev {
  left: 10px;
}
.salon-panel__slider .swiper-button-next {
  right: 10px;
}
.salon-panel__thumbs {
  padding: 10px 10px 0 10px;
}
.salon-panel__thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  overflow: hidden;
}
.salon-panel__thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.salon-panel__thumbs .swiper-slide img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}
.salon-panel__info {
  flex: 1;
  padding: 20px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1366px) {
  .salon-panel__info {
    padding: 5px 20px 20px 20px;
  }
}
@media (max-width: 576px) {
  .salon-panel__info {
    padding: 20px;
  }
}
@media (max-height: 800px) {
  .salon-panel__info {
    gap: 10px;
    padding: 10px 10px 10px 10px;
  }
}
.salon-panel__title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px;
  text-align: left;
}
@media (max-width: 576px) {
  .salon-panel__title {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .salon-panel__title {
    margin: 0;
  }
}
@media (max-height: 800px) {
  .salon-panel__title {
    font-size: 16px;
  }
}
.salon-panel__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #555;
}
.salon-panel__row img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.salon-panel__schedule-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.salon-panel__schedule-item {
  display: flex;
  gap: 8px;
  font-weight: 400;
}
.salon-panel__schedule-item span:last-child {
  color: #E91E63;
  font-weight: 500;
}
.salon-panel__phones-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.salon-panel__phone {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.salon-panel__phone:hover {
  color: #2196F3;
}
.salon-panel__maps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.salon-panel__map-links {
  display: flex;
  gap: 10px;
}
.salon-panel__map-link {
  color: #2196F3;
  text-decoration: none;
  transition: color 0.3s ease;
  border: 1px solid #eee !important;
  border-radius: 5px;
  display: block !important;
  width: 35px;
  height: 35px;
  padding: 5px;
}
.salon-panel__map-link:after {
  content: none;
}
.salon-panel__map-link svg, .salon-panel__map-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.salon-panel__actions {
  gap: 10px;
  margin-top: auto;
  display: none;
  flex-direction: column;
}
.salon-panel__actions--compact {
  display: flex;
  flex-direction: row;
}
.salon-panel__actions--compact .salon-panel__btn--book {
  flex-grow: 1;
}
@media screen and (min-height: 800px) {
  .salon-panel__actions {
    display: flex;
  }
  .salon-panel__actions--compact {
    display: none;
  }
}
.salon-panel__metro {
  color: #818587;
}
.salon-panel__btn--more--compact.btn {
  display: inline-block;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 0;
  padding-right: 0;
}
.salon-panel__btn--more--compact img {
  width: 24px;
  height: auto;
}

/* Magnific Popup стили (мобильная версия) */
.mfp-salon-panel .mfp-container {
  padding: 0;
}
.mfp-salon-panel .mfp-bg {
  background: rgba(0, 0, 0, 0.8);
}
.mfp-salon-panel .salon-panel {
  margin: 0 auto;
  padding: 0;
}

/* Десктоп - режим sidebar */
.salony-map__wrap {
  position: relative;
}
.salony-map__wrap.salon-panel--open .salony-map {
  transition: all 0.3s ease;
}

.salon-panel--sidebar {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 400px;
  max-width: none;
  margin: 0;
  z-index: 1000;
  display: none;
  flex-direction: column;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.salon-panel--sidebar.active {
  display: flex;
}

a.salon-panel__phone,
a.salon-panel__phone:link,
a.salon-panel__phone:active,
a.salon-panel__phone:hover {
  color: #24a4ff;
  text-decoration: underline;
}

/* Скрываем sidebar на мобильных */
@media (max-width: 767px) {
  .salon-panel--sidebar {
    display: none !important;
  }
}
/* Адаптивность мобильная */
@media (max-width: 576px) {
  .salon-panel {
    border-radius: 8px;
  }
  .salon-panel__btn {
    width: 100%;
  }
  .salon-panel__thumbs .swiper-slide img {
    height: 50px;
  }
}
.salony-filters {
  margin-bottom: 25px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.salony-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex: 1;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .salony-countries {
    padding-left: 0;
    padding-right: 0;
  }
}

.salony-country-btn {
  padding: 15px 20px;
  background: #EEF1F2;
  color: #333;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
  flex-grow: 0;
  line-height: 20px;
  width: calc(50% - 7.5px);
}
@media screen and (min-width: 700px) {
  .salony-country-btn {
    width: calc(25% - 12px);
  }
}
@media (min-width: 1680px) {
  .salony-country-btn {
    width: 250px;
    padding: 20px;
  }
}

.salony-country-btn:hover {
  border-color: #24a4ff;
  color: #24a4ff;
}

.salony-country-btn.active {
  background: #24a4ff;
  border-color: #24a4ff;
  color: #fff;
}

.salony-cities {
  position: relative;
}
.salony-cities:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/local/templates/mebelm_2026/components/bitrix/news.list/salony/img/arrow-down.svg");
  background-position: center center;
  background-size: cover;
}
.salony-cities--mobile {
  position: absolute;
  z-index: 999;
  margin: 15px 30px 0 30px;
  width: calc(100% - 60px);
}
@media (min-width: 1680px) {
  .salony-cities--mobile {
    display: none;
  }
}
.salony-cities--desktop {
  display: none;
}
@media (min-width: 1680px) {
  .salony-cities--desktop {
    display: block;
  }
}
@media (min-width: 1680px) {
  .salony-cities {
    min-width: auto;
  }
}

.salony-city-select {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 0;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
  line-height: 20px;
  appearance: none;
}
@media (min-width: 992px) {
  .salony-city-select {
    padding: 19px;
    border: 1px solid #e0e0e0;
  }
}

.salony-city-select:hover,
.salony-city-select:focus {
  border-color: #24a4ff;
  outline: none;
}

.salony-map {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 428px;
}
@media (min-width: 992px) {
  .salony-map {
    height: 729px;
  }
}
@media (min-width: 1680px) {
  .salony-map {
    height: 800px;
  }
}

.salon-item-img {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100px;
  height: 149px;
}
@media (min-width: 992px) {
  .salon-item-img {
    width: 110px;
    height: 66px;
  }
}
.salon-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.salon-item-img a,
.salon-item-img a:link,
.salon-item-img a:active,
.salon-item-img a:hover {
  display: flex;
  width: 100%;
  height: 100%;
}

/* Сетка салонов */
.salon-grid {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .salon-grid {
    display: none;
  }
}
@media (min-width: 768px) {
  .salon-grid.cont {
    padding: 0;
  }
}
.salon-grid-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 26px;
  padding-top: 26px;
}
.salon-grid-item__inner {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 30px;
}
.salon-grid-item__metro {
  font-size: 14px;
  opacity: 0.5;
}
.salon-grid-item__content-wrap {
  flex-grow: 1;
}
.salon-grid .icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.salon-grid .icon {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #666;
}
.salon-grid .icon img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  padding-right: 0;
}

.salon-grid .salon__img-wrap {
  width: 100px;
  height: 149px;
  overflow: hidden;
  border-radius: 10px;
}
.salon-grid .salon__img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.salon-grid .salon__content-wrap {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

a.salon-grid-item__name,
a.salon-grid-item__name:hover,
a.salon-grid-item__name:active,
a.salon-grid-item__name:link {
  font-weight: bold;
  display: inline;
}

.salon-grid .salon .shop-link a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.salon-grid .salon .shop-link a:hover {
  color: #24a4ff;
}

.salony-map__wrap {
  position: relative;
}

/* Адаптивность */
@media (min-width: 768px) {
  .salony-filters {
    align-items: flex-start;
  }
  .salony-countries {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .salony-city-select {
    font-size: 12px;
    padding: 8px 30px;
  }
}
/* Обёртка таблицы салонов (десктоп) */
.salon-table-outer {
  padding-bottom: 80px;
}

.salon-table-wrap {
  display: none;
  margin-top: 40px;
  margin-bottom: 0;
  max-height: 600px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .salon-table-wrap {
    display: block;
  }
}

/* Таблица салонов (десктоп) */
.salon-table {
  width: 100%;
  border-collapse: collapse;
  display: none;
}
@media (min-width: 992px) {
  .salon-table {
    display: table;
  }
}
.salon-table__th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  padding: 15px 20px;
  border-bottom: 1px solid #D6D6D6;
  font-weight: 600;
  text-align: left;
}
.salon-table__th--photo {
  width: 120px;
}
.salon-table__th--schedule {
  width: 300px;
}
.salon-table__th--metro {
  width: 220px;
}
.salon-table__row {
  transition: background 0.2s ease;
}
.salon-table__td {
  padding: 20px;
  border-bottom: 1px solid #E0E0E0;
  vertical-align: top;
}
.salon-table__td:first-child {
  padding-left: 0;
}
.salon-table__td:last-child {
  padding-right: 0;
}
.salon-table__td--photo {
  text-align: center;
}
.salon-table__td--metro {
  color: #818587;
}
.salon-table__td--actions .btn {
  white-space: nowrap;
}
.salon-table__img {
  display: block;
  width: 150px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
.salon-table__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.salon-table__img:hover img {
  transform: scale(1.05);
}
.salon-table__name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  margin-bottom: 5px;
  transition: color 0.2s ease;
}
.salon-table__address-text {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.salon-table__schedule-row {
  display: flex;
  gap: 10px;
  margin-bottom: 3px;
}
.salon-table__schedule-row:last-child {
  margin-bottom: 0;
}
.salon-table__schedule-row img {
  width: 20px;
  height: 20px;
}
.salon-table__schedule-time {
  color: #E91E63;
  font-weight: 500;
}
/* End */
/* /local/templates/mebelm_2026/components/bitrix/news.list/newslist_banners/style.css?178775712217611 */
/* /local/templates/mebelm_2026/components/bitrix/catalog.section/mp/style.css?17877571211401 */
/* /local/templates/mebelm_2026/mp-numbers.css?17877571171930 */
/* /local/templates/mebelm_2026/components/bitrix/news.list/newslist_mainpage_actions/style.css?17877571222611 */
/* /local/templates/mebelm_2026/components/bitrix/news.list/newslist_reviewes_slider/style.css?17877571224059 */
/* /local/templates/mebelm_2026/components/bitrix/news.list/newslist_reviewes_photos/style.css?1786389189711 */
/* /local/templates/mebelm_2026/components/bitrix/news.list/newslist_mainpage_news/style.css?178775712220579 */
/* /local/templates/mebelm_2026/components/bitrix/news.list/salony/style.css?178775712212731 */
