


#SerumX3{
	overflow: hidden;
}

#SerumX3 .sectionContainer{
	display: block;
	  width: 100%;
	  max-width: 1440px;
	  margin: 0 auto;
	  position: relative;
	  padding: 0;
}

#SerumX3 a{
	text-decoration: none;
}

#SerumX3 img{
	max-width: 100%;
	height: auto;
}



.topSectionText{
	position: absolute;
	background-color: #0053B2;
	top: 0;
	right: 0;
	height: 58px;
	width: auto;
	padding: 0 36px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: white;
	font-family: 'Gotham-Bold';
	font-style: normal;
}

#SerumX3 h2{
	color: #1B1B1B;
	font-size: 24px;
	font-family: 'Gotham-Bold', Arial;
	margin: 0;
	padding: 0;
}
#SerumX3 h3{
	font-family: 'Gotham-Bold';
	color: #1B1B1B;
	font-size: 24px;
	line-height: 34px;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
}
#SerumX3 p{
	font-family: 'Gotham-Book';
	color: #1B1B1B;
	font-size: 18px;
	line-height: 28px;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
}

@media(max-width: 991px){
	
	#SerumX3 h3{
		font-size: 18px;
		line-height: 26px;
	}
	#SerumX3 p{
		font-size: 12px;
		line-height: 18px;
	}
	.topSectionText{
		font-size: 18px;
		height: 40px;
	}
}


/* 
	
	Section 1
	
 */

#SerumX3_section-1{
	background-color: #B3DAFF;
	
}

#SerumX3_section-1 .sectionBox{
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	position: relative;
}
#SerumX3_section-1 .sectionBox > div{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	align-content: center;
	align-items: center;
	justify-content: center;
}

#SerumX3_section-1 h3{
/* 	text-transform: uppercase; */
	text-align: center;
	justify-content: center;
	height: auto;
	padding-bottom: 16px;
}
#SerumX3_section-1 p{
	text-align: center;
	justify-content: center;
	height: auto;
	padding-bottom: 36px;
}

#SerumX3_section-1 .sectionBox .leftBox{
	position: relative;
}

#SerumX3_section-1 .sectionBox .leftBox .topSectionText{
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 27px;
	margin-right: 32px;
	
}

@media(max-width: 1140px){
	#SerumX3_section-1 h3{
		margin-top: 60px;
	}
}
@media(max-width: 991px){
	#SerumX3_section-1 .sectionBox > div{
		width: 100%;
	}
	
	#SerumX3_section-1 .sectionBox .leftBox{
		order: 2;
		padding: 60px 0;
	}
	#SerumX3_section-1 .sectionBox .rightBox{
		order: 1;
	}
	
	#SerumX3_section-1 h3{
		margin-top: 0
	}
	
	#SerumX3_section-1 .sectionBox .leftBox .topSectionText{
		margin-top: 0;
	}
}


@media(max-width: 767px){
	
	#SerumX3_section-1 .sectionBox .leftBox .topSectionText{
		height: 40px;
		font-size: 14px;
		padding: 0 22px;
		margin-right: 19px;
	}
	
	#SerumX3_section-1 .sectionBox .leftBox{
		padding: 95px 0 50px;
	}
	#SerumX3_section-1 p{
		font-size: 14px;
		line-height: 22px;
	}
}

/* 
	
	NAV
	
 */

#SerumX3_section-nav{
	padding: 57px 0 52px;
}
#SerumX3_section-nav .sectionBox{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;	
	align-content: center;
	align-items: center;
	justify-content: center;
}
#SerumX3_section-nav .sectionBox a{
	display: flex;
	flex-wrap: wrap;
	height: 81px;
	border-radius: 50px;
	background-color: #8584D1;
	color: white;
	align-content: center;
	justify-content: center;
	padding: 0 56px;
	transition: .2s;
	font-size: 18px;
	margin: 10px;
	text-align: center;
	
}
#SerumX3_section-nav .sectionBox a:hover{
	height: 97px;
	color: white;
}
#SerumX3_section-nav .sectionBox a.active{
	height: 97px;
	text-transform: uppercase;
	font-family: 'Gotham-Bold';
}

#SerumX3_section-nav .sectionBox a.SerumX3Nav2{
	background-color: #0182D5;
}
#SerumX3_section-nav .sectionBox a.SerumX3Nav3{
	background-color: #DB114A;
}

@media(max-width: 991px){
	#SerumX3_section-nav{
		padding: 30px 15px;
	}
	
/*
	#SerumX3_section-nav .sectionBox a{
		height: 50px;
	}
	#SerumX3_section-nav .sectionBox a.active{
		height: 55px;
	}
	#SerumX3_section-nav .sectionBox a:hover{
		height: 55px;
	}
*/
}

@media(max-width: 767px){
	
	#SerumX3_section-nav .sectionBox a{
		width: 100%;
		max-width: 240px;
		padding: 0 40px;
		height: 77px;
		font-size: 18px;
		line-height: 28px;
		margin: 8px;
	}
	#SerumX3_section-nav .sectionBox a.active{
		height: 77px;
	}
	#SerumX3_section-nav .sectionBox a:hover{
		height: 77px;
		
	}
}


/* 
	
	tab

*/


#SerumX3_section-tab .sectionTabBox {
  display: none;
}
#SerumX3_section-tab .active-section {
  display: block;
}
#SerumX3_section-tab .active {
  font-weight: bold;
}

#SerumX3_section-tab .SerumX3_twoBox{
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	position: relative;
}
#SerumX3_section-tab .SerumX3_twoBox::before{
	position: absolute;
	content: '';
	width: 100vw;
	height: 100%;
	top: 0;
	left: calc(50% - 50vw);
	background-color: #E7E6F4;
	z-index: -1;
}

#SerumX3_section-tab .SerumX3_twoBox1.SerumX3_twoBox::before{
	background-color: transparent;
}

#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBoxBg{
	min-height: 590px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#SerumX3_section-tab .SerumX3_twoBox > div{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
}

#SerumX3_section-tab .SerumX3_twoBox .SerumX3_twoBoxImg{
	align-content: flex-start;
	background-color: white;
}


#SerumX3_section-tab .SerumX3_twoBox .leftBox .textSection{
	padding-left: 95px;
	padding-right: 15px;
	
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 580px;
}
#SerumX3_section-tab .SerumX3_twoBox .rightBox .textSection{
	padding-left: 120px;
	padding-right: 15px;
	
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 580px;
	display: flex;
  flex-wrap: wrap;
}

