footer {
  margin-top: 60px;
}
.foooter__header--logotype {
  transition: all 0.4s;
}
.foooter__header--logotype:hover {
  opacity: 0.4;
}

.footer__content {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
}
.footer__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 44px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  flex-wrap: wrap;
  gap: 20px;
}
.foooter__header--logotypes {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.footer__header--links--nav ul {
  display: flex;
  gap: 30px;
}
.footer__header--links--nav ul li a {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.4s;
}
.footer__header--links--nav ul li a:hover {
  color: #434b36;
}

.footer__middle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #000000;
  gap: 30px;
  flex-wrap: wrap;
}
.footer__middle--links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__middle--links a {
  color: #6c834b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: all 0.4s;
}
.footer__middle--links a:hover {
  color: #434b36;
}
.footer__middle--contacts {
  display: flex;
  flex-direction: column;
}
.footer__middle--contacts p,
.footer__middle-form p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
.footer__middle-form {
  width: 36%;
}
.footer__middle-form form {
  display: flex;
  flex-direction: column;
}

.input__email {
  border: 1px solid #757575;
  border-radius: 0;
  padding: 10px 10px;
  box-sizing: border-box;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "UAF Sans", sans-serif;
}
.input__email::-webkit-input-placeholder {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000000;
}
.footer__middle-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.input_button {
  padding: 13px;
  cursor: pointer;
  text-align: center;
  font-family: "UAF Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  background-color: #434b36;
  color: #ffffff;
  border: none;
  transition: all 0.4s;
}
.input_button:hover {
  background-color: #c3cdb2;
  color: #434b36;
}
.footer__partners {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 200px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #000000;
}
.footer__partners--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.footer__partners--item.footer__partners--item-double {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.footer__partners--item-double p {
  width: 100%;
  text-align: center;
}
.footer__partners--item p {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer__partners--item a {
  transition: all 0.4s;
}
.footer__partners--item a:hover {
  opacity: 0.4;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}
.footer__bottom--copyright {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer__bottom--development {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer__bottom--development a {
  transition: all 0.4s;
}
.footer__bottom--development a:hover {
  opacity: 0.4;
}
.footer__bottom--social {
  display: flex;
  gap: 10px;
}
.footer__bottom--social--item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: #434b36;
  color: #ffffff;
  border-radius: 100px;
  transition: all 0.4s;
}
.footer__bottom--social--item:hover {
  background-color: #c3cdb2;
  color: #434b36;
}
.footer__bottom__image {
  position: relative;
  width: 100%;
  height: 100px;
}
.footer-sub-wrapper {
  background: url(../img/footer__path.svg) left bottom repeat-x;
  background-size: 3%;
  height: 100%;
  width: 100%;
}
.foooter__header--logotype {
  height: 24px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 822px) {
  .footer__middle-form {
    width: 100%;
  }
  .footer-sub-wrapper {
    background-size: 15%;
  }
}

@media screen and (max-width: 768px) {
  .footer__content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-sub-wrapper {
    background-size: 9%;
  }
  .footer__partners {
    gap: 80px;
  }
  .footer__header--links--nav ul {
    flex-direction: column;
    gap: 16px;
  }
  .footer__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .footer__partners {
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  .footer__partners--item a {
    height: 50px;
  }
  .footer__partners--item {
    justify-content: flex-start;
  }
  .foooter__header--logotype {
    height: 24px;
  }
  .foooter__header--logotypes {
    flex-wrap: wrap;
  }
  .lobby_logo {
    height: 20px;
  }
}

.contacts__social--button img {
  color: #434b36;
}
