#discounts_intro_header span {
	font-weight: 300;
	position: relative;
	z-index: 6;
}
#discounts_intro_header span em {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -1px;
	position: absolute;
	z-index: 7;
	bottom: 90%;
	left: -70px;
	white-space: nowrap;
	font-style: normal;
}
#discounts_intro_header span em:before {
	display: block;
    content: '';
    background: transparent url(/images/design/v2/kdvor/marker.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -6px;
    left: -50px;
    right: -50px;
    bottom: -14px;
    z-index: -1;
}
.str_block_wrapper#discounts_intro {
    background: #596e80 url(/images/discounts/layout/intro_1920.jpg) 50% 50% no-repeat;
    background-size: cover;
    display: block;
    box-sizing: border-box;
    max-height: 1000px;
}
.str_block_wrapper#discounts_intro #height_fix {
	height: 70vh;
	min-height: 400px;
	display: flex;
	padding-bottom: 80px;
}
#not_our_restriction {
	position: relative;
	margin-right: 4px;
	font-weight: bold;
}
#not_our_restriction:before {
	display: block;
    content: '';
    background: transparent url(/images/design/v2/kdvor/marker.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -2px;
    left: -30px;
    right: -30px;
    bottom: -8px;
    z-index: -1;
}
#discounts_intro_subheader {
	position: relative;
	top: -12px;
}
#discounts_intro_subheader+.pre_promo_subtitle {
    font-weight: 400;
    margin-top: -40px;
}
.strong_shadow {
	text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0px 2px 5px, rgba(0, 0, 0, 0.15) 0px 5px 15px;
}
.str_block_wrapper#discounts_intro a.mce-button {
	font-size: 16px;
	border-bottom: 1px solid rgba(33, 9, 0, 0.8);
	-moz-box-shadow: 0px 3px 14px 0 rgba(0, 0, 0, 0.3), 0px 2px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 14px 0 rgb(0 0 75 / 30%), 0px 2px 4px 0 rgb(0 0 0 / 40%);
    box-shadow: 0px 3px 14px 0 rgb(234 163 0 / 30%), 0px 2px 4px 0 rgb(0 0 0 / 40%);
}
.discounts_intro_logo {
	opacity: 0;
	position: absolute;
	bottom: 12%;
	left: 20px;
	right: 20px;
	height: 80px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	line-height: 0;
	transition: 1s;
}
.discounts_intro_logo.from_top {
	bottom: 6%;
}
.discounts_intro_logo.active {
	opacity: 1;
}
.discounts_intro_logo li {
	display: inline-flex;
	vertical-align: top;
	height: 80px;
	padding: 0 20px;
}
.discounts_intro_logo li img {
	display: block;
	margin: auto;
	opacity: 0.6;
}
#discounts_intro_header_terms {
	text-align: center;
	font-size: 0;
	line-height: 0;
}
#discounts_intro_header_terms .discounts_intro_header_term {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.15;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 36px;
}
#discounts_intro_header_terms .discounts_intro_header_term:before {
	background: transparent url(/images/discounts/layout/access_rp.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	content: '';
	margin-top: -16px;
}
#discounts_intro_header_terms .discounts_intro_header_term.pro:before {
	background: transparent url(/images/discounts/layout/access_pro.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#discounts_intro_header_terms .discounts_intro_header_term+.discounts_intro_header_term {
	margin-left: 30px;
}
#discounts_intro_header_terms_title {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1.5px;
	line-height: 1.15;
	padding-bottom: 20px;
}






