#SerumX3_section-tab .SerumX3_twoBox .textSection h3{
	font-size: 24px;
	line-height: 28px;
	font-family: 'Gotham-Bold', Arial;
	padding-bottom: 32px;
}
#SerumX3_section-tab .SerumX3_twoBox .textSection span{	
	font-size: 18px;
	line-height: 28px;
	font-family: 'Gotham-Book', Arial;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#SerumX3_section-tab .SerumX3_twoBox .textSection .textSectionBgColor{
	font-size: 24px;
	display: inline-block;
	background-color: #8584D1;
	padding: 0;
	margin-bottom: 30px;
	padding: 10px;
	color: white;
	width: auto;
}

#SerumX3_section-tab #SerumX3Tab2 .SerumX3_twoBox .textSection .textSectionBgColor{
	background-color: #0182D5;
}
#SerumX3_section-tab #SerumX3Tab3 .SerumX3_twoBox .textSection .textSectionBgColor{
	background-color: #DB114A;
}
	
#SerumX3_section-tab .SerumX3_twoBox .textSection .textSectionSmall{
	font-size: 14px;
	line-height: 24px;
	
}

#SerumX3_section-tab .SerumX3_twoBox .textSection .SerumX3_plus{
	width: 54px;
	height: 54px;
	display: inline-block;
	margin: 25px 0;
}

#SerumX3_section-tab .SerumX3_twoBox .textSection a{
	margin-top: 32px;
}


#SerumX3_section-tab .SerumX3_textBoxTab{
	padding-top: 60px;
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
	padding-right: 20px;
}
#SerumX3_section-tab .SerumX3_textBoxTab h2{
	color: #1B1B1B;
	font-size: 34px;
	line-height: 50px;
	font-family: 'Gotham-Bold', Arial;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	justify-content: center;
	padding-bottom: 37px;
}
#SerumX3_section-tab .SerumX3_textBoxTab span{
	color: #1B1B1B;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Gotham-Book', Arial;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	width: 100%;
	max-width: 940px;
	text-align: center;
	justify-content: center;
}




#SerumX3_section-tab .SerumX3_borderBoxTab{
	
	width: 100%;
	max-width: 1108px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	border: 1px solid #3FB4EE;
	padding: 5px;
}

#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: center;
}

#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabLeftBox{
	width: 100%;
	max-width: calc(100% -  453px);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}
#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabRighttBox{
	width: 453px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: center;
	justify-content: center;
}


#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabRighttBox .SerumX3_BoxTabSkinDesktop{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabRighttBox .SerumX3_BoxTabSkinMobile{
	display: none;
	flex-wrap: wrap;
	width: 100%;
	align-content: center;
	align-items: center;
	justify-content: center;
}

#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabRighttBox .SerumX3_BoxTabSkinMobile span{
	width: 100%;
}


#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabBg{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: flex-start;
	
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
	min-height: 406px;
}

#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabBlue .SerumX3_BoxTabRaw .SerumX3_BoxTabBg{
	background-image: url(/img/SerumX3/SerumX3ImgTab1.webp);
}
#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabRaw .SerumX3_BoxTabBg{
	background-image: url(/img/SerumX3/SerumX3ImgTab2.webp);
}
#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabOrange .SerumX3_BoxTabRaw .SerumX3_BoxTabBg{
	background-image: url(/img/SerumX3/SerumX3ImgTab3.webp);
}

#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabIco{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;

}
#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabIco img{
	margin-bottom: 40px;
}
#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabIco span{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 332px;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabIco .SerumX3_BoxTabIcoText1{
	font-family: 'Gotham-Bold';
	color: #1B1B1B;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	padding-bottom: 23px;
}
#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabIco .SerumX3_BoxTabIcoText2{
	font-family: 'Gotham-Book';
	color: #1B1B1B;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 21px;
}
#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabIco .SerumX3_BoxTabIcoText3{
	font-family: 'Gotham-Bold';
	color: #8584D1;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
}

#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabRaw .SerumX3_BoxTabIco .SerumX3_BoxTabIcoText3{
	color: #0182D5;
}
#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabOrange .SerumX3_BoxTabRaw .SerumX3_BoxTabIco .SerumX3_BoxTabIcoText3{
	color: #DB114A;
}


#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabBg .SerumX3_BoxTabBgTitle{
	color: white;
	font-family: 'Gotham-Bold';
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	padding-bottom: 18px;
	padding-left: 45px;
	padding-right: 20px;
	max-width: 569px;
	width: 100%;

}
#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabBg .SerumX3_BoxTabBgText{
	color: white;
	font-family: 'Gotham-Book';
	font-size: 18px;
	line-height: 28px;
	padding-left: 45px;
	padding-right: 20px;
	padding-bottom: 35px;
	max-width: 569px;
	width: 100%;
}
#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabBg .SerumX3_BoxTabBgText strong{
	display: contents;
	
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.40);
}


/* blue tab */

	#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabSkin span{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: 60px;
		background-color: #64B2E9;
		align-content: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: white;
		text-transform: uppercase;
		font-size: 18px;
		font-family: 'Gotham-Bold';
		
	}
	
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabSkin span{
		background-color: #0182D5;
	}
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabOrange .SerumX3_BoxTabSkin span{
		background-color: #DB114A;
	}

	
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabBlue .SerumX3_BoxTabInfo{
		justify-content: space-around;
		padding-top: 15px;
		padding-bottom: 15px;
		gap: 15px;
	}
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabBlue .SerumX3_BoxTabInfo div{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 270px;
		justify-content: center;
		text-align: center;
	}
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabBlue .SerumX3_BoxTabInfo div img{
		margin-bottom: 30px;
	}
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabBlue .SerumX3_BoxTabInfo div span{
		font-family: 'Gotham-Book';
		color: #1B1B1B;
		font-size: 18px;
		line-height: 28px;
	}



/* green tab */

#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen{
	border-color: #0182D5;
	
}

#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabRaw .SerumX3_BoxTabLeftBox{	
	position: relative;
}
#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabRaw .SerumX3_BoxTabInfo::after{
	content: '';
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -5px;
	bottom: 0;
	height: calc(100% + 5px);
	width: 1px;
	background-color: #0182D5;
}
#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabRaw .SerumX3_BoxTabLeftBox > div{
	width: calc(50% - 20px);
	padding: 0 10px;
	text-align: center;
	justify-content: center;
}

#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabInfoSmall{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap:20px;
}
#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabInfoSmall span{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	justify-content: center;
}

#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabInfoNumber{
	
}
#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabInfoText{
	display: flex;
	width: 100%;
	align-content: center;
	justify-content: center;
	font-family: 'Gotham-Book';
		color: #1B1B1B;
		font-size: 18px;
		line-height: 28px;
		padding-top: 23px;
}


