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

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

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

.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: #797979;
    font-size: 11.5px
}

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

.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: 0;
    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: 31px;
    transition: 0.2s;
    height: 31px;
    background: #da925633;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.circle_rules:hover {
    opacity: .7
}

@keyframes animate_reduce {
    0% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    50% {
        transform: scale3d(.95, .95, .95)
    }

    100% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
}

.circle_rules i {
    width: 19px;
    height: 19px;
    background: #da9256;
    border-radius: 50px;
    font-size: 11px;
    color: #f3fffd;
    display: flex;
    align-items: center;
    justify-content: center
}

.rules_chat {
    background: #464b5e;
    display: flex;
    gap: 9px;
    font-weight: 600;
    padding: 0 11px 0 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: #414659;
    padding: 0 12px;
    height: 50px;
    border-radius: 10px;
    gap: 11px;
    transition: 0.2s;
    align-items: center;
    width: 100%
}

.online_us .list_online {
    display: none
}

.online_us i {
    width: 26px;
    height: 26px;
    background: #00000036;
    border-radius: 6px;
    display: flex;
    color: #b0c0c2;
    margin-right: 8px;
    font-size: 14px;
    align-items: center;
    justify-content: center
}

.online_us_all {
    display: flex;
    padding: 0 11px;
    background: linear-gradient(360deg, #3f3f3f 0%, #434343 55%);
    height: 54px;
    margin-bottom: 10px;
    border-radius: 11px;
    transition: .2s all;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.online_us_all i {
    width: 34px;
    height: 34px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    border-radius: 9px;
    display: flex;
    color: #ffffff;
    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: #da92562e;
    color: #fff;
    font-size: 8.5px
}

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

.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: #fff
}

.head_chat_block {
    padding: 12px 15px;
    border-radius: 12px;
    display: flex;
    background: linear-gradient(15deg, #da925621 30%, #3838388f 100%);
    margin-top: -9px;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center
}

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

.sb_description {
    display: flex;
    color: #f3ba89;
    font-weight: 600;
    width: 89px;
    background: #da92561c;
    font-size: 10.5px;
    transition: .2s all;
    gap: 5px;
    padding: 0 4px;
    border-radius: 50px;
    height: 23px;
    margin-bottom: -2px;
    align-items: center
}

.sb_description i {
    display: flex;
    color: #ffcda4 !important;
    font-weight: 600;
    background: #ffbd8633 !important;
    font-size: 10px !important;
    right: 0px !important;
    transition: .3s all;
    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: 35px;
    border-radius: 10px;
    display: flex;
    background: #da925630;
    transition: 0.2s;
    border: solid 1px #ffb27342;
    height: 35px;
    font-size: 16px;
    font-weight: 600;
    color: #eda162;
    align-items: center;
    justify-content: center
}

.btn_long_nav:hover {
    color: #fff;
    border: solid 1px #d99155;
    background: #d99155
}

.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: 700;
    font-size: 12px;
    color: #5c6181;
    align-items: center
}

.btn_menu_nav:hover {
    background: #da925640;
    color: #fff
}

.btn_menu_nav:hover i {
    color: #fff;
    background: #da925640
}

.btn_menu_privilegi .bx-star {
    width: 35px;
    transition: all 0.2s;
    height: 35px;
    background: linear-gradient(23deg, #466964 0%, #6b8884 55%);
    font-size: 16px;
    display: flex;
    color: #fff;
    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: 700;
    color: #fff;
    align-items: center;
    justify-content: space-between
}

.btn_menu_privilegi .bx-chevron-right {
    color: #969ac2;
    transition: 0.2s;
    background: #da925633;
    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 {
    color: #fff;
    background: #da925633;
    transform: rotate(180deg)
}

.sdg_online {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-shadow: #eda162 0px 0px 9px;
}

.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: #999999;
    margin-right: 0;
    border: solid 3px #1f1f1f;
    padding: 1px;
    border-radius: 50%;
    background: #484848;
    z-index: 1;
    font-size: 13px
}

.profile-info {
    background: #ffffff00;
    padding: 0;
    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: 0;
    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: #6a6a6a4f;
    color: #858585;
}

.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: #fff;
    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: #da92561c;
    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: 0;
    background: #1e263800;
    flex-wrap: nowrap;
    margin-bottom: 50px;
    border-radius: 15px
}

.line_h1 {
    width: 43px
}

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

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

.online-right {
    background: #fff0;
    width: 48%;
    padding: 0;
    height: 261px;
    margin-bottom: 0;
    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: 0;
    border-radius: 0;
    padding: 14px 0 0 0;
    background: #d16c6c00;
    height: 30px;
    margin-top: 6px;
    position: relative;
    top: 8px;
    transition: 0.2s
}

.blockprofile:hover {
    opacity: .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: #ffe5d0;
    top: 12px
}

.front i {
    font-size: 50px;
    position: relative;
    color: #ffdfd0;
    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: #ffdec3;
    width: 10px
}

.skidka-right {
    height: 48px;
    background: linear-gradient(208deg, #4b4b4b 0%, #404040 55%);
    padding: 0 15px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between
}

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

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

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

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

.razblokirovat {
    border: none;
    padding: 5px 20px;
    color: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: #da92563b;
    padding: 10px;
    height: 35px;
    box-shadow: 0 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: 700;
    height: 42px;
    border-radius: 10px;
    width: 42px;
    font-size: 17px;
    display: flex;
    letter-spacing: 1px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    transition: .2s all;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

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

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

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

.profile-settingss {
    color: #ffffffbf;
    font-weight: 700;
    height: 42px;
    border-radius: 9px;
    padding: 0 20px;
    font-size: 10px;
    display: flex;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    letter-spacing: 1px;
    transition: .2s all;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.profile-settingss:hover {
    color: #fff;
    opacity: .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: #fff;
    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: #fff;
    background: #569579;
    border: solid 1px #569579
}

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

.bottom-button:hover {
    color: #fff;
    background: #484849
}

.bottom-button:hover .price_btn {
    background: #da9256;
    color: #fff
}

.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 #838383bd;
    color: #838383 !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: .6
}

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

.block_head i {
    font-size: 18px;
    width: 38px;
    height: 38px;
    display: flex;
    background: linear-gradient(31deg, #515151ab 30%, #5d5d5d 100%);
    color: #878787;
    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: 0;
    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: 0;
    border-radius: 15px;
    margin-left: -18px;
    height: 130px
}

.slick-track {
    position: relative;
    top: 0;
    padding: 0;
    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: #fff
}

.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: .8;
    transition: .2s all;
    height: 121px;
    cursor: pointer;
    border-radius: 15px
}

.dropbtn {
    color: #fff;
    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: .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: .4px #303546
}

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

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

.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: .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: .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: .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;
    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: .7;
    color: #7d2ae8;
    transition: all 0.3s ease
}

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

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

.ipadress:hover {
    color: #fff;
    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;
    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 #1f1f1f;
    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: 0;
    padding: 0;
    border-radius: 15px;
    background: #fff0
}

.knopka1 {
    background: #232736;
    float: left;
    width: 48.5%;
    border-radius: 15px;
    margin-bottom: 0;
    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: 0;
    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: 0 5px 10px #13151a4f;
    position: absolute;
    background: linear-gradient(19deg, #323232 30%, #363636 100%);
    top: 60px;
    z-index: 900;
    border-radius: 15px
}

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

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

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

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

#block div {
    width: 100%
}

.w-100:hover {
    width: 100% !important;
    opacity: .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: 0;
    padding-left: 0;
    padding-right: 0;
    background: #1e222f;
    height: 93px;
    position: relative;
    opacity: 1;
    border-radius: 15px;
    transition: 0.2s
}

.spisok:hover {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background: #232540;
    height: 93px;
    position: relative;
    opacity: .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: 700;
    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, #865023 0%, #da9256 55%);
    font-size: 15px;
    margin-top: 7px;
    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: .8;
    color: #fff
}

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 {
    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: #6f6f6f;
    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: 0;
    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: 0;
    padding-left: 0;
    padding-right: 0;
    height: 100px;
    opacity: 1;
    border-radius: 15px;
    transition: 0.2s
}

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

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

.blockrek {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    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 0 0
}

.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: #fff
}

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: #fff
}

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: #fff
}

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: #fff
}

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: #8e8e8e;
    background: linear-gradient(208deg, #565656 0%, #424242 55%);
    width: 33px;
    border-radius: 9px
}

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

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

