.foot {
  height: 315px;
  padding: 30px 0;
  background-color: #2D2D2D;
  overflow: hidden; }
  .foot__content {
    width: 1200px;
    margin: 0 auto;
    color: #fff; }
  .foot__logo-c {
    height: 315px;
    width: 320px;
    float: left; }
  .foot__logo {
    display: inline-block;
    width: 320px;
    height: 94px;
    margin-top: 90px; }
    .foot__logo img {
      width: 100%; }
  .foot__privacy {
    width: 350px;
    height: 94px;
    margin-top: 8px;
    font-size: 22px;
    color: #fff; }
  .foot__privacy div {
    display: inline-block; }
  .foot__privacy a {
    text-decoration: underline;
    color: #fff; }
  .foot__main {
    float: right;
    margin-top: 50px; }
  .foot__menu {
    border-right: 2px solid #525252;
    width: 280px;
    font-size: 22px;
    float: left; }
  .foot__menuli {
    display: block;
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px; }
  .foot__menuli--last {
    margin-bottom: 0; }
  .foot__menu-a {
    line-height: 32px;
    padding-top: 6px;
    color: #fff; }
    .foot__menu-a:hover, .foot__menu-a--curr {
      color: #F3652F;
      text-decoration: underline; }
  .foot__contact {
    float: left;
    font-size: 16px;
    padding-left: 90px;
    width: 320px; }
  .foot__contact-li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 30px;
    line-height: 24px; }
  .foot__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: #f00;
    display: inline-block; }
  .foot__icon-phone {
    background: url(../img/icon/i-phone.png) no-repeat; }
  .foot__icon-fax {
    background: url(../img/icon/i-fax.png) no-repeat; }
  .foot__icon-mail {
    background: url(../img/icon/i-mail.png) no-repeat; }
  .foot__icon-address {
    background: url(../img/icon/i-address.png) no-repeat; }
  .foot__icon-home {
    background: url(../img/icon/i-home.png) no-repeat; }
  .foot__icon-about {
    background: url(../img/icon/i-about.png) no-repeat; }
  .foot__icon-product {
    background: url(../img/icon/i-product.png) no-repeat; }
  .foot__icon-contact {
    background: url(../img/icon/i-contact.png) no-repeat; }
  .foot__title {
    color: #969696; }