#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabSkin span{
	width: 50%;
	position: relative;
}
#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabSkin span::after{
	content: '';
	position: absolute;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	background-color: white;
}


/*  */


/* Orange tab */

#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabOrange .SerumX3_BoxTabSkin span{
	width: 50%;
	position: relative;
}
#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabOrange .SerumX3_BoxTabSkin span::after{
	content: '';
	position: absolute;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	background-color: white;
}

#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabOrange .SerumX3_BoxTabInfoText{
	display: flex;
	width: 100%;
	align-content: center;
	justify-content: center;
	font-family: 'Gotham-Book';
		color: #1B1B1B;
		font-size: 18px;
		line-height: 28px;
		padding-top: 23px;
		text-transform: uppercase;
}


/*  */

@media(max-width: 1200px){
	#SerumX3_section-tab .SerumX3_borderBoxTab{
		max-width: calc(100% - 30px)
	}
}

@media(max-width: 1040px){
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabBlue .SerumX3_BoxTabInfo div{
		max-width: 190px;
	}
}

@media(max-width: 991px){
	
	
	#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBoxBg{
		background-position: right center;
	}
	
	#SerumX3_section-tab .SerumX3_twoBox > div{
		width: 100%;
		justify-content: center;
		position: relative;
	}
	
	#SerumX3_section-tab .SerumX3_twoBox .leftBox .textSection, 
	#SerumX3_section-tab .SerumX3_twoBox .rightBox .textSection{
		padding-left: 15px;
		padding-right: 15px;
	    margin: 0 auto;
	    max-width: 690px;
	    width: 100%;
	}
	
	#SerumX3_section-tab .SerumX3_twoBox > div{
		order: 1;
	}
	#SerumX3_section-tab .SerumX3_twoBox .SerumX3_twoBoxImg{
		order: 2;
	}
	
	#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBox1 > div{
		order: 2;
	}
	#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBox1 .SerumX3_twoBoxImg{
		order: 1;
	}
	
	
	
	
	#SerumX3_section-tab .SerumX3_textBoxTab{
		padding-top: 30px;
		
	}
	
	#SerumX3_section-tab .SerumX3_textBoxTab h2{
		font-size: 34px;
	    line-height: 40px;
	    padding-bottom: 20px;
	}
	#SerumX3_section-tab .SerumX3_textBoxTab span{
		font-size: 14px;
	    line-height: 18px;
	    padding-bottom: 30px;
	  
	}
	
	
	#SerumX3_section-tab .SerumX3_borderBoxTab{
		max-width: 453px;
		width: calc(100% - 30px);
	}
	
	#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabLeftBox{
		max-width: 100%;
	}
	#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabIco{
		padding: 15px;
	}
	
	
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabInfoText, 
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabOrange .SerumX3_BoxTabInfoText{
		font-size: 14px;
	    line-height: 18px;
	    padding-top: 5px;
	    padding-bottom: 10px;
	}
	
	
	#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabBg .SerumX3_BoxTabBgTitle{
		padding-left: 20px;
	  padding-right: 20px;
	  padding-bottom: 10px;
	}
	#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabBg .SerumX3_BoxTabBgText{
		font-size: 14px;
	    line-height: 18px;
	    
	    padding-left: 20px;
	  padding-right: 20px;
	  padding-bottom: 20px;
	}
	
	#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabBg .SerumX3_BoxTabBgText br{
		display: none;
	}
}


@media(max-width: 767px){
	
	
	#SerumX3_section-tab .SerumX3_twoBox .rightBox .textSection{
		padding-top: 30px;
		padding-bottom: 15px;
	
	}
	
	#SerumX3_section-tab .SerumX3_twoBox .textSection h3{
		font-size: 18px;
		line-height: 28px;
	}
	#SerumX3_section-tab .SerumX3_twoBox .textSection span{
		font-size: 14px;
		line-height: 28px;
	}
	
	#SerumX3_section-tab .SerumX3_twoBox .leftBox .textSection, 
	#SerumX3_section-tab .SerumX3_twoBox .rightBox .textSection{
		padding-left: 20px;
		padding-right: 20px;
		min-height: 320px;
		padding-top: 50px;
		padding-bottom: 50px;
		
		
		display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;

	}
	
	#SerumX3_section-tab .SerumX3_twoBox .textSection span br{
		display: none;
	}
	
	#SerumX3_section-tab .SerumX3_textBoxTab h2{
		font-size: 24px;
		line-height: 34px;
	}
	#SerumX3_section-tab .SerumX3_textBoxTab span{
		font-size: 14px;
		line-height: 24px;
	}
	
	#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBoxBg{
		min-height: 1px;
		background-position: center center;
	}
	#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBoxBg .leftBox .textSection{
		padding-bottom: 100px;
	}
	#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBoxBg .leftBox .textSection{
		padding-top: 50px;
	}
	#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBoxBg .textSection{
		text-align: center;
		justify-content: center;
	}
	#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBoxBg .textSection h3{
		text-align: center;
		justify-content: center;
		line-height: 34px;
	}
	#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBoxBg .textSection span{
		justify-content: center;
		font-size: 14px;
		line-height: 28px;
	}
	#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBoxBg .textSection span strong{
		padding-bottom: 10px;
	}
	
	#SerumX3_section-tab .SerumX3_twoBox .textSection .textSectionBgColor{
		font-size: 18px;
		
	}
	
	#SerumX3_section-tab .topSectionText{
		height: 56px;
		margin-top: 45px;
		margin-right: 30px;
	}
	
	#SerumX3_section-tab .SerumX3_twoBox.SerumX3_twoBox1 .leftBox .textSection{
		padding-top: 133px;
	}
	
	
	
	#SerumX3_section-tab .SerumX3_borderBoxTab{
		padding: 0;
		width: calc(100% - 20px);

	}
	
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabBlue .SerumX3_BoxTabInfo{
		gap: 40px;
	}
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabBlue .SerumX3_BoxTabInfo{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabBlue .SerumX3_BoxTabInfo > div{
		width: 100%;
		max-width: 100%;
	}
	
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabBlue .SerumX3_BoxTabInfo div span{
		width: 100%;
		padding: 0 30px;
	}
	
	
	#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabIco{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabRaw .SerumX3_BoxTabLeftBox > div{
		width: 100%;
	}
	
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabRaw .SerumX3_BoxTabLeftBox .SerumX3_BoxTabInfoSmall .SerumX3_BoxTabInfoSmallBox{
		width: 100%;
		margin-bottom: 30px;
	}
	
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabRaw .SerumX3_BoxTabLeftBox{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabRaw .SerumX3_BoxTabInfo::after{
		display: none;
	}
	
	
	#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabBg .SerumX3_BoxTabBgText{
		line-height: 28px;
	}
	
	
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabOrange .SerumX3_BoxTabRaw .SerumX3_BoxTabLeftBox{
		padding-top: 50px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabBlue .SerumX3_BoxTabRaw .SerumX3_BoxTabBg{
		background-image: url(/img/SerumX3/SerumX3ImgTab1Mobile.webp);
	}
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabGreen .SerumX3_BoxTabRaw .SerumX3_BoxTabBg{
		background-image: url(/img/SerumX3/SerumX3ImgTab2Mobile.webp);
	}
	#SerumX3_section-tab .SerumX3_borderBoxTab.SerumX3_TabOrange .SerumX3_BoxTabRaw .SerumX3_BoxTabBg{
		background-image: url(/img/SerumX3/SerumX3ImgTab3Mobile.webp);
	}
	
	
	#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabRighttBox .SerumX3_BoxTabSkinDesktop{
		display: none;
	}
	#SerumX3_section-tab .SerumX3_borderBoxTab .SerumX3_BoxTabRaw .SerumX3_BoxTabRighttBox .SerumX3_BoxTabSkinMobile{
		display: flex;
	}
}



