

/* Start:/local/templates/furnitek/components/bitrix/news.list/banners/style.css?17893794743085*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.banners-slider-pagination {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
}
.banners-item {
  --banner-media-height: 46.75rem;
}
.banners-item.swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: var(--banner-media-height);
}
.banners-item__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.banners-item__background:not([class*=shadow]) {
  background-color: var(--color-bg-primary);
}
.banners-item__background--shadow-right::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(-90deg, rgba(125, 126, 127, 0.05) 0.01%, rgba(25, 26, 28, 0.35) 22.5%, rgba(25, 26, 28, 0.87) 38.87%, #191A1C 49.35%, #191A1C 68.01%, #18191B 100%);
}
.banners-item__background--shadow-left::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(125, 126, 127, 0.05) 0.01%, rgba(25, 26, 28, 0.35) 22.5%, rgba(25, 26, 28, 0.87) 38.87%, #191A1C 49.35%, #191A1C 68.01%, #18191B 100%);
}
.banners-item__background--shadow-full::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(25, 26, 28, 0.35);
}
.banners-item__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banners-item__media--half {
  width: 50%;
  margin-inline-start: auto;
}
@media (width <= 48rem) {
  .banners-item__media--half {
    width: 100%;
  }
}
.banners-item__content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  max-height: 80%;
  padding-block: 3.75rem;
  margin-block-start: auto;
  color: var(--color-text-inverse);
}
.banners-item__content--center {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banners-item__content--has-text {
  justify-content: center;
  margin-block: auto;
}
.banners-item__text {
  display: flex;
  flex-direction: column;
}
.banners-item__content--center .banners-item__text {
  align-items: center;
  justify-content: center;
}
.banners-item__content--has-text .banners-item__text {
  max-width: min(70%, 45rem);
}
@media (width <= 48rem) {
  .banners-item__content--has-text .banners-item__text {
    max-width: 100%;
  }
}
.banners-item__title {
  margin-block: 0 20px;
  font-family: var(--font-family-primary);
  font-size: clamp(1.5rem, 1.3846153846rem + 0.5128205128vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.banners-item__description {
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
.banners-item__button {
  margin-block-start: clamp(1.25rem, 0.6730769231rem + 2.5641025641vw, 3.75rem);
}
.banners-item__button--end {
  margin-block-start: auto;
  margin-inline: auto;
}
.banners-item__content--has-text .banners-item__button {
  min-width: 15.625rem;
}
@media (width <= 40rem) {
  .banners-item__content--has-text .banners-item__button {
    width: 100%;
    min-width: unset;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/news.list/contacts/style.css?17893794746477*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.contacts__tabs.tabs .tabs__list {
  gap: 3.125rem;
  justify-content: start;
}
.contacts__tabs.tabs .tabs__button-text {
  font-size: clamp(1.125rem, 1.0384615385rem + 0.3846153846vw, 1.5rem);
}
.contacts__list {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.contacts__city {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  scroll-margin-block-start: 7.5rem;
}
.contacts__cities {
  width: 100%;
}
.contacts__cities-list {
  justify-content: start;
}

.contacts-shop-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.125rem;
  align-items: center;
  padding: clamp(0.625rem, 0.3365384615rem + 1.2820512821vw, 1.875rem);
  border: 0.0625rem solid var(--color-bg-secondary);
}
@media (width <= 64rem) {
  .contacts-shop-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (width <= 40rem) {
  .contacts-shop-inner {
    padding: 1.25rem 0.875rem 1.5rem;
  }
}
.contacts-shop__header {
  display: flex;
  flex-direction: column;
  grid-column: 1/-1;
  gap: 0.9375rem;
  align-items: center;
  text-align: center;
}
.contacts-shop__title {
  margin: 0;
  font-size: clamp(1.75rem, 1.6923076923rem + 0.2564102564vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (width <= 40rem) {
  .contacts-shop__title {
    font-size: 1.25rem;
  }
}
.contacts-shop__subtitle {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  line-height: 1.5;
}
.contacts-shop__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.125rem;
  align-items: center;
}
@media (width <= 64rem) {
  .contacts-shop__content {
    grid-template-columns: minmax(0, 1fr);
  }
}
.contacts-shop__description {
  color: var(--color-text-primary);
}
.contacts-shop__contacts {
  display: flex;
  grid-column: 1/-1;
  gap: 3.125rem;
  align-items: center;
  justify-content: space-between;
  padding-block-start: 3.125rem;
  border-block-start: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
@media (width <= 62rem) {
  .contacts-shop__contacts {
    flex-direction: column;
    align-items: normal;
  }
}
.contacts-shop__contacts-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.contacts-shop__section-title {
  margin-block-end: 1.25rem;
  font-family: var(--font-family-primary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1875rem;
}
.contacts-shop__address {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-style: normal;
}
.contacts-shop__info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 3.125rem;
}
.contacts-shop__location, .contacts-shop__contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.contacts-shop__contact-text {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text-primary);
}
.contacts-shop__contact-text--metro {
  display: inline-flex;
  gap: 0.625rem;
}
.contacts-shop__contact-text--metro::before {
  content: url("/local/frontend/public/icons/metro.png");
}
.contacts-shop__contact-text--phone {
  display: inline-flex;
  gap: 0.625rem;
  align-items: center;
}
.contacts-shop__contact-text--phone::before {
  display: inline-flex;
  width: 1em;
  height: 1em;
  aspect-ratio: 1;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M15.9885 11.8835C15.8638 11.8131 15.7357 11.7491 15.6046 11.6916L15.3647 11.5717C14.2451 11.0359 12.8696 10.3641 12.5977 10.2521C12.5154 10.2412 12.4321 10.2412 12.3498 10.2521C12.1992 10.2521 12.0608 10.3352 11.9899 10.4681L11.83 10.7C11.5276 11.1409 11.2019 11.5653 10.8543 11.9715C10.4852 12.3308 9.93568 12.4319 9.46282 12.2274L9.34287 12.1715C8.13284 11.6855 7.01964 10.9868 6.05605 10.1082C5.11645 9.25615 4.30798 8.26985 3.65691 7.18127C3.399 6.76529 3.48024 6.22376 3.84884 5.90175C3.9652 5.75038 4.09355 5.60864 4.2327 5.47789C4.30468 5.38192 4.39266 5.30196 4.46463 5.21398C4.63133 5.04698 4.77157 4.8555 4.88047 4.64617C4.95147 4.48644 4.94255 4.3025 4.85648 4.15034C4.77652 4.00639 4.44863 3.17468 3.96081 2.02309L3.56094 1.07944C3.36103 0.6076 3.30502 0.599615 2.96914 0.599615H2.52133V0.583609C2.08937 0.562616 1.66495 0.702216 1.32975 0.975455C0.446676 1.80046 -0.0372003 2.96648 0.00223554 4.17433C0.119268 5.63814 0.676881 7.03219 1.60167 8.17291L1.69764 8.31685C3.35398 10.907 5.70723 12.9776 8.4872 14.2907C9.74296 14.8999 11.0967 15.2816 12.4858 15.4183C12.7367 15.4168 12.9864 15.3846 13.2295 15.3223C14.2132 15.1224 15.4447 14.3867 15.7246 13.571C15.9437 13.037 16.0341 12.4589 15.9885 11.8835Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
}
.contacts-shop__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
  margin-block-start: 3.125rem;
}
@media (width <= 40rem) {
  .contacts-shop__actions {
    grid-template-columns: 1fr;
  }
}
.contacts-shop__map {
  width: 35.875rem;
  min-height: 23.125rem;
}
@media (width <= 62rem) {
  .contacts-shop__map {
    width: 100%;
    min-height: 20rem;
  }
}
@media (width <= 40rem) {
  .contacts-shop__map {
    min-height: 15rem;
  }
}

.contacts-slider__top {
  position: relative;
  overflow: hidden;
}
.contacts-slider__item.swiper-slide-thumb-active {
  position: relative;
}
.contacts-slider__item.swiper-slide-thumb-active::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(24, 25, 27, 0.6) 0%, rgba(24, 25, 27, 0.6) 100%);
  transition-duration: var(--transition-duration);
}
.contacts-slider__top .contacts-slider__item {
  height: 27.5rem;
}
@media (width <= 28.75rem) {
  .contacts-slider__top .contacts-slider__item {
    height: 15.625rem;
  }
}
.contacts-slider__thumbs .contacts-slider__item {
  height: 6.25rem;
  cursor: pointer;
}
@media (width <= 28.75rem) {
  .contacts-slider__thumbs .contacts-slider__item {
    height: 5rem;
  }
}
.contacts-slider__thumbs-wrapper {
  width: 100%;
  max-width: 38.75rem;
  margin-block-start: 0.9375rem;
  margin-inline: auto;
  overflow: hidden;
}

.contacts-slide__link {
  display: block;
  width: 100%;
  height: 100%;
}
.contacts-slide__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/news.list/brands-slider/style.css?17893794741409*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.brands-slider-container {
  position: relative;
  padding-inline: 2.5rem;
}
.brands-slider-nav__button:first-child {
  left: 0 !important;
}
.brands-slider-nav__button:last-child {
  right: 0 !important;
}
.brands-item.swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
}
.brands-item__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.375rem;
  padding: 10px;
  border: 0.0625rem solid #D3D3D3;
}
.brands-item__image {
  max-width: 100%;
  height: 3.125rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  transition-duration: var(--transition-duration);
}
.brands-item__title, .brands-item__name {
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.brands-item__link {
  order: 1;
  color: currentColor;
}
.brands-item__link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}
.brands-item__link:hover + .brands-item__logo .brands-item__image {
  filter: unset;
}
.brands-button {
  width: 100%;
  max-width: 18.75rem;
  margin-block-start: 1.25rem;
  margin-inline: auto;
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/furnitek/components/bitrix/news.list/banners/style.css?17893794743085 */
/* /local/templates/furnitek/components/bitrix/news.list/contacts/style.css?17893794746477 */
/* /local/templates/furnitek/components/bitrix/news.list/brands-slider/style.css?17893794741409 */
