   .lrwebs-table h1 {
        margin: 20px 0;
        font-size: 2em;
        color: #03DAC5;
        text-align: center;
    }
	
	.lrwebs-table-container {
		width: 100%;
		
	}
	
	.lrg_top-info {
		margin-bottom: 0;
		display: flex;
		align-items: center;
		gap: 8px;
	}

    .lrwebs-table {
		width: 100%;
        margin: 20px auto;
        border-collapse: collapse;
        background: #12121b;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        overflow: hidden;
    }

    .lrwebs-table th, .lrwebs-table td,
    .scrollable-table-stats th, .scrollable-table-stats td,
    .lrweb-container table th, .lrweb-container table td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #333;
    }

    .lrwebs-table tr:nth-child(even),
    .scrollable-table-stats tr:nth-child(even),
    .lrweb-container table tr:nth-child(even) {
        background: #2A2A2A;
    }

    .lrwebs-table tr:hover,
    .scrollable-table-stats tr:hover,
    .lrweb-container table tr:hover {
        background: #333333;
    }

    .pagination-1 {
        margin: 20px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .pagination-1 a {
        text-decoration: none;
        font-size: 1.2em;
        padding: 10px 15px;
        border-radius: 5px;
        transition: 0.3s;
    }

    .pagination-1 a:hover {
        background: #5a5a5a;
		border-radius: 32px;
        color: #121212;
    }

    .pagination-1 a.active {
        font-weight: bold;
        background: #5a5a5a;
        color: #121212;
		border-radius: 32px;
    }

    .search-container {
        margin-left: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search-container input[type="text"] {
        padding: 10px;
        font-size: 1em;
        width: 300px;
        border-radius: 5px;
        outline: none;
        color: #121212;
    }

    .search-container button {
        padding: 10px 20px;
        font-size: 1em;
        background: #29293c;
        color: #fff;
        border: none;
        border-radius: 5px;
        margin-left: 10px;
        cursor: pointer;
        transition: 0.3s;
    }

    .search-container button:hover {
        background: #29293cd1;
    }
	

	
		
	.blocked_block {
    height: 360px;
    background: #282b3b;
    padding: 20px 25px;
    display: flex;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

.left_blocked {
    width: 40%;
    padding: 20px;
}

.bans_muts {
    display: flex;
    gap: 8px;
    align-items: center;
    border: solid 1px #464646;
    border-radius: 14px;
    padding: 8px;
    margin-bottom: 45px;
    width: 280px;
}

.active_btn_stats {
    cursor: pointer;
    height: 50px;
    width: 100%;
    display: flex;
    text-shadow: #00000059 1px 0 11px;
    background: #29293c;
    font-weight: 600;
    border-radius: 11px;
    box-shadow: 0 10px 40px #29293cd1;
    align-items: center;
    transition: 0.2s;
    justify-content: center;
}

.btn_bans_muts {
    cursor: pointer;
    height: 50px;
    display: flex;
    font-weight: 600;
    border-radius: 11px;
    width: 100%;
    color: #838383;
    align-items: center;
    transition: 0.2s;
    justify-content: center;
}

.flex_blocked {
    display: flex;
    flex-direction: column;
    margin-bottom: 55px;
}

.blocked_text {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
}

.blocked_desp {
    font-size: 12.5px;
    font-weight: 600;
    color: #777777;
    line-height: 18px;
    position: relative;
}

.heading_block {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    justify-content: space-between;
}

.double_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.double_heading i, .pro {
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
}

.double_heading i {
    width: 45px;
    height: 45px;
    border-radius: 13px;
    display: flex;
    margin-right: 10px;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.heading {
    color: #ffff;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

/* Мобильная версия */
@media only screen and (max-width: 768px) {
	
    .blocked_block {
        height: auto;
        padding: 15px;
        flex-direction: column;
    }

    .left_blocked {
        width: 100%;
        padding: 15px;
    }

    .bans_muts {
        width: 100%;
        margin-bottom: 20px;
    }

    .active_btn_stats, .btn_bans_muts {
        height: 45px;
    }

    .flex_blocked {
        margin-bottom: 30px;
    }

    .blocked_text {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .blocked_desp {
        font-size: 11px;
    }

    .heading_block {
        flex-direction: column;
        align-items: flex-start;
    }

    .double_heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .double_heading i {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .heading {
        font-size: 14px;
    }	
}

@media only screen and (max-width: 768px) {
	
    .lrwebs-table-container {
        width: 90%;
        overflow-x: auto; /* Горизонтальная прокрутка */
        margin: 0 auto;
    }

    .lrwebs-table {
        width: 100%; /* Таблица займет всю ширину контейнера */
        max-width: none; /* Убираем ограничение ширины */
        border-collapse: collapse;
        background: #1E1E1E;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
	
	 .search-container {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
	
    .lrg_top-info {
		display: none;
	}
}


@media only screen and (max-width: 768px) {
	.pagination-1 {
		margin: 20px; 
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0px;
		width: 20%;
		margin-left: auto;
	}
}

/* Очень маленькие экраны */
@media only screen and (max-width: 768px) {
	
    .blocked_block {
        padding: 10px;
    }

    .blocked_text {
        font-size: 18px;
    }

    .blocked_desp {
        font-size: 10px;
    }

    .heading_block {
        margin-bottom: 10px;
    }

    .active_btn_stats, .btn_bans_muts {
        height: 40px;
    }

    .double_heading i {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.server-container {

}

.server-dropdown-container {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

.server-dropdown {
        background-color: #12121b;
        color: #ffffff;
		border-color: #12121b;
        border-radius: 8px;
        padding: 12px 16px;
        font-size: 16px;
        cursor: pointer;
        outline: none;
        transition: 0.3s ease-in-out;
    }

.server-dropdown:hover {
        border-color: #12121b;
    }

.server-dropdown:focus {
        box-shadow: 0 0 10px #222b3e;
    }
	
.server-switch {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

.server-btn {
    padding: 10px 16px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    background: #12121b;
    border-radius: 50px;
    font-weight: 500;
    transition: background 0.3s, transform 0.2s ease-in-out;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.server-btn:hover {
    background: #12121b;
    transform: translateY(-1px);
    color: white;
}

.server-btn.active {
    background: #1f1f2d;
    font-weight: bold;
    color: white;
    box-shadow: #00000059 1px 0 11px;
    transform: scale(1.05);
}

.server-btn .glow {
    position: absolute;
    left: 8px;
    width: 10px;
    height: 10px;
    background: radial-gradient(circle, rgba(255, 69, 0, 0.9) 0%, rgba(255, 69, 0, 0) 70%);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 69, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}

.server-btn.active .glow {
    opacity: 1;
}

.server-btn .server-text {
    margin-left: 8px;
}

@media (max-width: 768px) {
    .server-container {
        padding: 8px;
        margin: auto;
    }

    .server-btn {
        padding: 8px 14px;
        font-size: 12px;
    }
    
    .server-btn .server-text {
        font-size: 12px;
    }
	
	.server-switch {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
	margin-left: 100px;
	}
}


.hall-of-fame {
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.hall-of-fame-title {
    background: linear-gradient(0deg, #262626 30%, #343434 100%);
    padding: 10px;
    border-radius: 8px;
    color: #f1a933;
    font-size: 1.5em;
    display: inline-block;
    margin-bottom: 15px;
}

.top-players {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.top-players > * {
    flex-grow: 1;
    min-width: 200px;
    box-sizing: border-box;
    display: flex; 
    justify-content: center;
}

.top-player {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #12121b;
    padding: 10px;
    border-radius: 10px;
    color: white;
    width: 260px;
    margin: 5px;
    box-shadow: none;
    text-align: center;
}

.top-avatar-container {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.top-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #f1a933;
}

.player-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    width: 100%;
}

.top-info {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #333;
    padding: 5px;
    border-radius: 5px;
    font-size: 0.9em;
    width: 100%;
}

.rank img {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}

.rank-name {
    font-weight: bold;
    color: #f1a933;
    font-size: 0.9em;
}

.stats {
    display: flex;
    justify-content: center;
    width: 100%;
}

.stat-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    background: #333;
    padding: 5px;
    border-radius: 5px;
    font-size: 0.9em;
    margin: 0 5px;
}

.label {
    color: #ccc;
}

.value {
    font-weight: bold;
    color: #f1a933;
}

.top-player {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top-player {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

.rank {
    font-size: 18px;
    font-weight: bold;
    color: #FFD700;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    text-align: center;
    width: 40px;
}

.top-avatar-container {
}

.top-info {
    flex-grow: 1;
}

.stat-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.top-player:nth-child(2) .rank {
    color: #C0C0C0;
}

.top-player:nth-child(3) .rank {
    color: #CD7F32;
}

.rank-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}



/* статистика */
.scrollable-table-stats {
    max-height: 400px;
    overflow-y: auto;
	position: absolute;
    margin-top: -440px;
	width: 900px;
}


.scrollable-table-stats thead {
    position: sticky;
    top: 0;
    background: #1E1E1E;
    z-index: 2;
}

.scrollable-table-stats table {
    width: 100%;
    border-collapse: collapse;
}

.scrollable-table-stats th, .scrollable-table-stats td {
    padding: 8px;
    text-align: center;
    color: #fff;
}

.scrollable-table-stats th {
    border-bottom: 2px solid #333;
}

.scrollable-table-null {
	margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
	
    .scrollable-table-stats {
		display: none;
    }
}


/* особые убийства */
    .stats-container {
		width: 35%;
		margin: 10px auto;
		padding: 10px;
		border-radius: 8px;
		margin-top: -1002px;
		position: absolute;
		margin-left: 273px;
    }
    .stats-container h2 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .kill-grid {
        display: flex;
        gap: 8px;
    }
    .kill-type {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 6px;
        background: #12121b;
        border-radius: 6px;
        width: 120px;
        margin: 6px;
    }
    .kill-icon {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .kill-name {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
    .kill-count {
        font-size: 14px;
        color: #FFD700;
    }
    .kill-percentage {
        font-size: 10px;
        color: #bbb;
        margin-top: 4px;
    }

@media only screen and (max-width: 768px) {
	
    .stats-container {
		margin-left: 190px;
        width: 50%;
        margin-top: -560px;
        max-height: 550px;
        overflow-y: auto;
    }
}

/* урон частей тела */
.lrweb-table {
    text-align: center;
    margin-top: 20px;
}

.hit-image-container {
    position: relative;
    display: inline-block;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}

.hit-image-container img {
    pointer-events: none;
}

.player-body {
    width: 400px;
    height: auto;
}

.hit-area {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgba(255, 0, 0, 0.8);
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.hit-area.head {
    top: 15%; 
    left: 48%;
}

.hit-area.dmghealth {
    top: 15%; 
    left: 75%;
}

.hit-area.dmgarmor {
    top: 30%;
    left: 60%;
}

.hit-area.leftleg {
    top: 70%; 
    left: 25%;
}

.hit-area.rightleg {
    top: 70%; 
    left: 65%;
}

.hit-area.rightarm {
    top: 45%; 
    left: 87%;
}

.hit-area.leftarm {
    top: 45%; 
    left: 4%;
}

.hit-area.belly {
    top: 40%;
    left: 50%;
}

.hit-area.chest {
    top: 25%; 
    left: 40%;
}

.hit-sign {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

    .hit-types {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
		margin-left: 900px;
		margin-top: -310px;
    }


.hit-area:hover {
    background-color: rgba(255, 0, 0, 1);
}

.hit-area:hover::after {
    content: attr(data-hit);
    position: absolute;
    top: -35px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    width: 120px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}



/* Лучшие карты */
.lrweb-maps-container {
    font-family: Arial, sans-serif;
    padding: 20px;
	position: absolute;
    margin-top: -14px;
    margin-left: 270px;
}

.lrweb-heading {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.lrweb-top-maps {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.lrweb-map-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background: #12121b;
    width: 30%;
    margin-bottom: 15px;
}

.lrweb-map-item-2 {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background: #12121b;
    width: 30%;
    margin-bottom: 15px;
}

.lrweb-top-map-item {
    width: 100%;
}

.lrweb-map-image {
    width: 64px;
    height: 50px;
    border-radius: 8px;
    margin-right: 15px;
}

.lrweb-map-info {
    display: flex;
    flex-direction: column;
}

.lrweb-map-rank {
    font-size: 18px;
    font-weight: bold;
    color: #ff9f00;
}

.lrweb-map-name {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.lrweb-map-wins {
    font-size: 14px;
    color: #777;
}

.lrweb-maps-list-container {
    overflow-y: auto;
    height: 200px;
    margin-top: 20px;
}

.lrweb-maps-list {
    display: grid;
    gap: 15px;
}

.lrweb-map-item-2 {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 15px;
}

.lrweb-map-item {
    flex-shrink: 0;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
	
    .lrweb-maps-container {
		position: revert;
        margin-top: 100px;
        margin-left: 0px;
        width: 180%;
    }

    .lrweb-top-maps {
        flex-direction: column;
        gap: 15px;
    }

    .lrweb-map-item, .lrweb-map-item-2 {
        width: 97%;
    }

    .lrweb-map-image {
        width: 40px;
        height: 40px;
    }

    .lrweb-map-name, .lrweb-map-rank {
        font-size: 12px;
    }

    .lrweb-map-wins {
        font-size: 12px;
    }

    .lrweb-maps-list-container {
        width: 100%;
        overflow-y: auto;
    }
	
	.lrweb-btn {
		margin-left: 10px;		
    }
	
	.hit-types {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
		margin-left: 0;
		margin-top: 0;
    }
	
	.player-body {
		width: 200px;
		height: auto;
	}
}


/* Убийства с оружий */
    .scrollable-list {
        max-height: 235px;
        overflow-y: auto;
        position: absolute;
        margin-top: 50px;
		margin-left: 5px;
    }

    .scrollable-list-maps {
        max-height: 300px;
        overflow-y: auto;
    }

    th {
        text-align: center;
    }

    .lrweb-btn {
        display: inline-block;
        padding: 12px 20px;
        background: #12121b;
        color: white;
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        margin-bottom: 20px;
        transition: background-color 0.3s;
    }

    .lrweb-btn:hover {
        background: #12121bf5;
		color: white;
    }

    .top-weapons-container {
        display: flex;
        gap: 10px;
        margin-left: 30px;
        position: absolute;
    }

    .weapon-item {
        text-align: center;
    }

    .lrweb-weapon-icon {
        width: 60px;
        height: 30px;
        filter: brightness(0) invert(1);
    }

@media only screen and (max-width: 768px) {
	
    .scrollable-list {
        display: block;
        width: 50%;
        margin-left: 165px;
        position: absolute;
		margin-top: -170px;
    }

    .top-weapons-container {
        margin-left: 162px;
        gap: 5px;
        width: 50%;
        margin-top: -53%;
    }

    .weapon-item {
        width: 100%;
    }

    .lrweb-weapon-icon {
        width: 40px;
        height: 20px;
    }
}


/* Аватар/ранг/ник */
.lrweb-avatar {
    background: #12121b;
    border-radius: 10px;
    padding: 20px;
    width: 250px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.avatar-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.rank-img {
    width: 60px;
    height: 25px;
    margin-top: 10px;
}

p {
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
}

strong {
    color: #007bff;
}

@media only screen and (max-width: 768px) {
    .lrweb-avatar {
        background: #12121b;
        box-shadow: 0 2px 10px rgb(0 0 0 / 0%);
        width: 100;
    }

    .avatar-img {
        width: 60px;
        height: 60px;
    }

    .rank-img {
        width: 50px;
        height: 20px;
    }

    p {
        font-size: 12px;
    }

    strong {
        font-size: 14px;
    }
}

/* === LRWEB Player Profile Container === */
.lrweb-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.scrollable-table-stats {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
}
    overflow-x: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.scrollable-table-stats table {
    width: 100%;
    border-collapse: collapse;
    background: #12121b;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.scrollable-table-stats table th,
.scrollable-table-stats table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.scrollable-table-stats table tr:nth-child(even) {
    background: #2A2A2A;
}

.scrollable-table-stats table tr:hover {
    background: #333;
}