/* 
	
	6 box

*/
 
#SerumX3_section-2{
	padding: 0 15px;
	
	padding-top: 67px;
	padding-bottom: 110px;
	
} 
 
#SerumX3_section-2 h2{
	font-size: 34px;
	text-transform: uppercase;
	line-height: 50px;
	font-family: 'Gotham-Bold';
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding-bottom: 37px;
	color: #1B1B1B;
}

#SerumX3_section-2 span{
	font-size: 18px;
	line-height: 28px;
	font-family: 'Gotham-Book', Arial, sans-serif;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	align-content: center;
	align-items: center;
	justify-content: center;
	color: #1B1B1B;
	padding-bottom: 80px;
}
#SerumX3_section-2 span strong{
	display: contents;
}

#SerumX3_section-2 .SerumX3_box_conteiner{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: center;
	justify-content: center;
	width: 100%;
	max-width: 1063px;
	margin: 0 auto;
}



#SerumX3_section-2 .SerumX3_box_conteiner .glide__arrow{
	top: calc(50% - 45px - 45px);
}

#SerumX3_section-2 .SerumX3_box_conteiner .SerumX3_box{
	display: flex;
	flex-wrap: wrap;
	width: 291px;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	margin: 0 auto;
	height: 290px;
	margin-bottom: 90px;
}

#SerumX3_section-2 .SerumX3_box_conteiner .SerumX3_box .SerumX3_img{
	display: flex;
	flex-wrap: wrap;
	width: 291px;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	height: 136px;
	margin-bottom: 37px;
}
#SerumX3_section-2 .SerumX3_box_conteiner .SerumX3_box span{
	font-size: 18px;
	line-height: 28px;
	font-family: 'Gotham-Book', Arial, sans-serif;
	padding-bottom: 0;
	color: #1B1B1B;
}

@media(max-width: 1150px){
	#SerumX3_section-2 .SerumX3_box_conteiner{
		max-width: calc(582px + 190px);
	}	
}

@media(max-width: 991px){
	#SerumX3_section-2{
		padding-top: 30px;
		padding-bottom: 30px;
		
	} 
	
	#SerumX3_section-2 h2{
		font-size: 34px;
		line-height: 40px;
		padding-bottom: 20px;
	}
	#SerumX3_section-2 span{
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 30px;
	}
	
	#SerumX3_section-2 .SerumX3_box_conteiner .SerumX3_box .SerumX3_img{
		margin-bottom: 35px;
/* 		height: 80px; */
	}
	#SerumX3_section-2 .SerumX3_box_conteiner .SerumX3_box .SerumX3_img img{
/* 		max-height: 70px; */
		width: auto;
	}
	#SerumX3_section-2 .SerumX3_box_conteiner .SerumX3_box span{
		font-size: 14px;
		line-height: 24px;
	}
	
	#SerumX3_section-2 .SerumX3_box_conteiner .SerumX3_box{
		height: 245px;
		margin-bottom: 30px;

	}
	
}

@media(max-width: 880px){
	#SerumX3_section-2 .SerumX3_box_conteiner{
		max-width: 381px;
	}	
}

@media(max-width: 767px){
	
	#SerumX3_section-2{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#SerumX3_section-2 h2{
		font-size: 24px;
		line-height: 34px;
		padding-bottom: 30px;
	}
	
	#SerumX3_section-2 span{
		line-height: 24px;
	}
	
	#SerumX3_section-2 .SerumX3_box_conteiner{
		max-width: 271px;
	}
	#SerumX3_section-2 .SerumX3_box_conteiner .SerumX3_box{
		max-width: 271px;
	}
	
	#SerumX3_section-2 .SerumX3_box_conteiner .glide__arrow{
		top: calc(50% - 45px);
	}
}




/* 
	
	Section 2
	
 */

#SerumX3_section-3{
	background-color: #B3DAFF;
	
}

#SerumX3_section-3 .sectionBox{
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	position: relative;
}
#SerumX3_section-3 .sectionBox > div{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	align-content: center;
	align-items: center;
	justify-content: center;
}

#SerumX3_section-3 .sectionBox .rightBox{
	padding-top: 65px;
}

#SerumX3_section-3 h3{
	text-transform: uppercase;

	height: auto;
	padding-bottom: 20px;
}
#SerumX3_section-3 p{

	height: auto;
	padding-bottom: 19px;
}

#SerumX3_section-3 p.SerumX3_listText{
	padding-left: 51px;
	display: flex;
	width: 100%;
	min-height: 32px;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 16px;
	align-content: center;
	align-items: center;
}
#SerumX3_section-3 p.SerumX3_listText::after{
	content: '';
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background-color: #8584D1;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
#SerumX3_section-3 p.SerumX3_listText.SerumX3_listText_orange::after{
	background-color: #DB114A;
}
#SerumX3_section-3 p.SerumX3_listText.SerumX3_listText_green::after{
	background-color: #0182D5;
}

#SerumX3_section-3 .sectionBox .leftBox{
	position: relative;
}

#SerumX3_section-3 .SerumX3_textBox{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	padding-right: 60px;
	max-width: 100%;
	width: 100%;
	padding-left: 85px;
	
}

