*{
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
	-webkit-tap-highlight-color: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #353535;
}
html,
body{
	/* overflow-x: hidden; */
}
html{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}
@-moz-document url-prefix(){
    h1, h2, h3, h4, h5, h6{
        font-weight: lighter !important;
    }
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ @media {
    h1, h2, h3, h4, h5, h6{
        font-weight: lighter !important;
    }
}}
body{
	max-width: 1920px;
	background: #0D051C;
	margin: 0 auto;
}
.container{
	max-width: 1070px;
	padding: 0 45px;
	margin: 0 auto;
}

img,

ul,
li{
	color: #fff;
	margin: 10px 10px;
}

.link {
	color: #fff;
}

p{
	/* text-indent: 10px; */
}

h1{
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	text-transform: capitalize;
	color: #fff;
}

h2{
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	text-transform: capitalize;
}


/* MOON */
.seealso {
	display: block;
	text-decoration: none;
}

.moon{
	background: url(../img/moon.png) no-repeat center top;
	padding-top: 520px;
}
.moon_logo img{
	margin: 0 auto;
}
.moon_text{
	margin-top: 60px;
}
.moon_text h2{
	color: #fff;
	margin: 60px 0 26px;
}
.moon_text p{
	color: #fff;
	margin-top: 12px;
}
.moon_block{
	background: url(../img/moon_block.png) no-repeat center;
	background-size: cover;
	border-radius: 20px;
	padding: 60px;
	margin-top: 60px;
}
.moon_block p{
	text-indent: 0;
	margin-bottom: 18px;
}
.moon_block li{
	margin-top: 12px;
	margin-left: 26px;
	position: relative;
}
.moon_block li:before{
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/moon_icon.png) no-repeat;
	position: absolute;
	top: calc(50% - 6px);
	left: -26px;
}


/* FOOTER */
.foot_moon{
	background: url(../img/moon_foot.png) no-repeat center bottom;
	display: flex;
	justify-content: space-between;
	padding-bottom: 120px;
	margin-top: 60px;
}
.foot_moon div{
	display: flex;
}
.foot_moon div a:last-child{
	margin-left: 40px;
}
.foot_moon p,
.foot_moon a{
	text-indent: 0;
	color: #fff;
}


/* LAYOUT */
@media screen and (max-width: 1280px){
	.moon{
		background-size: 1600px;
		padding-top: 440px;
	}
}
@media screen and (max-width: 992px){
	.moon{
		background-size: 1250px;
		padding-top: 340px;
	}
	.foot_moon{
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 768px){
	*{
		font-size: 14px;
		line-height: 16px;
	}
	h2{
		font-size: 16px;
		line-height: 19px;
	}
	.container{
		padding: 0 15px;
	}
	.moon{
		background-size: 900px;
		padding-top: 240px;
	}
	.moon_logo img{
		width: 93px;
	}
	.moon_text{
		margin-top: 30px;
	}
	.moon_text h2{
		margin: 30px 0 18px;
	}
	.moon_block{
		padding: 30px 20px;
		margin-top: 30px;
	}
	.foot_moon{
		padding-bottom: 30px;
		margin-top: 30px;
	}
}
@media screen and (max-width: 576px){
	.moon{
		background-size: 550px;
		padding-top: 160px;
	}
	.foot_moon{
		flex-direction: column;
	}
	.foot_moon p{
		order: 1;
		margin-top: 12px;
	}
	.foot_moon div{
		justify-content: space-between;
	}
	.foot_moon div a:last-child{
		margin-left: 0;
	}
}
