 :root {
    --primary: #2186eb;
    --secondary: #191C24;
    --light: #f0f0f0;
    --dark: #000000;
}

html, body {
    margin: 0px;
    padding: 0px;
} 

.leaderboard {
    background-color: #232a34;
    border: 2px solid #2186eb;
    border-radius: 10px;
    margin-right: 20px;
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}
 
.leaderboard .board {
    width: 80px; /* Размер круга */
    height: 80px;
    background-color: #2186eb;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.leaderboard .user-name {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0.5rem;
}

.leaderboard .btn-profile {
    font-size: 0.9rem;
    border: none;
    border-radius: 20px;
    padding: 0.6rem 1.2rem;
    margin-top: 1rem;
    background-color: #2186eb;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.leaderboard .btn-profile:hover {
    transform: scale(1.05);
    background-color: #e46c14; /* Сделать цвет кнопки темнее при наведении */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
          

        /* Контекстная реклама */
        .ads {
           /* margin-top: auto;*/
        }

        .ads a {
            display: block;
            color: #555;
            text-decoration: none;
            font-weight: 500;
            margin: 0.5rem 0;
            padding: 0.7rem 1rem;
            border: 1px solid #ddd;
            border-radius: 10px;
            background-color: #ffffff;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .ads a:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
            text-decoration: none;
            background-color: #f5f5f5;
        }
		.leaderboard-title {
            font-size: 1.0rem;
            font-weight: bold;
            color: #fff;
            margin-bottom: 1rem;
            border-bottom: 2px solid #232a34;
            display: inline-block;
            padding-bottom: 0.3rem;
            text-transform: uppercase;
        }

body{
	position: relative;
	font-family: "Noto Sans", serif;
	font-weight:500;
	font-size:15px;
    line-height: 1.4;
    color: #3e4d5c;
	text-decoration: none !important;
}
body::before {
	 
	
	    height: 100%;
    background: url(/assets/banners/bg.jpg) fixed;
    background-image: url(/assets/banners/bg.jpg);
	
    content: ' ';
	min-height:100%;
    height: 100%;
    left: 0;
    position: fixed;
	background-position: bottom;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;
	margin: 0 auto; 
}





.alert_info {
	letter-spacing: 1.1px;
	text-align: left;
	/*background-color: #efffe5;*/
	color: #2f2f2f;
	line-height: 25px;
	padding: 12px;
	margin-bottom: 24px;
	border-radius: 10px;
	border: 1px solid #686b70;
	border-left: 5px solid #686b70;
	border-right: 5px solid #686b70;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}

.bg-badge {
	background: #4e5853 !important;
	font-size: 15px;
	color: #fff;
	border-radius: .56em !important;
}

.footer {
  padding: 7rem 0;
  font-family: "Noto Sans", sans-serif; }
  .footer .footer-site-logo {
    text-align: center;
    font-size: 2rem;
    font-weight: 900; }
    .footer .footer-site-logo a {
      color: #4200ff; }
  .footer .nav-links {
    padding: 0;
    margin: 0; }
    .footer .nav-links li {
      display: inline-block; }
      .footer .nav-links li a {
        padding: 10px;
        color: #000; }
        .footer .nav-links li a:hover {
          color: #4200ff; }
  .footer .social h3 {
    font-weight: bold;
    font-size: 18px;
    color: #000; }
  .footer .social ul li {
    display: inline-block; }
    .footer .social ul li a {
      display: inline-block;
      padding: 10px; }
    .footer .social ul li.in a {
      color: #df588a; }
    .footer .social ul li.tw a {
      color: #15b8ff; }
    .footer .social ul li.fb a {
      color: #3742d0; }
    .footer .social ul li.dr a {
      color: #fa38c1; }
    .footer .social ul li.pin a {
      color: #dd4d5a; }
  .footer .copyright {
    color: #999999; }

.page-header {
	margin-bottom: 20px;
	text-align: center;
	background: #232a34;
	margin-left: auto;
    margin-right: auto;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight:600 !important;
	/*width:50%;*/
	position: relative;
	box-shadow: 0 3px 0px 0px #2186eb !important;
	
}

.page-header h4 {
    font-size: 16px;
    padding: 6px;
    color:#f0f0f0;
}

.homes  .card { 
            border: 2px solid #2186eb;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            height: 300px; /* фиксированная высота для всех карточек */
        }
         
        .homes  .card-img-top {
            height: 60px;
            width: 60px;
            margin: 20px auto;
            object-fit: contain;
        }
       
        
        .homes  .card-body {
            display: flex;
            flex-direction: column;
            justify-content: space-between; /* равномерно распределяет элементы внутри карточки */
        }
       .homes  .card-text {
            flex-grow: 1; /* позволяет текстовому блоку занимать доступное пространство */
        }

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.wrapper {
	background: #f0f0f0;
	color: #000000;
	 margin-right: 0;
  margin-left: 0;
}

.stats-block i  {
	color: #4e5853;
}

.stats-border {
	background: #DCDCDC;
	border: #2186eb 2px solid;
	margin: 3px;
}

.btn-desk {
	background: #ab896f;
	color: #fff;
	font-size:15px;
	border-radius: .86em;
	margin-top: 8px;
}

.btn-desk:hover {
	background: #68665b;
	color: #cacaca;
}

.bg-theme {
	background: #232a34;
}

.bg-theme-table {
	background: #232a34 !important;
	color: #fff !important;
}

.btn-nav-theme {
	background: #0c8d04;
}


.btn-theme {
	color: #2186eb !important;
	border-radius:5px;
}


.btn-theme:hover {
	color: #fff;
	
}
 

.navbar {
	border-top-right-radius:1em;
	border-top-left-radius:1em;
}

.nav-link {
	color: #f9f9f9;
}

.blocklinks {
	position: relative;
}

.buylink {
	position: absolute; right: -5px; top: -5px;
	text-decoration:none;
	text-align:center;
	width: 22px;height: 22px;	
	font-size:18px;font-weight: bold;
	padding: 1px;
	border-radius: 4px;
	border: rgba(255,255,255,0.1) 1px solid;
	background: #ba3143;
	color: #fff !important;
}

.buylink span {
    font-size: 15px;
    top: -5px;
    position: relative;
}
.buylink:hover {
	background: #91cb55;
	color: #fff !important;
}

.linklist {
	padding: 3px 2px;
	width: 15%;
}

.linklist a{
	display:block;
	text-decoration:none;
	line-height:35px;
	font-size:14px;
	font-weight:400;
	text-align:center;
	border-radius: 5px;
}

.bylnklabel{
	display:block;
	width:100px;
	margin:0 auto;
	text-align:center;
	background: #669966;
	color:#ffffff;
	line-height:26px;
    border-radius: 10px;
}
.lnkrools{
	display:block;
	color:#666666;
	padding:10px;
}

   .knokfoot {
       position: relative;vertical-align: bottom;
       bottom: -0px;
       clear: both;
   }
   .knokfoot a{
       display: inline-block !important;
   }
   
   .leftbar {
	border-radius: 10px;
	background-color: #232a34 !important;
	display: block;
	margin-left: 16px;
	color: #000;
	border: 2px solid #2186eb !important;
}
.leftbar .menubar {
	border-radius: 1em;
}
.leftbar__menu {
	padding: 2px;
}
.leftbar__menu li {
	display: block;
}
.leftbar_head {
	font-weight: 700;
	text-transform:uppercase;
	padding: 5px 0 7px 14px;
}
.leftbar__menu li a {
	color: #fff;
	display: block;text-transform:uppercase;
	text-decoration: none;padding: 7px 5px;
	margin: 5px 5px;
	border-radius: 1.3em;
	background-color: #2186eb !important;
}

.leftbar__menu li a:hover {
	color: #fff;
	background-color: #ff7839 !important;
}


.leftbar__menu li a i {
	color: #fff;
	position: relative;
	margin-right: 5px;
	width: 32px;
	padding: 5px;
	text-align: center;
}

/*MENU V KABINE*/
.divide {
	border-top: 1px dashed rgba(70, 60, 50, 0.2);
}
.menu-title {
	padding: 5px 10px;
	color: #abc;
}

.menu2 {
	color: #abc;
	padding-left: 20px;
	font-size: 24px;
	font-weight:600;
	line-height: 28px;
	cursor: pointer;
}
.menu2 i {
	position: relative; margin-right: 15px;
}

.menub{
	width: 96.8%;margin: -3px; margin-left: 5px; 
	border-top: 1px dashed rgba(70, 60, 50, 0.2) !important;
	padding: 4px 5px 4px 5px; 
}
.topbar{
	padding: 5px;margin: 5px 5px 0;
}
.topbar__top {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.topbar__btns {
  margin-top: 15px;
}
.topbar__btn {
  margin: 0;
}
.topbar__bottom {
  text-align: center;
}
.topbar__balance {
	background-color: #FFFF99 !important;
	color: #000;
	padding: 5px;
	margin-bottom: 7px;
	border-radius: 8px;
	box-shadow: 0 3px 0px 0px #ac2a39 !important;
}
.topbar__balance p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.4em;
}
.topbar__balance p b{
	font-size: 26px;
	color: #000;
}

.topbar__bottom a {
	font-size: 12px;
	letter-spacing: .75px;
	color: #000;
	background: #2186eb !important;
	transition: color 0.2s ease;
}

.topbar__bottom a:hover {
	background: #ff6d3a !important;
	color: #fff;
}
.leftbar__menu li a {
	padding-left: 10px;
	position: relative;
	z-index: 2;
}

.leftbar__menu li a span {
	padding-right: 15px;
}

.menu2 {
	display: none;
}

@media only screen and (max-width: 791px) {
.content, .leftbar {
	width: 100%;
	float: none;
	margin: 0;
}
.menu__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
.menu2 {
	display: block;
}
html.min-menu .content {
	width: 100%;
	float: none;
	margin-left: 0;
}
html.min-menu .menu2 span {
	opacity: 1;
}
html.min-menu .leftbar {
	float: none;
	width: 100%;
}
html.min-menu .topbar {
	display: block;
}
html.min-menu .menu__wrapper {
	max-height: 1300px;
}
html.min-menu .leftbar__menu li a span {
	display: inline;
}
html.min-menu .leftbar_head {
	display: block;
}
html.min-menu .leftbar__menu li a:hover {
	width: 100%;
}
}
 .news-card {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background: #fff;
            transition: transform 0.3s ease;
        }
        .news-card:hover {
            transform: scale(1.02);
        }
        .news-header {
            position: relative;
            background-color: #003366;
        }
        .news-header img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .news-body {
            padding: 20px;
        }
        .news-body h5 {
            font-size: 1.25rem;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .news-body p {
            color: #6c757d;
        }
        .news-footer {
            background: #f7f7f7;
            border-top: 1px solid #ddd;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.9rem;
            color: #6c757d;
        }
        .news-footer .date {
            font-weight: bold;
            color: #495057;
        }
        .news-footer .views {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .news-footer .views svg {
            color: #007bff;
        }
        .btn-read-more {
            background: #007bff;
            color: white;
            border-radius: 20px;
            padding: 8px 20px;
            font-size: 0.9rem;
            font-weight: 600;
            transition: all 0.3s ease;
        }
		
		.btn-read-more a {
			color: #fff;
			text-decoration: none;
		}
        .btn-read-more:hover {
            background: #0056b3;
        }
                .avatar-container {
            position: relative;
            display: inline-block;
        }
        .avatar {
            border-radius: 50%;
			border: 3px solid #b89073;
            cursor: pointer;
			width: 70px;
			height: 70px;
			margin-top: -15px;
        }
        .change-avatar-icon {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 30px;
            height: 30px;
            background-color: #fff;
            border-radius: 50%;
            border: 2px solid #007bff;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
        .change-avatar-icon:hover {
            background-color: #e9ecef;
        }
        .hidden {
            display: none;
        }