.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.flex_modules {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(147px, 1fr));
  margin-bottom: 20px;
}

.last_activity_info {
  padding: 15px;
  border-radius: 11px;
  display: flex;
  background: linear-gradient(24deg, #4cd99524 30%, #38654f3b 100%);
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}

.last_activity_info i{
  border-radius: 10px;
  font-size: 30px;
  color: #6dbf97;
}

.icon_age {
  width: 42px;
  height: 42px;
  min-width: 42px;
  /* background: linear-gradient(34deg, #bd4141 0%, #fd5656 55%); */
  border-radius: 11px;
  display: flex;
  padding-left: 3px;
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
  font-size: 13px;
  align-items: center;
  justify-content: center;
}

.text_age {
  font-weight: 600;
  font-size: 12.5px;
}

.text_age_second {
  font-weight: 600;
  color: #727285;
  font-size: 11.5px;
}

.age_block {
  display: flex;
  margin-bottom: 20px;
  gap: 5px;
  align-items: center;
  border-radius: 15px;
  padding: 12px;
  border: solid 1px #41414f;
}

.bottom_nav_title {font-weight: 600;font-size: 15px;}

.interaction_mess {
  display: flex;
  gap: 10px;
  width: 120px;
  flex-direction: row-reverse;
}

.circle_mini_sortion {
  width: 26px;
  margin-left: -9px;
  margin-right: 9px;
  position: absolute;
  left: 30px;
  height: 26px;
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
}

.circle_sortion {
  width: 48px;
  margin-left: 0px;
  margin-right: 9px;
  height: 48px;
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 3s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.circle_rules {
 animation: animate_reduce 2s infinite;
 width: 26px;
 transition: 0.2s;
 height: 26px;
 background: #4bd09026;
 border-radius: 50px;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}

.circle_rules:hover {
 opacity: 0.7;
}

@keyframes animate_reduce {
	0% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	50% {
		transform: scale3d(0.95, 0.95, 0.95);
	}
	100% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
}

.circle_rules i{
  width: 16px;
  height: 16px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  text-shadow: #000000d4 1px 0 7px;
  border-radius: 50px;
  font-size: 9px;
  color: #f3fffd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rules_chat {
  background: #464b5e;
  display: flex;
  gap: 9px;
  font-weight: 600;
  padding: 0px 11px 0px 16px;
  color: #7d849c;
  font-size: 10.5px;
  border-radius: 9px;
  align-items: center;
}

.your_balance {
  color: #60667f;
  font-size: 10.5px;
  margin-left: -1px;
}

.flex_us {
  display: flex;
  border-bottom: solid 1px #424251;
  padding-bottom: 10px;
  gap: 7px;
  margin-bottom: 10px;
}

.online_us {
    display: flex;
    border-radius: 12px;
    gap: 11px;
    transition: 0.2s;
    align-items: center;
    width: 100%;
}

.online_us .list_online{
    display: none;
}

.online_us i{
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #5c5c71 0, #3f3f4d 100%));
    text-shadow: #00000075 1px 0 10px;
    width: 36px;
    height: 36px;
    display: flex;
    color: #808097;
    border-radius: 9px;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

.online_us_all {
  display: flex;
  background: #383846;
  padding: 0px 11px;
  margin-top: 15px;
  height: 54px;
  border-radius: 10px;
  transition: .2s all;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.online_us_all:hover .today_online {
  background: #5b5b6e;
  color: #ffffff;
}

.online_us_all:hover {
    background: #3c3c4b;
}

.online_us_all i{
    width: 34px;
    height: 34px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #535368 0, #515166a6 100%));
    text-shadow: #00000075 1px 0 10px;
    border-radius: 50px;
    display: flex;
    color: #7e7e99;
    margin-right: 11px;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

.btn_users_chat {
  background: #4d5062;
  padding: 1px 9px;
  font-size: 8.5px;
  font-weight: 600;
  color: #878a9a;
  transition: 0.2s;
  border-radius: 50px;
}

.btn_users_chat:hover {
  background: #5b5e73;
  color: #ffffff;
  font-size: 8.5px;
}

.login_share_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  top: -2px;
  margin-bottom: 3px;
}

.share_login {
  border: none;
  background: #44485900;
  font-size: 10.5px;
  display: none;
  color: #6e748f;
  border-radius: 50px;
  font-weight: 600;
  position: relative;
  animation: 0.3s show ease;
}

.share_login:hover {
  color: #ffffff;
}

.head_chat_block {
  border-radius: 50px;
  display: flex;
  background: #1f2027;
  padding: 1px 10px 1px 7px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}

.sb_title {
  font-weight: 600;
  color: #fff;
}

.sb_description {
  display: flex;
  color: #ffffffcc;
  font-weight: 600;
  width: 89px;
  background: linear-gradient(23deg, #49cb8c1f 0%, #49cb8c00 55%);
  font-size: 10.5px;
  transition: .2s all;
  background-color: #4acc8e1c;
  gap: 5px;
  padding: 0px 4px;
  border-radius: 50px;
  height: 23px;
  margin-bottom: -2px;
  align-items: center;
}

.sb_description i{
  display: flex;
  color: #ffffff !important;
  font-weight: 600;
  background: #4ee59c42 !important;
  font-size: 10px !important;
  right: 0px !important;
  transition: .3s all;
  border: none !important;
  top: 0px !important;
  width: 15px !important;
  border-radius: 50px;
  height: 15px !important;
}

.small_menu_navigation {
  display: flex;
  gap: 6px;
  flex-direction: column;
}

.btn_long_nav {
  width: 32px;
  border-radius: 50px;
  display: flex;
  background: #48c5892b;
  transition: 0.2s;
  border: solid 1px #48c58954;
  height: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #5dba8d;
  align-items: center;
  justify-content: center;
}

.btn_long_nav:hover {
    color: #ffffff;
    border: solid 1px #398e66;
    background: #398e66;
}

.btn_menu_nav i{width: 35px;transition: all 0.2s;height: 35px;background: #3b3e52;font-size: 16px;display: flex;color: #73789a;border-radius: 10px;align-items: center;justify-content: center;}

.btn_menu_nav {
  border-radius: 10px;
  background: #32354700;
  padding: 9px 10px;
  display: flex;
  gap: 10px;
  transition: 0.2s;
  font-weight: bold;
  font-size: 12px;
  color: #5c6181;
  align-items: center;
}

.btn_menu_nav:hover {
  background: #36394c;
  color: #ffffff;
}

.btn_menu_nav:hover i{
  color: #ffffff;
  background: #494d66;
}

.btn_menu_privilegi .bx-star{
  width: 35px;
  transition: all 0.2s;
  height: 35px;
  background: linear-gradient(23deg, #466964 0%, #6b8884 55%);
  /* background: linear-gradient(23deg, #faa455 0%, #e0a874 55%); */
  font-size: 16px;
  display: flex;
  color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.btn_menu_privilegi {
  border-radius: 12px;
  padding: 10px 11px;
  display: flex;
  background: linear-gradient(24deg, #6687824a 0%, #404357 55%);
  gap: 10px;
  transition: 0.2s;
  font-weight: bold;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
}

.btn_menu_privilegi .bx-chevron-right{
    color: #969ac2;
    transition: 0.2s;
    background: #535672;
    padding-top: 1px;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_menu_privilegi:hover .bx-chevron-right{
   /* box-shadow: 0px 0px 20px #6b8884; */
   color: #ffffff;
   background: #6b8884;
   transform: rotate(180deg);
}

.sdg_online {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#top_users {
    display: flex;
    gap: 10px;
    flex-direction: column;
}


.bx-chevron-down {
    position: absolute;
    top: 100%;
    right: 7px;
    color: #8686a3;
    margin-right: 0px;
    border: solid 3px #212129;
    padding: 2px;
    border-radius: 50%;
    background: #424254;
    z-index: 1;
    font-size: 12px;
}

.profile-info {
    background: #ffffff00;
    padding: 0px;
    border-radius: 15px;
    margin-bottom: -7px;
}

.profile-info1 {display: flex;flex-direction: column;border-radius: 18px;width: 100%;gap: 5px;}

.profile-info2 {
    background: #ffffff00;
    padding: 0px;
    border-radius: 15px;
    margin-bottom: -7px;
    width: 100%;
}

.profile-block-info {
    display: flex;
    padding-bottom: 7px;
    width: 100%;
    line-height: 18px;
    margin-bottom: 2px;
    gap: 10px;
    align-items: center;
}

.profile-block-info i{
    display: flex;
    font-size: 17px;
    align-items: center;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    justify-content: center;
    background: #4cdc9524;
    color: #59bf8c;
}

.profile-block-info img{
    height: 15px;
    width: 15px;
    border-radius: 10px;
}

.opisanie_privilegii {
    background: #282b36;
    padding: 20px 20px;
    border-radius: 12px;
    font-size: 10.6px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.name_privilegii {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    margin-left: 1px;
}

.block-profile {
    border-radius: 18px;
    padding: 15px 15px 26px;
    margin-bottom: 77px;
    display: flex;
    background: #18233a;
}

.block-profile-stena {
    border-radius: 18px;
    display: flex;
    margin-top: 10px;
    flex-direction: column;
}

.profile_forum {
  border-radius: 13px;
  height: 100%;
  border: solid 1px #26324d;
  margin-left: 15px;
  padding: 15px 30px;
}

.profile_right_b {
  background: #272f4200;
  border-radius: 13px;
  height: 100%;
  width: 80%;
}

.access, .container-oplata, .epic, .legendary, .nice, .normal, .secret {
    align-items: center;
    -webkit-box-sizing: border-box;
    cursor: default;
    display: flex;
    height: 50px;
    margin-bottom: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s ease-out;
    width: 100%;
}

.textContainer-oplata {
    -webkit-box-flex: 1;
    display: flex;
    -ms-flex: 1;
    font-size: 11px;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
}

.access, .container-oplata, .epic, .legendary, .nice, .normal, .secret {
    align-items: center;
    -webkit-box-sizing: border-box;
    cursor: default;
    display: flex;
    height: 50px;
    margin-bottom: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s ease-out;
    width: 100%;
}

.secret {
    background: linear-gradient(90deg,#5ff96245,rgba(28,31,34,0));
    border-left: 3px solid #5ff962;
}

.legendary {
    background: linear-gradient(270deg,#fcc47017,rgb(38 41 52 / 0%));
}

.access, .container-oplata, .epic, .legendary, .nice, .normal, .secret {
    align-items: center;
    -webkit-box-sizing: border-box;
    cursor: default;
    display: flex;
    height: 50px;
    margin-bottom: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s ease-out;
    width: 100%;
}

.access, .container-oplata, .epic, .legendary, .nice, .normal, .secret {
    align-items: center;
    -webkit-box-sizing: border-box;
    cursor: default;
    display: flex;
    height: 50px;
    margin-bottom: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s ease-out;
    width: 100%;
}

.access, .container-oplata, .epic, .legendary, .nice, .normal, .secret {
    align-items: center;
    -webkit-box-sizing: border-box;
    cursor: default;
    display: flex;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s ease-out;
    width: 100%;
}

.normal {
    background: linear-gradient(270deg,#4d96ff12,rgba(28,31,34,0));
}

.nice {
    background: linear-gradient(270deg,#7e62f824,rgba(28,31,34,0));
}

.epic {
    background: linear-gradient(270deg,#5ff9620f,rgba(28,31,34,0));
}

.sobitia-block {
    display: flex;
    padding: 0px;
    background: #1e263800;
    /* padding: 15px; */
    flex-wrap: nowrap;
    margin-bottom: 50px;
    border-radius: 15px;
}

.line_h1 {
    width: 43px;
}

.line_block {
    padding: 0px;
    background: #fff0;
    display: flex;
    margin-bottom: 20px;
    border-radius: 15px;
    flex-direction: column-reverse;
}

.sobitia-left {
    width: 70%;
    margin-right: 30px;
    margin-bottom: 0px;
    height: 290px;
    border-radius: 15px;
}

.online-right {
    background: #fff0;
    width: 48%;
    padding: 0px;
    height: 261px;
    margin-bottom: 0px;
    border-radius: 15px;
}

#timeline {
    list-style: none;
    padding-left: 30px;
    float: left;
    height: 140px;
    border-left: 2px solid #2c3040;
}

#timeline li {
    margin: 40px 0;
    position: relative;
}

#timeline p {
    margin: 0 0 15px;
}

.purse-button-mobile {
    display: none;
}

.circle {
    margin-top: -10px;
    top: -16px;
    left: -35px;
    width: 8px;
    height: 8px;
    background: #2c3040;
    border: 2px solid #ddac64;
    border-radius: 50%;
    display: block;
    position: absolute;
}

.fa-bell:before {
    content: "\f0f3";
    color: #3330;
    transition: 0.2s;
    font-size: 16px;
    background: #f5f6f9;
    padding: 11px;
    cursor: pointer;
    top: 21px;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    font-weight: 400;
}

.blockprofile {
    width: 0px;
    border-radius: 0px;
    padding: 14px 0px 0px 0px;
    background: #d16c6c00;
    height: 30px;
    margin-top: 6px;
    position: relative;
    top: 8px;
    transition: 0.2s;
}

.blockprofile:hover {
    opacity: 0.7;
}

label {
    font-size: 1.3em;
    position: absolute;
    cursor: pointer;
    top: 20px;
    transition: transform 0.2s linear;
}

.container-buttons {
    display: flex;
    position: relative;
    justify-content: flex-end;
    width: 100%;
}

.container-buttons-card {
	    display: flex;
	    gap: 7px;
	    position: relative;
	    width: 55%;
	    justify-content: flex-end;
}

#bubble-1 {
    font-size: 16px;
    font-family: Verdana, sans-serif;
    line-height: 30px;
    height: 140px;
    padding: 20px 10px;
}

.balance-left-purse {
    height: 200px;
    padding: 20px 25px;
    background-size: cover !important;
    display: flex;
    padding-top: 6px;
    background: linear-gradient(16deg, #688f8a59 0%, #688f8a2e 65%);
    border-radius: 20px;
    justify-content: space-between;
}

.balance-left-purse i {
    font-size: 50px;
    position: relative;
    color: #b5f9d8;
    top: 12px;
}

.front i {
	font-size: 50px;
	position: relative;
	color: #b5f9d8;
	top: 12px;
}
.skidka-right {
    height: 48px;
    background: linear-gradient(208deg, #3e3e4b 0%, #343440 55%);
    padding: 0px 15px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}

.h1reg {
    font-weight: bold;
    position: relative;
    font-size: 20px;
}

.h2reg {
    font-weight: 600;
    position: relative;
    font-size: 10.5px;
    color: #ffffff;
}

.h1_purse {
    font-weight: bold;
    position: relative;
    font-size: 22px;
}

.h2_purse {
    font-weight: 600;
    position: relative;
    font-size: 12px;
    color: #ffffff;
    margin-top: 2px;
}

.razblokirovat {
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    font-weight: 600;
    height: 40px;
    border-radius: 10px;
    font-size: 11px;
    margin-bottom: -8px;
    margin-top: -7px;
    transition: .2s all;
    cursor: pointer;
    margin-left: 11px;
    position: relative;
    background: #5bab63;
}

.razblokirovat:hover {
    border: none;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 600;
    height: 40px;
    border-radius: 10px;
    font-size: 11px;
    transition: .2s all;
    cursor: pointer;
    margin-left: 11px;
    position: relative;
    background: #47874d;
}

.zablokirovat {
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    font-weight: 600;
    height: 40px;
    border-radius: 10px;
    font-size: 11px;
    margin-bottom: -8px;
    margin-top: -7px;
    transition: .2s all;
    cursor: pointer;
    margin-left: 11px;
    position: relative;
    background: #bf5a5a;
}

.zablokirovat:hover {
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    font-weight: 600;
    height: 40px;
    border-radius: 10px;
    font-size: 11px;
    margin-bottom: -8px;
    margin-top: -7px;
    transition: .2s all;
    cursor: pointer;
    margin-left: 11px;
    position: relative;
    background: #9c4444;
}

.block-user {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 13px;
    height: 55px;
    background: #212531;
    margin-bottom: 9px;
    padding: 15px;
}

.scroll-friends {
    padding: 0;
    height: 201px;
    background: #fff0;
    overflow: auto;
}

.name_friend {
    position: relative;
    top: 3px;
}

.chat-button {
    background: #313b50;
    padding: 10px;
    height: 35px;
    line-height: 16px;
    font-size: 15px;
    top: 2px;
    color: #586174;
    position: relative;
    float: right;
    margin-left: auto;
    border-radius: 10px;
}

.chat-button:hover {
    background: #384258;
    padding: 10px;
    height: 35px;
    box-shadow: 0px 5px 10px #0e101414;
    top: 2px;
    position: relative;
    line-height: 16px;
    color: #d7dae0;
    font-size: 15px;
    float: right;
    margin-left: 108px;
    border-radius: 10px;
}

.profile-button-mess {
	     color: #ffffffbf;
	     font-weight: bold;
	     height: 42px;
	     border-radius: 10px;
	     background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
	     text-shadow: #000000d4 1px 0 10px;
	     width: 42px;
	     font-size: 17px;
	     display: flex;
	     letter-spacing: 1px;
	     transition: .2s all;
	     cursor: pointer;
	     align-items: center;
	     justify-content: center;
}

.profile-button-mess:hover {
	     opacity: 0.7;
			     color: #ffffffbf;
}

.profile-button {
       color: #7a7a90 !important;
       font-weight: bold;
       height: 42px;
       border-radius: 9px;
       font-size: 11px;
       padding: 0px 15px;
       display: flex;
       transition: .2s all;
       background: #373744;
       align-items: center;
       justify-content: center;
}

.profile-button:hover {background: #424252;color: #ffff !important;}

.profile-settingss {
    color: #ffffffbf;
    font-weight: bold;
    height: 42px;
    border-radius: 9px;
    padding: 0px 20px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
    text-shadow: #000000d4 1px 0 10px;
    font-size: 10px;
    display: flex;
    letter-spacing: 1px;
    transition: .2s all;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.profile-settingss:hover {
    color: #ffffff;
    opacity: 0.7;
}

.zablock {
    font-weight: 600;
    color: #ff7a70;
    border-radius: 10px;
    font-size: 16px;
    transition: .2s all;
    border: solid 1px #ff665a4f;
    width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
    z-index: 1;
    background: #ff605429;
    align-items: center;
    justify-content: center;
}

.zablock:hover {
background: #ff6b60;
	 color: #ffffff;
	 border: solid 1px #ff6b60;
}

.razblock {
   color: #95d8c3;
   font-weight: 600;
   border-radius: 10px;
   font-size: 16px;
   transition: .2s all;
   width: 40px;
   border: solid 1px #56957996;
   height: 40px;
   display: flex;
   cursor: pointer;
   z-index: 1;
   background: #56957961;
   align-items: center;
   justify-content: center;
}

.razblock:hover {
    color: #ffffff;
	background: #569579;
	border: solid 1px #569579;
}

.bottom-button {
    border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 11px;
    font-size: 11px;
    padding: 14px 20px;
    transition: .2s all;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    background: #373744;
}

.bottom-button:hover {
    color: #ffffff;
    background: #3f3f4d;
}

.bottom-button:hover .price_btn {
    background: #37a770;
    color: #ffffff;
}

.user-button-check {
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    font-weight: 600;
    border-radius: 9px;
    margin-right: 8px;
    font-size: 15px;
    transition: .2s all;
    background: #1d9d64;
    align-items: center;
    justify-content: center;
}

.user-button-check:hover {
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    font-weight: 600;
    border-radius: 9px;
    font-size: 15px;
        margin-right: 8px;
    transition: .2s all;
    background: #158352;
    align-items: center;
    justify-content: center;
}

.user-button-check1 {
    border: none;
    display: flex;
    font-weight: 600;
    border-bottom: dashed 1px #7f7f95a3;
    color: #7f7f95 !important;
    font-size: 11px;
    transition: .2s all;
    align-items: center;
    justify-content: center;
}

.user-button-check1:hover {
    border-bottom: dashed 1px #ffffffb5;
    color: #ffffff !important;
}

.user-button {
   border: none;
   display: flex;
   font-weight: 600;
   border-bottom: dashed 1px #ffffff96;
   font-size: 11px;
   transition: .2s all;
   align-items: center;
   justify-content: center;
}

.user-button:hover {
 opacity: 0.6;
}

.block_head {
	font-size: 13px;
	font-weight: 600;
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	background: linear-gradient(1deg, #3a3a4678 30%, #3a3a46 100%);
	color: #60667f;
	border-radius: 14px;
	padding: 10px;
	align-items: center;
}

.block_head i{
	font-size: 16px;
	width: 38px;
	height: 38px;
	display: flex;
	background: linear-gradient(31deg, #4a4a58b5 30%, #4e4e5d 100%);
	color: #78788b;
	border-radius: 11px;
	align-items: center;
	justify-content: center;
}

.user_info {
    font-weight: 600;
    font-size: 12px;
    position: relative;
    border-radius: 50px;
}

.user_infoq {
    background: #ffffff00;
    padding: 0px;
    position: relative;
    top: 20px;
    float: left;
    display: flex;
    margin-right: 115px;
    align-items: flex-start;
}

.fire {
    width: 21px;
    position: absolute;
    margin-right: 6.6px;
    bottom: 1px;
    left: 28px;
    margin-bottom: -4px;
}

.nav_slider {
    margin: 0px;
    border-radius: 15px;
    margin-left: -18px;
    height: 130px;
}

.slick-track {
    position: relative;
    top: 0;
    padding: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.smiless {
    width: 160px;
    float: right;
    display: block;
    margin-right: -15px;
}

.smiless_block {
    height: 315px;
    border-radius: 15px;
    background: #212531;
    padding: 24px 16px;
    margin-bottom: 30px;
}

.smileimg {
    width: 20px;
}

.logol {
    opacity: 1;
    transition: .2s all;
}

.logol .logo_o {
    opacity: 1;
    transition: .2s all;
    transition: transform .7s ease-in-out;
}

.logol:hover {
    transition: .4s all;
}

.logol:hover .logo_o {
    transition: .4s all;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.textlogo {
    float: left;
    color: #191919;
    font-size: 18px;
    width: 55px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 24px;
    position: relative;
}

.textcenter {
    color: #4887f9;
    display: inline-block;
    font-size: 19px;
    font-family: sans-serif;
}

.maxmin {
    color: #5e6270;
    font-size: 10.1px;
    line-height: 13px;
    display: block;
    text-align: center;
}

.intro__online-icon {
    width: 35px;
    margin-bottom: -8px;
    animation: blinker 2s linear infinite;
    display: block;
    position: relative;
    top: -4px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.podmesto {
    margin-left: 3px;
    display: block;
}

.push_name {
    position: relative;
    top: 63px;
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

.push_predname {
    font-size: 10.2px;
    line-height: 11px;
    color: #ffff;
    font-weight: 500;
    position: relative;
    top: 24px;
}

.push {
    display: block;
    width: 95%;
    opacity: 1;
    padding: 10px;
    height: 121px;
    cursor: pointer;
    transition: .2s all;
    border-radius: 15px;
    background: #ffffff;
}

.onlinefull {
    display: block;
    width: 128px;
    padding: 10px;
    height: 121px;
    float: right;
    position: relative;
    margin-bottom: -125px;
    top: -121px;
    border-radius: 15px;
    background: #212531;
}

.push:hover {
    display: block;
    width: 95%;
    padding: 10px;
    opacity: 0.8;
    transition: .2s all;
    height: 121px;
    cursor: pointer;
    border-radius: 15px;
}

.dropbtn {
    color: #ffffff;
    background: linear-gradient(9deg, #3e5c58 0%, #698681 55%);
    border-radius: 12px;
    font-size: 9px;
    font-weight: 600;
    height: 45px;
    width: 45px;
    border: none;
    transition: 0.2s;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
 opacity: 0.7;
}

.playserver {
    width: 25px;
    margin-top: -60px;
    margin-right: -32px;
    cursor: pointer;
    background: #303546;
    border-radius: 7px;
    padding: 7px;
    transition: 0.2s;
    float: right;
}

.playserver:hover {
    width: 25px;
    margin-top: -60px;
    margin-right: -32px;
    cursor: pointer;
    background: #3a4054;
    border-radius: 7px;
    padding: 7px;
    transition: 0.2s;
    float: right;
}

.playserver2 {
    margin-top: -43px;
    cursor: pointer;
    background: #fbc37000;
    position: absolute;
    right: -10px;
    font-weight: 600;
    border: solid 1px #fbc370;
    font-size: 9px;
    transform: rotate(270deg);
    border-radius: 50px;
    padding: 1px 20px;
    transition: 0.2s;
    float: right;
}

.playserver2:hover {
    margin-top: -43px;
    position: absolute;
    right: -10px;
    cursor: pointer;
    background: #fcc47033;
    font-weight: 600;
    font-size: 9px;
    transform: rotate(270deg);
    border-radius: 50px;
    padding: 1px 20px;
    transition: 0.2s;
    float: right;
}

.img_personal_card {
    width: 65px;
    height: 65px;
    position: relative;
    border-radius: 15px;
    margin-left: 2px;
}

.avatarprofile_friend {
    width: 37px;
    height: 37px;
    position: relative;
    border-radius: 11px;
}

.userprofblock {
    margin-bottom: 65px;
    padding: 24px 16px;
    border-radius: 15px;
    height: 110px;
    background: linear-gradient(22deg, rgb(33 37 49) 45%, rgb(46 51 66) 100%);
    display: flex;
    flex-wrap: wrap;
}

.userprof {
    padding: 0;
    border-radius: 15px;
    width: 50%;
    background: #23273600;
    margin-top: 5px;
}

.username {
    font-size: 15px;
    font-weight: 600;
}

.username_friend {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    top: 1px;
}

.lastname_friend {
    font-weight: 600;
    color: #5a6a8c;
    font-size: 10.5px;
    position: relative;
    top: -2px;
}

.select-arrow-3 {
    position: absolute;
    z-index: -9999;
    border: 8px solid transparent;
    border-bottom: 0;
    right: 6px;
}

.select-arrow-3:nth-child(1) {
    top: 11px;
    border-top-color: #6C7231;
}

.select-arrow-3:nth-child(2) {
    top: 8px;
    border-top-color: #FFF;
}

.procent {
    background: #5ea566;
    padding: 15px;
    font-size: 30px;
    line-height: 40px;
    height: 70px;
    margin-left: 20px;
    font-family: 'Montserrat';
    margin-right: 25px;
    margin-top: 15px;
    border-radius: 15px;
}

.skidkazag {
    font-size: 14px;
    position: relative;
    top: 30px;
    margin-left: -5px;
}

.skidka {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    background: #25262c;
    margin-bottom: 20px;
    border-radius: 15px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rubles {
    position: relative;
    top: -55px;
    font-size: 17px;
    color: #777a85;
    float: right;
    margin-bottom: -21px;
    margin-right: 15px;
    font-weight: 600;
}

.summa {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

.agregator {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.selector {
    padding: 12px;
    border-radius: 10px;
    background: #32333a;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    width: 100%;
    height: 49px;
    cursor: pointer;
    transition: 0.2s;
    border-color: #32333a;
}

.selector:hover {
    padding: 12px;
    border-radius: 10px;
    background: #3a3b42;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    width: 100%;
    height: 49px;
    cursor: pointer;
    transition: 0.2s;
    border-color: #3a3b42;
}

.linkstats {
    background: #828aff00;
    padding: 10px 14px 10px 13px;
    border-radius: 10px;
    float: right;
    font-weight: 100;
    border: solid 1px #303546;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
    margin-right: 13px;
}

.linkstats:hover {
    background: #303546;
    padding: 10px 14px 10px 13px;
    border-radius: 10px;
    float: right;
    cursor: pointer;
    font-weight: 100;
    transition: 0.2s;
    font-size: 13px;
    margin-right: 13px;
}

.zagolovok {
    background: #fff0;
    margin-bottom: 50px;
}

.zatext {
    font-size: 33px;
    font-family: system-ui;
    position: relative;
    right: 140px;
    color: #fff0;
    -webkit-text-stroke: 0.4px #303546;
}

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

.second_heading {
    font-size: 12px;
    color: #67677c;
    font-weight: 600;
}

.heading_cap {
  display: flex;
  flex-direction: column;
  line-height: 17px;
}

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

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.infop {
    width: 17px;
    margin-right: -5px;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.infop:hover {
    width: 17px;
    opacity: 0.6;
    margin-right: -5px;
    margin-top: 5px;
    transition: 0.2s;
    cursor: pointer;
}

.designed {
    width: 170px;
    vertical-align: top;
    left: 880px;
    top: -23px;
    opacity: 1;
    transition: 0.2s;
    position: relative;
}

.designed:hover {
    width: 170px;
    vertical-align: top;
    left: 880px;
    opacity: 0.7;
    top: -23px;
    transition: 0.2s;
    position: relative;
}

.arrowtop {
    float: right;
    background: #2a2f40;
    color: #fff;
    padding: 15px;
    position: relative;
    top: -15px;
    line-height: 10px;
    height: 40px;
    width: 40px;
    border-radius: 10px;
}

.section {
    height: 100vh;
    background: #dedede;
    margin-bottom: 20px;
    font-size: 100px;
}

html {
    scroll-behavior: smooth;
}

.scroll-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

// to hide the button when page first loaded .scroll-container:before {
    content: '';
    display: block;
    height: 100vh;
    pointer-events: none;
}

// fixed to right bottom of page .scroll-container a {
    position: sticky;
    top: 88vh;
    cursor: pointer;
    font-size: 20px;
}

.nicknametop {
    float: left;
    position: relative;
    font-size: 11.5px;
    float: left;
    text-overflow: ellipsis;
    width: calc( 100% - 39px );
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    top: -26px;
}

.grouptop {
    float: left;
    position: relative;
    font-size: 10.5px;
    text-overflow: ellipsis;
    width: calc( 100% - 45px );
    overflow: hidden;
    white-space: nowrap;
    color: #5a6a8c;
    top: -51px;
}

.swiper {
    width: 850px;
}

.card {
    position: relative;
    background: #49568600;
    border-radius: 20px;
}

.card::before {
    content: "";
    position: absolute;
    width: 100%;
    background: #232736;
    border-radius: 20px 20px 0 0;
}

.card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    cursor: grab;
    height: 264px;
    z-index: 100;
}

section .card .image {
    height: 100%;
    width: 100%;
    position: relative;
    top: -200px;
    z-index: 0;
}

section .card .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card .media-icons {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card .media-icons i {
    font-size: 15px;
    color: #fff;
    opacity: 0.7;
    border-radius: 5px;
    margin-top: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.card .media-icons i:hover {
    opacity: 1;
}

.card .name-profession {
    flex-direction: column;
    margin-top: 175px;
    margin-left: -53px;
}

.name-profession .name {
    font-size: 16px;
    font-weight: 600;
}

.name-profession .profession {
    font-size: 11px;
    font-weight: 500;
    flex-direction: column;
}

.card .rating {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.card .rating i {
    font-size: 18px;
    margin: 0 2px;
    color: #7d2ae8;
}

.card .button {
    width: 100%;
    display: flex;
    /* justify-content: space-around; */
    margin-top: 20px;
}

.card .button button {
    background: #828aff;
    outline: none;
    border: none;
    color: #fff;
    margin-top: -5px;
    padding: 8px 50px;
    font-weight: 600;
    border-radius: 20px;
    font-size: 11px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.button button:hover {
    background: #6e76e8;
}

.swiper-pagination {
    position: absolute;
}

.swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #7d2ae8;
}

.swiper-button-next, .swiper-button-prev {
    opacity: 0.7;
    color: #7d2ae8;
    transition: all 0.3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
    color: #7d2ae8;
}

.ipadress {
    color: #ffffff;
    background: #2d3344;
    padding: 3px 15px;
    transition: 0.2s;
    border-radius: 4px;
}

.ipadress:hover {
    color: #ffffff;
    background: #353c50;
    padding: 3px 15px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 4px;
}

.circleuved {
    width: 24px;
    position: relative;
    height: 24px;
    line-height: 17px;
    margin-bottom: -12px;
    text-shadow: #000000 0px 0 5px;
    z-index: 900;
    text-align: center;
    background: linear-gradient(23deg, #396b53 0%, #4ee29a 65%);
    font-size: 9px;
    display: none;
    color: #fff;
    font-weight: 600;
    left: 11px;
    top: -3px;
    border: solid 3px #212129;
    border-radius: 50px;
}

.naviga {
    background: #23273600;
    font-weight: 600;
    color: #8188a1;
    font-size: 11px;
    display: block;
    position: relative;
    height: 43px;
    margin: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 225px;
    transition: 0.2s;
    line-height: 22px;
    padding: 10px;
    border-radius: 10px;
}

.naviga:hover {
    background: #232736;
    font-weight: 600;
    color: #ffff;
    font-size: 11px;
    display: block;
    position: relative;
    height: 43px;
    margin: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 225px;
    transition: 0.2s;
    line-height: 22px;
    padding: 10px;
    border-radius: 10px;
}

.knopki {
    height: 121px;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 15px;
    background: #fff0;
}

.knopka1 {
    background: #232736;
    float: left;
    width: 48.5%;
    border-radius: 15px;
    margin-bottom: 0px;
    height: 120px;
}

.knopka2 {
    float: right;
    background: #232736;
    width: 48.5%;
    border-radius: 15px;
    height: 120px;
}

.sett {
    color: #60677e;
    font-weight: 600;
    transition: 1s all;
}

.sett:hover {
    color: #ffff;
    font-weight: 600;
    transform: rotateZ(360deg);
    transition: 1s all;
}

.uved {
    color: #60677e;
}

.uved:hover {
    color: #ffff;
}

.blot {
    padding: 0px;
    margin: 0 auto;
    background: #1e1f3600;
}

.hide {
    display: none;
    animation: 0.5s disappear linear !important;
}

#button {
    cursor: pointer;
}

#block {
    width: 380px;
    max-height: 365px;
    overflow: auto;
    right: 70px;
    box-shadow: 0px 5px 10px #13151a4f;
    position: absolute;
    top: 67px;
    background: linear-gradient(1deg, #2c2c37 30%, #32323d 100%);
    z-index: 900;
    border-radius: 15px;
}

#serverss {
    width: 100%;
    overflow: auto;
    margin-top: 3px;
    max-height: 195px;
    position: relative;
    background: #1e222f00;
}

@keyframes appear {
    from {
        max-height: 0px;
        min-height: 0px;
    }

    to {
        max-height: 300px;
        min-height: 120px;
    }
}

#block::-webkit-scrollbar {
    display: none;
}

#block div {
    width: 100%;
}

.w-100:hover {
    width: 100%!important;
    opacity: 0.7;
    transition: 0.2s;
}

.w-100 {
    width: 100%!important;
    opacity: 1;
    border-radius: 15px;
    transition: 0.2s;
}

.mader {
    width: 190px;
    float: right;
    right: 120px;
    height: 60px;
    background: #ffffff00;
    top: 18px;
    position: relative;
}

.spisok {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: #1e222f;
    height: 93px;
    position: relative;
    opacity: 1;
    border-radius: 15px;
    transition: 0.2s;
}

.spisok:hover {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: #232540;
    height: 93px;
    position: relative;
    opacity: 0.8;
    border-radius: 15px;
    transition: 0.2s;
}

.gift {
    float: left;
    font-weight: 600;
    font-size: 11px;
    position: relative;
    top: 30px;
    border-radius: 50px;
    padding: 11.5px;
    padding-left: 35px;
    padding-right: 35px;
    background: #232540;
    left: 10px;
}

.casebutton {
    line-height: 72px;
    border-radius: 9px;
    background: rgb(50 60 82);
    font-weight: bold;
    font-size: 11px;
    position: relative;
    top: -13px;
    margin-left: -1px;
    padding: 15px 7px;
    text-align: center;
}

.casebutton:hover {
    background: #38435b;
}

.animate-pulse i{
    font-size: 17px;
    position: relative;
    color: #ffffff7d;
    top: 4px;
    margin-left: 10px;
}

.promo_btn {
    border-radius: 9px;
    display: flex;
    font-size: 15px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
    text-shadow: #000000d4 1px 0 7px;
    margin-top: 7px;
    -webkit-text-fill-color: white !important;
    width: 34px;
    z-index: 2;
    height: 34px;
    letter-spacing: 1px;
    position: absolute;
    top: 3px;
    right: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.promo_btn:hover {
    opacity: 0.8;
    color: #ffffff;
}

a.butto {
    color: white;
    font-weight: 600;
    font-size: 11px;
    width: 38px;
    position: relative;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    top: 10px;
    margin-left: 130px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    border: 1.5px solid #8670ff;
    background: #8670ff;
    transition: .2s all;
}

a.butto:hover {
    color: white;
    font-weight: 600;
    font-size: 11px;
    width: 38px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    margin-left: 130px;
    text-align: center;
    height: 38px;
    line-height: 35px;
    border-radius: 50px;
    border: 1.5px solid #7962fd;
    background: #7962fd;
    transition: .2s all;
}

a.butto:active {
    background: #546fdc;
}

.welcome {
    float: left;
    font-weight: 600;
    font-size: 11px;
    position: relative;
    top: 14px;
    border-radius: 50px;
    padding: 11px;
    padding-left: 33px;
    color: #55628e;
    padding-right: 35px;
    background: #202947;
    left: 16px;
}

.bar_head {
    position: relative;
	margin-top: 65px;
}

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

.text {
    font-size: 12px;
    font-weight: 600;
    color: #787b87;
    line-height: 18px;
    margin-bottom: 60px;
    position: relative;
}

.butinfo {
    height: 25px;
    width: 25px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 32px;
    margin: -1px 5px 1px 9px;
    background: #8670ff;
}

.populars {
    background: #00000040;
    padding: 3px;
    width: 152px;
    font-size: 11px;
    float: right;
    margin-top: 9px;
    margin-left: 10px;
    font-weight: 600;
    padding-left: 17px;
    top: -43px;
    position: relative;
    border-radius: 50px;
}

.popular {
    padding: 4px;
    width: 140px;
    background: #00000029;
    font-size: 11px;
    backdrop-filter: blur(5px);
    font-weight: 900;
    padding-left: 17px;
    color: #fff;
    margin-left: 15px;
    top: 12px;
    position: relative;
    border-radius: 50px;
}

.supp {
    padding: 2px;
    width: 100px;
    background: linear-gradient(to bottom right, #828aff, #ac84f9);
    font-size: 10px;
    font-weight: 600;
    padding-left: 19px;
    color: #ffff;
    margin-left: 0px;
    top: 80px;
    position: relative;
    border-radius: 50px;
}

.parnisha {
    width: 345px;
    top: -261px;
    margin-left: 350px;
    position: relative;
    z-index: 9000;
}

.bullets {
    width: 365px;
    top: -373px;
    margin-left: 350px;
    position: relative;
}

.butvak {
    background: #282e46;
    padding: 14px;
    transition: 0.2s;
    border-radius: 8px;
    margin-top: 8px;
    color: #ffff;
}

.butvak:hover {
    background: #2f3652;
    padding: 14px;
    border-radius: 8px;
    margin-top: 8px;
    color: #ffff;
    transition: 0.2s;
}

.chattext {
    margin-left: 97px;
    position: relative;
    top: 7px;
    font-size: 12px;
    color: #8188a1;
    font-weight: 600;
}

.blockbutton {
    padding: 14px;
    width: 430px;
    background: #ffffff00;
    position: relative;
    top: 30px;
    right: 194px;
}

a.buttonss {
    color: white;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    padding: 15px;
    text-align: center;
    line-height: 35px;
    border-radius: 7px;
    border: 1.5px solid #6080ff;
    background: #6080ff;
    transition: .2s all;
}

a.buttonss:hover {
    color: white;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    padding: 15px;
    text-align: center;
    line-height: 35px;
    border-radius: 7px;
    border: 1.5px solid #546fdc;
    background: #546fdc;
    transition: .2s all;
}

a.buttonss:active {
    background: #546fdc;
}

.nijew {
    font-size: 10px;
    font-weight: 600;
    position: relative;
    margin-top: 15px;
    top: 17px;
    margin-left: 100px;
    color: #7b809b;
}

.dve {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 100px;
    top: 32px;
    position: relative;
    color: #fff;
}

.blockpre {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 100px;
    opacity: 1;
    /* margin-bottom: 210px; */
    border-radius: 15px;
    transition: 0.2s;
}

.blockrekd {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: rgb(35 37 64 / 0%);
    height: 300px;
    opacity: 1;
    margin-bottom: 40px;
    border-radius: 15px;
    transition: 0.2s;
}

.blockrekd:hover {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: #22283e;
    height: 300px;
    opacity: 0.7;
    transition: 0.2s;
    margin-bottom: 40px;
    border-radius: 15px;
}

.blockrek {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: rgb(35 37 64 / 0%);
    height: 210px;
    opacity: 1;
    margin-bottom: 40px;
    border-radius: 15px;
    transition: 0.2s;
}

.nije {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    color: #7b809b;
    padding-right: 30px;
    padding-left: 30px;
}

.sto {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.img-rek {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}

.popolnit {
    position: relative;
    margin-left: 65px;
    color: #fff;
}

label.toggle {
    position: relative;
    display: inline-block;
    float: right;
    width: 50px;
    height: 20px;
}

input[type="checkbox"] {
    position: relative;
    top: 18px;
    margin-left: -12px;
}

.ball {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #282f4a;
    transition: .3s;
    border-radius: 25px;
}

.ball::before {
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: #6080ff;
    transition: .3s;
    border-radius: 25px;
}

input:checked + .ball {
    background-color: #313b63;
}

input:checked + .ball:before {
    transform: translateX(28px);
}

.authorization {
    width: 100%;
    padding: 24px 16px;
    background: #22263400;
    padding: 0px !important;
}

bodys {
    background-image: url(../img/backk.jpg);
}

a.buttonzab {
    height: 48px;
    cursor: pointer;
    font-weight: 600;
    line-height: 45px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    margin-top: 10px;
    width: 200px;
    border: 1.7px solid #2c3350;
    display: block;
    text-align: center;
    transition: .2s all;
    margin-bottom: 5px;
    background: #7d70ff00;
    border-radius: 6px;
    color: #ffffff;
}

a.buttonzab:hover {
    height: 48px;
    cursor: pointer;
    font-weight: 600;
    line-height: 45px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 200px;
    text-align: center;
    transition: .2s all;
    background: #282e47;
    border-radius: 6px;
    border-color: #19191900;
    color: #ffffff;
}

a.buttonreg {
    height: 48px;
    cursor: pointer;
    font-weight: 600;
    line-height: 45px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    margin-top: 5px;
    width: 200px;
    border: 1.7px solid #2c3350;
    display: block;
    text-align: center;
    transition: .2s all;
    margin-bottom: 5px;
    background: #7d70ff00;
    border-radius: 6px;
    color: #ffffff;
}

a.buttonreg:hover {
    height: 48px;
    cursor: pointer;
    font-weight: 600;
    line-height: 45px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 200px;
    text-align: center;
    transition: .2s all;
    background: #282e47;
    border-radius: 6px;
    border-color: #2b314a00;
    color: #ffffff;
}

button.buttonaut {
    height: 48px;
    cursor: pointer;
    font-weight: 600;
    line-height: 45px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 200px;
    text-align: center;
    transition: .2s all;
    margin-bottom: 5px;
    background: #6080ff;
    border-radius: 6px;
    border-color: #19191900;
    color: #fff;
}

button.buttonaut:hover {
    height: 48px;
    cursor: pointer;
    font-weight: 600;
    line-height: 45px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 200px;
    text-align: center;
    transition: .2s all;
    background: #546fdc;
    border-radius: 6px;
    border-color: #19191900;
    color: #fff;
}

.line {
    content: "";
    height: 4px;
    float: left;
    background: #5086ff;
    width: 35px;
    border-radius: 100px;
    display: block;
    top: 4px;
    margin-right: 14px;
    position: relative;
}

.flex_head_block_forum i{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  height: 33px;
  color: #808097;
  background: linear-gradient(208deg, #4e4e5f 0%, #3c3c49 55%);
  width: 33px;
  border-radius: 9px;
}

.flex_head_block_forum {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  align-items: flex-end;
  justify-content: space-between;
}

.flex_head_block {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: space-between;
}

.flex_head_block i{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  text-shadow: #000000d4 1px 0 10px;
  color: #ffffff;
  height: 33px;
  width: 33px;
  border-radius: 50%;
}

.flex_head_block .bx-star {
	color: #7a7a90;
	background: linear-gradient(208deg, #494958 0%, #383844 55%);
	text-shadow: #00000000 1px 0 10px;
}

.flex_top_usr_i {
  display: flex;
  gap: 10px;
  align-items: center;
}

.flex_top_usr_i i{
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4d4d5f 0, #363642 100%));
  text-shadow: #000000a1 1px 0 10px;
  font-size: 17px;
  color: #7f7f92;
  height: 36px;
  width: 36px;
  border-radius: 10px;
}

.flex_top_setting {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.flex_top_setting i{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #747487;
  background: linear-gradient(23deg, #41414fb0 0%, #41414f 55%);
  height: 36px;
  width: 36px;
  border-radius: 10px;
}

.plus-purse {
    color: white;
    position: absolute;
    top: 14px;
    font-weight: 100;
    font-size: 20px;
    width: 50px;
    text-align: center;
    margin-left: 15px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    border: 1.5px solid #7d70ff;
    background: #7d70ff;
    transition: .2s all;
}

.infa {
    background: #262c44;
    width: 350px;
    height: 51px;
    left: 690px;
    top: -30px;
    position: relative;
    border-radius: 7px;
}

a.button10 {
    color: white;
    position: absolute;
    top: 10px;
    font-weight: 100;
    font-size: 15px;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 43px;
    border-radius: 7px;
    border: 1.5px solid #8670ff;
    background: #323a5800;
    transition: .2s all;
}

a.button10:hover {
    color: white;
    position: absolute;
    top: 10px;
    font-weight: 100;
    font-size: 15px;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 43px;
    border-radius: 7px;
    border: 1.5px solid #8670ff;
    background: #8670ff;
    transition: .2s all;
}

a.button8:active {
    /* background: linear-gradient( 213.33deg,#7d70ff 13.05%,#a270ff 91.9%); */
    box-shadow: 0 3px rgb(33 147 90 / 0%) inset;
}

.cvet {
    color: #fff;
}

.cvet:hover {
    color: #7d70ff;
}

.toptop {
    background: #1e233600;
    width: 600px;
    margin-top: 120px;
    margin-left: 60px;
}

a.button4 {
    color: white;
    font-weight: 600;
    font-size: 11px;
    width: 38px;
    position: relative;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    top: 10px;
    margin-left: 130px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    border: 1.5px solid #8670ff;
    background: #8670ff;
    transition: .2s all;
}

a.button4:hover {
    color: white;
    font-weight: 600;
    font-size: 11px;
    width: 38px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    margin-left: 130px;
    text-align: center;
    height: 38px;
    line-height: 35px;
    border-radius: 50px;
    border: 1.5px solid #7962fd;
    background: #7962fd;
    transition: .2s all;
}

a.button4:active {
    background: #546fdc;
}

.toper {
    background: #6080ff00;
    margin-bottom: 25px;
    border-radius: 15px;
    max-width: 1300px;
    display: flex;
}

@media (max-width: 1200px) {
    .parnisha {
        display:none;
    }

    .push_name {
        position: relative;
        top: 60px;
        font-weight: 600;
        font-size: 12px;
    }

    .block-aut {
        padding: 0px;
        display: flex;
        width: 100%;
        background: #fff0;
        margin-bottom: -40px;
        position: relative;
        margin-right: 15px;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .profile-top-menu {
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 15px;
        height: 65px;
        display: flex;
        border-radius: 0px;
        width: 102%;
        list-style: outside;
        background: #ffffff00;
    }

    .block-user {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 13px;
        background: #212531;
        margin-bottom: 9px;
        height: auto;
        padding: 15px;
    }

    .container-buttons {
        display: flex;
        position: relative;
        margin-right: auto;
        margin-left: inherit;
    }

    .profile-info1 {
        background: #ffffff00;
        padding: 0px;
        width: 100%;
        margin-right: 0px;
        border-radius: 15px;
        margin-bottom: 0px;
    }

    .profile-info {
        background: #ffffff00;
        padding: 0px;
        width: 100%;
        border-radius: 15px;
        margin-bottom: 0px;
    }

    .user_info {
        font-weight: 600;
        font-size: 11px;
        position: relative;
        border-radius: 50px;
        top: 6px;
    }



    .block-profile {
        display: flex;
        flex-wrap: wrap;
        border-radius: 15px;
        padding: 24px 16px;
        margin-bottom: 30px;
        background: #18233a;
    }

    	.profile_right_b {
    background: #272f4200;
    border-radius: 13px;
    height: 100%;
    width: 100%;
    margin-top: 30px;
}

    .profile_forum {
    background: #26324e;
    border-radius: 13px;
    height: 100%;
    margin-left: 0px;
    padding: 15px 30px;
}

    .userprofblock {
        margin-bottom: 30px;
        padding: 24px 16px;
        border-radius: 15px;
        height: 140px;
        background: linear-gradient(22deg, rgb(33 37 49) 45%, rgb(46 51 66) 100%);
        display: flex;
        flex-wrap: wrap;
    }

    .push_predname {
        font-size: 10px;
        line-height: 11px;
        color: #ffffff;
        font-weight: 600;
        position: relative;
        top: 20px;
    }

    .razblokirovat {
        border: none;
        padding: 5px 20px;
        color: #ffffff;
        font-weight: 600;
        height: 40px;
        border-radius: 10px;
        font-size: 11px;
        margin-bottom: -8px;
        margin-top: 1px;
        line-height: 13px;
        transition: .2s all;
        cursor: pointer;
        margin-left: 11px;
        position: relative;
        background: #5bab63;
    }

    .razblokirovat:hover {
        border: none;
        padding: 5px 20px;
        color: #ffffff;
        font-weight: 600;
        height: 40px;
        border-radius: 10px;
        font-size: 11px;
        margin-bottom: -8px;
        margin-top: 1px;
        line-height: 13px;
        transition: .2s all;
        cursor: pointer;
        margin-left: 11px;
        position: relative;
        background: #468c4d;
    }

    .zablokirovat {
        border: none;
        padding: 5px 20px;
        color: #ffffff;
        font-weight: 600;
        height: 40px;
        border-radius: 10px;
        font-size: 11px;
        margin-bottom: -8px;
        margin-top: 1px;
        line-height: 13px;
        transition: .2s all;
        cursor: pointer;
        margin-left: 11px;
        position: relative;
        background: #bf5a5a;
    }

    .zablokirovat:hover {
        border: none;
        padding: 5px 20px;
        color: #ffffff;
        font-weight: 600;
        height: 40px;
        border-radius: 10px;
        font-size: 11px;
        margin-bottom: -8px;
        margin-top: 1px;
        line-height: 13px;
        transition: .2s all;
        cursor: pointer;
        margin-left: 11px;
        position: relative;
        background: #a14848;
    }

    .user_infoq {
        background: #ffffff00;
        padding: 0px;
        position: relative;
        top: 20px;
        float: left;
        margin-right: 60px;
    }


    .onlinefull {
        display: block;
        width: 70px;
        padding: 10px;
        height: 112px;
        float: right;
        position: relative;
        margin-bottom: -125px;
        top: -112px;
        border-radius: 15px;
        background: #212531;
    }

    .logo-img-top {
        width: 100px;
        margin-right: -10px;
        position: relative;
        margin-left: -8px;
        top: -36px;
    }

    .tabs-payment {
        background: #fff0;
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 30px;
        border-radius: 15px;
        padding: 0px;
        justify-content: space-between;
        flex-direction: column;
    }

    .tabs-payment-selector {
        width: 100%;
        padding: 0px;
        border-radius: 15px;
        margin-bottom: 20px;
        background: #fff0;
        height: auto;
    }

    .tabs-payment-metod {
        padding: 0px;
        width: 100%;
        display: flex;
        height: 265px;
        margin-bottom: 0px;
        border-radius: 15px;
        background: #212531;
        flex-wrap: wrap;
    }

    .komissia-block {
        background: #89898900;
        width: 100%;
        padding-left: 20px;
        padding-top: 0px;
        margin-left: 20px;
        margin-top: 30px;
        border-radius: 0px;
    }

    .steamid_recomended {
        display: flex;
        border-radius: 15px;
        padding: 24px 16px;
        margin-bottom: 30px;
        height: auto;
        background: #18233a;
        flex-direction: column;
    }

    .steamid_right {
        background: #ffffff00;
        padding: 0px;
        width: 100%;
        position: relative;
        padding-right: 20px;
        padding-left: 20px;
        top: -15px;
        float: right;
        border-radius: 0px;
    }

    .steamid_left {
        background: #54545400;
        padding: 0px;
        width: 100%;
        border-radius: 0px;
        padding-right: 30px;
        padding-left: 20px;
        margin-bottom: 0px;
    }

    .promocode-block {
        display: flex;
        border-radius: 15px;
        padding: 24px 16px;
        margin-bottom: 30px;
        height: 165px;
        background: #212531;
        flex-direction: column;
    }

    .news-block-info {
        padding: 0px;
        background: #fff0;
        margin-bottom: 30px;
        border-radius: 0px;
        border-top: solid 1px #2a3346;
        width: 140px;
    }

    .novost {
        height: 36px;
        line-height: 1px;
        border-radius: 9px;
        background: rgb(55 60 76);
        font-weight: bold;
        width: auto;
        font-size: 11px;
        padding: 12px 24px;
        text-align: center;
    }

    .new > p:last-child span {
        margin-top: 10px;
        padding: 5px 10px;
        background: #303546;
        margin-bottom: 10px;
        display: block;
        font-size: 10px;
        border-radius: 7px;
        color: #fff;
    }

    .zagolovokzz {
        padding: 0px;
        background: #fff0;
        margin-bottom: 20px;
        border-radius: 15px;
        display: none;
    }

    .swiper-pointer-events {
        touch-action: pan-y;
        display: none;
    }

    .sobitia-block {
        display: flex;
        padding: 0px;
        background: #fff0;
        flex-wrap: wrap;
        margin-bottom: 30px;
        border-radius: 15px;
    }

    .sobitia-left {
        background: #fff0;
        width: 100%;
        padding: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
        height: 260px;
        border-radius: 15px;
    }

    .online-right {
        background: #fff0;
        width: 100%;
        padding: 0px;
        height: 261px;
        margin-bottom: 0px;
        margin-top: 60px;
        border-radius: 15px;
    }

    .bounce-2 {
        display: none;
    }

    .purse-button-mobile {
        display: block;
        margin-left: auto;
        text-align: center;
        transition: 0.2s;
        cursor: pointer;
        font-weight: 600;
        border: solid 1px #57ad61;
        padding: 7px 20px;
        background: #46b74508;
        margin-bottom: 50px;
        color: #57ad61;
        margin-top: -45px;
        border-radius: 50px;
        margin-right: auto;
    }

    .purse-button-mobile:hover {
        display: block;
        margin-left: auto;
        text-align: center;
        transition: 0.2s;
        font-weight: 600;
        border: solid 1px #57ad61;
        padding: 7px 20px;
        background: #46b74514;
        margin-bottom: 50px;
        color: #57ad61;
        margin-top: -45px;
        border-radius: 50px;
        margin-right: auto;
    }

#block {
    max-height: 340px;
    right: -37px;
    width: 331px;
    border-radius: 15px;
}

    .fa-bell:before {
        content: "\f0f3";
        color: #16161600;
        transition: 0.2s;
        font-size: 16px;
        background: #f5f6f9;
        padding: 11px;
        cursor: pointer;
        top: 21px;
        border-radius: 10px;
        margin-right: 5px;
        margin-left: 5px;
        position: relative;
        font-weight: 400;
    }

.nicknametop {
    float: left;
    position: relative;
    font-size: 11.5px;
    float: left;
    text-overflow: ellipsis;
    width: calc( 100% - 39px );
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    top: -26px;
}

    .bottom_new {
    background: #18233a;
    border-radius: 15px;
    margin-top: 60px;
    padding: 30px;
    margin-bottom: 30px;
}

    .toper_mini_block {
    height: 125px;
    margin-bottom: 9px;
    width: 100%;
    padding: 11px;
    margin-right: 0px;
    border-radius: 15px;
    background: #18233a;
}

    .menuq {
    background: #2c3549;
    width: 48px;
    display: none;
    padding: 10px;
    cursor: pointer;
    height: auto;
    transition: 0.2s;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .bottom_stats {
    height: 90px;
    margin-bottom: 0px;
    display: none;
    margin-top: 0px;
    padding: 20px 5px;
    border-radius: 15px;
    background: #1e2638;
}

    .stats_vnutr {
    background: #fff0;
    z-index: 1;
    display: flex;
    height: 100%;
    position: relative;
    padding-bottom: 15px;
    border-radius: 0px;
    margin-bottom: -150px;
    flex-wrap: wrap;
}

    .stats_mini_block {
    background: #272f42;
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 7px;
    margin-right: 0px;
    padding: 14px 20px;
    height: 54px;
    z-index: 2;
    transition: .2s all;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

    .stats_mini_block:hover {
        background: #2c3448;
        display: flex;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-right: 0px;
        padding: 14px 20px;
        height: 54px;
        z-index: 2;
        transition: .2s all;
        position: relative;
        align-items: center;
        justify-content: flex-start;
    }

    .toper_mini_right {
    display: none;
}

    .fbrs_water {
        margin-left: 20px;
        transition: .20s all;
        cursor: pointer;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        margin-left: -20px;
        margin-right: 0px;
    }

	.language_btn {
		display: none;
	}

    .cifr-block {
        padding: 0px;
        display: flex;
        margin-bottom: 20px;
        background: #fff0;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: column;
    }

    .cifr-img {
        width: 100%;
        margin-bottom: 20px;
        height: 200px;
        border-radius: 15px;
        background-size: cover;
    }

    .cifr-info {
        width: 100%;
        margin-bottom: 0px;
        padding: 11px;
        height: 220px;
        border-radius: 15px;
        background: #212531;
    }

    .forum-infoo {
        display: none;
    }

    .modal-bans {
        padding: 0px;
        display: flex;
        margin-left: -14px;
        margin-bottom: 0px;
        background: #21253100;
        margin-right: -14px;
        flex-direction: column;
    }

    .table-adaptive .table-row {
        margin-bottom: 9px;
        border-radius: 15px;
        padding: 5px 30px;
    }

    #serverss {
        width: 100%;
        max-height: 300px;
        height: 183px;
        overflow: auto;
        flex: 1 1 auto;
        position: relative;
        top: 10px;
        background: #1e222f00;
        padding: 0px 5px 0px 0px;
        border-radius: 15px;
    }

	.servers-info-block {
    height: 86px;
    background-size: cover;
    margin-right: 0px;
}

    .intro__online-icon {
        width: 39px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -13px;
        margin-top: 1px;
        display: block;
    }

    .onlinepulse {
        background: #ffffff00;
        height: 42px;
        padding: 0px;
        margin-right: auto;
        position: relative;
        right: 0px;
        margin-left: auto;
        margin-top: 13px;
        border-radius: 50px;
        border: solid 1px #303546;
        width: 42px;
        margin-bottom: -13px;
    }

    .maxmin {
        color: #777a85;
        font-size: 10.2px;
        line-height: 13px;
        display: none;
        text-align: center;
    }

    .push {
        display: block;
        width: 93%;
        padding: 10px;
        opacity: 1;
        height: 112px;
        cursor: pointer;
        transition: .2s all;
        border-radius: 15px;
        background: #ffffff;
    }

    .right-sidebar {
        display: none;
    }

    .nav_slider {
        margin: 0px;
    }

	.sb_title {
	    font-weight: 600;
	    color: #fff;
	    text-overflow: ellipsis;
	    width: calc(100% - 0px);
	    overflow: hidden;
	    white-space: nowrap;
	}

	.flex_balance_mp i {
    min-width: 35px;
}

	.sb_description {
    display: flex;
    font-weight: 600;
    width: fit-content;
    font-size: 0px;
    transition: .2s all;
    gap: 0px;
    padding: 0px 4px;
    border-radius: 50px;
    height: 23px;
    margin-bottom: -2px;
    align-items: center;
}
	
	.news_info {
    display: none;
	}

    .push:hover {
        display: block;
        width: 93%;
        padding: 10px;
        opacity: 0.8;
        height: 112px;
        cursor: pointer;
        transition: .2s all;
        border-radius: 15px;
        background: #232736;
    }

    .sidebar {
        position: fixed;
        left: 0;
        display: none;
        top: 0;
        height: 100%;
        width: 78px;
        background: #1e222f;
        padding: 6px 14px;
        z-index: 99;
        transition: all 0.5s ease;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 15px;
        height: 170px;
    }

    .mader {
        width: 190px;
        float: right;
        right: 45px;
        height: 60px;
        background: #ffffff00;
        top: 18px;
        position: relative;
    }
}

@media (max-width: 992px) {
    .toper {
        min-height:680px;
        margin-bottom: 70px;
    }
}

.toper_block {
    flex: 1 1 auto;
    margin-left: 15px;
    background: rgb(35 37 64 / 0%);
    border-radius: 15px;
}

@media (max-width: 992px) {
    .toper_block {
        width:100%;
        margin-left: 0px;
    }
	
	.flex_modules {
		grid-template-columns: repeat(auto-fill, minmax(102px, 2fr));
	}
}

.slide_block {
    max-height: 125px;
    margin: 0 9px 0 0;
    padding: 12px;
    height: 116px;
    transition: .2s all;
    display: flex !important;
    line-height: 15px;
    background: #86ffc412;
    border-radius: 18px;
    flex-direction: column;
    justify-content: space-between;
}

.slide_block:hover {
    background: #86ffc417;
}

.slide_block:hover .sb_description {
    color: #ffffff;
        background-color: #44b27d30;
}

.slide_block:hover .sb_description i {
    color: #ffffff !important;
    background: #d400ff00;
    transform: rotate(270deg);
}

.slide_block i{
	top: -1px;
	width: 31px;
	height: 31px;
	right: 1px;
	color: #ffffff;
	background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
	text-shadow: #000000d4 1px 0 7px;
	font-size: 15px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}

@media (max-width: 992px) {
    .slide_block {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media (max-width: 991.99px) {
	.visitors_bottom {
        width: 100% !important;
	}
	
    .authorization {
        width: 100%;
        padding: 24px 16px;
        border-radius: 10px;
        background: #242a4000;
        margin-bottom: 30px;
    }

    .auth_img {
        width: 260px;
        position: relative;
        top: -52px;
        float: right;
        display: none;
    }

    .wapper .header ul.user-menu > li.balance {
    color: #fff;
    position: relative;
    padding: 7px 15px 7px 15px;
    font-size: 11px;
    font-weight: 600;
    display: none;
    top: 10px;
    line-height: 25px;
    right: -20px;
    margin-right: -20px;
    background: #272f42;
    border-radius: 9px;
    }

    .push {
        display: block;
        width: 130px;
        padding: 10px;
        opacity: 1;
        height: 112px;
        cursor: pointer;
        transition: .2s all;
        border-radius: 15px;
        background: #232736;
    }

    .push:hover {
        display: block;
        width: 130px;
        padding: 10px;
        opacity: 0.7;
        height: 112px;
        cursor: pointer;
        transition: .2s all;
        border-radius: 15px;
        background: #232736;
    }

    .fa-bell:before {
        content: "\f0f3";
        color: #16161600;
        transition: 0.2s;
        font-size: 16px;
        background: #f5f6f9;
        padding: 11px;
        cursor: pointer;
        top: 21px;
        border-radius: 10px;
        margin-right: 5px;
        margin-left: 5px;
        position: relative;
        font-weight: 400;
    }

    .fa-message-lines:before {
        content: "\f4a6";
        color: #3330;
        transition: 0.2s;
        font-size: 15.5px;
        background: #f5f6f9;
        padding: 11.5px;
        height: 38px;
        cursor: pointer;
        top: 15px;
        border-radius: 10px;
        margin-right: -20px;
        margin-left: 5px;
        position: relative;
        font-weight: 500;
    }

    .circleuved {
    width: 24px;
    position: relative;
    height: 24px;
    line-height: 17px;
    margin-bottom: -12px;
    z-index: 900;
    text-align: center;
    font-size: 9px;
    background: linear-gradient(34deg, #be5555 0%, #ed7171 55%);
    display: none;
    color: #fff;
    font-weight: 600;
    left: 11px;
    top: -3px;
    border-radius: 50px;
    }

    .blockprofile {
        width: 0px;
        border-radius: 0px;
        padding: 0px;
        background: #d16c6c00;
        left: 0px;
        height: 50px;
        top: 0px;
        margin-top: 2px;
        position: relative;
        border-left: solid 1px #eaefff00;
    }

        .blockprofile:hover {
        opacity: 0.7;
    }

    .footer-osn {
        background: #1e2638;
        padding: 10px;
        padding-left: 30px;
        /* line-height: 20px; */
        margin-top: 10px;
        padding-right: 30px;
        display: flex;
        margin-bottom: 0px;
        height: 130px;
        border-radius: 15px;
        flex-direction: column;
        align-items: center;
    }

    .bottom_buttons {
        display: none;
        align-items: center;
        flex-direction: row;
        margin-top: 20px;
        /* margin-left: auto; */
        margin-right: auto;
    }

.bottom_stats {
    height: 100%;
    margin-bottom: -34px;
    margin-top: 0px;
    padding: 20px 20px;
    border-radius: 15px;
    background: #1e263800;
}

    .a_mobile {
    width: 100%;
}

.bottom_name {
    position: relative;
    top: 7px;
    width: 100%;
    display: flex;
    line-height: 15px;
    flex-direction: column;
}
    
    .bottom_prev {
        display: flex;
        margin-top: 0px;
        width: 100%;
        background: #ffffff00;
        flex-direction: column;
    }

.stats_vnutr {
    background: #fff0;
    z-index: 1;
    display: flex;
    height: auto;
    position: relative;
    padding-bottom: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

    .stats_mini_block {
        background: #272f42;
        display: flex;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 7px;
        margin-right: 0px;
        padding: 0px 10px;
        height: 54px;
        z-index: 2;
        transition: .2s all;
        cursor: pointer;
        position: relative;
        align-items: center;
        justify-content: flex-start;
    }

    .span_number {
    font-weight: 600;
    font-size: 13px;
    transition: .2s all;
    display: flex;
}

    .stats_mini_block:hover {
        background: #2c3448;
        display: flex;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-right: 0px;
        padding: 0px 10px;
        height: 54px;
        z-index: 2;
        transition: .2s all;
        position: relative;
        align-items: center;
        justify-content: flex-start;
    }

    .but-block {
        display: block;
        width: auto;
        padding: 0px;
        background: #fff0;
        margin-bottom: 0px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .bottom-nav {
        background: #272b3800;
        display: flex;
        flex-wrap: nowrap;
        width: 500px;
        padding: 20px 20px 0px 20px;
        margin-bottom: 11px;
        margin-top: -70px;
        border-radius: 15px;
        flex-direction: column;
    }

    .bottom-text {
        color: #7a8091;
        font-size: 11px;
        width: 270px;
    }

    .logo-img {
        width: 125px;
        margin-top: -10px;
        margin-bottom: 30px;
        margin-right: -10px;
        margin-left: -10px;
    }

    .bottom-button {border: none;color: #ffffff;font-weight: 600;border-radius: 9px;font-size: 11px;padding: 11px 20px;transition: .2s all;cursor: pointer;margin-left: 5px;position: relative;background: #373744;}

    .bottom-button:hover {
border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 9px;
    font-size: 11px;
    padding: 11px 20px;
    transition: .2s all;
    cursor: pointer;
    margin-left: 5px;
    position: relative;
    background: #3f3f4d;
    }

    .textlogo {
        float: left;
        color: #0e0e0e;
        font-size: 15px;
        position: relative;
        font-family: unset;
        font-weight: 600;
        /* margin-right: 20px; */
    }

    .block-profile-right {
        width: 50%;
        padding: 0px;
        display: none;
        border-radius: 15px;
        margin-bottom: 0px;
        background: #fff0;
    }

    .nav_slider {
        margin: 0px;
        width: 100%;
        margin-bottom: 80px;
    }


    .nicknametop {
        float: left;
        position: relative;
        left: 2px;
        font-size: 11px;
        display: none;
        color: #020202;
        top: -15px;
        margin-left: 0px;
    }


    .animate-pulse {
    line-height: 72px;
    border-radius: 9px;
    z-index: 100;
    background: linear-gradient(23deg, #25324d 0%, rgb(51 68 104) 70%);
    font-weight: bold;
    font-size: 11px;
    position: relative;
    color: rgb(255 255 255);
    top: -1px;
    padding: 17px 35px;
    text-align: center;
}

.animate-pulse:hover {
    opacity: 0.8;
    color: rgb(255 255 255);
}

@keyframes animate_pulse {
    0% {
        box-shadow: 0 0 0 0 #c9a55380;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(228, 25, 49, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(228, 25, 49, 0);
    }
}

    .razrab {
        font-size: 22px;
        font-weight: 600;
        text-overflow: ellipsis;
        width: calc( 100% - 95px );
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

	.head_top_info {
    flex-direction: column;
    align-items: flex-start !important;
}

    .bx-chevron-down {top: 65%;right: -40px;}

.slick-dots {
    color: #36435e;
    font-size: 18px;
    position: absolute;
    left: 46px;
    bottom: 20px;
    transform: rotate(270deg);
    width: 0px;
    margin-bottom: -75px;
}
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        top: 170px;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }

    .welcome {
        float: left;
        font-weight: 600;
        font-size: 0px;
        position: relative;
        top: 0px;
        border-radius: 50px;
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
        background: #23254000;
    }

    .text {
        font-size: 12px;
        font-weight: 600;
        position: relative;
        margin-bottom: 0px;
    }

    .nijew {
        font-size: 10px;
        font-weight: 600;
        position: relative;
        margin-top: 15px;
        width: 220px;
        top: 17px;
        margin-left: 60px;
        color: #7b809b;
    }

    .toptext {
        position: relative;
        top: 60px;
        font-size: 12px;
        color: #7c82a3;
        width: 230px;
        font-weight: 500;
        line-height: 17px;
        margin-left: 300px;
    }

    .topzag {
        color: #ffffff;
        font-size: 12px;
        float: left;
        top: 40px;
        width: 230px;
        position: relative;
        margin-left: 300px;
    }

    .chattext {
        margin-left: 97px;
        position: relative;
        top: 8px;
        font-size: 10.5px;
        line-height: 14px;
        color: #8188a1;
        font-weight: 600;
    }

}

.line_head {
  display: block;
  width: 50px;
  background: linear-gradient(261deg, #2f4d49 0%, #668782 55%);
  height: 3px;
  float: right;
  margin-left: 10px;
  border-radius: 50px;
}

.circle_line {
    width: 16px;
    display: flex;
    height: 16px;
    border: solid 2px #476662;
    margin-left: 6px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.circle_line_in {
    display: block;
    width: 6px;
    height: 6px;
    background: #668782;
    border-radius: 50px;
}

.decoration_head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sub_menu {
  width: 66px;
  padding: 11px;
  display: flex;
  background: rgb(63 63 79 / 37%);
  backdrop-filter: blur(7px);
  z-index: 100;
  gap: 8px;
  border-radius: 50px;
  margin-left: 15px;
  flex-direction: column;
  align-items: center;
}

.flex_slide_text {
  gap: 4px;
  display: flex;
  flex-direction: column;
}

.btn_sub_menu {
  width: 47px;
  height: 47px;
  display: flex;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  font-size: 19px;
  color: #ffffff;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: 0.2s;
}

.btn_sub_menu:hover {
  opacity: 1;
  color: #ffff;
}

.login_user_chat {
  color: #6f7085;
  font-weight: 600;
}

.status_user_chat {
  font-size: 10.5px;
  color: #90a19e;
  font-weight: 600;
}

.under_text {
  display: flex;
  flex-direction: column;
  line-height: 15px;
  font-size: 11.5px;
}

.flex_chat_user {
  display: flex;
  gap: 10px;
  height: 40px;
  align-items: center;
}

.flex_chat_user i{font-size: 14px;color: #707289;width: 28px;height: 28px;display: flex;border-radius: 50px;background: #353642;align-items: center;justify-content: center;}

.btn_message {
  border-radius: 50px;
  width: 32px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  display: flex;
  position: absolute;
  height: 32px;
  color: #ffffff !important;
  text-shadow: #000000ba 1px 0 10px;
  padding-left: 1px;
  font-size: 14px;
  top: 25px;
  right: 29px;
  align-items: center;
  justify-content: center;
}

.btn_message:hover {
 opacity: 0.7;
}

.point i {
        border-radius: 8px;
        color: rgb(255 255 255 / 64%);
        font-size: 13px;
        display: flex;
        padding-left: 1px;
        width: 26px;
        height: 26px;
        background: rgb(255 255 255 / 13%);
        align-items: center;
        justify-content: center;
}

.point {
    display: flex;
    position: relative;
    transform: skewX(348deg);
    letter-spacing: 1px;
    backdrop-filter: blur(7px);
    gap: 10px;
    padding: 6px 16px 6px 6px;
    background: rgb(255 255 255 / 7%);
    align-items: center;
    font-size: 8px;
    color: rgb(255 255 255 / 53%);
    font-weight: 600;
    border-radius: 10px;
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
}

@keyframes blink {
  50% {
    opacity: 0.3;
  }
}

.all_allow {
  padding: 3px 10px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 10px;
  background: linear-gradient(34deg, #bd4141 0%, #fd5656 55%);
  z-index: 1;
  bottom: 16px;
  left: 17px;
  color: #ffffff;
  position: absolute;
}

.online_txt {
  display: flex;
  flex-direction: column;
  line-height: 15px;
  color: #7a7a90;
  font-size: 11px;
  font-weight: 600;
}

.border_sub_menu {
  background: #3f424fb0;
  width: 90%;
  display: block;
  margin-top: 3px;
  height: 1px;
}

.box_online {
}

.flex_today {
  display: flex;
  align-items: center;
}

.today_online {
  background: #4d4d60;
  height: 34px;
  transition: 0.2s;
  width: 34px;
  color: #7e7e99;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}

.online_second {
  font-size: 11.5px;
  color: #ffffff;
}

.timer_sortion {width: 40px;height: 40px;color: #ffffff;display: flex;background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));text-shadow: #000000d4 1px 0 7px;font-size: 16px;margin-right: 5px;align-items: center;border-radius: 10px;justify-content: center;}

.message_global {
  max-width: 380px;
}

.text_notification {
  display: flex;
  flex-direction: column;
  line-height: 17px;
}

.name_notification {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.notifications_list {
  padding: 0px 15px;
}

.notif_text {
  color: #ffffff;
}

.icon_notif {
  width: 40px !important;
  height: 40px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  text-shadow: #000000d4 1px 0 7px;
  border-radius: 50px;
  display: flex;
  color: #ffffff;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}

.date_not {
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-top: -36px;
  position: relative;
}

.all_notif_btn {
  padding: 0px 15px;
  margin-top: -5px;
  margin-bottom: 23px;
}

.date_notif {
  font-size: 10.3px;
  font-weight: 600;
  background: linear-gradient(360deg, #4a4a5a 30%, #4f4f61 100%);
  color: #9292a8;
  padding: 3px 15px;
  border-radius: 50px;
}

.delete_message {
  color: #75758b78;
  font-size: 13px;
  transition: .2s all;
  float: right;
  transition: .2s all;
}

.delete_message:hover {
  color: #82869b;
}

.right_chat_info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.gradient_online {
  width: 100%;
  display: block;
  height: 40px;
  position: relative;
  margin-bottom: -48px;
  top: -39px;
  z-index: 1;
  background: linear-gradient(360deg, #2e2e39 10%, #2f324100 100%);
}

.promo_info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 15px;
}

.promo_result .text-danger{font-size: 11px;margin-top: 8px;margin-bottom: 0px;}

.promo_title {
  font-weight: 600;
  font-size: 15px;
}

.promo_description {
  font-weight: 600;
  font-size: 11px;
  color: #7e7d93;
  line-height: 17px;
}

.notif_block_sucess {
    border-radius: 15px;
    background: linear-gradient(45deg, #3d3d4b 30%, #404050 100%);
    font-size: 10.3px;
    display: flex;
    padding: 27px 16px 27px 16px;
    gap: 12px;
    margin-top: 17px;
    font-weight: 600;
    height: auto;
    flex-direction: column;
}

  .notif_block_sucess .m-icon.icon-remove, .bs-callout .m-icon.icon-remove {
    position: absolute;
    right: 0px;
    margin-top: 19px;
    margin-right: -6px;
    transition: .2s all;
    font-size: 9px;
    width: 19px;
    line-height: 1px;
    border-radius: 50px;
    height: 19px;
    display: flex;
    z-index: 1;
    font-weight: 500;
    background: #ff737326;
    color: #ff888866;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    }

 .notif_block_sucess .m-icon.icon-remove:hover, .bs-callout .m-icon.icon-remove {
    background: #ff73733d;
    color: #ff8888ab;
    }

.birth_block {
  background: #252836;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.birth_person {
  background: #393d4e;
  padding: 10px 13px;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}


.birth_login {
  color: #fff;
  font-weight: 600;
}

.birth_img {
  width: 37px;
  padding: 3px;
  height: 37px;
  border: solid 3px #595e74;
  margin-right: 11px;
  border-radius: 50%;
}

.birth_text {
  font-size: 14px;
  font-weight: 600;
}

.birth_day {
  color: #7a8098;
  font-size: 10.9px;
  font-weight: 600;
}

.birth_second {
  font-weight: 600;
  color: #575c6f;
  font-size: 11.5px;
  margin-top: 5px;
  margin-bottom: 13px;
  line-height: 15px;
}

.btn_birth {
  background: #53586b;
  height: 34px;
  width: 34px;
  transition: 0.2s;
  font-size: 16px;
  color: #959aae;
  display: flex;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
}

.btn_birth:hover {
   color: #ffffff;
    background: #62687d;
}

.bottom_under {
  background: #212129;
  margin-top: 60px;
}

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

.block_open_cases {
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f3b 0, #38644f85 100%));
  background-size: cover;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  height: 95px;
  border-radius: 15px;
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #e0f7e9;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.block_open_cases:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.bottom_head {
  display: flex;
  background: #2d2d37;
  margin-top: -50px;
  padding: 35px;
  border: solid 1px #393946;
  border-radius: 20px;
  align-items: center;
  flex-direction: column;
}

.name_card {
  font-weight: bold;
}

.desp_card {
  font-weight: bold;
  font-size: 11px;
  color: #747489;
}

.pro:hover .flex_promo_text {
    transition: 0.2s;
    text-shadow: #48ca8b 1px 0 30px;
}

.pro{
    color: #ffffff;
    height: 60px;
    width: fit-content;
    display: flex;
    background: #ffffff00;
    cursor: default;
    gap: 6px;
    position: relative;
    padding: 0px 0px 13px 0px;
    float: left;
    font-size: 11px;
    margin-left: 20px;
    top: -2px;
    transition: 0.2s;
    font-weight: 600;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.pro i{font-size: 18px;background: -webkit-linear-gradient(#4e9171, #4ee49b);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.arrta::after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
}
.arrta::after{
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-left: -15px;
  border-bottom: 15px solid #fff0;
  top: -15px;
}
.arrta::after {
    left: 8%;
}

.prcr {
  transition: opacity 0.2s ease-in;
  position: absolute;
  =:
  solid 1px #454a54;
  background: linear-gradient(360deg, #33334078 0%, #363643cc 30%);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 35px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 35px 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0s linear 0.2s;
  transition: opacity 0.2s, visibility 0s linear 0.2s;
  z-index: 9999;
  top: 70px;
  width: 300px;
  right: 0;
  border-radius: 15px;
  padding: 20px;
  left: 140%;
  margin-left: -140px;
}
.pro:hover .prcr {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.href_bottom {
  color: #646475;
  line-height: 18px !important;
  transition: 0.0s;
  padding-bottom: 5px;
}

.href_bottom:hover {
  color: #ffffff;
  border-bottom: solid 2px #4ddd97
}

.line_purse {
  display: block;
  width: 30px;
  background: linear-gradient(358deg, #3a7157 0%, #4dde97 55%);
  box-shadow: 0px 0px 20px #48c186;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 7px;
  border-radius: 50px;
}

.bottom_footer {
  display: flex;
  width: 100%;
}

.event_content {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  display: block;
}

.event_date {
  color: #6e6e83;
  font-size: 10.6px;
  font-weight: 600;
  margin-top: 5px;
}

.event_flex {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.row_events {
  display: flex;
  background: linear-gradient(1deg, #25252e 30%, #292932 100%);
  box-shadow: 0px 5px 10px #13151a4f;
  border-radius: 18px;
  margin-bottom: 20px;
  gap: 15px;
  padding: 20px;
}

.right_events {
  width: 50%;
  background: #353541;
  padding: 17px;
  background-size: cover;
  border-radius: 16px;
}

.small_online {
  max-width: 300px;
  display: flex;
}

.left_events {margin-bottom: -10px;width: 50%;}

.text_forum_activity {
  color: #ffff !important;
  font-size: 12px !important;
}

.line_purse1 {
  display: block;
  background: linear-gradient(358deg, #3a7157 0%, #4dde97 55%);
  width: 8px;
  height: 4px;
  margin-top: 5px;
  box-shadow: 0px 0px 20px #4dde97;
  margin-right: 5px;
  margin-bottom: 7px;
  border-radius: 50px;
}

.last_activity_theme {
  color: #fff;
  font-size: 11.5px;
}

.img_actiity {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  vertical-align: text-top;
}

.description_activity {
  font-weight: 600;
  color: #7e7e94;
  font-size: 10.6px;
}

.activity_flex {
  display: flex;
  flex-direction: column;
  line-height: 17px;
}

.flex_activity {
  display: flex;
  flex-direction: column;
  line-height: 15px;
}

.activity_btn {
  border: none;
  transition: .2s all;
  background: #4e4e5f;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  color: #8e8ea8;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity_btn:hover {
  background: #57576a;
  color: #ffffff;
  transform: rotate(180deg);
}

.left_side_activity {
  display: flex;
  gap: 15px;
  align-items: center;
}

.event_login {
  font-weight: 600;
  font-size: 12px;
}

.stats_icon {
  width: 40px;
  height: 40px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #656577 0, #6363777d 100%));
  text-shadow: #00000063 1px 0 10px;
  display: flex;
  border-radius: 50px;
  color: #8e8ea4;
  font-size: 17px;
  align-items: center;
  justify-content: center;
}

.text_top_users {
  color: #fff;
  font-weight: 600;
  font-size: 12.5px;
}

.cooperation_btn {
  border-radius: 50px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  text-shadow: #00000087 1px 0 7px;
  color: #ffffff;
  width: 34px;
  display: flex;
  height: 34px;
  transition: .2s all;
  font-size: 8.5px;
  align-items: center;
  justify-content: center;
}

.cooperation_btn:hover {
  opacity: 0.7;
}

.flex_activity_info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.add_theme_forum {
  width: 35px;
  height: 35px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
  text-shadow: #00000087 1px 0 7px;
  color: #ffffff;
  display: flex;
  transition: .2s all;
  font-size: 18px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
}

.add_theme_forum:hover {
  opacity: 0.7;
  color: #ffff;
}

.flex_activity span{
    font-size: 10.5px;
    color: #6dbf97;
    font-weight: 600;
}

.line_title {
  display: flex;
}

.footer_description {
  font-weight: 600;
  color: #727285;
  font-size: 11.5px;
}

.top_user {
  display: flex;
  background: #32323d;
  padding: 17px;
  background-size: cover;
  border-radius: 15px 15px 0px 0px;
  justify-content: space-between;
  flex-direction: column-reverse;
  position: relative;
}

.img_top_user {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: solid 5px #383844;
}

.flex_top_users {
  position: relative;
  display: flex;
  flex-direction: column;
}

.flex_top_users a img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: solid 5px #383844;
}

.desp_top_users {
  color: #77778b;
  position: relative;
  top: 2px;
  font-weight: 600;
  font-size: 11px;
  transition: .2s all;
}

.desp_top_users:hover {
  color: #ffffff;
}

.bottom_top_user {
  border-radius: 0px 0px 15px 15px;
  height: 35px;
  background: linear-gradient(90deg, #383844 10%, #32323d 90%);
  padding-right: 35px;
  display: flex;
  align-items: center;
  border-top: solid 1px #444851;
  justify-content: space-around;
}

.rait_top {
     color: #fff;
    border: solid 1px #58586c;
    display: flex;
    background: #5555686e;
    padding: 0px 10px 0px 4px;
    gap: 8px;
    font-weight: 600;
    font-size: 11px;
    height: 26px;
    border-radius: 6px;
    align-items: center;
}

.flex_rait .frags {
	border-radius: 4px;
	color: #fff;
	text-shadow: #000000d4 1px 0 7px;
	height: 20px;
	padding-top: 1px;
	display: flex;
	width: 20px;
	font-size: 11px;
	background: linear-gradient(34deg, #386650 0%, #4acf8f 55%);
	align-items: center;
	justify-content: center;
}

.flex_rait .deaths {
  border-radius: 4px;
  color: #fff;
  text-shadow: #000000d4 1px 0 7px;
  height: 20px;
  display: flex;
  width: 20px;
  font-size: 11px;
  background: linear-gradient(34deg, #bd4141 0%, #fd5656 55%);
  align-items: center;
  justify-content: center;
}

.rait_top .headshots {
  border-radius: 4px;
  text-shadow: #000000d4 1px 0 7px;
  color: #fff;
  height: 20px;
  display: flex;
  width: 20px;
  font-size: 11px;
  background: linear-gradient(34deg, #ad6f2c 0%, #ffa33e 55%);
  align-items: center;
  justify-content: center;
}

.flex_rait {
  display: flex;
  transform: skewX(348deg);
  gap: 7px;
  margin-bottom: -23px;
}

.top1 {
  position: absolute;
  z-index: 20;
  background: linear-gradient(34deg, #5050a6 0%, #7979eb 65%);
  padding: 1px 9px;
  border-radius: 50px;
  box-shadow: 0px 0px 20px #7979ea8a;
  font-weight: 600;
  text-shadow: #00000096 1px 0 7px;
  font-size: 8.5px;
  color: #ffffff;
  right: 15px;
  top: 22px;
}

.top2 {
  position: absolute;
  z-index: 20;
  background: linear-gradient(34deg, #467f58 0%, #64aa7a 55%);
  padding: 1px 9px;
  border-radius: 50px;
  box-shadow: 0 0 20px #64a97a9e;
  font-weight: 600;
  text-shadow: #00000096 1px 0 7px;
  font-size: 8.5px;
  color: #ffffff;
  right: 15px;
  top: 22px;
}

.top3 {
  position: absolute;
  z-index: 20;
  background: linear-gradient(34deg,#c77b56 0%,#ffb372 55%);
  padding: 1px 9px;
  border-radius: 50px;
  box-shadow: 0 0 20px #f4ac6d7d;
  font-weight: 600;
  text-shadow: #00000096 1px 0 7px;
  font-size: 8.5px;
  color: #ffffff;
  right: 15px;
  top: 22px;
}

.flex_info_top_user {
  display: flex;
  gap: 10px;
  margin-left: 3px;
  position: relative;
  top: 39px;
  align-items: center;
  overflow: hidden;
}

.flex_info_top_user a i {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>input[type="radio"]:checked+label {
    background-color: #4c4c5e;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    border-radius: 9px;
    padding: 5px 5px;
}

.tabs>div {
    display: none;
    border-radius: 15px;
}

#tab-btn-1:checked~#content-1, #tab-btn-2:checked~#content-2, #tab-btn-3:checked~#content-3 {
    display: block;
}

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 11px;
    font-weight: 600;
    position: initial;
    border-radius: 9px;
    padding: 5px 5px;
    background-color: #4c4c5e94;
    border: 1px solid transparent;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    margin-left: -24px;
    cursor: pointer;
    margin-right: 24px;
    margin-bottom: 7px;
    z-index: 0;
}

.tabs>label:first-of-type {
    margin-left: 0;
}

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

.img_donators {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  transition: .3s all;
  position: relative;
}

.flex_water_sdg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: bold;
  color: #646478;
  line-height: 19px;
  font-size: 11.5px;
}

.center_sub {
  width: 90px;
  position: fixed;
  margin-top: auto;
  top: 35%;
  margin-bottom: auto;
  z-index: 100;
  gap: 1px;
  display: flex;
  align-items: center;
}

.flex_text_donators {
  display: flex;
  flex-direction: column;
  line-height: 15px;
}

.desp_donator {
  color: #7d818e;
  font-size: 11px;
}

.text_donator {
  color: #ffff;
  font-size: 12px;
}

.btn_top_block {
  gap: 6px;
  display: flex;
  border: solid 1px #434351;
  background: #5050622e;
  padding: 7px;
  border-radius: 11px;
}

.name_top_usr {
  color: #ffff;
  font-weight: 600;
  font-size: 13px;
}

.border_water_sdg {
  width: 46px;
  background: #4ad08f1f;
  height: 46px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_top_usr {
  display: flex;
  flex-direction: column;
  line-height: 17px;
}

.desp_top_usr {
  color: #787890;
  font-weight: 600;
  line-height: 15px;
  font-size: 11px;
}

.right_now_online {
  padding: 0px 12px;
  border-radius: 50px;
  font-weight: 600;
  background: linear-gradient(212deg, #87e59542 0%, #7eda8d17 85%);
  font-size: 8.1px;
  color: #94eb97;
  letter-spacing: 1px;
}

.head_online_users {
  color: #817e96;
  font-weight: 600;
  font-size: 11.5px;
  margin-bottom: 10px;
  display: flex;
  padding-left: 5px;
  justify-content: space-between;
  align-items: center;
}

.profile_r_block {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 5px 10px #13151a4f;
  background: linear-gradient(1deg, #25252e 30%, #292932 100%);
  margin-bottom: 13px;
}

.profile_r_block .empty-element {border-radius: 14px !important;background: #3a3a4759 !important;display: flex !important;margin-bottom: 0px;width: 100%;font-weight: bold;color: #727287;font-size: 11px;border: dashed 1px #4a4a5b !important;padding: 40px !important;align-items: center !important;justify-content: center !important;}

.profile_r_block .lst_activity_block {
	background: linear-gradient(278deg, #343440 10%, #31313c 60%) !important;
}

.profile_r_block .activity_btn {
	background: #464654;
	color: #808093;
}

.profile_r_block .activity_btn:hover {
	background: #4e4e5e;
	color: #ffffff;
}

.profile_r_block .description_activity {
    font-weight: 600;
    color: #838394;
    font-size: 10.6px;
}

.profile_r_block_activity {
  background: #333749;
  border-radius: 20px;
  padding: 20px;
  background-size: cover;
  margin-bottom: 13px;
}


#friends {
	display: flex;
	margin-top: 10px;
	overflow: hidden;
}

.small-friend {
    display: flex;
    gap: 6px;
    padding: 13px 10px;
    min-width: 85px;
    font-size: 10.5px;
    color: #fff;
    max-width: 83px;
    margin-right: 2.2%;
    background: linear-gradient(1deg, #373744a8 30%, #3a3a48 100%);
    text-align: center;
    border-radius: 14px;
    flex-direction: column;
    align-items: center;
}

.small-friend span {
    text-overflow: ellipsis;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
}

.small-friend:hover {
    opacity: 0.7;
	color: #fff;
}

.btn_admin_func {
  background: #343440;
  width: 100%;
  padding: 0px 9px;
  color: #6f6f83 !important;
  gap: 10px;
  font-size: 11px;
  border-radius: 10px;
  display: flex;
  height: 48px;
  transition: 0.2s;
  align-items: center;
}

.btn_admin_func:hover {
  background: #3e3e4b;
  color: #ffffff !important;
}

.btn_admin_func:hover i{
  background: #35a16d;
  color: #ffffff !important;
}

.btn_admin_func i{
  font-size: 16px;
  transition: 0.2s;
  background: #42424f;
  width: 32px;
  height: 32px;
  display: flex;
  border-radius: 8px;
  color: #78788b;
  align-items: center;
  justify-content: center;
}

.small-friend img{
    width: 44px;
    border-radius: 50%;
    height: 44px;
    z-index: 1;
    margin-right: 3.3%;
    padding: 3px;
}

.buttom_balance_left {
  display: flex;
  flex-direction: column;
  line-height: 19px;
}

.top_balance_left {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.link_water {
  color: #868697;
  border-bottom: dashed 1px #868697d6;
  padding-bottom: 3px;
  margin-left: 1px;
}

.link_water:hover {
  color: #ffffff;
  border-bottom: dashed 1px #ffffff;
}

.flex_head_l {
  display: flex;
  gap: 10px;
}

.procent_name_menu {
  color: #6f6f83;
  font-weight: bold;
  font-size: 11px;
}

.procent_admin_menu {
  font-size: 12px;
  transition: 0.2s;
  font-weight: bold;
  display: flex;
  border-radius: 8px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}

.modal_head {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: -10px;
  display: flex;
  justify-content: space-between;
}

.personal_card_flex_top {
  border-radius: 20px;
  padding: 25px;
  background: linear-gradient(1deg, #373744a8 30%, #3a3a48 100%);
}

.name_card_user {
  font-weight: bold;
  color: #c0ffe0;
}

.name_card_user_purse {
  font-weight: bold;
  color: #b5f9d8;
  font-size: 15px;
}

.login_card {
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

.login_card_purse {
  font-weight: bold;
  font-size: 12px;
  margin-top: 2px;
  color: #ffff;
  text-transform: uppercase;
}

.left_item_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.right_item_card {display: flex;align-items: flex-end;}

.point_header {
  z-index: 1;
  display: block;
  width: 13px;
  height: 13px;
  border: solid 4px #212330;
  border-radius: 50%;
  background: #ffc491;
  top: 11px;
  position: absolute;
  right: 18px;
}

  .tabs__controls button {
    border: none;
    width: 31px;
    height: 31px;
    background: #454554;
    font-size: 14px;
    border-radius: 8px;
    color: #7f7f96;
    display: flex;
    transition: 0.2s;
    cursor: pointer;
    appearance: none;
    align-items: center;
    justify-content: center;
  }

  .tabs__controls button:hover,
  .tabs__controls button:focus {
    background: #4f4f61;
    color: #ffffff;  
  }

  .tabs__controls button[aria-selected="true"] {
    color: #f5fffd;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
    text-shadow: #000000d4 1px 0 7px;
  }

  .tabs__controls {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

  ul {
    padding: 0;
    list-style: none;
  }


  @media screen and (min-width: 768px) {
    .tabs__controls button {
    }

    .tabs__panel__inner {
    }

    ul {
      margin: 0;
    }
  }