@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,100&display=swap');

body {
    margin: 0;
    background-color: #141412;
}

* {
    box-sizing: border-box;
    transition: 0.4s ease all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

nav {
    background: #181913;
    width: 100%;
}

section.bg {
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-height: 1700px;
}

.navbar {
    color: #fff;
    padding: 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: space-around;
}

.navbar .logo {
    cursor: pointer;
    font-family: "Roboto";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 168px;
    height: 104px;
    left: 0px;
    opacity: 1;
    margin-right: 5%;
    top: 0px;
}

.navbar .logo:hover {
    opacity: 0.5;
    transition: 0.3s ease all;
}

.navbar ul.menu {
    font-family: "Roboto";
    margin-left: auto;
    margin-right: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    transition: 0.4s ease all, 0s ease background;
    align-content: space-around;
    width: 100%;
    justify-content: flex-start;
}

.navbar ul.menu li {
    text-transform: uppercase;
    padding: 0 15px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease all, 0s ease margin;
    align-content: space-around;
}

.navbar ul.menu li a {
    text-decoration: none;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: none;
    font-size: 16px;
}

.navbar ul.menu li:hover {
    cursor: pointer;
}

.navbar ul.menu li:hover a {
    color: #eee;
}

.navbar ul.menu li.menu__item.but {
    left: 120px;
    height: 104px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    align-content: stretch;
}

.navbar ul.menu li.menu__item.button {
    background: #eeba8a;
    width: 277px;
    gap: 25px;
    left: 120px;
    height: 104px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
}

.navbar ul.menu li.menu__item.button a {
    color: #181913;
    text-transform: uppercase;
    line-height: 50px;
}

.navbar ul.menu li.menu__item.button a img {
    margin-right: 10px;
    top: 10px;
    position: relative;
}

.slider__items {
    counter-reset: slide;
}

.slider__item {
    counter-increment: slide;
}

.slider__item>div::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-style: italic;
    font-size: 32px;
    font-weight: bold;
}

.slider_one,
.slider_two,
.slider_three {
    padding: 10px;
    margin: 0 auto;
    width: 100%;
}

