#name-page{background-image: url('../img/bg_singratur.jpg')}

#a_singratur {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color:#0d2128;
    font-size: 14px;
    line-height: 30px;
}
#a_singratur p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #1185d9;
    margin: 50px 0;
}
#a_singratur .container{
    color:#7E7E7E;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.docs {
    list-style: none;
    padding:0;
}
.docs  li{
    display: block;
    height: 59px;
    margin-top:32px ;
}
.docs a {
	border: 1px solid #1185D9;
	width: 100%;
	color: #9C9C9C;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	transition: all .2s ease-in-out;
	display: flex;
	height: 100%;
	align-content: center;
    align-items: center;
    padding-left:15px;
    text-transform: uppercase;
}
.docs a:hover{
    color: #FFFFFF;
    background-color: #1185D9;
}
.docs a:hover::after{
    background-image: url('../img/arrow_sub_menu.png') !important;
}
.docs a::after{
    background: url('../img/arrow_politica.png') 0 0 no-repeat;
    width: 6px;
    height: 10px;
    content: ' ';
    position: absolute;
    right: 35px;
}