.setLang {
	position: absolute;
	top: 62px;
	right: 0;
	z-index: 100;
	overflow: hidden;
	margin-right: 19px;
	width: 54px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: url(../../i/header/lang-gr.png) repeat-x bottom #f0f0f0;
	}
	.setLang__list {
		padding-top: 25px;
		}
		.setLang__list__item {
			width: 55px;
			}
		.setLang__list__item.m-active {
			position: absolute;
			top: 0;
			left: 0;
			}
			.setLang__list__item.m-active .setLang__list__item__link:hover {
				background: none;
				}
			.setLang__list__item__link {
				display: block;
				padding: 5px 0 0 8px;
				width: 46px;
				height: 18px;
				}
			.setLang__list__item__link:hover {
				background: #e5e5e5;
				}
				.setLang__list__item__link img {
					display: block;
					width: 14px;
					height: 10px;
					border: 1px solid #dbdbdb;
					}
	.setLang__opener {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		width: 21px;
		height: 24px;
		background: url(../../i/header/lang-opener.png) no-repeat 1px 8px;
		color: transparent;
		text-indent: -9999em;
		font-size: 0;
		cursor: pointer;
		}
	.setLang.m-opened .setLang__opener {
		background-position: 1px -14px;
		}