.slider_one {
    background-image: url(../img/bg/bg-1.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 807px;
}

.slider_two {
    background-image: url(../img/bg/bg-2.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 807px;
}

.slider_three {
    background-image: url(../img/bg/bg-3.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 807px;
}

.slider_one p,
.slider_two p,
.slider_three p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 10px;
    margin: 20px 10px 10px 10px;
}

.slider_one h1,
.slider_two h1,
.slider_three h1 {
    font-size: 64px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    width: 50%;
    text-transform: uppercase;
    margin: 10px;
    line-height: 65px;
    font-weight: 700;
}

a.stream__link h3 {
    font-size: 34px;
    margin: 10px auto;
    color: #eeba8a;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 10px;
    float: left;
}

a.stream__link {
    width: 35%;
    display: block;
    margin: 10px;
    padding: 10px;
    text-decoration: none;
}

a.stream__link span {
    position: absolute;
    color: #fff;
    bottom: 35px;
    font-size: 22px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}

a.stream__link img {
    margin: -10px auto;
    padding: 0px;
    float: right;
    top: -50px;
    right: -50px;
    position: relative;
}

a.stream__link p {
    margin: 10px auto;
    padding: 10px;
    float: left;
    top: -40px;
    position: relative;
}

.button {
    display: inline-flex;
    margin: 0 auto;
}

.title {
    background-color: #515446;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 20px 11px !important;
    margin-right: 5px !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    text-transform: none;
    border: 1px solid #515446;
    outline: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

.projectGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

aside.server__info {
    position: relative;
    top: -220px;
}

.project.pvp h2 span {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
    margin: 5px auto;
    font-weight: 400;
    background: #eb6332;
    border-radius: 5px;
}

.project.pvp.active,
.project.craft.active,
.project.multi.active {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    align-content: space-around;
    transition: 3s ease all;
}

.server__pvp__text,
.server__craft__text,
.server__multi__text {
    width: 40%;
}

.project.pvp p,
.project.craft p,
.project.multi p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 80%;
}

.server__pvp__online span,
.server__craft__online span,
.server__multi__online span {
    color: #EEBA8A;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.server__pvp__online span:first-child,
.server__craft__online span:first-child,
.server__multi__online span:first-child {
    font-size: 64px;
    margin-right: 10px;
}

.server__pvp__files table:nth-child(1),
.server__craft__files table:nth-child(1),
.server__multi__files table:nth-child(1) {
    border-right: 1px solid rgb(255 255 255 / 50%);
    padding: 5px;
}

.server__pvp__files table:nth-child(2),
.server__craft__files table:nth-child(2),
.server__multi__files table:nth-child(2) {
    padding: 5px;
}

.server__pvp__files table:nth-child(3),
.server__craft__files table:nth-child(3),
.server__multi__files table:nth-child(3) {
    padding: 5px;
    margin: 10px auto;
}

.server__pvp__files table tr td,
.server__craft__files table tr td,
.server__multi__files table tr td {
    opacity: 1;
}

.server__pvp__files table tr td:hover,
.server__craft__files table tr td:hover,
.server__multi__files table tr td:hover {
    opacity: 0.2;
    transition: 3s ease all;
}

.server__pvp__online,
.server__craft__online,
.server__multi__online {
    width: 15%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.server__social a {
    padding: 10px;
    opacity: 1;
}

.server__social a:hover {
    opacity: 0.2;
    transition: 3s ease all;

}

.server__social {
    position: static;
    float: right;
    margin: 10px;
    padding: 10px;
    display: block;
}

.server__pvp__files,
.server__craft__files,
.server__multi__files {
    background: hsl(73deg 9% 30% / 70%);
    padding: 30px;
    position: absolute;
    right: 0;
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.server__pvp__files td,
.server__craft__files td,
.server__multi__files td {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 5px;
    font-weight: 400;
}

.project.pvp h2,
.project.craft h2,
.project.multi h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.project {
    background-color: rgb(81 84 70 / 46%);
    margin: 0 auto;
    width: 100%;
    padding: 30px;
    display: none;
}

.title.active {
    background-color: #EB6332;
    color: #fff;
    border: 1px solid #d15428;
}

.project.active {
    display: block;
}

section.statistic {
    display: block;
    position: relative;
    top: -220px;
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/bg/bg__down.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

section.statistic .stats__last {
    width: 50%;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

section.statistic .forum__last {
    width: 50%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-left: 1px solid rgb(80 83 70 / 20%);
}

section.statistic .stats__last .stats__title h1 {
    font-size: 24px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
}

section.statistic .stats__last .stats__title {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.stats__tops .rating .rating__block .rating__title {
    font-weight: 400;
    width: 100%;
    padding: 5px 8px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    background: none;
    text-align: left;
}

.flex-sbc {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: rgb(29 31 22 / 69%);
    padding: 15px;
    margin: 5px auto;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    align-content: center;
}

.stats__tops .rating .rating__block .rating__title .rating__title_num {
    width: 10%;
    text-align: center;
}

.stats__tops .rating .rating__block .rating__title .rating__title_name {
    width: 25%;
    text-align: left;
}

.stats__tops .rating .rating__block .rating__title .rating__title_class {
    width: 15%;
    text-align: left;
}

.stats__tops .rating .rating__block .rating__title .rating__title_value {
    text-align: left;
    width: 9%;
}

section.statistic .stats__last .stats__title span {
    width: 50%;
    background: rgb(81 84 70 / 29%);
    padding: 10px;
}

section.statistic .stats__last .stats__title span a {
    color: #EEBA8A;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    align-content: center;
    text-decoration: none;
}

section.statistic .stats__last .stats__title span .arrow_one {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #eeba8a;
    position: absolute;
    margin: 5px;
    top: 20px;
    right: 10px;
}

.stat_rateselect {
    padding: 20px 10px 100px 10px;
    width: 20%;
    float: left;
}

.stats__tops {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.rating {
    display: block;
    width: 100%;
}

.stat_rateselect li {
    list-style: none;
    margin: 12px 5px;
    opacity: 0.7;
}

.stat_rateselect ul {
    padding: 0;
    margin: 0;
}

.stat_rateselect-button {
    position: relative;
    transition: 0.3s all ease;
    background: #515446;
    width: 63px;
    height: 63px;
    display: block;
    border-radius: 50%;
    text-align: center;
}

.stat_rateselect ul li.stat_rateselect-active.tab a {
    background: #515446 !important;
}

.stat_rateselect ul li a.stat_rateselect-button:nth-child(1),
.stat_rateselect li a.stat_rateselect-button:nth-child(2) {
    background: #1D1F16
}

.hexagon-shape-rateselect {
    width: 55px;
    height: 55px;
}

.hexagon-shape-rateselect:before {
    position: absolute;
    right: 6.7%;
    bottom: 0;
    left: 6.7%;
    top: 0;
    content: '';
}

.hexagon-content_rateselect {
    text-align: center;
    width: 100%;
    top: 20px;
    position: relative;
    left: 5px;
}

section.statistic .forum__last .forum__news {
    margin: 10px;
    display: block;
    position: relative;
    padding: 5px;
}

.hexagon_icon.hexagon_icon_forum {
    border: 1px solid #ffffff61;
    width: 50px;
    height: 45px;
    transform: rotate(-45deg);
    opacity: 0.5;
}

.hexagon_img {
    position: absolute;
    z-index: 1;
    left: 0px;
    display: block;
}

a.forum_block_posts_item_text {
    text-decoration: none;
    width: 100%;
    float: right;
    margin-left: 10%;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.forum_block_posts_item_icon.f-s {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
}

a.forum_block_posts_item_text a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

a.forum_block_posts_item_text span {
    color: #eeba8a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.forum_block_posts_item_autor_name {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.forum_block_posts_item_autor_name .forum_block_posts_item_autor_link,
.forum_block_posts_item_autor_name .forum_block_posts_item_autor_date {
    color: #515446;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.stats__block {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.info__server {
    display: block;
    padding: 20px;
    margin: 10px auto 40px;
    border-top: 1px solid hsl(0deg 0% 100% / 10%);
    width: 90%;
    text-align: center;
}

.info__server table {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.info__server table tr td {
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    color: #515446;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 1px 0 0 #141412;
}

.info__server table tr td img {
    padding: 10px;
    height: 70px;
    z-index: 1;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.img_shadow {
    width: 64px;
    height: 64px;
    transform: rotate(-45deg);
    opacity: 0.5;
    position: relative;
    top: 75px;
    left: 0px;
    margin: 0 auto;
    box-shadow: -10px 10px 30px #eeba8a;
}

section.footer {
    display: flex;
    position: relative;
    top: -230px;
    overflow: hidden;
    max-width: 100%;
    height: 225px;
    background: #1D1F16;
    padding: 10px;
    margin: 10px auto;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.footer__info {
    width: 50%;
    display: block;
    text-align: left;
    position: relative;
}

.footer__info h3 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.footer__info p {
    color: #515446;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-shadow: 1px 0 0 #141412;
}

.footer__social a {
    padding: 10px;
    opacity: 1;
}

.footer__social {
    position: static;
    float: right;
    margin: 10px;
    padding: 10px;
    display: block;
}

.footer_logo:hover {
    opacity: 0.5;
    transition: 0.3s ease all;
}

.footer__social a:hover {
    opacity: 0.2;
    transition: 3s ease all;
}

#files-background {
    display: none;
    position: fixed;
    z-index: 100;
    opacity: 0.8;
    overflow: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.925);
    transition: 3s ease all;
}

#files-window span {
    z-index: -1;
    display: block;
    width: 100%;
}

.files-window {
    width: 70%;
    display: none;
    background-image: url(../img/bg/bg__down.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 200;
    border-radius: 5px;
    max-height: 610px;
    overflow-y: hidden;
    margin: 10px auto 5px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10px;
    transition: 3s ease all;
}

.files-window div {
    cursor: pointer;
    position: absolute;
    height: 25px;
    float: right;
    width: 25px;
    top: 0px;
    right: 4%;
    z-index: 9999;
}

.files-window .leftright {
    height: 2px;
    width: 25px;
    position: absolute;
    margin-top: 24px;
    background-color: #eeba8a;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}

.files-window .rightleft {
    height: 2px;
    width: 25px;
    position: absolute;
    margin-top: 24px;
    background-color: #eeba8a;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}

.files-window .close-btn {
    margin: 54px 0 0 -5px;
    position: absolute;
    color: #eeba8a;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s ease-in;
    opacity: 0;
}

.files-window div:hover .leftright {
    transform: rotate(-45deg);
    background-color: #f9f9f9;
}

.files-window div:hover .rightleft {
    transform: rotate(45deg);
    background-color: #fff;
}

.files-window div:hover .close-btn {
    opacity: 1;
}

button.close {
    border: 0px;
    background: none;
    height: 45px;
    width: 35px;
    position: relative;
    display: block;
}

#files-window h3,
#files-window-second h3,
#files-window-first h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #eeba8a;
    text-transform: uppercase;
}

#files-window p,
#files-window-second p,
#files-window-first p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    font-weight: 500;
    text-align: left;
}

.files-windows-client h4,
.files-windows-patch h4,
.files-windows-link-reg h4 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #eeba8a;
}

.files-windows-patch p,
.files-windows-client p,
.files-windows-link-reg p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    ;
    font-weight: 500;
    text-align: left;
}

.files-window .files-window-text,
.files-window .files-window-text .files-windows-client,
.files-window .files-window-text .files-windows-patch,
.files-window .files-window-text .files-windows-link-reg,
.files-window .files-window-text .files-windows-reg,
.files-window .files-window-text .files-windows-reg .container,
.files-window .files-window-text .files-windows-reg .container.signin,
.files-window .files-window-text .files-windows-login,
.files-window .files-window-text .files-windows-login .container,
.files-window .files-window-text .files-windows-login .container.signin {
    width: 100%;
    float: none;
    position: relative;
    right: 0;
    height: auto;
    cursor: auto;
    padding: 15px 20px 11px 20px;
    margin: 0px auto 5px;
    display: inline-block;
}

.files-windows-client a span,
.files-windows-patch a span,
.files-windows-link-reg a span {
    background: #EB6332;
    width: 30% !important;
    display: block;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    z-index: 1 !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.files-windows-client a,
.files-windows-patch a,
.files-windows-link-reg a {
    background: hsl(73deg 9% 30% / 40%);
    padding: 10px 5px;
    display: flex;
    color: #fff;
    margin-right: 5px;
    font-size: 100%;
    text-decoration: none;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-family: 'Roboto', sans-serif;
    width: 35%;
    justify-content: space-around;
    float: left;
    position: relative;
    opacity: 1;
}

.files-windows-client a:hover,
.files-windows-patch a:hover,
.files-windows-link-reg a:hover {
    opacity: 0.5;
    transition: 3s ease all;
}

.files-windows-link-reg a.link {
    background: #eeba8a;
    color: #000;
    padding: 5px;
}

.files-windows-client,
.files-windows-patch,
.files-windows-link-reg {
    display: block;
    width: 100%;
    margin: 10px auto 5px;
    padding: 5px;
    background-color: hsl(73deg 9% 30% / 20%);
}

#windows_link {
    width: 100%;
    left: 0;
    height: 56px;
    text-align: left;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 2px;
}

#windows_link a.active {
    opacity: 1;
    background: #EB6332;
}

#windows_link a.active:hover {
    opacity: 0.5;
    transition: 3s ease all;
}

#windows_link a:hover {
    opacity: 0.5;
    transition: 3s ease all;
}

#windows_link a {
    opacity: 1;
    padding: 10px;
    background: #515446;
    height: 56px;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto";
    font-size: 18px;
    margin-right: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

#windows_link a i {
    margin: 0px 10px auto;
}

#files-window-about {
    max-height: 610px;
    width: 70%;
    margin-top: 10px;
    z-index: 9999;
}

.files-window .files-window-text .files-windows-x100,
.files-window .files-window-text .files-windows-x1200,
.files-window .files-window-text .files-windows-x10 {
    width: 100%;
    float: none;
    position: relative;
    right: 0;
    height: auto;
    cursor: auto;
    padding: 25px 20px 25px 20px;
    margin: 0px auto 5px;
    display: inline-block;
}

.files-windows-x100 h4,
.files-windows-x1200 h4,
.files-windows-x10 h4 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #eeba8a;
}

.files-windows-x100,
.files-windows-x1200,
.files-windows-x10 {
    background-color: hsl(73deg 9% 30% / 20%);
}

.files-windows-x100 p,
.files-windows-x1200 p,
.files-windows-x10 p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    font-weight: 500;
    text-align: left;
}

.files-window-text p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    font-weight: 500;
    text-align: left;
}

.files-window-text h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #eeba8a;
    text-transform: uppercase;
}

.files-windows-x100 a,
.files-windows-x1200 a,
.files-windows-x10 a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    background: #eeba8a;
    color: #000;
    padding: 10px;
    width: 20%;
    right: 20px;
    top: 45px;
    position: absolute;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    opacity: 1;
}

