div.main-wrap.footer
{
	float: left;
	width: 100%;
	padding: 30px 0px;
	border-top: 1px solid #ddd;
}
	
	ul.footer-cols
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		list-style-type: none;
	}
	
		ul.footer-cols > li
		{
			margin-right: 40px;
		}
		
		ul.footer-cols > li:last-child
		{
			margin: 0px;
		}
		
			span.footer-cols-title
			{
				font-size: 20px;
				display: block;
			}
			
			a.footer-logo
			{
				display: block;
				background: url('/img_files/items/logo-black.svg') no-repeat center;
				background-size: contain;
				width: 250px;
				height: 60px;
			}
			
			ul.social-links
			{
				float: left;
				width: 100%;
				margin-top: 30px;
				list-style-type: none;
			}
			
				ul.social-links li
				{
					float: left;
					margin-right: 10px;
				}
				
					ul.social-links li a
					{
						float: left;
					}
					
						ul.social-links li a img
						{
							height: 30px;
						}
					
						ul.social-links li a i
						{
							float: left;
							font-size: 30px;
							color: #fff;
							border-radius: 5px;
						}
						
						ul.social-links li a i.moon-social-instagram
						{
							background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
						}
						
						ul.social-links li a i.moon-social-facebook
						{
							background: #3765a3;
						}
				
				ul.footer-links
				{
					margin-top: 10px;
					list-style-type: none;				
				}
				
					ul.footer-links li
					{
						margin-bottom: 10px;
					}
					
						ul.footer-links li a
						{
							font-size: 16px;
							color: #7b7b7b;
						}