@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	font-family: "Inter", sans-serif;
	position: relative;
	min-height: 100vh;
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.section {
	width: 1920px;
	margin:0 auto;
	position: relative;
}
.img_adaptive {
	max-width: 100%;
	height: auto;
}
/*******************************/
.top__wrap {
	display: flex;
	background:#de394d;
}
.top__wrap__left {
	width: 50%;
} 
.top__wrap__right {
	width: 50%;
	padding-top: 246px;
	padding-left: 120px;
} 
.topnav {
	position: absolute;
	z-index: 2;
	top:0;
	right: 0;
	height: 125px;
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 120px;
}
.top__gamburger {
	width: 60px;
	height: 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top__gamburger span {
	display: block;
	height: 2px;
	width: 100%;
	background: #ffffff;
}
.top__wrap__right h1 {
	color:#ffffff;
} 

h1 .h1span2 {
	font-family: "Cormorant Infant", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 80px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #fff;
	display: block;
}
h1 .h1span1 {
	padding:0;
	margin:0;
	font-family: "Cormorant Infant", serif;
	font-weight: 600;
	font-size: 120px;
	letter-spacing: 0.04em;
	color: #fff;
	display: block;
}
h1 .h1span3 {
	font-family: "Cormorant Infant", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 80px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #fff;
	padding-left: 220px;
	display: block;
}









/**************************/
/**************************/

@media (max-width:1920px) {
	.section {
		width: 100%;
	}
}