#choose-site-wrapper {
    z-index: 2000;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}

#choose-site-wrapper > div {
    width: 820px;
    height: 620px;
    margin: 0 auto;
    top: 10%;
    position: relative;
    background: gray;
    border-radius: 10px;
}

#choose-site-wrapper > div > img {
    width: 800px;
    height: 600px;
    margin: 10px 10px;
}

.go-to-block {
    min-width: 10px;
    width: 137px;
    height: 50px;
    position: absolute;
    top: 225px;
    /*background: rgba(0, 0, 0, .5);*/
    cursor: pointer;
}

#go-to-bospa {
    left: 117px;
}

#go-to-zoo {
    right: 114px;
}

#footerMenu {
	opacity: 0.5;
}