.img-top-ballon {
    position: absolute;
    top: 0;
    height: 69%;
    width: auto;
}

.info-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.header {
    background-color: white;
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.img-top-romb {
    position: relative;
    width: 100%;
    margin-top: -48%;
    margin-left: 4%;
}

.img-logo {
    position: relative;
    z-index: 20;
    margin-top: -91%;
    margin-left: 56%;
    width: 30%;
}

.user-background {
    height: 100%;
    width: 100%;
}

.info-panel {
    z-index: 100;
    left: 9%;
    width: 85%;
    padding-top: 6%;
    padding-left: 2%;
    padding-right: 6%;
}

.fg-white {
    font-size: 2vh;
}

.button_exit {
    width: 5em;
    float: right;
    padding: 0.1em;
    font-size: 1.2vh;
    margin-top: 1%;
}

.viezd {
    width: 30%;
    height: 33%;
    position: absolute;
    z-index: 0;
    transition: all .5s;
    left: 9%;
}

.viezd:hover {
    left: 28%;
}

.silka{
    position: absolute;
    z-index: 20;
    left: 75%;
    margin-top: 18%;
    font-size: 24px;
    transition: all 1s;
    opacity: 0;
}

.silka a{
    color: #fff;
}

.silka a:hover {
    text-decoration: none;
}