body {
	overflow-x: hidden;
}
.MyContent {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 1250px;
	min-width: 320px;
}
.MyContent .ProductBlock .product-quickshop .quickview{
	padding: 18px 15px;
	line-height: 14px;
	min-width:120px;
}
.MyContent .ProductBlock  .product-quickshop{
	display: inline-block!important;
	border:0px solid!important;
}
.MyContent .ProductBlock  .product-quickshop .swatchesCircle {
	display: none;
}

.MyContent .product-tile {
    margin-left:auto;
    margin-right:auto;
    text-align:inherit;
}
.MyContent p {
	margin: 0;
	padding: 0;
}
.MyContent h1 {
	margin: 0;
	padding: 0;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	color: #FFF;
	border-bottom: 0px solid;
	text-transform: none;
	font-weight: normal;
	font-size: 30px;
	line-height: 1em;
	text-align: left;
	margin-left: auto;
	display: block;
	width: 240px;
	padding-right: 240px;
	margin-right: auto;
	padding-top: 50px;

}
@media only screen and (max-width:1250px) {
.MyContent h1 {

	    width: 280px;

}
}
@media only screen and (max-width:1023px) {
.MyContent h1 {
	font-size:28px;
	width: 200px;
	padding-right: 100px;
	padding-top: 10px;
}
}

.MyContent h2 {
	margin: 0;
	padding: 0;
	border-bottom: 0px solid;
	text-transform: none;
	font-weight: normal;
	line-height: 1em;
}
.MyContent h3 {
	margin: 0;
	padding: 0;
	border-bottom: 0px solid;
	text-transform: none;
	font-weight: normal;
	line-height: 1em;
}
/*-------------------------------------*/
#BLOCK-HEADER {
	background-image: url(img/header.png);
	background-position: center top;
	background-color: #990001;
	background-repeat: no-repeat;
	height: 500px;
}
@media only screen and (max-width:1023px) {
#BLOCK-HEADER {
	height: 270px;
	background-size: auto 100%;
	background-position: left calc(50% + 40px) top;
}
}
@media only screen and (max-width:761px) {
#BLOCK-HEADER {
	
}
}


/*-------------------------------------*/
.MyContent #BLOCK-INTRO-PACKSHOT {
	text-align: center;
	font-size: 0;
	padding-top:50px;
	padding-bottom:50px;
}
@media only screen and (max-width:1023px) {
	.MyContent #BLOCK-INTRO-PACKSHOT {
	padding-top:20px;
	padding-bottom:20px;
}
}
@media only screen and (max-width:761px) {
	.MyContent #BLOCK-INTRO-PACKSHOT {
	padding-bottom:60px;
}
}
.MyContent #BLOCK-INTRO-PACKSHOT .InlineBlock img {
	max-width: 80%;
}
@media only screen and (max-width:761px) {
.MyContent #BLOCK-INTRO-PACKSHOT .InlineBlock img {
	max-width: 100%;
}
}
.MyContent #BLOCK-INTRO-PACKSHOT .InlineBlock {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: calc(50% - 40px);
	max-width: 490px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

@media only screen and (max-width:761px) {
.MyContent #BLOCK-INTRO-PACKSHOT .InlineBlock {
	display: block;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}
}
.MyContent #BLOCK-INTRO-PACKSHOT .InlineBlock:first-child {
	text-align: right;
}
@media only screen and (max-width:761px) {
.MyContent #BLOCK-INTRO-PACKSHOT .InlineBlock:first-child {
	text-align: center;
}
}
.MyContent #BLOCK-INTRO-PACKSHOT .InlineBlock h2 {
	font-size: 35px;
	line-height: 1em;
	color: #000;
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;

}
.MyContent #BLOCK-INTRO-PACKSHOT p.Special {
	font-size: 14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	display: block;
	text-transform: uppercase;
}
.MyContent #BLOCK-INTRO-PACKSHOT p.Text {
	font-size: 14px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 25px;
	display: block;
}
.MyContent #BLOCK-INTRO-PACKSHOT p.Price {
	font-size: 16px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 15px;
	display: block;
}
.MyContent ul.CheckboxList {
	font-size: 14px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	list-style: none;
	border: 2px solid #be0f34;
	padding: 30px;
	max-width:280px;
}

