

/* 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/advantages-grid/style.css?17893794741207*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125rem 1.875rem;
  max-width: 91rem;
  margin-inline: auto;
}
@media (width <= 62rem) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (width <= 28.75rem) {
  .advantages-grid {
    grid-template-columns: 1fr;
  }
}
.advantages-card {
  padding-inline-start: 0.625rem;
  border-left: 1px solid #B9B9B9;
}
.advantages-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.advantages-card__image {
  width: 2.8125rem;
  height: 2.8125rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.advantages-card__text {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.advantages-card__title {
  font-family: var(--font-family-secondary);
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.advantages-card__description {
  font-family: var(--font-family-secondary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/news.list/projects/style.css?17893794745579*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.projects-description {
  margin-block-end: 1.25rem;
}
.projects-grid {
  --gallery-card-column-span: 7;
  --gallery-card-gap: 1.25rem;
  --gallery-card-height: 21.875rem;
  --gallery-card-big-height: calc(var(--gallery-card-height) * 2 + var(--gallery-card-gap));
}
.projects-grid:not(.swiper-initialized) {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: var(--gallery-card-gap);
}
@media (width <= 48rem) {
  .projects-grid:not(.swiper-initialized) {
    --gallery-card-height: 15.625rem;
    grid-template-columns: 1fr;
  }
}
.projects-item {
  position: relative;
  display: flex;
  height: var(--gallery-card-height) !important;
  overflow: hidden;
}
@media (width > 48rem) {
  .projects-grid:not(.swiper-initialized) .projects-item--grid {
    grid-column: span var(--gallery-card-column-span);
  }
  .projects-grid:not(.swiper-initialized) .projects-item--grid:nth-child(12n+1), .projects-grid:not(.swiper-initialized) .projects-item--grid:nth-child(12n+8) {
    --gallery-card-column-span: 6;
  }
  .projects-grid:not(.swiper-initialized) .projects-item--grid:nth-child(12n+2), .projects-grid:not(.swiper-initialized) .projects-item--grid:nth-child(12n+7) {
    --gallery-card-column-span: 8;
    --gallery-card-height: var(--gallery-card-big-height);
    grid-row: span 2;
  }
  .projects-grid:not(.swiper-initialized) .projects-item--grid:nth-child(12n+3), .projects-grid:not(.swiper-initialized) .projects-item--grid:nth-child(12n+4), .projects-grid:not(.swiper-initialized) .projects-item--grid:nth-child(12n+9), .projects-grid:not(.swiper-initialized) .projects-item--grid:nth-child(12n+10) {
    --gallery-card-column-span: 3;
  }
}
.projects-item__link {
  position: relative;
  width: 100%;
  height: 100%;
}
.projects-item__figure {
  display: flex;
  flex: 1;
}
.projects-item__image {
  background-color: var(--color-veil);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="76" height="85" viewBox="0 0 76 85" fill="%23FFFFFF"><path d="M23.0713 68.3084C30.632 68.0576 36.6153 70.543 42.751 74.8325C46.036 77.1288 49.6407 80.0733 53.4743 81.3917C54.0893 81.6029 55.1908 81.6529 55.7354 81.9311L55.6759 82.0598C54.7804 81.9421 53.8986 82.0054 53.043 81.9274C52.0261 81.8347 50.6584 81.686 49.6605 81.4925C45.2429 80.6369 40.6627 78.6606 36.9456 76.1252C34.4232 74.4043 32.1197 72.592 29.4335 71.0682C27.8723 70.1827 26.3975 69.5057 24.6981 68.895C24.2321 68.7276 23.3755 68.6129 22.9844 68.3851L23.0713 68.3084Z"/><path d="M48.958 0H49.3505C49.2816 0.662758 49.3438 1.73763 49.3297 2.44444C49.2901 4.43951 49.4075 6.58146 49.3249 8.56488C48.9927 8.88935 47.7676 9.72236 47.3513 10.0175L43.776 12.5785L32.9716 20.3124C31.2305 21.5566 29.2238 22.897 27.5521 24.1926C27.5262 27.5385 27.6628 31.3869 27.5215 34.6621C28.2339 34.3613 29.8015 33.1466 30.5119 32.6473C32.5994 31.1802 34.6455 29.6113 36.755 28.1749C36.6369 29.6937 36.6746 33.3286 36.7426 34.8739C34.7454 34.8199 32.7474 34.8031 30.7496 34.8236C29.7195 34.8257 28.5759 34.8798 27.5648 34.821C27.5399 34.9677 27.5434 35.0337 27.5425 35.1808L27.5436 53.9837L27.5424 59.2646C27.5424 61.7469 27.2605 64.0497 29.2035 65.9792C32.957 69.7629 42.1201 69.6857 43.9313 63.8731C44.264 62.8051 44.1393 60.2068 44.1391 58.973L44.1386 50.6494L44.1355 21.4335C45.554 21.3696 47.9791 21.4523 49.4007 21.4271C50.366 21.4101 54.8739 21.3743 55.5622 21.5802C55.5745 21.6955 55.5335 21.7652 55.4063 21.8105C50.6454 23.507 50.7699 27.6052 50.7768 31.8126L50.7816 37.3466L50.7796 54.7978L50.7833 59.4552C50.7849 60.6559 50.8539 62.4113 50.5723 63.5317C50.4684 63.9338 50.3259 64.3248 50.1468 64.6995C49.1449 66.8246 46.981 68.1725 44.8354 68.9309C40.3276 70.5244 34.4806 70.5238 30.126 68.4291C28.6265 67.7078 27.1235 66.6255 26.5253 65.0057C25.9313 63.3967 26.1841 58.6408 26.1839 56.6854L26.185 35.1059L26.1844 28.0725C26.1841 26.759 26.2044 25.4424 26.1602 24.129C26.1159 23.1135 25.9515 22.158 24.8364 21.7982C23.7264 21.4399 22.4307 21.5634 21.3196 21.8534C20.7536 22.0012 19.4194 22.8863 19.0304 22.739C18.8724 22.5421 18.8622 22.5145 18.8364 22.2631C19.2209 21.8434 20.8632 20.6792 21.4074 20.2783L26.5349 16.5088L40.8786 5.96796C43.2982 4.19344 46.7198 1.83569 48.958 0Z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.5rem auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: var(--transition-duration);
}
.projects-item__caption {
  position: absolute;
  inset: 0;
  color: var(--color-white-900);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition-duration: var(--transition-duration);
}
.projects-item__name, .projects-item__description {
  position: relative;
  top: 100%;
  width: 100%;
  font-family: var(--font-family-primary);
  font-weight: 400;
}
.projects-item__name {
  transition-duration: calc(var(--transition-duration) + 0.2s);
}
.projects-item__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition-duration: calc(var(--transition-duration) + 0.5s);
}
.projects-item:hover .projects-item__caption, .projects-item:focus-within .projects-item__caption {
  opacity: 1;
}
.projects-item:hover .projects-item__name, .projects-item:focus-within .projects-item__name {
  top: 50%;
}
.projects-item:hover .projects-item__description, .projects-item:focus-within .projects-item__description {
  top: 55%;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/news.list/materials-slider/style.css?17893794741054*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.materials-slider-nav {
  margin-block-start: 1.25rem;
}
.materials-item__figure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25rem;
  background-color: var(--color-bg-secondary);
}
@media (width <= 64rem) {
  .materials-item__figure {
    height: 15.625rem;
  }
}
.materials-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.materials-item__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem 0.625rem;
  color: var(--color-text-inverse);
  background-color: rgba(0, 0, 0, 0.6);
}
.materials-item__title {
  font-family: var(--font-family-primary);
  font-size: clamp(0.75rem, 0.6346153846rem + 0.5128205128vw, 1.25rem);
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/news.list/photos-grid/style.css?17893794741700*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.photos-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}
@media (width <= 48rem) {
  .photos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 40rem) {
  .photos-grid {
    grid-template-columns: 1fr;
  }
}
.photos-grid-item {
  position: relative;
  height: 25rem;
}
@media (width <= 64rem) {
  .photos-grid-item {
    height: 21.875rem;
  }
}
@media (width > 48rem) {
  .photos-grid-item:nth-child(5n+1), .photos-grid-item:nth-child(5n+2), .photos-grid-item:nth-child(5n+4) {
    grid-column: span 6;
  }
  .photos-grid-item:nth-child(5n+3), .photos-grid-item:nth-child(5n+5) {
    grid-column: span 3;
  }
}
@media (width <= 48rem) {
  .photos-grid-item {
    height: 18.75rem;
  }
}
@media (width > 40rem) and (width <= 48rem) {
  .photos-grid-item:nth-child(5n+5) {
    grid-column: span 2;
  }
}
.photos-grid-item__figure {
  height: 100%;
}
.photos-grid-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photos-grid-item__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem 0.625rem;
  color: var(--color-text-inverse);
  background-color: rgba(0, 0, 0, 0.6);
  transition-duration: var(--transition-duration);
}
.photos-grid-item__name {
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  transition-duration: calc(var(--transition-duration) + 0.2s);
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/catalog.section.list/grid-slider/style.css?17893794742054*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.catalog-sections-slider {
  position: relative;
}
.catalog-sections-slider__slide.swiper-slide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.875rem;
}
@media (width <= 40rem) {
  .catalog-sections-slider__slide.swiper-slide {
    grid-template-columns: 1fr;
  }
}
.catalog-sections-slider__content {
  align-self: center;
  padding-block: 4.375rem;
}
@media (width <= 40rem) {
  .catalog-sections-slider__content {
    order: 1;
    padding-block-start: 0;
  }
}
.catalog-sections-slider__header {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.catalog-sections-slider__title {
  margin-block-end: 0.625rem;
}
.catalog-sections-slider__description {
  font-family: var(--font-family-secondary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
}
.catalog-sections-slider__button {
  min-width: 15.75rem;
  margin-block-start: 1.875rem;
}
@media (width <= 28.75rem) {
  .catalog-sections-slider__button {
    width: 100%;
  }
}
.catalog-sections-slider__media {
  display: flex;
}
.catalog-sections-slider__photos {
  display: grid;
  gap: 1.25rem;
  height: 100%;
  width: 100%;
}
.catalog-sections-slider__photos--2, .catalog-sections-slider__photos--3 {
  grid-template-columns: repeat(2, 1fr);
}
.catalog-sections-slider__photo {
  --photoHeight: 100%;
  height: var(--photoHeight);
}
.catalog-sections-slider__photo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-sections-slider__photos--3 .catalog-sections-slider__photo {
  --photoHeight: 18.75rem;
}
.catalog-sections-slider__photos--3 .catalog-sections-slider__photo:first-child {
  grid-column: span 2;
}
@media (width <= 48rem) {
  .catalog-sections-slider__photos--3 .catalog-sections-slider__photo:not(:first-child) {
    --photoHeight: 9.375rem;
  }
}
.catalog-sections-slider-nav {
  position: absolute;
  bottom: 0;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/news.list/steps-cards-slider/style.css?17893794742650*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.steps-cards-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.steps-cards-item {
  --steps-card-color-border: var(--color-text-primary);
  --steps-card-color-text: var(--color-text-primary);
  display: flex;
  flex-direction: column;
  padding: 0.625rem;
}
.steps-cards-item.swiper-slide {
  height: auto;
}
.steps-cards-item__inner {
  position: relative;
  height: 18.75rem;
}
.steps-cards-item__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(0.9375rem, 0.5769230769rem + 1.6025641026vw, 2.5rem);
  overflow: auto;
  color: var(--steps-card-color-text);
  border: 0.0625rem solid var(--steps-card-color-border);
  transform-origin: center;
  transition: transform var(--transition-duration) ease, opacity calc(var(--transition-duration) / 2) ease;
}
.steps-cards-item__content--front {
  pointer-events: auto;
  opacity: 1;
  transform: scaleX(1);
  transition-delay: var(--transition-duration);
}
.steps-cards-item__content--back {
  pointer-events: none;
  background-color: var(--color-bg-secondary);
  opacity: 0;
  transform: scaleX(0);
  transition-delay: 0s;
}
.steps-cards-item.is-active .steps-cards-item__content--front {
  pointer-events: none;
  opacity: 0;
  transform: scaleX(0);
  transition-delay: 0s;
}
.steps-cards-item.is-active .steps-cards-item__content--back {
  pointer-events: auto;
  opacity: 1;
  transform: scaleX(1);
  transition-delay: var(--transition-duration);
}
.steps-cards-item__number {
  font-family: var(--font-family-primary);
  font-size: clamp(3.75rem, 3.4615384615rem + 1.2820512821vw, 5rem);
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.steps-cards-item__title {
  margin-block: auto;
  font-family: var(--font-family-primary);
  font-size: clamp(1.125rem, 1.0384615385rem + 0.3846153846vw, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.steps-cards-item__button {
  display: flex;
  align-items: center;
  align-self: end;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  aspect-ratio: 1;
}
.steps-cards-item__content--front .steps-cards-item__button {
  margin-block-start: auto;
  border: 0.0625rem solid currentcolor;
}
.steps-cards-item__content--front .steps-cards-item__button::after {
  position: absolute;
  inset: 0;
  content: "";
}
.steps-cards-item__description {
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
/*# 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 */


