#main {
	margin-top: 0px;
}
.breadcrumb {
	display: none;
}
.MyContent {
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 60px;
	z-index: 1;
	min-width: 320px;
	transition: min-height 0.5s ease-in-out;
}

@media only screen and (max-width:1249px) {
.MyContent {
	overflow: hidden;
}
}
html {
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
.MyContent * {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.MyContent .MyBlock {
	position: relative;
	display: block;
}
.MyContent .MyBlock p.TextLink {
	margin: 0;
	padding: 0;
}
.MyContent .MyBlock p.TextLink a {
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid #e7e7e7;
	color: #000;
	text-transform: uppercase;
	display: inline;
	font-family: "Gotham SSm bold A", "Gotham SSm bold B", Gotham, Helvetica, Arial, sans-serif;
}
.MyContent .MyBlock p.TextLink a:hover {
	border-bottom: 1px solid #be0f34;
	color: #be0f34;
}
.MyContent h2{
display:none;
}
/**************************************************/
.MyContent #Block-HEADER {
	display: block;
	width: 2000px;
	margin: 0;
	padding: 0;
	margin-left: -375px;
	text-align: center;
	position: relative;
}

@media only screen and (max-width:1249px) {
.MyContent #Block-HEADER {
	width: 100%;
	margin-left: 0;
}
}
.MyContent #Block-HEADER img {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:1249px) {
.MyContent #Block-HEADER img {
	margin-left: -175px;
}
}

@media only screen and (max-width:1023px) {
.MyContent #Block-HEADER img {
	width: 130%;
	margin-left: -10%;
}
}

@media only screen and (max-width:761px) {
.MyContent #Block-HEADER img {
	width: 190%;
	margin-left: -10%;
}
}

@media only screen and (max-width:500px) {
.MyContent #Block-HEADER img {
	height: 230px;
	width: auto;
	margin-left: calc(50% - 270px);
}
}
.MyContent #Block-HEADER h1 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 50px;
	font-weight: normal;
	text-transform: none;
	border: 0px solid;
	font-family: ClarinsRegular, Clarins;
	text-align: center;
	margin-bottom: 5px;
	position: relative;
	display: block;
	line-height: 1em;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:1023px) {
.MyContent #Block-HEADER h1 {
	font-size: 40px;
}
}

@media only screen and (max-width:761px) {
.MyContent #Block-HEADER h1 {
	font-size: 35px;
}
}
.MyContent #Block-HEADER .FloatingBox p.Text {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0;
	margin-top: 20px;
}

@media only screen and (max-width:761px) {
.MyContent #Block-HEADER .FloatingBox p.Text {
	display: none;
}
}
.MyContent #Block-HEADER .FloatingBox {
	max-width: 445px;
	padding: 40px;
	background-color: #FFF;
	left: 50%;
	margin-left: 20px;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

@media only screen and (max-width:1023px) {
.MyContent #Block-HEADER .FloatingBox {
	left: auto;
	margin: 0px;
	max-width: 1023px;
	top: auto;
	-webkit-transform: none;
	transform: none;
	position: relative;
	padding: 20px;
}
}
/*----------------------------------------------------*/

.MyContent #Block-NAV {
	display: block;
}
.MyContent #Block-NAV p.Text {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
	padding-top: 40px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:1023px) {
.MyContent #Block-NAV p.Text {
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
}
.MyContent #Block-NAV nav {
	margin-top: 40px;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.MyContent #Block-NAV nav ul {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
}

@media only screen and (max-width:1023px) {
.MyContent #Block-NAV nav {
	margin-top: 0px;
	width: 100%;
}
}
.MyContent #Block-NAV nav ul li {
	flex: 1;
	margin: 0;
	padding: 0;
	padding: 5px;
}
.MyContent #Block-NAV nav ul li a {
	display: block;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	border: 2px solid #e7e7e7;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	color: #000;
}
.MyContent #Block-NAV nav ul li a.Selected {
	border: 2px solid #be0f34;
	color: #be0f34;
}
.MyContent #Block-NAV nav ul li a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	padding-bottom: 2px;
}

@media only screen and (max-width:1023px) {
.MyContent #Block-NAV {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	display: flex;
	flex-direction: column;
}
.MyContent #Block-NAV p {
	order: 2;
}
.MyContent #Block-NAV nav {
	order: 1;
}
}
/*----------------------------------------------------*/

.MyContent #Block-TIPS {
	display: block;
	width: 2000px;
	margin: 0;
	padding: 0;
	margin-left: -375px;
	position: relative;
	background-color: #eeeeee;
	font-size: 0;
	text-align: center;
}

