.fix-menu {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: calc((100% - 1400px) / 2 + 10px);
	text-align: center;
	font-size:0.95em;
	font-weight:450;
	opacity:1;	
	transition:all 0.2s ease;
}
.fix-menu_hidden {
	opacity:0;
}

.fix-menu__list {
	display:flex;
	flex-direction:column;
}

.fix-menu__item {
	white-space:nowrap;
	cursor:pointer;
	margin:2px 0;
}
.fix-menu__item_text {
	font-size:10px;
	text-transform:uppercase;
	margin:4px 0;
}

@media screen and (max-width:1400px){	
	.fix-menu {
		display:none;
	}
}

@media screen and (max-width:1280px){	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}