/* Start:/local/templates/furnitek/components/bitrix/news.list/contacts-grid/style.css?17893794741732*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (width <= 40rem) {
  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.contacts-grid__map {
  min-height: 50rem;
}
@media (width <= 40rem) {
  .contacts-grid__map {
    order: 1;
  }
}
.contacts-grid__content {
  max-width: 45rem;
  padding-block: 4.375rem;
  margin: auto;
}
.contacts-grid__header {
  margin-block-end: 2.5rem;
}
.contacts-grid__info {
  font-style: normal;
}
.contacts-grid__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contacts-grid__shop {
  display: flex;
  flex-direction: column;
}
.contacts-grid__shop dt {
  margin: 0;
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-gray-600);
}
.contacts-grid__shop dd {
  margin: 0;
  font-family: var(--font-family-primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
}
.contacts-grid__footer {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-block-start: 3.75rem;
}
.contacts-grid__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-style: normal;
}
.contacts-grid__links a {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: currentColor;
  text-decoration: none;
}
.contacts-grid__links a:not(:last-child)::after {
  display: inline-flex;
  width: 0.0625rem;
  height: 70%;
  content: "";
  background-color: currentColor;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/news.list/socials/style.css?1789379474716*/
/* Файл сгенерирован из style.scss - вручную не редактировать */

