#slide3 {
    width:1000px;
    height:768px;
    margin: 0 auto;
    position:relative;
}
#slide3 .wrapper{
    padding-top: 40px;
}
.top-bg{
    background: url(../../images/verh.jpg);
    height: 61px;
}
.f-bottom{
    background: url(../../images/niz.jpg);
}
#slide3 .block{
    margin-top: 125px;
    float: left;
    width: 50%;
}
#slide3 .block p{
    font-family: "FiraSansRegular";
    font-size: 18px;
    color: #626262;
    line-height: 1.3;
    margin-top: 5px;
}

ul.list li:before{
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    left: -23px;
    top: 12px;
    background: #0190d6;
}
ul.list li{
    margin-left: 40px;
    position: relative;
    font-family: "FiraSansBold";
    font-weight: 100;
    font-size: 22px;
    color: #5c5c5c;
    line-height: 1.3;
    margin-bottom: 4px;
}
ul.list li span{
    font-family: "FiraSansRegular";
}
