a {
  outline: none;
}
a:focus {
  outline: none;
}
.mw {
  min-width: 1100px;
}
.mAuto {
  margin: 0 auto;
}
.m0 {
  margin-bottom: 0 !important;
}
.flex {
  display: flex !important;
}
.flex-1 {
  flex: 1;
}
.flexColumnWrap {
  flex-flow: column;
  flex-wrap: wrap;
}
.flexrowspal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flexrowspal2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.container {
  background-color: #000;
  position: relative;
  width: 100%;
  left: 0;
}
.container .header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 100;
}
.container .header .logo {
  width: 118px;
  height: 51px;
  margin-top: 49px;
  margin-right: 465px;
}
.container .header .nav {
  display: flex;
  margin-top: 59px;
}
.container .header .nav .item {
  width: 77px;
  position: relative;
  height: 32px;
  margin-right: 20px;
}
.container .header .nav .item .border {
  width: 77px;
  height: 8px;
  position: absolute;
  bottom: 7px;
  left: 0;
}
.container .header .nav .item .name {
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 1;
}
.container .header .nav .item.active .border {
  background-color: #009944;
}
.container .header .nav.black .item .name {
  color: #2B2C2C !important;
}
.footer {
  background-color: #001A0B;
  width: 100%;
  height: 248px;
}
.footer .logo {
  width: 200px;
  height: 86.44px;
}
.footer .fRight {
  height: 85px;
  margin-left: 73px;
  padding-left: 60px;
  color: #fff;
  border-left: 2px solid #fff;
}
.footer .fRight .phone .title {
  font-size: 14px;
  margin-top: 13px;
}
.footer .fRight .phone .name {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 3px;
}
.footer .fRight .company {
  margin-right: 112px;
  margin-top: 13px;
}
.footer .fRight .company .name {
  font-size: 20px;
}
.footer .fRight .company .email {
  font-size: 14px;
  margin-top: 10px;
}
