@media screen and (min-width: 479px) and (max-width: 1024px)
{

body{
    height: 100%
}

.mozgi-gadjet {
    color: #fff;
    width: 100%;
    position: static!important;
	margin-bottom: 0px;
/*    bottom: 0px;               */
	/*margin-top: 80px;*/
    height: 40px!important;
}

.mozgi-gadjet > .head {
    display: none;
}
.mozgi-gadjet > .head > span {
	padding-left: 30px;
    background: url('../images/mozgi/but-arr.png') no-repeat;
	display: block;
	height: 18px;
	padding-top: 3px;
}

.mozgi-gadjet .body {
	background: -moz-linear-gradient(top, rgba(3,3,3,0.9) 0%, rgba(26,26,26,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,3,3,0.9)), color-stop(100%,rgba(26,26,26,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(3,3,3,0.9) 0%,rgba(26,26,26,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(3,3,3,0.9) 0%,rgba(26,26,26,0.9) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(3,3,3,0.9) 0%,rgba(26,26,26,0.9) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6030303', endColorstr='#e61a1a1a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(3,3,3,0.9) 0%,rgba(26,26,26,0.9) 100%); /* W3C */
	/*height: 60px;*/
	width: 100%;
}
.mozgi-gadjet .body > div {
    background: url('../images/mozgi/bg-dot.gif');
	height: 60px;
	width: 100%;
}
.mozgi-gadjet a.logo {
	float: left;
    width: 102px;
    height: 30px;
    background: url('http://potapshow.biz/images/mozgi/mozgi-logo-sm.png');
	margin-top: 15px;
	margin-left: 54px;
	margin-right: 54px;
    overflow: auto;
	border:0;
}
.mozgi-gadjet div.projects {
	margin-top: 15px;
	float: left;
	border-left: #161616 1px solid;
	border-right: #000 1px solid;
	height: 30px;
}
.mozgi-gadjet div.projects > div {
	border-left: #000 1px solid;
	border-right: #161616 1px solid;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
span.active
{
	background: none;
	display: block;
	width: auto;
	height: 30px;
}

a.project1:hover span,
a.project2:hover span,
a.project3:hover span
{
	background: none;
	display: block;
	width: 215px;
	height: 120px;
}

.mozgi-gadjet a.project1 {
	background: none;
	display: block;
	width: 65px;
	height: 25px;
	float: left;
}
a.project1 span span.logo
{
	display: block;
	width: 65px;
	border:0;
	height: 25px;
    background: url('../images/mozgi/potap-logo.png') 50% 100% no-repeat;
}

.mozgi-gadjet a.project2 {
	background: none;
	display: block;
	width: 118px;
	height: 25px;
	margin-left: 30px;
	float: left;
}

a.project2 span span.logo
{
	display: block;
	width: 118px;
	border:0;
	height: 25px;
    background: url('../images/mozgi/pin-logo.png') 50% 100% no-repeat;
}

.mozgi-gadjet a.project3 {
	background: none;
	display: block;
	width: 126px;
	height: 23px;
	margin-left: 30px;
	float: left;
}

a.project3 span span.logo
{
	display: block;
	width: 126px;
	border:0;
	height: 23px;
    background: url('../images/mozgi/vis-logo.png') 50% 100% no-repeat;
}