:root {
  --swiper-theme-color: var(--purple);
}

.swiper {
  width: 100%;
  height: 300px;
}

.col-md-9 {
  /* -ms-flex: 0 0 75%;
  flex: 0 0 75%; */
  max-width: 100%;
}

.wrapper {
  padding: 30px;
  min-height: 100%;
}

.title {
  font-size: 30px;
  font-weight: 700;
  color: white;
  margin: 0 0 30px 0;
}

.image-slider {
  border-radius: 16px;
}

.image-slider__image {
  text-align: left;
  height: 100%;
}

.image-slider__image p {
  position: absolute;
  bottom: 60px;
  left: 20px;
  font-size: 14px;
  width: 100%;
  text-wrap: nowrap;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
  -webkit-text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

.image-slider__image h3 {
  position: absolute;
  bottom: 100px;
  left: 20px;
  font-family: "Unbounded";
  font-size: 28px;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 37%);
  -webkit-text-shadow: 1px 1px 2px rgb(0 0 0 / 37%);
}

.image-slider__image img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}

.image-slider .swiper-button-next::after,
.image-slider .swiper-button-prev::after {
  color: rgb(255 255 255 / 50%);
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: rgb(255 255 255);
}

.swiper-button-next:active::after,
.swiper-button-prev:active::after {
  transform: scale(0.8);
}

.swiper-button-next,
.swiper-button-prev {
  bottom: 20px !important;
  right: 20px !important;
  top: unset !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50%;
  border: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto !important;
  right: 60px !important;
}

.swiper-buttons {
  width: 80px;
  position: absolute;
  right: 20px;
  bottom: 18px;
  background: var(--bg-modal);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: 45px;
  z-index: 1;
  border-radius: 50px;
}

.image-slider .swiper-pagination {
  bottom: 10px !important;
  right: 10px !important;
  border-radius: 25px !important;
  width: 100% !important;
  height: 9px;
  line-height: 4px;
}

.image-slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  line-height: 20px;
  font-size: 14px;
  background-color: rgb(255 255 255 / 80%);
  border-radius: 7px;
  transition: width 0.15s linear;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
  width: 18px;
}

.swiper-pagination-bullet-active {
  width: 20px !important;
  transition: width 0.15s linear;
}

.image-slider .swiper-pagination-fraction {
  font-size: 20px;
  color: #fff;
}

.image-slider .swiper-pagination-progressbar-fill {
  background-color: rgb(255 255 255 / 15%) !important;
  border-radius: 25px !important;
}

.autoplay-progress {
  background-color: var(--bg-modal);
  color: var(--green);
  backdrop-filter: blur(40px);
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 3px;
  stroke: var(--green);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

@media (max-width: 768.9px) {
  .right-swiper__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 300px;
  }
}

@media (min-width: 769px) {
  .right-swiper__block {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 10px;
  }
}

.right-swiper__second {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.card.right-swiper__store {
  width: 70%;
}

.card.right-swiper__ds {
  width: 30%;
}

.right-swiper__online {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}

.card.right-swiper__site {
  width: 50%;
}

.card.right-swiper__server {
  width: 50%;
}

.card.right-swiper__sc,
.card.right-swiper__store,
.card.right-swiper__ds,
.card.right-swiper__site,
.card.right-swiper__server {
  display: flex;
  position: relative;
  height: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0 30px;
  font-family: "Unbounded";
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-custom);
  transition: 0.3s;
  border: 1px solid var(--bottom-line-table);
}

.card.right-swiper__sc:hover,
.card.right-swiper__store:hover,
.card.right-swiper__ds:hover,
.card.right-swiper__site:hover,
.card.right-swiper__server:hover {
  filter: brightness(115%);
  -webkit-filter: brightness(115%);
}

.card.right-swiper__site,
.card.right-swiper__server {
  cursor: default;
}

.card.right-swiper__ds {
  align-items: center;
}

.card.right-swiper__store {
  color: var(--money);
}

.card.right-swiper__sc img {
  position: absolute;
  right: -100px;
  height: auto;
  width: 100%;
  top: -25px;
  transform: scale(0.9);
}

.card.right-swiper__store img {
  position: absolute;
  right: -46px;
  height: auto;
  width: 80%;
  top: 20px;
  transform: scale(1.3);
}

.card.right-swiper__sc:before,
.card.right-swiper__store:before,
.card.right-swiper__ds:before,
.card.right-swiper__site:before,
.card.right-swiper__server:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(270deg, var(--text-custom), transparent);
  opacity: 0.2;
}

.card.right-swiper__store:before {
  background-image: linear-gradient(270deg, var(--money), transparent);
}

