.d_homeIntro {
	padding: 30px 0 5px 0;
	background: #000;
	margin-top: -2px;
}

.d_homeIntro_title {
	margin: 10px 0 35px 0;
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

.d_homeIntro_videoMobile {
	max-width: 100%;
	display: inline-block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	height: 100%;
	margin: 0 auto;
}

.d_homeIntro_subtitle {
	text-transform: none;
	color: #e2e2e2;
	letter-spacing: 1.3px;
	margin-bottom: 23px;
	line-height: 23px;
	font-size: 15px;
	font-weight: inherit;
	text-align: center;
}

.d_homeIntro_link {
	letter-spacing: 1.5px;
	font-size: 14px;
	padding: 12px 40px;
	display: block;
	margin-bottom: 0;
	font-weight: 500;
}

.d_homeIntro_right {
	display: none;
}

.d_homeIntro_flex {
	margin-bottom: 40px;
}

.d_homeIntro_featuredTitle {
	color: #808080;
	text-transform: uppercase;
	text-align: center;
	margin: 60px 0 25px 0;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 700;
}

.d_homeIntro_featuredFlex {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.d_homeIntro_featuredItem {
	align-self: center;
	max-width: 120px;
	margin: 0 11px 28px 11px;
}

.d_homeIntro_featuredItem img {
	max-height: 60px;
}

.d_homeIntro_selector {
	color: #fff;
	margin-top: 25px;
	font-size: 14px;
	cursor: pointer;
}

.d_homeIntro_selector img {
	filter: invert(40%) sepia(49%) saturate(3611%) hue-rotate(330deg) brightness(87%) contrast(105%);
	width: 18px;
	height: 18px;
	margin: 0 7px -3px 4px;
}

.d_homeIntro_selectorItem {
	display: flex;
}

.d_homeIntro_selectorItem:not(:last-of-type) {
	margin-bottom: 18px;
}

.d_homeIntro_selectorCheckbox {
	height: 18px;
	border-radius: 50%;
	background: #fff;
	width: 18px;
	position: relative;
	margin-right: 13px;
	flex-shrink: 0;
	display: none;
}

.d_homeIntro_selectorCheckbox::before {
	width: calc(100% - 10px);
	display: block;
	position: absolute;
	height: calc(100% - 10px);
	border-radius: 50%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: black;
}

.d_homeIntro_selectorItem.active .d_homeIntro_selectorCheckbox::before {
	content: "";
}

.d_homeIntro_selectorGift {
	margin-top: 10px;
}

.d_homeIntro .d_topBar_offerCounter {
	font-weight: 600;
}

.d_homeIntro_mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 40px;
}

.d_homeIntro_preVideoImage {
	width: 100%;
	height: 100%;
	background-image: url("./desktop-front-page-640px.jpg");
	background-size: cover;
	background-position: center;
	position: absolute;
	transition: 0.5s;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.d_homeIntro_preVideoHidden {
	opacity: 0;
}

.d_homeIntro_mobilePreVideoImage {
	width: 100%;
	height: 100%;
	background-image: url("./mobile-front-page-390px.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	transition: 0.5s;
	padding-top: 100%;
	z-index: 1;
}

@media (min-width: 350px) {
	.d_homeIntro_title {
		white-space: nowrap;
	}

	.d_homeIntro_title.campaign {
		white-space: initial;
	}
}

@media (min-width: 768px) {
	.d_homeIntro_mobilePreVideoImage {
		background-image: url("./mobile-front-page.jpg");
	}
}

@media (min-width: 992px) {
	.d_homeIntro_mobile {
		display: none;
	}

	.d_homeIntro_mobilePreVideoImage {
		display: none;
	}

	.d_homeIntro_flex {
		display: flex;
		margin-bottom: 60px;
	}

	.d_homeIntro_title {
		margin-bottom: 60px;
		margin-top: 0;
		font-size: 52px;
		letter-spacing: 2px;
		text-align: left;
		white-space: initial;
	}

	.d_homeIntro_subtitle {
		letter-spacing: 2px;
		font-weight: inherit;
		font-size: 15px;
		margin-bottom: 18px;
		color: white;
		line-height: 23px;
		text-transform: uppercase;
		text-align: left;
	}

	.d_homeIntro_right {
		display: block;
		position: relative;
		padding-bottom: 34.25%;
		height: 0;
		align-self: center;
		width: 755px;
	}

	.d_homeIntro_video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.d_homeIntro_left {
		align-self: center;
		margin-right: 45px;
		width: 370px;
		min-width: 370px;
	}

	.d_homeIntro_featuredItem {
		margin: 0 25px 32px 25px;
	}

	.d_homeIntro_featuredItem img {
		max-height: initial;
	}

	.d_homeIntro_featuredTitle {
		line-height: 1.364;
	}

	.d_homeIntro_title.campaign {
		font-size: 33px;
		margin-bottom: 25px;
	}

	.d_homeIntro_subtitle.campaign {
		margin-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.d_homeIntro_right {
		height: 453px;
		padding-bottom: 0;
	}
}