.footer-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-block {
  margin-top: 0;
}

.footer-logo {
  margin-bottom: 1rem;	
}

.footer-info {
  padding: 0.25rem;
}

.footer-info p {
	color: #e67e22;
    margin-bottom: 1rem;
    font-size: 0.95em;
}

.footer-contacts {
  font-size: 1.4em;
}

.footer-block .phone,
.footer-block .email {
  text-align: center;
}

.footer-block .phone {
  font-weight: bold;
}

.footer-block .email {
  font-size: 0.85em;
}

.footer-contacts .fa,
.footer-block a:hover {
  color: #e67e22;
}

.footer-payments {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-type {
  padding: 0 .5rem;
}

.payment-type img {
  max-height: 20px !important;
}

.footer-menu-ttl {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 1rem;
}

.footer-menu .footer-menu-item {
  width: 100%;
}

.footer-menu-item .footer-menu-link {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 0.25rem 0;
}
