html,
body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.page-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
  position: relative;
}

a {
  color: #0888b7;
}

a:link {
  color: #0888b7;
}

a:active {
  color: #099acf;
}

a:visited {
  color: #0888b7;
}

a:hover {
  text-decoration: none;
  color: #099acf;
}

.wrapper {
  margin: 0 auto;
  width: 680px;
}

/* [+] logo-section [+] */
.logo-section {
  background: transparent url("../images/top_bg_big.jpg") top -20px center repeat-x;
  height: 210px;
  text-align: center;
}

.logo-section .logo {
  background: transparent url("../images/logo.svg") 0 0/100% no-repeat;
  display: inline-block;
  width: 261px;
  height: 55px;
  margin-top: 40px;
}

/* [-] logo-section [-] */
/* [+] title-section [+] */
.title-section {
  color: #2a2a2a;
  margin-top: -32px;
  text-align: center;
}

.title-section .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 13px;
}

.title-section .info {
  font-size: 25px;
  line-height: 1.2;
}

.title-section .angle {
  background: transparent url("../images/title_angle.png") 0 0 no-repeat;
  display: inline-block;
  height: 96px;
  width: 424px;
  margin-top: 3px;
}

/* [-] title-section [-] */
/* [+] info-section [+] */
.info-section {
  color: #393939;
  margin-top: -10px;
  overflow: hidden;
}

.info-block {
  margin-bottom: 21px;
  padding: 0 6px 20px;
  position: relative;
}

.info-block .browser {
  display: none;
}

.info-block .number {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
}

.info-block .number.one {
  height: 58px;
  background: transparent url("../images/n_1.png") 0 0 no-repeat;
}

.info-block .number.two {
  height: 59px;
  background: transparent url("../images/n_2.png") 0 0 no-repeat;
}

.info-block .number.three {
  height: 60px;
  background: transparent url("../images/n_3.png") 0 0 no-repeat;
}

.info-block .number.four {
  height: 58px;
  background: transparent url("../images/n_4.png") 0 0 no-repeat;
}

.info-block .text {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  width: 580px;
}

.info-block .text p {
  margin: 0 0 19px;
}

.info-block .text p:last-child {
  margin-bottom: 0;
}

.info-block:after {
  background: transparent url("../images/info_shadow.png") 0 0 no-repeat;
  bottom: -48px;
  left: -50px;
  content: '';
  height: 48px;
  width: 749px;
  position: absolute;
}

.info-block:last-child {
  margin-bottom: 100px;
}

.info-block:last-child:after {
  content: none;
}

.info-block .note {
  font-size: 14px;
  font-style: italic;
}

/* [-] info-section [-] */
/* [+] bottom-bg [+] */
.bottom-bg {
  bottom: 0;
  left: 0;
  height: 97px;
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.bottom-bg .wrapper {
  position: relative;
}

.bottom-bg .wrapper:after {
  background: transparent url("../images/bottom_bg.jpg") right top no-repeat;
  content: '';
  height: 97px;
  width: 728px;
  position: absolute;
  top: 0;
  right: -130px;
}

/* [-] bottom-bg [-] */
/*# sourceMappingURL=styles.css.map */