@font-face {
	font-family: 'DaxOT';
	src: url("../fonts/DaxOT.otf") format("opentype");
	font-weight: 400;
}
@font-face {
	font-family: 'DaxOT-Medium';
	src: url("../fonts/DaxOT-Medium.otf") format("opentype");
	font-weight: 500;
}
@font-face {
	font-family: 'DaxOT-Bold';
	src: url("../fonts/DaxOT-Bold.otf") format("opentype");
	font-weight: 700;
}
@font-face {
	font-family: 'iCiel-LachicPro';
	src: url("../fonts/iCiel LachicPro.otf") format("opentype");
	font-weight: 400;
}

/* Global CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, body {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	outline:none;
	-webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
body, button, input, textarea, select {
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'DaxOT';
	font-weight: 400;
	-webkit-appearance: none;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
textarea, input {
	-webkit-focus-ring-color: none;
}
button {
	cursor:pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-image-size-adjust: none;
}
body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	vertical-align: baseline;
	line-height: 1.2;
	position: relative;
}
html, body {
	width: 100%;
	background-color: #fff;
}
.clear {
	clear:both;
	width:1px;
	height:1px;
}
.clear_after:after {
	clear:both;
	display: block;
	content: "";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* End Global CSS */





/* ! ALL */
/* ! ALL :: IMG */
img {
	display: block;
	max-width: 100%;
}
.desktop {
	display: none;
}
.mobile {
	display: block;
}
@media (min-width: 991px) {
	.desktop {
		display: block;
	}
	.mobile {
		display: none;
	}
}

/* ! ALL :: CONTENT */
.content {
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
}
@media (min-width: 767px) {
	.content {
		max-width: 750px;
	}
}
@media (min-width: 991px) {
	.content {
		max-width: 970px;
	}
}
@media (min-width: 1199px) {
	.content {
		max-width: 1170px;
	}
}

/* ! ALL :: FONTS */
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* ! ALL :: FONTS */
@media (min-width: 767px) {
}
@media (min-width: 991px) {
}
@media (min-width: 1199px) {
}





/* ! HEADER */
#header {
	position: relative;
	width: 100%;
	background: #ffffff;
	z-index: 99;
	padding: 15px 0;
}
#logo {
	margin: 0 auto;
	display: block;
	max-width: 30px;
}
@media (min-width: 991px) {
	#logo {
		max-width: 266px;
	}
}





/* ! BODY */
#body {
	position: relative;
	display: block;
}





/* ! SECTION :: FIRST */
.first-section {
	width: 100%;
	background: url(../images/bg_1-mobile.jpg) no-repeat center top;
	background-size: cover;
	/*background: url(../images/bg_1_1-mobile.png) no-repeat center top, url(../images/bg_1_2-mobile.jpg) no-repeat center;
	background-size: auto, cover;*/
}
.first-section .boxer-title {
	text-align: center;
	padding: 75px 0 0;
	max-width: 100%;
	margin: 0 auto;
	max-width: 365px;
}
.first-section .boxer-title h2 {
	font-family: 'DaxOT-Medium';
	font-weight: 500;
	font-size: 32px;
	line-height: 1.1;
	color: #ffffff;
	margin: 0 auto 25px;
	text-shadow: 2px 2px #000000;
}
.first-section .boxer-title h6 {
	font-family: 'DaxOT';
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #ffec5f;
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
}
.first-section .boxer-title h6 strong {
	font-family: 'DaxOT-Bold';
	font-weight: 700;
	font-size: 26px;
}
.first-section .boxer-line {
	padding: 30px 0;
}
.first-section .boxer-line .icon {
	display: block;
	width: 54px;
	margin: 0 auto;
	position: relative;
}
.first-section .boxer-line .icon img {
	margin: 0 auto;
}
.first-section .boxer-line .icon:before,
.first-section .boxer-line .icon:after {
	content: '';
	position: absolute;
	top: 18px;
	left: 100%;
	width: 120px;
	height: 2px;
	background: #ffffff;
}
.first-section .boxer-line .icon:before{
	left: auto;
	right: 100%;
}
.first-section .boxer-prize {
	text-align: center;
}
.first-section .boxer-prize .prize {
	display: inline-block;
	margin: 20px 15px 0;
}
.first-section .boxer-btn {
	text-align: center;
	padding: 50px 0 0;
	max-width: 664px;
	margin: 0 auto;
}
.first-section .boxer-btn .btn {
	display: block;
	max-width: 300px;
	margin: 0 auto 20px;
}
.first-section .boxer-link {
	text-align: center;
	padding: 0 0 30px;
}
.first-section .boxer-link .link {
	font-family: 'DaxOT';
	font-weight: 400;
	color: #ffffff;
	font-size: 16px;
}
@media (min-width: 991px) {
	.first-section {
		background: url(../images/bg_1_1.png) no-repeat center top, url(../images/bg_1_2.jpg) no-repeat center;
		background-size: auto, cover;
	}
	.first-section .boxer-title {
		padding: 145px 0 0;
		max-width: 100%;
	}
	.first-section .boxer-title h2 {
		font-size: 46px;
	}
	.first-section .boxer-title h6 {
		font-size: 26px;
	}
	.first-section .boxer-title h6 strong {
		font-size: 30px;
	}
	.first-section .boxer-line {
		padding: 15px 0;
	}
	.first-section .boxer-btn {
		padding: 50px 0 0;
	}
	.first-section .boxer-btn .btn {
		max-width: 332px;
		margin: 0 auto 25px;
		float: left;
		padding: 0 5px;
	}
	.first-section .boxer-link {
		padding: 0 0 50px;
	}
}





