a{text-decoration: none;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
*{
	box-sizing: border-box;
	padding:0;
	margin:0;
}
.index_main{
	width: 1150px;
	margin: 0 auto;
	background-image: url(../img/flying_icons+moon.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
	background-size: 55%;
	background-color: #121519!important;
	position: relative;
	padding: 20px;
	z-index: 2;
}
.index_main:before {
    content: ' ';
    position: absolute;
    top: 74px;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/Phone.svg) no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: 55%;
    background-color: transparent;
}
.index_content{
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 40px 0;
	width: 50%;
	border-bottom: 1px rgba(255,255,255,.1) solid;
}
.index_content img{
	width: 40px;
	height: 40px;
}
.index_right{
	display: flex;
	flex-direction: column;

}
.index_ctop{
	font-size: 28px;
	line-height: 140%;
	font-weight: 100;
}
.index_ctop a{
		color: #fff;
	border-bottom: solid 1px rgba(255,255,255,.5);
}
.index_cbottom{
	margin-top: 8px;
	font-size: 16px;
	color: rgba(255,255,255,.51);
	line-height: 24px;
}
.fdBg img{
	width: 2310px;
	aspect-ratio: auto 2310 / 1190;
	height: 1190px;
	margin-left: -1155px;
	top: 0;
	position: fixed;
	left: 50%;
	z-index: 1;
}
@media screen and (max-width: 1199px){
	.index_main{
		width: 100vw;
		background-size: 0px;
	}
	.index_main:before {
	    width: 0;
	    height: 0;
	}
	.index_content{
		width: 100%;
	}
}