@font-face {
	font-family: Raleway;
	font-weight: 800;
	src: url('Raleway-ExtraBold.d330db63.ttf');
	font-display: swap;
}
@font-face {
	font-family: Raleway;
	font-weight: 700;
	src: url('Raleway-Bold.81017690.ttf');
	font-display: swap;
}
@font-face {
	font-family: Raleway;
	font-weight: 600;
	src: url('Raleway-SemiBold.bc6a0d06.ttf');
	font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	border-bottom: none;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
	appearance: button;
}
details {
	display: block;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
}
:root {
	--headers-text-mobile: 800 36px/44px 'Raleway', sans-serif;
	--descriptions-text-mobile: 600 12px/20px 'Raleway', sans-serif;
	--interactive-text-mobile: 700 20px/32px 'Raleway', sans-serif;
	--headers-text-tablet: 800 52px/68px 'Raleway', sans-serif;
	--descriptions-text-tablet: 600 16px/24px 'Raleway', sans-serif;
	--interactive-text-tablet: 700 20px/32px 'Raleway', sans-serif;
	--headers-text: 800 80px/88px 'Raleway', sans-serif;
	--descriptions-text: 600 20px/32px 'Raleway', sans-serif;
	--interactive-text: 700 32px/40px 'Raleway', sans-serif;
	--background-color: #000;
	--white-color: #fff;
	--dark-orange-color: #fd3f15;
	--light-orange-color: #ff6b03;
	--dark-yellow-color: #ff9850;
	--light-yellow-color: #fee5ca;
	--green-color: #519730;
	--tooltip-color: #000;
	--light-brown-color: #2e1e12;
	--middle-brown-color-1: #281609;
	--middle-brown-color-2: #381f09;
	--dark-brown-color: #261609;
	--input-field-color: #141414;
	--input-placeholder-color: #434343;
	--alert-text: #fd3f15;
	--hover-button: #4c260a;
	--hover-orange-color: #e56003;
	--active-orange-color: #e66103;
	--mobile-width: 360px;
	--tablet-width: 768px;
	--desktop-width: 1440px;
}
html {
	box-sizing: border-box;
}
*,
:after,
:before {
	box-sizing: inherit;
}
body {
	font-family: Raleway, Arial, sans-serif;
	font-feature-settings: 'pnum' on, 'lnum' on, 'lnum';
	font-variant-numeric: lining-nums;
	background-color: var(--background-color);
}
body:before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url('new-upper-fog.28468b7f.webp');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
a {
	text-decoration: none;
}
img {
	/* max-width: 100%; */
	height: auto;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	white-space: nowrap;
	border: 0;
}
h2,
h3 {
	color: var(--white-color);
}
.main-wrapper {
	display: flex;
	flex-direction: column;
	max-width: var(--desktop-width);
	min-height: 100vh;
	padding: 24px 24px 28px;
	margin: 0 auto;
	overflow: hidden;
}
.tooltip-block {
	max-width: 196px;
	font: var(--descriptions-text-mobile);
	text-align: center;
}
.tooltip-wrapper {
	padding: 12px !important;
	opacity: 1 !important;
}
@media (min-width: 768px) {
	.main-wrapper {
		padding: 32px 54px 0;
	}
}
@media (min-width: 1200px) {
	.tooltip-block {
		max-width: 230px;
	}
}
