@charset "UTF-8";

/*Миксины*/

.energy {
	background: url(../img/energo-fon2.svg) 100% 50%/cover;
	background-color: #141414;
}

.energy__top {
	width: 100%;
	/* margin-bottom: 430px; */
	margin-bottom: 239px;
}

.energy__bottom {
	width: 100%;
}

.energy__title {
	width: calc((((100vw - (40px * 2)) + 24px) / 8 * 2) - 24px + 0px);
	margin-right: 24px;
}

.energy__big-title {
	color: #fff;
	-webkit-text-stroke: 1px #00CB62;
	font-size: 96px;
	font-weight: 500;
	line-height: 112.5%;
}

.energy__list {
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
	gap: 24px;
}

.energy-item {
	background: #212322;
	width: calc((((100vw - (40px * 2)) + 24px) / 8 * 2) - 24px + 0px);
	gap: 36px;
}

.energy-item__value {
	width: 100%;
	text-align: right;
	margin-top: auto;
	font-size: 48px;
	font-weight: 500;
}

.theme-light .energy {
	background-color: #fff;
}

.theme-light .energy__big-title {
	color: #141414;
}

.theme-light .energy-item {
	background: #F8F8F8;
}

@media (max-width: 1600px) {
	.energy__top {
		margin-bottom: 300px;
	}

	.energy-item__value {
		font-size: 30px;
	}
}

@media (max-width: 1280px) {
	.energy__top {
		margin-bottom: 180px;
	}

	.energy__big-title {
		font-size: 64px;
	}
}

@media (max-width: 1024px) {
	.energy__top {
		margin-bottom: 120px;
	}
}

@media (max-width: 1023px) {
	.energy-item {
		gap: 24px;
		width: calc(50% - 15px);
	}
}

@media (max-width: 680px) {
	.energy__top {
		margin-bottom: 60px;
	}

	.energy__title {
		width: auto;
	}

	.energy__big-title {
		font-size: 40px;
	}

	.energy__list {
		gap: 12px;
	}

	.energy-item {
		width: 100%;
	}
}