.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: flex;
  gap: 9px;
  border-radius: 15px;
}

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

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

.flex_sub {
  
}

.icon_age {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: linear-gradient(23deg, #9e5151 0%, #f77373 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: #727480;
  font-size: 11.5px;
}

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

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

.interaction_mess {
  display: flex;
  gap: 10px;
  width: 110px;
  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: #e5768d2b;
 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: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  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;
  gap: 7px;
  margin-bottom: 10px;
}

.online_us {
    display: flex;
    background: #474c56;
    padding: 0px 10px;
    height: 53px;
    border-radius: 12px;
    gap: 11px;
    transition: 0.2s;
    align-items: center;
    width: 100%;
}

.online_us .list_online{
    display: none;
}

.online_us i{width: 23px;height: 23px;background: #00000033;border-radius: 6px;display: flex;color: #ffffff;margin-right: 8px;font-size: 13px;align-items: center;justify-content: center;}

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

.online_us_all:hover .today_online {
  background: #606573;
  height: 34px;
  transition: 0.2s;
  width: 34px;
  color: #a8abba;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
}

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

.online_us_all i{
    width: 34px;
    height: 34px;
    background: linear-gradient(23deg, #4c515d 0%, #636a7a 65%);
    border-radius: 9px;
    display: flex;
    color: #9295a6;
    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: #272a30;
  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, #fe954459 0%, #e5768d00 55%);
  font-size: 10.5px;
  transition: .2s all;
  background-color: #e5768d45;
  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: #ff8e5a66 !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: #ffa0552b;
  transition: 0.2s;
  border: solid 1px #f9a8694a;
  height: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #f9a869;
  align-items: center;
  justify-content: center;
}

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

.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: #9297aa;
    margin-right: 0px;
    border: solid 3px #2b2e35;
    padding: 1px;
    border-radius: 50%;
    background: #525661;
    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: #646a774f;
    color: #7f818e;
}

.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: #ffded8;
    top: 12px;
}

.front i {
	font-size: 50px;
	position: relative;
	color: #ffded8;
	top: 12px;
}

.balance-left {
    height: 155px;
    padding: 20px 25px;
    display: flex;
    background-size: cover !important;
    padding-top: 6px;
    border-radius: 17px;
    flex-direction: column;
    justify-content: space-between;
}

.balance-left i {
	font-size: 40px;
	position: relative;
	margin-bottom: -70px;
	top: -60px;
	left: 160px;
	color: #ffded8;
	width: 10px;
}

.skidka-right {
    height: 48px;
    background: linear-gradient(208deg, #45474f 0%, #3b3f49 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;
	     width: 42px;
	     font-size: 17px;
	     display: flex;
	     background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
	     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: #a2a6b9bf !important;
       font-weight: bold;
       height: 42px;
       border-radius: 9px;
       font-size: 11px;
       padding: 0px 15px;
       display: flex;
       transition: .2s all;
       background: #454953;
       align-items: center;
       justify-content: center;
}

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

.profile-settingss {
    color: #ffffffbf;
    font-weight: bold;
    height: 42px;
    border-radius: 9px;
    padding: 0px 20px;
    font-size: 10px;
    background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
    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: #444951;
}

.bottom-button:hover {
    color: #ffffff;
    background: #4e545d;
}

.bottom-button:hover .price_btn {
    background: #e5768d;
    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 #898c9794;
    color: #8a8d99 !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;
	color: #60667f;
	background: linear-gradient(1deg, #454a54a8 30%, #454a54 100%);
	border-radius: 14px;
	padding: 10px;
	align-items: center;
}

.block_head i{
	font-size: 17px;
	width: 38px;
	height: 38px;
	display: flex;
	background: linear-gradient(31deg, #585e6aa3 30%, #585e6a 100%);
	color: #8a91a0;
	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: #686d75;
    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: #000000db 0px 0 5px;
    z-index: 900;
    text-align: center;
    background: linear-gradient(23deg, #fe9544 0%, #e5768d 65%);
    font-size: 9px;
    display: none;
    color: #fff;
    font-weight: 600;
    left: 11px;
    top: -3px;
    border: solid 3px #2b2e35;
    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, #363a42 30%, #393d46 100%);
    z-index: 1100;
    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;
}

.stage {
    border-bottom: 3px solid #444;
    display: flex;
    height: 330px;
    width: 100%;
}

.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;
    background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
    font-size: 15px;
    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: #767a83;
    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: #8b919d;
  background: linear-gradient(208deg, #5b616c 0%, #474c56 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;
  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  font-size: 15px;
  color: #ffffff;
  height: 33px;
  width: 33px;
  border-radius: 50%;
}

.flex_head_block .bx-star {
	color: #7f8692;
	background: linear-gradient(208deg, #545a66 0%, #424751 55%);
}

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

.flex_top_usr_i i{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background: linear-gradient(23deg, #42474f 0%, #535861 55%);
  color: #91939d;
  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: #a5aac0;
  background: linear-gradient(23deg, #42484f 0%, #50565f 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;
    }
}

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

.slide_block:hover {
    background: #dc768740;
}

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

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

.slide_block i{
	top: -1px;
	width: 31px;
	height: 31px;
	right: 1px;
	color: #ffffff;
	font-size: 16px;
	background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
	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) {
    .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: solid 3px #2b2e35;
    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;}


    .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(255 255 255 / 8%);
  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: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  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: #818389;
  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: #7c7f85;width: 28px;height: 28px;display: flex;border-radius: 50px;background: #3b3f46;align-items: center;justify-content: center;}

.btn_message {
  border-radius: 50px;
  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  width: 32px;
  display: flex;
  position: absolute;
  height: 32px;
  color: #ffffff !important;
  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: 50%;
        color: rgb(255 255 255);
        font-size: 14px;
        display: flex;
        padding-left: 1px;
        width: 26px;
        height: 26px;
        background: rgb(255 255 255 / 20%);
        align-items: center;
        justify-content: center;
}

.point {
    display: flex;
    position: relative;
    letter-spacing: 1px;
    backdrop-filter: blur(7px);
    gap: 10px;
    padding: 6px 16px 6px 6px;
    background: rgb(255 255 255 / 12%);
    align-items: center;
    font-size: 8px;
    color: rgb(255 255 255);
    font-weight: 600;
    border-radius: 50px;
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 1.6s;
    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, #be5555 0%, #ed7171 55%);
  z-index: 1;
  bottom: 16px;
  left: 17px;
  color: #ffffff;
  position: absolute;
}

.online_txt {
  display: flex;
  flex-direction: column;
  line-height: 15px;
  color: #8d92a0;
  font-size: 10.5px;
  font-weight: 600;
}

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

.box_online {
  display: flex;
  height: 35px;
  font-weight: 600;
  position: relative;
  background: linear-gradient(23deg, #d57949 0%, #b4596c 55%);
  border-radius: 9px;
  align-items: center;
  padding: 0px 11px 0px 5px;
  justify-content: center;
}

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

.today_online {
  background: #575b68;
  height: 34px;
  transition: 0.2s;
  width: 34px;
  color: #8d9099;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  border-radius: 9px;
  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: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);font-size: 16px;margin-right: 5px;align-items: center;border-radius: 50px;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: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  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, #4c535f 30%, #565d6a 100%);
  color: #999fa8;
  padding: 3px 15px;
  border-radius: 50px;
}

.delete_message {
  color: #50556b;
  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, #383c46 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: #7c8089;
  line-height: 17px;
}

.notif_block_sucess {
    border-radius: 15px;
    background: linear-gradient(45deg, #454b56 30%, #404550 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: #2b2e35;
  margin-top: 60px;
}

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

.block_open_cases {
  background: linear-gradient(0deg, #393c44 30%, #444851 100%);
  background-size: cover;
  font-weight: bold;
  line-height: 19px;
  width: 100%;
  height: 95px;
  border-radius: 15px;
  display: flex;
  padding: 15px;
  justify-content: space-between;
  flex-direction: column;
}

.block_open_cases:hover {
opacity: 0.7;
}

.bottom_head {
  display: flex;
  background: #32353d;
  margin-top: -50px;
  padding: 35px;
  border: solid 1px #3e424b;
  border-radius: 20px;
  align-items: center;
  flex-direction: column;
}

.name_card {
  font-weight: bold;
}

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

.pro:hover .flex_promo_text {
    transition: 0.2s;
    text-shadow: #ff8fa0bf 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;
    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(#de7788, #f7923e);-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, #373b448c 0%, #373b44ba 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: #686a75;
  line-height: 18px !important;
}

.href_bottom:hover {
  color: #ffffff;
}

.line_purse {
  display: block;
  background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  width: 30px;
  box-shadow: 0px 0px 20px #e5768d;
  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: #80828e;
  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, #2c2f36 30%, #343840 100%);
  box-shadow: 0px 5px 10px #13151a4f;
  border-radius: 18px;
  margin-bottom: 20px;
  gap: 15px;
  padding: 20px;
}

.right_events {
  width: 50%;
  background: #3c4049;
  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(23deg, #fe9544 0%, #e5768d 55%);
  width: 8px;
  height: 4px;
  margin-top: 5px;
  box-shadow: 0px 0px 20px #e5768d;
  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: #8c9197;
  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: #545963;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  color: #898d97;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity_btn:hover {
  background: #646974;
  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: linear-gradient(321deg, #676c77ab 0%, #676c77 55%);
  display: flex;
  border-radius: 50px;
  color: #9f9fb1;
  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: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
  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 {
  background: #ffffff17;
  width: 35px;
  height: 35px;
  color: #ffffff4a;
  display: flex;
  transition: .2s all;
  font-size: 18px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
}

.add_theme_forum:hover {
  background: #ffffff24;
  color: #ffffff;
}

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

.line_title {
  display: flex;
}

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

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

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

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

.desp_top_users {
  color: #7d808b;
  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, #444851 10%, #444851a3 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 #575963;
  display: flex;
  background: #9496a026;
  padding: 0px 10px;
  gap: 8px;
  font-weight: 600;
  font-size: 11px;
  height: 26px;
  border-radius: 50px;
  align-items: center;
}

.rait_top .bx-heart{
  color: #ff7f7f;
  text-shadow: #fd8686 1px 0 10px;
  font-size: 14px;
}

.rait_top .bx-message{
  color: #86b6ae;
  text-shadow: #86b6aefa 1px 0 10px;
  font-size: 14px;
}

.rait_top .bx-trophy{
  color: #ffbf81;
  text-shadow: #ffbf81e6 1px 0 10px;
  font-size: 14px;
}

.flex_rait {
  display: flex;
  gap: 8px;
  margin-bottom: -23px;
}

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

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

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

.tabs>input[type="radio"]:checked+label {
    background-color: #585d68;
    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: #585d68a1;
    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: 44px;
  width: 44px;
  background: linear-gradient(120deg, #32364800 30%, #696b73 100%);
  padding: 4px;
  border-radius: 50%;
  transition: .3s all;
  position: relative;
}

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

.center_sub {
  width: 90px;
  position: fixed;
  margin-top: auto;
  top: 330px;
  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 #484954;
  background: #4649513b;
  padding: 7px;
  border-radius: 11px;
}

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

.border_water_sdg {
  width: 46px;
  background: #e5768d24;
  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: #82848b;
  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: #838591;
  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, #2c2f36 30%, #343840 100%);
  margin-bottom: 13px;
}

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

.profile_r_block .lst_activity_block {
	background: linear-gradient(278deg, #3f444d 10%, #3f444db0 60%) !important;
}

.profile_r_block .activity_btn {
	background: #535963;
	color: #8a8f98;
}

.profile_r_block .activity_btn:hover {
	background: #5d646e;
	color: #ffffff;
}

.profile_r_block .description_activity {
    font-weight: 600;
    color: #888b94;
    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: 89px;
    font-size: 10.5px;
    color: #fff;
    max-width: 83px;
    margin-right: 2.2%;
    background: linear-gradient(1deg, #44485085 30%, #434851 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: #3b3f47;
  width: 100%;
  padding: 0px 9px;
  color: #747981 !important;
  gap: 10px;
  font-size: 11px;
  border-radius: 10px;
  display: flex;
  height: 48px;
  transition: 0.2s;
  align-items: center;
}

.btn_admin_func:hover {
  background: #4a4f58;
  color: #ffffff !important;
}

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

.btn_admin_func i{
  font-size: 16px;
  transition: 0.2s;
  background: #494e56;
  width: 32px;
  height: 32px;
  display: flex;
  border-radius: 8px;
  color: #737880;
  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: #94959d;
  border-bottom: dashed 1px #94959d;
  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: #7b7e89;
  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;
  background-size: cover;
  padding: 25px;
}

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

.name_card_user_purse {
  font-weight: bold;
  color: #ffded8;
  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: #50555f;
    font-size: 14px;
    border-radius: 8px;
    color: #8e919a;
    display: flex;
    transition: 0.2s;
    cursor: pointer;
    appearance: none;
    align-items: center;
    justify-content: center;
  }

  .tabs__controls button:hover,
  .tabs__controls button:focus {
    background: #585e68;
    color: #a5a8b0;  
  }

  .tabs__controls button[aria-selected="true"] {
    background: #e5768d;
    color: #f5fffd;
  }

  .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;
    }
  }