.banner {
	position: relative;
}

.banner__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.banner__video:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.intro {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	height: 100vh;
}

.intro .container {
	margin-right: 16%;
	max-width: 600px;
	flex-grow: 1;
}

.intro__logo {
	max-width: 560px;
	width: 100%;
}

.intro__img {
	height: 100%;
	width: 100%;
}

.intro__title {
	padding-top: 17px;
	font-size: 37px;
	font-weight: 400;
	line-height: 1.16;
	color: #fff;
}

.marks {
	position: absolute;
	top: 48%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 600px;
	height: 540px;
}

.marks__plus {
	position: absolute;
	top: 0;
	left: 0;
}

.marks__plus:before {
	font-size: 32px;
	color: #929292;
}

.marks__plus_right-top {
	left: auto;
	right: 0;
}

.marks__plus_left-bottom {
	top: auto;
	bottom: 0;
}

.marks__plus_right-bottom {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}



@media all and (max-width: 1400px) {

.intro {
	-ms-flex-align: start;
	align-items: flex-start;
}

.intro .container {
	margin-top: 450px;
	margin-bottom: 0;
	margin-right: -2.4%;
}

.intro__logo {
	max-width: 400px;
}

.intro__title {
	padding-top: 10px;
	font-size: 30px;
}

.marks {
	top: 48%;
	width: 480px;
	height: 480px;
}

}



@media all and (max-width: 1000px) {

.intro .container {
	margin-top: 420px;
	margin-right: -16.4%;
}

.intro .subblock {
	height: auto;
	margin-top: 0;
}

.intro__logo {
	max-width: 300px;
}

.intro__title {
	font-size: 25px;
}

.banner {
	height: 768px !important;
}

.marks {
	top: 36%;
	width: 430px;
	height: 400px;
}

}



@media all and (max-width: 700px) {

.banner {
	height: 520px !important;
}

.marks {
	top: 280px;
	width: 320px;
	height: 360px;
}

.intro .container {
	margin-top: 360px;
	margin-right: 0;
	align-items: center;
	max-width: 100%;
}

.intro__logo {
	margin: 0 auto;
	max-width: 260px;
	align-items: center;
}

.intro__img {
	height: 100%;
	width: 100%;
}

.intro__title {
	padding-top: 0;
	font-size: 16px;
	text-align: center;
}

}
