
@font-face {
    font-family: 'minecraft';
    src: url('font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: "minecraft";
	color: white;
	background-color: #5a7180;
	background-size: cover;
	zoom: 63%;
	max-zoom: 50%;
}
a{
	text-decoration: none;
	color: inherit;
}
h1{
	text-decoration: none;
	font-weight: normal;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.logo {
	padding-left: 15px;
}
.header{
	background-color: #61707f;
	height: 118px;
	color: white;
}
.containter{
	max-width: 1400px;
	max-height: 118px;
	margin: 0 auto;
	padding: 0 15px;
	padding-top: 10px;
}
.online {
	color: #55FFFF;
}
.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.menu{
	display: flex;
}
.menu-item {
	padding-right: 45px;
}
.menu-link {
	font-size: 27px;
	background-color: #61707f;
	padding: 18px 45px;
	font-weight: 400;
}
.menu-link:hover {
	background-color: #3587a8;
	padding: 18px 45px;
	border-radius: 45px;
	transition: .05s;
}
.menu-link:active {
	background-color: #266b87;
	padding: 18px 45px;
	border-radius: 45px;
	transition: .05s;
}
.menu-icon {
	margin-right: 5px;
}
.root {
	height: 800px;	
  	bottom: 0;
  	width: 100%;
  	 z-index: -1;
	background: linear-gradient(90deg, rgba(83, 112, 125, 0.7),rgba(142, 170, 187, 0.7),rgba(82, 112, 125, 0.7)), url('./../src/background.png');
	background-size: cover;
}
.root-containter {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	height: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}
.community {
	height: 800px;	
  	bottom: 0;
  	width: 100%;
  	 z-index: -1;
  	 background: linear-gradient(90deg, rgba(83, 112, 125, 1),rgba(142, 170, 187, 1),rgba(82, 112, 125, 1));

}
.community-containter {
	max-width: 1400px;
	height: 796px;
	margin: 0 auto;
	box-sizing: border-box;
}
.community___title {
	margin: 0;
	padding-top: 35px;
	padding-left: 80px;
	padding-bottom: 0;
	font-size: 45px;
}
.community___subtitle {
	margin: 0;
	padding-top: 15px;
	padding-left: 80px;
	font-size: 27px;
}

.community-links {
	display: flex;
	padding-top: 72px;
	width: 1000px;
	height: 100px;
	justify-content: space-evenly;

	font-size: 36px;
}
.community-link___discord {
	display: flex;
	background-color: #4f69ee;
	margin-left: -32px;
	border-radius: 45px;
	height: 45px;
	padding: 25px 65px;
}
.community-link___vk {
	display: flex;
	margin-left: -65px;
	background-color: #0078ff;
	border-radius: 45px;
	height: 45px;
	padding: 25px 40px;
}

.community___icon {
	margin-right: 15px;
	margin-bottom: 5px;
}
.community-link___discord:hover {
	background-color: #657efc;
	transition: .25s;
}
.community-link___discord:active {
	background-color: #4f69ee;
}
.community-link___vk:hover {
	background-color: #3b92f5;
	transition: .25s;
}
.community-link___vk:active {
	background-color: #0078ff;
}

.community___warningtitle {
	font-size: 36px;
	padding-left: 80px;
}

.ip-info {
	width: 750px;
	height: 305px;
	padding-top: 270px;
}
.ip-info___adress {
	width: 652px;
	font-size: 60px;
	background-color: #004765;
	border-radius: 25px;
	padding: 15px 20px;
	padding-right: 20px;
	color: #55FFFF;
	user-select: none;
}
.ip-info___adress:hover {
	background-color: #047db0;
}
.ip-info___adress:active {
	background-color: #004765;
}
.online {
	padding-left: 15px;
}
.ip-info___online {
	margin-top: 36px;
	font-size: 45px;
	padding-left: 25px;
}
.ip-info___online-icon {
	margin-right: 10px;
}

.donate-us {
	width: 580px;
	height: 305px;
	padding-top: 270px;
	padding-right: 39px;
}
.donate-us___title {
	margin: 0;
	font-size: 65px;
}
.donate-us___subtitle {
	margin-top: 23px;
	font-size: 26px;
}
.donate-us___button-shop {
	font-size: 61px;
	color: white;
	background: #3587a8;
	text-decoration: none;
	user-select: none;
	padding: 18px 45px;
	border-radius: 45px;
	transition: .15s;
}
.donate-us___shop-icon {
	padding-top: 30px;
	margin-right: 10px;
}
.donate-us___button-shop:hover {
	font-size: 61px;
	color: white;
	background: #4aacd4;
	text-decoration: none;
	user-select: none;
	padding: 18px 45px;
	border-radius: 45px;
	transition: .15s;
}
.donate-us___button-shop:active {
	font-size: 61px;
	color: white;
	background: #3587a8;
	text-decoration: none;
	user-select: none;
	padding: 18px 45px;
	border-radius: 45px;
	transition: .15s;
}

.footer {
	background-color: #5a7180;
	height: 123px;
}
.footer-containter {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;	
}
.copyright {
	padding-left: 31px;
	font-size: 24px;
}

.footer-links {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	justify-content: space-evenly;
	padding-top: 25px;
}
.terms-of-use {
	padding-top: 25px;
}