#SerumX3_section-3 .sectionBox .leftBox .topSectionText{
	display: flex;
	flex-wrap: wrap;
	margin-right: 32px;
	width: 100%;
	max-width: 165px;
	
}


@media(max-width: 991px){
	#SerumX3_section-3{
		margin-top: 30px;
	}
	#SerumX3_section-3 .sectionBox > div{
		width: 100%;
	}
	
	#SerumX3_section-3 .sectionBox .leftBox{
		order: 1;
	}
	#SerumX3_section-3 .sectionBox .rightBox{
		order: 2;
		padding: 60px 0;
		position: relative;
	}
	
	#SerumX3_section-3 h3{
		margin-top: 0
	}
	
	#SerumX3_section-3 .sectionBox .topSectionText{
		margin-top: 0;
		height: 40px;
	}
	
	
	#SerumX3_section-3 .SerumX3_textBox{
		padding: 0 15px;
		margin: 0 auto;
		max-width: 690px;
	}
}


@media(max-width: 767px){
	#SerumX3_section-3 .sectionBox .topSectionText{
		height: 58px;
		margin-right: 28px;
	}
	#SerumX3_section-3 .sectionBox .rightBox{
		padding: 100px 0 54px;
	}
	
	#SerumX3_section-3 h3{
		text-transform: none;
		line-height: 34px;
	}
	#SerumX3_section-3 p{
		font-size: 14px;
		line-height: 24px;
	}
	#SerumX3_section-3 .SerumX3_textBox{
		padding: 0 20px;
	}
}



/* 
	
	3 box

*/

#SerumX3_section-4{
	padding: 0 15px;
	
	padding-top: 70px;
	padding-bottom: 80px;
} 
 
#SerumX3_section-4 h2{
	font-size: 34px;
	text-transform: uppercase;
	line-height: 50px;
	font-family: 'Gotham-Bold';
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding-bottom: 37px;
	color: #1B1B1B;
}
#SerumX3_section-4 .SerumX3_box_conteiner{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: center;
	justify-content: center;
	gap: 56px;
}
#SerumX3_section-4 .SerumX3_box_conteiner .SerumX3_box{
	display: flex;
	flex-wrap: wrap;
	width: 273px;
	align-items: center;
	align-content: center;
	justify-content: center;
}

#SerumX3_section-4 .SerumX3_box_conteiner .SerumX3_box .SerumX3_img{
	display: flex;
	flex-wrap: wrap;
	width: 291px;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	height: 218px;
	margin-bottom: 37px;
}
#SerumX3_section-4 .SerumX3_box_conteiner .SerumX3_box span{
	font-size: 18px;
	line-height: 28px;
	font-family: 'Gotham-Book', Arial, sans-serif;
	padding-bottom: 0;
	color: #1B1B1B;
	text-align: center;
}


@media(max-width: 991px){
	#SerumX3_section-4{
		padding-top: 30px;
		padding-bottom: 30px;
	} 
	
	#SerumX3_section-4 h2{
		font-size: 34px;
		line-height: 40px;
		padding-bottom: 20px;
	}
}

@media(max-width: 767px){
	#SerumX3_section-4 h2{
		font-size: 24px;
		line-height: 50px;
	}
	
	#SerumX3_section-4 .SerumX3_box_conteiner{
		gap: 30px;
	}
	#SerumX3_section-4 .SerumX3_box_conteiner .SerumX3_box{
		width: 273px;
	}
	#SerumX3_section-4 .SerumX3_box_conteiner .SerumX3_box .SerumX3_img{
		height: auto;
		margin-bottom: 15px;
	}
	#SerumX3_section-4 .SerumX3_box_conteiner .SerumX3_box .SerumX3_img img{
		max-height: 218px;
	}
	#SerumX3_section-4 .SerumX3_box_conteiner .SerumX3_box span{
		font-size: 18px;
		line-height: 28px;
	}
	
}

/* 
	
	Section 5
	
 */

#SerumX3_section-5{
	background-color: #B3DAFF;
	
}

#SerumX3_section-5 .sectionBox{
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	position: relative;
}
#SerumX3_section-5 .sectionBox > div{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	align-content: center;
	align-items: center;
	justify-content: center;
}

#SerumX3_section-5 .sectionBox .leftBox{
	padding-top: 65px;
}

#SerumX3_section-5 h3{
	text-transform: uppercase;

	height: auto;
	padding-bottom: 16px;
}
#SerumX3_section-5 p{

	height: auto;
	padding-bottom: 36px;
}

#SerumX3_section-5 .sectionBox .leftBox{
	position: relative;
	justify-content: flex-start;
}

#SerumX3_section-5 .SerumX3_textBox{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	padding-right: 20px;
	max-width: 600px;
	padding-left: 100px;
	
}

#SerumX3_section-5 .sectionBox .leftBox .topSectionText{
	display: flex;
	flex-wrap: wrap;
	margin-right: 32px;
/*
	width: 100%;
	max-width: 165px;
*/
	
}

@media(max-width: 991px){
	#SerumX3_section-5{
		margin-top: 30px;
	}
	#SerumX3_section-5 .sectionBox > div{
		width: 100%;
	}
	
	#SerumX3_section-5 .sectionBox .leftBox{
		order: 2;
		padding: 60px 0;
		position: relative;
	}
	#SerumX3_section-5 .sectionBox .rightBox{
		order: 1;
		
	}
	
	#SerumX3_section-5 h3{
		margin-top: 0;
/*
		text-align: center;
		justify-content: center;
*/
	}
	#SerumX3_section-5 .SerumX3_textBox{
		padding: 0 20px;
/* 		text-align: center; */
		max-width: 690px;
		margin: 0 auto;
	}
	#SerumX3_section-5 .sectionBox .topSectionText{
		margin-top: 0;
		height: 58px;
	}
}


@media(max-width: 767px){
	
	#SerumX3_section-5 h3{
		text-transform: none;
	}
	
	#SerumX3_section-5 p{
		font-size: 14px;
		line-height: 24px;
	}
	
	#SerumX3_section-5 .sectionBox .leftBox{
		padding-bottom: 115px;
		padding-top: 150px;
	}
	
}


/* 
	
	3 produkty

*/

#SerumX3_section-6{
	padding-top: 40px;
	padding-bottom: 90px;
} 
 
#SerumX3_section-6 .SerumX3_box_conteiner{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: center;
	justify-content: center;
