
#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;
}

.heder-b{
    margin: 105px auto 0 auto;
    width: 812px;
    height: 54px;
    background: #f4f4f4;
    text-align: center;
}
.heder-b p{
    font-size: 16px;
    font-family: FiraSansBold;
    color: #5f5f5f;
    text-transform: uppercase;
    padding: 12px 0 0 0;
    letter-spacing: 1px;

}
.second-line{
    width: 720px;
    height: 120px;
    margin-left: 90px;
    overflow: hidden;
    text-align: center;
}
.second-line p{
    font-size: 18px;
    font-family: FiraSansMedium;
    color: #186ae3;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.25;
    margin: 40px 0 0 0;
}
.second-line p.one{
    margin: 40px 20px 20px 20px; 
}
.second-line p.two{
    margin: 40px 20px 0px 0px; 
}
.second-line img, .second-line p{
    display: inline-block;
    float: left;
}
table{
    width: 810px;
}
table tr td{
    height: 120px;
    width: 235px;
    padding: 13px;
    font-family: FiraSansRegular;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 1.25;
    border-left: 1px solid #dbdbdb;

}
table .first-row{
    background: #f4f4f4;
}
table tr td:first-child{
    width: 85px;
    font-size: 18px;
    color: #ffb600;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    border: none;
}
#slide3 table ul li{
    margin-left: 14px;
    margin-bottom: 3px;
    position: relative;

}
#slide3 table ul li:before{
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    background: #186ae3;
    left: -12px;
    top: 8px;
}

.last-row td{
    height: 90px;
}