
@font-face {
	font-family: "Graphik";
	src: url(../fonts/Graphik-Regular.otf);
}

@font-face {
	font-family: "GT-Sectra-Fine";
	src: url(../fonts/GT-Sectra-Fine-Regular.otf);
}



* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100vh !important;
	width: 100% !important;
	height: 100% !important;
	scroll-behavior: smooth;
}

body {
	background: #000 !important;
	font-family: Calibri, Helvetica Neue, sans-serif;
	font-size: 11pt;
	color: #fafafa;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	height: 100%;
}

body::before, .header::after {
	content: ' ';
	display: block !important;
}

div.logo {
	position: absolute !important;
	left: 45px;
	bottom: 50px;
	width: 200px;
	height: 75px;
	background: transparent url('../images/logo.svg') left bottom / 100% no-repeat !important;
}

body::before {
	width: 100%;
	height: 100%;
	background: transparent url('../images/mainBg.png') center / contain no-repeat !important;
}

p {
	font-family: "GT-Sectra-Fine";
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	text-align: right;
	color: #FBF9F9;
}

h1 {
	font-family: "GT-Sectra-Fine";
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 110%;
	text-align: right;
	color: #FBF9F9;
}

h2 {
	font-family: "GT-Sectra-Fine";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	text-align: right;
	color: #FBF9F9;
}


.row {
	padding-top: 50px;
	padding-bottom: 50px;
}

.container {
	padding-top: 200px;
	color: #FBF9F9;
}

.form-title {
	padding-top: 100px;
	padding-bottom: 100px;
}

form {
	margin-top: 120px;
	max-width: 700px !important;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.8;
}

form .catpcha {
	padding: 5px;
	padding-top: 10px;
}

form div.row {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.form-title {
	margin-top: 120px;
}

.contact-form .label  {
	font-family: "GT-Sectra-Fine";
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 25px;
	text-align: right;
	color: #FBF9F9;
}

.contact-form button  {
	color: #FBF9F9;
}

input[type=text],  
input[type=email] {
	border: 0;
	outline: 0;
	color: #FBF9F9;
	background: transparent;
	border-bottom: 2px solid #FBF9F9;
	border-radius: 0%;
}

input[type=text]:focus,  
input[type=email]:focus {
	color: white;
	background: transparent;
	font-family: "GT-Sectra-Fine";
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
}

.contact-form #submit-btn {
	margin-top: 30px;
}

.topcorner{
	position:absolute;
	top: 10px;
	right: 10px;
}

.topcorner li {
	font-family: "GT-Sectra-Fine";
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 25px;
	text-align: right;
	color: #FBF9F9;
}