@font-face {
    font-family: 'HarmoniaSansProCyr-Bold';
    src: url('/static/resource/fonts/HarmoniaSansProCyr-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'HarmoniaSansProCyr-Light';
    src: url('/static/resource/fonts/HarmoniaSansProCyr-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'HarmoniaSansProCyr-Regular';
    src: url('/static/resource/fonts/HarmoniaSansProCyr-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ygd330';
    src: url('/static/resource/fonts/ygd330.ttf') format('truetype');
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #000000;
	overflow-y: scroll;
	pointer-events: none;
}

#top-bg {
	display: inline;
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 900px;
    background-image: url("/static/resource/images/BG/pexels-steve-johnson-1044988.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}

#top-mask{
	display: inline;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 900px;
    background: linear-gradient(to top, black, 20%, rgba(0,0,0,0));
}

#menu-header {
	pointer-events: auto;
	height: 73px;
	width: 100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	background-color: black;
	justify-content: space-between;
	transform:translate(0, 0%);
	transition:all .3s
}

#menu-logo {
	height: 13px;
	width: 120px;
	margin: auto 0;
	margin-left: 24px;
}

.menu-button {
	pointer-events: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	margin: auto 0;
	margin-right: 24px;
	width: 24px;
	height: 24px;
}

.menu-button div {
	background-color: white;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	transition: all 1s;
}

.toggle .menu-line1 {
	transform: rotate(-45deg) translate(-4px, 5px);
}

.toggle .menu-line2 {
	opacity: 0;
}

.toggle .menu-line3 {
	transform: rotate(45deg) translate(-4px, -5px);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: none;
	}

	to {
		opacity: 0;
		transform: translateY(-30px);
	}
}

.menu-div.toggle {
	animation: fadeIn 0.5s ease-in-out;
}

.menu-div {
	animation: fadeOut 0.5s ease-in-out;
}

#main-desc {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 530px;
}

#main-desc1 {
	font-family: 'HarmoniaSansProCyr-Regular';
	font-size: 32px;
	color: white;
	letter-spacing: 0.59px;
	text-align: center;
	line-height: 36px;
	font-weight: 400;
	margin-top: 208px;
	margin-left: 32px;
	margin-right: 32px;
}

#main-desc2 {
	font-family: 'ygd330';
	font-size: 16px;
	color: white;
	letter-spacing: 0.29px;
	text-align: center;
	font-weight: 400;
	margin-top: 34px;
	margin-left: 32px;
	margin-right: 32px;
}

.main-desc-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #1B1C1E;
	border-radius: 12px;
	margin: 0 24px;
	padding-bottom: 34px;
	margin-bottom: 24px;
}

.main-desc-logo {
	width: 56px;
	height: 56px;
	margin-top: 35px;
}

.main-desc-title {
	font-family: 'HarmoniaSansProCyr-Bold';
	font-size: 20px;
	color: #8B9DE6;
	letter-spacing: 0.37px;
	text-align: center;
	font-weight: 700;
	margin-top: 25px;
}

.main-desc-contents {
	font-family: 'HarmoniaSansProCyr-Regular';
	font-size: 18px;
	color: #8A8A8B;
	letter-spacing: 0.33px;
	text-align: center;
	line-height: 27px;
	font-weight: 400;
	margin-top: 24px;
	margin-left: 24px;
	margin-right: 24px;
}

.main-partner {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 135px;
}

.main-partner-header {
	font-family: 'HarmoniaSansProCyr-Regular';
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0.44px;
	text-align: center;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 42px;
}

.main-partner-border {
	width: 100%;
	height: 1px;
	background: #3F4349;
	margin: 0 2px;
}

.main-partner-logo {
	width: 134px;
	height: 90px;
	padding: 11px 0;
}

.main-giphy-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 210px;
	margin-bottom: 223px;
}

.main-giphy {
	display: flex;
	align-items: center;
	width: 360px;
	height: 360px;
	background-image: url("/static/resource/images/giphy.webp");
    background-size: contain;
    background-repeat: no-repeat;
}

.main-giphy-title {
	font-family: 'HarmoniaSansProCyr-Regular';
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 0.59px;
	text-align: center;
	line-height: 36px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	font-weight: 400;
}

.main-info-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #1B1C1E;
	border-radius: 12px;
	margin: 0 24px;
	padding-bottom: 34px;

}

.ir-info-box {
	position: relative;
	top: 50px;
	margin-bottom: 54px;
}

#contact-block {
	position: relative;
	top: 50px;
	margin-bottom: 164px;
}

.main-info-logo {
	width: 56px;
	height: 56px;
	margin-top: 35px;
}

.main-info-title {
	font-family: 'HarmoniaSansProCyr-Bold';
	font-size: 20px;
	color: #4291D8;
	letter-spacing: 0.37px;
	text-align: center;
	font-weight: 700;
	margin-top: 25px;
}

.main-info-contents {
	font-family: 'HarmoniaSansProCyr-Regular';
	font-size: 18px;
	color: #8A8A8B;
	letter-spacing: 0.33px;
	text-align: center;
	line-height: 20px;
	font-weight: 400;
	margin-top: 24px;
	margin-left: 24px;
	margin-right: 24px;
}

.main-info-more {
	pointer-events: auto;
	width: 156px;
	height: 43px;
	border: 4px solid #4291D8;
	border-radius: 25.5px;
	font-family: 'HarmoniaSansProCyr-Bold';
	font-size: 18px;
	color: #4291D8;
	letter-spacing: 0.33px;
	text-align: center;
	line-height: 43px;
	font-weight: 700;
	margin-top: 66px;
	margin-bottom: 23px;
	cursor: pointer;
}

.bottom-margin110 {
	margin-bottom: 164px;
}

.bottom-div {
	position: relative;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 858px;
}

#bottom-bg {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 858px;
    background-image: url("/static/resource/images/BG/sander-weeteling-KABfjuSOx74-unsplash.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}

#bottom-mask{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 858px;
    background-color: #141517;
	opacity: 0.7;
}

.menu-div {
	pointer-events: auto;
	position:fixed;
	z-index: 5;
	top: 73px;
	left: 0;
	width: 100%;
	background: #010101;
	display: none;
}

.menu-title {
	font-family: 'HarmoniaSansProCyr-Regular';
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0.37px;
	text-align: center;
	font-weight: 400;
	width: 100%;
	height: 56px;
	line-height: 56px;
}

.menu-title:nth-child(1) {
	margin-top: 16px;
}

.menu-title:nth-child(4) {
	padding-bottom: 44px;
}

.opacity-block {
	margin-top: 50px;
	opacity: 0;
}

.main-desc-more {
	pointer-events: auto;
	display: inline-block;
	align-self: flex-end;
	margin-top: 24px;
	margin-right: 24px;
	padding: 6px 4px;
	font-family: 'HarmoniaSansProCyr-Bold';
	font-size: 18px;
	color: #4291D8;
	letter-spacing: 0.33px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.main-partner a {
	pointer-events: auto;
	display: inline-block;
}
