html, body{
	margin:0;
	padding:0;
	overflow-x:hidden;
}
.VisualHeader{
	max-width:1250px;
	display:block;
	position:relative;
	width:100%;
	height:291px;
	margin-left:auto;
	margin-right:auto;
}
.VisualHeader .Desktop{
	display:block;
	position:absolute;
	top:0;
	left:calc(50% - 800px);
	
}
.VisualHeader .Mobile{
		display:none;
}
@media screen and (max-width: 1023px) {
	.VisualHeader{
		height:auto;
	}
	.VisualHeader .Desktop{
		display:none;
	}
	.VisualHeader .Mobile{
		display:block;
		max-width:100%;
		margin:0 auto;
	}
	
}
.BlockHeader{
	max-width:930px;
	box-sizing:border-box;
	margin-top:-146px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 50px 0 50px;
	display:block;
	position:relative;
	text-align:center;
	transform:translateY(-50%);
	margin-bottom: -146px;
}
@media screen and (max-width: 1023px) {
.BlockHeader{
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom:20px;
	padding-top:30px;
	transform:none;
}	
}

.BlockHeader h1 {
	margin: 0;
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;
	font-size: 50px;
	line-height: 1em;
	color:#be0f34;
}
.BlockTitle h1 {
	margin: 0;
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;
	font-size: 50px;
	line-height: 1em;
	color:#000;
	text-align:center;
	padding:60px;
}

@media screen and (max-width: 761px) {
	.BlockHeader h1 {
		font-size:35px;
	}
}

.BlockHeader p {
	margin:20px auto;
	font-size: 19px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	max-width:650px;
	
}
@media screen and (max-width: 761px) {
.BlockHeader p {
font-size:16px;
	}
}

.BlockWrapperLinks {
	max-width:1170px;
	box-sizing:border-box;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding:50px;
	font-size:0;
	text-align:center;
	position:relative;
	padding-top:0;
}
@media screen and (max-width: 1249px) {
	.BlockWrapperLinks {
		padding-left:0px;
	padding-right:0px;
	}
}
.BlockWrapperLinks::before {
	content:" ";
	border-left:1px solid #ccc;
	position:absolute;
	top:0px;
	left:50%;
	height:calc(100% - 50px);
}
@media screen and (max-width: 761px) {
	.BlockWrapperLinks::before {
	display:none;
	}
}
.BlockLinks {
	max-width:530px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:50%;
	padding-left:100px;
	box-sizing:border-box;
}

@media screen and (max-width: 1249px) {
.BlockLinks {
	width:50%;
	padding-left:50px;
	padding-right:50px;
}
}
@media screen and (max-width: 761px) {
.BlockLinks {
	width:100%;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
}
}
.BlockLinks h2{
	  margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
    color: #000;
 }
 
  .BlockLinks h2:hover {
    color: #be0f34;
  }



 
  @media screen and (max-width: 761px) {
    .BlockLinks h2 {
      font-size: 16px;
      display: block;
      padding-left: 20px;
    }
  }
  
  .BlockLinks h2::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0px;
    width: 10px;
    height: 10px;
    text-align: center;
    transform: rotate(225deg);

    border-left: 2px solid #000;
    border-top: 2px solid #000;
  }
  

  .BlockLinks h2[data-select="1"]::after {
    transform: rotate(45deg);
    top: 5px;
  }

.BlockLinks ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:38px;
}
.BlockLinks ul li{
	margin:0;
	padding:0;
	font-size:19px;
	font-weight:normal;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	margin-bottom:5px;
}
@media screen and (max-width: 761px) {
.BlockLinks ul li{
	font-size:16px;
}
}

  .BlockLinks h2+ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    transition: height ease-in-out 0.5s;
    overflow: hidden;

  }
  
.BlockLinks a{
	color:#000;
	 font-family: ClarinsRegular, Clarins;
    text-decoration: none;
    text-transform: none;
}
.BlockLinks a:hover{
	color:#be0f34;
}

.otherLink{
	color:#000;
		font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/*---------------------------------------------------------------------*/

 