.infos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /*background-color: rgba(0, 0, 255, 0.1);*/
}

.forum-topic-items {
    margin-top: -5px;
    margin-left: 10px;
}

.modal-content {
    /*background-color: rgb(251, 244, 236);*/
}

.modal-body {
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

.registration-body {

}

/* Общие стили для кнопок */
.button {
    position: fixed;
    bottom: 10px; /* Отступ от нижнего края */
    right: 10px; /* Отступ от правого края */
    z-index: 1000; /* Убедиться, что кнопки сверху других элементов */
    background-color: #4A76A8; /* Цвет фона по умолчанию */
    border-radius: 50%; /* Круглая кнопка */
    width: 50px; /* Ширина кнопки */
    height: 50px; /* Высота кнопки */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button img {
    width: 30px; /* Размер значка */
    height: 30px;
}

.button:hover {
    background-color: #3b5a83; /* Темнее при наведении */
}

/* Позиции кнопок */
.vk-button {
    right: 10px; /* Отступ справа для кнопки VK */
}

.telegram-button {
    right: 70px; /* Отступ справа для кнопки Telegram */
    background-color: #0088cc; /* Цвет фона, соответствующий Telegram */
}

.telegram-button:hover {
    background-color: #006699; /* Темнее при наведении */
}

#vk_groups {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 1000;
}

.file > img {
    width: 50px;
    height: 50px;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
}

.file {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    align-items: center;
}

.files-content {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    height: 20vh;
    align-items: center;
    justify-content: space-around;
}

.files-info {
    margin-bottom: 1rem;
    background-color: rgba(71, 63, 64, 0.2);
    border-radius: 0.3rem;
    padding: 0.5rem;
}

.registration-info {
    margin-bottom: 1rem;
    background-color: rgba(71, 63, 64, 0.2);
    border-radius: 0.3rem;
    padding: 0.5rem;
}

.donate-info {
    margin-bottom: 1rem;
    //background-color: rgba(71, 63, 64, 0.2);
    border-radius: 0.3rem;
    padding: 0.5rem;
}

.donate-form {
	
}

.donate-tabs {
	/*display: flex;
	flex-direction: row;
	justify-content: space-between;*/
}

.input-group-prepend {
        white-space: nowrap; /* Prevent text from wrapping */
        text-align: left; /* Align text to the right */
	
	width: 150px;
}

.input-group-text {
	width: 100%;
}

.registration-form {

}

.forum-topic {
    display: flex;
    flex-direction: row;
    background-color: rgba(71, 63, 64, 0.2);
    margin: 0.6rem;
    justify-content: start;
    align-items: center;
    gap: 0.4rem;
    border-radius: 3px;
}

.topic-last-poster-avatar {
	width: 25%;
}

.topic-info {
	width: 75%;
}

.pvp-top-item {
    padding: 0.4rem;
    padding-right: 1rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: row;
    background-color: rgba(71, 63, 64, 0.2);
    margin: 0.6rem;
    justify-content: space-between;
    align-items: center;
    gap: 0.4rem;
    border-radius: 3px;
    font-size: 1rem;
    text-align: center;
}

.pvp-top-level {
    height: 100%;
    font-size: 0.8rem;
}

.pvp-top-pvpkills {
    height: 100%;
    font-weight: bold;
}

.pvp-top-nickname {
    height: 100%;
    font-weight: bold;
}

.topic-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: start;
}

.news-content {
    display: flex;
    flex-direction: column;
    width: 70%;
    min-height: 15vw;
    justify-content: space-around;
}

.news-image {
    width: 28%;
    object-fit: contain;
}

.news-title {
    width: 100%;
    font-weight: bold;
}

.news-text {
    width: 100%;
    background-color: rgba(71, 63, 64, 0.2);
    border-radius: 0.4rem;
    padding: 0.4rem;
}

.news-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
    width: 100%;
    text-align: end;
}

.topic-title {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-align: start;
    width: 100%;
}

.topic-date {
    width: 100%;
    font-size: 0.8rem;
}