/* 	gap: 15px; */
}
#SerumX3_section-6 .SerumX3_box_conteiner .SerumX3_box{
	display: flex;
	flex-wrap: wrap;
	width: 300px;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #FDF7F2;
	border-radius: 10px;
	height: 470px;
	padding-bottom: 15px;
	margin: 0 7.5px;
}

#SerumX3_section-6 .SerumX3_box_conteiner .SerumX3_box .SerumX3_img{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 300px;
}
#SerumX3_section-6 .SerumX3_box_conteiner .SerumX3_box span{
	font-size: 14px;
	line-height: 20px;
	font-family: 'Gotham-Book', Arial, sans-serif;
	padding-bottom: 0;
	color: #1B1B1B;
	text-align: center;
	height: 90px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 0 10px;
}



.SerumX3ProduktSliderContainer{
	display: flex;
	flex-wrap: wrap;
	width: auto;
	max-width: 945px;
	height: auto;
}

.SerumX3ProduktSliderContainer .glide__arrow{
	display: none;
	top: calc(50% -  45px);
}

@media(max-width: 1000px){
	.SerumX3ProduktSliderContainer{
		max-width: 630px;
	}
	.SerumX3ProduktSliderContainer .glide__arrow{
		display: block;
	}
}

@media(max-width: 690px){
	
	#SerumX3_section-6{
		padding-top: 60px;
	}
	.SerumX3ProduktSliderContainer{
		max-width: 300px;
	}
	#SerumX3_section-6 .SerumX3_box_conteiner .SerumX3_box{
		margin: 0;
	}
	.SerumX3ProduktSliderContainer .glide__arrow{
		top: calc(50% -  30px);
	}
}






/* 
	
	Jar
	
*/

#SerumX3_section-tab .JarX3_icoBoxTab{
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

#SerumX3_section-tab .JarX3_icoBoxTab p{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	justify-content: center;
	padding-bottom: 60px;

}

#SerumX3_section-tab .JarX3_icoBoxTab .JarX3_icoBox{
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
	margin-bottom: 70px;
}
#SerumX3_section-tab .JarX3_icoBoxTab .JarX3_icoBox > div{
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 166px;
	height: auto;
/*
	opacity: 0;
  transition: opacity 1s;
*/
}
#SerumX3_section-tab .JarX3_icoBoxTab .JarX3_icoBox > div img{
	margin-bottom: 30px;
}
#SerumX3_section-tab .JarX3_icoBoxTab .JarX3_icoBox > div span{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;

}

@media(max-width: 767px){
	#SerumX3_section-tab .JarX3_icoBoxTab .JarX3_icoBox{
		max-width: 200px;
		gap: 30px;
	}
}





.JarX3_produktTwoTabBox{
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
.JarX3_produktTwoTabBox::after{
	content: '';
	width: 2px;
	height: 100%;
	background-color: white;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
}
.JarX3_produktTwoTabBox .JarX3_produktTwoBox{
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	max-width: 720px;
	position: relative;
	
}
.JarX3_produktTwoTabBox .JarX3_produktTwoBox::before{
	content: '';
	width: 100%;
	height: 445px;
	background-color: #C2C1E8;
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.JarX3_produktTwoTabBox .JarX3_produktTwoBox .JarX3_produktTwoBoxImg{
	text-align: center;
	justify-content: center;
	align-content: flex-end;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 390px;
	position: relative;
}
.JarX3_produktTwoBoxImgBubble{
	position: absolute;
	margin: auto;
	top: -75px;
	bottom: 0;
	left: 220px;
	right: 0;
	z-index: -1
}

@media(max-width: 920px){
	.JarX3_produktTwoBoxImgBubble{
		left: 200px;
		top: -50px;
	}
}


.JarX3_produktTwoTabBox .JarX3_produktTwoBox .JarX3_produktTwoBoxText{
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 624px;
	margin: 0 auto 64px;
}
.JarX3_produktTwoTabBox .JarX3_produktTwoBox .JarX3_produktTwoBoxText .JarX3_produktTwoBoxTextTitle{
	font-size: 24px;
	display: inline-block;
	background-color: #8584D1;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 25px;
	padding: 10px;
	color: white;
	width: auto;
}

.JarX3_produktTwoTabBox  .JarX3_produktTwoBoxList{
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 20px 20px !important;
	
}
.JarX3_produktTwoTabBox  .JarX3_produktTwoBoxList .JarX3_produktTwoBoxListTitle{
	text-align: left;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 200px;
	
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;

}
.JarX3_produktTwoTabBox  .JarX3_produktTwoBoxList .JarX3_produktTwoBoxListText{
	text-align: left;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: calc(100% - 200px);
	
	font-size: 18px;
	font-family: 'Gotham-Bold';
	line-height: 28px;
	text-align: left;
}


#SerumX3 p.SerumX3_listText{
	padding-left: 60px;
	min-height: 42px;
	font-size: 18px;
	font-weight: 400;
	line-height: 42px;
	text-align: left;
	width: 100%;
	max-width: 480px;
	position: relative;
	margin-bottom: 8px;

}
#SerumX3 p.SerumX3_listText::before{
	position: absolute;
	content: '';
	left: 0;
	top: 4px;
	width: 33px;
	height: 33px;
	background-color: #8584D1;
	background-image: url(/img/JarX3/jarX3ListIco1.webp);
	background-repeat: no-repeat;
	background-position: center center;
}


.JarX3_produktTabBox{
	position: relative;
	min-height: 520px;
	height: auto;
	width: 100%;
}
.JarX3_produktTabBox::before{
	position: absolute;
	content: '';
	width: 100vw;
	height: 100%;
	top: 0;
	left: calc(50% - 50vw);
	background-color: #C2C1E8;
	z-index: -1;
}


.JarX3_produktTabBox .JarX3_produktTabBoxImg{
	position: absolute;
	margin: auto;
	top: 0;
	left: -360px;
	right: 0;
	bottom: 0;
}
.JarX3_produktTabBox .JarX3_produktTabBoxImgQuality{
	position: absolute;
	margin: auto;
	top: 160px;
	left: -790px;
	right: 0;
	bottom: 0;
}

