#slide3 {
    width:1000px;
    height:768px;
    margin: 0 auto;
    position:relative;
}
.top-bg{
    background: url(../../images/verh.jpg);
    height: 61px;
}
.f-bottom{
    background: url(../../images/niz.jpg);
}
.block1{
    margin-top: 40px;
}
#slide3 .wrapper h2{
    font-family: "FiraSansBold";
    font-size: 20px;
    text-transform: uppercase;
    color: #5c5c5c;
    letter-spacing: 0.7px;
    line-height: 1.2;
    margin-top: 20px;
}

ul.list{
    margin-top: 20px;
}
ul.list li:before{
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    left: -20px;
    top: 6px;
    background: #0190d6;
}
ul.list li{
    margin-left: 22px;
    position: relative;
    font-family: "FiraSansRegular";
    font-weight: 100;
    font-size: 15px;
    color: #5c5c5c;
    margin-bottom: 15px;
}
.block1{
    text-align: center;
}
.block2{
    padding-left: 30px;
    width: 65%;
}
.block2, .block3{
    float: left;
}