body {
    margin: 0px;    min-width: 1300px;
}
.zagluska{
    background: url(../img/back.jpg) top center no-repeat;
    height: 1080px;
    position: relative;
}
.pojar{
    position: fixed;
    top: 40%;
    right: 5%;transition:  1s;
}
.pojar:hover{opacity:0.7;transition:  1s;}
.zatop{
    position: fixed;
    top: 40%;
    left: 5%;transition:  1s;
}
.zatop:hover{opacity:0.7;transition:  1s;}