.small_title{
    font-family: 'Clan Pro News';
    font-size: 12px;
    line-height: 16px;
    color: black;
    font-family: sans-serif;
    text-transform: uppercase;
    width: 100%;
}
.big_title{
    font-size: 24px;
    margin-bottom: 44px;
    position: relative;
    float: left;
    width: 100%;
}
.ab_list li{
    list-style: lower-alpha;
    margin-left: 22px;
    padding-left: 6px;
}
.ab_list li::before{
    content: none;
}
.button_black{
    background-color: black;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    padding:0 15px;
    color: white;
    float: left;
    margin-top: 15px;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
	clear: left;
    padding-top:1px;
}
.button_white{
    font-family: 'Clan Pro News';
    background-color: white;
    height: 40px;
    font-size: 14px;
    float: left;
    margin-right: 15px;
    padding:0 15px;
    color: black;
    line-height: 40px;
    cursor: pointer;
    padding-top:1px;
}
.button_yellow{
    background-color: #FFFF28;
    text-transform: uppercase;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    float: left;
    margin-right: 15px;
    padding:0 15px;
    color: black;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}
.button_yellow a{
    transition: all 0.5s ease-out;
}
.button_yellow:hover{
    text-decoration: none;
    color:#FFFF28;
    background:#000;
}
.button_yellow:hover a{
    color:#FFFF28 !important;
    text-decoration: none;
}
