

/* Start:/local/templates/mebelm_2026/components/sva/catalog.element/.default/style.css?178775712138220*/
.free-for-project {
  background-color: #24a4ff;
  color: #fff;
}
.free-for-project h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .free-for-project h2 {
    text-align: left;
  }
}

.free-for-project__title {
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 1680px) {
  .free-for-project__title {
    margin-bottom: 0;
  }
}

.free-for-project__row {
  align-items: flex-start;
}

.free-for-project__item {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .free-for-project__item {
    flex-direction: column;
  }
}

.free-for-project__item-checkbox {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.7918 0.710938H7.63792C3.81441 0.710938 0.714844 3.8105 0.714844 7.63401V23.7879C0.714844 27.6114 3.81441 30.7109 7.63792 30.7109H23.7918C27.6153 30.7109 30.7148 27.6114 30.7148 23.7879V7.63401C30.7148 3.8105 27.6153 0.710938 23.7918 0.710938Z' stroke='white' stroke-width='1.42857' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M8.71484 17.7553L13.4982 21.4634C13.6266 21.5659 13.7771 21.6394 13.9385 21.6785C14.1 21.7176 14.2684 21.7214 14.4315 21.6895C14.5962 21.6596 14.7523 21.5956 14.8892 21.502C15.0261 21.4083 15.1406 21.2872 15.2248 21.1469L22.7148 8.71094' stroke='white' stroke-width='1.42857' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .free-for-project__item-checkbox {
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
  }
}

.free-for-project__item-title {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .free-for-project__item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .free-for-project__item-text {
    font-size: 16px;
  }
}

.complectation {
  background-color: #fff;
}
@media (min-width: 992px) {
  .complectation {
    background-color: #F5F5F5;
  }
}