@media only screen and (max-width:1249px) {
.MyContent #Block-TIPS {
	width: 100%;
	margin-left: 0;
}
}
.MyContent .Item {
	display: inline-block;
	position: relative;
	max-width: 1200px;
	vertical-align:top;
}
.MyContent .MyBlock .Item:nth-child(1) {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:1200px) {
.MyContent .MyBlock .Item:nth-child(2) {
	width: 50%;
}
.MyContent .MyBlock .Item:nth-child(3) {
	width: 50%;
}
}

@media only screen and (max-width:761px) {
.MyContent .MyBlock .Item:nth-child(2) {
	width: 100%;
}
.MyContent .MyBlock .Item:nth-child(3) {
	width: 100%;
}
}
.MyContent .Item h3 {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;

	font-weight: normal;
	text-transform: none;
	border: 0px solid;
	font-family: ClarinsRegular, Clarins;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.MyContent .MyBlock .Item:nth-child(2) h3::after {
	display: none;
}
.MyContent .MyBlock .Item:nth-child(3) h3::before {
	display: none;
}
.MyContent .Item h3::after {
	height: 100%;
	position: absolute;
	width: 600px;
	background-color: #FFF;
	content: " ";
	top: 0;
	left: 100%;
}
.MyContent .Item h3::before {
	height: 100%;
	position: absolute;
	width: 600px;
	background-color: #FFF;
	content: " ";
	top: 0;
	right: 100%;
}

@media only screen and (max-width:1023px) {
.MyContent .MyBlock .Item h3::after {
	display: none;
}
.MyContent .MyBlock .Item h3::before {
	display: none;
}
}

@media only screen and (max-width:761px) {
.MyContent .Item h3 {
	font-size: 0px;
	padding: 20px;
	text-align:left;
	padding-right:30px;
	position:relative;
}

.MyContent .Item h3 span:last-child::after {
content: "+";
display: block;
color: #e7e7e7;
font-size: 40px;
position: absolute;
right: 10px;
width: 40px;
text-align: center;
top: 40px;
font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
}
.MyContent .Item.Selected h3 span:last-child::after {
	content:"-";
}
}
.MyContent .Item h3 span.num {
	color: #be0f34;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	display: inline-block;
	font-size: 105px;
	
	height: 1em;
	width: 0.8em;
text-align: center;
}
.MyContent .Item h3 span {
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
	
}
.MyContent .Item h3 span:last-child {
	font-size: 26px;
}
@media only screen and (max-width:761px) {
.MyContent .Item h3 span.num {
	font-size: 65px;
}
.MyContent .Item h3 span:last-child {
	width:calc(100% - 60px);
	font-size: 28px;
}
}
.MyContent .Item a {
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
@media only screen and (max-width:1023px) {
.MyContent .Item a {

}
.MyContent .Item ul li.size_2x a{

}
.MyContent .Item ul li.size_full a{
	padding-bottom: 50px;
}
}
@media only screen and (max-width:761px) {
.MyContent .Item a {
	padding-bottom: 20px;
}
.MyContent .Item ul li.size_2x a{
/*	padding-bottom: 0px;*/
}
.MyContent .Item ul li.size_full a{
	padding-bottom: 0px;
}
}
.MyContent .Item a img {
	display: block;
	width: 100%;
	position: relative;
	transform: scale(1) translateZ(0);
	transition: transform ease-in-out 0.5s;
}
.MyContent .Item a:hover img {
	transform: scale(1.05) translateZ(0);
}
.MyContent .Item ul {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	align-items: stretch;
}
@media only screen and (max-width:761px) {
.MyContent .Item ul {
	display:none;
}
.MyContent .Item.Selected ul {
	display: -webkit-flex;
	display: flex;
}
}
.MyContent .Item ul li {
	flex-basis: 25%;
	position: relative;
	display: block;
	padding: 5px;
	box-sizing: border-box;
}
.MyContent .Item ul li.size_2x {
	flex-basis: 50%;
}

@media only screen and (max-width:1023px) {
.MyContent .Item ul li {
	flex-basis: 33.33%;
}
.MyContent .Item ul li.size_2x {
	flex-basis: 66.66%;
}
.MyContent .Item ul li:nth-child(1) {
	order: 1;
}
.MyContent .Item ul li:nth-child(2) {
	order: 2;
}
.MyContent .Item ul li:nth-child(3) {
	order: 3;
}
.MyContent .Item ul li:nth-child(4) {
	order: 4;
}
.MyContent .Item ul li:nth-child(5) {
	order: 5;
}
.MyContent .Item ul li:nth-child(6) {
	order: 6;
}
.MyContent .Item ul li:nth-child(7) {
	order: 7;
}
.MyContent .Item ul li:nth-child(8) {
	order: 10;
}
.MyContent .Item ul li:nth-child(9) {
	order: 9;
}
.MyContent .Item ul li:nth-child(10) {
	order: 8;
}
}

@media only screen and (max-width:761px) {
.MyContent .Item ul li {
	flex-basis: 50%;
}
.MyContent .Item ul li.size_2x {
	flex-basis: 100%;
}
.MyContent .Item ul li:nth-child(1) {
	order: 1;
}
.MyContent .Item ul li:nth-child(2) {
	order: 3;
}
.MyContent .Item ul li:nth-child(3) {
	order: 2;
}
.MyContent .Item ul li:nth-child(4) {
	order: 4;
}
.MyContent .Item ul li:nth-child(5) {
	order: 5;
}
.MyContent .Item ul li:nth-child(6) {
	order: 6;
}
.MyContent .Item ul li:nth-child(7) {
	order: 7;
}
.MyContent .Item ul li:nth-child(8) {
	order: 10;
}
.MyContent .Item ul li:nth-child(9) {
	order: 9;
}
.MyContent .Item ul li:nth-child(10) {
	order: 8;
}
}
.MyContent .Item ul li.size_full {
	flex-basis: 100%;
}
.MyContent .Item ul li h4 {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	margin:0;
	background-color: #FFF;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	font-family: ClarinsRegular, Clarins;
	color: #000;
	text-decoration: none;
	font-size: 24px;
	line-height: 1em;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight:normal;
}

@media only screen and (max-width:761px) {
.MyContent .Item ul li h4 {
	font-size: 12px;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
}

/*------------------------------------------------------------*/
.MyContent #Block-NOTE p.Text {
	margin: 0;
	max-width: 970px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 15px;
}
.MyContent #Block-NOTE .red {
	color: #be0f34;
}
/******************************************************************/
/*.MyContent .products-pagination.jcarousel-control-prev {
	position: absolute;
	display: block;
	z-index: 30;
	background-image: url(img/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: none;
	background-color: transparent;
	background-size: 50% auto;
	top: 50%;
}
.MyContent .products-pagination.jcarousel-control-next {
	position: absolute;
	display: block;
	z-index: 30;
	background-image: url(img/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: none;
	background-color: transparent;
	background-size: 50% auto;
	top: 50%;
}*/

.MyContent .products-pagination.jcarousel-control-prev {
	display: none;
}
.MyContent .products-pagination.jcarousel-control-next {
		display: none;
}
@media only screen and (max-width:1023px) {
.MyContent .products-pagination.jcarousel-control-prev {
	display: block;top:250px;
}
.MyContent .products-pagination.jcarousel-control-next {
	display: block;top:250px;
}
.MyContent .products-pagination.jcarousel-control-prev.hidden-arrow{
	display:none;
}
.MyContent .products-pagination.jcarousel-control-next.hidden-arrow{
	display:none;
}
}
@media only screen and (max-width:761px) {
.MyContent .products-pagination.jcarousel-control-prev {
	display: block;
	top:200px;
}
.MyContent .products-pagination.jcarousel-control-next {
	display: block;
	top: 200px;
}
}
@media only screen and (max-width:761px) {
.MyContent .products-pagination.jcarousel-control-prev {
	left: -8px;
}
.MyContent .products-pagination.jcarousel-control-next {
	right: -8px;
}
}
/*.MyContent .products-pagination.hidden-arrow {
	display: none;
}*/

.MyContent .MyBlockTab.Hidden .products-pagination.jcarousel-control-prev, 
.MyContent .MyBlockTab.Hidden .products-pagination.jcarousel-control-next,
.MyContent .MyBlockTabSub.Hidden .products-pagination.jcarousel-control-prev, 
.MyContent .MyBlockTabSub.Hidden .products-pagination.jcarousel-control-next {
	display: none;
}


/*-----------------------------------------------------------------*/
.MyBlockTabTitle {
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width:761px) {
.MyBlockTabTitle {
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 20px;
	margin-bottom: 0px;
}
}
.MyBlockTabTitle .TabText {
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	z-index: 2;
	width: 40%;
	height: 100%;
	background-color: #7fc1d0;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}
#Block-TAB-1 .TabText {
	left: 0px;
}
#Block-TAB-2 .TabText {
	right: 0px;
}
#Block-TAB-2 .TabText {
	background-color: #ff9b99
}

