body {
	margin: 0;
	background-color: #fff;
	color: #fff;
	font-family: Monospace;
	font-size: 13px;
    line-height: 24px;
    overflow-x: hidden;
    overflow-y: auto;
	-webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}

button {
	cursor: pointer;
	text-transform: uppercase;
}

button,
input,
select {
	pointer-events: auto;
}

#container {
    align-items: center;
    justify-content: center;
    display: table;
    background: rgb(255, 255, 255);
    min-width: 100%;
    height: auto;
    text-align: center;
}

.blocks {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    background: rgb(255, 255, 255);
    min-width: 100%;
}

.blocks img {
    width: 100%;
}

#logos {
    position: relative;
    background: rgb(255, 255, 255);
    min-width: 100%;
    vertical-align: bottom;
    text-align: center;
}
.logos img {
    cursor: pointer;
}

#download {
    z-index: 2;
    position: absolute;
    top: 89%;
    width : 35%;
    cursor: pointer;
}

#photo {
    z-index: 2;
    position: absolute;
    top: 34%;
    left: 28.5%;
    height : 40%;
    width : auto;
}

#usl {
    z-index: 2;
    position: absolute;
    width : 20%;
    cursor: pointer;
}


#appstore {
    z-index: 2;
    position: absolute;
    width : 15%;
    right : 10%;
    cursor: pointer;
}

#google {
    z-index: 2;
    position: absolute;
    width : 15%;
    right : 28%;
    cursor: pointer;
}

#ru {
    z-index: 2;
    position: absolute;
    width : 10%;
    left : 1%;
    cursor: pointer;
}
#en {
    z-index: 2;
    position: absolute;
    width : 10%;
    left : 19%;
    cursor: pointer;
}
#youtube {
    z-index: 2;
    position: absolute;
    width : 10%;
    left : 37%;
    cursor: pointer;
}
#vk {
    z-index: 2;
    position: absolute;
    width : 10%;
    left : 54%;
    cursor: pointer;
}
#fb {
    z-index: 2;
    position: absolute;
    width : 10%;
    left : 72%;
    cursor: pointer;
}
#inst {
    z-index: 2;
    position: absolute;
    width : 10%;
    left : 89%;
    cursor: pointer;
}