.topic-last-poster-avatar {
    margin-left: 0.2rem;
    padding: 0.2rem;
    width: 25%;
    border-radius: 50%;
}

.content {
    width: 100%;
    color: #473f40;
}

.account {
    justify-content: space-between;
    height: auto !important;
}

.news-item {
    border-radius: 0.2rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    /*background-color: rgba(71, 63, 64, 0.1);*/
    min-height: 15vw;
    justify-content: space-between;
    align-items: center;
}

/* Container for the two hexagons */
        .hexagon-container {
            position: relative;
            width: 300px;
            height: 300px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Hexagon with image */
        .hexagon-image {
            position: absolute;
            width: 250px;
            height: 250px;
            background-image: url('../../main/images/download.jpg');
            background-size: cover;
            background-position: center;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            padding: 20px;
        }

        /* Grey transparent hexagon */
        .hexagon-grey {
            position: absolute;
            width: 250px;
            height: 250px;
            background-color: rgba(128, 128, 128, 0.5); /* 50% transparent grey */
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            transform: rotate(15deg); /* Rotate by 15 degrees */
            padding: 20px;
        }
		
.news-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    min-height: 20vw;
    margin-bottom: 20px;
    /*background-color: rgba(71, 63, 64, 0.2);*/
}

.news-header {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news-header-left {
    width: 5%;
    height: 6px;
    background-color: #473f40;
    border-radius: 2px;
}

.news-header-text {
    font-size: 1.1rem;
    font-weight: bold;
    color: #473f40;
}

.news-header-right {
    width: 80%;
    height: 6px;
    background-color: #473f40;
    border-radius: 2px;
}

#loginform-captcha-image {
    width: 120%;
    height: 73%;
}

.right-parts {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    height: auto;
    color: #473f40;
}

.info-text {
    position: absolute;
    top: 44%;
    left: 2%;
    color: rgb(251, 244, 236);
    text-align: start;
    font-weight: bold;
}

.info-text-top {
    font-size: 1.2rem;
}

.info-text-small {
    font-size: 0.9rem;
}

.info > img {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.8));
}

.info {
	cursor: pointer; 
    position: relative;
    text-align: center;
    min-width: 217px;
    min-height: 163px;
    width: 100%;
    margin-top: -60px;
}

.custom-header {
    position: relative;
    text-align: center;
    min-width: 250px;
    min-height: 65px;
    width: 100%;
}

.custom-header-text {
    position: absolute;
    top: 32%;
    color: rgb(251, 244, 236);
    width: 100%;
    font-weight: bold;
    font-size: 1.05rem;
}

/*
.info-1 {
    content:url(../../main/images/info1.png);
}

.info-2 {
    content:url(../../main/images/info2.png);
}

.info-3 {
    content:url(../../main/images/info3.png);
}*/

.page-body {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-custom {
    background-color: #685558;
    border-color: #685558;
}

.btn-custom:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
    background-color: #685558;
    border-color: #685558;
}

.btn-custom:focus {
    box-shadow: inset 0 0 200px 200px rgba(255, 255, 255, 0.4);
    background-color: #685558;
    border-color: #685558;
}

.btn-custom:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 0 200px 200px rgba(255, 255, 255, 0.4);
    background-color: #685558;
    border-color: #685558;
}

.btn-custom:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 0 200px 200px rgba(255, 255, 255, 0.6);
    background-color: #685558;
    border-color: #685558;
}

.body-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    width: 60vw;
    min-height: 850px;
    min-width: 1000px;
}

.account-mgmt-item {
    min-width: 50%;
}

.body-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    /*background-color: rgba(0, 255, 0, 0.1);*/
    min-height: 850px;
}

.body-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 26%;
    /*background-color: rgba(255, 0, 0, 0.1);*/
    min-height: 850px;
}

.account-menu > div {
    margin: 0.7rem;
    margin-bottom: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.4rem;
    align-items: center;
    font-size: 1rem;
}

.account-menu > form {
    margin: 1rem;
    margin-bottom: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.4rem;
}