.flex_head_block i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    color: #fff;
    height: 33px;
    width: 33px;
    border-radius: 50%
}

.flex_head_block .bx-star {
    color: #ffffff;
    background: linear-gradient(23deg, #865023 0%, #da9256 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(360deg, #ffa75dad 0%, #ff9d4b63 55%);
    color: #fff;
    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: #878787;
    background: linear-gradient(23deg, #3b3b3b 0%, #494949 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 {
    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: 0;
        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: 0;
        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: 0;
        width: 100%;
        margin-right: 0;
        border-radius: 15px;
        margin-bottom: 0
    }

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

    .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: #da92561c;
        border-radius: 13px;
        height: 100%;
        width: 100%;
        margin-top: 30px
    }

    .profile_forum {
        background: #26324e;
        border-radius: 13px;
        height: 100%;
        margin-left: 0;
        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: #fff;
        font-weight: 600;
        position: relative;
        top: 20px
    }

    .razblokirovat {
        border: none;
        padding: 5px 20px;
        color: #fff;
        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: #fff;
        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: #fff;
        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: #fff;
        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: 0;
        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: 0;
        justify-content: space-between;
        flex-direction: column
    }

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

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

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

    .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: 0;
        width: 100%;
        position: relative;
        padding-right: 20px;
        padding-left: 20px;
        top: -15px;
        float: right;
        border-radius: 0
    }

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

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

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

    .novost {
        height: 36px;
        line-height: 1px;
        border-radius: 9px;
        background: rgb(55 60 76);
        font-weight: 700;
        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: 0;
        background: #fff0;
        margin-bottom: 20px;
        border-radius: 15px;
        display: none
    }

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

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

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

    .online-right {
        background: #fff0;
        width: 100%;
        padding: 0;
        height: 261px;
        margin-bottom: 0;
        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: 0;
        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: 0;
        display: none;
        margin-top: 0;
        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: 0;
        margin-bottom: -150px;
        flex-wrap: wrap
    }

    .stats_mini_block {
        background: #da92561c;
        display: flex;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 7px;
        margin-right: 0;
        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: 0;
        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: 0
    }

    .cifr-block {
        padding: 0;
        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: 0;
        padding: 11px;
        height: 220px;
        border-radius: 15px;
        background: #212531
    }

    .forum-infoo {
        display: none
    }

    .modal-bans {
        padding: 0;
        display: flex;
        margin-left: -14px;
        margin-bottom: 0;
        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: 0 5px 0 0;
        border-radius: 15px
    }

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

    .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: 0;
        margin-right: auto;
        position: relative;
        right: 0;
        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: #fff
    }

    .right-sidebar {
        display: none
    }

    .nav_slider {
        margin: 0
    }

    .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;
        color: #9ab9b4;
        font-weight: 600;
        width: fit-content;
        background: #7998932b;
        font-size: 0;
        transition: .2s all;
        gap: 0;
        padding: 0 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: .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: 0
    }
}

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

