body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    color: rgb(255, 255, 255);
    font-size: 1.125rem;
    width: 100%;
    background: #0F0F0F;
}

html {
	scroll-behavior: smooth;
}

body::-webkit-scrollbar {
	width: 12px;               /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
	background: #2b2b2b;        /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
	background-color: #9c8fff;    /* цвет плашки */
	border-radius: 20px;       /* закругления плашки */
	border: 3px solid #2b2b2b;  /* padding вокруг плашки */
}

::selection {
background: #c2b6b3; /* Safari */
}
::-moz-selection {
background: #c2b6b3; /* Firefox */
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    color: white;
}

p {
    margin: 0;
    padding: 0;
    color: #999999;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

a {
    text-decoration: none;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

header {
    padding-top: 38px;
    display: flex;
}

.logo {
    position: absolute;
    cursor: pointer;
    left: 70px;
    transition: all 0.2s ease;
}

.logo:hover {
    transform: scale(1.05)!important;
}

.wrapper {
    padding: 9px 0px 0 0px;
    width: 90%;
    max-width: 297px;
    margin: auto;
}

.topnav {

}

ul.topnav {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    display: flex;
}

ul.topnav li a {
    font-size: 0.813rem;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease;
}

ul.topnav li a:hover {
    color: rgb(255, 255, 255);
}

.pr {
    margin-left: 50px;
}

.mg {
    margin-left: 50px;
}

.social {
    position: absolute;
    margin-right: 70px;
    right: 0.5%;
}

ul.social li {
    display: flex;
    align-items: center;
    margin-top: 9px;
}

.ds {
    transition: all 0.2s ease;
}

.ds:hover {
    transform: scale(1.2)!important;
}

.vk {
    margin-left: 20px;
    margin-bottom: 5px;
    transition: all 0.2s ease;
}

.vk:hover {
    transform: scale(1.1)!important;
}

.reborn {
    display: none;
    margin-top: 84px;
}

.posting {
    margin: auto;
    display: none;
}

ul.post li a {
    font-size: 0.75rem;
    display: flex;
}

.post {
    display: flex;
    padding: 4px 9px 4px 9px;
    border: 1px solid rgba(188, 173, 255, 0.2);
    border-radius: 8px;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
}

.post:hover {
    border: 1px solid rgba(188, 173, 255, 0.3);
}

.reb {
    background: linear-gradient(90deg, #5685FF 9.06%, #83D2FF 99.99%, #FD84FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pl {
    color: #404040;
    margin-left: 8px;
}

.rea {
    color: #707282;
    margin-left: 8px;
}

.container {
    margin-top: 130px;
    display: flex;
}

.h1text1 {
    margin: auto;
    display: none;
}

.colortext {
    background: linear-gradient(90deg, rgba(86,133,255,1) 0%, rgba(131,210,255,1) 50%, rgba(253,132,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-about {
    text-align: center;
    line-height: 150%;
    margin-top: 23px;
    color: rgba(112, 114, 130, 1);
    font-size: 18px;
    display: none;
}

.copybtn {
	display: flex;
	margin-top: 44px;
	justify-content: center;
	align-items: center;
}

#copy-btn {
	font-size: 0.875rem;
	font-weight: 500;
	color: #ffffff;
	padding: 10px 32px;
    border: 0px solid #0f0f0f00;
	border-radius: 6px;
	transition: all 0.1s ease;
	background: #326BFF;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	margin-right: 1.813em;
}

.dsbtn1 {
    display: none;
}

#copy-btn:hover {
	color: #ffffff;
	background: #497bfa;
	border: 0px solid #0f0f0f00;
}

.discord-btn {
    cursor: pointer;
    padding: 10px 32px;
    background: #2F2F2F;
    border-radius: 6px;
    justify-content: center;
	align-items: center;
    display: flex;
    transition: all 0.1s ease;
}

.discord-btn:hover {
    color: #ffffff;
	background: #3a3a3a;
}

.dsbtn {
    color: white;
    font-size: 0.875rem;
	font-weight: 500;
    margin-left: 0.5em;
}

.text-version {
    color: #707282be;
    font-size: 0.813rem;
    text-align: center;
    margin-top: 19px;
}

.text-download {
    font-size: 0.813rem;
    text-align: center;
    text-decoration-line: underline;
}

.text-download a {
    color: #707282be;
}

.text-download a:hover {
    color: #797b8bbe;
}

.circle {
    margin-top: 121px;
    display: flex;
    position: relative;
}

.img-circle {
    margin: auto;
    display: none;
}

.container-2 {
    margin-left: 180px;
    margin-top: 215px;
}

.text-about-2 {
    margin-left: 180px;
    margin-top: 27px;
    color: #707282;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.text-wiki {
    margin-left: 180px;
    margin-top: 47px;
    margin-bottom: 250px;
}

.text-wiki a {
    color: #326BFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    transition: all 0.2s ease;
}

.text-wiki a:hover {
    color: #5b89ff;
}

.footer {
    padding: 10px 32px;
    background: #111112;
    border-top: 1px solid #202020;
    justify-content: center;
	align-items: center;
}

.footer-main-1 {
    display: flex;
    margin-top: 71px;
    margin-bottom: 27px;
}

.footer-main-2 {
    display: flex;
    margin: auto;
}

.footer-logo {
  transition: all 0.1s ease;
}

.footer-logo:hover {
  transform: scale(1.05)!important;
}

.footer-text {
    color: #707282;
    text-align: center;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 150%;
    margin-bottom: 71px;
}

.minecraft {
    font-weight: 700;
}

.minecraft a {
    color: #707282;
}

.minecraft a:hover {
    color: #818496;
}

.text {
	position: absolute; left: -5001px;
}