@media only screen and (max-width:761px) {
.MyBlockTabTitle .TabText {
	position: relative;
	z-index: 1;
	width: auto;
	padding: 20px;
}
}
.MyBlockTabTitle .TabText::before {
	content: " ";
	display: block;
	position: absolute;
	background-color: #7fc1d0;
	height: 100%;
	top: 0;
	width: 60px;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
	z-index: 2;
}
#Block-TAB-2 .TabText::before {
	background-color: #ff9b99
}

@media only screen and (max-width:761px) {
.MyBlockTabTitle .TabText::before {
	display: none;
}
}
#Block-TAB-1 .TabText::before {
	right: -30px;
}
#Block-TAB-2 .TabText::before {
	left: -30px;
}
.MyBlockTabTitle .TabVisual {
	padding: 0px;
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
}
.MyBlockTabTitle .TabVisual img {
	display: block;
	position: relative;
	max-width: 100%;
}
#Block-TAB-1 .TabVisual img {
	margin-right: 0;
	margin-left: auto;
}
@media only screen and (max-width:1023px) {
#Block-TAB-1 .TabVisual img {
	margin-right: -15%;

}
}
#Block-TAB-2 .TabVisual img {
	margin-right: auto;
	margin-left: 0;
}

@media only screen and (max-width:761px) {
#Block-TAB-1 .TabVisual img {
	width: 140%;
	max-width: 140%;
	margin-right: 0;
	margin-left: -40%;
}
#Block-TAB-2 .TabVisual img {
	width: 140%;
	max-width: 140%;
	margin-right: 0;
	margin-left: -20%;
}
}
.MyBlockTabTitle h3 {
	color: #FFF;
	font-size: 30px;
	font-family: ClarinsRegular, Clarins;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	font-weight: normal;
}

