header {
	position: relative;
	z-index: 10;
	width: 100%;
	color: #fff;
	font-family: sans-serif;
	background: #2b1f36 url("../img/video-cover-mob.jpg") no-repeat;
	background-size: cover;
}

a:hover {
	opacity: 0.7;
}

a:active {
	opacity: 1;
}

.header-wrapper {
	width: 100%;
	height: 100%;
	background-color: rgba(28, 6, 50, 0.6);
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.page-navigation {
	padding-top: 20px;
}

.main-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.link-nav {
	display: inline-block;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.link-nav:active {
	color: #df2192;
}

.contacts_menu {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.menu-mail {
	display: block;
	width: 100%;
	padding-top: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.tel-wrapper {
	width: 260px;
	padding-top: 15px;
	text-align: center;
}

.tel-wrapper span {
	color: #8d8aa7;
	font-size: 12px;
	line-height: 18px;
}

.menu-tel {
	display: block;
	color: #ff3fb4;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.page-title {
	padding-top: 100px;
	padding-bottom: 80px;
	text-align: center;
	text-transform: uppercase;
}

.page-title h1 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 42px;
}

.page-title h2 {
	margin-top: 7px;
	font-size: 22px;
}

.btn {
	display: inline-block;
	width: 200px;
	padding-top: 17px;
	padding-bottom: 17px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	background: linear-gradient(180deg, #ff62c6, #ff20a5);
}

.btn:active {
	background: linear-gradient(180deg, #ff20a5, #ff62c6);
}

.social-header {
	margin-bottom: 80px;
	text-align: center;
	font-size: 20px;
}

.social {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 25px;
}

.social-link {
	display: block;
	margin-bottom: 20px;
	font-size: 0;
}

.social-link:active {
	opacity: 1;
}

.social-link:last-child {
	margin-bottom: 0;
}

.social-link-inst {
	width: 78px;
	height: 78px;
	background: url("../img/insta.svg") no-repeat;
}

.social-link-vk {
	width: 102px;
	height: 60px;
	background: url("../img/vk.svg") no-repeat;
}

.social-link-fb {
	width: 43px;
	height: 83px;
	background: url("../img/fb.svg") no-repeat;
}

.down {
	text-align: center;
}

.down a {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 40px;
	text-decoration: none;
}

.arrow-left {
	position: absolute;
	bottom: 5px;
	right: 0;
	display: inline-block;
	width: 18px;
	height: 3px;
	background-color: rgba(255, 63, 180, 0.8);
	transform: rotate(-45deg);
	box-shadow: 6px -6px 0 0 rgba(255, 63, 180, 0.6),
	12px -12px 0 0 rgba(255, 63, 180, 0.4),
	18px -18px 0 0 rgba(255, 63, 180, 0.2);
}

.arrow-right {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: inline-block;
	width: 18px;
	height: 3px;
	background-color: rgba(255, 63, 180, 0.8);
	transform: rotate(45deg);
	box-shadow: -6px -6px 0 0 rgba(255, 63, 180, 0.6),
	-12px -12px 0 0 rgba(255, 63, 180, 0.4),
	-18px -18px 0 0 rgba(255, 63, 180, 0.2);
}

.bg-video {
	display: none;
}

@media (min-width: 768px) {

	header {
		height: 1156px;
		background: #2b1f36 url("../img/video-cover.jpg") no-repeat;
		overflow-x: hidden;
	}

	.top-bar {
		display: flex;
		justify-content: space-between;
	}

	.page-navigation {
		padding-top: 46px;
	}

	.main-nav {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		text-align: left;
	}

	.main-nav li {
		padding-left: 12px;
		padding-right: 12px;
		margin-bottom: 10px;
	}

	.link-nav {
		padding: 0;
	}

	.contacts_menu {
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: wrap;
		width: 550px;
		padding-top: 15px;
		padding-right: 10px;
	}

	.menu-mail {
		font-size: 20px;
		text-align: right;
	}

	.tel-wrapper {
		padding-top: 5px;
		text-align: right;
	}

	.page-title {
		padding-top: 150px;
		padding-bottom: 106px;
	}

	.page-title h1 {
		font-size: 62px;
	}

	.page-title h2 {
		font-size: 30px;
	}

	.btn {
		width: 230px;
		font-size: 22px;
	}

	.social {
		flex-direction: row;
	}

	.social-header {
		margin-bottom: 220px;
		font-size: 24px;
	}

	.social-link {
		margin-bottom: 0;
		margin-right: 39px;
	}

	.social-link:last-child {
		margin-right: 0;
	}

	.bg-video {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -10;
		display: block;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
	}

}
