@font-face {
	font-family: 'Conv_GothamProBold';
	src: url('../fonts/GothamProBold.eot');
	src: local('☺'), url('../fonts/GothamProBold.woff') format('woff'), url('../fonts/GothamProBold.ttf') format('truetype'), url('../fonts/GothamProBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GothamProMedium';
	src: url('../fonts/GothamProMedium.eot');
	src: local('☺'), url('../fonts/GothamProMedium.woff') format('woff'), url('../fonts/GothamProMedium.ttf') format('truetype'), url('../fonts/GothamProMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GothamProRegular';
	src: url('../fonts/GothamProRegular.eot');
	src: local('☺'), url('../fonts/GothamProRegular.woff') format('woff'), url('../fonts/GothamProRegular.ttf') format('truetype'), url('../fonts/GothamProRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  /*background: url("../images/pattern.png") no-repeat;
  background-size: cover;*/
}
body{
    background: url("../images/pattern.png") no-repeat center center / cover;
}
.information {
  padding: 55px;
  margin: 100px 0 100px;
  background: #fff;
}
.logo {    display: table;
  margin: 0 auto;
}
.contact-info h1 {text-align: center;
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.3;
  padding: 0 30px;
  font-family: 'Conv_GothamProBold';
}
.contact-info .site-page {
  font-size: 14px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  line-height: 1.2;
text-align: center;
  margin: 16px 0 19px 0;
  font-family: 'Conv_GothamProRegular';
}
.contact-info h2 { text-align: center;
  font-size: 12px;
  color: #0069b0;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Conv_GothamProBold';
}
.company-products {
  font-size: 12px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  margin: 4px 0 13px 0px;
  text-align: center;
  font-family: 'Conv_GothamProRegular';
}
.ico-phone {
  background: url("../icons/ico-phone.png") no-repeat;
  height: 14px;
  width: 15px;
  display: inline-block;
  margin-right: 4px;
}
.ico-mail {
  background: url("../icons/ico-mail.png") no-repeat;
  height: 13px;
  width: 16px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
.contact-info span {
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.6px;
  font-family: 'Conv_GothamProBold';
}
.bit {
  font-size: 13px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  line-height: 0.8;
  font-family: 'Conv_GothamProRegular';
}
