.material-price span {
	margin-left: 3px;
}
@media (width >= 991px) {
	.step-3-content {
		height: calc(100% - 65px);

		.materials-block {
			height: calc(100% - 35px);

			> ul {
				height: calc(100% - 20px);
				overflow-y: auto;
			}
		}
	}
}