footer{
  background: #fff;
}
.black {
  background-color: #000;
  display: inherit;
}
.footer_container {
  padding-top: 50px;
  padding-bottom: 330px;
}
.footer_container h1 {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  max-width: 430px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.footer_container_1 {
  text-align: right;
  padding-top: 90px;
  color: #fff !important;
}
.footer_container_1 p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.footer_container_1 img {
  margin-top: 10px;
}
.footer_black {
  background-color: #000;
  margin-top: -200px;
}
.black_mob {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #000;
  display: none;
}
.black_mob_container {
  width: 90%;
  margin: auto;
}
.black_mob .img_mob {
  margin: auto;
  text-align: left;
}
.black_mob p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 100 !important;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  padding-top: 15px;
}
.black_mob .wrapper {
  display: inline;
  margin-top: 30px;
}
.wrapper .left {
  text-align: left;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  float: left;
  padding-top: 40px;
  margin-right: 30px!important;
}
.wrapper .right {
  text-align: right;
  float: right;
  padding-top: 40px;
  margin-left: 30px!important;
}
.footer_container_1 img {
  padding-left: 10px;
}
.right img {
  padding-left: 10px;
}
.footer_container_1 p a{
  color: #fff;
}
a.link1 svg, a.link svg{
  color: #fff;
}

.privacy {
  font-family: Montserrat, "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #6b6b6b;
}

a.privacy {
  text-decoration: none;
  color: #6b6b6b;
  cursor: pointer;
}

.privacy a {
  text-decoration: none;
  color: #6b6b6b;
}

.privacy:visited,
.privacy a:visited {
  color: #6b6b6b;
}

.privacy:hover,
.privacy a:hover {
  color: #4f4f4f;
  text-decoration: none;
}

.privacy:active,
.privacy a:active {
  color: #4f4f4f;
}

.privacy:focus-visible,
.privacy a:focus-visible {
  outline: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media only screen and (max-width: 1000px) {
  footer{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
  }
  .black {
      display: none;
  }
  .footer_black {
      display: none;
  }
  .black_mob {
      display: inherit;
  }
  .privacy{
    font-size: 10px;
  }
  .wrapper .left {
    margin-bottom: 40px!important;
  }
  .wrapper .right {
    margin-bottom: 40px!important;
  }
}