.footer-wrapper {
  padding: 60px 120px;
  background: #212121;
  color: #ffffff;
  position: relative;
  top: 124px;
}

.newsletter {
  flex-direction: column;
  gap: 21px;
  width: 360px;
}

.newsletter-title {
  font-size: 20px;
  font-weight: 700;
}

.newsletter-content {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .newsletter-content {
    text-align: center;
  }
}
.email {
  border-radius: 6px;
  border: 1px solid #ffffff;
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  background: #212121;
  color: #ffffff;
}

.email::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

.email::placeholder {
  color: #ffffff;
  font-size: 14px;
}

.email.subscribed::-moz-placeholder {
  color: #000;
}

.email.subscribed::placeholder {
  color: #000;
}

.email:focus {
  color: #ffffff;
  font-size: 14px;
  background: #212121;
  border: 1px solid #ffffff;
  border-right: none !important;
  box-shadow: none;
}

.newsletter-media {
  display: flex;
  align-self: flex-start;
  gap: 16px;
}

.newsletter-media img {
  width: 30px;
  height: 30px;
}

.newsletter-description {
  width: 100%;
}

.error-text-email {
  color: red;
  display: none;
  font-size: 12px;
}

@media (max-width: 1439px) {
  .footer-wrapper {
    padding: 40px;
    flex-direction: column;
  }
  .newsletter {
    width: 100%;
    place-items: center;
    margin-bottom: 24px;
  }
  .newsletter-description {
    align-self: flex-start;
  }
}
.description-btn {
  height: 44px;
  color: #ffffff;
  background: #212121;
  border: 1px solid #ffffff;
  border-left: none !important;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.description-btn img {
  width: 44px;
  height: 44px;
}

.btn-outline-secondary:hover {
  background: #212121;
  border: 1px solid #ffffff;
  border-left: none !important;
  box-shadow: none;
}

.btn-outline-secondary img {
  height: 44px;
}

.footer-info {
  gap: 80px;
  justify-content: start;
  align-items: start;
}

@media (max-width: 1439px) {
  .footer-info {
    justify-content: space-between;
    width: 100%;
    align-items: start;
  }
}
.footer-info-item {
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 767px) {
  .footer-info {
    justify-content: start;
    flex-direction: column;
    gap: 24px;
  }
  .footer-info-item {
    flex-direction: column;
    gap: 22px;
  }
}
.footer-info-title {
  font-size: 14px;
  font-weight: 700;
}

.footer-info-content {
  font-size: 14px;
  font-weight: 400;
}
.footer-info-content .form-select {
  background: #212121;
  color: #ffffff;
  border-color: unset;
  border: unset;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  padding-top: unset;
  padding-bottom: unset;
  padding-left: unset;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../assets/image/arrow-d.svg") !important;
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.footer-info-content .form-select:focus {
  border-color: unset;
  box-shadow: none;
  outline: none;
}

.footer-info-content:hover {
  font-weight: 600;
  cursor: pointer;
}

.copyright {
  color: #212121;
  font-size: 12px;
  text-align: center;
  padding: 10px 60px;
  font-family: Roboto;
  font-weight: 400;
  position: relative;
  top: 124px;
}

@media (max-width: 1439px) {
  .copyright {
    padding: 10px 60px 26px 60px;
  }
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 60px 19px 60px;
  }
}