@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v44-latin-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v44-latin-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v44-latin-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;

	font-family: "Open Sans";
	-webkit-font-smoothing: antialiased;
}

#wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	height: 100%;

	cursor: default;

	color: #fff;

	background: center/110% no-repeat url('../images/bg.svg');
}

#left-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;

	width: 50%;
}

#wrap-ls {
	display: flex;
	flex-direction: column;

	width: 70%;
}

#h1-line {
	line-height: 100%; 

	
	font-size: 110px;
	font-weight: 800;
}

#h2-line {
	display: flex;
	flex-direction: row;
	align-items: flex-end;

	height: 30px;


	font-size: 16px;
	font-weight: 800;
}

#wrap-h3-blocks {
	display: flex;
	flex-direction: column;

	padding: 30px 0 20px 5px;
}

#h3-1 {
	padding-left: 10px;
	margin-bottom: 20px;

	border-left: 2px solid #fff;
}

#h3-line {
	font-size: 16px;
	font-weight: 800;

}

#h4-line {
	font-size: 14px;
	font-weight: 500;
}

#contact-block {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#contact-block a {
	display: flex;
	flex-direction: row;
	align-items: center;

	padding: 12px 24px;

	background: #c0c;
	border: 1px #909 solid;
	border-radius: 30px;

	line-height: 100%;

	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 700;

	transition: all 0.5s;
}

#contact-block a:hover {
	background: #fff;
	color: #cf1fca;
}

#contact-block a:hover #img {
	background: url('../images/mess_h.png') center/contain no-repeat;
}

#img {
	width: 30px;
	height: 24px;
	background: url('../images/mess.png') center/contain no-repeat;

	margin-left: 10px;

	transition: all 2s;
}

#contact-block p {
	padding-left: 20px;

	color: #fff;

	font-size: 16px;
	font-weight: 800;
}


#right-side {
	display: flex;
	flex-direction: column;

	height: 100%;
	width: 50%;
}

#r-bg-img {
	height: 100%;
	width: 75%;

	background: center no-repeat url('../images/SH-L.svg');
}