#tablesr .toggle {
  cursor: pointer;
  display: block;
  margin: 6px 0 10px;
  text-align: center;
  color:#b8b8b8; font: 13px Verdana; margin:3px 0;
  font-family : Verdana, Arial, Verdana, Arial, Helvetica, Tahoma, Verdana, sans-serif;
  
  
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: background .2s;
}
#tablesr .toggle:hover {
  background: #f0f0f0;
}

  /* сетка значков */
  #tablesr .badges-grid{font-size:0}
  #tablesr .badge{display:inline-block;width:100px;height:100px;margin:4px;vertical-align:top}
  #tablesr .badge img{display:block;width:100%;height:100%}

  /* кнопка переключатель */
  #tablesr .toggle{cursor:pointer;display:block;margin:6px 0 10px;text-align:center}
  #tablesr .toggle b{font-weight:700}

  /* плавное раскрытие (управляется JS высотой) */
  #tablesr .collapsible{overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px)}
  
  
  
.btn {
  width: 72px;
  height: 26px;
  background: url('/img/gov02.png') no-repeat center center;
    background-size: cover;
  text-align: center;       
  line-height: 30px;        /* ^ чуть больше высоты блока — текст опустится */
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  color: #fff;
  position: absolute;
}

/* позиционирование через класс */
.pos1 { top: 140px; left: 1px; }
.pos2 { top: 140px; left: 80px; }
.pos3 { top: 140px; left: 160px; }



.desab {
  filter: grayscale(70%);
  opacity: 0.5; /* от 0 до 1 */
  animation: heartbeat 1.5s infinite;
}

/* Анимация сердцебиения */
@keyframes heartbeat {
  0%   { transform: scale(1); }
  25%  { transform: scale(1.1); }
  40%  { transform: scale(0.95); }
  60%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}






.weaponchdis{
font-family : Verdana, Arial, Verdana, Arial, Helvetica, Tahoma, Verdana, sans-serif;
	text-decoration : none;
	color : #999999;
	font-size : 11px;
}
.castle-img-wrap {
  position: relative;
  display: inline-block;
}

.mw-five-years {
  position: absolute;
  top: 10px; 
  right: 10px;
  width: 150px;
  height: 150px;
  z-index: 1;
  opacity: 0;
  animation: mwFadeIn 0.8s ease-out forwards;
}

.mw-five-years img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

@keyframes mwFadeIn {
  from { transform: translateY(-15px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

@media (min-width:1200px){
  .mw-five-years{width:150px;height:150px;top:12px;right:12px;}
}
@media (max-width:1199px) and (min-width:768px){
  .mw-five-years{width:130px;height:130px;top:8px;right:8px;}
}
@media (max-width:767px){
  .mw-five-years{width:100px;height:100px;top:5px;right:5px;}
}

.topclan-info {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  color: #333;
  text-align: left;
  line-height: 1.4;
}

.topclan-title {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 13px;
}

.topclan-desc {
  font-size: 12px;
}