.footer-cover {
  min-height: 500px;
  width: 100%;
  position: relative;
  bottom: 0;
  transition: all 1s ease-in-out;
}

.footer-cover.hide {
  min-height: 0px;
  bottom: 500px;
}

.footer_desktop {
  position: relative;
  z-index: 1;
  height: 500px;
}
.footer_desktop .fixed-wrap {
  position: fixed;
  bottom: 0;
  height: 500px;
  margin-top: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  margin-top: 0;
}

footer {
  position: fixed;
  bottom: 0;
  height: 500px;
  margin-top: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
footer img {
  position: absolute;
  right: 0;
  height: 100%;
  opacity: 0.6;
}
footer p {
  font-size: 14px;
  line-height: 170%;
  margin-top: 14px;
}
footer a {
  color: white;
}
footer .lang {
  margin-top: -15px;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}

.footer_mobile {
  display: none;
}

.column_one {
  width: 45%;
  margin-left: 90px;
  z-index: 1;
}
.column_one h1 {
  font-size: 60px;
  line-height: 120%;
  font-weight: 900;
}

.column_two {
  width: 220px;
  z-index: 1;
  margin-left: 90px;
  margin-right: 50px;
}
.column_two a {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

.column_three {
  width: 150px;
  z-index: 1;
  margin-right: 25px;
}
.column_three a {
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 10px;
}
.column_three a:first-child {
  margin-bottom: 16px;
  margin-top: 14px;
}
.column_three a.ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings {
  color: white;
  border: 0px solid transparent;
  padding: 0;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 14px;
  margin-top: -7px;
  margin-bottom: 9px;
}
.column_three a.ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings:hover {
  color: white;
  background-color: transparent;
}
.column_three a.bold {
  line-height: 100%;
}
.column_three p {
  margin: 0;
}

.footer_desktop.footer-main {
  z-index: 1;
  position: fixed;
}

@media screen and (max-width: 900px) {
  .footer-cover {
    z-index: 2;
    height: 170vh;
  }
  .post-type-archive-project .footer-cover {
    height: 80vh;
  }
  .footer_desktop {
    display: none;
  }
  .footer_mobile {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    padding: 50px 20px;
    position: fixed;
    z-index: 1;
  }
  .footer_mobile .string {
    display: flex;
    justify-content: space-between;
  }
  .footer_mobile .column {
    width: 50%;
  }
  .footer_mobile h1 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 900;
    margin-right: 25px;
    line-height: 36px;
    position: relative;
    display: block;
    z-index: 1;
  }
  .footer_mobile p {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 0px;
  }
  .footer_mobile a {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 0px;
  }
  .footer_mobile .col-link a {
    font-size: 14px;
    margin-top: 3px !important;
    margin-bottom: 0px;
  }
  .footer_mobile .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings {
    color: white;
    border: 0px solid transparent;
    padding: 0;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 14px;
  }
  .footer_mobile .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings:hover {
    color: white;
    background-color: transparent;
  }
}