.files-windows-x100 a:hover,
.files-windows-x1200 a:hover,
.files-windows-x10 a:hover {
    opacity: 0.5;
    transition: 3s ease all;
}

.files-windows-x100 h4 span {
    background: #eb6332;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}

#files-window-register .files-window-text p,
#files-window-login .files-window-text p {
    text-align: center !important;
}

.files-windows-reg .container label,
.files-windows-login .container label {
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px;
    margin: 0 auto;
    font-weight: 100;
}

#files-window-login .files-window-text p input {
    display: inline-flex;
    width: 20%;
}

.files-windows-reg .container input,
.files-windows-login .container input,
.files-windows-login .container select {
    padding: 15px;
    width: 100%;
    margin: 10px auto;
    border: 1px solid #1d1f19;
}


.files-windows-reg .container small,
.files-windows-login .container small {
    font-size: 12px;
    text-align: left;
    color: #eeba8a;
    font-family: 'Roboto';
    margin: 0 auto;
    position: relative;
    display: block;
}

.files-window .files-window-text .files-windows-reg .container p a,
.files-window .files-window-text .files-windows-login .container p a {
    color: #eeba8a;
    text-transform: lowercase;
}

.files-window .files-window-text .files-windows-reg .container p,
.files-window .files-window-text .files-windows-login .container p {
    font-size: 14px;
    text-align: right !important;
    display: block;
    position: relative;
    width: 100%;
}

