@charset "utf-8";




#toTop {
	z-index: 10;
	display: none;
	position: fixed;
	overflow: hidden;
	bottom: 30px;
	right: 50px;
	border: none;
	width: 70px;
	height: 70px;
	text-decoration: none;
	text-indent: 100%;
	background: url('../graphics/totop.png') no-repeat left top;
	}

#toTopHover {
	display: block;
	overflow: hidden;
	float: left;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	width: 70px;
	height: 70px;
	background: url('../graphics/totop.png') no-repeat right bottom;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}





/* ============================================= */
/* =А=Д=А=П=Т=И=В=*=М=Е=Д=И=А=*=З=А=П=Р=О=С=Ы= */
/* ============================================= */





/* Медиазапросы - точки перехода 1366 */

@media only screen and (max-width: 1366px) {

#toTop {
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url('../graphics/totop_adpt.png') no-repeat left top;
	}

#toTopHover {
	width: 50px;
	height: 50px;
	background: url('../graphics/totop_adpt.png') no-repeat right bottom;
	}

	}