@font-face {
  font-family: 'Avenir Black';
  src: url('fonts/AvenirNext-Bold.woff2') format('woff2'),
       url('fonts/AvenirNext-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNext-DemiBold.woff2') format('woff2'),
       url('fonts/AvenirNext-DemiBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNext-Regular.woff2') format('woff2'),
       url('fonts/AvenirNext-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body{
	border: 0;
  margin: 0;
  padding: 0;
	outline: none;
  overflow: hidden;
}
body, td, th, input, textarea, select{
  outline: none;
  color: #096ca8;
	font-size: 20px;
  line-height: 35px;
  font-family: 'Avenir';
  text-transform: uppercase;
}
h1, h2, h3, h4, h5, p, img, a, ul, li{
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}

/***************************
*** PAGE *******************
***************************/

.page{
  width: 1920px;
  height: 1080px;
}

/***************************
*** HEADER *****************
***************************/

#header{
  height: 146px;
  line-height: 21px;
  text-align: right;
  max-width: 1640px;
  margin: 0 auto 0 auto;
  padding: 0 140px 0 140px;
}
h1{
  padding-top: 66px;
  position: absolute;
}
#header a{
  color: #096ca8;
  font-size: 21px;
  margin-top: 92px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}

/***************************
*** CONTENT ****************
***************************/

.content{
  padding: 0 140px 0 140px;
}
.inner{
  padding-bottom: 90px;
  background: transparent url(bg.jpg) no-repeat right top;
}
h2{
  color: #434343;
  font-size: 110px;
  padding-top: 137px;
  line-height: 146px;
  font-weight: normal;
  font-family: 'Avenir Black';
}
h2 span{
  color: white;
}
.content p{
  padding-top: 40px;
}

/***************************
*** BUT ********************
***************************/

.but{
  height: 116px;
  width: 34.88%;
  display: table;
  margin-top: 100px;
  text-align: center;
  background: rgba(34,82,148,0.45);
}
.but div{
  color: #225294;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Avenir Black';
}

/***************************
*** RESPONSIVE *************
***************************/

@media screen and (max-width: 1080px){
}
