
@font-face {
font-family: 'Academy Engraved LET';
font-style: normal;
font-weight: normal;
src: local('Academy Engraved LET'), url('assets/fonts/AcademyEngravedLetPlain.woff') format('woff');
}
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #000;
	min-height: 100vh;
	min-height: 100svh;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: clamp(1.375rem, 1.193rem + 0.7767vw, 2.125rem);
	font-weight: 300;
	font-family: "Newsreader", serif;
	font-optical-sizing: auto;
}
.bgimg {
	background: url(assets/img/neon-harden-holding-bg.webp) black 50% 0px / cover no-repeat;
	height: 50vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	@media only screen and (min-width: 800px) {
		background: linear-gradient(120deg, rgba(0, 0, 0, 0.50) 15.83%, rgba(0, 0, 0, 0.00) 47.96%), linear-gradient(245deg, rgba(0, 0, 0, 0.00) 61.58%, rgba(0, 0, 0, 0.33) 92.51%), url(assets/img/neon-harden-holding-bg.webp) black 50% / cover no-repeat;
		height: 100vh;
	}
}
a,
a:visited {
	color: #fff;
	text-decoration: none;

}
a .linkline {
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
	text-decoration-line: underline;
	text-decoration-thickness: max(2.5px,.1em);
	text-underline-offset: max(3px,.15em);
	text-decoration-color: transparent;
}
a .linkline:hover {
	text-decoration-color: #B92F2E;
}
a.link-arrow:after {
	content: "\2192";
	font-weight: 400;
	font-style: normal;
	margin-left: .5em;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}
.container {
	justify-content: center;
	min-height: 100vh;
	min-height: 100svh;
	align-items: stretch;
	z-index: 2;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
.main {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40%, #000 50%);
	padding: 45vh 7.14% 2em;
	align-items: stretch;
	width: 100%;
	@media only screen and (min-width: 800px) {
		padding-top: 2em;
		background: none;
	}
}
h1 {
	font-size: clamp(2.75rem, 2.1432rem + 2.589vw, 5.25rem);
	font-weight: normal;
	margin: 0 0 .5em;
	line-height: 100%;
	font-family:"Academy Engraved LET";
}

h2 {
	font-size: clamp(2rem, 1.9393rem + 0.2589vw, 2.25rem);
	font-weight: bold;
	margin: 0 0 .5em;
	line-height: 110%;
}
.font-sm {
	font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
}
.flex {display: flex;}
.flex-row {flex-direction: row;}
.flex-column {flex-direction: column;}

.contacts {
	gap: .35em;
	margin-bottom: 1.25em;
}
.footer {
	justify-content: space-between;
	align-items: end;
	flex-grow: 1;
}
.footer__logo {
	display: none;
	width: 20%;
	height: auto;

	img {
		width: 100%;
		height: auto;
	}
	@media only screen and (min-width: 800px) {
		display: block;
	}
	@media only screen and (min-width: 1000px) {
		display: block;
		width: 16.6666%;
	}
	@media only screen and (min-width: 1200px) {
		width: 12.5%;
	}
}
.newsletterform {
	width: 100%;
	max-width: 100%;
	@media only screen and (min-width: 550px) {
		width: 75%;
	}
	@media only screen and (min-width: 800px) {
		width: 50%;
	}
	@media only screen and (min-width: 1000px) {
		width: 40%;
	}
	@media only screen and (min-width: 1200px) {
		width: 33%;
	}
}
.newsletterform__label {
	margin-bottom: 1em;
	font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
}
form div {
	width: 100%;
}
form .nf-field-element input,
form .nf-error-msg {
	font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem)
}
form .nf-form-content {
	padding: .25em .25em .15em .25em;
	border-radius: 2.5rem;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(255, 255, 255, 0.30);
	position: relative;
	width: 100%;
	gap: 0.625em;
	box-sizing: border-box;
}
form label {
	display: none;
}
form nf-fields-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
}
form nf-fields-wrap nf-field:first-child {
	flex: 1 0 0;
}
form .nf-field-container {
	margin-bottom: 0;
}
form input {
	background: none;
	border: 0;
	display: flex;
	align-items: center;
	color: #FFF;
	text-shadow: 0 0 22px rgba(0, 0, 0, 0.75);
	font-size: .75em;
	font-style: normal;
	line-height: 100%; /* 2.1rem */
}
form .field-wrap input[type="email"] {
	line-height: 2;
	padding-left: .75em;
}
form .label-above .nf-field-label {
	margin: 0;
}

form .btn {
	display: flex;
	padding: 1.3125rem;
	border-radius: 2.5rem;
	background: #B92F2E;
	border: 0;
	color: #FFF;
	font-weight: 700;
	cursor: pointer;
}
form .field-wrap input[type="submit"] {
	font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
}
.sendfox-message {
	position: absolute;
	border-radius: 2.5rem;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	color: #000;
	text-align: center;
	padding: 0.5em 1em;
}
.grecaptcha-badge {
	margin-right: -10em;
}