.JarX3_produktTabBox .JarX3_produktTabBoxList{
	position: absolute;
	margin: auto;
	top: -215px;
	left: 520px;
	right: 0;
	bottom: 0;
	width: 520px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	gap: 10px;
}
.JarX3_produktTabBox .JarX3_produktTabBoxList span{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 190px;
	padding-left: 60px;
	height: 60px;
	background-color: white;
	position: relative;
	font-size: 18px;
	font-family: 'Gotham-Bold';
	line-height: 28px;
	text-align: center;
	color: #8584D1;
	text-transform: uppercase;

}
.JarX3_produktTabBox .JarX3_produktTabBoxList span::after{
	position: absolute;
	content: '';
	left: 0;
	top: 0px;
	width: 60px;
	height: 60px;
	background-color: #8584D1;
	background-image: url(/img/JarX3/jarX3ListIco2.webp);
	  background-repeat: no-repeat;
	  background-position: center center;
}
.JarX3_produktTabBox .JarX3_produktTabBoxText{
	position: absolute;
	margin: auto;
	top: 50px;
	left: 520px;
	right: 0;
	bottom: 0;
	width: 520px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.JarX3_produktTabBox .JarX3_produktTabBoxText .JarX3_produktTabBoxText1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 64px;
	font-family: 'Gotham-Bold';
	line-height: 70px;
	text-align: left;
	color: #8584D1;

}
.JarX3_produktTabBox .JarX3_produktTabBoxText .JarX3_produktTabBoxText2{
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.JarX3_produktTabBox hr{
	display: none;
}

@media(max-width: 1100px){
	.JarX3_produktTabBox .JarX3_produktTabBoxList{
		width: 250px;
		left: 260px;
		justify-content: flex-start;
	}
	.JarX3_produktTabBox .JarX3_produktTabBoxText{
		top: 90px;
		width: 450px;
		left: 450px;
	}
}
@media(max-width: 920px){
	.JarX3_produktTabBox{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		padding-top: 70px;
		padding-bottom: 50px;
		height: auto;
		justify-content: center;
	}
	.JarX3_produktTabBox .JarX3_produktTabBoxImg{
		position: relative;
		left: 0;
		top: 0;
		order: 3;
		margin: 30px 0;
	}
	.JarX3_produktTabBox .JarX3_produktTabBoxImgQuality{
		position: relative;
		left: 0;
		top: 0;
		order: 4;
	}
	.JarX3_produktTabBox .JarX3_produktTabBoxList{
		position: relative;
		left: 0;
		top: 0;
		order: 2;
		margin-top: 40px;
	}
	.JarX3_produktTabBox .JarX3_produktTabBoxText{
		position: relative;
		left: 0;
		top: 0;
		order: 1;
		max-width: 350px;
	}
	.JarX3_produktTabBox hr{
		display: block;
		width: 100%;
		  order: 3;
		  height: 0;
		  border: 0;
	}
}

@media(max-width: 767px){
	#SerumX3_section-tab .JarX3_produktTabBox .topSectionText{
		margin-top: 0;
	}
	.JarX3_produktTabBox .JarX3_produktTabBoxText{
		width: 100%;
		max-width: 270px;
		justify-content: center;
	}
	.JarX3_produktTabBox .JarX3_produktTabBoxText .JarX3_produktTabBoxText1{
		font-size: 38px;
		line-height: 58px;
	}
	.JarX3_produktTabBox .JarX3_produktTabBoxText .JarX3_produktTabBoxText2{
		font-size: 18px;
		line-height: 28px;
	}
	.JarX3_produktTabBox .JarX3_produktTabBoxList{
		width: 100%;
		max-width: 100%;
		justify-content: space-around;
	}
	.JarX3_produktTabBox .JarX3_produktTabBoxList span{
		margin: 0 5px;
	}
	.JarX3_produktTabBox .JarX3_produktTabBoxImg{
		max-width: 285px !important;
	}
	
}



/*  tab 2 */

#SerumX3Tab2 .JarX3_produktTabBox::before{
	background-color: rgba(0, 133, 215, 0.5);
}

#SerumX3 #SerumX3Tab2  p.SerumX3_listText::before {
	background-color: #0182D5;
}

#SerumX3Tab2 .JarX3_produktTwoTabBox .JarX3_produktTwoBox .JarX3_produktTwoBoxText .JarX3_produktTwoBoxTextTitle{
	background: #0182D5;
}

#SerumX3Tab2 .JarX3_produktTwoTabBox .JarX3_produktTwoBox::before {
	background: #80C0EA;
}
#SerumX3Tab2 .SerumX3_twoBox::before{
	background: #ECF6FF;

}

#SerumX3Tab2 .JarX3_produktTabBox .JarX3_produktTabBoxImg{
	left: 0;
}

.JarX3_produktTabBoxTextBox1{
	position: absolute;
	margin: auto;
	top: 0;
	left: -780px;
	right: 0;
	bottom: 0;
	width: 410px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;

}

.JarX3_produktTabBoxTextBox2{
	position: absolute;
	margin: auto;
	top: 0;
	left: 780px;
	right: 0;
	bottom: 0;
	width: 420px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;

}

#SerumX3Tab2 .JarX3_produktTabBox .textSectionBgColor{
	font-size: 24px;
	display: inline-block;
	background-color: #0182D5;
	padding: 0;
	margin-bottom: 30px;
	padding: 5px;
	color: white;
	width: auto;
}
#SerumX3Tab2 .JarX3_produktTabBox .JarX3_produktTabBoxText{
	top: 0;
	left: 0;
	position: relative;
	height: 126px;
}

#SerumX3Tab2 .JarX3_produktTabBox .JarX3_produktTabBoxText .JarX3_produktTabBoxText1{
	align-items: flex-end;
	line-height: 64px;
	color: #0182D5;
}

#SerumX3Tab2 .JarX3_produktTabBox .JarX3_produktTabBoxText .JarX3_produktTabBoxText1 span{
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	position: relative;
	top: -5px;
	padding-left: 5px;
}


@media(max-width: 1200px){
	#SerumX3Tab2  .JarX3_produktTabBox{
		height: auto;
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		padding-top: 70px;
		padding-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
	}
	
	#SerumX3Tab2 .JarX3_produktTabBox .JarX3_produktTabBoxImg{
		position: relative;
		order: 2;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.JarX3_produktTabBoxTextBox1{
		position: relative;
		left: 0;
		top: 0;
		order: 1;
	}
	.JarX3_produktTabBoxTextBox2{
		position: relative;
		left: 0;
		top: 0;
		order: 3;
	}
}

@media(max-width: 767px){
	#SerumX3Tab2 .JarX3_produktTabBox .JarX3_produktTabBoxText{
		height: auto;
	}
	#SerumX3Tab2 .JarX3_produktTabBox .textSectionBgColor{
		padding: 10px;
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}
}





/*  tab 3 */

#SerumX3Tab3 .JarX3_produktTabBox::before{
	background-color: rgba(197, 4, 52, 0.5);
}

#SerumX3 #SerumX3Tab3  p.SerumX3_listText::before {

	background-color: #C40435;

}

