

/* Start:/local/templates/furnitek/components/bitrix/news.detail/brand/style.css?17893794744288*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.brand-detail__content {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  gap: 1.875rem;
  justify-content: space-between;
}
@media (width <= 48rem) {
  .brand-detail__content {
    grid-template-columns: 1fr;
  }
}
.brand-detail__logo {
  display: flex;
  flex-direction: column;
  max-height: 31.25rem;
  aspect-ratio: 1;
  padding: 0.625rem;
  border: 0.0625rem solid var(--color-gray-300);
}
.brand-detail__logo-inner {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white-900);
}
.brand-detail__logo-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  transition-duration: var(--transition-duration);
}
.brand-detail__logo-title {
  font-family: var(--font-family-primary);
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
.brand-detail__logo:hover .brand-detail__logo-image {
  filter: unset;
}
.brand-detail__files {
  margin-block-start: 3.125rem;
}

.brand-files__title {
  margin-block-end: 1.875rem;
  text-align: center;
}
.brand-files__content {
  display: grid;
  grid-template-columns: minmax(28.125rem, 1fr) minmax(28.125rem, 43.75rem);
  gap: 1.875rem;
}
@media (width <= 62rem) {
  .brand-files__content {
    grid-template-columns: 1fr;
  }
}
.brand-files__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.brand-file {
  position: relative;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  padding: 0.625rem;
  color: currentColor;
  background-color: rgba(17, 17, 17, 0.0784313725);
  transition-duration: var(--transition-duration);
}
@media (any-hover: hover) {
  .brand-file:hover, .brand-file.is-active {
    background-color: rgba(17, 17, 17, 0.231372549);
  }
}
@media (any-hover: none) {
  .brand-file:active, .brand-file.is-active {
    background-color: rgba(17, 17, 17, 0.231372549);
  }
}
.brand-file:focus-visible {
  background-color: rgba(17, 17, 17, 0.231372549);
}
@media (width <= 48rem) {
  .brand-file {
    flex-direction: column;
    align-items: normal;
  }
}
.brand-file__link {
  color: currentColor;
}
.brand-file__link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}
.brand-file__content {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.brand-file__meta {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  margin-inline-start: auto;
}
.brand-file__download-icon {
  align-self: start;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1;
}
.brand-file__name {
  font-size: 1.125rem;
}
.brand-file__size {
  font-size: 0.875rem;
  font-style: italic;
}
.brand-file__type {
  position: relative;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="none"><path d="M11 1V5C11 5.53043 11.2107 6.03914 11.5858 6.41421C11.9609 6.78929 12.4696 7 13 7H17M12 1H3C2.46957 1 1.96086 1.21071 1.58579 1.58579C1.21071 1.96086 1 2.46957 1 3V19C1 19.5304 1.21071 20.0391 1.58579 20.4142C1.96086 20.7893 2.46957 21 3 21H15C15.5304 21 16.0391 20.7893 16.4142 20.4142C16.7893 20.0391 17 19.5304 17 19V6L12 1Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.brand-file__type-name {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.125rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-white-900);
  text-transform: uppercase;
  background-color: var(--color-black-900);
  border-radius: 0.25rem;
  transform: translate(-50%, -50%);
}

.consultation-box-inner {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  padding: 20px;
  color: var(--color-black-900);
  background-color: var(--color-gray-600);
}
.consultation-box__title {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-transform: uppercase;
}
.consultation-box__text {
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/rubix/form/templates/footer/style.css?1789379473494*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
[data-js-form-container=footer] .form__title {
  font-weight: 400;
  letter-spacing: 0.3375rem;
}
[data-js-form-container=footer] .form-field__label--phone {
  display: none;
}
[data-js-form-container=footer] .button {
  padding: 0.3125rem 1.25rem;
}
[data-js-form-container=footer] .button__text {
  font-weight: 400;
  letter-spacing: 0.16875rem;
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/furnitek/components/bitrix/news.detail/brand/style.css?17893794744288 */
/* /local/components/rubix/form/templates/footer/style.css?1789379473494 */