@media only screen and (max-width:761px) {
.MyContent ul.CheckboxList {
	padding: 15px;
}
}
.MyContent ul.CheckboxList li {
	background-image: url(img/checkbox.png);
	background-repeat: no-repeat;
	padding-left: 36px;
	background-position: top left;
	padding-bottom: 7px;
	padding-top: 7px;
}
.MyContent  .btn-link {
	display:block;
	padding:30px;
	text-align:center;
	padding-top:0px;
	padding-bottom:60px;
}
@media only screen and (max-width:1023px) {
.MyContent  .btn-link {
	padding-top: 30px;
}
}
.MyContent  .btn-link a,
.MyContent #BLOCK-INTRO-PACKSHOT .product-tile a{
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	display:inline-block;
	line-height:15px;
	padding:15px;
	color:#FFF;
	text-transform:uppercase;
	padding-left:30px;
	padding-right:30px;
	background-color:#000;
}
@media only screen and (max-width:1023px) {
.MyContent .product-quickshop{
	display:inline-block
}
}
/*-----------------------------------------------*/
#BLOCK-INGREDIENTS{
	background-image:url(img/ingredient.png);
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	-webkit-justify-content:center;
	align-items:center;
	justify-content:center;
	height:451px;
	
}
@media only screen and (max-width:1023px) {
#BLOCK-INGREDIENTS{
	padding:20px;
	width:auto;
	height:auto;
}	
}
#BLOCK-INGREDIENTS .wrapper{
	background-image:url(img/background-1.png);
	padding:50px;
	background-size:auto 100%;
	background-position:center center;
	background-repeat:no-repeat;
	width:650px;
	min-height:190px;
	text-align:center;
}
@media only screen and (max-width:1023px) {
#BLOCK-INGREDIENTS .wrapper{
	padding:20px;
	width:auto;
	background-size:cover ;
}	
}
#BLOCK-INGREDIENTS .wrapper h2{
	
	color:#FFF;
	font-size:35px;
	font-family:ClarinsRegular, Clarins;
	line-height:1em;
}
#BLOCK-INGREDIENTS .wrapper p{
	color:#FFF;
	font-size:14px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	padding-top:20px;
	line-height:1.4em;
}
/*-----------------------------------------------*/
#BLOCK-TESTIMONY{
	background-image:url(img/background-2.png);
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	-webkit-justify-content:center;
	align-items:center;
	justify-content:center;
	padding-top:50px;
	padding-bottom:50px;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#BLOCK-TESTIMONY h2{
	width:100%;
	text-align:center;
	font-size:50px;
	font-family:ClarinsRegular, Clarins;
	line-height:1em;
	color:#000;
	padding-bottom:30px;
}
@media only screen and (max-width:1023px) {
#BLOCK-TESTIMONY h2{
	text-align:center;
	font-size:35px;
	padding-bottom:10px;
}	
}
#BLOCK-TESTIMONY ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:761px) {
#BLOCK-TESTIMONY ul{
	-webkit-flex-direction:column;
	flex-direction:column;

}	
}
#BLOCK-TESTIMONY ul li{
	background-color:#be0f34;
	padding:50px;
	max-width:495px;
	text-align:center;
	margin:18px;
	min-height:450px;
	box-sizing:border-box;
	display:inline-block;

}
@media only screen and (max-width:1023px) {
#BLOCK-TESTIMONY ul li{
		
	max-width:495px;
	text-align:center;
	margin:18px;
	min-height:calc(100% - 40px);
	box-sizing:border-box;
	display:-webkit-flex;
	display:flex;
	align-items:center;
	justify-content:center;
	-webkit-flex-direction:column;
	flex-direction:column;
	
	padding:20px;
	margin-bottom:0px;
	padding-top:40px;
	padding-bottom:40px;	
}	
}
@media only screen and (max-width:761px) {
#BLOCK-TESTIMONY ul li{
		min-height:0;
	padding:20px;
	margin-bottom:0px;
		
}	
}
#BLOCK-TESTIMONY ul li p{
	font-size:30px;
	font-family:ClarinsRegular, Clarins;
	color:#FFF;
	margin:0;
	max-width:395px;
}
@media only screen and (max-width:1023px) {
#BLOCK-TESTIMONY ul li p{
	font-size:18px;
}	
}
#BLOCK-TESTIMONY ul li p.Author{
	font-size:12px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	padding-top:20px;
	text-transform:uppercase;

}
#BLOCK-TESTIMONY ul li p span {
	font-size: 150px;
	line-height: 1px;
	display: inline-block;
	vertical-align: bottom;
}
@media only screen and (max-width:1023px) {
#BLOCK-TESTIMONY ul li p span {
		font-size: 100px;
}	
}
/*-----------------------------------------------*/
@media only screen and (min-width:1250px) {
.MyContent .FullWidthBlock {
	width: 1250px;
	margin-left: calc(625px - 50vw);
	padding-left: calc(50vw - 625px);
	padding-right: calc(50vw - 625px);
}
}


