

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news/services_custom/style.min.css?170808007149*/
.services-list~.text_after_items{margin-top:41px}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/services-list_custom/style.css?17092698975147*/
.tizers-list__item {
  display: flex;
  height: 100%;
  flex-direction: row;
}
.tizers-list__item--column {
  flex-direction: column;
}
.tizers-list__item--column.tizers-list__item--centered {
  text-align: center;
  align-items: center;
}
.tizers-list__item--vertical-centered {
  align-items: center;
}

.tizers-list__item-image-wrapper {
  flex-shrink: 0;
}
.tizers-list__item-wrapper.bordered {
  border-radius: 4px;
}
.tizers-list__item-wrapper.tizers-list__item-wrapper-close.bordered {
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 450px) {
  .tizers-list__item {
    flex-direction: column;
  }
  .tizers-list__item--images-position-LEFT .tizers-list__item-image-wrapper {
    margin-bottom: 15px;
  }
}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
  margin-bottom: 19px;
}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-LEFT {
  margin-top: 4px;
  margin-right: 21px;
}
.tizers-list__item-image-text {
  /* font-weight: bold; */
  font-size: 45px;
  line-height: 45px;
}
.tizers-list__item-image-text--size-50 {
  font-size: 50px;
  line-height: 50px;
}

.tizers-list__item-image-wrapper--PICTURES {
  overflow: hidden;
  border-radius: 50%;
}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-TOP {
  width: 140px;
  height: 140px;
  margin-bottom: 26px;
}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-LEFT {
  width: 80px;
  height: 80px;
  margin-right: 27px;
}
.tizers-list__item-image-picture {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.tizers-list__item-image-wrapper--ICONS {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tizers-list__item-image-wrapper--ICONS svg {
  max-width: 100%;
  max-height: 100%;
}
.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS {
  margin-bottom: 26px;
}
.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper--ICONS {
  margin-right: 28px;
}

.tizers-list__item-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: -0.25em;
}
.bx-ie .tizers-list__item-text-wrapper {
  flex-grow: 1;
}
@media (min-width: 451px) {
  .bx-ie .tizers-list__item-text-wrapper {
    flex-basis: 0;
  }
}

.tizers-list__item-descr {
  margin-top: 8px;
}

/* WITH BG */
.tizers-list__item--with-bg {
  background-color: #fff;
  background-color: var(--card_bg_black);
}
.tizers-list__item--with-bg:hover {
  background-color: #fff;
  background-color: var(--card_bg_hover_black);
}
.tizers-list__item--narrow-with-bg {
  padding: 48px;
}
.tizers-list__item--wide-with-bg {
  padding: 56px;
}
.tizers-list__item--with-bg .tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
  margin-bottom: 13px;
}
.tizers-list__item--with-bg.tizers-list__item--images-PICTURES.tizers-list__item--images-position-TOP {
  padding: 47px 47px 42px 47px;
}

/* in detail */
.detail-block.tizers {
  margin: -1px 0 0 0;
}
.detail-block .tizers-list {
  padding: 40px 0 35px 0;
  background-color: var(--card_bg_black);
}
.detail-block .tizers-list__item-name {
  font-size: 1em;
}
.detail-block .tizers-list__item-descr {
  margin-top: 3px;
  font-size: 0.86667em;
}
.detail-block .tizers-list__item-image-wrapper--ICONS {
  width: 40px;
  height: 40px;
}
.table-striped td{
  vertical-align: middle;
}
.table-striped td img
{
  max-width: 150px;
  margin-right: 10px
}
/* Применить стили для всех таблиц ваших блоков */
.detail-block.goods table {
  width: 100%; /* Ширина таблицы 100% */
}

/* Применить стили для каждого столбца (td и th) внутри таблиц ваших блоков */
.detail-block.goods td:nth-child(1),
.detail-block.goods th:nth-child(1) {
  width: 10%; /* Ширина первого столбца 60% */
}

.detail-block.goods td:nth-child(2),
.detail-block.goods th:nth-child(2) {
  width: 15%; /* Ширина второго столбца 30% */
}

.detail-block.goods td:nth-child(3),
.detail-block.goods th:nth-child(3) {
  width: 15%; /* Ширина третьего столбца 10% */
}
.detail-block.goods td:nth-child(4),
.detail-block.goods th:nth-child(4) {
  width: 25%; /* Ширина третьего столбца 10% */
}
.detail-block.goods td:nth-child(5),
.detail-block.goods th:nth-child(5) {
  width: 25%; /* Ширина третьего столбца 10% */
}
.table td{

  vertical-align: middle;

}
.mytable td img
{
  max-width: 150px;
  margin-right: 10px
}
.mytable td
{
  text-align: center;

}

@media only screen and (min-width: 768px) {
  /* Ваши стили для десктопа здесь */
  .mytable{
    table-layout: fixed; width: 100%;
  }
  .mytable td{
    word-wrap: break-word
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .mytable td img {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .mytable td img {
    max-width: 50px;
  }
}


/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news/services_custom/style.min.css?170808007149 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/services-list_custom/style.css?17092698975147 */
