

/* Start:/ecosystem/ecosystem_block.css?17407348112497*/
.ecosystem_block {
	margin-bottom: 50px;
}
.ecosystem_block p {
	margin-bottom: unset !important;
	color: #fff;
	font-weight: 600;
	font-size: 1.15rem;
}
.ecosystem_block .grid-container {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr repeat(2, minmax(0, 1fr));
	gap: 2rem;
	background-color: #fff;
}
.ecosystem_block .large-block {
	grid-row: 1 / 3;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	padding: 4rem 2rem;
	gap: 2rem;
    border-radius: var(--theme-border-radius);
}
.ecosystem_block .small-block {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: start;
	gap: 2rem;
	justify-content: space-between;
	padding: 4rem 2rem;
    border-radius: var(--theme-border-radius);
}

.ecosystem_block .small-block-unique {
	justify-content: flex-start;
}

@media screen and (max-width: 1280px) {
	.ecosystem_block .grid-container {
		grid-template-columns: 1fr 1fr;
	}
	.ecosystem_block .large-block {
		grid-column: 1 / -1;
		max-width: fit-content;
		max-height: max-content;
		max-height: 350px;
		padding: 2rem 1rem;
	}
	.ecosystem_block .small-block {
		padding: 2rem 1rem;
	}
}

@media screen and (max-width: 768px) {
	.ecosystem_block .grid-container {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.ecosystem_block .large-block {
		max-width: none;
		max-height: max-content;
		padding: 2rem 1rem;
	}
	.ecosystem_block .small-block {
		max-width: none;
		gap: 16px;
		padding: 2rem 1rem;
	}
}

@media screen and (max-width: 400px) {
	.ecosystem_block .large-block img {
		width: 100%;
		height: auto;
	}
	.ecosystem_block .small-block img {
		width: 100%;
		height: auto;
	}
}

.ecosystem_block--bhi {
	background: linear-gradient(345deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url(/images/eco/eco_bhi.png);
	background-size: cover;
}

.ecosystem_block--trans {
    background: linear-gradient(345deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url(/images/eco/eco_ti.png);
	background-size: cover;
}

.ecosystem_block--fin {
    background: linear-gradient(345deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url(/images/eco/eco_fi.png);
	background-size: cover;
}

.ecosystem_block--enoda {
	background: linear-gradient(345deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url(/images/eco/eco_enoda.png);
	background-size: cover;
}

.ecosystem_block--digital {
    background: linear-gradient(345deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url(/images/eco/eco_dig.png);
	background-size: cover;
}

/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/tizers-list/style.css?17398596463716*/
.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;
}
.grid-list--items-5 {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
}
/* End */
/* /ecosystem/ecosystem_block.css?17407348112497 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/tizers-list/style.css?17398596463716 */
