#prefooter{
	padding: 60px 0;
	background-color: #c9c9c9;
	font-weight: 400;
	float: left;
	width: 100%;
}
#prefooter .box, #footer .box{
	margin-bottom: 30px;
	height: auto;
}
#prefooter h2{
	color: #666666;
	font-size: 46px;
	text-align: left;
	margin: 0 0 25px 0;
	font-family:'Roboto-Thin';
}
#prefooter .column a:not(.social):not(.number_phone):not(.feedback){
	display: block;
	color: #575757;
	font-size: 11px;
	text-align: left;
	margin-top: 10px;
	float: left;
    clear: both;
}
#prefooter .column a:hover{
	color: #a70017;
}
a.social {
    background-color: #666;
    color: #FFF;
    display: block;
    height: 50px;
    padding: 5px;
    /* width: 50px; */
    text-align: center;
    margin-right: 5px;
    font-size: 28px;
    width: 50px;
    float: left;
    border-radius: 25px;
    margin-top: 10px;
}
a.social:hover {
    background-color: #a70017;
    color: #FFF !important;
    
}
#footer{
	padding: 30px 0;
	background: url("/public/images/footer_bg.png") repeat;
	font-weight: 400;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
#footer div.title{
	color: #FFF;
}
#footer .column a, #footer .column p{
	display: block;
	color: #999999;
	font-size: 11px;
	text-align: left;
	margin-top: 10px;
}
#footer .phone{
	    float: right;
    color: #FFF;
    margin-bottom: 40px;
    width: 100%;
    text-align: right;
}
#footer .phone a.feedback{
	margin-top: 0px;
}
#footer a.number_phone{
	font-size: 25px; 
	color: #FFF;
	display: inline;
}
.sign{
	width: 100%;
    text-align: right;
}
.border_box{
	position:fixed;
	height: 30px;
	background-color: #FFF;
	bottom: 0;
}
.social-links
  {white-space: nowrap;	 
   display: inline-flex;
   flex-direction: row;
   flex-wrap: nowrap;   
  }