@font-face {
	font-family: AudiBold;
	src: url("../fonts/AudiTypeBold.woff") format('woff');
}

@font-face {
	font-family: AudiBoldExt;
	src: url("../fonts/AudiTypeV03-ExtendedBold.woff") format('woff');
}

@font-face {
	font-family: AudiNormal;
	src: url("../fonts/AudiTypeNormal.woff") format('woff');
}

body {
	font-family: "AudiNormal";
}

p.title-form {
	font-family: "AudiBoldExt";
	font-size: 39px;
	line-height: 38px;
}

p.p-p {
	font-family: "AudiNormal";
}

.btn-audi {
	width: 295px;
    height: 39px;
	display: block;
	color: #ffffff;
	background-color: #000000;
	border-radius: 0px;
    padding: 21px;
    line-height: 0px;
}

.btn-audi:active,
.btn-audi:focus {
	color: #ffffff;
}

.btn-audi:hover {
	color: #ffffff;
}

input[name='email'] {
	width: 295px;
    height: 39px;
    border-radius: 0px;
    text-align: center;
	
    margin-top: 50px;
}