#main-footer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background-color: #1E1E1E;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

#main-footer a {
  color: white;
}

#main-footer p {
  color: #B7AB6A;
}

@media screen and (max-width: 1024px) {
  #main-footer {
    margin-bottom: 0px;
  }
}

#wrapper-footer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

#footer-left {
  width: 70%;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 4px solid #272727;
}

#footer-right {
  width: 30%;
  margin-left: 30px;
  margin-right: 30px;
}

#footer-right p {
  text-align: center;
}

#wrapper-footer-down {
  padding-top: 20px;
}

#wrapper-footer-down p {
  text-align: center;
}

#footer-share {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
  #wrapper-footer {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  #footer-left {
    border: 0px;
    width: 100%;
    border-bottom: 4px solid #272727;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #footer-right {
    margin: auto;
    width: 100%;
    margin-top: 30px;
    border-bottom: 4px solid #272727;
    padding-bottom: 30px;
  }
}

.other-languages-footer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