button.registerbtn {
    background: none;
    border: 2px solid #ebb788;
    padding: 20px 25px;
    margin: 10px auto;
    color: #eee;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto';
    cursor: pointer;
    opacity: 1;
}

button.registerbtn:hover {
    color: #000;
    opacity: 0.5;
    transition: 0.5s ease all;
    background: rgb(238, 186, 138);
    background: linear-gradient(90deg, rgba(238, 186, 138, 1) 0%, rgba(238, 186, 138, 1) 59%, rgba(0, 224, 255, 0) 100%);
}

button.loginbtn {
    background: rgb(238, 186, 138);
    background: linear-gradient(90deg, rgba(238, 186, 138, 1) 0%, rgba(238, 186, 138, 1) 59%, rgba(0, 224, 255, 0) 100%);
    border: 2px solid #ebb788;
    padding: 20px 50px;
    margin: 10px auto;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto';
    cursor: pointer;
    opacity: 1;
}

button.loginbtn:hover {
    color: #fff;
    opacity: 0.5;
    transition: 0.5s ease all;
    background: none;
    border: 2px solid #ebb788;
}

.files-window .files-window-text .files-windows-reg .container.signin p,
.files-window .files-window-text .files-windows-login .container.signin p {
    text-align: center !important;
    display: block;
    position: relative;
    width: 100%;
}

