
#slide3> div:first-child {
    background: url(../../images/verh.jpg) left 0 no-repeat;
}
#slide3 .f-bottom {
    background: url(../../images/niz.jpg) left 0 no-repeat;
}

table{
    margin: 40px 0 0 0;
    font-size: 14px;
    font-family: FiraSansRegular;
    color: #5f5f5f;
    line-height: 1.1;
}
table tr:nth-child(even){
    background: #f4f4f4;
}
table tr td:first-child{
    width: 170px;
    text-transform: uppercase;
    font-family: FiraSansMedium;
    line-height: 1.2;

}
table tr td:nth-child(2){
    width: 145px;
}
table tr td:nth-child(3){
    width: 145px;
}
table tr td:nth-child(4){
    width: 205px;
}
table tr td:nth-child(5){
    width: 145px;
}
table .head-row td {
    background: #2150b7 !important;
    text-transform: none !important;
    font-family: FiraSansMedium !important;
    color: #fff;
    line-height: 1.2;
}
table td{
    padding: 13px 10px 13px 10px;
    border-right: 1px solid #dadada;
}
table td:last-child{
    border:none;
}