.s_heroes {
	margin-top: 5px;
	position: relative;
}

@media all and (max-width: 999px) {
	.s_heroes {
		margin-top: 0;
	}
}

.s_heroes_main {
	margin-bottom: 24px;
	display: block;
	max-width: 100%;
	position: relative;
}

@media all and (max-width: 1024px) {
	.s_heroes_main {
		margin-bottom: 10px;
	}
}

.s_heroes_main img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.s_heroes_main_info {
	position: absolute;
	left: 90px;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media all and (max-width: 1024px) {
	.s_heroes_main_info {
		top: unset;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: 90px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_main_info {
		left: 5%;
		bottom: 17%;
	}
}

.s_heroes_main_text {
	margin-bottom: 35px;
}

@media all and (max-width: 767px) {
	.s_heroes_main_text {
		margin-bottom: 17px;
	}
}

.s_heroes_main h1 {
	font-size: 100px;
	color: #d4a854;
	font-weight: 600;
}

@media all and (max-width: 1024px) {
	.s_heroes_main h1 {
		font-size: 71px;
		margin-bottom: 5px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_main h1 {
		font-size: 34px;
		margin-bottom: 5px;
	}
}

.s_heroes_main h3 {
	font-size: 50px;
	font-weight: 300;
	color: #181c1f;
}

@media all and (max-width: 1024px) {
	.s_heroes_main h3 {
		font-size: 40px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_main h3 {
		font-size: 20px;
	}
}

.s_heroes_main button {
	font-size: 18px;
	color: #fff;
	max-width: 245px;
	width: 100%;
	height: 45px;
	font-weight: 400;
	margin: 0 auto;
}

@media all and (max-width: 1024px) {
	.s_heroes_main button {
		font-size: 15px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_main button {
		font-size: 13px;
		max-width: 150px;
		height: 40px;
	}
}

.s_heroes_2 {
	margin-bottom: 24px;
}

@media all and (max-width: 1024px) {
	.s_heroes_2 {
		padding: 0 20px;
		margin-bottom: 10px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_2 {
		padding: 0;
	}
}

.s_heroes_2_img {
	display: block;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.s_heroes_2_img img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
}

.s_heroes_2_info {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 375px;
	width: 100%;
	text-align: center;
}

@media all and (max-width: 767px) {
	.s_heroes_2_info {
		display: block;
		position: static;
		margin: 0 auto;
		right: unset;
		top: unset;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		background: url("/images2/home/adapt-bg.jpg") no-repeat center center;
		background-size: cover;
		max-width: 100%;
		padding: 30px 20px 15px;
	}
}

.s_heroes_2_text h2 {
	color: #181c1f;
	font-weight: 600;
	font-size: 88px;
	margin-bottom: 4px;
}

@media all and (max-width: 1024px) {
	.s_heroes_2_text h2 {
		font-size: 71px;
		margin-bottom: 7px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_2_text h2 {
		font-size: 53px;
		margin-bottom: 2px;
	}
}

.s_heroes_2_text p {
	font-size: 26px;
	color: #181c1f;
	font-weight: 400;
	margin-bottom: 20px;
}

@media all and (max-width: 1024px) {
	.s_heroes_2_text p {
		font-size: 17px;
		margin-bottom: 30px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_2_text p {
		font-size: 13px;
		margin-bottom: 20px;
	}
}

.s_heroes_2_btns {
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.s_heroes_2_btns a {
	background: transparent;
	display: block;
	height: 43px;
	border: 2px solid #1b1c20;
	color: #181c1f;
	font-size: 18px;
	max-width: 168px;
	font-weight: 600;
	width: 100%;
	line-height: 38px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.s_heroes_2_btns a:nth-child(1) {
	margin-right: 7px;
}

.s_heroes_2_btns a:hover {
	color: #fff;
	background: #181c1f;
}

.s_heroes_2_btns a:active {
	color: #fff;
	background: #23272a;
}

.s_heroes_2_btns a:disabled {
	border: 2px solid #969697;
	background: #fff;
	color: #969697;
}

@media all and (max-width: 1024px) {
	.s_heroes_2_btns a {
		font-size: 15px;
		max-width: 130px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_2_btns a {
		height: 40px;
		line-height: 36px;
	}
}

.s_heroes_2_film {
	text-align: center;
}

.s_heroes_2_film img {
	vertical-align: middle;
	display: inline-block;
}

.s_heroes_2_film span {
	display: inline-block;
	color: #d4a854;
	vertical-align: middle;
	text-decoration: underline;
	font-weight: 600;
	font-size: 16px;
}

.s_heroes_3 {
	padding-bottom: 80px;
}

@media all and (max-width: 639px) {
	.s_heroes_3 {
		padding-bottom: 65px;
	}
}

.s_heroes_3_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media all and (max-width: 767px) {
	.s_heroes_3_wrap {
		display: block;
	}
}

.s_heroes_3_item {
	display: block;
	width: 50%;
	position: relative;
}

@media all and (max-width: 767px) {
	.s_heroes_3_item {
		margin: 0 auto;
		width: 100%;
		max-width: 320px;
	}
}

.s_heroes_3_item:nth-child(1) {
	margin-right: 28px;
}

@media all and (max-width: 767px) {
	.s_heroes_3_item:nth-child(1) {
		margin-right: 22px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_3_item:nth-child(1) {
		margin: 0 auto;
		width: 100%;
		max-width: 320px;
		margin-bottom: 60px;
	}
}

.s_heroes_3_img {
	position: relative;
	max-width: 100%;
	width: 100%;
	padding-bottom: 83.33%;
}

.s_heroes_3_img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.s_heroes_3_text {
	padding: 0 44px;
	top: 100%;
	position: absolute;
	left: 0;
	max-width: 100%;
	width: 100%;
	-webkit-transform: translateY(-22px);
	-moz-transform: translateY(-22px);
	-ms-transform: translateY(-22px);
	transform: translateY(-22px);
}

@media all and (max-width: 767px) {
	.s_heroes_3_text {
		padding: 0 34px;
	}
}

.s_heroes_3_text button {
	max-width: 100%;
	width: 100%;
	height: 45px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}

@media all and (max-width: 1024px) {
	.s_heroes_3_text button {
		font-size: 15px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_3_text button {
		font-size: 13px;
	}
}

.s_heroes_3_text p {
	font-size: 18px;
	color: #000000;
	text-align: center;
}

@media all and (max-width: 1024px) {
	.s_heroes_3_text p {
		font-size: 15px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_3_text p {
		font-size: 13px;
	}
}

.s_heroes_4 {
	position: relative;
	margin-bottom: 24px;
}

@media all and (max-width: 1024px) {
	.s_heroes_4 {
		margin-bottom: 10px;
	}
}

.s_heroes_4_wrap {
	display: block;
}

.s_heroes_4_img {
	max-width: 715px;
	width: 100%;
	margin-left: auto;
	position: relative;
}

@media all and (max-width: 1024px) {
	.s_heroes_4_img {
		max-width: 480px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_4_img {
		max-width: 76%;
	}
}

.s_heroes_4_img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
}

.s_heroes_4_info {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 450px;
	width: 100%;
	text-align: center;
}

@media all and (max-width: 767px) {
	.s_heroes_4_info {
		left: 18%;
	}
}

.s_heroes_4_text p {
	font-size: 33px;
	color: #181c1f;
	font-weight: 300;
	margin-bottom: 5px;
}

@media all and (max-width: 1024px) {
	.s_heroes_4_text p {
		font-size: 22px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_4_text p {
		font-size: 17px;
	}
}

.s_heroes_4_text h2 {
	font-size: 55px;
	font-weight: 600;
	margin-bottom: 20px;
}

@media all and (max-width: 1024px) {
	.s_heroes_4_text h2 {
		font-size: 35px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_4_text h2 {
		font-size: 25px;
		margin-bottom: 6px;
	}
}

.s_heroes_4_text button {
	background: transparent;
	display: block;
	height: 43px;
	border: 2px solid #1b1c20;
	color: #181c1f;
	font-size: 18px;
	max-width: 168px;
	width: 100%;
	line-height: 38px;
	outline: none;
	margin: 0 auto;
	cursor: pointer;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 600;
}

.s_heroes_4_text button:hover {
	color: #fff;
	background: #181c1f;
}

.s_heroes_4_text button:active {
	color: #fff;
	background: #23272a;
}

.s_heroes_4_text button:disabled {
	border: 2px solid #969697;
	background: #fff;
	color: #969697;
}

@media all and (max-width: 1024px) {
	.s_heroes_4_text button {
		font-size: 15px;
		max-width: 150px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_4_text button {
		font-size: 13px;
		max-width: 115px;
		height: 35px;
		line-height: 31px;
	}
}

.s_heroes_5 {
	margin-bottom: 24px;
}

@media all and (max-width: 1024px) {
	.s_heroes_5 {
		margin-bottom: 10px;
	}
}

.s_heroes_5_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media all and (max-width: 767px) {
	.s_heroes_5_wrap {
		display: block;
	}
}

.s_heroes_5_item {
	width: 43%;
	position: relative;
	display: block;
}

@media all and (max-width: 1024px) {
	.s_heroes_5_item {
		width: 50%;
		min-height: 627px;
		min-height: 540px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_5_item {
		max-width: 420px;
		width: 100%;
		margin: 0 auto;
	}
}

.s_heroes_5_item:nth-child(1) {
	width: 57%;
	margin-right: 28px;
}

@media all and (max-width: 1024px) {
	.s_heroes_5_item:nth-child(1) {
		width: 50%;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_5_item:nth-child(1) {
		max-width: 420px;
		width: 100%;
		margin: 0 auto;
		min-height: 540px;
		margin-bottom: 16px;
	}
}

.s_heroes_5_item:nth-child(2) .s_heroes_5_info {
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: unset;
}

.s_heroes_5_item:nth-child(2) .s_heroes_5_info h2 {
	color: #000000;
	font-weight: 300;
	margin-bottom: 5px;
	font-size: 67px;
	font-family: 'Open Sans', sans-serif;
}

@media all and (max-width: 1024px) {
	.s_heroes_5_item:nth-child(2) .s_heroes_5_info h2 {
		font-size: 53px;
		font-weight: 700;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_5_item:nth-child(2) .s_heroes_5_info h2 {
		font-size: 40px;
		font-weight: 700;
		margin-bottom: 13px;
	}
}

.s_heroes_5_item:nth-child(2) .s_heroes_5_info span {
	color: #000000;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.s_heroes_5_item:nth-child(2) .s_heroes_5_info p {
	font-size: 18px;
	text-decoration: underline;
	color: #000;
	font-weight: 400;
}

.s_heroes_5_img {
	position: relative;
	padding-bottom: 124%;
	height: 100%;
}

@media all and (max-width: 1024px) {
	.s_heroes_5_img {
		padding-bottom: 0;
		position: static;
	}
}

.s_heroes_5_img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.s_heroes_5_info {
	position: absolute;
	bottom: 40px;
	left: 0;
	max-width: 100%;
	width: 100%;
	text-align: center;
}

@media all and (max-width: 1024px) {
	.s_heroes_5_info {
		bottom: 70px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_5_info {
		bottom: 20px;
	}
}

.s_heroes_5_info p {
	font-weight: 300;
	font-size: 34px;
	color: #fff;
}

@media all and (max-width: 767px) {
	.s_heroes_5_info p {
		font-size: 22px;
	}
}

.s_heroes_5_info h2 {
	font-size: 77px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

@media all and (max-width: 1024px) {
	.s_heroes_5_info h2 {
		font-size: 53px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_5_info h2 {
		font-size: 40px;
	}
}

.s_heroes_5_info button {
	max-width: 260px;
	width: 100%;
	margin: 0 auto;
	height: 43px;
	line-height: 38px;
	text-align: center;
	outline: none;
	background: #fff;
	border: none;
	cursor: pointer;
	position: relative;
	color: #181c1f;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #fff;
	font-weight: 600;
	font-size: 18px;
}

.s_heroes_5_info button:disabled {
	color: rgba(24, 28, 31, 0.8);
	background: rgba(255, 255, 255, 0.8);
}

@media all and (max-width: 1024px) {
	.s_heroes_5_info button {
		max-width: 250px;
	}
}

.s_heroes_6_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.s_heroes_6_item:nth-child(1) {
	width: 32%;
	margin-right: 28px;
	position: relative;
}

@media all and (max-width: 1024px) {
	.s_heroes_6_item:nth-child(1) {
		margin-right: 18px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_6_item:nth-child(1) {
		margin-right: 8px;
	}
}

.s_heroes_6_item:nth-child(1) .s_heroes_6_item_wrap {
	height: 100%;
	background: #181c1f;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.s_heroes_6_item:nth-child(1) h2 {
	font-size: 66px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}

@media all and (max-width: 1024px) {
	.s_heroes_6_item:nth-child(1) h2 {
		font-size: 44px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_6_item:nth-child(1) h2 {
		font-size: 18px;
	}
}

.s_heroes_6_item:nth-child(1) p {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
}

@media all and (max-width: 1024px) {
	.s_heroes_6_item:nth-child(1) p {
		font-size: 15px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_6_item:nth-child(1) p {
		font-size: 7.5px;
	}
}

.s_heroes_6_item:nth-child(2) {
	width: 68%;
	position: relative;
}

.s_heroes_6_item:nth-child(2) h2 {
	font-size: 66px;
	font-weight: 600;
	margin-bottom: 13px;
}

@media all and (max-width: 1024px) {
	.s_heroes_6_item:nth-child(2) h2 {
		font-size: 44px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_6_item:nth-child(2) h2 {
		font-size: 18px;
	}
}

.s_heroes_6_item:nth-child(2) button {
	max-width: 392px;
	width: 100%;
	height: 43px;
	line-height: 43px;
	text-align: center;
	margin: 0 auto;
}

@media all and (max-width: 1024px) {
	.s_heroes_6_item:nth-child(2) button {
		font-size: 15px;
	}
}

@media all and (max-width: 767px) {
	.s_heroes_6_item:nth-child(2) button {
		font-size: 9px;
		max-width: 150px;
		height: 30px;
		line-height: 30px;
	}
}

.s_heroes_6_img img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.s_heroes_6_text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.s_top-info {
	padding-bottom: 0px;
}

.s_sales {
	background: #eb3059;
	padding: 15px 0 23px;
	margin-bottom: 15px;
}
.s_sale{
	margin-bottom:44px;
}

@media all and (max-width: 1024px) {
	.s_sales {
		padding: 28px 0 23px;
	}
}

@media all and (max-width: 639px) {
	.s_sales {
		padding: 45px 0 40px;
		margin-bottom: 8px;
	}
}

@media all and (max-width: 1024px) {
	.s_sales_top_heading {
		margin-bottom: 10px;
	}
}

@media all and (max-width: 639px) {
	.s_sales_top_heading {
		margin-bottom: 12px;
	}
}

.s_sales_banner {
	display: block;
	text-align: center;
}

.s_sales_banner .clearance {
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.4em;
}

@media all and (max-width: 1024px) {
	.s_sales_banner .clearance {
		font-size: 26px;
	}
}

@media all and (max-width: 639px) {
	.s_sales_banner .clearance {
		font-size: 18px;
		margin-bottom: 11px;
	}
}

.s_sales_banner .small-span {
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
}

@media all and (max-width: 639px) {
	.s_sales_banner .small-span {
		font-size: 14px;
	}
}

.s_sales_banner .big-span {
	font-size: 146px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	vertical-align: middle;
	font-weight: 600;
}

@media all and (max-width: 1024px) {
	.s_sales_banner .big-span {
		font-size: 106px;
	}
}

@media all and (max-width: 639px) {
	.s_sales_banner .big-span {
		font-size: 54px;
	}
}

.s_sales_banner .save-span {
	font-size: 18px;
	text-decoration: underline;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.1em;
}

@media all and (max-width: 1000px) {
	.s_sale {
		margin-bottom: 18px;
	}
}

@media all and (max-width: 767px) {
	.s_sale {
		margin-bottom: 0px;
	}
}

.s_sale_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media all and (max-width: 767px) {
	.s_sale_wrapper {
		display: block;
	}
}

.s_sale_left {
	background: #e2e2e2;
	width: 53.6%;
	display: block;
	min-height: 105px;
}

@media all and (max-width: 1499px) {
	.s_sale_left {
		width: 60%;
	}
}

@media all and (max-width: 1279px) {
	.s_sale_left {
		width: 67.4%;
	}
}

@media all and (max-width: 767px) {
	.s_sale_left {
		width: 100%;
		max-width: 100%;
	}
}

.s_sale_left .container {
	padding-right: 0;
}

.s_sale_left_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media all and (max-width: 767px) {
	.s_sale_left_wrap {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.s_sale_left_text {
	margin-right: 40px;
	text-align: center;
}

@media all and (max-width: 1279px) {
	.s_sale_left_text {
		margin-right: 25px;
	}
}

@media all and (max-width: 479px) {
	.s_sale_left_text {
		margin-right: 0px;
	}
}

.s_sale_left_text p {
	color: #ab8e5e;
	font-size: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 17px;
}

@media all and (max-width: 1279px) {
	.s_sale_left_text p {
		font-size: 17px;
	}
}

@media all and (max-width: 639px) {
	.s_sale_left_text p {
		font-size: 13px;
	}
}

.s_sale_left_text button {
	border: none;
	outline: none;
	max-width: 261px;
	width: 100%;
	height: 31px;
	background: #d4a854;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #fff;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}

.s_sale_left_text button:hover {
	color: #d4a854;
	background: #fff;
}

@media all and (max-width: 1279px) {
	.s_sale_left_text button {
		font-size: 15px;
	}
}

@media all and (max-width: 639px) {
	.s_sale_left_text button {
		font-size: 11px;
	}
}

.s_sale_left_img {
	max-width: 239px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media all and (max-width: 1279px) {
	.s_sale_left_img {
		max-width: 185px;
	}
}

@media all and (max-width: 6399px) {
	.s_sale_left_img {
		max-width: 160px;
	}
}

.s_sale_left_img img {
	display: block;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.s_sale_right {
	display: block;
	background: #181c1f;
	width: 45.5%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 70px;
	min-height: 105px;
}

@media all and (max-width: 1499px) {
	.s_sale_right {
		width: 38.8%;
	}
}

@media all and (max-width: 1279px) {
	.s_sale_right {
		width: 30.5%;
		padding-left: 35px;
	}
}

@media all and (max-width: 767px) {
	.s_sale_right {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
		text-align: center;
	}
}

.s_sale_right p {
	font-size: 38px;
	font-weight: 700;
	text-decoration: underline;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

@media all and (max-width: 1279px) {
	.s_sale_right p {
		font-size: 18px;
	}
}
.heroes{
	margin-bottom:24px;
}
.heroes h1{
	font-size: 100px;
	font-weight: 600;
}
.heroes h2{
	font-size: 66px;
	font-weight: 400;
}
.heroes h3{
	font-size:50px;
	font-weight: 300;
}
.heroes h4{
	font-size:33px;
	font-weight: 200;
	margin-bottom:8px;
}
.heroes h5, heroes p{
	font-size: 18px;
	font-weight: 100;
	margin-bottom:6px;
}
.heroes button{
	background: #1b1c20;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;

	margin: 20px auto 0 auto;
	padding: 10px 30px;

	border: none;
	border-radius: 0;
	cursor: pointer;
}
.heroes button.white{
	border: 2px solid #1b1c20;
	color: #181c1f;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 600;
}
.heroes button.btn-block{
	width:100%;
}

.heroes button.white:hover {
	color: #fff;
	background: #181c1f;
}
.heroes .center{
	text-align:center;
}
.heroes .right{
	text-align:right;
}

.heroes_halves{
	position:relative;
	display:block;
}
.heroes_halves > img{
	width:100%;
}
.heroes_halves_left,.heroes_halves_right{
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.heroes_halves_left{
	left:50px;
}
.heroes .top{
	top:50px;
	transform:none;
	bottom:auto;
}
.heroes_halves_right{
	right:50px;
}
.heroes .bottom{
	top:auto;
	bottom:50px;
	transform:none;
}

@media (max-width: 1000px){
	.heroes h1{
		font-size: 71px;
		margin-bottom: 5px;
	}
	.heroes h2{
		font-size:50px;
	}
	.heroes h3{
		font-size:40px;
	}
	.heroes h4{
		font-size:25px;
	}
	.heroes h5, heroes p{
		font-size: 16px;
	}
	.heroes button{
		font-size: 15px;
	}

	.heroes_halves_left{
		left:35px;
	}
	.heroes_halves_right{
		right:35px;
	}
	.heroes .top{
		top:35px;
	}
	.heroes .bottom{
		bottom:35px;
	}
}

@media (max-width: 768px){
	.heroes h1{
		font-size: 34px;
		margin-bottom: 5px;
	}
	.heroes h2{
		font-size:25px;
	}
	.heroes h3{
		font-size:20px;
	}
	.heroes h4{
		font-size:17px;
	}
	.heroes h5, heroes p{
		font-size: 14px;
	}
	.heroes button{
		font-size: 13px;
		padding: 5px 15px;
	}

	.heroes_halves_left{
		left:16px;
	}
	.heroes_halves_right{
		right:16px;
	}
	.heroes .top{
		top:16px;
	}
	.heroes .bottom{
		bottom:16px;
	}
}