/* ! SECTION :: SECOND */
.second-section {
	width: 100%;
	padding: 50px 0;
}
.second-section .boxer-how_does {
	background: url(../images/bg_2_1-mobile.png) no-repeat left top, url(../images/bg_2_2-mobile.png) no-repeat right top, url(../images/bg_2_3-mobile.png) no-repeat left bottom, url(../images/bg_2_4-mobile.png) no-repeat right bottom;
	margin: 0 auto;
	max-width: 774px;
	padding: 0;
}
.second-section .boxer-how_does .box-title {
	background: url(../images/title_bg-mobile.png) no-repeat center bottom;
	background-size: 100%;
	max-width: 520px;
	margin: 0 auto;
}
.second-section .boxer-how_does .box-title h2 {
	max-width: 300px;
	margin: 0 auto;
	font-family: 'DaxOT-Medium';
	font-weight: 500;
	color: #000000;
	font-size: 42px;
	padding: 30px 0 75px;
	line-height: 1;
	text-align: center;
}
.second-section .boxer-how_does .box-step {
	padding: 30px 0 0;
}
.second-section .boxer-how_does .box-step .step {
	position: relative;
	padding: 0;
	text-align: center;
}
.second-section .boxer-how_does .box-step .step .icon {
	width: 100%;
	padding: 0 0 10px;
}
.second-section .boxer-how_does .box-step .step_two .icon {
	padding: 100px 0 15px;
}
.second-section .boxer-how_does .box-step .step_three .icon {
	padding: 20px 0 15px;
}
.second-section .boxer-how_does .box-step .step .icon img {
	margin: 0 auto;
}
.second-section .boxer-how_does .box-step .step .text {
	padding: 0;
	position: relative;
	margin: 0 auto;
	max-width: 365px;
}
.second-section .boxer-how_does .box-step .step_two .text {
	max-width: 300px;
}
.second-section .boxer-how_does .box-step .step_three .text {
	max-width: 245px;
	margin-bottom: 110px;
}
.second-section .boxer-how_does .box-step .step_four .text {
	max-width: 310px;
}
.second-section .boxer-how_does .box-step .step .text:before {
	content: '';
	position: absolute;
	bottom: -90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6px;
	height: 80px;
	background: url(../images/step_dot.png) no-repeat center;
}
.second-section .boxer-how_does .box-step .step:last-child .text:before {
	display: none;
}
.second-section .boxer-how_does .box-step .step .text p {
	font-family: 'DaxOT';
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 10px;
}
.second-section .boxer-how_does .box-step .step .text p a {
	color: #0000ff;
}
.second-section .boxer-how_does .box-step .step .text p strong,
.second-section .boxer-how_does .box-step .step .text p b {
	font-family: 'DaxOT-Bold';
	font-weight: 700;
}
.second-section .boxer-how_does .box-btn {
	text-align: center;
	padding: 60px 0 0;
	max-width: 664px;
	margin: 0 auto;
}
.second-section .boxer-how_does .box-btn .btn {
	display: block;
	max-width: 250px;
	margin: 0 auto 20px;
}
.second-section .boxer-how_does .box-btn .btn.desktop {
	display: none;
}
.second-section .boxer-how_does .box-btn .btn.mobile {
	display: block;
}
.second-section .boxer-how_does .box-link {
	text-align: center;
	padding: 10px 0 75px;
}
.second-section .boxer-how_does .box-link .link {
	font-family: 'DaxOT';
	font-weight: 400;
	color: #0000ff;
	font-size: 16px;
}
@media (min-width: 991px) {
	.second-section .boxer-how_does {
		background: url(../images/bg_2_1.png) no-repeat left top, url(../images/bg_2_2.png) no-repeat right top, url(../images/bg_2_3.png) no-repeat left bottom, url(../images/bg_2_4.png) no-repeat right bottom;
		padding: 32px 0;
	}
	.second-section .boxer-how_does .box-title {
		background: url(../images/title_bg.png) no-repeat center bottom;
		background-size: 100%;
	}
	.second-section .boxer-how_does .box-title h2 {
		font-size: 50px;
		padding: 40px 0 105px;
	}
	.second-section .boxer-how_does .box-step .step {
		padding: 0 0 0 50%;
	}
	.second-section .boxer-how_does .box-step .step .icon {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		padding: 0;
	}
	.second-section .boxer-how_does .box-step .step_two .icon {
		top: -15px;
		padding: 0;
	}
	.second-section .boxer-how_does .box-step .step_three .icon {
		top: 60px;
		padding: 0;
	}
	.second-section .boxer-how_does .box-step .step .text {
		padding: 10px 20px 92px;
		max-width: 100%;
	}
	.second-section .boxer-how_does .box-step .step_one .text {
		padding-top: 65px;
		max-width: 100%;
	}
	.second-section .boxer-how_does .box-step .step_two .text {
		padding-left: 42px;
		padding-right: 42px;
		max-width: 100%;
	}
	.second-section .boxer-how_does .box-step .step_three .text {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 100%;
		margin-bottom: 0;
	}
	.second-section .boxer-how_does .box-step .step_four .text {
		max-width: 350px;
	}
	.second-section .boxer-how_does .box-step .step:last-child .text {
		padding-bottom: 0;
	}
	.second-section .boxer-how_does .box-step .step .text:before {
		bottom: 5px;
	}
	.second-section .boxer-how_does .box-btn {
		padding: 75px 0 0;
	}
	.second-section .boxer-how_does .box-btn .btn {
		max-width: 332px;
		margin: 0 auto 25px;
		float: left;
		padding: 0 5px;
	}
	.second-section .boxer-how_does .box-btn .btn.desktop {
		display: block;
	}
	.second-section .boxer-how_does .box-btn .btn.mobile {
		display: none;
	}
	.second-section .boxer-how_does .box-link {
		padding: 0 0 100px;
	}
}





