#foot {
  width: 100%;
  background-color: #D74344;
  background-size: cover;
  text-align: center;
  color: #FFFFFF;
  margin-top: auto;
  padding-top: 30px;
}

#maillist_subscribe>img {
  width: 85px
}

#mail_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin-top: 0.5em;
  margin-bottom: 0px;
}

#mail_desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 16px;
}

#footer_container {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  width: 80%;
  padding: 0;
}

#footer_container h4 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  margin: 16px 0;

}

.footer_link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px;
}

#links_container div {
  display: flex;
}

#links_container div div {
  flex-direction: column;
  margin-right: auto;
}

.footer_ico {
  line-height: .8;
  font-size: 36px;
  margin: 16px 12px 0 0;
}

#footer_address {
  text-align: left;
  width: 80%;
  margin: 49px auto 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
}

#copyright_container {
  text-align: left;
  width: 80%;
  margin-top: 0;
  padding: 0 0 45px;
}

#copyright_container * {
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  margin-right: 16px;
  margin-bottom: 0;
}

#bcorp-desktop {
  display: none;
}

#bcorp-mobile {
  width: 53px;
  height: 90px;
  margin-right: auto;
  display: block;
}

#contacts_container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

/* Tablet adjustments */
@media (min-width: 768px) {
  #mail_title {
    font-size: 24px;
  }

  #mail_desc {
    font-size: 16px;
    margin: 9px 0 22px;
  }

  #footer_container h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 22px;
  }

  .footer_link {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
  }

  #footer_address {
    margin-top: 62px;
  }

  #footer_address,
  #copyright_container * {
    font-size: 16px;
  }
}

/* Laptop adjustments */
@media (min-width: 900px) {
  #footer_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
  }

  #footer_address {
    text-align: center;
  }

  #copyright_container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }

  #copyright_container div a,
  #copyright_container p {
    margin: 0 25px;
  }

  #bcorp-desktop {
    width: 53px;
    height: 90px;
    display: block;
    align-self: center;
  }

  #bcorp-mobile {
    display: none;
  }
}

#payment_methods_container {
  display: flex;
  flex-wrap: wrap;
}

#payment_methods_container img {
  object-fit: contain;
  width: 50px;
  margin-right: 8px;
}

#copyright_container .map-marker {
  height: 16px;
  width: auto;
  margin: 0 8px 0 0;
}

@media (min-width: 900px) {
  #copyright_container .map-marker {
    height: 20px;
  }
}