.footer {
  background: #121212;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
  overflow: hidden;
}

.footer .layout_inner {
  padding: 40px 0;
  position: relative;
  width: 1500px;
}
.footer .footer_top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #353535;
}
.footer .footer_bot {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .menu_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #aaaaaa;
}
.footer .menu_wrap ul li.policy2 {
  color: #009944;
}
.footer .menu_wrap ul li a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.footer .info {
  overflow: hidden;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: -0.07em;
  margin-bottom: 25px;
}
.footer .info p {
  color: inherit;
}
.footer .info p.company {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
  padding: 0;
}
.footer .info span {
  margin-right: 15px;
}

.footer .copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #494848;
  letter-spacing: 0.04em;
}
.footer .copyright a {
  color: inherit;
  text-decoration: none;
  cursor: text;
}

.footer .foo-customer {
  width: 390px;
}
.footer .foo-customer .cstel {
  color: #fff;
}
.footer .foo-customer .cstel p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.footer .foo-customer .cstel div {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
.footer .foo-customer .hours span {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  letter-spacing: -0.02em;
  margin-right: 3px;
}
.footer .foo-customer .hours i {
  display: inline-block;
  margin: 0 6px;
  width: 1px;
  height: 11px;
  background: #444444;
}

.footer .site-nav {
  position: fixed;
  bottom: 120px;
  left: calc(50% + 750px);
  z-index: 99;
}
.footer .site-nav > div {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222222;
  border-radius: 55px;
}
.footer .site-nav > div.site-top + .site-bottom {
  margin-top: 5px;
}
.footer .site-nav > div.site-bottom {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer .banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}