@media only screen and (max-width:761px) {
.MyBlockTabTitle h3 {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
}
.MyBlockTabTitle p {
	color: #FFF;
	font-size: 16px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

@media only screen and (max-width:761px) {
.MyBlockTabTitle p {
	font-size: 14px;
}
.MyBlockTabTitle p br {
	display: none;
}
}
/*---------------------*/
.MyBlockTab {
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*padding-top: 10px;*/
	font-size: 14px;
}

@media only screen and (max-width:761px) {
.MyBlockTab {
	padding-top: 0px;
}
}
.MyBlockTab h4 {
	border-top: 1px solid #cccccc;
	font-size: 16px!important;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	margin: 0;
	text-align: left;
	padding: 20px;
	padding-left: 30px;
	background-image: url(img/closeTab.png);
	background-repeat: no-repeat;
	padding-right: 60px;
	background-position: right 20px top 20px;
	cursor: pointer;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	display: inline-block;
	width: calc(100% - 90px);
}
.MyBlockTab.Hidden h4 {
	background-image: url(img/openTab.png);
}

@media only screen and (max-width:761px) {
.MyBlockTab h4 {
	width: calc(100% - 60px);
	padding-left: 20px;
	padding-right: 40px;
	background-position: right 10px top 20px;
}
}
.MyBlockTab h5 {
	border-top: 1px solid #cccccc;
	font-size: 16px!important;
	text-transform: uppercase;
	color: #be0f34;
	font-weight: normal;
	margin: 0;
	text-align: left;
	padding: 20px;
	padding-left: 60px;
	background-image: url(img/closeTab.png);
	background-repeat: no-repeat;
	padding-right: 60px;
	background-position: right 20px top 20px;
	cursor: pointer;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	display: inline-block;
	width: calc(100% - 120px);
}
.MyBlockTabSub.Hidden h5 {
	background-image: url(img/openTab.png);
}

.MyBlockTab.Hidden h5 {
		border-top: 0px solid #cccccc;
}
.MyBlockTabSub {
	padding-bottom:80px;
	position:relative;
}
@media only screen and (max-width:1023px) {
.MyBlockTabSub {
	padding-bottom:20px;
}	
}
@media only screen and (max-width:761px) {
.MyBlockTabSub {
	padding-bottom:80px;
}	
}
.MyBlockTabSub .jcarousel-pagination{
	display:none;
}
@media only screen and (max-width:761px) {
.MyBlockTabSub .jcarousel-pagination{
	bottom:40px;
	display:block;
}	
}
.MyBlockTabSub.Hidden {
	padding-bottom:0px;

}
.MyBlockTabSub.Hidden  .jcarousel-pagination{
	display:none;
}
@media only screen and (max-width:761px) {
.MyBlockTab h5 {
	width: calc(100% - 60px);
	padding-left: 20px;
	padding-right: 40px;
	background-position: right 10px top 20px;
}
}
.MyBlockTab ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	font-size: 14px;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.MyBlockTab ul li {
	padding: 0;
	margin: 0;
margin-bottom:auto;
	
}
.MyBlockTab .Text {
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.MyBlockTab .Wrapper {
	margin-left: auto;
	margin-right: auto;
	/*width: 320px;*/
	font-size: 0;
	position: relative;
	vertical-align:top;
	display:inline-block;
}
.MyBlockTab .Wrapper h5 {
	color: #be0f34;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
}
.MyBlockTab .Wrapper .Packshot {
	padding: 0;
	margin: 0;
	display:block;
	text-align:center;
	position:relative;
	
}
@media only screen and (max-width:761px) {
.MyBlockTab .Wrapper .Packshot {
	height:250px;
}	
}
@media only screen and (min-width:762px) {
.MyBlockTab .Wrapper .Packshot img {
	display: block;
	position: absolute;
	bottom:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
}

@media only screen and (max-width:761px) {
.MyBlockTab .Wrapper .Packshot img {
	display: block;
	position: absolute;
	bottom:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-height:250px!important;
	max-width:none!important;
	width:auto!important;
}
}
.MyBlockTab .Wrapper .Packshot span {
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	font-size: 11px;
}
.MyBlockTab .Wrapper p {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 14px;
	line-height: 1.4em;
}
.MyBlockTab .Wrapper div {
	/*display: inline-block;
	vertical-align: bottom;
	width: 50%;*/
	display:block;
	margin-bottom:20px;
	
	
}
.MyBlockTab .Wrapper .Product {
	padding: 10px;
	margin: 0;
	font-family: ClarinsRegular;
	color: #be0f34;
	font-size: 20px;
	display: block;
	line-height: 1em;
	position: relative;
	min-height:80px;
}
@media only screen and (max-width:761px) {
.MyBlockTab .Wrapper .Product {
		min-height:30px;
}
}

.MyBlockTab .Wrapper .Product span {
	color: #000;
	font-size: 16px;
}
.MyBlockTab .Wrapper .TextIntro {
	padding: 20px;
	padding-bottom: 0;
	display: block;
	position: relative;
}
.MyBlockTab .Wrapper .ProductLink {
	padding: 0px;
	margin: 0;
	display: block;
	position: relative;
	text-align: center;
}
.MyBlockTab .Wrapper .ProductLink a {
	margin: 0;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	padding: 13px 20px;
	text-decoration: none;
	border: 2px solid #e5e5e5;
	line-height: 14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	margin-top: 10px;
}

@media only screen and (max-width:761px) {
.MyBlockTab .Wrapper .ProductLink a {
	margin-top: 20px;
}
}

@media only screen and (min-width:761px) {
#tab-carousel-1-1-1 .Wrapper .Packshot{height:333px;}
#tab-carousel-1-1-2 .Wrapper .Packshot{height:304px;}
#tab-carousel-1-1-3 .Wrapper .Packshot{height:285px;}
#tab-carousel-1-2-1 .Wrapper .Packshot{height:317px;}
#tab-carousel-1-3-1 .Wrapper .Packshot{height:370px;}
#tab-carousel-2-1-1 .Wrapper .Packshot{height:336px;}
#tab-carousel-2-2-1 .Wrapper .Packshot{height:336px;}
#tab-carousel-2-2-2 .Wrapper .Packshot{height:344px;}
#tab-carousel-2-2-3 .Wrapper .Packshot{height:336px;}
#tab-carousel-2-2-4 .Wrapper .Packshot{height:336px;}
#tab-carousel-2-3-1 .Wrapper .Packshot{height:344px;}
#tab-carousel-2-3-2 .Wrapper .Packshot{height:336px;}
}
#tab-carousel-1-3-1{
	max-width: 640px;
	margin-left:auto;
	margin-right:auto;
}
#tab-carousel-2-1-1{
	max-width: 640px;
	margin-left:auto;
	margin-right:auto;
}
#tab-carousel-2-2-1{
	max-width: 640px;
	margin-left:auto;
	margin-right:auto;
}
#tab-carousel-2-2-2{
	max-width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#tab-carousel-2-2-3{
	max-width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#tab-carousel-2-3-2{
	max-width: 960px;
	margin-left:auto;
	margin-right:auto;
}

#multi-active-block{
	width:270px!important;
	margin-left: calc(50% - 135px);
}
@media only screen and (max-width:761px) {
#multi-active-block{
	margin-left: auto;
	margin-right: auto;
}
}
#multi-active-block div{
	width:50%;
	display:inline-block;
}

@media only screen and (max-width:1024px) {
.MyContent .Item ul li h4 {
	font-size: 20px;
}
}
@media only screen and (max-width:320px) {
.MyContent .Item ul li h4 {
	font-size: 12px;
}
}