/* ! SECTION :: THIRD */
.third-section {
	width: 100%;
	background: url(../images/bg_3-mobile.jpg) no-repeat center top;
	background-size: cover;
}
.third-section .boxer-title {
	text-align: center;
	padding: 75px 0 35px;
}
.third-section .boxer-title h2 {
	max-width: 365px;
	margin: 0 auto;
	font-family: 'DaxOT-Medium';
	font-weight: 500;
	color: #ffffff;
	font-size: 32px;
	padding: 0px;
	line-height: 1;
	text-shadow: 2px 2px #000000;
}
.third-section .boxer-ornaments {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.third-section .boxer-ornaments .box-ornaments {
	max-width: 385px;
	margin: 0 auto 30px;
	position: relative;
}
.third-section .boxer-ornaments .ornaments_title {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 0 18px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.third-section .boxer-ornaments .ornaments_title h3 {
	font-family: 'DaxOT-Bold';
	font-weight: 700;
	color: #ffffff;
	font-size: 13px;
	line-height: 1;
	background: #002147;
	padding: 5px 12px;
	position: relative;
	width: 50%;
	border-right: 1px solid #ffffff;
	text-align: right;
}
.third-section .boxer-ornaments .ornaments_title h3:last-child {
	border-left: 1px solid #ffffff;
	border-right: none;
	text-align: left;
	background: #df1c01;
}
.third-section .boxer-ornaments .ornaments_title h3:before {
	content: '';
	position: absolute;
	bottom: -9px;
	left: -19px;
	background: url(../images/ribbon_before.png) no-repeat center top;
	background-size: 100%;
	width: 35px;
	height: 23px;
}
.third-section .boxer-ornaments .ornaments_title h3:last-child:before {
	display: none;
}
.third-section .boxer-ornaments .ornaments_title h3:last-child:after {
	content: '';
	position: absolute;
	bottom: -9px;
	right: -19px;
	background: url(../images/ribbon_after.png) no-repeat center top;
	background-size: 100%;
	width: 35px;
	height: 23px;
}
.third-section .boxer-ornaments .ornaments_whitebox {
	padding: 0 35px;
	height: 100%;
}
.third-section .boxer-ornaments .ornaments_whitebox .ornaments_list {
	background: #ffffff;
	padding: 35px 0 15px;
	box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
	height: 100%;
}
.third-section .boxer-ornaments .ornaments_whitebox .ornaments_list .ornaments {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 auto 8px;
}
.third-section .boxer-ornaments .ornaments_whitebox .ornaments_list .ornaments:last-child {
	margin-bottom: 0;
}
.third-section .boxer-ornaments .ornaments_whitebox .ornaments_list .ornaments .text {
	width: 50%;
	padding-left: 15px;
	font-family: 'DaxOT-Medium';
	font-weight: 500;
	color: #000000;
	font-size: 12px;
	text-align: right;
}
.third-section .boxer-ornaments .ornaments_whitebox .ornaments_list .ornaments .line {
	width: 15%;
	padding: 0 5px;
}
.third-section .boxer-ornaments .ornaments_whitebox .ornaments_list .ornaments .line img {
	margin: 0 auto;
}
.third-section .boxer-ornaments .ornaments_whitebox .ornaments_list .ornaments .img {
	width: 35%;
}
.third-section .boxer-ornaments .ornaments_whitebox .ornaments_list .ornaments .img img {
	margin: 0 auto;
}
.third-section .boxer-link {
	text-align: center;
	padding: 30px 0;
}
.third-section .boxer-link .link {
	font-family: 'DaxOT';
	font-weight: 400;
	color: #ffffff;
	font-size: 16px;
}
@media (min-width: 991px) {
	.third-section {
		background: url(../images/bg_3_1.png) no-repeat center top, url(../images/bg_3_2.jpg) no-repeat center;
		background-size: auto, cover;
	}
	.third-section .boxer-title {
		padding: 92px 0 65px;
	}
	.third-section .boxer-title h2 {
		max-width: 720px;
		font-size: 50px;
	}
	.third-section .boxer-ornaments {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.third-section .boxer-ornaments .box-ornaments {
		margin: 0 1px;
	}
	.third-section .boxer-ornaments .ornaments_title {
		padding: 0 24px;
	}
	.third-section .boxer-ornaments .ornaments_title h3 {
		font-size: 13px;
		padding: 8px 14px;
		line-height: 14px;
	}
	.third-section .boxer-ornaments .ornaments_title h3:before {
		bottom: -11px;
		left: -25px;
		width: 45px;
		height: 30px;
	}
	.third-section .boxer-ornaments .ornaments_title h3:last-child:after {
		bottom: -11px;
		right: -25px;
		width: 45px;
		height: 30px;
	}
	.third-section .boxer-ornaments .ornaments_whitebox {
		padding: 0 45px;
	}
	.third-section .boxer-ornaments .ornaments_whitebox .ornaments_list {
		padding: 45px 0 15px;
	}
	.third-section .boxer-link {
		text-align: center;
		padding: 80px 0 75px;
	}
}





/* ! SECTION :: FOURTH */
.fourth-section {
	width: 100%;
	background: url(../images/bg_4-mobile.jpg) no-repeat center top;
	background-size: cover;
}
.fourth-section .boxer-title {
	text-align: center;
}
.fourth-section .boxer-title h2 {
	max-width: 350px;
	margin: 0 auto;
	font-family: 'DaxOT-Medium';
	font-weight: 500;
	color: #df1c01;
	font-size: 32px;
	padding: 75px 0 10px;
	line-height: 1;
}
.fourth-section .boxer-title h6 {
	max-width: 750px;
	margin: 0 auto 30px;
	font-family: 'DaxOT';
	font-weight: 400;
	color: #000000;
	font-size: 22px;
	line-height: 1.6;
}
.fourth-section .boxer-christmas_tree {
	position: relative;
	max-width: 770px;
	margin: 0 auto 50px;
}
.fourth-section .boxer-christmas_tree .ornaments {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.fourth-section .boxer-christmas_tree .ornaments.show {
	display: block;
}
.fourth-section .boxer-christmas_tree .ornaments .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.fourth-section .boxer-christmas_tree .ornaments.pti .yellow {
	display: none;
}
.fourth-section .boxer-mystery_gifts {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 0 0 0;
	min-height: 320px;
}
.fourth-section .boxer-mystery_gifts .box-mystery_gifts {
	background: url(../images/mystery_gifts.png) no-repeat center top;
	background-size: 100%;
	width: 300px;
	height: 276px;
	padding: 55px;
	text-align: center;
	margin: 0 auto;
}
.fourth-section .boxer-mystery_gifts .box-mystery_gifts h6 {
	font-family: 'DaxOT-Medium';
	font-weight: 500;
	color: #000000;
	font-size: 18px;
	line-height: 1.1;
}
.fourth-section .boxer-mystery_gifts .box-mystery_gifts h6 strong {
	display: block;
	font-size: 34px;
	font-weight: 500;
}
.fourth-section .boxer-mystery_gifts .box-mystery_gifts h5 {
	font-family: 'DaxOT-Medium';
	font-weight: 500;
	color: #df1c01;
	font-size: 70px;
	line-height: 1;
}
.fourth-section .boxer-mystery_gifts .box-text {
	padding: 15px 0 0;
	text-align: center;
}
.fourth-section .boxer-mystery_gifts .box-text p {
	font-family: 'DaxOT';
	font-weight: 400;
	color: #000000;
	font-size: 20px;
	padding: 0 5px 15px;
	max-width: 280px;
	margin: 0 auto;
}
.fourth-section .boxer-mystery_gifts .box-text p strong {
	font-family: 'DaxOT-Medium';
	font-weight: 500;
	display: inline-block;
}
.fourth-section .boxer-mystery_gifts .box-text .btn {
	display: block;
	max-width: 321px;
	margin: 0 auto;
}
.fourth-section .boxer-mystery_gifts .box-text .btn-view_tr {
	text-align: center;
	border: none;
	text-decoration: none;
	background: #df1c01;
	font-family: 'DaxOT-Medium';
	font-weight: 500;
	color: #ffffff;
	font-size: 20px;
	max-width: 280px;
	line-height: 52px;
	width: 100%;
	display: inline-block;
	border-radius: 26px;
}
.fourth-section .boxer-btn {
	text-align: center;
	padding: 90px 0 58px;
}
.fourth-section .boxer-btn .btn {
	display: block;
	max-width: 321px;
	margin: 0 auto 8px;
}
.fourth-section .boxer-btn .link {
	font-family: 'DaxOT';
	font-weight: 400;
	color: #0000ff;
	font-size: 16px;
}
@media (min-width: 991px) {
	.fourth-section {
		background: url(../images/bg_4.png) no-repeat center top #f5ebd5;
		background-size: auto;
	}
	.fourth-section .boxer-title h2 {
		max-width: 580px;
		font-size: 50px;
		padding: 100px 0 30px;
	}
	.fourth-section .boxer-title h6 {
	    font-size: 30px;
	    line-height: 1;
	    margin: 0 auto 56px;
	}
	.fourth-section .boxer-christmas_tree {
		margin: 0 auto 68px;
	}
	.fourth-section .boxer-mystery_gifts {
		padding: 0 0 0 368px;
	}
	.fourth-section .boxer-mystery_gifts .box-mystery_gifts {
		position: absolute;
		top: 0;
		left: 25px;
		width: 347px;
		height: 319px;
		padding: 60px;
	}
	.fourth-section .boxer-mystery_gifts .box-mystery_gifts h6 {
		font-size: 20px;
	}
	.fourth-section .boxer-mystery_gifts .box-mystery_gifts h6 strong {
		font-size: 36px;
	}
	.fourth-section .boxer-mystery_gifts .box-mystery_gifts h5 {
		font-size: 95px;
	}
	.fourth-section .boxer-mystery_gifts .box-text {
		padding: 48px 0;
		text-align: left;
	}
	.fourth-section .boxer-mystery_gifts .box-text p {
		font-size: 20px;
		padding: 0 15px 10px 15px;
		max-width: 100%;
		margin: 0;
	}
	.fourth-section .boxer-mystery_gifts .box-text .btn {
		max-width: 321px;
		margin: 0;
	}
	.fourth-section .boxer-mystery_gifts .box-text .btn-view_tr {
		font-size: 22px;
		max-width: 302px;
		line-height: 60px;
		border-radius: 30px;
	}
	.fourth-section .boxer-btn .btn {
		max-width: 336px;
	}
}





/* ! SECTION :: FIFTH */
.fifth-section {
	width: 100%;
	background: url(../images/bg_5_1-mobile.png) no-repeat center top, url(../images/bg_5_2-mobile.png) no-repeat center bottom #e99d23;
	background-size: 100%, 100%;
}
.fifth-section .boxer-text {
	text-align: center;
	margin: 0 auto;
	max-width: 365px;
	padding: 50px 0;
}
.fifth-section .boxer-text p {
	font-family: 'DaxOT';
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.4;
}
.fifth-section .boxer-text p a {
	color: #3a53a4;
}
@media (min-width: 991px) {
	.fifth-section {
		background: url(../images/bg_5.png) no-repeat center top #e99d23;
		background-size: auto;
	}
	.fifth-section .boxer-text {
		max-width: 690px;
		padding: 75px 0;
	}
	.fifth-section .boxer-text p {
		font-size: 23px;
	}
}





/* ! SECTION :: CROSS SELL */
.cross_sell-section {
	width: 100%;
	background: url(../images/bg_cross_sell-mobile.jpg) no-repeat center top;
	background-size: cover;
}
.cross_sell-section .boxer-text {
	text-align: center;
	padding: 75px 0 15px;
}
.cross_sell-section .boxer-text h2 {
	font-family: 'iCiel-LachicPro';
	font-weight: 400;
	color: #ffff63;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 auto 12px;
	max-width: 580px;
	text-shadow: 3px 4px 4px #000000;
}
.cross_sell-section .boxer-text p {
	font-family: 'DaxOT';
	font-weight: 400;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 420px;
}
.cross_sell-section .boxer-btn {
	text-align: center;
	padding: 0 0 50px;
	max-width: 220px;
	margin: 0 auto;
	position: relative;
}
.cross_sell-section .boxer-btn:before {
	content: '';
	position: absolute;
	top: 26px;
	left: -75px;
	width: 58px;
	height: 4px;
	background: #d9b158;
	border-radius: 2px;
}
.cross_sell-section .boxer-btn:after {
	content: '';
	position: absolute;
	top: 26px;
	left: auto;
	right: -75px;
	width: 58px;
	height: 4px;
	background: #d9b158;
	border-radius: 2px;
}
.cross_sell-section .boxer-btn .btn {
	display: block;
}
@media (min-width: 991px) {
	.cross_sell-section {
		background: url(../images/bg_cross_sell_1.png) no-repeat center top, url(../images/bg_cross_sell_2.jpg) no-repeat center top;
		background-size: auto, cover;
	}
	.cross_sell-section .boxer-text h2 {
		font-size: 42px;
	}
	.cross_sell-section .boxer-btn {
		padding: 0 0 110px;
	}
}