

/* Start:/support/software/style.css?17476314372111*/
/* .software-page */
.software-page {
	display: flex;
	flex-direction: column;
	gap: 80px;

	@media (max-width: 767px) {
		gap: 40px;
	}
}

/* .complex-block */
.complex-block {
	display: flex;
	flex-direction: column;
}

.complex-block .complex-block__wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: end;
	overflow: hidden;
}

.complex-block .complex-block__img {
	display: inline-flex;
}

.complex-block .complex-block__content {
	position: relative;

	display: inline-flex;
	padding: 40px;
	flex-direction: column;
	gap: 24px;
	flex: 1 1 500px;
}

.complex-block .complex-block__content::before {
	content: '';

	position: absolute;
	left: -1000%;
	bottom: 0;
	right: -1000%;
	z-index: -1;

	height: 100%;
	background: #FAFAFA;
}

.complex-block .complex-block__header {
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	color: #262B2D;
}

.complex-block .complex-block__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.complex-block .complex-block__text {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.complex-block .complex-block__text * {
	margin: 0;
}

.complex-block .complex-block__text-title {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	color: #262B2D;
}

.complex-block .complex-block__text-text {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #494A54;
}

.complex-block .complex-block__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

/* .text-list */
.text-list {
	display: grid;
	padding: 32px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 24px;
	border-radius: 4px;
	background: #FAFAFA;

	@media (max-width: 767px) {
		padding: 20px;
		gap: 16px;
	}
}

.text-list .text-list__item {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.text-list .text-list__item-title {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	color: #262B2D;
}

.text-list .text-list__item-descr {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	color: #494A54;
}
/* End */
/* /support/software/style.css?17476314372111 */