.MyContent .ProductPackshot {
	padding: 20px;
}

.MyContent .ProductBlock {
	padding-top: 50px;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-self: start;
	align-self: start;
	width: 290px;
}


.MyContent .BlockTitle {
	width: 50%;
	font-size: 0px;
	padding-right: 50%;
	text-align: right;
	padding-top: 50px;
	order: 1;
}
@media only screen and (max-width:1023px) {
	.MyContent .BlockTitle {
	width: 100%;
	padding-right: 0;
	text-align:center;
	}
}
.MyContent .BlockTitle img {
	max-width:100%;
}
.MyContent .BlockTitle h2 {
	font-size: 76px;
	display: inline-block;
	line-height: 1em;
	color: #FFF;
	text-align: left;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	display:none;
}
@media only screen and (max-width:761px) {
.MyContent .BlockTitle h2 {
    font-size: 50px;
}
}
.MyContent .BlockTitle h2 span:nth-child(1) {
	font-size: 0.86em;
	min-height: 1.16em;
	display: inline-block;
	margin-left: 0.3em;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
.MyContent .BlockTitle h2 span:nth-child(2) {
	display: block;
	margin-top: -1px;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
/*---------------------------------------------*/
#BLOCK-ROUTINE {
	background-color: #f5f5f6;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 50px;
	padding-bottom: 50px;
		font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
}
#BLOCK-ROUTINE h2{
	font-family: ClarinsRegular, clarinsreg, Clarins;
	font-size:35px;
	padding-bottom:15px;
}
#BLOCK-ROUTINE .jcarousel{
	max-width:970px;
	margin-left:auto;
	margin-right:auto;
}
#BLOCK-ROUTINE .jcarousel li{
	border-color: #f5f5f6;
}
@media only screen and (max-width:761px) {
#BLOCK-ROUTINE .jcarousel li{
	padding-bottom:40px;
}

}
#BLOCK-ROUTINE .jcarousel li p{
	font-size:12px;
	padding:10px;
}
#BLOCK-ROUTINE .jcarousel li .ProductName{
	font-size:12px;
	padding-bottom:0;
}
@media only screen and (min-width:762px) {
	#BLOCK-ROUTINE .jcarousel-pagination{
	display:none;
}
}
#BLOCK-ROUTINE .jcarousel-pagination{
	bottom:0;
}
/*---------------------------------------------*/
.MyContent .ProductBlock h3 {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	width:100%;

}
@media only screen and (max-width:761px) {
.MyContent .ProductBlock h3 {
		font-size: 16px;
}	
}
.MyContent .ProductBlock .ProductName {
	font-family: ClarinsRegular, clarinsreg, Clarins;
	color: #be0f34;
	font-size: 35px;
	line-height: 1em;
	padding-top: 12px;
	padding-bottom: 12px;
	width:100%;
}
@media only screen and (max-width:761px) {
.MyContent .ProductBlock .ProductName {
	font-size: 30px;
}	
}
.MyContent .ProductBlock .ProductDescription {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	width:100%;
}
.MyContent .ProductBlock .ProductPrice {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 8px;
	width:100%;
}
.MyContent .ProductBlock .ProductLink {
	width:100%;
}
.MyContent .ProductBlock .ProductLink a {
	color: #FFF;
	background-color: #000;
	border:0px solid;
}
.MyContent .ProductBlock .ProductLink a.BtnLink {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	position: relative;
	background-color: #000;
	padding: 18px 30px;
	display: inline-block;
	line-height: 14px;
}
