@font-face {
    font-family: AA Bebas Neue;
    src: url("fonts/aabebas.ttf");
}
@font-face {
    font-family: Kelson Sans RU;
    src: url("fonts/kelson.otf");
}
@font-face {
    font-family: Bebas Neue;
    src: url("fonts/bebas.otf");
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Kelson Sans RU;
	font-size: 18px;
}
table, td, div {
	color: black;
	font-family: Kelson Sans RU;
}
a.top:link {
	color:white;
}
a.top:visited {
	color: white;
}
a {
	color:#a90a11;
}
a:link {
	color:#a90a11;
}
a:visited {
	color: #a90a11;
}
a:hover {
	color: #a90a11;
	text-decoration: none;
}
a.bottom {
	color:#2d98d0;
	padding-left: 15px;
	padding-right: 15px;
}
h1 {
	font-size: 28px;
	font-family: Kelson Sans RU;
	color: #3d3d3d;
	}
h2 {
	font-size: 21px;
	font-family: Kelson Sans RU;
	color: #3d3d3d;
}
hr {
	color: #cccccc;
	background-color: #cccccc;
	border: 0px none;
    height: 1px;
}
p, li, div {
	line-height: 26px;
	font-family: Kelson Sans RU;
	font-size: 19px;
}
.btn {
	border: none;
	font-family: Kelson Sans RU;
	font-size: 19px;
	color: inherit;
	cursor: pointer;
	padding: 17px 40px;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btns {
	border: none;
	font-family: Kelson Sans RU;
	margin-top:15px;
	margin-bottom: 15px;
	font-size: 16px;
	color: inherit;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.btn-1 {
	background-color: black;
	color: white;
	border: none;
}
.btn-2 {
	background-color: #a90a11;
	color: white;
	border: none;
}
.btn-1a:hover,
.btn-1a:active {
	color: white;
	background: #a90a11;
}
.btn-2a:hover,
.btn-2a:active {
	color: white;
	background: black;
}
.top {
	font-family: Kelson Sans RU;
	font-size: 19px;
	text-align: center;
	background-color: black;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.name {
	font-family: AA Bebas Neue;
	font-size: 59px;
	height: 90px;
	color: black;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 90px;
}
.phone {
	background: #fff;
	width: 270px;
	height: 60px;
	font-family: AA Bebas Neue;
	font-size: 48px;
	color: black;
	padding-right: 20px;
	line-height: 60px;
}
.mail {
	background: #fff;
	width: 200px;
	height: 30px;
	font-family: AA Bebas Neue;
	font-size: 26px;
	padding-right: 20px;
	line-height: 20px;
}
.line {
	border: 1px;
	border-right-color: #ef40b0;
	border-right-width: 3px;
	padding: 0 10px;
	width: 100px;
}







input, textarea {
	font-size: 16px;
	font-family: AA Bebas Neue;
}
#feedback-form {
  max-width: 1000px;
  padding: 5%;
  border-radius: 3px;
  background: #f1f1f1;
}
#feedback-form [required] {
  width: 100%;
  box-sizing: border-box;
  margin: 2px 0 2% 0;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 3px;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:hover {
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:focus {
  outline: none;
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
  transition: .2s linear;
}
#feedback-form [type="submit"] {
  padding: 2%;
  border: none;
  border-radius: 3px;
  background: #a90a11;
  color: #fff;
  font-family: Kelson Sans RU;
  font-size: 19px;
  width: 250px;
}
#feedback-form [type="submit"]:hover {
  background: black;
}
#feedback-form [type="submit"]:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}