@media (max-width: 991.98px) {
  .complectation__items-wrap.cont {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .complectation__items {
    margin-top: -15px;
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
  }
}

.complectation__item-wrap {
  border-bottom: 1px solid #D8D8D8;
}
@media (min-width: 992px) {
  .complectation__item-wrap {
    margin: 15px;
    padding: 30px;
    width: calc(50% - 30px);
    border: none;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1680px) {
  .complectation__item-wrap {
    max-width: calc(25% - 30px);
    min-height: 230px;
  }
}
.complectation__item-wrap--img {
  display: none;
  padding: 0;
}
@media (min-width: 1680px) {
  .complectation__item-wrap--img {
    display: flex;
  }
}
.complectation__item-wrap--img .complectation__item {
  padding: 0;
}
.complectation__item-wrap--img .complectation__item img {
  height: 100%;
}
.complectation__item-wrap--img .complectation__item img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.complectation__item-wrap:last-child {
  border-bottom: none;
}
.complectation__item-wrap:last-child .complectation__item {
  padding-bottom: 0;
  border-bottom: 0;
}

.complectation__item {
  padding-left: 40px;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .complectation__item {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.complectation__item-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
}
@media (min-width: 992px) {
  .complectation__item-icon {
    position: relative;
    float: left;
    margin-right: 20px;
  }
}

.complectation__item-title {
  color: #162125;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .complectation__item-title {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .complectation__item-text {
    margin-top: 20px;
  }
}

.item-detail-page {
  display: flex;
  flex-direction: column;
}
.item-detail-page .item-maincard {
  order: 10;
}
.item-detail-page .complectation {
  order: 10;
}
.item-detail-page .free-for-project {
  order: 10;
}
.item-detail-page .numbers-wrap {
  order: 50;
}
.item-detail-page .same-in-catalog {
  order: 51;
}
.item-detail-page .tech-complects__wrap {
  order: 52;
}
.item-detail-page .actions-wrap {
  order: 53;
}
.item-detail-page .mp-feedback__wrap {
  order: 54;
}
.item-detail-page .clinets-gallery__wrap {
  order: 55;
}
.item-detail-page .whant-price {
  order: 56;
}
.item-detail-page .mp-salon {
  order: 57;
}
@media (min-width: 1200px) {
  .item-detail-page .item-maincard {
    order: 100;
  }
  .item-detail-page .complectation {
    order: 100;
  }
  .item-detail-page .free-for-project {
    order: 100;
  }
  .item-detail-page .tech-complects__wrap {
    order: 100;
  }
  .item-detail-page .same-in-catalog {
    order: 100;
  }
  .item-detail-page .numbers-wrap {
    order: 100;
  }
  .item-detail-page .actions-wrap {
    order: 100;
  }
  .item-detail-page .mp-feedback__wrap {
    order: 100;
  }
  .item-detail-page .clinets-gallery__wrap {
    order: 100;
  }
  .item-detail-page .whant-price {
    order: 100;
  }
  .item-detail-page .mp-salon {
    order: 100;
  }
}

.item-maincard {
  background-color: #F5F5F5;
}
@media (min-width: 1200px) {
  .item-maincard {
    background-color: #fff;
  }
}
.item-maincard__video {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .item-maincard__video--mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .item-maincard h1 {
    margin-top: 50px;
  }
}

.item-maincard__outer.cont {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .item-maincard__outer.cont {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.item-maincard__thumbslider .swiper-slide {
  width: auto;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.4;
  max-height: 150px;
}
@media (min-width: 992px) {
  .item-maincard__thumbslider .swiper-slide {
    max-height: none;
  }
}
.item-maincard__thumbslider .swiper-slide:hover {
  opacity: 0.7;
}
.item-maincard__thumbslider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-maincard__thumbslider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.item-maincard__thumbslider.swiper-horizontal > .swiper-pagination {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .item-maincard__thumbslider.swiper-horizontal > .swiper-pagination {
    margin-top: 70px;
  }
}

.item-maincard__inner {
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .item-maincard__inner .item-maincard__text-content-wrap .get-info-btn {
    padding: 10px 10px;
    max-width: unset;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .item-maincard__inner {
    flex-direction: row;
    gap: 30px;
  }
}

.item-maincard__bottom-slider .slider-img__wrap {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .item-maincard__bottom-slider .slider-img__wrap {
    height: 70px;
  }
}
.item-maincard__bottom-slider .slick-slide {
  position: relative;
  box-sizing: content-box;
  border-bottom: none;
  line-height: 0;
}
.item-maincard__bottom-slider .slick-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 3px solid #fff;
  z-index: 9;
}
.item-maincard__bottom-slider .slick-slide:hover {
  cursor: pointer;
}
.item-maincard__bottom-slider .slick-slide:hover:before {
  border-color: #24a4ff;
}
.item-maincard__bottom-slider .slick-slide.selected:before {
  border-color: #24a4ff;
}
.item-maincard__bottom-slider .slick-slide.selected img {
  position: relative;
}
.item-maincard__bottom-slider .slider-arrow_white {
  width: 46px;
  height: 46px;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.item-maincard__bottom-slider .slider-arrow_white.slider-arrow_prev {
  left: 0;
}
.item-maincard__bottom-slider .slider-arrow_white.slider-arrow_next {
  right: 0;
}

.item-maincard__slider-content {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  flex-direction: column;
}

.item-maincard__slider-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 300px;
  padding: 0;
  margin-bottom: 50px;
}
.item-maincard__slider-content-wrap .slider-img__outer {
  height: 0;
  padding-top: 66%;
  width: 100%;
  position: relative;
}
.item-maincard__slider-content-wrap .slider-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-maincard__slider-content-wrap .slider-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.item-maincard__slider-content-wrap .slider__counter-wrap {
  text-align: center;
  margin: 15px auto 0;
  color: #24a4ff;
  font-size: 24px;
}
.item-maincard__slider-content-wrap .slider__counter-wrap .slider__counter_current {
  color: #24a4ff;
  font-size: 24px;
}
.item-maincard__slider-content-wrap .slider__counter-wrap .slider__counter_all {
  color: #333333;
}
.item-maincard__slider-content-wrap .loadding-block {
  display: none;
}
.item-maincard__slider-content-wrap.loading .item-maincard__mainslider {
  display: none;
}
.item-maincard__slider-content-wrap.loading .item-maincard__bottom-slider {
  display: none;
}
.item-maincard__slider-content-wrap.loading .slider__counter-wrap {
  display: none;
}
.item-maincard__slider-content-wrap a {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .item-maincard__slider-content-wrap {
    width: 58.7%;
    margin-bottom: 0;
  }
}

.item-maincard__text-content {
  width: 100%;
  padding: 0 0 15px 0;
}

.item-maincard__mainslider-wrap {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.item-maincard__mainslider-real-label {
  display: none;
  background-color: #24a4ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' width='64' height='64'%3E%3Cpath d='M32 25.858c-5.302 0-9.6 4.3-9.6 9.6a9.6 9.6 0 0 0 9.6 9.6c5.301 0 9.6-4.298 9.6-9.6 0-5.3-4.299-9.6-9.6-9.6zm25.6-9.6h-7.68c-1.056 0-2.194-.82-2.527-1.822L45.407 8.48c-.334-1.002-1.471-1.821-2.527-1.821H21.12c-1.056 0-2.194.819-2.527 1.821l-1.986 5.958c-.334 1.002-1.471 1.82-2.527 1.82H6.4c-3.52 0-6.4 2.88-6.4 6.4v28.8c0 3.52 2.88 6.4 6.4 6.4h51.2c3.52 0 6.4-2.88 6.4-6.4v-28.8c0-3.52-2.88-6.4-6.4-6.4zM32 51.458c-8.836 0-16-7.164-16-16s7.164-16 16-16c8.835 0 16 7.164 16 16s-7.165 16-16 16zm23.36-24.325a2.24 2.24 0 1 1 0-4.48 2.24 2.24 0 0 1 0 4.48z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: 28px center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 10px 30px 10px 60px;
  position: absolute;
  font-weight: bold;
  right: 0;
  top: 30px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .item-maincard__mainslider-real-label {
    text-align: center;
    font-size: 12px;
    background-size: 16px 16px;
    background-position: 14px center;
    padding: 8px 12px 8px 38px;
    left: 0;
    bottom: 10px;
    top: unset;
    right: unset;
  }
}
@media screen and (max-width: 520px) {
  .item-maincard__mainslider-real-label {
    font-size: 10px;
  }
}
.item-maincard__mainslider-real-label .swiper-slide {
  border-radius: 10px;
}

.item-maincard__prices-block-wrap {
  width: 100%;
}

.item-maincard__complectation {
  display: flex;
}
.item-maincard__complectation-img {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  margin-right: 20px;
}
.item-maincard__complectation-text {
  font-weight: 600;
  font-size: 18px;
}

.item-maincard__prices-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding: 0 0 15px 0;
}
.item-maincard__prices-block .catalog__sale-prices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.item-maincard__prices-block .catalog__sale-prices li {
  margin: 0;
  padding: 0;
  padding-right: 15px;
}
.item-maincard__prices-block .catalog__sale-prices li:before {
  content: none;
}
.item-maincard__prices-block .item-maincard__top-wrap {
  width: 100%;
}
.item-maincard__prices-block .item-maincard__top-wrap .price-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.item-maincard__prices-block .item-maincard__top-wrap .price-block .current-price {
  text-align: center;
  font-size: 24px;
  line-height: 0.9;
  white-space: nowrap;
  font-weight: bold;
  color: #e60d78;
}
.item-maincard__prices-block .item-maincard__top-wrap .price-block .old-price {
  text-align: center;
  font-weight: 400;
  text-decoration: line-through;
  color: #808080;
  font-size: 14px;
}
.item-maincard__prices-block .item-maincard__top-wrap .price-block .percent-wrap {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='34' viewBox='0 0 20.372918 8.995833'%3E%3Cpath d='M0 0h20.373l-4.678 4.498 4.678 4.498H0z' fill='%23ec1285' stroke-width='.193' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: left center;
  width: 77px;
  height: 30px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 17px;
}
.item-maincard__prices-block .item-maincard__top-wrap .price-block .percent-wrap .percent {
  color: #fff;
  padding: 1px 0 0 0;
}
@media screen and (min-width: 1200px) {
  .item-maincard__prices-block .item-maincard__top-wrap .price-block .current-price {
    font-size: 24px;
  }
  .item-maincard__prices-block .item-maincard__top-wrap .price-block .old-price {
    font-size: 16px;
  }
}

.item-maincard__sale-wrap {
  border: 2px solid #818181;
  width: 100%;
  margin-top: 25px;
  max-width: 414px;
}

.item-maincard__name {
  font-size: calc((100vw - 320px) / 1600 * 6 + 18px);
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
  text-decoration: none;
}

.item-maincard__name:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ec1285;
  transition: all 0.3s;
}

.item-maincard__slider-full-screen-wrap {
  position: relative;
}

.item-maincard__clarif {
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #818181;
  display: flex;
}
.item-maincard__clarif .info-opener__finish {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 4.4979162 4.4979162'%3E%3Cg transform='translate(-29.35 -93.346)'%3E%3Ccircle r='2.117' cy='95.595' cx='31.599' fill='none' stroke='%23a4a4a4' stroke-width='.265' stroke-linejoin='round'/%3E%3Cg style='line-height:1.25'%3E%3Cpath style='-inkscape-font-specification:Ubuntu' d='M31.797 97.147h-.392v-2.194h.392zm-.198-2.59q-.106 0-.182-.068-.071-.071-.071-.19 0-.118.071-.185.076-.072.182-.072.105 0 .177.072.076.067.076.186 0 .118-.076.19-.072.067-.177.067z' font-family='Ubuntu' font-weight='400' font-size='3.367' letter-spacing='0' word-spacing='0' fill='%23a4a4a4' stroke-width='.084'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  position: relative;
}
.item-maincard__clarif .info-opener__finish:hover .info-opener__info-block-wrap {
  display: block;
}
.item-maincard__clarif .info-opener__finish .info-opener__info-block-wrap {
  display: none;
  position: absolute;
  color: #818181;
}
.item-maincard__clarif .info-opener__finish .info-opener__info-block-wrap .info-opener__info-block {
  padding: 12px 20px;
  position: absolute;
  display: flex;
  align-items: center;
  width: 390px;
  z-index: 11;
  background: #f5f5f5;
  box-shadow: -0.5px 12px 15px 4px rgba(14, 14, 14, 0.2);
  transform: translate3d(-100%, -100%, 0);
  left: 7px;
  top: -7px;
}
@media screen and (max-width: 1366px) {
  .item-maincard__clarif .info-opener__finish .info-opener__info-block-wrap .info-opener__info-block {
    transform: translate3d(-100%, -100%, 0);
  }
  .item-maincard__clarif .info-opener__finish .info-opener__info-block-wrap .info-opener__info-block:before {
    background-image: url("/local/templates/mebelm_2026/components/sva/catalog.element/.default/img/shadow_traingle-revers.png");
  }
}
@media screen and (max-width: 520px) {
  .item-maincard__clarif .info-opener__finish .info-opener__info-block-wrap .info-opener__info-block {
    width: 250px;
  }
}
.item-maincard__clarif .info-opener__finish .info-opener__info-block-wrap .info-opener__info-block:before {
  content: "";
  background-image: url("/local/templates/mebelm_2026/components/sva/catalog.element/.default/img/shadow_traingle.png");
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 25px;
  height: 13px;
}

.item-maincard__sales {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

a.item-maincard__sales-item,
a.item-maincard__sales-item:link,
a.item-maincard__sales-item:active,
a.item-maincard__sales-item:hover {
  background-color: #DBF0FF;
  color: #24A4FF;
  padding: 8px 15px;
  display: block;
  border-bottom: none;
  border-radius: 5px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 992px) {
  a.item-maincard__sales-item,
  a.item-maincard__sales-item:link,
  a.item-maincard__sales-item:active,
  a.item-maincard__sales-item:hover {
    width: 250px;
  }
}

.item-maincard__slider-content {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  flex-direction: column;
}

.item-maincard__mainslider {
  margin-bottom: 10px;
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .item-maincard__mainslider {
    margin-bottom: 30px;
  }
}
.item-maincard__mainslider .swiper-button-prev,
.item-maincard__mainslider .swiper-button-next {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
}
@media (max-width: 991.98px) {
  .item-maincard__mainslider .swiper-button-prev,
  .item-maincard__mainslider .swiper-button-next {
    display: none;
  }
}
.item-maincard__mainslider .swiper-button-prev {
  left: 70px;
}
.item-maincard__mainslider .swiper-button-next {
  right: 70px;
}
.item-maincard__mainslider.swiper-autoheight .swiper-wrapper {
  align-items: center;
}
.item-maincard__mainslider .swiper-slide {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}
.item-maincard__mainslider .swiper-slide-active {
  opacity: 1;
}
.item-maincard__mainslider .swiper-slide img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.item-maincard__bottom-slider .slider-img__wrap {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .item-maincard__bottom-slider .slider-img__wrap {
    height: 70px;
  }
}
.item-maincard__bottom-slider .slick-slide {
  position: relative;
  box-sizing: content-box;
  border-bottom: none;
  line-height: 0;
}
.item-maincard__bottom-slider .slick-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 3px solid #fff;
  z-index: 9;
}
.item-maincard__bottom-slider .slick-slide:hover {
  cursor: pointer;
}
.item-maincard__bottom-slider .slick-slide:hover:before {
  border-color: #f16d20;
}
.item-maincard__bottom-slider .slick-slide.selected:before {
  border-color: #f16d20;
}
.item-maincard__bottom-slider .slick-slide.selected img {
  position: relative;
}
.item-maincard__bottom-slider .slider-arrow_white {
  width: 46px;
  height: 46px;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.item-maincard__bottom-slider .slider-arrow_white.slider-arrow_prev {
  left: 0;
}
.item-maincard__bottom-slider .slider-arrow_white.slider-arrow_next {
  right: 0;
}

.item-maincard__text-content-wrap {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .item-maincard__text-content-wrap {
    padding-top: 0;
    width: 41.3%;
  }
}

.item-maincard__text-content {
  width: 100%;
  padding: 0 0 15px 0;
}

.item-maincard__price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .item-maincard__price {
    flex-direction: row;
    align-items: center;
  }
  .item-maincard__price h3 {
    margin-bottom: 0;
  }
}

.item-maincard__price-block {
  display: flex;
  gap: 70px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .item-maincard__price-block {
    gap: 15px;
  }
}
@media (min-width: 1680px) {
  .item-maincard__price-block {
    flex-direction: row;
  }
}
.item-maincard__price-block .btn {
  white-space: nowrap;
}

.item-maincard__price-block-right {
  display: none;
}
@media (min-width: 1200px) {
  .item-maincard__price-block-right {
    display: block;
  }
}

.item-maincard__price-block-left {
  flex-grow: 1;
}

.item-maincard__price-value {
  font-size: 32px;
  font-weight: 700;
  color: #24a4ff;
}

.item-maincard__price-note {
  font-size: 12px;
  opacity: 0.5;
}

.item-maincard-desc {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .item-maincard-desc {
    background-color: #F5F5F5;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.item-maincard-desc__text {
  line-height: 1.7;
  width: 100%;
}
@media (min-width: 1200px) {
  .item-maincard-desc__text {
    width: 58.7%;
  }
}

.item-maincard-desc__tags {
  display: flex;
  gap: 20px;
  margin-top: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.item-maincard-desc__tags span {
  font-size: 14px;
  padding: 8px 30px;
  background-color: #EEF1F2;
  border-radius: 5px;
  white-space: nowrap;
}

.item-maincard-desc__cont {
  display: flex;
  gap: 30px;
}

a.item-maincard-video__wrap,
a.item-maincard-video__wrap:link,
a.item-maincard-video__wrap:hover,
a.item-maincard-video__wrap:active {
  border-bottom: none;
}

.item-maincard-desc__video,
.item-maincard-desc__video:link,
.item-maincard-desc__video:hover,
.item-maincard-desc__video:active {
  display: none;
}
@media (min-width: 1200px) {
  .item-maincard-desc__video,
  .item-maincard-desc__video:link,
  .item-maincard-desc__video:hover,
  .item-maincard-desc__video:active {
    width: 41.3%;
    display: block;
  }
}

.item-maincard-video {
  width: 100%;
  background-color: #fff;
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: space-between;
  padding: 65px;
  margin: 43.5px 0;
}
@media (min-width: 1200px) {
  .item-maincard-video {
    border: 1px solid #D4D4D4;
    border-radius: 10px;
  }
}
.item-maincard-video__title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.item-maincard-video__title--desktop {
  display: none;
}
@media (min-width: 992px) {
  .item-maincard-video__title--desktop {
    display: block;
  }
}
.item-maincard-video__title--mobile {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .item-maincard-video__title--mobile {
    display: none;
  }
}
.item-maincard-video__video {
  width: 162px;
  height: 287px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .item-maincard-video__video {
    margin: 0 0 0 auto;
  }
}
.item-maincard-video__video-btn {
  background-color: #24a4ff;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='32' viewBox='0 0 29 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8068 14.3109C29.0987 15.0386 29.0987 16.8989 27.8068 17.6266L2.83654 31.6915C1.56816 32.406 -1.57282e-06 31.4895 -1.50836e-06 30.0337L-2.62799e-07 1.9038C-1.98339e-07 0.44805 1.56815 -0.468468 2.83653 0.24597L27.8068 14.3109Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(50% + 3px) center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  cursor: pointer;
}
.item-maincard-video__circular-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  pointer-events: none;
  animation: item-maincard-video-rotate 10s linear infinite;
}
.item-maincard-video__circular-text text {
  font-size: 11px;
  fill: #fff;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

@keyframes item-maincard-video-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.item-maincard__advantages .item-maincard__advantages-block-wrap {
  margin-bottom: 15px;
}
.item-maincard__advantages .item-maincard__advantages-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ebebeb;
  margin: 0;
  height: 80px;
  color: #000;
  border-bottom: 0;
}
.item-maincard__advantages .item-maincard__advantages-block:hover {
  color: #f16d20;
}
.item-maincard__advantages .item-maincard__advantages-block:after {
  display: inline-block;
  border: 40px solid;
  border-color: transparent #fff transparent transparent;
  height: 0;
  width: 0;
  position: absolute;
  right: 14px;
  top: 0;
  content: "";
}
.item-maincard__advantages .item-maincard__advantages-block .maincard__advantages-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.item-maincard__advantages .item-maincard__advantages-block .maincard__advantages-img img {
  max-width: 100%;
}
.item-maincard__advantages .item-maincard__advantages-block .maincard__advantages-img svg {
  width: 64px;
  height: 64px;
}
.item-maincard__advantages .item-maincard__advantages-block .maincard__advantages-title {
  text-align: left;
  font-size: calc((100vw - 320px) / 1600 * 2 + 14px);
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .item-maincard__advantages-block {
    margin-bottom: 15px;
  }
}
.tech {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .tech {
    flex-direction: row;
  }
}

.tech__total-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 1200px) {
  .tech__total-title {
    text-align: left;
  }
}

.tech__mans {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.tech__mans img {
  max-height: 23px;
}
@media (min-width: 1200px) {
  .tech__mans {
    justify-content: flex-start;
    margin-bottom: 45px;
  }
}

.tech__colors {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-grow: 1;
}
.tech__colors img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #eee;
}
@media (min-width: 1200px) {
  .tech__colors {
    justify-content: flex-start;
  }
}

.tech__item {
  display: flex;
  flex-direction: column;
}

.tech__item-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .tech__item-title {
    text-align: left;
  }
}

.tech__item-article {
  text-align: center;
  opacity: 0.5;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .tech__item-article {
    text-align: left;
  }
}

.tech__item-image {
  width: 100%;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.tech__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tech__nav .tech__nav-arrows {
  display: none;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .tech__nav .tech__nav-arrows {
    display: flex;
  }
}
.tech__nav-left, .tech__nav-right {
  border: 1px solid #000;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  background-size: 6px auto;
  background-color: transparent;
}
.tech__nav-left--desktop, .tech__nav-right--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .tech__nav-left, .tech__nav-right {
    position: static;
    border-radius: 15px;
    width: 47px;
    height: 47px;
    background-size: auto auto;
  }
  .tech__nav-left--desktop, .tech__nav-right--desktop {
    display: block;
  }
  .tech__nav-left--mobile, .tech__nav-right--mobile {
    display: none;
  }
}
.tech__nav-left {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 15.6348L0.499999 8.06742L8.5 0.500001' stroke='%23162125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  left: 0;
}
.tech__nav-right {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.497972L8.5 8.06539L0.499999 15.6328' stroke='%23162125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  right: 0;
}

.tech__nav {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .tech__nav {
    width: 16.666666667%;
  }
}

.tech__total {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}
@media (min-width: 1200px) {
  .tech__total {
    width: 16.666666667%;
  }
}
.tech__total .tech__prices {
  order: 2;
}
.tech__total .tech__colors {
  order: 3;
}
@media (min-width: 1200px) {
  .tech__total .tech__prices {
    order: 3;
  }
  .tech__total .tech__colors {
    order: 2;
  }
}

.tech__items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .tech__items {
    width: 66.666666667%;
  }
}

.tech__nav-btn .btn {
  width: 100%;
}

.tech__total-discount-price {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
}
.tech__total-discount-price-label {
  opacity: 0.5;
  margin-bottom: 5px;
}
.tech__total-discount-price-value {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .tech__total-discount-price {
    margin-bottom: 15px;
    text-align: left;
  }
}

.tech__total-price {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
}
.tech__total-price-label {
  opacity: 0.5;
  margin-bottom: 5px;
}
.tech__total-price-value {
  font-size: 24px;
  font-weight: 600;
  opacity: 0.2;
  text-decoration: line-through;
}
@media (min-width: 1200px) {
  .tech__total-price {
    text-align: left;
  }
}

.tech__prices {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .tech__prices {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.video-player-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.video-player-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.video-player-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.video-player-modal__header {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.video-player-modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .video-player-modal__content {
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    aspect-ratio: 9/16;
    min-width: 500px;
    min-height: 500px;
  }
}
.video-player-modal__logo {
  padding: 15px 0;
}
.video-player-modal__logo img {
  width: 36.86px;
  height: auto;
}
.video-player-modal__progressbars {
  display: flex;
  gap: 4px;
  padding: 0;
  margin-bottom: 10px;
  z-index: 11;
}
.video-player-modal__progressbar {
  flex: 1;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.video-player-modal__progressbar:hover {
  transform: scaleY(1.5);
}
.video-player-modal__progressbar-fill {
  height: 100%;
  background-color: #fff;
  width: 0;
  transition: width 0.1s linear;
  border-radius: 2px;
}
.video-player-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.video-player-modal__nav--prev {
  left: 15px;
}
.video-player-modal__nav--next {
  right: 15px;
}
.video-player-modal__nav svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .video-player-modal__nav {
    width: 56px;
    height: 56px;
  }
  .video-player-modal__nav--prev {
    left: 20px;
  }
  .video-player-modal__nav--next {
    right: 20px;
  }
  .video-player-modal__nav svg {
    width: 28px;
    height: 28px;
  }
}
.video-player-modal__controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  z-index: 10;
  position: absolute;
  top: 0;
}
.video-player-modal__controls-right {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}
.video-player-modal__btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  width: auto;
}
.video-player-modal__btn:hover {
  opacity: 0.7;
}
.video-player-modal__btn svg {
  width: 28px;
  height: 28px;
}
@media (min-width: 992px) {
  .video-player-modal__btn svg {
    width: 32px;
    height: 32px;
  }
}
.video-player-modal__btn--close {
  padding: 0;
}
.video-player-modal__btn--close svg path {
  stroke: #D4D4D4;
}
.video-player-modal__video-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
  border-radius: 10px;
}
.video-player-modal__video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
@media (min-width: 992px) {
  .video-player-modal__video {
    max-height: 80vh;
  }
}
.video-player-modal__icon--sound-off, .video-player-modal__icon--play {
  display: none;
}