.card.right-swiper__ds:before {
  background-image: linear-gradient(270deg, #5865f2, transparent);
}

.card.right-swiper__site:before {
  background-image: linear-gradient(270deg, #19ff8c, transparent);
}

.card.right-swiper__server:before {
  background-image: linear-gradient(270deg, var(--purple), transparent);
}

.card.right-swiper__ds svg {
  width: 40px;
  height: auto;
  fill: #5865f2;
  transition: 0.5s ease-in-out;
}
.swipe-count-server {
  font-family: "Unbounded";
  font-size: 30px;
  color: var(--purple);
  font-weight: 700;
  margin-top: -3px;
}
.swipe-count {
  font-family: "Unbounded";
  font-size: 30px;
  color: var(--green);
  font-weight: 700;
  margin-top: -3px;
}

.card.right-swiper__ds:hover svg {
  transform: scale(1.3) rotateZ(360deg);
}

.right-swiper__site svg,
.right-swiper__server svg {
  position: absolute;
  width: 100px;
  height: auto;
  right: -21px;
  fill: var(--green);
  opacity: 0.1;
}

.right-swiper__server svg {
  fill: var(--purple);
}

.card .right-swiper__site,
.card .right-swiper__server {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.swipe-title__count,
.swipe-title__count-server {
  font-size: 16px;
  color: var(--green);
  font-weight: 700;
  opacity: 0.9;
  font-family: "SF Pro Display", sans-serif;
}

.swipe-title__count-server {
  color: var(--purple);
}

.swiper_action_svg {
  position: absolute;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(186 133 255);
  border-radius: 4px;
  left: 12px;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.swiper_btn svg {
  position: absolute;
  left: 20px;
  height: 8px;
  width: 8px;
  fill: white;
  transition: 0.3s ease-in-out;
}

.swiper_btn:hover svg {
  transform: rotate(45deg);
}

.swiper_btn:hover .swiper_action_svg {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  left: -12px;
}

.image-slider__image .swiper_btn {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  height: 41px;
  line-height: 41px;
  background: var(--purple);
  padding: 0 20px 0 45px;
  border-radius: 8px;
  color: var(--text-default);
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  cursor: pointer;
  overflow: hidden;
}

.swiper-slide {
  width: 100% !important;
}



.chat_open span {
  position: absolute;
  top: -10px;
  right: -10px;
  font-weight: 700;
  width: 25px;
  height: 25px;
  display: flex;
  border-radius: 50%;
  color: var(--span);
  border: solid 2px var(--span);
  font-size: 12px;
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
}
.chat_peoples {
  display: flex;
  gap: 5px;
  height: 25px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.chat_peoples .ava {
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  opacity: .6;
  transition: .5s;
  object-fit: cover;
}
.chat_peoples .ava:hover {
  opacity: 1;
}
.block-chat-back {
  background: var(--card);
  padding: 10px 10px 10px 10px;
  border-radius: 16px;
  height: max-content;
  position: relative;
}
.chat_footer_send {
  display: flex;
  background-color: var(--bg);
  padding: 10px;
  gap: 10px;
  border-radius: 6px;
  position: relative;
  align-items: center;
}
.chat_footer_send > form {
  width: 100%;
}
.chat_smile_btn {
  cursor: pointer;
  position: absolute;
  display: flex;
  right: 80px;
  height: 40px;
  transition: .5s;
  align-items: center;
  user-select: none;
}
.chat_smile_btn svg {
  fill: var(--text-custom);
  transition: .5s;
  width: 20px;
  height: 20px;
  user-select: none;
  z-index: 1;
}
.chat_smile_btn:hover svg {
  fill: var(--span);
}
.chat_menu_smile {
  opacity: 0;
  pointer-events: none;
  bottom: 0px;
  right: 10px;
  display: flex;
  position: absolute;
  width: 290px;
  flex-wrap: wrap;
  border-radius: 6px;
  padding: 10px;
  user-select: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: var(--card);
  transition: opacity 0.3s, bottom 0.3s;
}
.chat_menu_smile.active {
  opacity: 1;
  pointer-events: auto;
  bottom: 62px;
}
.chat_menu_smile .smiley_js {
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-size: 20px;
  opacity: .5;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat_menu_smile .smiley_js:hover {
  opacity: 1;
}
.block-chat-my {
  display: flex;
  gap: 15px;
  background-color: var(--card);
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 6px;
  align-items: center;
  position: relative;
}
.block-chat-my h5 {
  display: grid;
  gap: 5px;
}
.block-chat-my .block-chat-ava-my {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  opacity: .6;
  transition: .5s;
  object-fit: cover;
}
.block-chat-my .block-chat-ava-my:hover {
  opacity: 1;
}
.block-chat-my h5 div {
  font-size: 8px;
  color: var(--text-custom);
}
.onlines_mess div h4 {
  cursor: pointer;
  transition: .5s;
}
.onlines_mess div h4:hover {
  color: var(--span);
}
.block-chat-back > h2 {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#chat_main_content {
  padding: 10px;
  display: flex;
  width: 100%;
  gap: 5px;
  height: 368px;
  overflow: auto;
  border-radius: 6px;
  flex-direction: column;
}
#chat_main_content::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}
.chat_footer_send > button {
  cursor: pointer;
  height: 40px;
  border-radius: 6px;
  width: 40px;
  transition: .5s;
  background-color: var(--card);
  color: var(--text-custom);
}
.chat_footer_send > button > svg {
  transition: .5s;
  fill: var(--text-custom);
  width: 15px;
  height: 15px;
}

.chat_footer_send > button:hover svg {
  fill: var(--span);
}
.chat_line {
  font-weight: 700;
  color: var(--text-custom);
  font-size: 10px;
  display: flex;
  margin: 10px 5px;
  justify-content: space-between;
  align-items: center;
}
#chat_send_message > textarea {
  outline: 0;
  /* resize: vertical; */
  float: left;
  min-height: 40px;
  max-height: 100px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 6px;
  line-height: 1.5;
  padding: 9px 50px 9px 15px;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  background-color: var(--card);
  box-sizing: border-box;
  border: 0;
  color: var(--link-second-navbar-color);
  overflow-wrap: break-word;
}
[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
  color: var(--text-custom);
}
.chat_message {
  display: flex;
  justify-content: flex-start;
  background-color: var(--bg);
  border-radius: 6px;
}
.chat_message_my {
  display: flex;
  justify-content: flex-start;
  background-color: var(--bg);
  border-radius: 6px;
}
.chat_message .padding, .chat_message_my .padding {
  width: 100%;
  padding: 10px;
  background-color: var(--bg);
  border-radius: 10px;
  position: relative;
}
.chat_message div > a >  img, .chat_message_my div > a > img {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 6px;
  opacity: .6;
  transition: .5s;
  object-fit: cover;
}
.chat_message div > a > img, .chat_message_my div > a > img {
  float: left;
}
.chat_message div > a > img:hover, .chat_message_my div > a > img:hover {
  opacity: 1;
}
.chat_message .chat_info, .chat_message_my .chat_info {
  display: flex;
  gap: 5px;
}
.chat_message .chat_info {
  /* margin-left: 35px; */
}
.chat_message_my .chat_info {
}
.chat_message div > .chat_message_content {
  /* margin-left: 35px; */
  font-size: 12px;
  min-width: 200px;
  white-space: pre-line;
  overflow-wrap: anywhere;
  color: var(--text-custom);
}
.chat_message_my div > .chat_message_content {
  font-size: 10px;
  min-width: 200px;
  white-space: pre-line;
  overflow-wrap: anywhere;
  text-align: left;
  color: var(--text-custom);
}
.chat_message a:hover, .chat_message_my a:hover {
  color: var(--span);
}
.chat_message .chat_message_date, .chat_message_my .chat_message_date {
  display: flex;
  gap: 5px;
  font-size: 10px;
}
.chat_role {
  font-size: 11px;
}
.chat_nickname {
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
  color: var(--text-custom);
  transition: .5s;
  white-space: nowrap;
}
.chat_nickname:hover {
  color: var(--span);
}
.chat_message_date > stats {
  /* font-size: 8px; */
  opacity: .4;
}
.chat_message_date > .mention_chat {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: var(--grey); */
  /* border-radius: 4px; */
  width: 15px;
  height: 15px;
  /* padding: 3px; */
  cursor: pointer;
  transition: .5s;
  color: var(--text-custom);
}
.chat_message_date > .mention_chat:hover {
  fill: var(--span);
}
.chat_message_date > .del_chat {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  /* width: 15px; */
  /* height: 15px; */
  /* cursor: pointer; */
  /* transition: .5s; */
}

.chat_message_date > .del_chat:hover svg {
 fill: var(--span);
}

.del_chat svg{
  width: 10px;
  height: 10px;
  fill: var(--text-custom);
  transition: .5s;
}

#chat_profile {
  background-color: var(--bg);
  display: flex;
  padding: 10px;
  flex-direction: row;
  border-radius: 6px;
  position: relative;
}
#chat_profile > img {
  height: 30px;
  width: 30px;
  border-radius: 6px;
}
#chat_profile > .chat_profile_container {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat_profile_close {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.chat_profile_container > h4 {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.block-chat-my label {
  position: absolute;
  right: 0px;
  margin-right: 15px;
}
.chat_checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.chat_checkbox:disabled + .toggle-track {
  cursor: not-allowed;
  opacity: 0.7;
}
.toggle-track {
  background-color: var(--bg);
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 20px;
  position: relative;
  width: 40px;
  align-items: center;
}
.toggle-indicator {
  color: var(--bg);
  background-color: var(--span);
  border-radius: 6px;
  display: flex;
  position: absolute;
  transition: 0.25s;
}
.checkMark {
  fill: var(--text-custom);
  height: 20px;
  width: 20px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.chat_checkbox:checked + .toggle-track .toggle-indicator {
  color: var(--bg);
  background-color: var(--span);
  transform: translateX(20px);
}
.chat_checkbox:checked + .toggle-track .toggle-indicator .checkMark {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
label[for="chat_checkbox_call"] {
  display: flex;
  gap: 15px;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  align-items: center;
}
.margin-30-online {
  margin-left: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wbold {
  display: flex;
  background-color: var(--bg);
  height: 40px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .5s;
}
.wbold:hover {
  color: var(--bg);
  background-color: var(--span);
}
@media (min-width: 1075px) {
  .position-block-sticky {
      height: fit-content;
      position: sticky;
      top: 75px;
  }
}
.role-chat-my {
  position: absolute;
  font-size: 8px;
  right: 5px;
  bottom: -15px;
}
.modal_okno_chat {
  position: fixed;
  transform: translate(100%, -50%);
  z-index: 9999;
  padding: 0px 15px;
  transition: .5s;
  right: 0;
  top: 50%;
  max-height: 100%;
  width: 100%;
  max-width: 500px;
}
.modal_okno_chat.show {
  transform: translate(0%, -50%);
  transition: .5s;
}
.chat_background.show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: var(--bg-modal);
  backdrop-filter: blur(5px);
  opacity: 1;
}
.chat_background {
  transition: .5s all;
  opacity: 0;
  position: fixed;
}
.block-chat-info {
  display: flex;
  height: 60px;
  gap: 15px;
  z-index: 1;
  padding: 15px;
  border-radius: 6px;
  margin-right: 15px;
  font-size: 10px;
  border: solid 2px var(--span);
  background-color: var(--bg);
  position: absolute;
  justify-content: center;
  align-items: center;
}
.block-chat-info > a {
  color: var(--span);
}
.block-chat-info > svg {
  width: 40px;
  height: 40px;
  fill: var(--span);
}
.block-chat-online {
  display: flex;
  padding: 0px 5px;
  justify-content: space-between;
  align-items: center;
}
.margin-bottom-15px {
  margin-bottom: 15px;
}
.chat_open {
  background-color: var(--span);
  color: var(--bg);
  outline: none;
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  font-size: 20px;
  border-radius: 6px;
}
.chat_open svg {
  fill: var(--button);
  width: 20px;
  height: 20px;
}
.reload-mess {
  display: flex;
  height: 100%;
  color: var(--span);
  align-items: center;
  justify-content: center; 
}
.chat_no_msg {
  display: flex;
  height: 100%;
  color: red;
  align-items: center;
  justify-content: center;
}
.chat_message_content emoji {
  font-size: 15px;
}









.top-mons {
  background-color: #1a1a1a; /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ */
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.top-mons h3 {
  color: #fff; /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.top-users {
  display: flex;
  justify-content: space-between;
}

.top-users .user {
  text-align: center;
}

.top-users .user img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  margin-bottom: 5px;
}

.top-users .user p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}


.top-users-list{
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) { /* Для экранов с шириной до 768px */
  .top-users-list {
    flex-direction: column; /* Элементы будут выстраиваться в колонку */
    gap: 15px; /* Можно увеличить зазор между элементами */
  }
}

.block-top-chat{
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: flex-start;
}

.top-list-container {
  border-radius: 16px;
  margin-top: 10px;
  padding: 20px;
  width: 100%;
  background: var(--card);
}

.top-user-item {
  border-radius: 20px;
  width: 100%;
  padding: 10px;
  background: var(--bg);
  border: 2px solid var(--bottom-line-table);
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}

.top-user-avatar img {
  border-radius: 10px;
  height: 40px;
  width: 40px;
}

.quest-list-header {
  color: var(--text-custom);
  padding: 0px 10px 10px 0px;
}

.top-user-name {
  font-weight: 500;
}

.nick-chat-role {
  display: flex;
  flex-direction: column;
}

.chat-flex {
  gap: 10px;
  display: flex;
}

.top-user-rank {
  padding: 5px;
  text-align: center;
  border-radius: 100%;
  background: var(--card);
  width: 2rem;
}