@media only screen and (max-width : 1024px) {
.ring-0 > *:nth-of-type(1) {
	-webkit-transform: rotate(-5.9deg) translate(100px) rotate(5.9deg);
	transform: rotate(-5.9deg) translate(100px) rotate(5.9deg);
}
.ring-1 > *:nth-of-type(1) {
	-webkit-transform: rotate(184.5deg) translate(120px) rotate(-184.5deg);
	transform: rotate(184.5deg) translate(120px) rotate(-184.5deg);
}
.ring-2 > *:nth-of-type(1) {
	-webkit-transform: rotate(-9.5deg) translate(65px) rotate(9.5deg);
	transform: rotate(-9.5deg) translate(65px) rotate(9.5deg);
}
.ring-3 > *:nth-of-type(1) {
	-webkit-transform: rotate(-5deg) translate(137px) rotate(5deg);
	transform: rotate(-5deg) translate(137px) rotate(5deg);
}
.ring-4 > *:nth-of-type(1) {
	-webkit-transform: rotate(186.6deg) translate(85px) rotate(-186.6deg);
	transform: rotate(186.6deg) translate(85px) rotate(-186.6deg);
}
.ring-5 > *:nth-of-type(1) {
	-webkit-transform: rotate(-5deg) translate(127px) rotate(5deg);
	transform: rotate(-5deg) translate(127px) rotate(5deg);
}
.ring-6 > *:nth-of-type(1) {
	-webkit-transform: rotate(184deg) translate(145px) rotate(-184deg);
	transform: rotate(184deg) translate(145px) rotate(-184deg);
}
.ring-7 > *:nth-of-type(1) {
	-webkit-transform: rotate(186.4deg) translate(100px) rotate(-186.4deg);
	transform: rotate(186.4deg) translate(100px) rotate(-186.4deg);
}
.orbit-center {
	width: 100px;
	height: 100px;
	background: url(/images/planet/logo.png) center center no-repeat;
	background-size: 100px 100px;
}
.avtogumi {
	background: url(/images/planet/avtogumi.svg) center center no-repeat;
}
.line-avtogumi {
	width: 71px; 
	height: 1px; 
	background-color: #999999; 	
	margin-top: 23px;
	margin-left: -70px;
	transform: rotate(0deg);
	position: absolute;
}
.line-avtogumi:before {
	margin-left: 70px;
}
.ultralux {
	background: url(/images/planet/ultralux.svg) center center no-repeat;
}
.line-ultralux {
	width: 56px; 
	height: 1px; 
	background-color: #999999; 	
	margin-top: 22px;
	margin-left: 45px;
	transform: rotate(180deg);
	position: absolute;
}
.line-ultralux:before {
	margin-left: 54px;
}
.recaro {
	background: url(/images/planet/recaro.svg) center center no-repeat;
}
.line-recaro {
	width: 22px; 
	height: 1px; 
	background-color: #999999; 	
	margin-top: 24px;
	margin-left: -22px;
	transform: rotate(0deg);
	position: absolute;
}
.line-recaro:before {
	margin-left: 22px;
}
.furniture {
	background: url(/images/planet/furniture.svg) center center no-repeat;
}
.line-furniture {
	width: 104px; 
	height: 1px; 
	background-color: #999999; 	
	margin-top: 25px;
	margin-left: -104px;
	transform: rotate(0deg);
	position: absolute;
}
.line-furniture:before {
	margin-left: 104px;
}
.coffee {
	background: url(/images/planet/coffee.svg) center center no-repeat;
}
.line-coffee {
	width: 24px; 
	height: 1px; 
	background-color: #999999; 	
	margin-top: 23px;
	margin-left: 46px;
	transform: rotate(180deg);
	position: absolute;
	z-index:-1000;
}
.line-coffee:before {
	margin-left: 24px;
}
.tv {
	background: url(/images/planet/tv.svg) center center no-repeat;
}
.line-tv {
	width: 110px; 
	height: 1px; 
	background-color: #999999; 	
	margin-top: 24px;
	margin-left: -111px;
	transform: rotate(0deg);
	position: absolute;
}
.line-tv:before {
	margin-left: 110px;
}
.seven {
	background: url(/images/planet/seven.svg) center center no-repeat;
}
.line-seven {
	width: 85px; 
	height: 1px; 
	background-color: #999999; 	
	margin-top: 23px;
	margin-left: 44px;
	transform: rotate(180deg);
	position: absolute;
}
.line-seven:before {
	margin-left: 83px;
}
.proekt {
	background: url(/images/planet/proekt.svg) center center no-repeat;
}
.line-proekt {
	width: 45px; 
	height: 1px; 
	background-color: #999999; 	
	margin-top: 24px;
	margin-left: 44px;
	transform: rotate(180deg);
	position: absolute;
}
.line-proekt:before {
	margin-left: 43px;
}
.avtogumi, 
.ultralux, 
.recaro, 
.furniture, 
.coffee, 
.tv, 
.seven, 
.proekt {
	background-color: transparent;
	background-size: 46px 46px;
	width: 46px;
	height: 46px;
}

.line-avtogumi:before, 
.line-ultralux:before, 
.line-recaro:before,
.line-furniture:before, 
.line-coffee:before, 
.line-tv:before, 
.line-seven:before, 
.line-proekt:before {
	content: '';
	height: 3px;
	width: 3px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	margin-top: -1px;
}

.line-avtogumi:after, 
.line-ultralux:after, 
.line-recaro:after,
.line-furniture:after, 
.line-coffee:after, 
.line-tv:after, 
.line-seven:after, 
.line-proekt:after {
	content: '';
	height: 3px;
	width: 3px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	margin-top: -3px;
	margin-left: -3px;
	opacity: 0.5;
}

.clock {
    width: 60px;
    height: 60px;
    background: url(/images/clock/clockFace-60.png) center center no-repeat;
	/*background-size: 60px 60px;*/
}

.clock div {
    width: 60px;
    height: 60px;
}

.over-clock-single { width:60px; display:inline-block; margin-right: 13px; }
}