#home {
  margin-top: -2px;
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#home img {
  width: calc(100% + 1px);
  transform: translateX(-1px);
}
.new-nav {
  background: #f69118;
}
.nav_tab {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.nav_tab .nav {
  width: 100%;
  padding: 20px 6%;
  background-color: transparent;
}
.nav_tab .nav img {
  vertical-align: middle;
  width: 200px;
}
.nav ul {
  float: right;
  margin: 10px 0 0;
}
.nav li {
  float: left;
  list-style: none;
  font-size: 20px;
  padding: 4px 15px;
}
.nav li a {
  color: #ffffff;
  text-decoration: none;
}
.title {
  font-weight: bold;
  padding: 30px 20%;
  font-size: 24px;
  color: #244746;
}
img {
  width: 100%;
}
#contacts {
  width: 100%;
  padding: 120px 60px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url('../img/about-us-bg.png') no-repeat;
  background-size: 100% 100%;
}
#contacts img {
  width: 35%;
}
#contacts .content {
  padding: 0 10%;
  text-align: center;
}
#contacts .content .header {
  font-weight: bold;
  padding: 10px;
  font-size: 32px;
  color: #ffffff;
}
#contacts .content .subtitle {
  font-weight: bold;
  padding: 10px;
  font-size: 20px;
  color: #ffffff;
}

.foot {
  width: 100%;
  padding: 0 10%;
  color: #fff;
  background: #00040C;
}
.foot .foot_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 20px;
  font-size: 16px;
}
.foot .info {
  display: flex;
  align-items: center;
}
.foot .left {
  width: 60%;
}
.foot .right {
  width: 40%;
  font-size: 16px;
  text-align: right;
}
.foot .support {
  font-size: 20px;
  font-weight: 700;
}
.foot .privacy a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.foot .privacy p:last-of-type {
  margin-top: 20px;
}
.foot .info {
  margin: 8px 0;
}
.foot .left .logo_footer {
  width: 200px;
  margin: 20px 0 30px;
}
.foot .left .icon {
  margin-right: 8px;
  width: 20px;
}
.foot .right img {
  width: 140px;
}
.foot .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #f69118;
  padding: 20px 0 60px;
}