.socials-list {
  display: flex;
  gap: 1.25rem;
}

.socials-item--square .socials-item__link {
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid var(--color-gray-700);
}
.socials-item__icon {
  width: 1.375rem;
  aspect-ratio: 1;
  transition-duration: var(--transition-duration);
}
.socials-item--ritm .socials-item__icon {
  width: auto;
  height: 1.375rem;
  aspect-ratio: unset;
}
.socials-item__link:hover .socials-item__icon {
  filter: brightness(0) invert(1);
}
.socials-item--light .socials-item__link:hover .socials-item__icon {
  filter: brightness(0);
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/furnitek/components/bitrix/news.list/banners/style.css?17893794743085 */
/* /local/templates/furnitek/components/bitrix/news.list/advantages-grid/style.css?17893794741207 */
/* /local/templates/furnitek/components/bitrix/news.list/projects/style.css?17893794745579 */
/* /local/templates/furnitek/components/bitrix/news.list/materials-slider/style.css?17893794741054 */
/* /local/templates/furnitek/components/bitrix/news.list/photos-grid/style.css?17893794741700 */
/* /local/templates/furnitek/components/bitrix/catalog.section.list/grid-slider/style.css?17893794742054 */
/* /local/templates/furnitek/components/bitrix/news.list/steps-cards-slider/style.css?17893794742650 */
/* /local/templates/furnitek/components/bitrix/news.list/brands-slider/style.css?17893794741409 */
/* /local/templates/furnitek/components/bitrix/news.list/contacts-grid/style.css?17893794741732 */
/* /local/templates/furnitek/components/bitrix/news.list/socials/style.css?1789379474716 */
