#footer {
  margin-top: 64px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  #footer {
    margin-top: 40px;
  }
}
#footer,
.footer-bottom {
  background-color: #0d2635;
}
#footer .custom-footer > div {
  padding-left: 0px;
  padding-right: 0px;
}
.footer-rows .custom-footer {
  padding: 0px;
}
#footer .footer-logo-stcm {
  width: 68px;
  height: 180px;
  background-color: #ffffff;
  padding: 15px 10px;
  align-content: flex-end;
  margin-bottom: 55px;
}
#footer .footer-logo-stcm img {
  width: 50px;
}
#footer .footer-desc-stcm {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}
#footer .footer-desc-stcm span {
  font-size: 16px;
  font-weight: 500;
}
#footer .footer-contact-stcm li,
#footer .footer-contact-stcm li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}
#footer .footer-contact-stcm li span,
#footer .footer-contact-stcm li a {
  display: flex;
  flex-flow: row;
  text-decoration: none;
}
#footer .footer-contact-stcm li a:hover {
  color: #90a5b4;
}
#footer .footer-contact-stcm li .working-time-stcm:before {
  content: "";
  display: flex;
  background-image: url("https://736460.myshoptet.com/user/documents/icons/optima-diamant-working-time.svg");
  width: 19px;
  height: 15.6px;
  background-repeat: no-repeat;
  background-position: center;
  align-self: center;
  margin-right: 15px;
}
#footer .footer-contact-stcm li .phone-stcm:before {
  content: "";
  display: flex;
  background-image: url("https://736460.myshoptet.com/user/documents/icons/optima-diamant-phone.svg");
  width: 19px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  align-self: center;
  margin-right: 15px;
}
#footer .footer-contact-stcm li .mail-stcm:before {
  content: "";
  display: flex;
  background-image: url("https://736460.myshoptet.com/user/documents/icons/optima-diamant-mail.svg");
  width: 19px;
  height: 13.6px;
  background-repeat: no-repeat;
  background-position: center;
  align-self: center;
  margin-right: 15px;
}
#footer .footer-col-wrapper-stcm {
  display: flex;
  flex-flow: row;
  max-width: 850px;
  width: 100%;
  justify-content: space-between;
  padding-top: 45px;
}
#footer .footer-inner-stcm {
  display: flex;
  flex-flow: row;
}
#footer .footer-contact-stcm,
#footer.footer-list-stcm {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-list-stcm {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
#footer .footer-brand-stcm {
  min-width: 350px;
}
#footer .footer-title-stcm {
  font-size: 18px;
  margin-bottom: 15px;
  color: #90a5b4;
  font-weight: 400;
}
#footer .footer-list-stcm li {
  padding: 0px;
  line-height: 1.2;
}
#footer .footer-list-stcm li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
#footer .footer-list-stcm li a:hover {
  color: #90a5b4;
  text-decoration: none;
}
#footer .footer-col-stcm {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-right: 20px;
}
#footer .footer-col-stcm:last-child {
  padding-right: 0px;
}
.id-29 #footer {
  margin-top: 0px;
}
#footer .row {
  margin-left: 0px;
  margin-right: 0px;
}
#footer .banner-wrapper {
  margin-top: 0px;
}
#footer .custom-footer>div {
  padding-bottom: 0px;
}
#footer .banner {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #footer .footer-brand-stcm {
    min-width: 290px;
  }
  #footer .footer-col-wrapper-stcm {
    display: grid;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    gap: 20px;
  }
  #footer .footer-col-stcm {
    justify-content: flex-start;
  }
  #footer .footer-col-wrapper-stcm .footer-col-stcm {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #footer .footer-col-wrapper-stcm {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  #footer .footer-brand-stcm {
    min-width: 270px;
  }
  #footer .footer-col-stcm {
    padding-right: 0px;
  }
}
@media (max-width: 479px) {
  #footer .footer-logo-stcm {
    height: 72px;
    margin-bottom: 20px;
  }
  #footer .footer-desc-stcm {
    margin-bottom: 15px;
  }
  #footer .footer-inner-stcm {
    flex-flow: column;
  }
  #footer .footer-brand-stcm {
    align-items: center;
  }
  #footer .footer-col-wrapper-stcm {
    margin-bottom: 30px;
  }
  #footer .footer-col-wrapper-stcm .footer-col-stcm {
    align-items: center;
  }
  .footer-col-inner-stcm {
    justify-items: center;
  }
  #footer .footer-list-stcm {
    align-items: center;
  }
}