@font-face {
	font-family: 'Didot-Bold';
	src: url('../font/Didot-Bold.eot');
	src: url('../font/Didot-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/Didot-Bold.svg#Didot-Bold') format('svg'),
	url('../font/Didot-Bold.ttf') format('truetype'),
	url('../font/Didot-Bold.woff') format('woff'),
	url('../font/Didot-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Didot-Italic';
	src: url('../font/Didot-Italic.eot');
	src: url('../font/Didot-Italic.eot?#iefix') format('embedded-opentype'),
	url('../font/Did../ot-Italic.svg#Didot-Italic') format('svg'),
	url('../font/Didot-Italic.ttf') format('truetype'),
	url('../font/Didot-Italic.woff') format('woff'),
	url('../font/Didot-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Didot';
	src: url('Didot.eot');
	src: url('../font/Didot.eot?#iefix') format('embedded-opentype'),
	url('../font/Didot.svg#Didot') format('svg'),
	url('../font/Didot.ttf') format('truetype'),
	url('../font/Didot.woff') format('woff'),
	url('../font/Didot.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

.container{
	max-width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

*{
	padding: 0;
	margin: 0;
}

body{
	background: #000;
	font-family: 'Open Sans', sans-serif;
}
p{
	font-size: 18px;
}
img{
	max-width: 100%;
	display: block;
}
.logo-wrapper{padding: 30px 0;}
.logo-wrapper img {max-width: 260px;}
.contact {padding: 0 0 15px;}
.contact a {
	font-size: 26px;
	color: #be9c6b;
	text-decoration: none;
	padding-left: 40px;
	position: relative;
}
.contact a:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 2px;
	background: #be9c6b;
	right: -25px;
	left: auto;
}
.contact a:last-child:before{display: none;}
.bottom-text{padding: 15px 0;}
.center-part {
    height: calc(100vh - 250px);
    align-items: center;
    justify-content: center;
    display: flex;
}

.ml4 span.letter {
	opacity: 0;
	margin-top: -50px;
	}
h1{
	font-family: 'Didot-Bold';
	color: #fff;
	font-size: 60px;
	line-height: 85px;
	margin: 0 0 5px;
}
.bottom-text p{color: #fff;text-align: center;}
.bottom-text{text-align: center;}
.center-text{text-align: center;}

@media (max-width: 1024px){
	/*.center-part {height: 350px;}*/
}

@media (max-width: 767px){
.logo-wrapper {text-align: center;}
.logo-wrapper img {margin: 0 auto;max-width: 180px;}
.center-text{text-align: center;}
.center-text h1{font-size: 35px;line-height: 50px; text-align: center;margin: 0 0 8px;}
.contact a{font-size: 16px;padding: 0 0 15px;display: block;}
.bottom-text p{font-size: 16px;}
.contact a:before{display: none;}
.contact a:last-child{padding: 0;}
.center-part{height: calc(100vh - 320px);}
.bottom-text{position: absolute;bottom: 10px;left: 0;right: 0;padding: 0 15px;}
/*.center-part{height: 230px;}*/

}