.files-window .files-window-text .files-windows-reg form,
.files-window .files-window-text .files-windows-login form {
    width: 70%;
    margin: 0 auto;
    border-left: 1px solid hsl(0deg 0% 93% / 8%);
    border-right: 1px solid hsl(0deg 0% 93% / 8%);
}

@media only screen and (min-device-width: 851px) and (max-device-width: 1199px) and (orientation:landscape) {
    .navbar .logo {
        margin: 0 auto !important;
    }

    a.stream__link h3 {
        font-size: 26px;
        transition: 3s ease all;
    }

    .navbar .logo {
        margin: 0;
        transition: 3s ease all;

    }

    .navbar ul.menu li.menu__item.but {
        left: 60px;
        transition: 3s ease all;
    }

    .navbar ul.menu li.menu__item.button {
        left: 60px;
        transition: 3s ease all;
    }
}

@media only screen and (min-width: 851px) and (max-width: 1199px) {
    .navbar .logo {
        margin: 0 auto !important;
    }

    .navbar ul.menu li.menu__item.but,
    .navbar ul.menu li.menu__item.button {
        left: 20px;
    }

    .slider_one h1,
    .slider_two h1,
    .slider_three h1 {
        width: 80%;
    }

    a.stream__link {
        width: 50%;
    }
}

