.box_links{
	border: 1px solid #dfdfdf;
    padding: 20px;	
}
.box_links .links{
	margin: 15px 0 0 15px;
} 
.box_links .sign{
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	background: #000;
	color: #FFF;
	font-size: 14px;
	text-align: center;
    line-height: 25px;
    display: inline-block;
}
.box_links .sign:hover{
	background: #ea4e56 !important;
}
.box_links .links a{
	text-decoration: underline;
	font-size: 16px;
	color: #484848;
} 
.box_links .links a:hover, .box_links .links a:focus{
	color: #ea4e56;
} 
.box_links .links span{
	font-size: 14px;
	color: #a3a3a3;
	margin-left: 5px;
} 
.big-title{
	color: #000;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: center;
    margin: 0 0 30px 0;
    width: 100%;
}
.big-title h2{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	margin: inherit;
    width: 100%;
}
a.red-link{
	color: #27292a;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px dashed #27292a;
	text-decoration: none;
}

a.red-link:hover, .red-link.active, .red-link:focus{
	color: #dc3940;
	font-weight: bold;
	border-bottom: 1px dashed #dc3940;
	outline: none;
}
/*banners*/
.banners{
	margin-top: 30px;
}
.banners a{
	display: block;
    width: calc((100% - 50px) / 6);
    margin-left: 10px;
    border-radius: 3px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    float: left;
}
.banners a:first-child{
	margin: 0;
}
.banners a img{
	width: 100%;
}

.banners a .ban_dscr{
	width: 100%;
	position: absolute;
	bottom: 13px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	line-height: 1.4;
}
.banners a .ban_dscr span{
	display:block;
}
.banners a:first-child .ban_dscr span:first-child{
	font-size: 11px;
}
.banners a:first-child .ban_dscr span:last-child{
	font-weight: bold;
}
.banners a:nth-child(2) .ban_dscr span:first-child{
	color: #000;
	font-size: 11px;
	margin-bottom: 6px;
}
.banners a:nth-child(2) .ban_dscr span:last-child{
	color: #000;
	font-weight: bold;
}
.banners a:nth-child(3) .ban_dscr span:first-child{
	font-weight: bold;
	
}
.banners a:nth-child(3) .ban_dscr span:last-child{
	font-size: 11px;
}
.banners a:nth-child(4) .ban_dscr span:first-child{
	color: #000;
	font-weight: bold;
	
}
.banners a:nth-child(4) .ban_dscr span:last-child{
	color: #000;
	font-size: 11px;
}
.banners a:nth-child(5) .ban_dscr span:first-child{
	font-size: 11px;
}
.banners a:nth-child(5) .ban_dscr span:last-child{
	font-weight: bold;
}
.banners a:nth-child(6) .ban_dscr span:first-child{
	color: #000;
	font-size: 11px;
}
.banners a:nth-child(6) .ban_dscr span:last-child{
	color: #000;
	font-weight: bold;
}
