@media screen and (max-width: 1024px) {
  .logo-section {
    background: transparent url("../images/top_bg.jpg") top center repeat-x;
    height: 181px;
    text-align: center;
  }
  .logo-section .logo {
    background: transparent url("../images/logo.png") 0 0 no-repeat;
    display: inline-block;
    height: 108px;
    width: 261px;
  }
  .title-section {
    margin-top: -43px;
  }
  .info-section {
    margin-top: -30px;
  }
}

@media screen and (max-width: 695px) {
  body {
    font-size: 15px;
  }
  .wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 13px;
    width: auto;
  }
  .info-section {
    margin-top: -27px;
    text-align: center;
  }
  .info-block {
    display: inline-block;
    margin-bottom: 21px;
    text-align: left;
    width: 590px;
  }
  .info-block .number {
    width: 53px;
  }
  .info-block .text {
    width: 526px;
  }
}

@media screen and (max-width: 639px) {
  body {
    font-size: 13px;
  }
  .logo-section {
    background-image: url("../images/top_bg_480.jpg");
    height: 136px;
  }
  .logo-section .logo {
    background: transparent url("../images/logo_480.png") 0 0 no-repeat;
    height: 87px;
    width: 206px;
  }
  .title-section {
    margin-top: -23px;
  }
  .title-section .title {
    font-size: 22px;
  }
  .title-section .info {
    font-size: 16px;
  }
  .title-section .angle {
    display: none;
  }
  .info-section {
    margin-top: 20px;
  }
  .info-section .note {
    font-size: 11px;
  }
  .info-block {
    margin-bottom: 22px;
    width: 420px;
  }
  .info-block:after {
    background: transparent url("../images/info_shadow_480.png") 0 0 no-repeat;
    height: 48px;
    width: 584px;
    left: -80px;
  }
  .info-block .number {
    width: 48px;
  }
  .info-block .number.one {
    background-size: 55%;
    height: 42px;
  }
  .info-block .number.two {
    background-size: 72%;
    height: 43px;
  }
  .info-block .number.three {
    background-size: 68%;
    height: 44px;
  }
  .info-block .number.four {
    background-size: 74%;
    height: 43px;
  }
  .info-block .text {
    width: 360px;
  }
  .bottom-bg {
    height: 69px;
  }
  .bottom-bg .wrapper:after {
    background: transparent url("../images/bottom_bg_2.png") right top no-repeat;
    height: 69px;
    width: 427px;
    right: -200px;
    top: 0;
  }
}

@media screen and (max-width: 479px) {
  .title-section {
    margin-top: -39px;
  }
  .title-section .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .title-section .info {
    font-size: 14px;
  }
  .title-section .info br {
    display: none;
  }
  .info-section {
    margin-top: 30px;
  }
  .info-block {
    font-size: 12px;
    margin-bottom: 19px;
    width: 280px;
  }
  .info-block .text {
    vertical-align: top;
    width: 220px;
  }
  .info-block .text p {
    margin-bottom: 8px;
  }
  .info-block .number {
    vertical-align: top;
    width: 39px;
  }
  .info-block .number.one {
    background-size: 50%;
    height: 28px;
  }
  .info-block .number.two {
    background-size: 56%;
    height: 29px;
  }
  .info-block .number.three {
    background-size: 54%;
    height: 29px;
  }
  .info-block .number.four {
    background-size: 60%;
    height: 28px;
  }
  .info-block:after {
    left: -110px;
  }
}

@media screen and (max-width: 319px) {
  .info-section {
    overflow: auto;
  }
  .info-block:after {
    overflow: hidden;
  }
}
/*# sourceMappingURL=adaptive.css.map */