

/* Start:/local/templates/teplocom/components/bitrix/news.list/trn-tech-support/style.css?17685715463279*/
.tech-support {
  margin-bottom: var(--section-margin);
}
.tech-support-product-card {
  display: block;
  border: 1px solid #D7D7D7;
  border: 1px solid var(--color-divider);
  padding: 15px 0 0 15px;
  text-decoration: none;
  position: relative;
  background-color: #ffffff;
  background-color: var(--color-default);
}
.tech-support-product-card__title {
  color: #161616;
  color: var(--color-font-main);
  text-transform: uppercase;
  font-size: 16px;
  font-size: var(--font-size-main);
  margin-bottom: 20px;
  font-weight: 900;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  will-change: color;
}
.tech-support-product-card__image {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
}
.tech-support-product-card__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.tech-support-document-card {
  display: block;
  border: 1px solid #D7D7D7;
  border: 1px solid var(--color-divider);
  padding: 15px 15px 50px 15px;
  text-decoration: none;
  position: relative;
  background-color: #ffffff;
  background-color: var(--color-default);
}
.tech-support-document-card:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  background-image: url(/local/templates/teplocom/images/icons/arrow-4.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tech-support-document-card__title {
  color: #161616;
  color: var(--color-font-main);
  text-transform: uppercase;
  font-size: 16px;
  font-size: var(--font-size-main);
  margin-bottom: 20px;
  font-weight: 900;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  will-change: color;
  line-height: 120%;
}
.tech-support-product-card:after, .tech-support-document-card:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -2px;
  bottom: -2px;
  background-image: url(/local/templates/teplocom/images/icons/file-corner-grey.svg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.tech-support .contacts__phone::after {
  background-image: url("/themes/antsitetheme/assets/img/line-list-grey.svg");
}

.tech-support__products-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tech-support__accordion-wrapper {
  margin-bottom: calc(var(--section-margin) / 2);
  margin-top: calc(var(--section-margin) / 2);
}

.tech-support__files-list-wrapper {
  margin-bottom: calc(var(--section-margin) / 2);
  max-width: 800px;
}

@media (max-width: 1000px) {
  .tech-support__products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .tech-support__products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .tech-support__products-list {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/teplocom/components/bitrix/news.list/trn-tech-support/style.css?17685715463279 */
