footer {
  padding-bottom: 150px;
  padding-bottom: min(10vh, 150px);
}
.footer_tagline hr {
  display: none;
}
.footer_block_cont {
  flex-direction: column;
  row-gap: 20px;
}
.block {
  cursor: pointer;
}
.block,
.mailing_block {
  width: 100%;
  font-size: 18px !important;
}
.mailing_block {
  margin-top: 30px;
}
@media (max-width: 550px) {
  .email_list_form {
    font-size: 18px;
  }
  .email_list_form button {
    padding: 0 30px;
  }
  .email_list_form button:hover {
    padding: 0 40px;
  }
}
.block strong {
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.block ul li {
  margin-bottom: 15px;
  font-size: 17px;
}
.block.dropdown ul {
  display: block;
}
.block.dropdown strong::after {
  content: '\F235';
}
.footer_tagline_man {
  font-size: 40pt;
  font-weight: 700;
}
footer .socials {
  justify-content: center;
  margin-top: 30px;
  column-gap: min(11vw, 60px);
  padding-left: 0;
}
footer .socials > .soc {
  width: 35px;
  height: 35px;
}
.footer_block_cont.animate_observer,
.footer_tagline.animate_observer,
.footer_tagline.animate_observer .footer_tagline_man,
.copyright.animate_observer {
  opacity: 1;
  animation: none;
  animation-play-state: paused;
}
