footer {
  padding: 70px 70px 30px;
}
footer .inner {
  display: flex;
  justify-content: space-between;
}
footer .inner .f-txt {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .inner .f-rows {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer .inner .f-rows.first {
  width: 31.3020833vw;
}
footer .inner .f-rows.second {
  width: 41.09375vw;
}
footer .inner .f-item.f-address .f-txt {
  line-height: 145%;
}
footer .inner .f-item.f-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .inner .f-item.f-newsletter .f-section-title {
  margin-bottom: 4px;
}
footer .inner .f-item.f-newsletter .f-section-subtitle {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 5px;
}
footer .inner .f-item.f-newsletter .f-inp-area form {
  display: flex;
  flex-direction: column;
}
footer .inner .f-item.f-newsletter .f-inp-area form input {
  width: 300px;
  border: 0;
  background: rgba(255, 255, 255, 0);
  margin-bottom: 23px;
  border-bottom: 1px solid #a9a9a9;
}
footer .inner .f-item.f-newsletter .f-inp-area form button {
  border: 0;
  background: rgba(255, 255, 255, 0);
  display: flex;
  gap: 15px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
}
footer .inner .f-item.f-newsletter .f-inp-area form button svg {
  width: 5px;
}
footer .inner .f-item.f-privacy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .inner .f-item.f-privacy * {
  text-align: right;
}
footer .inner .f-item.f-privacy .f-copy {
  margin-top: 152px;
  color: #8b8b8b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1200px) {
  footer .inner .f-item.f-newsletter .f-inp-area form input {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  footer {
    padding: 70px 20px 30px 19px;
  }
  footer .inner .f-rows.first {
    width: 35vw;
  }
  footer .inner .f-rows.second {
    width: 46vw;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 30px 20px 19px 19px;
  }
  footer .inner {
    flex-direction: column;
    gap: 13px;
  }
  footer .inner .f-txt {
    font-size: 20px;
    line-height: 160%;
  }
  footer .inner .f-rows {
    flex-direction: column;
  }
  footer .inner .f-rows.first {
    width: 100%;
    gap: 25px;
  }
  footer .inner .f-rows.second {
    width: 100%;
    gap: 20px;
  }
  footer .inner .f-item.f-address .f-txt {
    text-align: center;
    line-height: 160%;
  }
  footer .inner .f-item.f-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .inner .f-item.f-newsletter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  footer .inner .f-item.f-newsletter .f-section-title {
    margin-bottom: 0;
  }
  footer .inner .f-item.f-newsletter .f-section-subtitle {
    margin-bottom: 0;
    padding-right: 9px;
    padding-bottom: 5px;
  }
  footer .inner .f-item.f-newsletter .f-inp-area {
    width: 100%;
  }
  footer .inner .f-item.f-newsletter .f-inp-area form {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    transform: translateY(-7px);
  }
  footer .inner .f-item.f-newsletter .f-inp-area form input {
    width: calc(100% - 61px);
    margin-bottom: 0;
  }
  footer .inner .f-item.f-newsletter .f-inp-area form button {
    gap: 10px;
  }
  footer .inner .f-item.f-privacy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }
  footer .inner .f-item.f-privacy * {
    text-align: left;
  }
  footer .inner .f-item.f-privacy .f-copy {
    margin-top: 0;
    font-size: 12px;
  }
  footer .inner .f-item.f-privacy .f-txt {
    font-size: 12px;
    line-height: normal;
  }
}
