

/* Start:/local/templates/aspro-allcorp3/components/bitrix/catalog.element/decorative_technique/style.css?178948100214323*/
.decorative-techniques-sidebar-menu {
  margin-bottom: 20px;
}

.decorative-techniques-sidebar-menu__list {
  margin-bottom: 0;
}

.decorative-technique-detail {
  --decorative-detail-text: var(--white_text_black, #333);
  --decorative-detail-muted: var(--basic_text_black, #666);
  color: var(--decorative-detail-text);
}

.decorative-technique-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.decorative-technique-detail__visual {
  min-width: 0;
}

.decorative-technique-detail__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--stroke_black, #e5e5e5);
  border-radius: var(--theme-border-radius, 4px);
  background: var(--black_bg_black, #fff);
}

.decorative-technique-detail__image {
  display: block;
  width: 100%;
  max-width: 620px;
  max-height: 620px;
  object-fit: contain;
}

.decorative-technique-detail__summary {
  min-width: 0;
}

.decorative-technique-detail__summary h1 {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 1.2;
}

.decorative-technique-detail__lead {
  margin-bottom: 32px;
  color: var(--decorative-detail-muted);
  font-size: 17px;
  line-height: 1.65;
}

.decorative-technique-detail__lead p {
  margin: 0 0 1em;
}

.decorative-technique-detail__lead p:last-child {
  margin-bottom: 0;
}

.decorative-technique-detail__interiors {
  margin-top: 48px;
}

.decorative-technique-detail__interiors h2 {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.25;
}

.decorative-technique-detail__interiors-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.decorative-technique-detail__interior-link {
  display: block;
  overflow: hidden;
  border: 1px solid var(--stroke_black, #e5e5e5);
  border-radius: var(--theme-border-radius, 4px);
  background: var(--black_bg_black, #fff);
}

.decorative-technique-detail__interior-image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.decorative-technique-detail__videos {
  margin-top: 48px;
}

.decorative-technique-detail__videos h2 {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.25;
}

.decorative-technique-detail__videos-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 24px;
}

.decorative-technique-detail__videos-list .videogallery-list__li {
  width: 100%;
  max-width: none;
}

.decorative-technique-detail__video {
  margin: 0;
}

.decorative-technique-detail__video-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--stroke_black, #e5e5e5);
  border-radius: var(--theme-border-radius, 4px);
  background: #111;
}

.decorative-technique-detail__video-frame .videogallery__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.decorative-technique-detail__video-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.decorative-technique-detail__video-hit:hover {
  background: rgba(0, 0, 0, 0.18);
}

.decorative-technique-detail__videos .videogallery__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 48px;
  border-radius: 8px;
  background: #00a1e7;
  pointer-events: none;
}

.decorative-technique-detail__videos .videogallery__btn-ico {
  display: block;
  width: 24px;
  height: 24px;
}

.decorative-technique-detail__videos .videogallery__title {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--white_text_black, #333);
}

.decorative-technique-detail__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

.decorative-technique-detail__fact {
  min-width: 0;
  margin: 0;
  padding: 16px 18px;
  border-radius: var(--theme-border-radius, 4px);
  background: var(--light_bg_black, #f7f7f7);
}

.decorative-technique-detail__fact dt,
.decorative-technique-detail__stage-meta dt {
  margin: 0 0 8px;
  color: var(--light_basic_text_black, #999);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.decorative-technique-detail__fact dd,
.decorative-technique-detail__stage-meta dd {
  margin: 0;
  color: var(--decorative-detail-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.decorative-technique-detail__fact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.decorative-technique-detail__fact-list li {
  padding-left: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.decorative-technique-detail__fact-list li + li {
  margin-top: 4px;
}

.decorative-technique-detail__fact-list li::before {
  content: "•";
  display: inline-block;
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin-right: 8px;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--decorative-detail-muted);
  font-size: 14px;
  line-height: inherit;
  vertical-align: baseline;
  font-weight: 400;
}

.decorative-technique-detail__faq {
  margin-top: 64px;
  margin-bottom: 48px;
}

.decorative-technique-detail__faq h2 {
  margin-bottom: 24px;
}

.decorative-technique-detail__technology,
.decorative-technique-detail__materials {
  margin-top: 64px;
}

.decorative-technique-detail__technology h2,
.decorative-technique-detail__materials h2 {
  margin: 0 0 28px;
  font-size: 30px;
  line-height: 1.25;
}

.decorative-technique-detail__stages {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.decorative-technique-detail__stage {
  padding: 32px;
  border: 1px solid var(--stroke_black, #e5e5e5);
  border-radius: var(--theme-border-radius, 4px);
  background: var(--black_bg_black, #fff);
}

.decorative-technique-detail__stage-head {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.decorative-technique-detail__stage-number {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid var(--white_text_black, #333);
  border-radius: var(--theme-border-radius, 4px);
  background: transparent;
  color: var(--white_text_black, #333);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.decorative-technique-detail__stage h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
}

.decorative-technique-detail__material {
  margin-bottom: 24px;
}

.decorative-technique-detail__tools {
  margin-bottom: 24px;
}

.decorative-technique-detail__tool-list {
  display: grid;
  gap: 12px;
}

.decorative-technique-detail__material-label {
  margin-bottom: 10px;
  color: var(--decorative-detail-muted);
  font-size: 14px;
  line-height: 1.5;
}

.decorative-technique-detail__product-mini {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 18px;
  border: 1px solid var(--stroke_black, #e5e5e5);
  border-radius: var(--theme-border-radius, 4px);
  background: var(--black_bg_black, #fff);
}

.decorative-technique-detail__product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.decorative-technique-detail__product-image img,
.decorative-technique-detail__product-picture {
  display: block;
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.decorative-technique-detail__product-image--no-image img,
.decorative-technique-detail__product-image--no-image .decorative-technique-detail__product-picture {
  max-width: 80px;
  max-height: 80px;
}

.decorative-technique-detail__product-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.decorative-technique-detail__product-title {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.decorative-technique-detail__product-status {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 10px;
  color: #5fa800;
  font-size: 13px;
}

.decorative-technique-detail__product-status .status-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #5da911;
  border-radius: 50%;
  background: #69be15;
  box-sizing: border-box;
}

.decorative-technique-detail__product-status .status-icon::before {
  content: none;
  display: none;
}

.decorative-technique-detail__product-status .status-icon.nostock {
  border-color: #d50b23;
  background: #f91a35;
}

.decorative-technique-detail__product-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 13px;
}

.decorative-technique-detail__product-stars {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  margin: 0;
}

.decorative-technique-detail__product-stars .rating__star {
  display: inline-flex;
  margin: 0 1px;
}

.decorative-technique-detail__product-stars svg {
  display: block;
  width: 16px;
  height: 16px;
}

.decorative-technique-detail__product-bottom {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.decorative-technique-detail__product-price {
  min-width: 0;
}

.decorative-technique-detail__product-price .prices-wrapper {
  margin: 0;
}

.decorative-technique-detail__product-price .price {
  margin: 0;
}

.decorative-technique-detail__product-price .price--current,
.decorative-technique-detail__product-price .price--current .price_measure {
  font-size: 18px;
  font-weight: 700;
}

.decorative-technique-detail__instruction {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.7;
}

.decorative-technique-detail__instruction-body > :last-child {
  margin-bottom: 0;
}

.decorative-technique-detail__instruction-body p {
  margin: 0 0 0.75em;
}

.decorative-technique-detail__stage-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 0;
}

.decorative-technique-detail__stage-meta > div {
  min-width: 0;
  padding: 16px;
  border-radius: var(--theme-border-radius, 4px);
  background: var(--light_bg_black, #f7f7f7);
}

.decorative-technique-detail__stage-meta ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.decorative-technique-detail__stage-meta li {
  padding-left: 0;
}

.decorative-technique-detail__stage-meta li::before {
  content: "•";
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  margin-right: 8px;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font-size: 14px;
  line-height: inherit;
  vertical-align: baseline;
}

.decorative-technique-detail__materials .properties-absolute-outer .properties_absolute {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.decorative-technique-detail__materials .catalog-block__reviews {
  align-items: center;
  min-height: 20px;
  height: 20px;
  line-height: 20px;
  transition: none;
}

.decorative-technique-detail__materials .catalog-block__reviews-stars {
  align-items: center;
  height: 16px;
  line-height: 16px;
}

.decorative-technique-detail__materials .catalog-block__reviews-count {
  align-self: center;
  height: 20px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  position: static;
  top: auto;
  transform: none;
  transition: none;
}

.decorative-technique-detail__back {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .decorative-technique-detail__materials .properties-absolute-outer:hover .properties_absolute {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 991px) {
  .decorative-technique-detail__hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .decorative-technique-detail__image-link {
    min-height: 420px;
  }

  .decorative-technique-detail__stage-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .decorative-technique-detail__hero {
    gap: 24px;
  }

  .decorative-technique-detail__image-link {
    min-height: 0;
    padding: 16px;
  }

  .decorative-technique-detail__summary h1 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .decorative-technique-detail__lead {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .decorative-technique-detail__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .decorative-technique-detail__interiors,
  .decorative-technique-detail__videos,
  .decorative-technique-detail__technology,
  .decorative-technique-detail__materials {
    margin-top: 48px;
  }

  .decorative-technique-detail__interiors h2,
  .decorative-technique-detail__videos h2,
  .decorative-technique-detail__technology h2,
  .decorative-technique-detail__materials h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .decorative-technique-detail__interiors-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .decorative-technique-detail__stage {
    padding: 22px 18px;
  }

  .decorative-technique-detail__stage-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .decorative-technique-detail__stage h3 {
    font-size: 20px;
  }

  .decorative-technique-detail__product-mini {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .decorative-technique-detail__product-image {
    min-height: 88px;
  }

  .decorative-technique-detail__product-image img {
    max-height: 88px;
  }

  .decorative-technique-detail__product-title {
    font-size: 15px;
  }

  .decorative-technique-detail__product-bottom {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .decorative-technique-detail__product-bottom .btn {
    width: 100%;
  }

  .decorative-technique-detail__stage-meta {
    grid-template-columns: minmax(0, 1fr);
  }

  .decorative-technique-detail__back .btn {
    width: 100%;
    white-space: normal;
  }

  .justwidget--bubble-text--mobile {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .decorative-technique-detail__product-mini {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .decorative-technique-detail__product-image {
    min-height: 72px;
  }

  .decorative-technique-detail__product-image img {
    max-height: 72px;
  }
}

/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/catalog.element/decorative_technique/style.css?178948100214323 */
