

/* Start:/products/style.css?1675517709137*/
.t-all__bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/productElement/style.css?17316744604967*/
.t-product-title {
  font-size: var(--h1-size);
  font-weight: 700;
}

/* t-product-top */
.t-product-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--rem) * 30);
}
.t-product-top__gallery {
  border: 1px solid var(--brand-color);
  padding: calc(var(--rem) * 30);
}
.t-product-top__img {
  object-fit: contain;
  height: 100%;
  object-position: center;
}
.t-product-top__img--margin-bottom {
  height: auto;
  margin: 0 auto calc(var(--rem) * 30);
}
.t-product-top__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--rem) * 20);
}
.t-product-top__thumb {
  position: relative;
  cursor: pointer;
}
.t-product-top__thumb:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand-color);
  opacity: .8;
  pointer-events: none;
}
.t-product-top__thumb:hover::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  --size: calc(var(--rem) * 20);
  width: var(--size);
  height: var(--size);
  background: url(/local/templates/main/assets/img/icons/image.svg) no-repeat center / contain;
  pointer-events: none;
}
.t-product-top__thumb-img {
  object-fit: contain;
  --size: calc(var(--rem) * 100);
  width: var(--size);
  height: var(--size);
}
.t-product-top__title {
  margin-bottom: 1.5em;
}
.t-product-top__icons {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--rem) * 15);
  margin-bottom: calc(var(--rem) * 40);
}
.t-product-top__icon-img {
  --size: calc(var(--rem) * 65);
  width: var(--size);
  height: var(--size);
}
.t-product__subtitle {
  color: var(--brand-color);
  text-transform: uppercase;
  margin: 2em 0 1em;
}
.t-product__download:not(:last-child) {
  margin-bottom: .7em;
}
.t-product__download-link {
  position: relative;
  display: block;
  --icon-size: calc(var(--rem) * 25);
  padding-left: calc(var(--icon-size) + .5em);
  width: max-content;
  max-width: 100%;
}
.t-product__additionalInfo {
  margin-top: calc(var(--rem) * 40);
}
.t-product__download-link::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.t-product__download-link--pdf::before {
  background-image: url(/local/templates/main/assets/img/icons/pdf.svg);
}
.t-product__download-link--zip::before {
  background-image: url(/local/templates/main/assets/img/icons/zip.svg);
}
.t-product__downloads {
  margin-bottom: 3em;
}
.t-product__table {
  letter-spacing: .1em;
  margin-top: 3em;
}
#t-product__table-content {
  max-width: 100%;
  overflow-x: auto;
}
table {
  width: 100% !important;
  border-collapse: collapse;
}
td,
th {
  padding: .5em;
  border: 1px solid #000;
}
@media (max-width: 992px) {
  .t-product-top {
    display: block;
  }
  .t-product-top__gallery {
    margin-bottom: calc(var(--rem) * 40);
  }
}

/* t-product-info */
.t-product-info__title {
  color: var(--brand-color);
  margin-bottom: 2em;
}
.t-product-info__category {
  margin: 2em 0 1em;
  color: var(--brand-color);
}
.t-product-info__item {
  display: grid;
  grid-template-columns: calc(var(--rem) * 400) 1fr;
  padding: .7em;
  gap: 1em;
}
.t-product-info__item--one {
  display: block;
}
.t-product-info__item>p {
  margin: 0;
}
.t-product-info__item:nth-child(odd) {
  background-color: var(--grey-color);
}
.t-product-info__item-title {
  font-weight: 700;
}
.t-product-info__item-value ul>li {
  --dot-size: 0.3em;
  position: relative;
  padding-left: calc(var(--dot-size) + 0.8em);
}
.t-product-info__item-value ul>li:not(:last-child) {
  margin-bottom: .3em;
}
.t-product-info__item-value ul>li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: var(--dot-size);
  height: var(--dot-size);
  background-color: var(--brand-color);
  border-radius: 50%;
}
.t-product-info__item-accsesories--not_border tr td {
  border: none;
}
.t-product-info__list .t-product-info__item-value table {
  margin-top: 10px
}
.t-product-info__list .t-product-info__item-value p {
  margin: 0
}

@media (max-width: 768px) {
  .t-product-info__item {
    display: block;
  }
  .t-product-top__icon-img {
    --size: calc(var(--rem) * 40);
  }
  .t-product-top__thumb-img {
    --size: calc(var(--rem) * 60);
  }
  .t-product-info__item {
    align-items: center;
  }
}

/* t-product-additional */
.t-product-additional table {
  font-size: var(--small-text-size);
}
.t-product-additional table p {
  margin: calc(var(--rem) * 5) 0;
}
.t-product__two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--rem) * 20);
  margin: calc(var(--rem) * 20) 0;
}

@media (max-width: 1100px) {
  .t-product__two-columns {
    grid-template-columns: auto;
  }
}

/* accessories >> */
.t-product__additionalInfo table p {
  margin: 0;
}
/* << accessories */
/* End */
/* /products/style.css?1675517709137 */
/* /local/templates/main/components/bitrix/catalog.element/productElement/style.css?17316744604967 */
