BODY {
	min-height: 100%;
	overflow: hidden;
}

.wrapper {
	width: 70%;
}

/* == MAIN PAGE == */

#mainLine {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	height: 6px;
	width: 100%;
	background-color: #000;
	z-index: 3;
}
#mainLogo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -126px 0 0 -125px;
	border-radius: 150px;

	width: 250px;
	height: 245px;
	z-index: 4;
	overflow: hidden;
}
#mainLogo video {
	position: relative;
	top: -5px;
	left: -1px;
	width: 101%;
}

#mainParts {
	display: flex;
  	flex-direction: column;
	height: 100%;
}

#foodHashTag {
	color: #1e1302;
}

#yandexEda {
	position: absolute;
	left: 50%;
	bottom: 8%;
	margin-left: -100px;
	z-index: 3;
}

.mainSiteIcons {
	position: absolute;
	width: 125px;
	top: 50px;
	left: 17%;
	z-index: 5;
}
.mainSiteIcons > .siteIcon {
	display: inline-block;
	position: relative;
	margin: 0 2px 0 0;
}
.mainSiteIcons > .siteIcon > span {
	display: inline-block;
	background-color: #FFF;
	width: 30px;
	color: #000;
	font-size: 15px;
	padding: 5px 3px;
	opacity: 0.7;
	font-weight: bold;
	text-align: center;
}
.mainSiteIcons > .siteIcon > .siteIconInfo {
	display: none;
	position: absolute;
	top: 34px;
	width: 325px;
	background-color: #DEDEDE;
	color: #000;
	font-size: 15px;
	padding: 5px;
	margin: 0 2px 0 0;
	opacity: 0.7;
	text-align: left;
}

.mainSiteIcons > .siteIcon:hover > span {
	background-color: #DEDEDE;
}
.mainSiteIcons > .siteIcon:hover > .siteIconInfo {
	display: block;
}

/* == End main page ==*/

@media screen and (max-width: 1024px) {
	#phone {
		top: 15px;
		right: 5%;
	}

	.mainSiteIcons {
		top: 15px;
		left: 5%;
	}

	#yandexEda {
		bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.wrapper {
		width: 98%;
		padding: 0;
	}

	.mainVideo {
		/*display: none;*/
	}

	#phone {
		top: 15px;
		right: 4%;
		width: 92%;
	}
	#phone > #mainHeaderPhone {
		width: 10px;
	}
	#phone > #mainHeaderPhone {
		width: 100%;
	}

	#foodHashTag {
		bottom: 4%;
	}

	#danceTitle {
		top: 15%;

		font-size: 33px;
		line-height: 43px;
	}
	#foodTitle {
		bottom: 14%;

		font-size: 72px;
		line-height: 45px;
	}

	#mainLine {
		margin-top: -2px;
		height: 4px;
	}
	#mainLogo {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -98.25px 0 0 -98px;

		width: 196px;
		height: 192.5px;
		background-image: url('/view/front/images/main_logo.png');
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 3;
	}

	.mainSiteIcons {
		top: 6%;
		left: 4%;
	}
	.mainSiteIcons > .siteIcon {
		background-color: #1e1302;
		color: #FFF;
	}
}

@media screen and (max-height: 700px) {
	#mainLogo {
		margin: -121px 0 0 -120px;
		width: 240px;
		height: 235px;
	}

	#foodHashTag {
		bottom: 3%;
	}
	#foodTitle {
		bottom: 13%;
	}
}
