#main:not(.main-homepage) {
	margin-top: 0px;
}
.breadcrumb {
	display: none;
	
}
.MyContent {
	width: 100%;
	display: block;
	position: relative;
	max-width: 1250px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
	text-align: center;
}
  .MyContent h2 {
	  font-size:45px;
	  text-align:center;
	  color:#000;
	  display:block;
	  margin:0;
	  padding:0;
	  font-weight: normal;
	line-height: 1em;
	 font-family:ClarinsRegular;
	 padding-top:20px;
  }


/*----------------------------------*/
.MyContent .VideoLink {
	text-align: center;
	margin: 0;
	z-index: 1;
	position: relative;
}
.MyContent .VideoLink a {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.MyContent .VideoLink a img {
	display: block;
	position: relative;
	max-width: 100%;
}
.MyContent .VideoLink a:after {
	content: " ";
	position: absolute;
	display: block;
	bottom: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	background-image: url("img/video-play.png");
	background-repeat: no-repeat;
}

.MyContent .MyBlockVideo  {
	background-image: url("img/video-background.jpg");
	background-repeat: no-repeat;
	padding:20px;
	padding-top:80px;
	padding-bottom:40px;
	box-sizing: border-box;
}

@media only screen and (min-width:1250px) {
.MyContent .MyBlockVideo  {
	width: calc(100vw - 40px);
	margin-left: calc(625px - 50vw + 20px);
}
}
@media only screen and (max-width:761px) {
.MyContent .MyBlockVideo  {
padding-top:40px;
		padding-bottom:40px;
		background-image:none;
}
}
.MyContent .MyBlockVideo .Title {
	color: #000;
	margin: 0;
	font-size: 35px;
	font-weight: normal;
	line-height: 1em;
	font-family: ClarinsRegular, Clarins;
	text-align: center;
	padding-top: 5px;
	width: 100%;
	padding-bottom: 10px;
	box-sizing:border-box;
}
@media only screen and (max-width:1023px) {
	.MyContent .MyBlockVideo .Title {

	font-size: 30px;
	padding-bottom: 15px;
	
	}
}
.MyContent .MyBlockVideo .Text {
	display: block;
	width: 100%;
	margin: 0;
	padding-bottom: 0px;
	max-width:700px;
	padding-left: 90px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 90px;
	box-sizing:border-box;
}
@media only screen and (max-width:1023px) {
.MyContent .MyBlockVideo .Text {
	/*padding-bottom: 10px;*/
	}
}
/*----------------------------------*/
.MyContent .BtnLink {
	margin: 0;
	padding: 0;
	font-size: 0;
	margin-top: 15px;
}
.MyContent .BtnLink a {
	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;
}
/*----------------------------------*/
.MyContent .TextLink {
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.MyContent .TextLink a {
	text-decoration: none;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	line-height: 1em;
}
/*----------------------------------*/
.MyBoxSelections {
	color: #cd8e1c;
	border: #cd8e1c 2px solid;
	max-width: 1100px;
	padding: 10px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	align-items: center;
	font-family: ClarinsRegular, Clarins;
	font-size: 40px;
	line-height: 1em;
	position: relative;
	box-sizing: border-box;
}
@media only screen and (max-width:1023px) {
	.MyBoxSelections {
		font-size: 30px;
	}
}
@media only screen and (max-width:761px) {
	.MyBoxSelections {
		flex-direction:column;
		justify-content:flex-start;
		align-items:center;
		margin:20px;
		margin-top:40px;
	}
}
.MyBoxSelections::before {
	content: " ";
	position: absolute;
	width: 43px;
	height: 42px;
	background-image: url(img/Selections-Star-left.png);
	left: 30px;
	top: -20px;
}
@media only screen and (max-width:1023px) {
	.MyBoxSelections::before {
	left: 10px;
}
}
.MyBoxSelections::after {
	content: " ";
	position: absolute;
	width: 84px;
	height: 96px;
	background-image: url(img/Selections-Star-right.png);
	right: 10px;
}
@media only screen and (max-width:1023px) {
	.MyBoxSelections::after {
	right: -10px;
}
}
.MyBoxSelections a {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #cd8e1c;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1em;
}
.MyBoxSelections a:first-child {
	margin-left: 80px;
}
@media only screen and (max-width:1023px) {
.MyBoxSelections a:first-child {
		margin-left: 40px;
	}
}
@media only screen and (max-width:761px) {
	.MyBoxSelections a {
		margin-left:auto!important;
		margin-right:auto!important;
		margin-top:10px;
	}
}
/*---------------------------------------------------------------*/
.MyProducts  {
	max-width:1210px;
	margin-left:auto;
	margin-right:auto;
}
.MyProducts ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media only screen and (min-width:762px) {
.MyProducts ul li{
	width:50%;
	margin:0;
	padding:0;
}
}
.MyProducts .WrapperProduct {
	padding-bottom:40px;
}
.MyContent .MyProducts .Visual img{
	display:block;
	max-width:100%;	
	margin-left: auto;
	margin-right: auto;
	cursor:pointer;
}
@media only screen and (max-width:1024px) and (min-width:762px){
	.MyContent .MyProducts .Visual {
		width:40vw!important;
		display:block!important;
		position:relative!important;
		margin-left: auto;
	margin-right: auto;
	}
}
@media only screen and (max-width:1024px) {
.MyContent .MyProducts .Visual img{
	display:block!important;
	margin-left:auto!important;
	margin-right:auto!important;
	float:none!important;
}	
}
.MyContent .MyProducts .Tag {
	margin: 0;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	color: #be0f34;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
}
.MyContent .MyProducts .Title {
	color: #000;
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
	font-family: ClarinsRegular, Clarins;
	text-align: center;
	padding-top: 5px;
}
.MyContent .MyProducts .Text {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.4em;
	min-height:40px;
	/*! max-width: 315px; */
	/*! align-content: center; */
	padding-left: 100px;
	padding-right: 100px;
}
.MyContent .MyProducts .BtnLink a {
	color: #000;
	background-color: #FFF;
	border: 2px solid #e7e7e7;
	min-width: 80px;
	padding: 16px 30px;

}
/*---------------------------------------------------------------*/

@media screen and (max-width: 761px) {
	.MyContent .MyProducts .Text {
		padding-right: 20px;
		padding-left: 20px;
	}
	.MyContent .MyProducts .Title {
		padding-right: 20px;
		padding-left: 20px;
	}
	.MyContent .MyBlockVideo .Text {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.MyContent .MyProducts .Text {
		padding-left: 30px;
		padding-right: 30px;
	}
	.MyContent .MyProducts .Title {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 762px) and (max-width: 768px) {
	.MyContent .MyProducts .Title {
		min-height: 60px;
	}
	.MyContent .MyProducts .Text {
		min-height: 60px;
	}
}