.slide_block:hover {
    background: #4a4a4a
}

.slide_block:hover .sb_description {
    color: #ffcda3;
    background: #da92563b
}

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

.slide_block i {
    border-radius: 10px;
    width: 34px;
    height: 34px;
    color: #ffbe89;
    background: linear-gradient(23deg, #9c602d1f 0%, #da925630 55%);
    font-size: 16px;
    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: #da92561c;
        border-radius: 9px
    }

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

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

    .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 #212330;
        border-radius: 50px
    }

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

    .blockprofile:hover {
        opacity: .7
    }

    .footer-osn {
        background: #da92560d;
        padding: 10px;
        padding-left: 30px;
        margin-top: 10px;
        padding-right: 30px;
        display: flex;
        margin-bottom: 0;
        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-right: auto
    }

    .bottom_stats {
        height: 100%;
        margin-bottom: -34px;
        margin-top: 0;
        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: 0;
        width: 100%;
        background: #ffffff00;
        flex-direction: column
    }

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

    .stats_mini_block {
        background: #da92561c;
        display: flex;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 7px;
        margin-right: 0;
        padding: 0 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: #da925624;
        display: flex;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-right: 0;
        padding: 0 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: 0;
        background: #fff0;
        margin-bottom: 0;
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .bottom-nav {
        background: #272b3800;
        display: flex;
        flex-wrap: nowrap;
        width: 500px;
        padding: 20px 20px 0 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: #fff;
        font-weight: 600;
        border-radius: 9px;
        font-size: 11px;
        padding: 11px 20px;
        transition: .2s all;
        cursor: pointer;
        margin-left: 5px;
        position: relative;
        background: #da92561c
    }

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

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

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

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

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

    .bar {
        width: 325px;
        padding: 24px 16px;
        position: relative;
        margin-bottom: 30px;
        margin-top: 30px;
        margin-left: -15px
    }

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

    .animate-pulse:hover {
        opacity: .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: 0;
        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: 0;
        position: relative;
        top: 0;
        border-radius: 50px;
        padding: 0;
        padding-left: 0;
        padding-right: 0;
        background: #23254000
    }

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

    .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: #fff;
        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 {
    background: #2c2c2c;
    width: 66px;
    padding: 11px;
    display: flex;
    z-index: 100;
    gap: 8px;
    border-radius: 50px;
    margin-left: 15px;
    flex-direction: column;
    align-items: center;
    opacity: 0.5;
    transition: 0.4s;
}

.sub_menu:hover {
    background: #2c2c2c;
    width: 66px;
    padding: 11px;
    display: flex;
    z-index: 100;
    gap: 8px;
    border-radius: 50px;
    margin-left: 15px;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    transition: 0.4s;
}

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

.btn_sub_menu {
    width: 47px;
    height: 47px;
    display: flex;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    font-size: 19px;
    color: #fff;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    opacity: .7;
    transition: 0.2s
}

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

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

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

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

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

.flex_chat_user i {
    font-size: 30px;
    color: #e4a775;
}

.btn_message {
    border-radius: 50px;
    width: 32px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    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: .7
}

.point i {
    border-radius: 50%;
    color: rgb(224, 168, 116);
    font-size: 14px;
    display: flex;
    padding-left: 1px;
    width: 26px;
    height: 26px;
    background: rgb(224 168 116 / 20%);
    align-items: center;
    justify-content: center
}

.point {
    display: flex;
    position: relative;
    letter-spacing: 1px;
    gap: 10px;
    padding: 6px 16px 6px 6px;
    background: rgb(224 168 116 / 12%);
    align-items: center;
    font-size: 8px;
    color: rgb(224, 168, 116);
    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: .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: #fff;
    position: absolute
}

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

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

.box_online {
    display: flex;
    height: 41px;
    font-weight: 600;
    position: relative;
    background: linear-gradient(23deg, #2f4d4996 0%, #739a9480 55%);
    top: 4px;
    padding: 0 9px;
    border-radius: 9px 9px 0 0;
    align-items: center;
    justify-content: center
}

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

.today_online {
    background: linear-gradient(360deg, #da9256ad 0%, #da925663 55%);
    height: 34px;
    transition: 0.2s;
    width: 34px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    border-radius: 9px;
    align-items: center;
    justify-content: center
}

.online_second {
    font-size: 11.1px;
    color: #fff
}

.timer_sortion {
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;

    background: linear-gradient(23deg,
            #865023 0%,
            #da9256 55%);

    box-shadow:
        0 0 10px rgba(218, 146, 86, 0.6),
        inset 0 0 6px rgba(255, 255, 255, 0.2);

    text-shadow: #00000038 1px 0 6px;

    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: 0 15px
}

.notif_text {
    color: #fff
}

.icon_notif {
    width: 40px !important;
    height: 40px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    border-radius: 50px;
    display: flex;
    color: #ebfffc;
    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: 0 15px;
    margin-top: -5px;
    margin-bottom: 23px
}

.date_notif {
    font-size: 10.3px;
    font-weight: 600;
    background: linear-gradient(360deg, #636363d1 30%, #585858 100%);
    color: #a0a0a0;
    padding: 3px 15px;
    border-radius: 50px
}

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

.delete_message:hover {
    color: #8f8f8f
}

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

.gradient_online {
    width: 100%;
    display: block;
    height: 35px;
    position: relative;
    margin-bottom: -35px;
    top: -29px;
    z-index: 1;
    background: linear-gradient(360deg, #2f2f2f 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: 0
}

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

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

.notif_block_sucess {
    border-radius: 15px;
    background: linear-gradient(45deg, #424242 30%, #474747 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: 0;
    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: #fff;
    background: #62687d
}

.bottom_head {
    background: #2b2b2b;
    border: 1px solid #313131;
}

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

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

.block_open_cases {
    background: #2d2d2d;
    height: 105px;
    background-size: cover;
    padding: 0 20px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 19px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.block_open_cases:hover {
    opacity: .7
}

.name_card {
    font-weight: 700
}

.desp_card {
    font-weight: 700;
    font-size: 11px;
    color: #8b8b8b;
}

.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;
    border: solid 1px #3e3e3e;
    background: linear-gradient(360deg, #da92561a 0%, #33333361 55%);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 35px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 35px 20px 0 rgba(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: 55px;
    width: 300px;
    right: 0;
    border-radius: 15px;
    padding: 20px;
    left: 344%;
    margin-left: -140px
}

.pro:hover .prcr {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.href_bottom {
    color: #696969;
    line-height: 18px !important
}

.href_bottom:hover {
    color: #fff
}

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

.event_content {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    display: block;
    text-overflow: ellipsis;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
}

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

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

.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;
    width: 8px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    height: 4px;
    margin-top: 5px;
    box-shadow: 0 0 20px #da9256;
    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: 8%;
    vertical-align: text-top
}

.description_activity {
    font-weight: 600;
    color: #9b9b9b;
    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: #5e5e5e;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: #9b9b9b;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.activity_btn:hover {
    background: #6b6b6b;
    color: #fff;
    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, #6161619c 0%, #da92564f 55%);
    display: flex;
    border-radius: 50px;
    color: #a8a8a8;
    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;
    color: #fff;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    width: 34px;
    display: flex;
    height: 34px;
    transition: .2s all;
    font-size: 8.5px;
    align-items: center;
    justify-content: center
}

.cooperation_btn:hover {
    opacity: .7
}

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

.add_theme_forum {
    background: #5e5e5e;
    width: 35px;
    height: 35px;
    color: #9e9e9e;
    display: flex;
    transition: .2s all;
    font-size: 18px;
    border-radius: 9px;
    align-items: center;
    justify-content: center
}

.add_theme_forum:hover {
    background: #6a6a6a;
    color: #fff
}

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

.line_title {
    display: flex
}

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

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

.img_top_user {
    width: 33px;
    height: 33px;
    border-radius: 8px;
    /* border-radius: 50%;
    border: solid 3px #ffffff99;
    box-shadow: 0px 0px 10px #da9256; */
}

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

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

.desp_top_users:hover {
    color: #fff
}

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

.rait_top {
    color: #fff;
    border: solid 1px #5c5c5c;
    display: flex;
    background: #a8a8a814;
    padding: 0 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, #467f58 0%, #64aa7a 55%);
    padding: 1px 9px;
    border-radius: 50px;
    box-shadow: 0 0 20px #64a97a9e;
    font-weight: 600;
    text-shadow: #00000096 1px 0 7px;
    font-size: 8.5px;
    color: #fff;
    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: #585858;
    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: #545454a8;
    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: 33px;
    width: 33px;
    border-radius: 7px;
    transition: .3s all;
    position: relative
        /*height: 44px;
    width: 44px;
     background: linear-gradient(120deg,#32364800 30%,#585e7b 100%); */
        /*padding: 0px;
    border-radius: 50%;
    border: solid 3px #ffffff99;
     box-shadow: 0px 0px 10px #ffffff; 
    transition: .3s all;
    position: relative*/
}

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

.center_sub {
    width: 90px;
    height: 38%;
    position: fixed;
    z-index: 100;
    gap: 1px;
    display: flex;
    align-items: center;
    top: 30%;
}

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

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

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

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

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

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

.btn_top_block {
    border: 1px solid #434343;
    background: #5e5e5e2b;
}

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

.right_now_online {
    padding: 0 12px;
    border-radius: 50px;
    background: #62a6782e;
    font-weight: 600;
    font-size: 8.1px;
    color: #7fc596;
    letter-spacing: 1px
}

.head_online_users {
    color: #868686;
    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 .empty-element {
    border-radius: 14px !important;
    background: #85858517 !important;
    display: flex !important;
    margin-bottom: 0;
    width: 100%;
    font-weight: 700;
    color: #676767;
    font-size: 11px;
    border: dashed 1px #4b4b4b !important;
    padding: 40px !important;
    align-items: center !important;
    justify-content: center !important
}

.profile_r_block .lst_activity_block {
    background: linear-gradient(278deg, #424242de 10%, #42424291 60%) !important;
}

.profile_r_block .activity_btn {
    background: #545454;
    color: #8c8c8c;
}

.profile_r_block .activity_btn:hover {
    background: #616161;
    color: #fff
}

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

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

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

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

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

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

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

.btn_admin_func i {
    font-size: 16px;
    transition: 0.2s;
    background: #61616187;
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 8px;
    color: #a8a8a8a1;
    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: #9c9c9c;
    border-bottom: dashed 1px;
    padding-bottom: 3px;
    margin-left: 1px
}

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

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

.procent_name_menu {
    color: #808080;
    font-weight: 700;
    font-size: 11px
}

.procent_admin_menu {
    font-size: 12px;
    transition: 0.2s;
    font-weight: 700;
    display: flex;
    border-radius: 8px;
    color: #fff;
    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: 700;
    color: #ffdec3;
}

.name_card_user_purse {
    font-weight: 700;
    color: #ffdfd0;
    font-size: 15px
}

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

.login_card_purse {
    font-weight: 700;
    font-size: 12px;
    margin-top: 2px;
    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: #515151;
    font-size: 14px;
    border-radius: 8px;
    color: #979797;
    display: flex;
    transition: 0.2s;
    cursor: pointer;
    appearance: none;
    align-items: center;
    justify-content: center
}

.tabs__controls button:hover,
.tabs__controls button:focus {
    background: #585858;
    color: #ababab
}

.tabs__controls button[aria-selected="true"] {
    background: #d69158;
    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 {}

    ul {
        margin: 0
    }
}