#SerumX3Tab3 .JarX3_produktTwoTabBox .JarX3_produktTwoBox .JarX3_produktTwoBoxText .JarX3_produktTwoBoxTextTitle{
	background: #DB114A;
}

#SerumX3Tab3 .JarX3_produktTwoTabBox .JarX3_produktTwoBox::before {
	background: #E1819A;
}
#SerumX3Tab3 .SerumX3_twoBox::before{
	background: #FBE6E5;


}





#SerumX3Tab3 .JarX3_produktTabBox .JarX3_produktTabBoxImg{
	left: 0;
}

#SerumX3Tab3 .JarX3_produktTabBoxTextBox1{
	position: absolute;
	margin: auto;
	top: 0;
	left: -780px;
	right: 0;
	bottom: 0;
	width: 410px;
	height: 280px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	justify-content: space-between;

}

#SerumX3Tab3 .JarX3_produktTabBoxTextBox1 > span{
	font-size: 32px;
	font-family: 'Gotham-Bold';
	line-height: 38px;
	text-align: left;
	color: #C40435;
	text-transform: uppercase;

}

#SerumX3Tab3 .JarX3_produktTabBoxTextBox2{
	position: absolute;
	margin: auto;
	top: 0;
	left: 780px;
	right: 0;
	bottom: 0;
	width: 420px;
	height: 280px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	justify-content: space-between;

}

#SerumX3Tab3 .JarX3_produktTabBoxTextBox2 .JarX3_produktTabBoxText1Info{
	font-size: 32px;
	font-family: 'Gotham-Bold';
	line-height: 38px;
	text-align: left;
	color: #C40435;
	text-transform: uppercase;

}

#SerumX3Tab3 .JarX3_produktTabBox .textSectionBgColor{
	font-size: 24px;
	display: inline-block;
	background-color: #0182D5;
	background: #C40435;

	padding: 0;
	margin-bottom: 30px;
	padding: 5px;
	color: white;
	width: auto;
}
#SerumX3Tab3 .JarX3_produktTabBox .JarX3_produktTabBoxText{
	top: 0;
	left: 0;
	position: relative;
	height: 126px;
}

#SerumX3Tab3 .JarX3_produktTabBox .JarX3_produktTabBoxText .JarX3_produktTabBoxText1{
	align-items: flex-end;
	line-height: 64px;
	color: #0182D5;
	color: #C40435;
	padding-top: 40px;
	padding-bottom: 20px;

}

#SerumX3Tab3 .JarX3_produktTabBox .JarX3_produktTabBoxText .JarX3_produktTabBoxText1 span{
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	position: relative;
	top: -5px;
	padding-left: 5px;
}


@media(max-width: 1200px){
	#SerumX3Tab3  .JarX3_produktTabBox{
		height: auto;
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		padding-top: 70px;
		padding-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
	}
	
	#SerumX3Tab3 .JarX3_produktTabBox .JarX3_produktTabBoxImg{
		position: relative;
		order: 2;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	#SerumX3Tab3 .JarX3_produktTabBoxTextBox1{
		position: relative;
		left: 0;
		top: 0;
		order: 1;
	}
	#SerumX3Tab3 .JarX3_produktTabBoxTextBox2{
		position: relative;
		left: 0;
		top: 0;
		order: 3;
	}
	
	#SerumX3Tab3 .JarX3_produktTabBoxTextBox1{
		height: auto;
	}
	#SerumX3Tab3 .JarX3_produktTabBoxTextBox2{
		height: auto;
	}
}

@media(max-width: 767px){
	#SerumX3Tab3 .JarX3_produktTabBox .JarX3_produktTabBoxText{
		height: auto;
	}
	#SerumX3Tab3 .JarX3_produktTabBox .textSectionBgColor{
		padding: 10px;
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}
	
	#SerumX3Tab3 .JarX3_produktTabBox .JarX3_produktTabBoxText .JarX3_produktTabBoxText1{
		padding: 0;
	}
	#SerumX3Tab3 .JarX3_produktTabBox .textSectionBgColor{
		margin-bottom: 30px;
	}
	
	#SerumX3Tab3 .JarX3_produktTabBoxTextBox1 > span{
		width: 100%;
	    max-width: 270px;
	    margin: 0 auto;
	    justify-content: center;
	}
	
}


@media(max-width: 990px){
	
	.JarX3_produktTwoTabBox::after {
		display: none;
	}
	
	.JarX3_produktTwoTabBox{
		
	}
	.JarX3_produktTwoTabBox .JarX3_produktTwoBox{
		width: 100%;
		margin-bottom: 40px;
	}
	.JarX3_produktTwoTabBox .JarX3_produktTwoBox::before {
		width: 100vw;
		left: calc(50% - 50vw);
	}
	.JarX3_produktTwoTabBox .JarX3_produktTwoBox .JarX3_produktTwoBoxText{
		max-width: 550px;
	}
}

@media(max-width: 767px){
	
	.JarX3_produktTwoTabBox .JarX3_produktTwoBox .JarX3_produktTwoBoxText .JarX3_produktTwoBoxTextTitle{
		font-size: 21px;
	}
	
	.JarX3_produktTwoTabBox .JarX3_produktTwoBox .JarX3_produktTwoBoxText{
		max-width: 290px;
	}
	.JarX3_produktTwoTabBox .JarX3_produktTwoBoxList .JarX3_produktTwoBoxListTitle{
		width: 100%;
	}
	.JarX3_produktTwoTabBox .JarX3_produktTwoBoxList .JarX3_produktTwoBoxListText{
		width: 100%;
		max-width: 100%;
		text-align: left;
		justify-content: flex-start;
	}
	.JarX3_produktTwoTabBox .JarX3_produktTwoBoxList{
		padding-left: 0;
		padding-right: 0;
	}
	.JarX3_produktTwoTabBox .JarX3_produktTwoBox::before {
		height: 620px;
	}
}


#jarX3Bubble1{
	position: absolute;
	top: 300px;
	right: 0;
}
#jarX3Bubble2{
	position: absolute;
	top: 1500px;
	right: 0;
}
#jarX3Bubble3{
	position: absolute;
	top: 1000px;
	left: 0;
}

@media(max-width: 991px){
	#jarX3Bubble1, #jarX3Bubble2, #jarX3Bubble3{
		display: none;
	}
}

@media(max-width: 1500px){
	#jarX3Bubble1{
		top: 500px;
	}
	#jarX3Bubble2{
		top: 1700px;
	}
	
	#jarX3Bubble1, #jarX3Bubble2, #jarX3Bubble3{
		max-width: 100px;
	}
}