* {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	background: #162d00;
}
.container {
	max-width: 1270px;
	padding: 0 15px;
	margin: 0 auto;
}
/* header */
.header__top {
	padding: 25px 0;
	background: #0f240b;
}
.header__top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.header__top-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.header__top-buttons a {
	color: white;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.header__top-buttons .header__top-search {
	font-weight: 400;
	color: #ffffff80;
}
.header__bottom {
	background: #005517;
	padding: 10px 0;
}
.header__bottom .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.header__bottom-input {
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	background: #162d00;
	padding: 0 15px 0 0;
	border-radius: 8px;
}
.header__bottom-input input {
	border-radius: 8px;
	padding: 15px 0 15px 10px;
	width: 130px;
	height: 100%;
	background: #162d00;
	color: white;
	outline: none;
	border: none;
}
.header__bottom-input div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.header__bottom-input div span {
	white-space: nowrap;
	color: #ffffff80;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
}

.header__bottom-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.header__bottom-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: white;
	text-decoration: none;
}
.header__bottom-item a.active {
	background: #00fff2;
	padding: 5px 8px;
	border-radius: 100px;
	color: #000000;
}
.burger {
	display: none;
}
/* footer */

.footer__top {
	padding: 20px 0;
	background: #081e00;
	border-top: 3px solid #383b46;
}
.footer__top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.footer__top-link {
	padding: 10px 15px;
	background: #f3d428;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: black;
}

.footer__bottom {
	padding: 10px 0;
	background: #162d00;
}

.footer__bottom-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	list-style: none;
	margin: 0 0 5px 0;
}

.footer__bottom-item a {
	padding: 10px;
	background: #00fff2;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.footer__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.footer__info p {
	color: white;
	font-size: 11px;
	line-height: 20px;
	font-weight: 400;
}
/* promo */
.promo {
	margin: -1px 0 0 0;
	padding: 145px 0;
	background: url('/assets/images/web-bg.png') center center / cover no-repeat;
}
.promo__title {
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #f7f7f7;
	margin: 0 0 40px 0;
}

.promo__text {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #eeeeee;
	margin: 0 0 30px 0;
}

.promo__link {
	margin: 0 auto;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: black;
	padding: 10px 15px;
	background: #00fff2;
	border-radius: 100px;
	text-decoration: none;
}
/* info */
.info {
	padding: 15px 0;
}
.info__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.info__wrapper h2 {
	font-size: 24px;
	line-height: 20px;
	font-weight: 400;
	color: white;
}
.info__buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.info__buttons a {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: white;
	text-decoration: none;
	white-space: nowrap;
}
.info__buttons a:last-child {
	color: #000000;
	padding: 5px 10px;
	background: #00fff2;
	border-radius: 100px;
}
/* games */
.games {
	padding: 15px 0;
}
.games__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
}

.games__item {
	width: 100%;
}
.games__item img {
	width: 100%;
}
/* layout */
.layout .container {
	display: flex;
	gap: 10px;
}
.layout-left {
	flex: 3;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Правая колонка (боковая панель) */
.layout-right {
	flex: 1;
	display: flex;
	flex-direction: column;
}

/* Секции форума */
.forum-section {
	background-color: #081e00;
	border: 1px solid #001005;
	border-radius: 8px;
	padding: 20px;
}

.forum-section h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
}

/* Карточки форума */
.forum-card {
	background-color: #0c1b0d;
	border: 1px solid #005517;
	border-radius: 8px;
	padding: 15px;
}
.forum-card__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 10px 0;
}
.forum-card__top.two {
	border-bottom: 1px solid #005517;
}
.forum-card__first,
.forum-card__second,
.forum-card__third {
	padding: 0 15px;
	position: relative;
}
.forum-card__first::before,
.forum-card__second::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 40px;
	background: #33333370;
}
.forum-card__first {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.forum-card__second {
	text-align: center;
}
.forum-card__second span {
	color: white;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	white-space: nowrap;
}
.forum-card__third {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.forum-card__third span {
	color: white;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	white-space: nowrap;
}
.forum-card h3 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 10px;
}

.forum-card p {
	font-size: 14px;
	color: #b0b0b0;
	margin-bottom: 10px;
}
.forum-card ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 20px;
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
}
.layout ul {
	list-style: none;
}
.layout ul li {
	padding: 0 0 0 20px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: white;
}
.layout ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background: url('/assets/images/ul.svg') center center / cover no-repeat;
}
/* Боковая панель */
.sidebar {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sidebar-section {
	background-color: #081e00;
	border: 1px solid #1d361d;
	border-radius: 8px;
}

.sidebar-section h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	padding: 15px 20px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	background: #001005;
	border-radius: 8px 8px 0 0;
}
.sidebar-section__text {
	padding: 20px;
}

.sidebar-section__admin {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 15px 0;
}

.sidebar-section__admin-block h4 {
	color: #85a86a;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.sidebar-section__admin-block p {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: white;
}
.sidebar-section__admin-block p b {
	font-weight: 700;
	font-size: 12px;
}
.sidebar-section__admin-block p span {
	font-size: 12px;
	color: #00ffdd;
}

.sidebar-section__admin-title {
}
.content h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	color: white;
	margin: 0 0 15px 0;
}
.content h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: white;
	margin: 0 0 15px 0;
}
.content strong {
	display: block;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	color: white;
	margin: 0 0 15px 0;
}
.content p {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: white;
	margin: 0 0 10px 0;
}
.content ul {
	margin: 15px 0;
}
.content ol {
	margin: 15px 0;
	padding: 0 0 0 20px;
}
.content ol li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: white;
}
.table {
	margin: 15px 0;
	width: 100%;
	overflow: auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	color: white;
	border: 1px solid #005517;
	width: 50%;
	padding: 5px 15px;
	white-space: nowrap;
}
.img-cov {
	width: 100%;
	margin: 15px auto !important;
}
.img-cov img {
	width: 100%;
	height: 100%;
}
