:root {
	--calc-theme-color: #ffa400;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
body {
	font: 14px/1.5 system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px 30px;
}

.icon {
	display: block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.logo {
	margin: 0 auto 70px;
	display: block;
	width: max-content;
	max-width: 100%;
}
.logo__img {
	display: block;
	max-width: 100%;
	height: auto;
}