.footer_top_nav{
    background: #e9f0f1;
    padding: 15px 0;
}
.footer_top_nav .title{
    color: #53859d;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.ftn_item{
    margin-bottom: 15px;
    padding-left: 60px;
    box-sizing: border-box;
    width: 100%;
    padding-top: 17px;
    position: relative;
}
.ftn_item ul{
    list-style: none;
    margin: 0;
    padding: 0;		
}
.ftn_item ul a{
    display: block;
    color: #000;
    padding: 2px 0;
    text-decoration: none;
}
.ftn_item ul a:hover{
    text-decoration: underline;
}
.clearfix{
    clear: both;
}
.ftn_ico{
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width:768px){
    .ftn_item{
        width: 50%;
        float: left;
    }
}
@media screen and (min-width:992px){
    .ftn_item{
        width: 25%;
    }
}