.footer-rights {
    color: rgb(251, 244, 236);
    font-size: 0.8rem;
}

.footer-body {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 8px;
    min-width: 1000px;
    width: 60vw;
}

.footer-logo {
    background-image: url(../../main/images/logo33.png);
    background-size: cover;
    background-position: center;
    width: 90px;
    height: 80px;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 110px;
    background-image: url(../../main/images/footer_bg.jpg);
    background-size: cover;
    background-position: center;
}

.footer-border {
    width: 100vw;
    max-width: 100%;
    height: 29px;
    background-image: url(../../main/images/footer_border.png);
    background-size: cover;
    background-position: center;
    margin-bottom: -30px;
}

.navbar {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 110px;
    background-image: url(../../main/images/nav.png);
    background-size: cover;
    background-position: center;
}

    #countdown-timer {
        font-size: 1.7rem;
        color: rgb(251, 244, 236);
        text-shadow: 2px 2px 4px black;
        text-align: center;
        
        /* Градиент с двумя цветами: исходный и светлый солнечный оттенок */
        background: linear-gradient(45deg, 
            #473f40 30%, 
            #7f6e5a 70%); /* Исходный цвет и светлый оттенок */
        background-size: 200% 200%;
        padding: 20px;
        border-radius: 10px;
        
        /* Добавление тени для лучшего контраста */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        
        /* Анимация для смещения градиента */
        animation: gradientAnimation 5s ease infinite;
    }

    /* Анимация для смещения градиента */
    @keyframes gradientAnimation {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }

.navbar-items {
    margin-top: -5px;
    height: 65px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: 1000px;
    width: 60vw;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	color: #473f40;
}

.navbar-items * {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	color: #473f40;
}

.progress {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: unset;
    width: 200px;
    height: 200px;
}

.progress__meter,
.progress__value {
    fill: none;
}

.progress__meter {
    stroke: rgb(251, 244, 236);
}

.progress__value {
    stroke: #f77a52;
    stroke-linecap: linear;
}

.status-gauge {
    width: 200px;
    height: 200px;
    position: relative;
}

.server-status-text {
    position: absolute;
    font-size: 1.4rem;
    color: rgb(251, 244, 236);
    text-shadow: 2px 2px 4px black;
    top: 42%;
    left: 15%;
}

.online {
    /*display: none;*/
    font-size: 3rem;
    color: #88B04B;
    text-shadow: 2px 2px 4px black;
}

.offline {
    font-size: 3rem;
    color: #ee4035;
    text-shadow: 2px 2px 4px black;
}

.server-status {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 200px;
    /*background-color: rgba(251, 244, 236, 0.2);*/
}

.site-closed {
    /*display: none;*/
    color: rgba(255, 0, 0, 0.45);
    position: absolute;
    z-index: 5000;
    font-size: 2rem;
    user-select: none;
    pointer-events: none;
}

body {
    background-color: rgb(251, 244, 236);
    font-family: 'PT Sans', sans-serif;
    overflow-x: hidden;
}

.servers-status {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px;
    height: 200px;
    width: 50vw;
    min-width: 700px;
    /*background-color: rgba(251, 244, 236, 0.2);*/
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    min-height: 850px;
    height: 85vh;
    background-image: url(../../main/images/header.jpg);
    background-size: cover;
    background-position: center;
}

.logo {
    /*width: 953px;
    height: 435px;*/
    width: 762px;
    height: 348px;
    content: url(../../main/images/logo_2.png);
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: -1vw;
}

.bottom-header-border {
    width: 100vw;
    max-width: 100%;
    height: 140px;
    background-image: url(../../main/images/low-border-shadowed.png);
    background-size: cover;
    background-position: center;
    margin-bottom: -30px;
}

.upper-header-border {
    width: 100vw;
    max-width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
    margin-bottom: -30px;
}

.upper-header-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../main/images/low-border-shadowed.png);
    background-size: cover;
    background-position: center;
    transform: rotate(180deg);
    z-index: 0;
}


