@charset "utf-8";
/* CSS Document */

.lang_menu {
	list-style:none;
	position:fixed;
	right:0;
	top:150px;
	padding:0;
	margin:0;}

.lang_menu li {
}

.lang_menu a {
	display:block;
	background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
	background-color:#60a3d8;
	padding:8px;
	color:#fff;
	cursor:pointer;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all 0.25s  linear;
    -moz-transition: all 0.25s  linear;
    -o-transition: all 0.25s  linear;
    transition: all 0.25s  linear;}
.rus_m:hover, .eng_m:hover {
	transform:scale(1.5) translateX(-5px);
	color:rgba(255,255,255,1) !important;}

.lang {
	position:fixed;
	top:0;
	bottom:3000px;;
	left:0;
	right:0;
	background-color:rgba(0,0,0,.7);
	z-index:100000000;
	-webkit-transition: all 1s  linear;
    -moz-transition: all 1s  linear;
    -o-transition: all 1s  linear;
    transition: all 1s  linear;
	}
.rus, .eng {
	position:fixed;
	max-width:1170px;
	min-width:350px;
	width:95%;
	background-color: #FFF;
margin:auto;

	bottom:5000px;
	left:0;
	right:0;
height:100%;
padding:30px;
box-shadow:0 0 10px #000000;
overflow:auto;
box-sizing: border-box;
	-webkit-transition: all 1.5s  linear;
    -moz-transition: all 1.5s  linear;
    -o-transition: all 1.5s  linear;
    transition: all 1.5s  linear;}

.lang:after {
	position:fixed;
	width:100%;
	height:20px;
	background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
	content:" ";
	box-shadow:0 0 10px #000000;
	bottom:0;
	left:0;
	display:none;
}
.zakr_langrus, .zakr_langeng {
	position: fixed;
	display:block;
	top:110px;
	right:-115px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	padding:5px 10px 5px 15px;
	border-radius:10px 0 0 10px;
	cursor:pointer;
	background-color:#ff5f00;
	box-shadow:0 0 10px #000000;
	-webkit-transition: all 0.5s  linear;
    -moz-transition: all 0.5s  linear;
    -o-transition: all 0.5s  linear;
    transition: all 0.5s  linear;}
.activerus .zakr_langrus {
	right:-71px;}
.activeeng .zakr_langeng {right:-50px;}
.zakr_langrus:hover, .zakr_langeng:hover {
		padding:5px 35px 5px 10px;
		right:0;}
.lang.activerus,  .lang.activeeng{
	bottom:0;}
.lang.activerus .rus, .lang.activeeng .eng {
	bottom:0;}
.lang.activerus:after, .lang.activeeng:after {
	display:block;}
/*.zakr_langrus {
	right:-50px;} 
.zakr_langeng {
	right:-50px;} */