@media only screen and (min-width: 628px) and (max-width: 1100px) {
    li.menu__item.but {
        left: 0px !important;
    }

    li.menu__item.button {
        left: 0px !important;
    }

    .burger {
        position: absolute;
        top: 30.5px;
        right: 20px;
        z-index: 99;
        transform: translateY(-50%);
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .burger>* {
        width: 80%;
        height: 2px;
        background: #fff;
        margin: 3px 0;
    }

    .navbar.collapsed .burger .line__one {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .navbar.collapsed .burger .line__two {
        opacity: 0;
    }

    .navbar.collapsed .burger .line__three {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .navbar.collapsed .logo {
        position: absolute;
        z-index: 44;
        left: 4%;
    }

    .navbar .menu {
        position: fixed;
        background: #181913;
        font-family: "Roboto";
        z-index: 40;
        top: 0;
        left: -100%;
        flex-direction: column;
        width: 45vw;
        height: 100vh;
    }

    .navbar .menu li:first-child {
        margin-top: 100px;
    }

    .navbar.collapsed .menu {
        right: 0;
    }

    .navbar.collapsed .menu a {
        color: #ffffff;
    }

    .navbar.collapsed .menu li {
        width: 100%;
        height: 65px;
    }

    .navbar.collapsed ul.menu li.menu__item.but {
        height: 65px;
    }

    .navbar.collapsed ul.menu li.menu__item.button {
        width: 100%;
        height: 65px;
    }

    .navbar.collapsed .menu li:hover a {
        color: #080808;
    }

    .navbar.collapsed {
        position: relative;
        font-family: "Roboto";
        width: 100%;
        text-align: center;
        bottom: 0px;
        left: 22vw;
        padding: 15px;
        height: 104px;
        transform: translateX(-22%);
        z-index: 45;
    }

    .navbar.collapsed~main {
        filter: blur(1px);
        opacity: 0.8;
    }

    .navbar.sticky {
        position: fixed;
        z-index: 40;
    }
}

@media only screen and (max-device-width: 320px) {

    .files-window {
        width: 100%;
        overflow-y: auto;
        max-height: 100%;
        bottom: 0;
    }

    #files-window,
    #files-window-about,
    #files-window-login,
    #files-window-register {
        width: 100%;
        overflow-y: auto;
    }

    .files-windows-client a,
    .files-windows-patch a,
    .files-windows-link-reg a {
        width: 100%;
    }

    .title {
        padding: 20px 11px !important;
        margin: 5px 3px 3px 0px !important;
    }

    .server__pvp__files,
    .server__craft__files,
    .server__multi__files {
        width: 100%;
        top: 368px !important;
    }
}

@media only screen and (max-device-width: 480px) {

    .files-window .files-window-text .files-windows-reg form,
    .files-window .files-window-text .files-windows-login form {
        width: 100%;
    }

    #files-window,
    #files-window-about,
    #files-window-login,
    #files-window-register {
        width: 100%;
        overflow-y: auto;
    }

    .files-window {
        width: 100%;
        overflow-y: auto;
        max-height: 100%;
        bottom: 0;
    }

    .files-windows-client a,
    .files-windows-patch a,
    .files-windows-link-reg a {
        width: 100%;
    }

    section.statistic {
        top: 0;
        margin-top: 150px;
    }

    .stats__block {
        display: block;
    }

    .info__server table tr td {
        display: block;
        width: 100%;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

    section.footer {
        display: block;
        width: 100%;
        height: 100%;
    }

    .footer__info,
    .footer_logo,
    .footer__social {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .footer__info p,
    .footer__info h3 {
        text-align: left;
    }

    section.statistic .stats__last,
    section.statistic .forum__last {
        width: 100%;
    }

    section.statistic .stats__last .stats__title h1 {
        font-size: 100%;
    }

    .stat_rateselect-button {
        width: 43px;
        height: 43px;
    }

    .hexagon-shape-rateselect {
        width: 43px;
        height: 43px;
    }

    section.statistic .stats__last .stats__title span {
        width: 100%;
        padding: 7px;
    }

    .hexagon-content_rateselect {
        top: 10px;
        left: 0px;
    }

    section.statistic .stats__last .stats__title span a {
        font-size: 100%;
    }

    aside.server__info {
        position: relative;
        top: 0px;
    }

    .projectGroup {
        display: block;
        width: 100%;
    }

    section.statistic .forum__last .forum__news {
        margin: 0px auto;
        width: 100%;
        padding: 0;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

    .forum_block_posts_item_autor_name {
        padding: 5px;
    }

    .project.pvp.active,
    .project.craft.active,
    .project.multi.active {
        display: block;
        width: 100%;
    }

    .server__pvp__text,
    .server__craft__text,
    .server__multi__text {
        width: 100%;
    }

    .server__pvp__online,
    .server__craft__online,
    .server__multi__online {
        width: 100%;
    }

    .server__pvp__files,
    .server__craft__files,
    .server__multi__files {
        width: 100%;
        top: 350px;
    }

    .title {
        padding: 20px 20px;
        margin: 5px 3px 3px 0px;
        border-radius: 0px;
    }

    .navbar .logo {
        height: 65px;
        margin-right: 0%;
    }

    .navbar {
        height: 65px;
    }

    .navbar .logo a img {
        height: 75px;
    }

    .slider_one p,
    .slider_two p,
    .slider_three p {
        font-size: 12px;
        margin: 5px;
    }

    .slider_one h1,
    .slider_two h1,
    .slider_three h1 {
        width: 81%;
        font-size: 34px;
        line-height: 35px;
    }

    a.stream__link {
        width: 100%;
        margin: 5px;
        padding: 5px;
    }

    a.stream__link img {
        top: -35px;
        right: 25px;
    }

    a.stream__link h3 {
        font-size: 24px;
        margin: 5px;
        padding: 5px;
    }

    a.stream__link p {
        top: -30px;
        font-size: 16px;
    }

    .slider_one {
        background-image: url(../img/bg/bg-1.webp);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 60vh;
    }

    .slider_two {
        background-image: url(../img/bg/bg-2.webp);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 60vh;
    }

    .slider_three {
        background-image: url(../img/bg/bg-3.webp);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 60vh;
    }

    li.menu__item.but {
        left: 0px !important;
    }

    li.menu__item.button {
        left: 0px !important;
    }

    .burger {
        position: absolute;
        top: 30.5px;
        right: 20px;
        z-index: 99;
        transform: translateY(-50%);
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .burger>* {
        width: 80%;
        height: 2px;
        background: #fff;
        margin: 3px 0;
    }

    .navbar.collapsed .burger .line__one {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .navbar.collapsed .burger .line__two {
        opacity: 0;
    }

    .navbar.collapsed .burger .line__three {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .navbar.collapsed .logo {
        position: absolute;
        z-index: 44;
        left: 4%;
    }

    .navbar .menu {
        position: fixed;
        background: #181913;
        font-family: "Roboto";
        z-index: 40;
        top: 0;
        left: -100%;
        flex-direction: column;
        width: 45vw;
        height: 100vh;
    }

    .navbar .menu li:first-child {
        margin-top: 100px;
    }

    .navbar.collapsed .menu {
        right: 0;
    }

    .navbar.collapsed .menu a {
        color: #ffffff;
    }

    .navbar.collapsed .menu li {
        width: 100%;
        height: 65px;
    }

    .navbar.collapsed ul.menu li.menu__item.but {
        height: 65px;
    }

    .navbar.collapsed ul.menu li.menu__item.button {
        width: 100%;
        height: 65px;
    }

    .navbar.collapsed .menu li:hover a {
        color: #080808;
    }

    .navbar.collapsed {
        position: relative;
        font-family: "Roboto";
        width: 100%;
        text-align: center;
        top: 0px;
        left: 22vw;
        padding: 15px;
        height: 104px;
        transform: translateX(-22%);
        z-index: 45;
    }

    .navbar.collapsed~main {
        filter: blur(1px);
        opacity: 0.8;
    }

    .navbar.sticky {
        position: fixed;
        z-index: 40;
        background-color: #181913;
    }
}

@media only screen and (max-width: 280px) {

    .files-window {
        width: 100%;
        overflow-y: auto;
        max-height: 100%;
        bottom: 0;
    }

    .files-window .files-window-text .files-windows-reg form,
    .files-window .files-window-text .files-windows-login form {
        width: 100%;
    }

    #files-window,
    #files-window-about,
    #files-window-login,
    #files-window-register {
        width: 100%;
        overflow-y: auto;
    }

    .files-windows-client a,
    .files-windows-patch a,
    .files-windows-link-reg a {
        width: 100%;
    }

    input.title {
        padding: 10px 9px !important;
        margin: 5px 3px 3px 0px !important;
        font-size: 100%;
    }

    .server__pvp__files,
    .server__craft__files,
    .server__multi__files {
        width: 100%;
        top: 342px !important;
    }

    .flex-sbc {
        padding: 5px;
        font-size: 12px;
    }

    .slider_one h1,
    .slider_two h1,
    .slider_three h1 {
        line-height: 20px;
        font-size: 20px;
    }

    a.stream__link h3 {
        font-size: 20px;
    }

    a.stream__link p {
        font-size: 12px;
    }

    .stat_rateselect {
        padding: 10px 5px 10px 5px;
        width: 20%;
        float: left;
    }

    .stat_rateselect li {
        list-style: none;
        margin: 12px 0px;
        opacity: 0.7;
    }

    .server__pvp__files table:nth-child(3),
    .server__craft__files table:nth-child(3),
    .server__multi__files table:nth-child(3) {
        padding: 0px;
        margin: 10px auto;
    }

    #files-window {
        width: 100%;
        padding: 5px;
        margin: 5px auto;
    }

    .footer__info h3 {
        font-size: 14px;
    }

    a.stream__link img {
        top: 0px;
        margin: 0 auto;
        width: 100%;
        right: 0;
    }

    .project.pvp h2,
    .project.craft h2,
    .project.multi h2 {
        font-size: 18px;
    }
}

@media only screen and (device-width: 768px) {

    .files-window {
        width: 100%;
        overflow-y: auto;
        max-height: 100%;
        bottom: 0;
    }

    .files-window .files-window-text .files-windows-reg form,
    .files-window .files-window-text .files-windows-login form {
        width: 100%;
    }

    #files-window,
    #files-window-about,
    #files-window-login,
    #files-window-register {
        width: 100%;
        overflow-y: auto;
    }

    .files-windows-client a,
    .files-windows-patch a,
    .files-windows-link-reg a {
        width: 100%;
    }

    .title {
        padding: 20px 11px !important;
        margin-right: 5px !important;
    }

    aside.server__info {
        top: -200px !important;
    }

    .projectGroup {
        display: block;
    }

    .project.pvp.active,
    .project.craft.active,
    .project.multi.active {
        width: 100% !important;
    }

    .server__pvp__files,
    .server__craft__files,
    .server__multi__files {
        top: 235px !important;
    }

    section.footer {
        top: -60px !important;
    }

    .navbar.sticky {
        background: #181913;
    }

    .navbar.sticky.collapsed {
        top: 0px;
    }

    section.statistic {
        top: -50px;
    }

    .slider_one {
        background-image: url(../img/bg/bg-1.webp);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 50vh;
    }

    .slider_two {
        background-image: url(../img/bg/bg-2.webp);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 50vh;
    }

    .slider_three {
        background-image: url(../img/bg/bg-3.webp);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 50vh;
    }

    li.menu__item.but {
        left: 0px !important;
    }

    li.menu__item.button {
        left: 0px !important;
    }

    .burger {
        position: absolute;
        top: 50.5px;
        right: 20px;
        z-index: 99;
        transform: translateY(-50%);
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .burger>* {
        width: 80%;
        height: 2px;
        background: #fff;
        margin: 3px 0;
    }

    .navbar.collapsed .burger .line__one {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .navbar.collapsed .burger .line__two {
        opacity: 0;
    }

    .navbar.collapsed .burger .line__three {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .navbar.collapsed .logo {
        position: absolute;
        z-index: 44;
        left: 4%;
    }

    .navbar .menu {
        position: fixed;
        background: #181913;
        font-family: "Roboto";
        z-index: 40;
        top: 0;
        left: -100%;
        flex-direction: column;
        width: 45vw;
        height: 100vh;
    }

    .navbar .menu li:first-child {
        margin-top: 100px;
    }

    .navbar.collapsed .menu {
        right: 0;
    }

    .navbar.collapsed .menu a {
        color: #ffffff;
    }

    .navbar.collapsed .menu li {
        width: 100%;
        height: 65px;
    }

    .navbar.collapsed ul.menu li.menu__item.but {
        height: 65px;
    }

    .navbar.collapsed ul.menu li.menu__item.button {
        width: 100%;
        height: 65px;
    }

    .navbar.collapsed .menu li:hover a {
        color: #080808;
    }

    .navbar.collapsed {
        position: relative;
        font-family: "Roboto";
        width: 100%;
        text-align: center;
        bottom: 0px;
        left: 22vw;
        padding: 15px;
        height: 104px;
        transform: translateX(-22%);
        z-index: 45;
    }

    .navbar.collapsed~main {
        filter: blur(1px);
        opacity: 0.8;
    }

    .navbar.sticky {
        position: fixed;
        z-index: 40;
    }
}

@media only screen and (min-device-width: 481px) and (max-width: 1024px) and (orientation:portrait) {

    .files-window {
        width: 100%;
        overflow-y: auto;
        max-height: 100%;
        bottom: 0;
    }

    .files-window .files-window-text .files-windows-reg form,
    .files-window .files-window-text .files-windows-login form {
        width: 100%;
    }

    #files-window,
    #files-window-about,
    #files-window-login,
    #files-window-register {
        width: 100%;
        overflow-y: auto;
    }

    .files-windows-client a,
    .files-windows-patch a,
    .files-windows-link-reg a {
        width: 100%;
    }

    .server__pvp__online,
    .server__craft__online,
    .server__multi__online {
        width: 50%;
    }

    .server__pvp__text,
    .server__craft__text,
    .server__multi__text {
        width: 50%;
    }

    .server__pvp__files,
    .server__craft__files,
    .server__multi__files {
        width: 100%;
        top: 220px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        align-content: space-around;
    }

    aside.server__info {
        position: relative;
        top: -220px;
    }

    .project.pvp.active,
    .project.craft.active,
    .project.multi.active {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

    .slider_one h1,
    .slider_two h1,
    .slider_three h1 {
        font-size: 54px;
        width: 100%;
        margin: 0;
    }

    a.stream__link {
        width: 60%;
    }

    .slider_one {
        background-image: url(../img/bg/bg-1.webp);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 60vh;
    }

    .slider_two {
        background-image: url(../img/bg/bg-2.webp);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 60vh;
    }

    .slider_three {
        background-image: url(../img/bg/bg-3.webp);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 60vh;
    }

    li.menu__item.but {
        left: 0px !important;
    }

    li.menu__item.button {
        left: 0px !important;
    }

    .burger {
        position: absolute;
        top: 50.5px;
        right: 20px;
        z-index: 99;
        transform: translateY(-50%);
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .burger>* {
        width: 80%;
        height: 2px;
        background: #fff;
        margin: 3px 0;
    }

    .navbar.collapsed .burger .line__one {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .navbar.collapsed .burger .line__two {
        opacity: 0;
    }

    .navbar.collapsed .burger .line__three {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .navbar.collapsed .logo {
        position: absolute;
        z-index: 44;
        left: 4%;
    }

    .navbar .menu {
        position: fixed;
        background: #181913;
        font-family: "Roboto";
        z-index: 40;
        top: 0;
        left: -100%;
        flex-direction: column;
        width: 45vw;
        height: 100vh;
    }

    .navbar .menu li:first-child {
        margin-top: 100px;
    }

    .navbar.collapsed .menu {
        right: 0;
    }

    .navbar.collapsed .menu a {
        color: #ffffff;
    }

    .navbar.collapsed .menu li {
        width: 100%;
        height: 65px;
    }

    .navbar.collapsed ul.menu li.menu__item.but {
        height: 65px;
    }

    .navbar.collapsed ul.menu li.menu__item.button {
        width: 100%;
        height: 65px;
    }

    .navbar.collapsed .menu li:hover a {
        color: #080808;
        opacity: 0.5;
        transition: 0.3s ease all;
    }

    .navbar.collapsed {
        position: relative;
        font-family: "Roboto";
        width: 100%;
        text-align: center;
        bottom: 0px;
        left: 22vw;
        padding: 15px;
        height: 104px;
        transform: translateX(-22%);
        z-index: 45;
    }

    .navbar.collapsed~main {
        filter: blur(1px);
        opacity: 0.8;
    }

    .navbar.sticky {
        position: fixed;
        z-index: 40;
    }
}