.col-lg-3,
.col-md-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.right-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: hsla(240, 7%, 12%, 0.88);
  padding: 25px 10px;
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  background-clip: border-box;
  border-bottom: 7px solid rgba(85, 122, 149, 0.2);
  border-radius: 0.25rem;
}

.right-blocks {
  background: hsla(240, 7%, 12%, 0.88);
  padding: 15px;
  border-bottom: 7px solid rgba(85, 122, 149, 0.2);
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 7px;
}

span.vk-btn {
  width: 43px;
  height: 20px;
  background: url(../icons/vkr.png) no-repeat;
  display: block;
}

#share-popup .social .vk span {
  background-position: -40px -20px;
}

#share-popup .social .vk:hover span {
  background-position: -40px 0;
}

.n-m {
  text-align: center;
  font-size: 14px;
  color: #5ab9ea;
  font-weight: 600;
  border-bottom: 1px solid #eef3fa;
  padding: 5px 0 15px;
}
.n-msa {
  text-align: center;
  font-size: 14px;
  color: #5ab9ea;
  font-weight: 600;
  padding: 5px 0 15px;
}

.server_name {
  font-size: 14px;
  color: #17a2b8;
  display: -webkit-inline-box;
  text-transform: uppercase;
}

.server_name a {
  color: #17a2b8;
  font-weight: 700;
}

.server_name a:hover {
  text-decoration: none;
  color: #6CDAEE;
}

.server_players {
  display: flex;
  font-size: 12px;
  color: #A4B3BA;
}

.server.online {
  margin-bottom: 5px;
  margin-top: 10px;
}

.server.online:after {
  content: "";
  border-bottom: 1px solid #d9e4f3;
  display: flex;
  margin-top: 15px;
  width: 100%;
}

.server.online.not-hr:after {
  content: "";
  border-bottom: 1px solid #fff;
  display: flex;
  margin-top: 15px;
  width: 100%;
}

.rating_votes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}

.rating_votes-element {
  display: flex;
}

.rating_votes-hotmc {
  height: 70px;
  width: 70px;
}

.last_rates_box > .item {
  font-size: 15px;
  line-height: 23px;
  padding: 5px;
  border-radius: 2px;
  transition: opacity 0.3s ease;
  font-weight: 400;
  text-shadow: none;
}

.last_rates_box.margin {
  margin-bottom: 5px;
}

.last_rates_box > .item:nth-child(even) {
  background-color: #eee;
}

.last_rates_box > .item:nth-child(2) {
}

.last_rates_box > .item:nth-child(3) {
}

.last_rates_box > .item:nth-child(4) {
}

.last_rates_box > .item:nth-child(5) {
}

.last_rates_box:hover > .item {
  opacity: 1 !important;
}

.last_rates_box > .item a {
  color: #007bff;
  font-size: 15px;
  line-height: 15px;
}

.last_rates_box .pl_head {
  display: block;
  float: left;
  margin: 2px;
}

.last_rates_box .pl_head img {
  display: block;
  width: 39px;
  border: 2px solid #007bff;
  border-radius: 50%;
}

.last_rates_box > .item > .info {
  margin-left: 50px;
}

.itemicon {
  width: 32px;
  height: 32px;
  vertical-align: -13px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.info {
  text-align: left;
  white-space: nowrap;
  margin: 0px 5px 0px 5px;
  overflow: hidden;
}

.img.info {
  display: inline-block;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  background: url(../images/info-mini.png) no-repeat;
}

.opacity:hover {
  opacity: 0.6;
}

.uploadedfile .info {
  text-align: left;
  white-space: nowrap;
  margin: 0 5px;
  overflow: hidden;
}

.golos-mine {
  display: flow-root;
}

input#loginname {
  color: #555758;
  font-size: 14px;
  background: #e7eef6;
  border-bottom: 1px solid #fff;
  border: none;
  padding: 15px;
  max-width: 225px;
  border-radius: 3px;
  font-weight: 600;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
  outline: none;
}


input#loginpassword {
  color: #555758;
  font-size: 14px;
  background: #e7eef6;
  border-bottom: 1px solid #fff;
  border: none;
  padding: 15px;
  max-width: 225px;
  border-radius: 3px;
  font-weight: 600;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
  outline: none;
}

::-webkit-input-placeholder {
  color: #b7bcc2;
}

::-moz-placeholder {
  color: #b7bcc2;
}

:-ms-input-placeholder {
  color: #b7bcc2;
}

:-moz-placeholder {
  color: #b7bcc2;
}

@media (min-width: 360px) and (max-width: 575px) {
  input#loginname {
    min-width: 100%;
  }

  input#loginpassword {
    min-width: 100%;
  }

}


@media (min-width: 576px) and (max-width: 991px) {
  input#loginname {
    min-width: 100%;
  }

  input#loginpassword {
    min-width: 480px;
  }

}

@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

}

@media (min-width: 992px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

}

@media (max-width: 1199.98px) {
  input#loginname {
    max-width: 180px;
  }

  input#loginpassword {
    max-width: 180px;
  }

}

/* Стили для топ модулей */
.top-section {
  margin-bottom: 15px;
  text-align: center;
}

.top-section h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(90, 185, 234, 0.2);
  text-align: center;
}

.top-player-item {
  padding: 8px 5px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.top-player-item:hover {
  background-color: rgba(90, 185, 234, 0.1);
}

.top-player-item .position {
  min-width: 30px;
  font-weight: 600;
  margin-right: 8px;
}

.top-player-item .player-avatar {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  flex-shrink: 0;
}

.top-player-item .player-info {
  text-align: center;
  flex: 1;
}

.top-player-item .player-name {
  font-weight: 500;
  color: #fff;
  font-size: 13px;
}

.top-player-item small {
  font-size: 11px;
  color: #A4B3BA !important;
}

.top-voters-content,
.top-rich-content {
  padding: 5px 0;
  text-align: center;
}