body.video-player-open {
  overflow: hidden;
}

.tech-complects__wrap {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .tech-complects__wrap {
    margin-bottom: 100px;
  }
}

.tech-complects__colors-switcher {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .tech-complects__colors-switcher {
    justify-content: flex-start;
  }
}

.tech-complects__color-btn {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
}
.tech-complects__color-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tech-complects__color-btn:hover {
  border-color: #ccc;
}
.tech-complects__color-btn--active {
  border-color: #000;
}

.tech-complects__items-wrapper {
  width: 100%;
}
.tech-complects__items-wrapper > .tech {
  display: none;
}
.tech-complects__items-wrapper > .tech.tech-complects__item--active {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .tech-complects__items-wrapper > .tech.tech-complects__item--active {
    flex-direction: row;
  }
}

.gallery-slider__main .swiper-slide .gallery-slider__main-img {
  cursor: zoom-in;
}

.img-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.img-lightbox.is-active {
  opacity: 1;
  visibility: visible;
}
.img-lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}
.img-lightbox__content {
  position: relative;
  z-index: 1;
  max-width: 95vw;
  max-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
}
.img-lightbox__close svg path {
  stroke: #fff;
}
.img-lightbox__close:hover {
  opacity: 0.7;
}
.img-lightbox__img {
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 5px;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.img-lightbox__img--no-transition {
  transition: none !important;
}
.img-lightbox__counter {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  white-space: nowrap;
}
.img-lightbox__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.img-lightbox__nav:hover {
  background: rgba(0, 0, 0, 0.7);
}
.img-lightbox__nav--prev {
  left: 15px;
}
.img-lightbox__nav--next {
  right: 15px;
}

body.img-lightbox-open {
  overflow: hidden;
}
/* End */


/* Start:/local/templates/mebelm_2026/gallery.min.css?17880362324470*/
.gallery-slider__wrap{width:100%;position:relative;height:100%;display:flex;flex-direction:column}.gallery-slider__main{margin-bottom:10px;overflow:hidden;flex-grow:1;display:flex;align-items:center;max-height:65vh;transition:height .3s ease}@media(min-width: 1200px){.gallery-slider__main{margin-bottom:30px}}.gallery-slider__main .swiper-button-prev,.gallery-slider__main .swiper-button-next{width:50px;height:50px;background-color:hsla(0,0%,100%,.7);border-radius:25px}@media(max-width: 991.98px){.gallery-slider__main .swiper-button-prev,.gallery-slider__main .swiper-button-next{display:none}}.gallery-slider__main .swiper-button-prev{left:70px}.gallery-slider__main .swiper-button-next{right:70px}.gallery-slider__main.swiper-autoheight .swiper-wrapper{align-items:center;max-height:100%}.gallery-slider__main.swiper-autoheight .swiper-slide{max-height:100%}.gallery-slider__main .swiper-slide{width:auto;max-width:100%;opacity:.5;border-radius:10px}.gallery-slider__main .swiper-slide-active{opacity:1}.gallery-slider__main .swiper-slide img{border-radius:10px;max-height:100%;max-width:100%}.gallery-slider__thumbs{margin:0;height:25vh;max-height:150px}.gallery-slider__thumbs .swiper-slide{width:auto;border-radius:10px;overflow:hidden;opacity:.4;max-height:150px}@media(min-width: 992px){.gallery-slider__thumbs .swiper-slide{max-height:none}}.gallery-slider__thumbs .swiper-slide:hover{opacity:.7}.gallery-slider__thumbs .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.gallery-slider__thumbs .swiper-slide.swiper-slide-thumb-active{opacity:1}.gallery-slider__thumbs.swiper-horizontal>.swiper-pagination{margin-top:40px}@media(min-width: 1200px){.gallery-slider__thumbs.swiper-horizontal>.swiper-pagination{margin-top:70px}}.item-maincard__props{display:flex;flex-direction:column}@media(max-width: 1199.98px){.item-maincard__props.item-maincard__desc-block{padding-left:0;padding-right:0}}.item-maincard__props.item-maincard__desc-block .item-maincard__prop{padding:20px 35px;border-bottom:1px solid #d8d8d8}.item-maincard__props.item-maincard__desc-block .item-maincard__prop:first-child{padding-top:0}.item-maincard__props.item-maincard__desc-block .item-maincard__prop:last-child{border:none;padding-bottom:0}@media(min-width: 1200px){.item-maincard__props.item-maincard__desc-block .item-maincard__prop{padding:0;border:none}}@media(min-width: 1200px){.item-maincard__props{flex-direction:row}}.item-maincard__props-block{overflow:hidden;position:relative;margin-bottom:15px;width:100%}.item-maincard__props-block .props-block__line td:first-child{width:30%}@media screen and (max-width: 1170px){.item-maincard__props-block{width:50%;padding-right:15px;margin-bottom:0}}@media screen and (max-width: 768px){.item-maincard__props-block{padding-right:0}}@media screen and (max-width: 650px){.item-maincard__props-block{width:100%;margin-bottom:50px}}.item-maincard__prop-label{margin-bottom:20px}.item-maincard__desc-block{border-bottom:1px solid #d8d8d8;padding:20px 35px}.item-maincard__desc-block:last-child{padding-bottom:0}@media(min-width: 1200px){.item-maincard__desc-block{padding:20px}}.item-maincard__desc-block:last-child{border-bottom:none}.item-maincard__desc-block h2{font-weight:600;color:#000;margin-top:0;font-size:24px}@media(min-width: 1200px){.item-maincard__desc-block h2{font-size:32px}}.item-maincard__desc-block h3{font-weight:300;color:#000;margin-top:0;font-size:18px}@media(min-width: 1200px){.item-maincard__desc-block h3{font-size:24px}}.item-maincard__fasad-desc{display:flex}.item-maincard__fasad-desc img{border:1px solid #ccc}.item-maincard__fasad-name-discontinued{font-size:12px;font-weight:400}.item-maincard__fasad-color{font-weight:600;margin-bottom:10px;display:flex;flex-direction:column;align-items:flex-start}.item-maincard__fasad-color a,.item-maincard__fasad-color a:active,.item-maincard__fasad-color a:link{color:inherit}.item-maincard__fasad-color a:hover,.item-maincard__fasad-color a:active:hover,.item-maincard__fasad-color a:link:hover{border-color:#24a4ff}@media(min-width: 992px){.item-maincard__fasad-color{display:block}}.item-maincard__color{display:flex;align-items:center}.item-maincard__color-preview{width:34px;height:34px;border-radius:5px;margin-right:20px}.item-maincard__fasad{width:100%}.item-maincard__fasad.disabled{opacity:.5}.item-maincard__fasad-value.disabled{opacity:.5}.item-maincard__prop{width:100%}@media(min-width: 1200px){.item-maincard__prop{width:50%}}
/* 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/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/sva/catalog.element/.default/style.css?178775712138220 */
/* /local/templates/mebelm_2026/gallery.min.css?17880362324470 */
/* /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/salony/style.css?178775712212731 */
