@include respond-between(md, lg) {
	footer {
		
		#upper_footer {
			
			.footer-content {
				
				h3 {
			
				}
				p.address {
				
				}
				p.phones, p.opening-times {

				}
				a {

				}
				a:hover {

				}
			}
		}
		#lower_footer {
		
			p {

			}
			a {

			}
			a:hover {

			}
		}
	}
}

@include respond-between(sm, md) {
	footer {
		
		#upper_footer {
			
			.footer-content {
				
				h3 {
			
				}
				p.address {
				
				}
				p.phones, p.opening-times {

				}
				a {

				}
				a:hover {

				}
			}
		}
		#lower_footer {
		
			p {

			}
			a {

			}
			a:hover {

			}
		}
	}
}

@include respond-between(xs, sm) {
	footer {
		
		#upper_footer {
			
			.footer-content {
				
				h3 {
			
				}
				p.address {
				
				}
				p.phones, p.opening-times {

				}
				a {

				}
				a:hover {

				}
			}
		}
		#lower_footer {
		
			p {

			}
			a {

			}
			a:hover {

			}
		}
	}
}

@include respond-below(xs) {
	footer {
		
		#upper_footer {
			padding: 2.166rem 0;
			.footer-content {
				width: 90%;
				h3 {
					margin-bottom: 1rem;
				}
				p.address {
				
				}
				p.phones, p.opening-times {

				}
				a {

				}
				a:hover {

				}
			}
		}
		#lower_footer {
		
			p {

			}
			a {

			}
			a:hover {

			}
		}
	} 
}