@media only screen and (max-width : 768px) {
	#mer0 {
		position: absolute;
		}
}

@media only screen and (min-width : 768px) {
	#mer0 {
		position: absolute;
		}
}

@media only screen and (min-width : 1024px) {
	#mer0 {
		position: absolute;
		}
}

@media only screen and (min-width : 1250px) {
	#mer0 {
		position: fixed;
		}
}

@media only screen and (min-width : 1400px) {
	#mer0 {
		position: fixed;
		}
}

#mer0 {
    color: #cda756;
    text-align: center;
    width: 100%;
    z-index: 30;
	top: 100px;
}

#mer0:lang(ge) {
	font-size: 19px;
}

#mer0:lang(en) {
	font-size: 19px;
}

#mer0:lang(ru) {
	font-size: 19px;
}

#mer0:lang(ge) .mer3 {
	font-size: 17px;
}

#mer0:lang(en) .mer3 {
	font-size: 17px;
}

#mer0:lang(ru) .mer3 {
	font-size: 17px;
}

#mer0 a {
	text-decoration: none;
	color: #fff;
}

#mer0 nav {
	left: 0;
	position: relative;
	background: rgba(0,0,0,0.6);
/*    height: calc(100vh - 100px);*/
	height: auto;
	padding-bottom: 100px;
	display: none;
	width: 100%;
	z-index: 10;
	top: 0;
	align-items: center;
	flex-direction: column;
}

.mer7 {
	display: flex;
	align-items: center;
	height: 100%;
}

#mer1 {
    z-index: 15;
    background-color: #fff;
    background: url(/modules/menu_buttons/images/show_hide.svg) center no-repeat;
    background-size: 544px 34px;
    background-position: 0 0;
    height: 38px;
    width: 34px;
}

.mer2 {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	margin-left: 12px;
	transition: all 0.2s ease-in-out;
}

.mer3 {
	background-color: rgba(0,0,0, 0.5);
	width: 100%;
	display: none;
}

.mer3 a {
	display: block;
	padding: 10px;
}

.mer4 {
	color: #fff;
	width:100%;
}

.mer4:first-child {
	margin-top: 100px;
}

.mer5 {
	padding: 10px;
	width:100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

#mer6 {
}

#mer6 a {
	color: #cda756;
}