@media only screen and (max-width : 768px) {
	
}

@media only screen and (min-width : 768px) {
	
}

@media only screen and (min-width : 1024px) {
	
}

@media only screen and (min-width : 1250px) {
	.me7:lang(ge) {
		top: 79px;
	}

	.me7:lang(en) {
		top: 80px;
	}

	.me7:lang(ru) {
		top: 80px;
	}
	
}

@media only screen and (min-width : 1400px) {
	.me7:lang(ge) {
		top: 82px;
	}

	.me7:lang(en) {
		top: 83px;
	}

	.me7:lang(ru) {
		top: 83px;
	}
}


#me1 {
	color: #fff;
	position: relative;
	z-index: 25;
}

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

.me2 {
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center top;
}

.me2 .me20 {
	display: none;
}


.me2 > .me5 > a > span,
.me2 > .me5 > span,
.me2 > span {
	color: #dab671 !important;
}

.me3 span{
	color: #cda756!important;
}

.me4 {
	cursor: pointer;
	display: flex;
	align-items: center;
	float: left;
	position: relative;
}

.me20 {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.2s;
}

.me4:hover .me20 {
	opacity: 1;
}

.me4:hover > span,
.me4:hover > .me5 span {
	color: #dab671 !important;
}

.me4 a:hover {
	color: #dab671 !important;
}

.me5 {
	padding: 10px;
	transition: all 0.2s ease-in-out;
}

.me5 a {
	transition: all 0.2s ease-in-out;
}

.me6 {
	padding: 10px;
	transition: all 0.2s ease-in-out;
}

.me6:hover {
	color: #dab671 !important;
}

.me7 {
	background-color: rgba(0,0,0,0.8);
	display: none;
	left: 0;
	position: absolute;
	width: 180px;
	padding-top: 0;
}

.me8 {
	cursor: pointer;
}

.me40 {
	font-size: 12px;
}