html {
	height: 100%;
	}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #fff;
	height: 100%;
	}
	
	
#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	}
.page_404 #wrapper{
	background-color: #dedede;
}
	#loader {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 60px;
		padding-top: 37px;
		margin: -35px 0 0 -30px;
		background: url(../img/start/loader.gif) 50% 0 no-repeat;
		}
		#loader span {
			display:block;
			font-family: "Times New Roman", Times, serif;
			font-style: italic;
			font-size: 12px;
			line-height: 18px;
			color: #8b8b8b;
			text-align:right;
			}
			#loader span {
				text-align:center;
				}
	
#logo img {
	float:left;
	margin-left:10px;
	width: 100%;
	}
#logo i {
	/*float:left;*/
	display:block;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin:4px 0 0;
	overflow:hidden;
	}
	
/*from content*/
.text p {
	line-height: 18px;
	max-width: 580px;
	}
.text strong, .text b {
	font-weight: bold;
	}
.text em, .text i {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}
a {
	text-decoration: none;
	}
.text a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #d7d7d7;
	}
	.text a:hover,
	.text a:active {
		color: #2f2f2f;
		border-bottom: 1px solid transparent;
		}
	.text a:visited {
		
		}
		
	

#anim-wrapper {
	width: 100%;
	height: 770px;
	}
	#anim-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		}
	
	.anim-block {
		display: none;
		position: absolute;
		top: 0;
		height: 100%;
		}
		.anim-block img {
			width: 100%;
			height: auto;
			}
		
	.anim-block-left {
		left: 50%;
		}
	.anim-block-right {
		right: 50%;
		}
	.anim-block-blank {
		left: 50%;
		}
	.anim-block-magnet {
		}
		#anim-block-magnet1 {
			right: 50%;
			}
		#anim-block-magnet2 {
			left: 50%;
			}
		#anim-block-magnet3 {
			left: 50%;
			}
			
	.anim-block-tv {
		left: 50%;
		}
		#anim-block-tv1,
		#anim-block-tv2,
		#anim-block-tv4,
		#anim-block-tv5,
		#anim-block-tv6,
		#anim-block-tv7,
		#anim-block-tv10 {
			left: auto;
			right: 50%;
			}
			
	.anim-block-darts {
		left: 50%;
		}
		#anim-block-darts7,
		#anim-block-darts8,
		#anim-block-darts10,
		#anim-block-darts11,
		#anim-block-darts12 {
			left: auto;
			right: 50%;
			}
			
#anim-wrapper.main-video.mobile {
    background-image: url(/bitrix/templates/.default/images/main_city_1024_768.png);
	background-color:#CDCDCD;
	-webkit-background-size: cover; /* Для хрома */
	-moz-background-size: cover;  /* Для лисы*/
	-o-background-size: cover;  /* Для оперы*/
	-ms-background-size: cover;  /* Для ИЭ*/
	background-size: cover;  /* Для закрипления*/
	position: relative;
}
#anim-wrapper.main-video {
    text-align: center;
    background-color:#C3BEBA;
    }
    .main-video .video_volume {
        background: url(/bitrix/templates/.default/images/volumeenabled.png);
        width: 32px;
        height: 32px;
        position:absolute;
        display:block;
        left:50%;
        cursor:pointer;
        z-index:1;
        top:10px;
    }
    .main-video .volume_disabled {
        background: url(/bitrix/templates/.default/images/volumedisabled.png);
    }
    .main-video .video_mobile {
        display: block;
        width: 220px;
		height: 140px;
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        margin-top: -70px;
        margin-left: -110px;
        }
        .video_mobile p {
            font-size: 16px;
            line-height: 18px;
            text-transform: uppercase;
            color: #2f2f2f;
            margin-bottom: 10px;
			/*background-color: white;
			opacity: 0.6;
			filter: alpha(Opacity=60);*/
			padding: 5px;
			background-color: rgba(255, 255, 255, 0.8);
        }
        .video_mobile .video_play {
            cursor: pointer;
        }
			
#start-text {
	position:absolute;
	top:70px;
	left:50%;
	width:550px;
	margin-left:-260px;
	text-align:center;
	}
	#start-text .text h3 {
		font-family: 'FreeSetCRegular', sans-serif;	
		font-size: 12px;
		line-height: 16px;
		text-transform: uppercase;
		color:#2f2f2f;
		}
	#start-text .text p {
		font-size:12px;
                font-style: italic;
		line-height:16px;
		color:#666666;
		margin:10px auto;
		max-width:550px;
		} 
		
		
#start-facts {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:650px;
	text-align:center;
	margin:-30px 0 0 -325px;
	}
	#start-facts h2 {
		font-family: 'FreeSetCRegular', sans-serif;	
		font-size: 20px;
		line-height: 25px;
		text-transform: uppercase;
		color:#2f2f2f;
		margin-bottom:15px;
		}

.imgBlock {
	position: absolute;
	padding: 30px 0px;
}