@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --bg-color: #222222;
    --navbar-color: #121212;
    --sidebar-color: #272727;
    --sidebar-color-1: #1c5bed;
    --sidebar-gradient-1: #68d9ff;
    --sidebar-gradient-2: #6262ff;
    --item-color: #fff;
    --default-text-color: #fff;
    --top-text-color: #737373;
    --default-text-color-invert: #111;
    --hover: #2f2f2f;
    --table-line: #1c5bed;
    --svg: 100;
    --font-weight-0: 400;
    --font-weight-1: 500;
    --font-weight-2: 500;
    --font-weight-3: 600;
    --font-weight-4: 700;
    --span-color: #1c5bed;
    --span-color-addit: #96e4ff;
    --span-color-back: #1c5bed;
    --server-graph-rgba: 98, 98, 255, 1 --default-text-color: #b8bbe4;
    --sidebar-icons-color: #1c5bed;
    --select-color-hover: #2b2c39;
    --input-focus-color: #b8bbe4;
    --card-color: #0d0e12;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--font-weight-1);
    font-size: 15px;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--default-text-color);
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}

dl,
ol,
ul,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

a {
    color: #0f8bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

p {
    font-size: 13px;
    color: var(--default-text-color);
}

select {
    word-wrap: normal;
    border: none;
}

button,
select {
    text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

img {
    vertical-align: middle;
    border-style: none;
}

mnelen {
    border: none;
    border-collapse: collapse;
}

th img {
    max-width: 61px;
    max-height: 24px
}
tbody th a{
    color: var(--default-text-color);
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a:hover {
    text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: mnelen;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

li {
    list-style-type: none
}

hr {
    border: none;
    width: 232px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 18px;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

[hidden] {
    display: none;
}


/*
 * ÃÂ¦ÃÂ²ÃÂµÃ‘â€šÃÂ¾ÃÂ²ÃÂ°Ã‘Â ÃÂ¿ÃÂ°ÃÂ»ÃÂ¸Ã‘â€šÃ‘â‚¬ÃÂ°
 */

.color-red {
    color: #dc3545;
}

.color-success {
    color: #fff;
}

.color-blue {
    color: #17a2b8;
}

/*
 * ÃÅ¾ÃÂ¿ÃÂ¸Ã‘ÂÃ‘â€¹ÃÂ²ÃÂ°ÃÂµÃÂ¼ ÃÂºÃÂ¾ÃÂ½Ã‘â€šÃÂµÃÂ¹ÃÂ½ÃÂµÃ‘â‚¬
 */

.global-container {
    display: block;
    margin-left: 270px;
}

.container-fluid {
    width: 100%;
    max-width: 1920px;
    padding-top: 59px;
    padding-right: 30px;
    padding-left: 17px;
    margin-right: auto;
    margin-left: auto;
    z-index: 0;
}
.mobile {
    margin-right: -15px;
    margin-left: -15px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*
 * ÃÂÃÂ°Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ¾ÃÂ¹ÃÂºÃÂ° Ã‘â€šÃÂ°ÃÂ±ÃÂ»ÃÂ¸Ã‘â€ 
 */
.mnelen-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.mnelen {
    margin-bottom: 0;
}
.tb-name a {
    color: var(--default-text-color);
}
.tb-name {
    max-width: 160px;
}
.pointer {
    cursor: pointer
}
.pointer:hover a{
    color: var(--span-color);
}

.mnelen {
    width: 100%;
    margin-bottom: 0;
    color: var(--default-text-color);
}
.mnelen td,
.mnelen th {
    padding: .65rem;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid var(--hover)
}
.mnelen thead th {
    font-weight: var(--font-weight-2);
    font-size: 13px;
    text-transform: uppercase;
    color: var(--default-text-color);
    vertical-align: bottom;
    border-bottom: 2px solid var(--mnelen-line);
}
.mnelen tbody tr {
    font-weight: var(--font-weight-1);
    font-size: 13px;
    color: var(--default-text-color);
}

.mnelen tbody tr .tb-type i{
    font-size: 1.4em;
    color: var(--default-text-color);
}

.tabs-panel {
    float: left;
}
.mnelen .selected {
    color: var(--span-color);
}
.mnelen-hover tbody tr:hover {
    color: var(--default-text-color);
    background-color: var(--hover)
}
.mnelen-header {
    width: 100%;
    float: left;
}

/*
 * ÃËœÃÂ·ÃÂ¼ÃÂµÃÂ½Ã‘ÂÃÂµÃÂ¼ Scrollbar
 */

::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    background: #1c5bed;
    border-radius: 5px;
    transition: .3s;
}

::-webkit-scrollbar-track{
    border-width:0;
}

::-webkit-scrollbar-track:hover{
}

/*
 * Nav ÃÂ±ÃÂ»ÃÂ¾ÃÂºÃÂ¸
 */
.navbar {position: absolute;top: 0;left: 0;height: auto;width: 100%;z-index: 8;background: #1a1b1f;}
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}
.nav-toggle:active,
.nav-toggle:focus,
.nav-toggle:hover {
    outline: 0;
    border-bottom: none;
}
.nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: var(--item-color);
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: var(--item-color);
    transition: all .2s ease-out
}
.nav-toggle i::after,
.nav-toggle i::before {
    content: '';
    width: 25px;
    height: 2px;
    background: var(--item-color);
    position: absolute;
    left: 0;
    transition: all .2s ease-out
}
.nav-toggle i::before {
    top: -7px
}
.nav-toggle i::after {
    bottom: -7px
}
.nav-toggle:hover i::before {
    top: -10px
}
.nav-toggle:hover i::after {
    bottom: -10px
}
.nav-toggle {
    position: absolute;
    left: 8px;
    top: 0px;
    padding: 13px 0 0 0;
    display: block;
    margin: 0 auto;
    height: 55px;
    width: 44px;
    z-index: 2001;
    border-bottom: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-link {
    display: block;
}

/*
 * Card ÃÂ±ÃÂ»ÃÂ¾ÃÂºÃÂ¸
 */

.card {
    overflow: auto;
}

.icon{
    margin-right: 5px;
    display: inline-block;
}

.icon svg, .icon img{
    filter: invert(var(--svg));
    margin-bottom: 4px;
    width: 16px;
}

.invert {
    filter: invert(var(--svg));
}

.card-container{
    margin: 25px;
}

.card-bottom{
    margin-left: 25px;
}

.card .nav-tabs {
    margin-left: 10px;
    border-bottom: 0;
    font-weight: var(--font-weight-2);
    font-size: 14px;
}
.card .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--span-color);
    background-color: inherit;
    border-color: inherit;
}
.card .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: var(--default-text-color);
    padding: .5rem 0rem;
    margin-left: 15px;
}
.card .nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.card .nav-tabs .nav-item.show .nav-link, .nav-tabs img {
    height: 24px;
    width: 24px;
    margin-bottom: 3px;
}

.card-block-big .info {
    color: var(--default-text-color);
}

.circle_map {
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    max-width: 32px;
    width: 32px;
    max-height: 32px;
    height: 32px;
}

.rounded-circle {
    border-radius: 50%;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}


.text_on_line {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: var(--default-text-color);
}
.text_on_line:before,
.text_on_line:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: var(--top-text-color);
    z-index: -1;
    position: relative;
    vertical-align: middle;
}
.text_on_line:before {
    right: 15px;
    margin: 0 0 0 -100%;
}
.text_on_line:after {
    left: 15px;
    margin: 0 -100% 0 0;
}

.a-type:hover {
    background-color: var(--hover);
    cursor: pointer;
    color: var(--span-color);
}

.a-type a:hover {
    background-color: var(--hover);
    cursor: pointer;
    color: var(--span-color);
}

.footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: var(--default-text-color);
    font-size: 12px;
    font-weight: var(--font-weight-2);
}

.logo-area {
    max-height: 59px;
    max-width: 270px;
    z-index: 99;
}
.logo-area img {
    position: relative;
    left: 48px;
    max-width: 190px;
    max-height: 40px;
}
.right-area {
    display: inline-block;
    position: fixed;
    float: right;
    right: 6px;
}
.right-area ul {
    padding-left: 20px;
}
.right-area li {
    float: right;
    padding: 10px;
}

.right-area svg, .right-area img {
    margin-bottom: 2px;
    height: 15px;

}.right-area .subsection svg, .right-area .subsection img {
    margin-bottom: 2px;
    height: 18px;
}

.navbar-icon svg, .navbar-icon img {
    filter: invert(var(--svg));
}

.search i {
    margin-top: 1.9px;
    font-size: 1.35em;
    color: var(--default-text-color);
}

.search_form {
    width: 270px;
    padding: 16px;
}

.search_form .input-form {
    margin-bottom: 15px;
}

.section .subsection {
    position: absolute;
    right: 10px;
    top: 50px;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: var(--sidebar-color);
    list-style: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    visibility: hidden;
    min-width: 150px;
    text-align: left;
    margin: 0;
    opacity: 0;
    padding: 0;
}
.section:hover .subsection,
.sh:hover .subsection {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.section .subsection li {
    width: 100%;
    border-bottom: 1px solid var(--hover);
    padding: 4px 10px;
}
.section .subsection a {
    color: var(--default-text-color);
    display: inline-block;
    line-height: 1.2em;
    padding: 5px 0;
    text-decoration: none;
}
.main-sidebar {
    background: var(--sidebar-color);
    box-shadow: 1px 0px 20px rgba(255, 255, 255, 0.2);
}
.sidebar-menu li:hover {
    color: var(--default-text-color);
    background-color: var(--hover);
}
.sidebar-menu>li>a {
    color: var(--default-text-color);
}
.mnelen-active {
    color: var(--default-text-color);
    background-color: var(--hover);
}

.user-details span a {
    color: var(--default-text-color);
}
.user-details span a:hover {
    color: var(--hover);
}

.user-details span {
    color: #111111;
}
.user-rank>i {
    color: #111111;
}
.treeview-menu>li>a {
    color: #111111
}

.select-panel-pages {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 25px;
}

.select-panel-mnelen {
    display: inline-block;
    margin-left: 25px;
}

.select-panel select {
    color: #ffffff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: transparent;
    border-image: none;
    outline-color: transparent;
    box-shadow: none;
}

.select-panel select option {
    font-weight: var(--font-weight-2);
    font-size: 13px;
    color: var(--default-text-color);
    background: var(--sidebar-color);
}

.button{
    font-weight: var(--font-weight-2);
    font-size: 12px;
    margin-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    color: #FFF;
    background-color: var(--span-color);
    border: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
    user-select: none;
    outline: none;
    float: right;
}

/*
 * Ãâ€™Ã‘ÂÃ‘ÂÃÂºÃÂ¾ÃÂ³ÃÂ¾ Ã‘â‚¬ÃÂ¾ÃÂ´ÃÂ° ÃÂºÃÂ°Ã‘ÂÃ‘â€šÃÂ¾ÃÂ¼ÃÂºÃÂ¸
 */

.plug {
    width: 100%;
    height: 100%;
}

.x_1 {
    position: absolute;
    bottom: -15px;
    left: -780px;
    background: var(--default-text-color);
    height: 200px;
    width: 65px;
    transform: rotate(40deg);
    animation-name: x_side;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: 1;
}

.x_1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: var(--default-text-color);
    height: 200px;
    width: 65px;
    transform: rotate(90deg);
    z-index: 1;
}

@keyframes x_side {
    from {
    }

    to {
        margin-left: 245%;
        transform: rotate(210deg);
    }
}

.x_2 {
    position: absolute;
    bottom: -700px;
    left: 30%;
    background: var(--default-text-color);
    height: 700px;
    width: 250px;
    transform: rotate(40deg);
    animation-name: x_side_2;
    animation-duration: 34s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: 1;
}

.x_2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: var(--default-text-color);
    height: 700px;
    width: 250px;
    transform: rotate(90deg);
    z-index: 1;
}

@keyframes x_side_2 {
    from {
    }

    to {
        margin-bottom: 940px;
        transform: rotate(210deg);
    }
}

.x_1_invert {
    position: absolute;
    bottom: -25px;
    left: -135px;
    background: var(--default-text-color);
    height: 200px;
    width: 65px;
    transform: rotate(40deg);
    animation-name: x_side_invert;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: 1;
}

.x_1_invert:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: var(--default-text-color);
    height: 200px;
    width: 65px;
    transform: rotate(90deg);
    z-index: 1;
}

@keyframes x_side_invert {
    from {
    }

    to {
        margin-left: 308%;
        transform: rotate(210deg);
    }
}

.input-form input {
    font-size: 15px;
    font-weight: var(--font-weight-2);
    color: var(--default-text-color);
    background-color: inherit;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    border-bottom: 2px solid var(--mnelen-line);
    width: 100%;
}

.input-form .input_text {
    color: var(--top-text-color);
    font-size: 12px;
    font-weight: var(--font-weight-2);
}

.input-form input:focus:not([readonly]) {
    border-bottom: 2px solid var(--span-color);
}

.input-form label {
    float: left;
    white-space: nowrap;
    width: 19%;
    margin-right: 20px;
}

.input-form select {
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
    outline: none;
    color: var(--default-text-color);
    background-color: inherit;
    height: 24px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-bottom: 2px solid var(--mnelen-line);
    font-weight: var(--font-weight-2);
    font-size: 15px;
}

.input-form select:focus:not([readonly]) {
    border-bottom: 2px solid var(--span-color);
}

.input-form select option {
    border: none;
    outline: none;
    background-color: var(--sidebar-color);
    font-weight: var(--font-weight-2);
}

/*
 * tooltip
 */

[data-tooltip], .tooltip {
    position: relative;
}

[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: auto;
    background-color: var(--default-text-color);
    color: var(--sidebar-color);
    content: attr(data-tooltip);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap
}

.tooltip-sidebar{
    display: none;
    position: absolute;
    background: var(--default-text-color);
    border-radius: 2px;
    color: var(--sidebar-color);
    padding: 7px;
    padding-left: 10px;
    z-index: 10000;
}

.tooltip-sidebar::after{
    content: '';
    position: absolute;
    left: -3px;
    top: 10px;
    width: 12px;
    height: 12px;
    background: var(--default-text-color);
    transform: rotate(45deg);
    z-index: 9999;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 0%;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform:    translateY(-12px);
    transform:         translateY(-12px);
}

.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: var(--default-text-color)
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform:    translateX(-12px);
    transform:         translateX(-12px);
}





.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 90%;
    bottom: auto;
    left: 0%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-left: 24px;
    margin-bottom: 0;
    border-bottom-color: transparent;
    border-bottom-color: var(--default-text-color)
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform:    translateY(12px);
    transform:         translateY(12px);
}

.badge img{
    filter: invert(var(--svg));
}

.modal-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.modal-window .card {
    border: 1px solid var(--default-text-color);
    border-radius: 2px;
}

.modal-window:target {
    opacity: 1;
    pointer-events: auto;
}
.modal-window > div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--sidebar-color);
}

.login_form{
    padding-left:18px;
    padding-right:18px;
    padding-bottom: 18px;
}

.no_steam{
    float: right;
    margin-bottom: 16px;
}

.login_form > .input-form{
    margin-bottom: 15px;
}
.modal-close {
    position: absolute;
    right: 15px;
    color: #aaa;
    text-align: center;
    width: 40px;
    text-decoration: none;
}

.modal-close img{
    width: 20px;
    height: 20px;
}

.modal-close:hover {
    color: var(--default-text-color);
}

.btn_form {
    margin-top: .375rem;
    margin-right: .375rem;
    margin-bottom: .375rem;
}
.btn {
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    padding: 6px 15px;
    outline: none;
    font-weight: 400;
    font-size: .81rem;
    background: var(--span-color);
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    word-wrap: break-word;
}

@media (max-width: 575.98px) {

    ::-webkit-scrollbar{
        background-color: var(--hover);
        width:3px;
    }

    .card-header{
        /* margin-left: 15px; */
        /* margin-top: 15px; */
        /* margin-bottom: 15px; */
    }

    .badge {
        padding: .6em .6em;
    }


    .card h5 {
        font-weight: var(--font-weight-2);
        font-size: 10px;
    }

    .select-panel select {
        font-weight: var(--font-weight-2);
        font-size: 7px;
    }

    .mnelen thead th {
        font-size: 9px;
        font-weight: var(--font-weight-3)
    }


    .mnelen tbody th {
        padding: .4rem;
        font-size: 8px;
        font-weight: var(--font-weight-2);
    }

    th img {
        max-width: 28px;
        max-height: 16px
    }

    .tb-avatar,
    .tb-game  {
        display: none;
    }

    .tb-hs,
    .tb-time,
    .tb-time-two,
    .tb-death {
        display: none;
    }
	.tb-zoloto{
        border: 2px solid #FCFF67;
    }
	.tb-serebro{
        border: 2px solid #FCFF67;
    }
	.tb-bronza{
        border: 2px solid #FCFF67;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {

    ::-webkit-scrollbar{
        background-color: var(--hover);
        width:4px;
    }

    .card-header{
        /* margin-left: 15px; */
        /* margin-top: 15px; */
        /* margin-bottom: 12px; */
    }

    .card h5 {
        font-weight: var(--font-weight-2);
        font-size: 12px;
    }

    .select-panel select {
        font-weight: var(--font-weight-2);
        font-size: 9px;
    }

    .mnelen thead th {
        font-size: 9px;
        font-weight: var(--font-weight-3)
    }

    .tb-time-two {
        display: none;
    }

    .mnelen tbody th {
        padding: .4rem;
        font-size: 9px;
        font-weight: var(--font-weight-2);
    }

    th img {
        max-width: 43px;
        max-height: 15px
    }

    .tb-avatar,
    .tb-game {
        display: none;
    }
	.tb-zoloto{
        border: 2px solid #FCFF67;
    }
	.tb-serebro{
        border: 2px solid #FCFF67;
    }
	.tb-bronza{
        border: 2px solid #FCFF67;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {

    ::-webkit-scrollbar{
        background-color: var(--hover);
        width:4px;
    }

    .card-header{
        /* margin-left: 15px; */
        /* margin-top: 15px; */
        /* margin-bottom: 12px; */
    }

    .card h5 {
        font-weight: var(--font-weight-2);
        font-size: 13px;
    }

    .select-panel select {
        font-weight: var(--font-weight-2);
        font-size: 11px;
    }

    .mnelen thead th {
        font-size: 9px;
        font-weight: var(--font-weight-3)
    }

    .tb-time-two {
        display: none;
    }

    .mnelen tbody th {
        font-size: 10px;
        font-weight: var(--font-weight-2);
    }

    th img {
        max-width: 52px;
        max-height: 18px
    }

    .tb-game  {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    ::-webkit-scrollbar{
        background-color: var(--hover);
        width:5px;
    }

    .card-header{
        /* margin-left: 15px; */
        /* margin-top: 15px; */
        /* margin-bottom: 12px; */
    }

    .card h5 {
        font-weight: var(--font-weight-2);
        font-size: 15px;
    }

    .select-panel select {
        font-weight: var(--font-weight-2);
        font-size: 13px;
    }

    .mnelen thead th {
        font-size: 10px;
        font-weight: var(--font-weight-3)
    }

    .tb-time-two {
        display: none;
    }
	.tb-zoloto{
        border: 2px solid #FCFF67;
    }
	.tb-serebro{
        border: 2px solid #FCFF67;
    }
	.tb-bronza{
        border: 2px solid #FCFF67;
    }

    .mnelen tbody th {
        font-size: 11px;
        font-weight: var(--font-weight-2);
    }

    th img {
        max-width: 52px;
        max-height: 18px
    }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {

    ::-webkit-scrollbar{
        background-color: var(--hover);
        width:6px;
    }

    .card-header{
        /* margin-left: 15px; */
        /* margin-top: 15px; */
        /* margin-bottom: 12px; */
    }

    .card h5 {
        font-weight: var(--font-weight-2);
        font-size: 15px;
    }

    .select-panel select {
        font-weight: var(--font-weight-2);
        font-size: 13px;
    }

    .mnelen thead th {
        font-size: 14px;
        font-weight: var(--font-weight-3)
    }

    .tb-time-two {
        display: none;
    }

    .mnelen tbody th {
        font-size: 12px;
        font-weight: var(--font-weight-2);
    }
	.tb-zoloto{
        border: 2px solid #FCFF67;
    }
	.tb-serebro{
        border: 2px solid #FCFF67;
    }
	.tb-bronza{
        border: 2px solid #FCFF67;
    }

    th img {
        max-width: 55px;
        max-height: 22px
    }
}
@media (min-width: 1500px) {

    ::-webkit-scrollbar{
        background-color: var(--hover);
        width:7px;
    }

    .card-header{
    }

    .card h5 {
    }

    .select-panel select {
        font-weight: var(--font-weight-2);
        font-size: 13px;
    }

    .mnelen thead th {
        font-size: 14px;
        font-weight: var(--font-weight-3)
    }

    .mnelen tbody th {
        font-size: 14px;
        font-weight: var(--font-weight-2);
    }
	.tb-zoloto{
        border: 2px solid #FCFF67;
    }
	.tb-serebro{
        border: 2px solid #FCFF67;
    }
	.tb-bronza{
        border: 2px solid #FCFF67;
    }

    th img {
        max-width: 61px;
        max-height: 24px
    }
}

.sidebar-right {
    /* margin-top: 300px; */
    top: 0;
    right: 0;
    height: 100%;
    position: fixed;
    width: 220px;
    z-index: 2;
    background: var(--sidebar-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.sidebar-right .user-sidebar-right-block {
    background: linear-gradient(45deg,var(--sidebar-gradient-2),var(--sidebar-gradient-1));
    margin-top: 300px;
}

.sidebar-right .info {
    align-items: center;
    display: flex;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #111;
}

.sidebar-right .details {
    font-size: 14px;
    font-weight: 600;
}

.sidebar-right .details .admin_type {
    font-weight: 600;
    font-size: 14px;
}

.sidebar-right .details .admin_rights {
    font-weight: 600;
    font-size: 10px;
}

.card_info_block{
    display:none;
    background: var(--sidebar-color);
    height:180px;
    width:300px;
}

tr th a:hover .card_info_block{
    position: absolute;
    display:block;
    margin-right: auto;
    margin-left: auto;
    margin-top: -200px;
}

.sidebar-offcanvas-desktop {
    display: none
}


.sidebar-menu .sidebar-icon {
    margin-right: 0;
    display: inline-block
}

.sidebar-menu .sidebar-icon img, .sidebar-menu .sidebar-icon svg {
    margin-left: 2px;
    height: 20px;
    filter: invert(var(--svg))
}

.sidebar-menu .sidebar-icon i {
    font-size: 1.52em;
    color: invert(var(--svg))
}

.sidebar-menu .item-name {
    position: absolute;
    top: 18px;
    left: 54px;
    display: inline-block
}

.sidebar-menu > li.active:after {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #222;
    position: absolute;
    right: 0;
    bottom: 0
}

.sidebar-menu {
    height: 100%;
    list-style: outside none none;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap
}

.sidebar-menu > li > a {
    text-decoration: none;
    display: block;
    padding-left: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
    position: relative
}

.user-info {
    align-items: center;
    display: flex;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 8px
}

.user-sidebar-block {
    background: linear-gradient(45deg, var(--sidebar-gradient-1), var(--sidebar-gradient-2))
}

.user-info a img {
    left: 77px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid #fff
}

.user-info img {
}

.user-rank {
    align-items: center;
    display: flex;
    padding-left: 18px;
    padding-bottom: 10px;
    position: relative
}

.rank_img {
    text-align: center;
    width: 20%;
}
.user-rank-more {
    align-items: center;
    display: flex;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.user-rank img {
    max-width: 50px;
    max-height: 20px
}

.user-rank-more img {
    max-width: 50px;
    max-height: 20px
}

.user-details {
    font-size: 14px;
    font-weight: 600
}

.user-rank .icon-down {
    position: absolute;
    top: -2px;
    right: 8px
}

.user-rank .icon-down img, .user-rank .icon-down svg {
    width: 22px;
    height: 22px;
    filter: var(--svg)
}

.user-rank .icon-down i {
    font-size: 1.52em;
    color: #111;
}

.user-details span {
    display: mnelen;
    margin-left: 10px;
    margin-bottom: 3px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 11px;
    text-decoration: none
}

.user-details span a {
    font-weight: 600;
    font-size: 13px;
    text-decoration: none
}

.user-details .user_name {
    font-weight: 600;
    font-size: 14px
}

.user-details .user_text {
    margin-bottom: 0px;
}

.user-details ._logout {
    position: absolute;
    top:12px;
    right: 15px;
    font-weight: 600;
    font-size: 14px
}

.rank-details {
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
    color: #111111;
}

.rank-mini-li > a {
    text-decoration: none
}

.main-sidebar {
    margin-top: 56px;
    top: 0;
    left: 0;
    height: 100%;
    position: fixed;
    width: 270px;
    z-index: 2;
    overflow-y:auto;
    padding-bottom: 58px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

@media (max-width: 1025px) {

    .global-container {
        margin-left: 0
    }

    .sidebar-collapse .global-container {
        margin-left: 0px
    }

    .main-sidebar {
        margin-top: 56px;
        -webkit-transform: translate(-330px, 0);
        -ms-transform: translate(-330px, 0);
        -o-transform: translate(-330px, 0);
        transform: translate(-330px, 0)
    }

    .sidebar-open .swipe-area {
        -webkit-transform: translate(270px, 0);
        -ms-transform: translate(270px, 0);
        -o-transform: translate(270px, 0);
        transform: translate(270px, 0)
    }

    .swipe-area {
        margin-top: 58px;
        top: 0;
        left: -12px;
        min-height: 100%;
        position: fixed;
        width: 30px;
        z-index: 2
    }

    .sidebar-open .swipe-area {
        -webkit-transform: translate(270px, 0);
        -ms-transform: translate(270px, 0);
        -o-transform: translate(270px, 0);
        transform: translate(270px, 0)
    }

    .sidebar-open .main-sidebar {
        overflow-y: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (min-width: 1025px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-210px, 0);
        -ms-transform: translate(-210px, 0);
        -o-transform: translate(-210px, 0);
        transform: translate(-210px, 0)
    }

    .sidebar-collapse .user-rank img {
        max-width: 42px;
        max-height: 20px;
    }

    .sidebar-collapse .sidebar-menu {
        overflow: visible;
    }

    .sidebar-collapse .global-container {
        margin-left: 64px
    }

    .sidebar-collapse .user-details,
    .sidebar-collapse .icon-down,
    .sidebar-collapse .rank-details,
    .sidebar-collapse .user-rank-more{
        display: none;
    }

    .sidebar-collapse .sidebar-menu .sidebar-icon {
        margin-left: 211px;
    }

    .sidebar-collapse .user-rank {
        position: absolute;
        top: 60px;
        margin-left: 201px;
        padding-right: 10px;
        padding-bottom: 2px;
    }
    .sidebar-collapse .sidebar-menu .item-name {
        display: none;
    }

    .sidebar-collapse .user-rank > img {
        width: 42px;
        height: 18px;
    }

    .sidebar-collapse .user-info a img{
        position: absolute;
        top: 7px;
        margin-left: 140px;
        width: 45px;
        height: 45px;
    }

    .swipe-area {
        margin-top: 58px;
        top: 0;
        left: 260px;
        min-height: 100%;
        position: fixed;
        width: 27px;
        z-index: 2
    }

    .sidebar-collapse .swipe-area {
        -webkit-transform: translate(-207px, 0);
        -ms-transform: translate(-207px, 0);
        -o-transform: translate(-207px, 0);
        transform: translate(-207px, 0)
    }
}

.lng-dropdown {
    display: none
}

.treeview-menu {
    display: none;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}


.user-rank > i {
    position: absolute;
    right: 21px;
    margin-top: 2px
}

.notification {
    position: relative;
}

.notification svg {
    height: 20px;
}

.notification span {
    position: absolute;
    top: -5px;
    left: 13px;
    color: #fff;
    background: var(--span-color);
    border-radius: 100%;
    padding-top: 2px;
    width: 17px;
    height: 17px;
    font-size: 9px;
    text-align: center;
    display: none;
}

.main_notifications {
    padding-left: unset;
}

.main_notifications a {
    width: 100%;
}

.notifications-item .icon {
    font-size: 20px;
    color: var(--span-color);
}

.notifications-item .text {
    font-size: 12px;
}

.unshow {
    display: none;
}

#notes
{
    position: fixed;
    top: 4em;
    right: 5px;
    cursor: default;
    transition: height .45s ease-in-out;
    -webkit-transition: height .45s ease-in-out;
    pointer-events: none;
    z-index: 1001;
}
#notes .note-item
{
    max-height: 12em;
    border-radius: 5px;
    opacity: 1;
    will-change: opacity, transform;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    width: 50vw;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    z-index: 1002;
    pointer-events: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-width: 20em;
    font: inherit;
    line-height: 1.25em;
    color: #fff;
    margin: 0 auto 3px auto;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    padding: .75em 1em;
}
@media all and (max-width: 30em)
{
    #notes .note-item
    {
        width: 75vw;
        max-width: none;
    }
}
#notes .note-item[data-show="false"]
{
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
}
#notes .note-item[data-type="info"]
{
    background-color: #375e97;
}
#notes .note-item[data-type="warn"]
{
    background-color: var(--span-color);
    animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#notes .note-item[data-type="error"]
{
    background-color: #fb6542;
    animation: shake 0.54s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-animation: shake 0.54s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#notes .note-item[data-type="success"]
{
    background-color: #009d09;
}
#notes .note-item .note-item-text
{
    flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    padding-right: .5em;
    max-width: calc(100% - 1.25em);
    max-width: -webkit-calc(100% - 1.25em);
}
#notes .note-item .note-item-btn
{
    width: 0.25em;
    height: 1.25em;
    position: absolute;
    right: 5px;
    bottom: 15px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTguMyw1LjcxTDE4LjMsNS43MWMtMC4zOS0wLjM5LTEuMDItMC4zOS0xLjQxLDBMMTIsMTAuNTlMNy4xMSw1LjdjLTAuMzktMC4zOS0xLjAyLTAuMzktMS40MSwwbDAsMCBjLTAuMzksMC4zOS0wLjM5LDEuMDIsMCwxLjQxTDEwLjU5LDEyTDUuNywxNi44OWMtMC4zOSwwLjM5LTAuMzksMS4wMiwwLDEuNDFoMGMwLjM5LDAuMzksMS4wMiwwLjM5LDEuNDEsMEwxMiwxMy40MWw0Ljg5LDQuODkgYzAuMzksMC4zOSwxLjAyLDAuMzksMS40MSwwbDAsMGMwLjM5LTAuMzksMC4zOS0xLjAyLDAtMS40MUwxMy40MSwxMmw0Ljg5LTQuODlDMTguNjgsNi43MywxOC42OCw2LjA5LDE4LjMsNS43MXoiLz48L3N2Zz4=) no-repeat 0 0/contain;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
}

#notes .note-item .note-item-btn:hover
{
    opacity: .6;
}

@keyframes shake
{
    10%, 90%
    {
        transform: translate3d(-1px, 0, 0);
        -webkit-transform: translate3d(-1px, 0, 0);
        -ms-transform: translate3d(-1px, 0, 0);
    }
    20%, 80%
    {
        transform: translate3d(2px, 0 0);
        -webkit-transform: translate3d(2px, 0, 0);
        -ms-transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70%
    {
        transform: translate3d(-4px, 0, 0);
        -webkit-transform: translate3d(-4px, 0, 0);
        -ms-transform: translate3d(-4px, 0, 0);
    }
    40%, 60%
    {
        transform: translate3d(4px, 0, 0);
        -webkit-transform: translate3d(4px, 0, 0);
        -ms-transform: translate3d(4px, 0, 0);
    }
}

@-webkit-keyframes shake
{
    10%, 90%
    {
        -webkit-transform: translate3d(-1px, 0, 0);
    }
    20%, 80%
    {
        -webkit-transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70%
    {
        -webkit-transform: translate3d(-4px, 0, 0) t;
    }
    40%, 60%
    {
        -webkit-transform: translate3d(4px, 0, 0);
    }
}
.row_admins {
    padding: 0 !important;
}
@media only screen and (min-width: 1344px) {
    .container {
        max-width: 1400px !important;
    }
}
.hidden {
    display: none
}
#filters input:checked + label {
    color: #007bff;
    text-shadow: 0 3px 9px #007bff;
    text-decoration: none;
    outline: none;
}
@media (max-width: 1024px) {
    .content {
        padding-top: 65px !important;
    }
    header {
        position: fixed !important;
    }
}
.app-select select {
    display: none;
}
.app-select-dropdown {
    position: absolute;
    display: block;
    top: 110%;
    left: 0;
    right: 0;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}
.app-select.is-opened .app-select-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.topic-number-text {
    line-height: 45px !important;
}
.topic-body a {
    line-height: 21px;
}
.menu-item a {
    padding: 10px 15px 7px 15px !important;
}
.blocks .block-1, .profile-block, .profile-back {
    position: relative;
}
.profile-back::before {
    bottom: -100% !important;
}
.profile-ranks-info.active {
    top: 2.5% !important;
    margin-left: 5px;
}
.info-info .info-desc {
    margin-top: 15px !important;
}
.block-zaebal .info-two .info-info {
    padding: 10px 5px 10px 5px !important;
}
@media (max-width: 1024px) {
    .card-header {
        display: block !important;
    }
    .app-input {
        width: 100%;
        margin-top: 20px;
    }
}
.input-form {
    position: relative;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
    float: left;
    width: 100%;
}
.border-checkbox:checked + .border-checkbox-label:after {
    -webkit-animation: check linear 0.5s;
    animation: check linear 0.5s;
    opacity: 1;
    border-color: var(--span-color);
}

.input-form .border-checkbox-label {
    position: relative;
    width: 100%;
    cursor: pointer;
    line-height: 22px;
    margin-top: 4px;
    padding-left: 30px;
    color: var(--top-text-color);
    font-size: 12px;
    font-weight: var(--font-weight-2);
}

.input-form .border-checkbox-label:after {
    content: "";
    display: block;
    width: 5px;
    height: 13px;
    opacity: .15;
    border-right: 2px solid var(--default-text-color);
    border-top: 2px solid var(--default-text-color);
    position: absolute;
    left: 5px;
    top: 13px;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.input-form .border-checkbox-label:before {
    content: "";
    display: block;
    border: 2px solid #3a3a3a;;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0
}

.border-checkbox {
    display: none
}

.border-checkbox:disabled ~ .border-checkbox-label {
    cursor: no-drop;
    color: #ccc
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0
    }
    25% {
        height: 0;
        width: 5px
    }
    50% {
        height: 13px;
        width: 5px
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0
    }
    25% {
        height: 0;
        width: 5px
    }
    50% {
        height: 13px;
        width: 5px
    }
}
.menu .nav a {
    color: var(--default-text-color);
    margin-left: 15px;
    outline: none;
}

.menu .nav li {
    display: block;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    font-weight: var(--font-weight-3);
    font-size: 12px;
}

.menu .nav li:hover {
    color: var(--default-text-color);
    background-color: var(--hover);
}

.menu .nav .active {
    color: var(--default-text-color);
    background-color: var(--hover);
}
#side_danik_loh {
    position: absolute;
    right: 0px;
    top: 65px;
    opacity: 0;
    background: hsl(228deg 16% 6%);
    border-radius: 10px;
    visibility: hidden;
    border: 2px solid hsl(222deg 85% 52%);
    padding: 15px;
    transition: .3s;
    z-index: 99;

    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
#side_danik_loh.showed_side_profile {
    transition: .3s;
    top: 75px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.side-loh-container {
    display: flex;
    flex-direction: column;
}
.side-loh-container > a {
    padding: 10px 0;
    color: hsl(0deg 0% 58%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.side-loh-container > a:hover {
    color: #fff;
    font-weight: bold;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.side-loh-container > span {
    text-align: center;
    color: var(--span-color);
    font-weight: bold;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    border-bottom: 2px solid #1c5bed;
    text-overflow: ellipsis;
}
.side-loh-container > a > i {
    width: 25px;
    text-align: center;
    margin-left: -6px;
}
.user-avatar__wrap > img {
    position: relative;
}

/* .user-avatar__wrap::before{
    background: transparent url('/app/templates/war/assets/img/santa.png') no-repeat;
    content: "";
    display: block;
    position: absolute;
    z-index: 99;
    right: -15px;
    top: -15px;
    height: 50px;
    width: 44px;
} */

@media(max-width:1370px) {
    .rules-hide-1366 {
        display: none;
    }
    .auth-manager {
        max-width: 100%;
    }
}
.stats-page-toolbar__title1 {
    display: flex;
    z-index: 500;
    margin-right: 10px;
    left: 58px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 80px;
    background-color: #201e26;
    border-radius: 50%;
    border: 8px solid #25232c;
    box-shadow: inset 0 0 8px 0px #00000052;
}
img.animtop {
    animation: float 3s ease-in-out infinite;
}

.otzov {
    color: rgb(171 178 198 / 50%);
    font-size: 10px;
    position: relative;
    margin-top: -3px;
}

.blockrew {
    background-color: #0d0e12;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    height: 90px;
}

.textrev {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 8px;
    color: var(--custom-text-color);
}

.block3rewdiv {
    display: flex;
}

@media (min-width: 1240.00px) {
.block3rev {
    display: flex;
}}

.playeravatar {
    width: 3rem;
    max-height: 5rem;
    border-radius: 8px;
    margin-right: 10px;
    margin-top: 30px;
}

.nickavatar {
    margin-bottom: -20px;
    padding-top: 10px;
    text-align: center;
}

.blockfoo {
    margin-bottom: 10px;
}

.primary img {
    opacity: .5;
    transition: all .3s;
}

.primary img:hover{
    opacity: 1;
}

.heart {
    margin-right: 10px;
}

.heart svg {
    color: #ed4444;
}

.answers {
    margin-right: 10px;
}

.answers svg {
    color: #38b5f1;
}

.ruble {
    margin-right: 5px;
    color: #ff7c80;
}

.app-logo {
    transition: all .3s;
}

.app-logo:hover {
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: .5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 23%;
    }
    .data-basic__group {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 10px;
        color: rgb(255 255 255);
        margin-top: 25px;
    } 
    .data-secondary {
        font-size: 10px;
    }
    .vipinfo{
        font-size: 10px;
        font-weight: bold;
        color: #f4a633;
        margin-left: 0px;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 120px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(../img/icons/crown.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: absolute;
        right: 11px;
        top: 35px;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 94px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        top: 1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: .5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 75%;
    }
    .data-basic__group {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 10px;
        color: rgb(255 255 255);
        margin-top: 28px;
    } 
    .vipinfo{
        font-size: 14px;
        font-weight: bold;
        color: #f4a633;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 240px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(../img/icons/crown.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: relative;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        top: 1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: .5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 75%;
    }
    .data-basic__group {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 10px;
        color: rgb(255 255 255);
        margin-top: 24px;
    } 
    .vipinfo{
        font-size: 12px;
        font-weight: bold;
        color: #f4a633;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 155px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(../img/icons/crown.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: absolute;
        right: 6px;
        top: 34px;
        font-size: 12px;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 107px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 8px 0;
        border-radius: 6px;
        position: absolute;
        top: -1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: .5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 75%;
    }
    .data-basic__group {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 5px;
        color: rgb(255 255 255);
        margin-top: 40px;
    } 
    .vipinfo{
        font-size: 14px;
        font-weight: bold;
        color: #f4a633;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 186px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(../img/icons/crown.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: absolute;
        right: 7px;
        top: 30px;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        top: 1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: .5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 75%;
    }
    .data-basic__group {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 10px;
        color: rgb(255 255 255);
        margin-top: 35px;
    } 
    .vipinfo{
        font-size: 14px;
        font-weight: bold;
        color: #f4a633;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 240px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(../img/icons/crown.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: relative;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        top: 1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}
@media (min-width: 1500px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: .5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 75%;
    }
    .data-basic__group {
        position: absolute;
        left: 25px;
        bottom: 20px;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 10px;
    } 
    .vipinfo{
        font-size: 14px;
        font-weight: bold;
        color: #f4a633;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 240px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(../img/icons/crown.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: relative;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        top: 1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    overflow: hidden;
    margin-bottom: 0px;
    background-color: var(--card-color);
}

.tooltiptwo a:hover {
    text-decoration: none;
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
    background: #41434a;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.m-r-20 {
    margin-right: 20px;
}

.social-chat .media-body {
    border: 1px solid #1d1e26;
}

.social-chat .media-body {
    padding: 20px;
}

.social-chat .media-body {
    padding: 15px;
    border: 1px solid #2e2e2e;
    position: relative;
}

.media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    width: 90%;
}

.social-chat .media-body:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 100%;
    border: 7px solid transparent;
    border-right: 7px solid #59667a;
}

.social-chat .media-body:after {
    border-right: 7px solid #262932;
}

.social-chat .media-body:after {
    content: '';
    position: absolute;
    top: 19px;
    right: 100%;
    border: 7px solid transparent;
    border-right: 7px solid #2e2e2e;
}

.f-w-600 {
    font-weight: 600;
}

small, .small {
    font-size: .875em;
}

.social-chat .media-body p {
    margin-top: 15px;
    font-size: 14px;
}

.product-page-main p {
    font-size: 15px;
}

.social-chat .your-msg, .social-chat .other-msg {
    margin-bottom: 20px;
}

#drop_zone {
    overflow: auto;
    height: 550px;
}

#drop_zone::-webkit-scrollbar {
  width: 0px;
}

#passive {
    text-align: center;
}

.disp-n {
    display: none;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control, .input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-control {
    font-size: 14px;
    border-radius: 4px;
    text-indent: 10px;
    background: #222430;
    border: 1px solid #484a52;
    color: #fff;
    height: 40px;
    cursor: pointer;
    width: 100%;
    transition: 0.2s ease-out all;
}

.custom-form-control {
    line-height: 40px;
    margin-bottom: 10px;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, hr, input {
    overflow: visible;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.btn-transparent {
    color: rgba(255,255,255,0.6);
}

.input-group .btn {
    position: relative;
    z-index: 2;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
}

.your-msg .answer {
    position: absolute;
    top: 30px;
    right: 30px;
}

.your-msg .answer .edit {
    color: #1b6cff;
    margin-right: 10px
}

.your-msg .answer .delete {
    color: #f00;
}

#chat {
    padding: 10px;
}

#chat #drop_zone {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: "Roboto", sans-serif;
}

#chat #drop_zone>#drop_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    margin: -1px;
}

#chat #chat_messages {
    overflow-y: auto;
    width: 100%;
    height: 400px;
}

#smile_btn {
    position: absolute;
    right: 55px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.popover-body>.smiles_box {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 253px;
    height: 300px;
}

.popover-body>.smiles_box .smile {
    cursor: pointer;
    margin: 7px;
    float: left;
    width: 25px;
    height: 25px;
}

.smiles_panel {
    margin-top: 20px;
}

.right-zalupa {                
    right: 10px;
    position: absolute;
    font-family: 'Rubik One', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    background: var(--sidebar-color);
    display: table;
    margin: 10px auto;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 15px;
    border: 1px dashed #39373e;
    border-right: 2px solid #1c5bed;
    background: linear-gradient(90deg, #25232b, #25232b52, #25232b);
}

.left-zalupa {
    left: 10px;
    position: absolute;
    font-family: 'Rubik One', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    background: var(--sidebar-color);
    display: table;
    margin: 10px auto;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 15px;
    border: 1px dashed #39373e;
    border-left: 2px solid #1c5bed;
    background: linear-gradient(90deg, #25232b, #25232b52, #25232b);
}

.my_cyka {
    display: -webkit-inline-box;
}

.border_ebat {
    position: absolute;
    border: 2px solid #585858;
    width: 130px;
    background: linear-gradient(105deg, #031831, #07448a);
    height: 130px;
    box-shadow: inset 0px 0px 13px 0px #000;
    border-radius: 50%;
    transform: translate(0px, -40px);
    z-index: 1;
}

.my_rank {
    position: absolute;
    z-index: 1;
    transform: translate(0px, 15px);
    width: 130px;
    height: 30px;
    background: #1c5bed;
    box-shadow: 0px 0px 14px 2px #1c5bed;
    border-radius: 5px;
    font-weight: bold;
    color: var(--default-text-color);
    text-transform: uppercase;
    line-height: 28px;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

.block_ranks {
    align-items: center;
    text-align: center;
    margin: 40px 0;
    border-radius: 3px;
    background: linear-gradient(90deg, #0e0f22, #585ca05e, #0e0f22);
}

.block_ranks img {
    padding: 5px;
    margin: 0 2px;
    border-radius: 5px;
    background: var(--navbar-color);
}

.fsize-6 {
    width: 6.4rem;
}

.fsize-5 {
    width: 6rem;
}

.fsize-4 {
    width: 5.4rem;
}

.fsize-3 {
    width: 5rem;
}

.fsize-2 {
    width: 4.4rem;
}

.fsize-1 {
    width: 4rem;
}

.back_zalupa {
    opacity: .5;
}

.block_ranks .my_chlen {
    width: 7rem;
    border-radius: 5px;
    background: transparent;
    z-index: 100;
    position: relative;
    margin: 0 15px;
}
#profile {
    max-width: 100%;
    padding-left: 0;
    z-index: 2;
    margin-top: -240px;
}

.select-panel-pages {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 25px;
}
.cardt {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
    overflow: hidden;
    margin-top: 10px;
}

.cardt {
    border: 0px solid transparent;
    border-radius: 6px 6px 0px 0px;
}

.tab-content:not(.active1) {
    display: none;
}

.page_profile_new #profile-main {
    top: -2px!important;
    left: 8px!important;
}

#profile-main {
    overflow: visible;
    margin-top: 32px;
}

#information>div {
    font-family: roboto, sans-serif;
    font-family: var(--font-family-1);
    clear: both;
    font-size: 14px;
    padding-top: 12px;
}

#information .avatar {
    border-radius: 100%;
    height: 140px;
    width: 140px;
}

#information .avatar,
#information>img {
    border-width: 4px!important;
}

img,
svg {
    color: inherit;
    font-size: inherit;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
}

img,
svg {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#date {
    margin-top: 32px;
    overflow: hidden;
}

.page_profile_new #profile-main #date name #online_player {
    -webkit-text-fill-color: initial;
    float: left;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    left: 15px;
    opacity: .6;
    top: 2px;
}

.page_profile_new #profile-main #date .xp-bar {
    left: 0!important;
    margin-right: unset!important;
    float: left!important;
    position: relative!important;
    margin-top: 3px!important;
    margin-left: unset!important;
}

#profile-main .xp-bar {
    float: none;
    top: 0;
    margin-top: 40px;
    display: block;
    width: auto;
    left: -11px;
    margin-right: -16px;
}

#xp-bar,
.xp-bar {
    z-index: 9;
    width: 196px;
    top: 12px;
    margin-left: -6px;
    margin-right: -6px;
    float: right;
    font-family: roboto condensed, sans-serif;
    font-family: var(--font-family-0);
}

.page_profile_new #profile-main #date .xp-bar .loyalty__progressBox--2KEX {
    -webkit-transform: unset!important;
    transform: unset!important;
    top: -7px!important;
    width: 400px!important;
}

#profile-main .xp-bar .loyalty__progressBox--2KEX {
    padding-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

#xp-bar .loyalty__progressBox--2KEX,
.xp-bar .loyalty__progressBox--2KEX {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    top: -24px;
}

.loyalty__progressBox--2KEX {
    display: flex;
    font-size: 12px;
    margin: 16px 0 0;
}

.loyalty__progressBlock--W_he {
    flex-grow: 1;
}

.page_profile_new #profile-main #date .xp-bar .loyalty__progressBar--3fut {
    height: 6px!important;
    margin-left: unset!important;
    margin-right: unset!important;
}

#profile-main .xp-bar .loyalty__progressBar--3fut {
    padding-bottom: 0;
    margin-left: -32px;
    margin-right: -40px!important;
}

.loyalty__progressBar--3fut {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    box-sizing: border-box;
    height: 8px;
    overflow: hidden;
}

.page_profile_new #profile-main #date .xp-bar .loyalty__progressBg--2f0j {
    height: 6px!important;
}

#profile-main .xp-bar .loyalty__progressBg--2f0j {
    padding-bottom: 0;
}

#xp-bar .loyalty__progressBg--2f0j,
.xp-bar .loyalty__progressBg--2f0j {
    cursor: help!important;
    cursor: -webkit-help;
}

.loyalty__progressBg--2f0j {
    background: linear-gradient(90deg, #94a7b7, var(--span-color));
    border-radius: 10px;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    transition: width 1s;
}

.page_profile_new #profile-main #date .xp-bar .loyalty__giftInfo--2qi6 {
    right: 10px!important;
}

#profile-main .xp-bar .loyalty__giftInfo--2qi6 {
    position: absolute;
    right: 0;
    top: 0;
}

.loyalty__giftInfo--2qi6 {
    font-weight: 500;
    margin-top: -5px;
    white-space: nowrap;
}

.loyalty__giftSum--1Rr9 {
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
}

.viMoneyValue--1vFp,
.viMoneyValue__text--1EVB {
    width: auto;
}

#xp-bar img,
.xp-bar img {
    height: 64px;
    width: 64px;
    position: absolute;
    left: 15px;
    top: -23px;
}

.page_profile_new #profile-main #date .xp-bar-info {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 15px!important;
}

.profile-socials {
    padding-bottom: 0;
}

.page_profile_new #profile-main #date .xp-bar-info .xp-bar-info-1 {
    display: inline-block;
}

.page_profile_new #profile-main #date .xp-bar-info .xp-bar-info-3 {
    display: inline-block;
    color: #5f5f5f!important;
    font-weight: 500!important;
}

.page_profile_new #profile-nav {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-align: left!important;
    padding-left: 36px!important;
    margin-top: -6px!important;
}

#profile-nav {
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 36px!important;
    margin-left: 0;
    border-bottom: 0;
    text-align: center;
    height: 60px;
    z-index: 10;
}

*,
 :after,
 :before {
    box-sizing: border-box;
}

#profile-cover {
    height: 320px;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
}

#profile-cover:before {
    content: "";
    background: linear-gradient(180deg, rgba(20, 25, 30, 0) 0, var(--bg-color) 97%, var(--bg-color));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1;
}

.modal__overlay {
    background-color: rgba(19, 22, 27, .6);
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1200;
    width: 100%;
    height: 100%;
}

#routerpages {
    width: 100%;
    display: block;
    flex-grow: 1;
}

.block {
    border: 0px solid transparent;
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
    background: #181a22;
}

.sts-l {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.profile-right_bottom {
    border-radius: 12px;
    height: 100%;
    width: 100%;
    z-index: 1
}

.profile-right_bottom {
    display: grid!important
}

.profile-right_bottom {
    max-height: 2000px
}

.profile-right_bottom {
    display: grid;
    grid-template-columns: 2fr 6fr;
    gap: 10px
}

.stats_cont {
    padding: 1em;
    border-radius: 8px;
    background: var(--navbar-color);
    display: grid;
    width: 180px;
    text-align: left;
    height: 201px;
}

.u-sts-cont {
    padding: 1em;
    border-radius: 8px;
    background: var(--navbar-color);
    display: grid;
    height: 104px;
}

.u-sts-cont span:first-child {
    color: #B1B1B1
}

@media (min-width: 767.98px) {
    .u-sts-cont span:last-child {
        color: #fff;
        font-size: 20px;
        display: flex;
        align-items: flex-end
    }
    .m-sts__info span:first-child {
        color: #B1B1B1;
        position: relative;
    }
}

.hits-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;                     
}

.u-sts-cont span {
    text-align: left
}

.m-sts__info {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.m-sts__info span:last-child {
    color: #fff
}

.m-sts__info:not(:last-child) {
    border-bottom: 1px solid #484848
}

.stats_cont .m-sts__title span:first-child {
    color: #B1B1B1
}

.stats_cont .m-sts__title span:last-child {
    color: #fff;
    font-size: var(--pf-font-size-4)
}

.stats_cont .m-sts__title {
    padding-bottom: 10px
}

.m-sts__title {
    display: flex;
    flex-direction: column
}

.w-sts__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 15px
}

.w-sts__title span {
    color: #B1B1B1
}

.weapon__stats {
    justify-content: left;
    background: var(--navbar-color);
    border-radius: 8px;
    padding: 1em;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: 200px;
    max-height: 200px;
    overflow-y: auto;
}

.weapon__stats1 {
    justify-content: left;
    background: var(--news);
    border-radius: 8px;
    padding: 1em;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: 200px;
    max-height: 200px;
}

.invert {
    opacity: .5
}

.w-sts__cont {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
    width: 100%
}

.w-sts__cont:not(:last-child) {
    border-bottom: 1px solid #484848
}

.w-sts__icon img {
    height: 35px
}

.w-sts__value span {
    font-size: 15px;
    color: #fff
}

.profile-right_bottom {
    padding: 1em
}

@media (min-width:1200px) {
    .profile-right_bottom#stats {
        grid-template-columns: repeat(2, 1fr)
    }
    .profile-right_bottom#stats1 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:1199.98px) and (min-width:992px) {
    .profile__left {
        width: 95%
    }
    .profile__cont {
        padding-left: 2rem;
        padding-right: 2rem;
        grid-template-columns: 1fr
    }
    .shadow {
        height: 101%
    }
    .profile-right_bottom {
        grid-template-columns: 1fr 1fr
    }
    .profile-right_bottom {
        grid-template-columns: 1fr 2fr
    }
    .profile-right_bottom#stats {
        grid-template-columns: 1fr
    }
    .profile-right_bottom#stats1 {
        grid-template-columns: 1fr
    }
    .sts-l {
        grid-template-columns: repeat(auto-fill, 293px)
    }
    .stats_cont {
        width: 100%
    }
}

@media (max-width:991.98px) and (min-width:768px) {
    .profile__cont {
        padding-left: 2rem;
        padding-right: 2rem;
        grid-template-columns: 1fr
    }
    .profile__left {
        width: 100%
    }
    .profile__right {
        grid-template-columns: repeat(auto-fit, minmax(228px, 183px))
    }
    .profile-right_bottom {
        align-items: center;
        grid-template-columns: 300px 1fr
    }
    .profile-right_bottom#stats {
        grid-template-columns: 1fr
    }
    .profile-right_bottom#stats1 {
        grid-template-columns: 1fr
    }
    .sts-l {
        grid-template-columns: repeat(auto-fill, 208px)
    }
    .stats_cont {
        width: 100%
    }
}

.profile-right_bottom {
    grid-template-columns: 1fr 1fr
}

@media (max-width:767.98px) {
    .friendstb.col-md-6.col-xl-2 {
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .profile__full-prem {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .profile-right_bottom#stats .sts-m .hits-stats {
        display: grid;
        grid-template-columns: 1fr;
    }
    .profile__cont {
        padding-left: 1rem;
        padding-right: 1rem;
        grid-template-columns: 1fr
    }
    .u-sts-cont span:last-child {
        color: #fff;
        display: flex;
        align-items: flex-end
    }
    .m-sts__info span:first-child {
        color: #B1B1B1;
        position: relative;
    }
    .profile-right_bottom {
        grid-template-columns: 1fr
    }
    .profile__right {
        grid-template-columns: 1fr 1fr!important
    }
    .profile__left {
        width: auto
    }
    .prof-l__links {
        justify-content: center!important
    }
    .prof-l__top {
        grid-template-columns: 1fr
    }
    .prof-l__middle {
        align-items: center
    }
    .info_zone {
        flex-direction: column;
        margin-top: 0
    }
    .profile-right_bottom#stats {
        max-height: 2000px;
        grid-template-rows: 1fr!important
    }
    .profile-right_bottom#stats1 {
        max-height: 2000px;
        grid-template-rows: 1fr!important
    }
    .stats__cont span:first-child {
        font-size: 15px
    }
    .sts-l {
        grid-template-columns: repeat(auto-fill, 165px);
        justify-content: flex-start
    }
    .sts-l>.stats_cont {
        height: auto;
        width: auto
    }
    .unusuall-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }
    .u-sts-cont span:first-child {
        font-size: 12px
    }
    .m-sts__info span:first-child {
        color: #B1B1B1;
        font-size: 12px;
        position: relative;
    }
    .hits-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10pe2Dx
    }
    .stats_cont .m-sts__title span:last-child {
        font-size: 30px
    }
    .sts-r>.weapon__stats {
        max-height: 385px;
        height: 385px;
        overflow: auto
    }
    .sts-r>.weapon__stats1 {
        max-height: 385px;
        height: 385px;
        overflow: auto
    }
}

.profile__left,
.profile__right {
    z-index: 2
}

.stats__cont {
    width: 100%;
    height: 145px;
    background-color: #121212;
    border-radius: 10px;
    grid-template-rows: 1fr 2fr;
    display: grid;
    padding: 1em;
    justify-items: center;
    align-items: center
}

.stats__cont span {
    text-align: left
}

.stats__cont span:first-child {
    color: #B1B1B1;
    font-size: 18px
}

.stats__cont span:last-child,
.stats__cont span:nth-child(2n) {
    color: #fff;
    font-size: 28px;
    font-weight: var(--font-weight-4);
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden
}

.stats__cont span img {
    height: 40px
}

@media (max-width: 767.98px) {
    .profile__right {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
        gap: 10px;
        z-index: 1
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .profile__right {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 140px));
        gap: 14px;
        z-index: 1
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .profile__right {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 160px));
        gap: 14px;
        z-index: 1
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .profile__right {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
        gap: 10px;
        z-index: 1
    }
}

@media (min-width: 1500.1px) and (max-width: 1501.98px) {
    .profile__right {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(234px, 234px));
        gap: 10px;
        z-index: 1
    }
}

@media (min-width: 1502px) {
    .profile__right {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(235px, 250px));
        gap: 10px;
        z-index: 1
    }
}

.shop_server {
    color: #fff;
    background: #fff0;
    padding: 10px 20px;
    transition: .3s;
    margin: 0px 5px 0px 5px;
    border-radius: 5px;
    background: var(--navbar-color);
    cursor: pointer;
}

.shop_server p {
    margin: 0;
    margin-left: 10px;
}

.shop_server:hover {
    display: flex;
    background: var(--span-color);
    cursor: pointer;
}

.shop_row_addition {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;                       
}

.shop_server_active {
    background: #24264c!important;
}

.profile-settings {
    padding: 5px 10px 5px 10px;
    position: absolute;
    background: #000000a8;
    top: 5px;
    border-radius: 5px;
    right: 5px;
    transition: .5s;
    transform: rotate(0);
    color: white;
    font-size: 17px;
    z-index: 999999;
}

.profile-settings:hover {
    background: var(--span-color);
    cursor: pointer;
}

#profile__premium-indicator {
    display: none;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 23px;
    box-sizing: border-box;
    border-radius: 5px;
}

.profile__full-prem {
    -webkit-filter: drop-shadow(0 4px 43px rgba(255, 132, 0, .84));
    filter: drop-shadow(0 4px 43px rgba(255, 132, 0, .84));
    border: 1px solid #feb611;
}

.user-theme__none {
    margin-top: 9px!important;
}

#profile__premium-indicator img {
    width: 12px;
}

#profile__premium-indicator span {
    font-weight: 700;
    font-size: 14px;
    margin-left: 5px;
    text-transform: uppercase;
}

.achievements {
    height: 13px;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 7px;
    opacity: .1;
    top: -1px;
}

.user-avatar {
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, left bottom, from(#007bff99), to(#007bff));
    background: linear-gradient( 180deg, #007bff99 0, #007bff);
    position: relative;
    padding: 3px;
    display: block;
}

.user-avatar img {
    width: 100%;
    display: block;
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0
    }
    25% {
        height: 0;
        width: 5px
    }
    50% {
        height: 13px;
        width: 5px
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0
    }
    25% {
        height: 0;
        width: 5px
    }
    50% {
        height: 13px;
        width: 5px
    }
}

.card h3 {
    font-size: 12px;
}

@media (max-width: 575.98px) {
    .card h9 {
        font-weight: var(--font-weight-2);
        font-size: 14px;
    }
}

@media (min-width: 575.98px) {
    .card h9 {
        font-weight: var(--font-weight-2);
        font-size: 15px;
    }
}

h9 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h9,
.h9 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

h9,
.h9 {
    font-size: 1.1rem;
}

a,
div,
h9,
p,
span {
    text-shadow: none;
}

h9 {
    color: var(--default-text-color);
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.select-panel-pages1 {
    float: right;
}

.player-block .avatar {
    width: 5rem;
    height: 5rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    pointer-events: none;
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important;
}

.player-block .media-body p.text-uppercase.font-weight-bold.text-gray-dark {
    font-size: .8rem;
}

.text-uppercase {
    letter-spacing: .1em;
}

.font-weight-bold {
    font-weight: 700!important;
}

.text-uppercase {
    text-transform: uppercase!important;
}

p {
    line-height: 1.7;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-body {
    padding: 1.25rem;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mb-0,
.my-0 {
    margin-bottom: 0!important;
}

h5,
.h5 {
    font-size: 1.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden!important;
}

.player-block .media-body p {
    margin-bottom: 0;
}

.text-gray-dark {
    color: #6a6c70;
}

.player-block .media-body p {
    margin-bottom: 0;
}

.select-panel-pages1 {
    float: right;
}

.card__actions {
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page_profile_new #profile-main #date name #online_player {
    -webkit-text-fill-color: initial;
    float: left;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    left: 15px;
    opacity: .6;
    top: 2px;
}

.online {
    color: #00ff8fcc;
    opacity: 1;
}

.connect-xyu {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    right: -10px;
}

.verify {
    background: transparent;
    color: #6080ff;
    height: 24px;
    margin-left: 6px;
}

.coder {
    background: transparent;
    height: 22px;
    margin-left: 6px;
}

.weapon-table th {
    padding: .35rem;
}

.rowtest {
    box-shadow: 0 0 2px rgb(93 92 92 / 60%);
    border-radius: 12px;
}

.unusualkills_percent {
    position: absolute;
    top: 45%;
    left: 17px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 100%;
    font-weight: var(--font-weight-3);
    color: var(--span-color);
    opacity: .3;
}

.weapon-table th img {
    max-width: 54px;
    max-height: 21px;
}

.pointertable-active {
    background: var(--tablcolor);
}

.middle-block .hitstats-block .hitstats .back {
    object-fit: cover;
}

.middle-block .hitstats-block .hit_player img {
    filter: brightness(40%);
}

.middle-block .hitstats-block .hit_player .hit_head:hover,
.middle-block .hitstats-block .hit_player .hit_neak:hover,
.middle-block .hitstats-block .hit_player .hit_chest:hover,
.middle-block .hitstats-block .hit_player .hit_belly:hover,
.middle-block .hitstats-block .hit_player .hit_left_arm:hover,
.middle-block .hitstats-block .hit_player .hit_right_arm:hover,
.middle-block .hitstats-block .hit_player .hit_left_leg:hover,
.middle-block .hitstats-block .hit_player .hit_right_leg:hover {
    -webkit-filter: none;
    filter: none;
}

.block_ranks img {
    padding: 10px;
    border-radius: 6px;
    background: #141832;
    margin: 8px 4px;
}

@media (max-width: 767.98px) {
    .left-block {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .middle-block {
        position: relative;
        margin-top: 6px;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .left-block12 {
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .block_ranks {
        align-items: center;
        text-align: center;
        margin: 38px 0px;
        border-radius: 6px;
        border: 1px dashed #585ca0;
        background: linear-gradient(90deg, #0e0f22, #585ca05e, #0e0f22);
    }
    .middle-block {
        position: relative;
        margin-top: 6px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .right-block {
        position: relative;
        margin-top: 6px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .profile__block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-shadow: 0 0 2px rgba(93, 92, 92, 0.6);
        margin-bottom: 10px;
        border-radius: 12px;
        border-radius: 12px;
    }
    .profile__block2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        border-radius: 12px;
    }
    .user-block {
        position: relative;
        width: 100%;
        flex: 0 0 38%;
        max-width: 100%;
        -ms-flex: 0 0 38%;
        margin-top: 30px;
        margin: 0 auto;
    }
    .block {
        border: 0px solid transparent;
        height: 100%;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }
    .best-weapon-block {
        height: 170px;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 62%;
    }
    .user-block .avatar {
        margin-top: 10%;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        border: 3px solid var(--span-color);
    }
    .user-block .name {
        margin-top: 10px;
        font-size: 1em;
        font-weight: var(--font-weight-1);
        color: var(--span-color);
    }
    .user-block .country {
        font-size: 13px;
        font-weight: var(--font-weight-0);
        color: var(--default-text-color);
    }
    .user-block .rank-img {
        margin-top: 10px;
        max-height: 28px;
    }
    .user-block .rank {
        margin-top: 10px;
        font-size: 80%;
        font-weight: var(--font-weight-0);
        margin-bottom: 30px
    }
    .user-block .user-stats {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: var(--span-color);
        text-align: center;
        padding-top: 7px;
        color: #ffffff;
        font-size: 17px;
        font-weight: var(--font-weight-3);
        border: 0px solid transparent;
        border-radius: 4px;
    }
    .best-weapon-block .weapons {
        padding-top: 18px;
        text-align: center;
        height: 86px;
    }
    .best-weapon-block .weapons .kills {
        margin-top: 5px;
        text-align: center;
        font-size: 15px;
        font-weight: var(--font-weight-3);
    }
    .best-weapon-block .weapons li {
        display: inline-block;
        padding-left: 3%;
        padding-right: 3%;
    }
    .best-weapon-block .weapons svg,
    .best-weapon-block .weapons img {
        width: 14vw;
        max-height: 4.8vw;
        filter: invert(var(--svg));
    }
    .best-weapon-block .weapon-table {
        height: 74%;
        overflow: auto;
    }
    .best-weapon-block .weapon-table svg,
    .best-weapon-block .weapon-table img {
        filter: invert(var(--svg));
    }
    .short-stats-block {
        margin-top: 6px;
        height: 264px;
        width: 100%;
        padding: 18px;
        text-align: center;
        border: 0px solid transparent;
        border-radius: 12px;
    }
    .short-stats-block .left-stats-block {
        float: left;
        width: 50%;
    }
    .short-stats-block .right-stats-block {
        margin-left: 50%;
        width: 50%;
    }
    .short-stats-block ul {
        font-size: 13px;
        font-weight: var(--font-weight-0);
        color: var(--default-text-color);
    }
    .short-stats-block li {
        padding-bottom: 5px;
    }
    .short-stats-block .left-stats-block ul {
        text-align: left;
    }
    .short-stats-block .right-stats-block ul {
        text-align: right;
    }
    .skull-block {
        margin-top: 5%;
        width: 100%;
        font-size: 14px;
        font-weight: var(--font-weight-0);
    }
    .skull-block .info {
        font-size: 12px;
        color: var(--default-text-color);
        font-weight: var(--font-weight-1);
    }
    .skull-block .left-skull-block {
        float: left;
        width: 27%;
        text-align: center
    }
    .skull-block .center-skull-block {
        display: inline-block;
        width: 39%;
        text-align: center
    }
    .skull-block .right-skull-block {
        float: right;
        width: 34%;
        text-align: center
    }
    .skull-block .left-skull-block .skull {
        display: inline-block;
        width: 58px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .skull-block .center-skull-block .skull {
        display: inline-block;
        width: 77px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .skull-block .right-skull-block .skull {
        display: inline-block;
        width: 96px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .middle-block .best-maps {
        height: 53vw;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .middle-block .best-maps .map-top {
        position: relative;
        height: 30%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .middle-block .best-maps .map-bottom {
        position: relative;
        overflow: auto;
        height: 70%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map_block {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 6px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .map_block_right {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 6px;
        padding-left: 6px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .middle-block .best-maps .map_block img,
    .middle-block .best-maps .map_block_right img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .middle-block .best-maps .map-top img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .middle-block .best-maps .map-top .map-lower {
        position: absolute;
        max-width: 100%;
        margin-top: -33px;
    }
    .middle-block .best-maps .map-bottom .map-lower {}
    .middle-block .map-title-rounds .icon {
        margin-right: 0px;
    }
    .middle-block .map-title-rounds .icon img {
        filter: invert(var(--svg));
        margin-bottom: 4px;
        width: 10px;
    }
    .middle-block .best-maps .map-top .map-one {
        position: absolute;
        height: 28px;
        width: 25px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: white;
        background-color: rgba(0, 0, 0, 0.75);
        padding-top: 1px;
        left: 7px;
    }
    .middle-block .best-maps .map-top .map-pretty-name {
        position: absolute;
        height: 28px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: black;
        background-color: rgba(255, 255, 255, 0.75);
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        left: 33px;
    }
    .middle-block .best-maps .map-top .map-title-rounds {
        position: absolute;
        height: 28px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: white;
        background-color: rgba(241, 122, 38, 0.85);
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        right: 7px;
    }
    .middle-block .hitstats-block {
        height: 53vw;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-left: 6px;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .tooltip-top {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .back {
        width: 100%;
        height: 100%;
        border: 0px solid transparent;
        background-size: cover;
        border-radius: 4px;
    }
    .hit_player {
        position: absolute;
    }
    .hit_head {
        position: absolute;
        height: 11vw;
        width: 10vw;
        z-index: 101;
        bottom: 33.6vw;
        left: 10.2vw;
    }
    .hit_neak {
        position: absolute;
        height: 3.5vw;
        width: 7.6vw;
        z-index: 103;
        bottom: 33.6vw;
        left: 10.2vw;
    }
    .hit_left_arm {
        position: absolute;
        height: 24vw;
        width: 8vw;
        bottom: 24vw;
        left: 0.3vw;
        z-index: 101;
    }
    .hit_right_arm {
        position: absolute;
        height: 23vw;
        width: 6vw;
        bottom: 11.5vw;
        left: 20vw;
        z-index: 104;
    }
    .hit_chest {
        position: absolute;
        height: 12vw;
        width: 15vw;
        bottom: 25.8vw;
        left: 6.3vw;
        z-index: 101;
    }
    .hit_belly {
        position: absolute;
        height: 10vw;
        width: 16vw;
        bottom: 18.6vw;
        left: 6vw;
        z-index: 101;
    }
    .hit_left_leg {
        position: absolute;
        height: 20vw;
        width: 8vw;
        bottom: 0;
        left: 7.5vw;
        z-index: 101;
    }
    .hit_right_leg {
        position: absolute;
        height: 19.7vw;
        width: 11vw;
        bottom: 0;
        left: 13.8vw;
        z-index: 101;
    }
    .unusualkills_block {
        overflow: hidden;
        padding-top: 6px;
        padding-left: 6px;
        height: 90px;
        width: 100%;
        position: relative;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        box-shadow: 0 0 2px rgb(93 92 92 / 60%);
        border-radius: 12px;
    }
    .unusualkills_text {
        position: absolute;
        overflow-wrap: break-word;
        bottom: 7px;
        left: 14px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 72%;
        font-weight: var(--font-weight-1);
        color: var(--default-text-color);
    }
    .unusualkills_score {
        position: absolute;
        top: 9px;
        left: 17px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 192%;
        font-weight: var(--font-weight-3);
        color: var(--span-color);
    }
    .unusualkills_block_left {
        overflow: hidden;
        padding-top: 6px;
        height: 90px;
        width: 100%;
        position: relative;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        box-shadow: 0 0 2px rgb(93 92 92 / 60%);
        border-radius: 12px;
    }
    .icon_block {
        position: absolute;
        right: 5px;
        top: 15px;
    }
    .unusualkills_block i,
    .unusualkills_block_left i {
        opacity: 0.3;
        font-size: 2em;
        text-align: center;
        color: var(--span-color);
    }
    .right-block .top {
        width: 100%;
    }
    .right-block .top .table thead th {
        padding-top: 18px;
        font-size: 13px;
        font-weight: var(--font-weight-1);
        color: var(--default-text-color);
        border-bottom: 2px solid var(--table-line);
    }
    .right-block .top .table tbody th {
        color: var(--default-text-color);
        font-size: 12px;
        font-weight: var(--font-weight-1);
        padding: .7em;
        border-bottom: none;
        border-top: 1px solid var(--border-bottom-color);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .left-block {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .user-group {
        text-align: center;
        margin-top: 10px;
        padding: 5px 0;
        border-radius: 25px;
        color: white;
        position: absolute;
        width: 40%;
        left: 30%;
    }
    .main-block-profile .main-info {
        width: 300px;
    }
    .block_ranks {
        align-items: center;
        text-align: center;
        margin: 38px 0px;
        border-radius: 6px;
        border: 1px dashed #585ca0;
        background: linear-gradient(90deg, #0e0f22, #585ca05e, #0e0f22);
    }
    .middle-block {
        position: relative;
        margin-top: 6px;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .right-block {
        position: relative;
        margin-top: 6px;
        width: 100%;
        padding-left: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .profile__block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-shadow: 0 0 2px rgba(93, 92, 92, 0.6);
        margin-bottom: 10px;
        border-radius: 12px;
    }
    .profile__block2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        border-radius: 12px;
    }
    .user-block {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
        margin-top: 30px;
    }
    .block {
        border: 0px solid transparent;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .best-weapon-block {
        height: 42vw;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 62%;
    }
    .user-block .avatar {
        margin-top: 18px;
        height: 110px;
        width: 110px;
        border-radius: 50%;
        border: 3px solid var(--span-color);
    }
    .user-block .name {
        margin-top: 10px;
        font-size: 1.5em;
        font-weight: var(--font-weight-1);
        color: var(--span-color);
    }
    .user-block .country {
        font-size: 13px;
        font-weight: var(--font-weight-0);
        color: var(--default-text-color);
    }
    .user-block .rank-img {
        margin-top: 10px;
        max-height: 28px;
    }
    .user-block .rank {
        margin-top: 10px;
        font-size: 80%;
        font-weight: var(--font-weight-0);
        margin-bottom: 30px
    }
    .user-block .user-stats {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: var(--span-color);
        text-align: center;
        padding-top: 7px;
        color: #ffffff;
        font-size: 17px;
        font-weight: var(--font-weight-3);
        border: 0px solid transparent;
        border-radius: 4px;
    }
    .best-weapon-block .weapons {
        padding-top: 18px;
        text-align: center;
        height: 26%;
    }
    .best-weapon-block .weapons .kills {
        margin-top: 5px;
        text-align: center;
        font-size: 15px;
        font-weight: var(--font-weight-3);
    }
    .best-weapon-block .weapons li {
        display: inline-block;
        padding-left: 3%;
        padding-right: 3%;
    }
    .best-weapon-block .weapons svg,
    .best-weapon-block .weapons img {
        width: 14vw;
        max-height: 4.8vw;
        filter: invert(var(--svg));
    }
    .best-weapon-block .weapon-table {
        height: 74%;
        overflow: auto;
    }
    .best-weapon-block .weapon-table svg,
    .best-weapon-block .weapon-table img {
        filter: invert(var(--svg));
    }
    .short-stats-block {
        margin-top: 6px;
        height: 264px;
        width: 100%;
        padding: 18px;
        text-align: center;
        border: 0px solid transparent;
        border-radius: 12px;
    }
    .short-stats-block .left-stats-block {
        float: left;
        width: 50%;
    }
    .short-stats-block .right-stats-block {
        margin-left: 50%;
        width: 50%;
    }
    .short-stats-block ul {
        font-size: 13px;
        font-weight: var(--font-weight-0);
        color: var(--default-text-color);
    }
    .short-stats-block li {
        padding-bottom: 5px;
    }
    .short-stats-block .left-stats-block ul {
        text-align: left;
    }
    .short-stats-block .right-stats-block ul {
        text-align: right;
    }
    .skull-block {
        margin-top: 5%;
        width: 100%;
        font-size: 14px;
        font-weight: var(--font-weight-0);
    }
    .skull-block .info {
        font-size: 12px;
        color: var(--default-text-color);
        font-weight: var(--font-weight-1);
    }
    .skull-block .left-skull-block {
        float: left;
        width: 27%;
        text-align: center
    }
    .skull-block .center-skull-block {
        display: inline-block;
        width: 39%;
        text-align: center
    }
    .skull-block .right-skull-block {
        float: right;
        width: 34%;
        text-align: center
    }
    .skull-block .left-skull-block .skull {
        display: inline-block;
        width: 58px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .skull-block .center-skull-block .skull {
        display: inline-block;
        width: 77px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .skull-block .right-skull-block .skull {
        display: inline-block;
        width: 96px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .middle-block .best-maps {
        height: 52vw;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .middle-block .best-maps .map-top {
        position: relative;
        height: 30%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .middle-block .best-maps .map-bottom {
        position: relative;
        overflow: auto;
        height: 70%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map_block {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 6px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .map_block_right {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 6px;
        padding-left: 6px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .middle-block .best-maps .map_block img,
    .middle-block .best-maps .map_block_right img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .middle-block .best-maps .map-top img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .middle-block .best-maps .map-top .map-lower {
        position: absolute;
        max-width: 100%;
        margin-top: -33px;
    }
    .middle-block .best-maps .map-bottom .map-lower {}
    .middle-block .map-title-rounds .icon {
        margin-right: 0px;
    }
    .middle-block .map-title-rounds .icon img {
        filter: invert(var(--svg));
        margin-bottom: 4px;
        width: 10px;
    }
    .middle-block .best-maps .map-top .map-one {
        position: absolute;
        height: 28px;
        width: 25px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: white;
        background-color: rgba(0, 0, 0, 0.75);
        padding-top: 1px;
        left: 7px;
    }
    .middle-block .best-maps .map-top .map-pretty-name {
        position: absolute;
        height: 28px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: black;
        background-color: rgba(255, 255, 255, 0.75);
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        left: 33px;
    }
    .middle-block .best-maps .map-top .map-title-rounds {
        position: absolute;
        height: 28px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: white;
        background-color: rgba(241, 122, 38, 0.85);
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        right: 7px;
    }
    .middle-block .hitstats-block {
        height: 52vw;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-left: 6px;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .tooltip-top {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .back {
        width: 100%;
        height: 100%;
        border: 0px solid transparent;
        background-size: cover;
        border-radius: 4px;
    }
    .hit_player {
        position: absolute;
    }
    .hit_head {
        position: absolute;
        height: 11vw;
        width: 10vw;
        z-index: 101;
        bottom: 33.6vw;
        left: 10.2vw;
    }
    .hit_neak {
        position: absolute;
        height: 3.5vw;
        width: 7.6vw;
        z-index: 103;
        bottom: 33.6vw;
        left: 10.2vw;
    }
    .hit_left_arm {
        position: absolute;
        height: 24vw;
        width: 8vw;
        bottom: 24vw;
        left: 0.3vw;
        z-index: 101;
    }
    .hit_right_arm {
        position: absolute;
        height: 23vw;
        width: 6vw;
        bottom: 11.5vw;
        left: 20vw;
        z-index: 104;
    }
    .hit_chest {
        position: absolute;
        height: 12vw;
        width: 15vw;
        bottom: 25.8vw;
        left: 6.3vw;
        z-index: 101;
    }
    .hit_belly {
        position: absolute;
        height: 10vw;
        width: 16vw;
        bottom: 18.6vw;
        left: 6vw;
        z-index: 101;
    }
    .hit_left_leg {
        position: absolute;
        height: 20vw;
        width: 8vw;
        bottom: 0;
        left: 7.5vw;
        z-index: 101;
    }
    .hit_right_leg {
        position: absolute;
        height: 19.7vw;
        width: 11vw;
        bottom: 0;
        left: 13.8vw;
        z-index: 101;
    }
    .unusualkills_block {
        overflow: hidden;
        padding-top: 6px;
        padding-left: 6px;
        height: 90px;
        width: 100%;
        position: relative;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        box-shadow: 0 0 2px rgb(93 92 92 / 60%);
        border-radius: 12px;
    }
    .unusualkills_text {
        position: absolute;
        overflow-wrap: break-word;
        bottom: 7px;
        left: 14px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 72%;
        font-weight: var(--font-weight-1);
        color: var(--default-text-color);
    }
    .unusualkills_score {
        position: absolute;
        top: 9px;
        left: 17px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 192%;
        font-weight: var(--font-weight-3);
        color: var(--span-color);
    }
    .unusualkills_block_left {
        overflow: hidden;
        padding-top: 6px;
        height: 90px;
        width: 100%;
        position: relative;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        box-shadow: 0 0 2px rgb(93 92 92 / 60%);
        border-radius: 12px;
    }
    .icon_block {
        position: absolute;
        right: 5px;
        top: 15px;
    }
    .unusualkills_block i,
    .unusualkills_block_left i {
        opacity: 0.3;
        font-size: 2em;
        text-align: center;
        color: var(--span-color);
    }
    .right-block .top {
        width: 100%;
    }
    .right-block .top .table thead th {
        padding-top: 18px;
        font-size: 13px;
        font-weight: var(--font-weight-1);
        color: var(--default-text-color);
        border-bottom: 2px solid var(--table-line);
    }
    .right-block .top .table tbody th {
        color: var(--default-text-color);
        font-size: 12px;
        font-weight: var(--font-weight-1);
        padding: .7em;
        border-bottom: none;
        border-top: 1px solid var(--border-bottom-color);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .left-block {
        position: relative;
        width: 100%;
        padding-left: 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .user-group {
        text-align: center;
        margin-top: 10px;
        padding: 5px 0;
        border-radius: 25px;
        color: white;
        position: absolute;
        width: 80%;
        left: 10%;
    }
    .main-block-profile .main-info {
        width: 245px;
    }
    .middle-block {
        position: relative;
        margin-top: 1rem;
        width: 100%;
        padding-left: 6px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .right-block {
        position: relative;
        margin-top: 6px;
        width: 100%;
        padding-left: 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .profile__block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-shadow: 0 0 2px rgba(93, 92, 92, 0.6);
        margin-bottom: 10px;
        border-radius: 12px;
    }
    .profile__block2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        border-radius: 12px;
    }
    .user-block {
        height: 300px;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
        margin-top: 30px;
    }
    .block {
        border: 0px solid transparent;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .best-weapon-block {
        height: 300px;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 62%;
    }
    .user-block .avatar {
        margin-top: 18px;
        height: 110px;
        width: 110px;
        border-radius: 50%;
        border: 3px solid var(--span-color);
    }
    .user-block .name {
        margin-top: 10px;
        font-size: 1vw;
        font-weight: var(--font-weight-1);
        color: var(--span-color);
    }
    .user-block .country {
        font-size: 13px;
        font-weight: var(--font-weight-0);
        color: var(--default-text-color);
    }
    .user-block .rank-img {
        margin-top: 10px;
        max-height: 28px;
    }
    .user-block .rank {
        margin-top: 10px;
        font-size: 80%;
        font-weight: var(--font-weight-0);
        margin-bottom: 30px
    }
    .user-block .user-stats {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: var(--span-color);
        text-align: center;
        padding-top: 7px;
        color: #ffffff;
        font-size: 17px;
        font-weight: var(--font-weight-3);
        border: 0px solid transparent;
        border-radius: 4px;
    }
    .best-weapon-block .weapons {
        padding-top: 18px;
        text-align: center;
        height: 26%;
    }
    .best-weapon-block .weapons .kills {
        margin-top: 5px;
        text-align: center;
        font-size: 15px;
        font-weight: var(--font-weight-3);
    }
    .best-weapon-block .weapons li {
        display: inline-block;
        padding-left: 3%;
        padding-right: 3%;
    }
    .best-weapon-block .weapons svg,
    .best-weapon-block .weapons img {
        width: 5.6vw;
        max-height: 2.2vw;
        filter: invert(var(--svg));
    }
    .best-weapon-block .weapon-table {
        height: 74%;
        overflow: auto;
    }
    .best-weapon-block .weapon-table svg,
    .best-weapon-block .weapon-table img {
        filter: invert(var(--svg));
    }
    .short-stats-block {
        margin-top: 6px;
        height: 264px;
        width: 100%;
        padding: 18px;
        text-align: center;
        border: 0px solid transparent;
        border-radius: 12px;
    }
    .short-stats-block .left-stats-block {
        float: left;
        width: 50%;
    }
    .short-stats-block .right-stats-block {
        margin-left: 50%;
        width: 50%;
    }
    .short-stats-block ul {
        font-size: 13px;
        font-weight: var(--font-weight-0);
        color: var(--default-text-color);
    }
    .short-stats-block li {
        padding-bottom: 5px;
    }
    .short-stats-block .left-stats-block ul {
        text-align: left;
    }
    .short-stats-block .right-stats-block ul {
        text-align: right;
    }
    .skull-block {
        margin-top: 5%;
        width: 100%;
        font-size: 14px;
        font-weight: var(--font-weight-0);
    }
    .skull-block .info {
        font-size: 12px;
        color: var(--default-text-color);
        font-weight: var(--font-weight-1);
    }
    .skull-block .left-skull-block {
        float: left;
        width: 27%;
        text-align: center
    }
    .skull-block .center-skull-block {
        display: inline-block;
        width: 39%;
        text-align: center
    }
    .skull-block .right-skull-block {
        float: right;
        width: 34%;
        text-align: center
    }
    .skull-block .left-skull-block .skull {
        display: inline-block;
        width: 58px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .skull-block .center-skull-block .skull {
        display: inline-block;
        width: 77px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .skull-block .right-skull-block .skull {
        display: inline-block;
        width: 96px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .middle-block .best-maps {
        height: 22vw;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .middle-block .best-maps .map-top {
        position: relative;
        height: 35%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .middle-block .best-maps .map-bottom {
        position: relative;
        overflow: auto;
        height: 65%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map_block {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 6px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .map_block_right {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 6px;
        padding-left: 6px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .middle-block .best-maps .map_block img,
    .middle-block .best-maps .map_block_right img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .middle-block .best-maps .map-top img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .middle-block .best-maps .map-top .map-lower {
        position: absolute;
        max-width: 100%;
        margin-top: -33px;
    }
    .middle-block .best-maps .map-bottom .map-lower {}
    .middle-block .map-title-rounds .icon {
        margin-right: 0px;
    }
    .middle-block .map-title-rounds .icon img {
        filter: invert(var(--svg));
        margin-bottom: 4px;
        width: 10px;
    }
    .middle-block .best-maps .map-top .map-one {
        position: absolute;
        height: 28px;
        width: 25px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: white;
        background-color: rgba(0, 0, 0, 0.75);
        padding-top: 1px;
        left: 7px;
    }
    .middle-block .best-maps .map-top .map-pretty-name {
        position: absolute;
        height: 28px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: black;
        background-color: rgba(255, 255, 255, 0.75);
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        left: 33px;
    }
    .middle-block .best-maps .map-top .map-title-rounds {
        position: absolute;
        height: 28px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: white;
        background-color: rgba(241, 122, 38, 0.85);
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        right: 7px;
    }
    .middle-block .hitstats-block {
        height: 22vw;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-left: 6px;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .tooltip-top {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .back {
        width: 100%;
        height: 100%;
        border: 0px solid transparent;
        background-size: cover;
        border-radius: 4px;
    }
    .hit_player {
        position: absolute;
    }
    .hit_head {
        position: absolute;
        height: 3.2vw;
        width: 3vw;
        z-index: 101;
        bottom: 12.1vw;
        left: 4.1vw;
    }
    .hit_neak {
        position: absolute;
        height: 1.3vw;
        width: 2.25vw;
        z-index: 102;
        bottom: 12vw;
        left: 4.22vw;
    }
    .hit_chest {
        position: absolute;
        height: 4vw;
        width: 4.5vw;
        bottom: 9.3vw;
        left: 3vw;
        z-index: 101;
    }
    .hit_belly {
        position: absolute;
        height: 2.8vw;
        width: 4.7vw;
        bottom: 7.5vw;
        left: 3vw;
        z-index: 101;
    }
    .hit_left_arm {
        position: absolute;
        height: 8vw;
        width: 2.5vw;
        bottom: 8.9vw;
        left: 1.1vw;
        z-index: 101;
    }
    .hit_right_arm {
        position: absolute;
        height: 7.6vw;
        width: 1.9vw;
        bottom: 4.8vw;
        left: 7vw;
        z-index: 104;
    }
    .hit_left_leg {
        position: absolute;
        height: 8vw;
        width: 3vw;
        bottom: 0;
        left: 3vw;
        z-index: 101;
    }
    .hit_right_leg {
        position: absolute;
        height: 8vw;
        width: 3.5vw;
        bottom: 0;
        left: 5.40vw;
        z-index: 101;
    }
    .unusualkills_block {
        overflow: hidden;
        padding-top: 6px;
        padding-left: 6px;
        height: 90px;
        width: 100%;
        position: relative;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        box-shadow: 0 0 2px rgb(93 92 92 / 60%);
        border-radius: 12px;
    }
    .unusualkills_text {
        position: absolute;
        overflow-wrap: break-word;
        bottom: 7px;
        left: 14px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 72%;
        font-weight: var(--font-weight-1);
        color: var(--default-text-color);
    }
    .unusualkills_score {
        position: absolute;
        top: 9px;
        left: 17px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 192%;
        font-weight: var(--font-weight-3);
        color: var(--span-color);
    }
    .unusualkills_block_left {
        overflow: hidden;
        padding-top: 6px;
        height: 90px;
        width: 100%;
        position: relative;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        box-shadow: 0 0 2px rgb(93 92 92 / 60%);
        border-radius: 12px;
    }
    .block_ranks {
        align-items: center;
        text-align: center;
        margin: 38px 0px;
        border-radius: 6px;
        border: 1px dashed #585ca0;
        background: linear-gradient(90deg, #0e0f22, #585ca05e, #0e0f22);
    }
    .icon_block {
        position: absolute;
        right: 5px;
        top: 15px;
    }
    .unusualkills_block i,
    .unusualkills_block_left i {
        opacity: 0.3;
        font-size: 2em;
        text-align: center;
        color: var(--span-color);
    }
    .right-block .top {
        width: 100%;
    }
    .right-block .top .table thead th {
        padding-top: 18px;
        font-size: 13px;
        font-weight: var(--font-weight-1);
        color: var(--default-text-color);
        border-bottom: 2px solid var(--table-line);
    }
    .right-block .top .table tbody th {
        color: var(--default-text-color);
        font-size: 12px;
        font-weight: var(--font-weight-1);
        padding: .7em;
        border-bottom: none;
        border-top: 1px solid var(--border-bottom-color);
    }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
    .fsize-1 {
        display: none !important;
        ;
    }
    .user-group {
        text-align: center;
        margin-top: 10px;
        padding: 5px 0;
        border-radius: 25px;
        color: white;
        position: absolute;
        width: 80%;
        left: 10%;
    }
    .main-block-profile .main-info {
        width: 400px;
    }
    .left-block {
        position: relative;
        width: 100%;
        padding-left: 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .middle-block {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .right-block {
        position: relative;
        margin-top: 6px;
        width: 100%;
        padding-left: 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .profile__block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-shadow: 0 0 2px rgba(93, 92, 92, 0.6);
        margin-bottom: 10px;
        border-radius: 12px;
    }
    .profile__block2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        border-radius: 12px;
    }
    .user-block {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 38%;
        flex: 0 0 28%;
        max-width: 28%;
        margin-top: 30px;
    }
    .block {
        border: 0px solid transparent;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .best-weapon-block {
        height: 20vw;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 62%;
    }
    .user-block .avatar {
        margin-top: 18px;
        height: 110px;
        width: 110px;
        border-radius: 50%;
        border: 3px solid var(--span-color);
    }
    .user-block .name {
        margin-top: 10px;
        font-size: 1vw;
        font-weight: var(--font-weight-1);
        color: var(--span-color);
    }
    .user-block .country {
        font-size: 13px;
        font-weight: var(--font-weight-0);
        color: var(--default-text-color);
    }
    .user-block .rank-img {
        margin-top: 10px;
        max-height: 28px;
    }
    .user-block .rank {
        margin-top: 10px;
        font-size: 80%;
        font-weight: var(--font-weight-0);
        margin-bottom: 30px
    }
    .user-block .user-stats {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: var(--span-color);
        text-align: center;
        padding-top: 7px;
        color: #ffffff;
        font-size: 17px;
        font-weight: var(--font-weight-3);
        border: 0px solid transparent;
        border-radius: 4px;
    }
    .best-weapon-block .weapons {
        padding-top: 18px;
        text-align: center;
        height: 26%;
    }
    .best-weapon-block .weapons .kills {
        margin-top: 5px;
        text-align: center;
        font-size: 15px;
        font-weight: var(--font-weight-3);
    }
    .best-weapon-block .weapons li {
        display: inline-block;
        padding-left: 3%;
        padding-right: 3%;
    }
    .best-weapon-block .weapons svg,
    .best-weapon-block .weapons img {
        width: 5.6vw;
        max-height: 2.2vw;
        filter: invert(var(--svg));
    }
    .best-weapon-block .weapon-table {
        height: 74%;
        overflow: auto;
    }
    .best-weapon-block .weapon-table svg,
    .best-weapon-block .weapon-table img {
        filter: invert(var(--svg));
    }
    .short-stats-block {
        margin-top: 6px;
        height: 264px;
        width: 100%;
        padding: 18px;
        text-align: center;
        border: 0px solid transparent;
        border-radius: 12px;
    }
    .short-stats-block .left-stats-block {
        float: left;
        width: 50%;
    }
    .short-stats-block .right-stats-block {
        margin-left: 50%;
        width: 50%;
    }
    .short-stats-block ul {
        font-size: 13px;
        font-weight: var(--font-weight-0);
        color: var(--default-text-color);
    }
    .short-stats-block li {
        padding-bottom: 5px;
    }
    .short-stats-block .left-stats-block ul {
        text-align: left;
    }
    .short-stats-block .right-stats-block ul {
        text-align: right;
    }
    .skull-block {
        margin-top: 5%;
        width: 100%;
        font-size: 14px;
        font-weight: var(--font-weight-0);
    }
    .skull-block .info {
        font-size: 12px;
        color: var(--default-text-color);
        font-weight: var(--font-weight-1);
    }
    .skull-block .left-skull-block {
        float: left;
        width: 27%;
        text-align: center
    }
    .skull-block .center-skull-block {
        display: inline-block;
        width: 39%;
        text-align: center
    }
    .skull-block .right-skull-block {
        float: right;
        width: 34%;
        text-align: center
    }
    .skull-block .left-skull-block .skull {
        display: inline-block;
        width: 58px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .skull-block .center-skull-block .skull {
        display: inline-block;
        width: 77px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .skull-block .right-skull-block .skull {
        display: inline-block;
        width: 96px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .middle-block .best-maps {
        height: 22vw;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 70%;
        flex: 0 0 40%;
        max-width: 100%;
    }
    .middle-block .best-maps .map-top {
        position: relative;
        height: 35%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .middle-block .best-maps .map-bottom {
        position: relative;
        overflow: auto;
        height: 65%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map_block {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 6px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .map_block_right {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 6px;
        padding-left: 6px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .middle-block .best-maps .map_block img,
    .middle-block .best-maps .map_block_right img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .middle-block .best-maps .map-top img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .middle-block .best-maps .map-top .map-lower {
        position: absolute;
        max-width: 100%;
        margin-top: -33px;
    }
    .middle-block .best-maps .map-bottom .map-lower {}
    .middle-block .map-title-rounds .icon {
        margin-right: 0px;
    }
    .middle-block .map-title-rounds .icon img {
        filter: invert(var(--svg));
        margin-bottom: 4px;
        width: 10px;
    }
    .middle-block .best-maps .map-top .map-one {
        position: absolute;
        height: 28px;
        width: 25px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: white;
        background-color: rgba(0, 0, 0, 0.75);
        padding-top: 1px;
        left: 7px;
    }
    .middle-block .best-maps .map-top .map-pretty-name {
        position: absolute;
        height: 28px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: black;
        background-color: rgba(255, 255, 255, 0.75);
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        left: 33px;
    }
    .middle-block .best-maps .map-top .map-title-rounds {
        position: absolute;
        height: 28px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: white;
        background-color: rgba(241, 122, 38, 0.85);
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        right: 7px;
    }
    .middle-block .hitstats-block {
        height: 22vw;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-left: 6px;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .tooltip-top {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .back {
        width: 100%;
        height: 100%;
        border: 0px solid transparent;
        background-size: cover;
        border-radius: 4px;
    }
    .hit_player {
        position: absolute;
    }
    .hit_head {
        position: absolute;
        height: 3.2vw;
        width: 3vw;
        z-index: 101;
        bottom: 12.1vw;
        left: 4.1vw;
    }
    .hit_neak {
        position: absolute;
        height: 1.3vw;
        width: 2.25vw;
        z-index: 102;
        bottom: 12vw;
        left: 4.22vw;
    }
    .block_ranks {
        align-items: center;
        text-align: center;
        margin: 38px 0px;
        border-radius: 6px;
        border: 1px dashed #585ca0;
        background: linear-gradient(90deg, #0e0f22, #585ca05e, #0e0f22);
    }
    .hit_chest {
        position: absolute;
        height: 4vw;
        width: 4.5vw;
        bottom: 9.3vw;
        left: 3vw;
        z-index: 101;
    }
    .hit_belly {
        position: absolute;
        height: 2.8vw;
        width: 4.7vw;
        bottom: 7.5vw;
        left: 3vw;
        z-index: 101;
    }
    .hit_left_arm {
        position: absolute;
        height: 8vw;
        width: 2.5vw;
        bottom: 8.9vw;
        left: 1.1vw;
        z-index: 101;
    }
    .hit_right_arm {
        position: absolute;
        height: 7.6vw;
        width: 1.9vw;
        bottom: 4.8vw;
        left: 7vw;
        z-index: 104;
    }
    .hit_left_leg {
        position: absolute;
        height: 8vw;
        width: 3vw;
        bottom: 0;
        left: 3vw;
        z-index: 101;
    }
    .hit_right_leg {
        position: absolute;
        height: 8vw;
        width: 3.5vw;
        bottom: 0;
        left: 5.40vw;
        z-index: 101;
    }
    .unusualkills_block {
        overflow: hidden;
        padding-top: 6px;
        padding-left: 6px;
        height: 90px;
        width: 100%;
        position: relative;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        box-shadow: 0 0 2px rgb(93 92 92 / 60%);
        border-radius: 12px;
    }
    .unusualkills_text {
        position: absolute;
        overflow-wrap: break-word;
        bottom: 7px;
        left: 14px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-weight: var(--font-weight-1);
        color: var(--default-text-color);
        font-size: 12px;
    }
    .unusualkills_score {
        position: absolute;
        top: 9px;
        left: 17px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 192%;
        font-weight: var(--font-weight-3);
        color: var(--span-color);
    }
    .unusualkills_block_left {
        overflow: hidden;
        padding-top: 6px;
        height: 90px;
        width: 100%;
        position: relative;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        box-shadow: 0 0 2px rgb(93 92 92 / 60%);
        border-radius: 12px;
    }
    .icon_block {
        position: absolute;
        right: 5px;
        top: 15px;
    }
    .unusualkills_block i,
    .unusualkills_block_left i {
        opacity: 0.3;
        font-size: 2em;
        text-align: center;
        color: var(--span-color);
    }
    .right-block .top {
        width: 100%;
    }
    .right-block .top .table thead th {
        padding-top: 18px;
        font-size: 13px;
        font-weight: var(--font-weight-1);
        color: var(--default-text-color);
        border-bottom: 2px solid var(--table-line);
    }
    .right-block .top .table tbody th {
        color: var(--default-text-color);
        font-size: 12px;
        font-weight: var(--font-weight-1);
        padding: .7em;
        border-bottom: none;
        border-top: 1px solid var(--border-bottom-color);
    }
}

@media (min-width: 1500px) {
    .left-block {
        position: relative;
        width: 100%;
        padding-left: 15px;
        -ms-flex: 0 0 40%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .left-block12 {
        position: relative;
        width: 100%;
        padding-left: 15px;
    }
    .middle-block {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 32%;
        flex: 0 0 40%;
        max-width: 100%;
    }
    .right-block {
        position: relative;
        width: 100%;
        padding-left: 6px;
        -ms-flex: 0 0 28%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .profile__block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-shadow: 0 0 2px rgba(93, 92, 92, 0.6);
        margin-bottom: 10px;
        border-radius: 12px;
    }
    .profile__block2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        border-radius: 12px;
    }
    .user-block {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 38%;
        flex: 0 0 28%;
        max-width: 28%;
        margin-top: 30px;
    }
    .block {
        border: 0px solid transparent;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .best-weapon-block {
        max-height: 20vw;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 62%;
    }
    .user-block .avatar {
        margin-top: 10%;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        border: 3px solid var(--span-color);
    }
    .user-block .name {
        margin-top: 10px;
        font-size: 1vw;
        font-weight: var(--font-weight-1);
        color: var(--span-color);
    }
    .user-block .steam_status {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        height: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 70px;
    }
    .user-block .steam_status i {
        font-size: 22px;
        color: var(--span-color);
    }
    .user-block .steam_status .check_ban {
        width: 100%;
        position: relative;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .user-block .steam_status .check_ban a,
    .user-block .steam_status .check_ban i {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .user-block .country {
        font-size: 13px;
        font-weight: var(--font-weight-0);
        color: var(--default-text-color);
    }
    .user-block .rank-img {
        margin-top: 10px;
        max-height: 28px;
    }
    .user-block .rank {
        margin-top: 10px;
        font-size: 80%;
        font-weight: var(--font-weight-0);
        margin-bottom: 30px
    }
    .user-block .user-stats {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: var(--span-color);
        text-align: center;
        padding-top: 7px;
        color: #ffffff;
        font-size: 17px;
        font-weight: var(--font-weight-3);
        border: 0px solid transparent;
        border-radius: 4px;
    }
    .best-weapon-block .weapons {
        text-align: center;
        height: 26%;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .best-weapon-block .weapons .kills {
        margin-top: 5px;
        text-align: center;
        font-size: 15px;
        font-weight: var(--font-weight-3);
    }
    .best-weapon-block .weapons li {
        display: inline-block;
        padding-left: 1%;
        padding-right: 1%;
    }
    .best-weapon-block .weapons svg,
    .best-weapon-block .weapons img {
        filter: invert(var(--svg));
    }
    .best-weapon-block .weapon-table {
        height: 74%;
        overflow: auto;
    }
    .best-weapon-block .weapon-table svg,
    .best-weapon-block .weapon-table img {
        filter: invert(var(--svg));
    }
    .short-stats-block {
        margin-top: 6px;
        height: 264px;
        width: 100%;
        padding: 18px;
        text-align: center;
        border: 0px solid transparent;
        border-radius: 12px;
    }
    .short-stats-block .left-stats-block {
        float: left;
        width: 50%;
    }
    .short-stats-block .right-stats-block {
        margin-left: 50%;
        width: 50%;
    }
    .short-stats-block ul {
        font-size: 13px;
        font-weight: var(--font-weight-0);
        color: var(--default-text-color);
    }
    .short-stats-block li {
        padding-bottom: 5px;
    }
    .short-stats-block .left-stats-block ul {
        text-align: left;
    }
    .short-stats-block .right-stats-block ul {
        text-align: right;
    }
    .skull-block {
        margin-top: 5%;
        width: 100%;
        font-size: 14px;
        font-weight: var(--font-weight-0);
    }
    .skull-block .info {
        font-size: 12px;
        color: var(--default-text-color);
        font-weight: var(--font-weight-1);
    }
    .skull-block .left-skull-block {
        float: left;
        width: 27%;
        text-align: center
    }
    .skull-block .center-skull-block {
        display: inline-block;
        width: 39%;
        text-align: center
    }
    .skull-block .right-skull-block {
        float: right;
        width: 34%;
        text-align: center
    }
    .skull-block .left-skull-block .skull {
        display: inline-block;
        width: 58px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .skull-block .center-skull-block .skull {
        display: inline-block;
        width: 77px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .skull-block .right-skull-block .skull {
        display: inline-block;
        width: 96px;
        background-color: var(--span-color);
        -webkit-mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        mask-image: url(/../storage/cache/img/icons/custom/global/skull.svg);
        background-repeat: space;
        height: 24px;
    }
    .middle-block .best-maps {
        height: 20vw;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .middle-block .best-maps .map-top {
        position: relative;
        height: 31%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .middle-block .best-maps .map-bottom {
        position: relative;
        overflow: auto;
        height: 69%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map_block {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 6px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .map_block_right {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 6px;
        padding-left: 6px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .middle-block .best-maps .map_block img,
    .middle-block .best-maps .map_block_right img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .middle-block .best-maps .map-top img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .middle-block .best-maps .map-top .map-lower {
        position: absolute;
        max-width: 100%;
        margin-top: -33px;
    }
    .middle-block .best-maps .map-bottom .map-lower {}
    .middle-block .map-title-rounds .icon {
        margin-right: 0px;
    }
    .middle-block .map-title-rounds .icon img {
        filter: invert(var(--svg));
        margin-bottom: 4px;
        width: 10px;
    }
    .middle-block .best-maps .map-top .map-one {
        position: absolute;
        height: 28px;
        width: 25px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: white;
        background-color: rgba(0, 0, 0, 0.75);
        padding-top: 1px;
        left: 7px;
    }
    .middle-block .best-maps .map-top .map-pretty-name {
        position: absolute;
        height: 28px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: black;
        background-color: rgba(255, 255, 255, 0.75);
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        left: 33px;
    }
    .middle-block .best-maps .map-top .map-title-rounds {
        position: absolute;
        height: 28px;
        text-align: center;
        vertical-align: center;
        font-weight: 700;
        font-size: 18px;
        color: white;
        background-color: rgba(241, 122, 38, 0.85);
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        right: 7px;
    }
    .middle-block .hitstats-block {
        height: 20vw;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-left: 6px;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .tooltip-top {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .back {
        width: 100%;
        height: 100%;
        border: 0px solid transparent;
        background-size: cover;
        border-radius: 4px;
    }
    .hit_player {
        position: absolute;
    }
    .hit_head {
        position: absolute;
        height: 3.4vw;
        width: 3.16vw;
        z-index: 103;
        bottom: 11.8vw;
        left: 3.3vw;
    }
    .hit_neak {
        position: absolute;
        height: 1.26vw;
        width: 2.68vw;
        bottom: 11.7vw;
        left: 3.2vw;
        z-index: 103;
    }
    .hit_chest {
        position: absolute;
        height: 3.9vw;
        width: 4.9vw;
        bottom: 9.1vw;
        left: 2vw;
        z-index: 101;
    }
    .hit_belly {
        position: absolute;
        height: 2.6vw;
        width: 4.9vw;
        bottom: 7.5vw;
        left: 1.9vw;
        z-index: 102;
    }
    .hit_left_arm {
        position: absolute;
        height: 8vw;
        width: 2.65vw;
        bottom: 8.4vw;
        left: -0.04vw;
        z-index: 101;
    }
    .hit_right_arm {
        position: absolute;
        height: 8.3vw;
        width: 2vw;
        bottom: 4.3vw;
        left: 6vw;
        z-index: 102;
    }
    .hit_left_leg {
        position: absolute;
        height: 8vw;
        width: 3vw;
        bottom: 0;
        left: 2vw;
        z-index: 101;
    }
    .hit_right_leg {
        position: absolute;
        height: 8vw;
        width: 3.5vw;
        bottom: 0;
        left: 4.40vw;
        z-index: 101;
    }
    .unusualkills_block {
        overflow: hidden;
        padding-top: 6px;
        padding-left: 6px;
        height: 90px;
        width: 100%;
        position: relative;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        box-shadow: 0 0 2px rgb(93 92 92 / 60%);
        border-radius: 12px;
    }
    .unusualkills_text {
        position: absolute;
        overflow-wrap: break-word;
        bottom: 7px;
        left: 14px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-weight: var(--font-weight-1);
        color: var(--default-text-color);
        font-size: 12px;
    }
    .unusualkills_score {
        position: absolute;
        top: 9px;
        left: 17px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 192%;
        font-weight: var(--font-weight-3);
        color: var(--span-color);
    }
    .unusualkills_block_left {
        overflow: hidden;
        padding-top: 6px;
        height: 90px;
        width: 100%;
        position: relative;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        box-shadow: 0 0 2px rgb(93 92 92 / 60%);
        border-radius: 12px;
    }
    .icon_block {
        position: absolute;
        right: 5px;
        top: 15px;
    }
    .unusualkills_block i,
    .unusualkills_block_left i {
        opacity: 0.3;
        font-size: 2em;
        text-align: center;
        color: var(--span-color);
    }
    .right-block .top {
        width: 100%;
    }
    .right-block .top .table thead th {
        padding-top: 18px;
        font-size: 13px;
        font-weight: var(--font-weight-1);
        color: var(--default-text-color);
        border-bottom: 2px solid var(--table-line);
    }
    .right-block .top .table tbody th {
        color: var(--default-text-color);
        font-size: 12px;
        font-weight: var(--font-weight-1);
        padding: .7em;
        border-bottom: none;
        border-top: 1px solid var(--border-bottom-color);
    }
}

.wrapper_block {
    position: relative;
}

.after_last_profile {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to top, var(--button-color) 15%, var(--button-color-2) 35%, rgba(12, 101, 252, 0.57) 45%, rgba(16, 92, 220, 0.57) 75%, transparent);
}

.before_last_profile {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to top, var(--button-color) 15%, var(--button-color-2) 35%, rgba(12, 101, 252, 0.57) 45%, rgba(16, 92, 220, 0.57) 75%, transparent);
}

.stat-result {
    color: #abb2c6;
}

.block-rank-level {
    border-radius: 5px;
    padding: 20px;
    margin: 20px auto!important;
}

.block-rank-level .info-rank {
    text-align: center;
}

.block-rank-level .strip-level {
    margin-top: 5px;
    width: 100%;
    height: 10px;
    background: #282b2d;
    border-radius: 15px;
}

.block-rank-level .strip-level .score-level {
    height: 10px;
    width: 10%;
    background: var(--button-color-2);
    border-radius: 0 10px 10px 0;
}

.block-rank-level .info-rank>div {
    display: inline-block;
}

.block-rank-level .info-rank .now-rank {
    float: left;
}

.block-rank-level .info-rank .next-rank {
    float: right;
}

.wrapper-profile {
    width: 90%;
    margin: auto;
    text-align: center;
}

.left-block1 {
    position: relative;
    margin-top: 1rem;
    width: 100%;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.wrapper-profile {
    width: 90%;
    margin: auto;
    text-align: center;
}

.wrapper-profile1 {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    text-align: center;
    justify-content: center;
}

.block-main-info .rank-info {
    height: 120px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-55%);
}

.block-main-info .rank-title {
    position: absolute;
    top: -5px;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.block-main-info .rank-title-exstats {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--button-color-3);
}

.block-main-info .wrapper-stats {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0px 10px 40px;
}

.block-main-info .wrapper-stats .wrapper-stat {
    display: flex;
    margin-right: 30px;
    margin-bottom: 30px;
    min-width: 120px;
}

.block-main-info .wrapper-stats .exstat-wrapper {
    margin-right: 40px;
    margin-bottom: 40px;
    min-width: 140px;
}

.block-main-info .wrapper-stats .wrapper-stat .wrapper-text-stat {
    margin-left: 10px;
    margin-top: 3px;
}

.block-main-info .wrapper-stats .wrapper-stat .wrapper-text-stat .stat-title {
    line-height: 1.42857143;
    color: #fff;
}

.block-main-info .wrapper-rank {
    position: relative;
    text-align: center;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-main-info {
    display: flex;
    position: relative;
    border-radius: 10px 10px 0 0;
    margin-top: 0px;
    align-items: center;
}

.block-main-info .rank-border {
    height: 160px;
}

.block-main-info .svg-stats {
    width: 50px;
}

.block-main-info,
.block-rank-level,
.block-exstats-info,
.block-map-weapon {
    margin: auto;
    background: var(--sidebar-color);
    color: var(--button-color-3);
}

@media (min-width: 1500px) {
    .main-block-profile .main-info {
        width: 400px;
    }
    .main-block-profile {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

.main-block-profile .main-info div>p {
    color: #fff;
}

.main-block-profile .main-info .kills,
.main-block-profile .main-info .headshots,
.main-block-profile .main-info .death {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-bottom-color1);
}

.main-block-profile .main-info .kills,
.main-block-profile .main-info .headshots,
.main-block-profile .main-info .death1 {
    display: flex;
    align-items: center;
}

.main-block-profile .main-info .playtime {
    display: flex;
    align-items: center;
}

.main-block-profile .main-info .name {
    font-size: 34px;
    color: var(--button-color-2);
    background: linear-gradient(45deg, var(--button-color-3) 33%, var(--button-color-2) 66%, var(--button-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-block-profile .main-info .name img {
    border: 1px solid var(--button-color-3);
    border-radius: 5px;
    margin-left: 2px;
}

.last-seen {
    font-size: 14px;
    color: #abb2c6;
    opacity: .7;
}

.main-block-profile .main-info .faceit-elo {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-bottom-color1);
}

.main-block-profile .main-info .margin-result {
    margin-left: auto;
}

.main-block-profile .main-info .result {
    color: var(--button-color-3);
}

.main-block-profile .main-info .country {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-bottom-color);
}

.country-no-margin img {
    margin-left: 6px !important;
    border: 1px solid var(--button-color-3);
}

.main-block-profile .main-info .country .country-name {
    margin-left: 10px;
}

.main-block-profile .main-info .country img {
    width: 23px;
    height: 16px;
    border-radius: 3px;
    margin-left: auto;
}

.wrapper-avatar .social-networks p {
    text-transform: uppercase;
}

.wrapper-avatar .social-networks i {
    font-size: 22px;
}

.wrapper-avatar {
    padding-top: 60px;
}

.main-block-profile .avatar {
    width: 156px;
    height: 156px;
    text-align: center;
    background: var(--button-color-2);
    margin: 0 !important;
    border-radius: 50%;
}

.main-block-profile .avatar img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: 50% 50%;
    margin-top: 3px;
    border-radius: 50%;
}

.people {
    width: 150px;
    position: relative;
    height: 334px;
    margin-left: 50px;
}

.after_wrapper_block {
    content: "";
    bottom: -1px;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, var(--button-color) 15%, var(--button-color-2) 35%, var(--button-color) 45%, var(--button-color) 75%, transparent);
}

.col-md-55 {
    -ms-flex: 0 0 50%;
    flex: 0 0 58%;
    max-width: 100%;
}

@media (min-width: 1500px) {
    .best-weapon-block1 {
        max-height: 20vw;
        position: relative;
        width: 100%;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }
    .user-group {
        text-align: center;
        margin-top: 10px;
        padding: 5px 0;
        border-radius: 25px;
        color: white;
        position: absolute;
        width: 80%;
        left: 10%;
    }
}

@media (max-width: 767.98px) {
    .main-block-profile .main-info {
        width: auto;
        margin-top: 40px;
    }
    .user-group {
        text-align: center;
        margin-top: 10px;
        padding: 5px 0;
        border-radius: 25px;
        color: white;
        position: absolute;
        width: 40%;
        left: 30%;
    }
}

.main-block-profile {
    flex-wrap: wrap;
    margin-top: 30px;
}

@media screen and (max-width: 767.98px) {
    .your-fucking-block {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .profile__block1 {
        display: -ms-flexbox;
        display: inherit;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-shadow: 0 0 2px rgba(93, 92, 92, 0.6);
        margin-bottom: 10px;
    }
}

@media (min-width: 767.98px) {
    .banstable {
        width: 100%;
        overflow: auto;
        max-height: 423px !important;
        height: 423px;
        background-color: var(--navbar-color);
    }
    .banstable>table {
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }
}

@media (max-width: 767.98px) {
    .banstable {
        width: 100%;
        overflow: auto;
        max-height: 423px !important;
        height: 423px;
        background-color: var(--navbar-color);
    }
    .banstable>table {
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }
}

.lrwebtb1 {
    /* padding-right: 15px; */
    padding-left: 15px;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .lrwebprofile {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 767.98px) {
    .lrwebprofile {
        margin-top: 0.5rem;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.profile-block .tab-link-block::after {
    content: '';
    display: block;
    clear: both;
}

.pro-link.active1 {
    /* box-shadow: 0px 3px 0px 0px var(--input-focus-color); */
    border: 2px solid var(--span-color);
    color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.pro-link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all linear .2s;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .lrwebprofiletest {
        padding-top: 180px !important;
    }
}

@media (min-width: 767.98px) {
    .lrwebprofiletest {
        padding-top: 180px !important;
    }
}

.portfolio-wrap1 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card-headert {
    margin-top: 15px;
    margin-bottom: 25px;
}

@media (max-width: 685.55px) {
    .select-panel-pages {
        margin-right: 0px;
    }
    #information {
        text-align: center;
        vertical-align: middle;
    }
    .user-theme__none {
        text-align: center;
        vertical-align: middle;
    }
    .sextelefon {
        display: none;
    }
    .online_text_red {
        background: #e73536a8;
        border-radius: 25px;
        padding: 2.5px 11px;
        box-shadow: 0px 0px 5px var(--border-bottom-color);
    }
    .online_text_green {
        padding: 2.5px 11px;
        background: #3ca553;
        border-radius: 25px;
        box-shadow: 0px 0px 5px #3ca553;
    }
    .profile-socials {
        display: inline-flex;
        justify-content: center;
        white-space: nowrap;
        align-items: center;
        right: 30px;
        margin-top: -30px;
    }
    .page_profile_new #profile-main #date .xp-bar-info .xp-bar-info-2 {
        color: #777!important;
        font-weight: 600!important;
    }
    #profile-cover {
        height: 250px!important;
    }
    .card-servergg {
        background: var(--navbar-color);
        margin-bottom: 10px;
        padding: .35em 3em;
        max-width: 120px;
        display: inline-flex;
        justify-content: center;
        white-space: nowrap;
        margin-left: 5px;
        margin-right: 5px;
    }
    .card-servergg1 {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 685.56px) {
    .select-panel-pages {
        margin-right: 0px;
    }
    #information {
        float: left;
        margin-right: 32px;
        padding-top: 0;
        width: 128px;
        margin-left: 24px;
    }
    .sextelefon1 {
        display: none;
    }
    .sextelefong {
        margin: 0 auto;
    }
    .page_profile_new #profile-main #date name {
        position: relative!important;
        float: left!important;
        display: flex;
        align-items: center;
    }
    #profile-main name {
        font-weight: 700;
        float: left;
        font-family: roboto condensed, sans-serif;
        font-family: var(--font-family-0);
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .page_profile_new #profile-main #date name #name_player {
        font-weight: 700;
        float: left;
        font-size: 40px;
        display: inline-block;
        color: #aecce4;
    }
    .online_text_red {
        padding: 8px 11px;
        font-weight: bold;
        font-size: 12px;
        border-radius: 25px;
        color: #ff3434;
        border: 1px solid #ff3434;
        box-shadow: inset 0px 0px 8px #ff3434a6;
        margin: 0 0px 10px 10px;
    }
    .online_text_green {
        padding: 8px 11px;
        font-weight: bold;
        font-size: 12px;
        border-radius: 25px;
        color: #1fff50;
        border: 1px solid #1fff50;
        box-shadow: inset 0px 0px 8px #1fff5057;
        margin: 0 0px 10px 10px;
    }
    .profile-socials {
        display: flex;
        align-items: center;
        position: absolute;
        right: 30px;
        margin-top: -35px;
    }
    .page_profile_new #profile-main #date .xp-bar-info .xp-bar-info-2 {
        display: inline-block;
        color: #777!important;
        font-weight: 600!important;
    }
    #profile-cover {
        height: 330px!important;
    }
    .card-servergg {
        /* margin-bottom: 5px; */
        /* padding: 7px 0; */
        /* margin-left: 26px; */
        /* max-width: 150px; */
        background: var(--navbar-color);
        display: inline-flex;
        justify-content: center;
        white-space: nowrap;
        padding: 10px;
        border: 2px solid hsl(228deg 13% 14%);
        border-radius: 10px;
        color: hsl(0deg 0% 45%);
        font-weight: bold;
        text-transform: uppercase;
        margin: -10px 10px 15px 10px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
}

.portfolio-wrap2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.aboutplayer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--navbar-color);
    padding: 15px 0;
    border-bottom: 1px dashed #ffffff17;
}

a.cp.coupon-btn {
    color: #fff;
    transition: .3s;
}

a.cp.coupon-btn:hover {
    color: var(--span-color);
    cursor: pointer;
    transition: .3s;
}

a.cp.coupon-btn2 {
    color: #fff;
    transition: .3s;
}

a.cp.coupon-btn2:hover {
    color: var(--span-color);
    cursor: pointer;
    transition: .3s;
}

a.cp.coupon-btn1 {
    color: #fff;
    transition: .3s;
}

a.cp.coupon-btn1:hover {
    color: var(--span-color);
    cursor: pointer;
    transition: .3s;
}

.profile__full-prem {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 5px;
}

.profile__full-prem img {
    width: 15px;
}

.profile__full-prem.topplayer-1 {
    border: 3px solid rgb(253 193 3);
    color: rgb(253 193 3);
}

.profile__full-prem.topplayer-2 {
    border: 3px solid rgb(177, 195, 255);
    color: rgb(177 195 255);
}

.profile__full-prem.topplayer-3 {
    border: 3px solid rgb(233 111 42);
    color: rgb(233 111 42);
}

span.topplayer-1 {
    color: rgb(253 193 3);
}

span.topplayer-2 {
    color: rgb(177 195 255);
}

span.topplayer-3 {
    color: rgb(233 111 42);
}

.profile__full-prem span {
    font-weight: 700;
    font-size: 14px;
    margin-left: 5px;
    text-transform: uppercase;
}

.faceit-steam {
    display: inline-block;
    padding: 0.35em 0.6em;
    background: #00000036;
    border-radius: 6px;
    font-size: 75%;
    font-weight: 500;
    transition: .5s;
    margin-left: 5px;
    text-align: center;
    white-space: normal;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    fill: #ffffff;
    color: #ffffff;
    font-size: 14px;
}

.faceit-steam:hover {
    background: #ffffff24;
}

.servers-list {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.choose-server {
    color: #fff;
    padding: 7px 15px;
    transition: .3s;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px dotted var(--sidebar-icons-color);
    background: var(--navbar-color);
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
}

.choose-server:hover {
    color: var(--default-text-color);
    transition: .3s;
    border: 1px dotted var(--sidebar-icons-color);
    cursor: pointer;
}

.servers-list_active {
    background: var(--sidebar-icons-color);
    border: 1px solid transparent;
}

.menuhov:hover {
    border: 2px solid var(--span-color);
    color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.bannedplayer {
    padding: 6px 9px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    background-color: #ff3434;
    color: #fff !important;
    text-transform: uppercase;
    margin: 0 0px 0px 14px;
}

.bannedplayer-expired {
    padding: 6px 9px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    background-color: #ff3434;
    color: #fff !important;
    text-transform: uppercase;
    margin: 0 0px 0px 14px;
}

.card.player-block.server-id-0 {
    background: var(--navbar-color);
}

.color-red {
    color: #fff;
    background-color: #ff2d41;
    padding: 8px 1px;
    border-radius: 7px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s;
}

.color-red:hover {
    transition: .3s;
    box-shadow: 0 0 10px 0px rgb(255 45 65 / 46%);
}

.color-green {
    background-color: #23242a;
    padding: 8px 1px;
    border-radius: 7px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s;
}

.color-green:hover {
    opacity: 1;
    box-shadow: 0 0 10px 0px rgb(184 187 228 / 46%);
    transition: .3s;
}

.color-blue {
    color: #fff;
    background-color: #15a972;
    padding: 8px 1px;
    border-radius: 7px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s;
}

.color-blue:hover {
    box-shadow: 0 0 10px 0px rgb(21 169 114 / 46%);
    transition: .3s;
}

.color-gray {
    color: #fff;
    background-color: #f5a641;
    padding: 8px 1px;
    border-radius: 7px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s;
}

.color-gray:hover {
    box-shadow: 0 0 10px 0px rgb(245 166 65 / 46%);
    transition: .3s;
}
.zaglushka {
    display: flex;
    justify-content: center;                 
    margin-top: 200px;                     
}

.avatar_border {
    border: 4px solid;                     
}

.online_red {
    border: 4px solid #ff3434;
    box-shadow: inset 0px 0px 8px #ff3434a6;
    animation: radial_pulse_red 2s infinite;                          
}

.online_green {
    border: 4px solid #1fff50;
    box-shadow: inset 0px 0px 8px #1fff5057;
    animation: radial_pulse_green 2s infinite;                                 
}

.rank-img {
    max-height: 37px;
    margin-left: 16px;
    background: rgb(0 0 0 / 29%);
    border-radius: 6px;
    padding: 5px;
}

@keyframes radial_pulse_green {
    0% {
        box-shadow: 0 0 0 0px #1fff5057;
    }
    100% {
        box-shadow: 0 0 5px 25px #ff343400;
    }
}

@keyframes radial_pulse_red {
    0% {
        box-shadow: 0 0 0 0px #ff3434ba;
    }
    100% {
        box-shadow: 0 0 5px 25px #ff343400;
    }                      
}

b.sextelefon.support i {
    font-size: 30px;
    color: #fff;
    margin-left: 20px;                 
}

.profile-demos-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;        
    align-items: center;
    padding-right: 3px;                 
    padding-bottom: 10px;                      
}

.profile-demos-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    background-color: var(--navbar-color);
    border-radius: 8px;
    margin-top: 10px;
    min-width: 49%;
    justify-content: space-between;
    margin-left: 10px;
}

.map__filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70px;
}

.profile-demos-score {
    font-size: larger;
}

.map__filter>.demoMap__imgBg {
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/storage/cache/img/maps/730/-.jpg);
    margin-top: -19px;
    width: 200px;
    height: 70px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.map__filter>.gradient__match {
    width: 200px;
    height: 70px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    background: linear-gradient(270deg, var(--navbar-color) 1%, rgba(17, 23, 31, 0) 268%);
}

.btn___watchDemo {
    background-color: var(--btn-background-color);
    border: 2px solid var(--span-color);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.friend-block {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    margin: 7px;
    align-items: center;
    background: hsl(228deg 16% 6%);
    text-overflow: ellipsis;
    padding: 10px;
    border-radius: 5px;
    opacity: .6;
    height: 54px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.friend-block > img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 5px;
}

.friend-block h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 800;
    overflow: hidden;
    margin: 0;
}

.friend-block:hover {
    opacity: 1;
    transform: translateY(-3px);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

.friend-block span {
    font-size: 11px;
    color: hsl(228deg 4% 53%);
    /* font-weight: 400; */
}

.friend-block span > font {
    color: hsl(122deg 59% 40%);
    font-weight: bold;
}

.friend-block > .friend-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.change-btn-zalupa {
    padding: 10px;
    border: 2px solid hsl(228deg 13% 14%);
    border-radius: 10px;
    color: hsl(0deg 0% 45%);
    font-weight: bold;
    text-transform: uppercase;
    margin: -10px 10px 15px 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.change-btn-zalupa:hover, .zalupa-activated {
    border: 2px solid var(--span-color);
    color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.not-visible {
    display: none !important;
}

@media (max-width: 600px) {
    .map__filter>.demoMap__imgBg {
        margin-top: -22px;
    }
    .map__filter>.gradient__match {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px
    }
    .map__filter>.demoMap__imgBg {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px
    }
    .profile-demos-block {
        flex-direction: column;
    }
    .profile-demos-container {
        padding-left: 5px;
        padding-right: 0px;
    }
}
.portfolio-wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.card__profile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    overflow: hidden;
    margin-bottom: 0px;
    background-color: var(--card-color);
    background: #16171b;
}

.card__profile {
    border: 2px solid #1c5bed;
    border-radius: 8px;
    box-shadow: 0 0 2px rgb(93 92 92 / 60%);              
}

.player-block-profile .media-body p {
    margin-bottom: 0;                                                          
}

.player-block-profile .avatar {
    width: 5rem;
    height: 5rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    pointer-events: none;
}

.player-block-profile .media-body p.text-uppercase.font-weight-bold.text-gray-dark {                           
    font-size: .8rem;
}

.card__profile.player-block-profile.server-id-0 {
    background: var(--navbar-color);                            
}

.card__profile h3 {                                                         
    font-size: 12px;                                               
}

@media (max-width: 575.98px) {
    .card__profile h9 {
        font-weight: var(--font-weight-2);
        font-size: 14px;
    }                                                              
}

@media (min-width: 575.98px) {
    .card__profile h9 {
        font-weight: var(--font-weight-2);
        font-size: 15px;
    }
}

.knopka-settings {
    padding: 10px 10px;
    background: var(--span-color-back);
    transition: .3s;
    color: var(--default-text-color);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    font-size: 13px;
    transition: .3s;
    cursor: pointer
}

.input-form input {
    font-size: 15px;
    font-weight: var(--font-weight-2);
    color: var(--default-text-color);
    background-color: inherit;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-bottom: 2px solid var(--table-line);
    width: 100%;
    background: var(--bg-color);
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.banners {
    margin-right: 20px;
}

.privilegies {
    color: #20df13;
    font-weight: 600;
    margin-right: 5px;
}

.settings {
    grid-template-columns: 345px 1fr;
    grid-gap: 25px;
    gap: 25px;
}

.settings {
    margin-bottom: 50px;
}

.settings {
    display: grid;
    margin-top: 35px;
    padding: 0 25px;
}

.settings>div {
    align-self: start;
}

.general-menu {
    background: #0d0e12;
    border-radius: 4px;
    padding: 33px 22px;
}

.general-menu a {
    width: 100%;
}

.general-menu .active .nav-el {
    background: rgba(211,220,255,.03);
    color: #6080ff;
}

.general-menu .nav-el, .general-menu>h4 {
    font-size: 14px;
}

.general-menu .nav-el {
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    color: #d7d9dc;
    cursor: pointer;
}

.settings-content {
    background: #0d0e12;
    border-radius: 4px;
    padding: 45px 47px;
}

.settings__title {
    width: 100%;
    padding-bottom: 35px;
    font-weight: 700;
    font-size: 22px;
}

.settings-row {
    display: flex;
    width: 100%;
}

.settings__item {
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.settings__item-title {
    display: flex;
    flex-direction: column;
}

h5.setting-white-title {
    font-weight: 400;
    font-size: 16px;
    color: #eff3fa;
}

.settings__item-title h5 {
    width: 340px;
    font-weight: 500;
    font-size: 16px;
    color: #8a919d;
}

.settings__item-title span {
    font-weight: 400;
    font-size: 12px;
    margin-top: 8px;
    color: #afb7c6;
}

.setting-content {
    align-items: center;
    justify-content: space-between;
}

.setting-content>div {
    display: flex;
    align-items: flex-start;
}

.settings__country {
    display: flex;
    align-items: center;
    flex-direction: row!important;
}

.settings__country img {
    border-radius: 50%;
    width: 16px;
    margin-right: 8px;
}

.settings__country span {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.settings__item>button {
    margin-left: auto;
}

.settings input {
    border: 2px solid transparent;
}

.settings-area {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 14px 20px;
    color: rgba(215,232,255,.6)!important;
    border: 0;
    background: #161d27;
    border-radius: 5px;
}

.limited-length {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trade-link {
    font-size: 15px;
    line-height: 18px;
    border-bottom: 1px solid #9aa7bd;
    color: #9aa7bd;
    margin-top: 13px;
}

#search_rule
{
    background: var(--bg-color);
    color: var(--span-color);
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    min-width: -webkit-fill-available;
    margin-right: 145px;
    margin-left: 10px;
    margin-top: 15px;
    transition: .3s;
}

#search_rule:focus-visible
{
    border: 1px solid var(--span-color);
    transition: .3s;
}

.settings_card
{
    display: flex;
}

.settings_category
{
    background: var(--bg-color);
    display: block;
    color: var(--default-text-color);
    padding: 15px 45px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.settings_category:hover {
    box-shadow: 2px 2px 2px var(--span-color);
}

.friends_category
{
    background: var(--bg-color);
    display: block;
    color: var(--default-text-color);
    padding: 15px 45px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.friends_category:hover {
    box-shadow: 2px 2px 2px var(--span-color);
}

.settings_left
{
    border-right: 1px dashed var(--span-color-back);
    margin-right: 10px;
    padding-right: 10px;
    min-width: max-content;
}

.settings_block
{
    display: none;
    width: 100%;
}

.settings_block > p
{
    color: var(--table-line);
    font-weight: bold;
    margin: 0;
    font-size: 15px;
}

.active-setting
{
    border: 1px solid var(--span-color-back);
    transition: .3s;
    pointer-events: none;
    background: var(--span-color-back);
    user-select: none;
}

.friends_left
{
    border-right: 1px dashed var(--span-color-back);
    margin-right: 10px;
    padding-right: 10px;
    min-width: max-content;
}

.friends_block
{
    display: none;
    width: 100%;
}

.friends_block > p
{
    color: var(--table-line);
    font-weight: bold;
    margin: 0;
    font-size: 15px;
}

.active-friend
{
    border: 1px solid var(--span-color-back);
    transition: .3s;
    pointer-events: none;
    background: var(--span-color-back);
    user-select: none;
}

@media (max-width: 768px) {
    .settings_card
    {
        display: block
    }
    .friends_card
    {
        display: block
    }
    .choose
    {
        display: none;
    }
    .settings_card_left
    {
        padding: 0;
        border: none;
        min-width: auto;
    }
    .friends_card_left
    {
        padding: 0;
        border: none;
        min-width: auto;
    }
}

.settings_card_header 
{
    float: left;
    margin: 5px 0px 0px 10px;
}

.friends_card_header 
{
    float: left;
    margin: 5px 0px 0px 10px;
}

.settings_card_right {
    width: 100%;
}

.friends_card_right {
    width: 100%;
}

.settings_card_left {
    border-right: 1px dashed var(--span-color-back);
    margin-right: 20px;
    padding-right: 10px;
    min-width: max-content;
}

.friends_card_left {
    border-right: 1px dashed var(--span-color-back);
}

.card-custom {
    border: 1px solid #41434a;
    padding: 20px;
    border-radius: 10px;
}

.btn-apply-settings {
    background: #1c5bed;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    transition: all .3s;
}

.btn-apply-settings:hover {
    background: #1d439b;
}

.table thead tr th svg {
    margin-right: 5px;
}

.modal .modal-content {
  border-radius: 3px;
}
.modal .modal-content .modal-header {
  border-bottom: 0;
  padding: 35px 35px 20px 35px;
}
.modal .modal-content .modal-header .close {
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 20px;
}
.modal .modal-content .modal-header h4 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.modal .modal-content .modal-body {
  padding: 0 35px 35px 35px;
}
.modal .modal-content .modal-body table td {
  vertical-align: middle;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.modal-lg2 {
  width: 1200px;
}

table.table > tbody > tr > td h4.modal-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}

.news-item__description {
    font-size: 16px;
    line-height: 1.25;
    margin: 16px 0;
    color: #dbdbdb;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-item__views {
    float: right;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    opacity: 0.7;
}

.news-item__views svg {
    margin-right: 5px;
}

.with_code {
    background: #24282e;
    color: #fff;
    border-radius: 4px;
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 24px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #fff;
}

label {
    display: inline-block;
    margin-bottom: 0.7rem;
}

.select-buy {
    background-color: #0bb07b;
    font-size: 16px; 
    padding: 3px;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 15px;
}

.custom-control-input {
    margin-right: 5px;
}

.custom-control-label {
    color: #fff;
    line-height: 24px;
    cursor: pointer;
    font-size: 13px;
}

.noty-block.info p, .noty-block.bs-callout-info p, .noty-block.success p, .noty-block.bs-callout-success p, .noty-block.error p, .noty-block.bs-callout-danger p, .noty-block.warning p, .noty-block.bs-callout-warning p, .noty-block.primary p, .bs-callout.info p, .bs-callout.bs-callout-info p, .bs-callout.success p, .bs-callout.bs-callout-success p, .bs-callout.error p, .bs-callout.bs-callout-danger p, .bs-callout.warning p, .bs-callout.bs-callout-warning p, .bs-callout.primary p {
    font-weight: 500;
    line-height: 20px;
    font-size: 12px;
}

.noty-block h4, .bs-callout h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

#store_service_info p {
    font-size: 16px;
    margin-bottom: 20px;
}

#store_service_info ol {
    font-size: 16px;
}

.btn-primary {
    padding: 13px;
    font-size: 16px;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
}

#online_users {
    border-bottom: 1px solid #f1f2f400;
    margin-bottom: 16px;
    background: #0d0e12;
    border-radius: 4px;
    padding: 20px
}

#online_users a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    margin-bottom: 15px;
}

#online_users img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

#load_last_online {
    border-bottom: 1px solid #f1f2f400;
    margin-bottom: 16px;
    background: #0d0e12;
    border-radius: 4px;
    padding: 20px
}

#load_last_online a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    margin-bottom: 15px;
}

#load_last_online img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

#users_online_number {
    background: #212529;
    padding: 10px;
    border-radius: 5px;
}

#count_of_last_onl_us {
    background: #212529;
    padding: 10px;
    border-radius: 5px;
}

#last_activity a {
    display: block;
    height: 60px;
    width: calc(100% + 32px);
    margin: 9px -16px;
    padding: 10px 16px 10px 16px;
}

#last_activity a img {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    margin-right: 15px;
    float: left;
}

#last_activity a div {
    margin: 0;
    display: block;
    width: calc(100% - 55px);
    float: right;
}

#last_activity a div > span {
    max-width: 100%;
    line-height: 20px;
    font-size: 13px;
    width: auto;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#last_activity a div p {
    color: #8a94a6;
    font-size: 12px;
    line-height: 25px;
}

#last_activity a div p svg{
    margin-right: 5px;
}

.toast-notif {
    line-height: 30px;
    height: fit-content;
    max-width: 100%;
    font-size: .875rem;
    margin-top: 15px;
    pointer-events: auto;
    background-color: hsl(210deg 15% 28% / 54%);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgb(18 38 63 / 8%);
    box-shadow: 0 0.25rem 0.75rem rgb(18 38 63 / 8%);
    border-radius: 0.25rem;
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #adb5bd;
    background-color: rgb(60 71 82);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.me-auto {
    margin-right: auto !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.toast-body {
    font-size: 14px;
    padding: 0.75rem;
    word-wrap: break-word;
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
    transition: all .3s;
}

.category-servers {
    margin: -20px -20px -50px -20px;
}

.vertical-navigation-servers {
    margin-bottom: 30px;
    display: block !important;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border-radius: 0px 0px 15px 15px;
}

.vertical-navigation-servers li {
    border-top: 1px solid #2f3034;
}

.vertical-navigation-servers li:first-child {
    border: 0;
}

.vertical-navigation-servers li a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #f1f1f1;
    padding: 14px 26px;
    transition: .3s;
}

.vertical-navigation-servers li:hover {
    transition: .3s;
    border-left: 5px solid #14d323;
    background: #1d1e22;
}

.vertical-navigation-servers li.active {
    background: #4e515e;
    border-left: 5px solid #14d323!important;
}

#search_rule
{
    background: var(--bg-color);
    color: var(--span-color);
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    min-width: -webkit-fill-available;
    margin-right: 145px;
    margin-left: 10px;
    margin-top: 15px;
    transition: .3s;
}

#search_rule:focus-visible
{
    border: 1px solid var(--span-color);
    transition: .3s;
}

.rules_card
{
    display: flex;
}

.rules_category
{
    background: var(--bg-color);
    display: block;
    color: var(--default-text-color);
    padding: 15px 45px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.rules_category:hover {
    box-shadow: 2px 2px 2px var(--span-color);
}

.rules_card_left
{
    border-right: 1px dashed var(--span-color-back);
    margin-right: 10px;
    padding-right: 10px;
    min-width: max-content;
}

.rules_block
{
    display: none;
    width: 100%;
}

.rules_block > p
{
    color: var(--table-line);
    font-weight: bold;
    margin: 0;
    font-size: 15px;
}

.active-rule
{
    border: 1px solid var(--span-color-back);
    transition: .3s;
    pointer-events: none;
    background: var(--span-color-back);
    user-select: none;
}

@media (max-width: 768px)
{
    .rules_card
    {
        display: block
    }
    .choose
    {
        display: none;
    }
    .rules_card_left
    {
        padding: 0;
        border: none;
        min-width: auto;
    }
}

.rules_card_header 
{
    float: left;
    margin: 5px 0px 0px 10px;
}

.rules_card_right {
    width: 100%;
}

.loader {
    z-index: 1009;
    min-height: 32px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: relative;
    height: 100%;
    width: 100%; 
}
  
.loader::after {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    background: url(../img/loader.gif);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; 
}

.auth-btn {
    min-width: 40px;
    height: 50px;
    width: 175px;
    background: #1c5bed!important;
    margin-right: 10px;
    border: 1px solid #1c5bed!important;
}

.auth-btn div span {
    font-size: 16px;
}

.auth-btn:hover {
    background: #1744af!important;
}

.register-btn {
    min-width: 40px;
    height: 50px;
    width: 175px;
    background: #1c5bed!important;
    border: 1px solid #1c5bed!important;
}

.register-btn div span {
    font-size: 16px;
}

.register-btn:hover {
    background: #1744af!important;
}

.text-welcome {
    text-align: center;
    margin: 10px;
}

.text-welcome h1 {
    margin: 5px;
    text-transform: uppercase;
    display: block;
    margin-right: auto;
    font-weight: bold;
    color: #3699ff;
}

.text-welcome h3 {
    margin: 50px 5px 5px 5px;
    text-transform: uppercase;
}

.text-welcome h6 {
    font-size: 12px;
}

.col-md-6 form {
    padding: 15px 15px 15px 15px;
    text-align: center;
}

.input-auth-reg {
    margin-bottom: 15px;
}

.input-auth-reg input {
    border-radius: 20px;
    -webkit-text-fill-color: #0033ff;
    background: #151521;
    border: 1px solid #3699ff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: calc(100% - 30px);
    margin: 5px 0px;
    padding: 15px 15px;
}

.btn-knopka-auth {
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    border-radius: 20px;
    background-color: #3699ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.btn-knopka-auth:hover {
    background: #1f5cae;
}

.text-new-menu {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    color: #fefefe;
}

.text-new-menu:before, .text-new-menu:after {
    content: '';
    display: inline-block;
    width: 28%;
    height: 1px;
    background-color: #3699ff;
    z-index: -1;
    position: relative;
    vertical-align: middle;
}

.text-new-menu:before {
    right: 15px;
}

.text-new-menu:before, .text-new-menu:after {
    content: '';
    display: inline-block;
    width: 28%;
    height: 1px;
    background-color: #3699ff;
    z-index: -1;
    position: relative;
    vertical-align: middle;
}

.text-new-menu:after {
    left: 15px;
}

.social-blocks {
    justify-content: center;
    margin-bottom: 50px;
}

.rowtest {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-block {
    font-size: 18px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 10px;
    font-weight: 700;
    color: #fefefe;
    background-color: #3699ff;
    box-shadow: 0 0 2px rgb(93 92 92 / 60%);
    transition: .5s;
}

.social-block:hover {
    background-color: #1f5cae;
}

.recovery-auth {
    color: #3699ff;
    transition: all .5s;
}

.recovery-auth:hover {
    color: #1f5cae;
    text-decoration: underline;
}

.rowtest {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.privacy-policy {
    border: 1px solid #ff0000;
    border-left: 3px solid #ff0000;
    display: block;
    padding: 10px;
    font-size: 12px;
    background: #ff000033;
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 10px;
}

.author-copy {
    font-size: 13px;
}

.bg-0 {
    background: 0;
}

.category-servers {
    margin: -20px -20px -50px -20px;
}

.vertical-navigation-servers {
    margin-bottom: 30px;
    display: block !important;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: #262932;
    border-radius: 0px 0px 15px 15px;
}

.vertical-navigation-servers li {
    border-top: 1px solid #374558;
}

.vertical-navigation-servers li:first-child {
    border: 0;
}

.vertical-navigation-servers li a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #f1f1f1;
    padding: 14px 26px;
    transition: .3s;
}

.vertical-navigation-servers li:hover {
    transition: .3s;
    border-left: 5px solid #14d323;
    background: #333742;
}

.vertical-navigation-servers li.active {
    background: #4e515e;
    border-left: 5px solid #14d323;
}

.mt-105 {
    margin-top: 105px;
}

.vertical-navigation-servers-header {
    display: block !important;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: #262932;
}

.vertical-navigation-servers-header li a {
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #f1f1f1;
    padding: 5px 10px;
    transition: .3s;
}

.vertical-navigation-servers-header li {
    border-top: 1px solid #374558;
}

.vertical-navigation-servers-header li:first-child {
    border: 0;
}

.vertical-navigation-servers-header li:hover {
    transition: .3s;
    border-left: 5px solid #14d323;
    background: #333742;
}

.vertical-navigation-servers-header li.active {
    background: #4e515e;
    border-left: 5px solid #14d323;
}

.p-body-header {
    color: #dee0ea;
    background: #0d0e12;
    border: 1px solid #374558;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

.p-body-header .p-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin-bottom: -5px;
}

.p-body-header .p-title .p-title-value {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 400;
    min-width: 0;
    margin-right: auto;
}

.p-body-header .p-title .p-title-value span {
    font-weight: 900;
}

.p-body-header .p-title .p-title-pageAction {
    margin-bottom: 5px;
}

.block-container {
    color: #dee0ea;
    background: #0d0e12;
    border-width: 1px;
    border-style: solid;
    border-top-color: #374558;
    border-right-color: #374558;
    border-bottom-color: #374558;
    border-left-color: #374558;
    border-radius: 15px;
    margin-bottom: 40px;
    animation: zoomIn 1s;
}

.block-box {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.block-box .block-header, .block-minorHeader {
    position: relative;
}

.block-header {
    padding: 5px 10px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 20px;
    color: #dee0ea;
    font-weight: 700;
}

.block-box .block-header:before {
    content: "";
    position: absolute;
    left: -9px;
    bottom: 0px;
    min-height: 40px;
    width: 3px;
}

.block-minorHeader:before, .block-box .block-header:before {
    background: #7750f8;
}

.block-header:before, .block-header:after {
    content: " ";
    display: table;
}

.fon-block-forum {
    background: #191d26;
    padding: 0 10px;
    border-radius: 10px;
}

#forum .row > div:nth-last-child(1), #forum .row > div:nth-last-child(2) {
    border-bottom: 0;
}

#forum .row .col-lg-8 {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #374558;
}

#forum .row .col-lg-8 img {
    border-radius: 10%;
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 16px;
}

#forum .row .col-lg-8 > div {
    width: calc(100% - 64px);
    float: right;
}

#forum .row .col-lg-8 > div h3 {
    margin: 0;
    line-height: 18px;
}

#forum .row .col-lg-8 > div h3 a {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: white;
}

#forum .row .col-lg-8 > div p {
    line-height: 20px;
    font-size: 12px;
    margin: 0;
    color: #949fb2;
}

#forum .row .col-lg-4 {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #374558;
}

#forum .row .col-lg-4 div {
    border-left: 1px solid #374558;
    height: 48px;
    padding-left: 16px;
}

#forum .row .col-lg-4 div img {
    margin-top: 8px;
    height: 32px;
    width: 32px;
    float: left;
    border-radius: 6px;
}

#forum .row .col-lg-4 div p {
    width: calc(100% - 40px);
    float: right;
    font-size: 12px;
    line-height: 16px;
    color: #8a94a6;
    display: inline-block;
    margin: 0;
}

#forum .row .col-lg-4 div p a {
    font-weight: 500;
    color: white;
}

.forum-info {
    border-radius: 0;
    background: #0d0e12;
    height: 120px;
    border: 0;
    margin-bottom: -60px;
    border-top: 1px solid #374558;
    border-bottom: 1px solid #374558;
    position: relative;
}

.forum-info div {
    position: relative;
}

.forum-info div .go-to-back {
    float: left;
    display: block;
    background: #343a45;
    border: 1px solid #343a45;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin-top: 6px;
    margin-right: 16px;
}

.forum-info div h3 {
    line-height: 24px;
    font-size: 16px;
    margin: 0;
    padding-top: 6px;
}

.forum-info div p {
    line-height: 24px;
    font-size: 12px;
}

.forum-info div .add-topic {
    background: #3a8dff;
    right: 15px;
    font-size: 16px;
}

.forum-info div .add-topic, .forum-info div .dell-topic {
    z-index: 1012;
    -webkit-box-shadow: 0 26px 26px rgb(10 31 68 / 12%), 0 0 1px rgb(10 31 68 / 10%);
    box-shadow: 0 26px 26px rgb(10 31 68 / 12%), 0 0 1px rgb(10 31 68 / 10%);
    display: block;
    position: absolute;
    border-radius: 5px;
    padding: 0 10px;
    color: white;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    bottom: 0px;
}

.block-filterBar {
    padding: 10px 10px;
    font-size: 13px;
    color: #fff;
    border-bottom: 1px solid #374558;
}

.structItemContainer {
    border-collapse: collapse;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.structItem {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-top: 1px solid #424c6f;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.structItem-cell.structItem-cell--icon {
    width: 61px;
    position: relative;
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 12.5px;
}

.structItem-iconContainer {
    position: relative;
}

.structItem-iconContainer .avatar {
    width: 36px;
    height: 36px;
    font-size: 22px;
}

.avatar.avatar--s {
    width: 48px;
    height: 48px;
    font-size: 29px;
}

.avatar {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    vertical-align: top;
    overflow: hidden;
}

.avatar img:not(.cropImage) {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
    border-radius: inherit;
    width: 100%;
    height: 100%;
}

.structItem-iconContainer img {
    display: block;
    width: 100%;
}

.avatar img {
    background-color: #313852;
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 12.5px;
}

.is-unread .structItem-title {
    font-weight: 700;
}

.structItem-title {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.structItem-minor {
    font-size: 12px;
    color: #8b91a4;
}

.structItem-parts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.structItem-parts>li {
    display: inline;
    margin: 0;
    padding: 0;
}

.structItem-minor a {
    color: inherit;
    text-decoration: none;
}

.structItem-parts>li:nth-child(even) {
    color: #b4b9c7;
}

.structItem-cell.structItem-cell--meta {
    width: 135px;
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 12.5px;
}

.structItem-minor {
    font-size: 12px;
    color: #8b91a4;
}

.pairs.pairs--justified>dt {
    float: left;
    max-width: 100%;
    margin-right: 10px;
}

.pairs>dt {
    padding: 0;
    margin: 0;
    color: #8b91a4;
}

.pairs.pairs--justified>dd {
    float: right;
    text-align: right;
    max-width: 100%;
}

.pairs>dd {
    padding: 0;
    margin: 0;
}

.structItem-cell.structItem-cell--latest {
    width: 190px;
    text-align: right;
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 12.5px;
}

.structItem-minor a {
    color: inherit;
    text-decoration: none;
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd {
    width: 49px;
    padding-left: 6.25px;
}

.structItem-cell.structItem-cell--icon {
    width: 61px;
    position: relative;
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 12.5px;
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd .structItem-iconContainer {
    padding-top: 10px;
}

.structItem-iconContainer {
    position: relative;
}

.structItem-iconContainer .avatar.avatar--xxs {
    width: 24px;
    height: 24px;
    font-size: 14px;
}

.structItem-iconContainer .avatar {
    width: 36px;
    height: 36px;
    font-size: 22px;
}

.forum-lock {
    color: white;
    float: right;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    margin-right: 6px;
    background: #f03d3d;
}

.forum-lock svg {
    width: 40px;
    height: 20px;
}

.forum-paperclip {
    color: white;
    float: right;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    margin-right: 6px;
    background: #0bb07b;
}

.forum-paperclip svg {
    width: 40px;
    height: 20px;
}

.topic-answers {
    background: #0d0e12;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-top-color: #374558;
    border-right-color: #374558;
    border-bottom-color: #374558;
    border-left-color: #374558;
    border-radius: 15px;
}

.topic-answers div[id^="answer"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.topic-answers div[id^="answer"] .left-side {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    float: left;
    width: 192px;
    padding: 32px 26px;
    text-align: center;
    -webkit-box-shadow: -1px 0px 26px rgb(44 46 50 / 12%);
    box-shadow: -1px 0px 12px rgb(0 0 0 / 34%);
}

.topic-answers div[id^="answer"] .left-side img {
    width: 140px;
    height: 140px;
    border-radius: 8px;
    margin-bottom: 18px;
}

.topic-answers div[id^="answer"] .left-side a {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #8a94a6;
}

.topic-answers div[id^="answer"] .left-side p {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 8px;
}

#rait-answ-likes span {
    display: inline-block;
    width: auto;
    color: #8a94a6;
    font-size: 12px;
    line-height: 16px;
}

#rait-answ-likes span svg {
    margin-right: 3px;
    font-size: 11px;
}

#rait-answ-likes svg {
    height: 14px;
    width: 14px;
}

.top-users-reiting {
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    line-height: 24px;
    margin-right: 6px;
    background: #f03d3d;
}

.top-users-likes {
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    line-height: 24px;
    margin-right: 6px;
    background: #42ad40;
}

.top-users-comments {
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    padding: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    margin-right: 6px;
    background: #3a8dff;
}

.top-users-likes-meaning {
    width: 18px!important;
    height: 18px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px!important;
    position: relative;
    top: 5px;
    right: 10px;
    color: #fff!important;
    background: #3e465a;
}

.top-users-reiting-meaning {
    top: 5px;
    right: 10px;
    height: 18px;
    width: 18px!important;
    border-radius: 3px;
    text-align: center;
    position: relative;
    line-height: 20px!important;
    color: #fff!important;
    background: #3e465a;
}

.top-users-comments-meaning {
    width: 18px!important;
    height: 18px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px!important;
    position: relative;
    top: 5px;
    right: 10px;
    color: #fff!important;
    background: #3e465a;
}

.topic-answers div[id^="answer"] .right-side {
    position: relative;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    float: right;
    padding: 32px 32px 56px;
    width: calc(100% - 192px);
}

.with_code {
    overflow-wrap: break-word;
}

.with_code::after {
    clear: both;
    display: table;
    content: " ";
}

.topic-answers div[id^="answer"] .right-side .with_code {
    padding: 16px 0;
    line-height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #374558;
}

.topic-answers div[id^="answer"] .right-side a.date, .topic-answers div[id^="answer"] .right-side span {
    line-height: 16px;
    font-size: 12px;
    color: #8a94a6;
}

.topic-answers div[id^="answer"] .right-side .thank_str {
    line-height: 16px;
    font-size: 12px;
    padding: 16px 0;
}

.topic-answers div[id^="answer"] .right-side .likes-area {
    padding: 8px 0;
    position: absolute;
    width: calc(100% - 64px);
    bottom: 5px;
}

.topic-answers div[id^="answer"] .right-side .likes-area .btn, .topic-answers div[id^="answer"] .right-side .likes-area .btn:focus {
    margin: 0 3px;
    border: 0;
    text-align: center;
    -webkit-box-shadow: 0 3px 4px rgb(10 31 68 / 10%), 0 0 1px rgb(10 31 68 / 8%);
    box-shadow: 0 3px 4px rgb(10 31 68 / 10%), 0 0 1px rgb(10 31 68 / 8%);
    border-radius: 4px;
}

.forum-info div .dell-topic {
    right: 65px;
    background: #f03d3d;
}

#place_for_messages .dialog {
    height: 70px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

#place_for_messages .dialog > div:nth-child(1) {
    padding: 5px;
    float: left;
    width: calc(100% - 40px);
    height: 70px;
    background-color: #373842;
    border-left: 1px solid #373842;
    border-top: 1px solid #373842;
    border-bottom: 1px solid #373842;
}

#place_for_messages .dialog > div:nth-child(1) img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    float: left;
    margin: 5px 15px 5px 5px;
}

#place_for_messages .dialog > div:nth-child(1) div {
    float: right;
    width: calc(100% - 70px);
}

#place_for_messages .dialog > div:nth-child(1) div p {
    margin: 0;
}

#place_for_messages .dialog > div:nth-child(1) div p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-w-b);
}

#place_for_messages .dialog > div:nth-child(1) div p:nth-child(5), #place_for_messages .dialog > div:nth-child(1) div p:nth-child(3), #place_for_messages .dialog > div:nth-child(1) div p:nth-child(6) {
    font-size: 13px;
    line-height: 13px;
}

#place_for_messages .dialog > div:nth-child(1) div p:nth-child(3) {
    margin-top: 1px;
}

#place_for_messages .dialog > div:nth-child(2) {
    float: right;
    width: 40px;
    height: 70px;
    text-align: center;
    padding: 26px 5px 5px;
    background-color: #c03946;
    border-right: 1px solid #c03946;
    border-top: 1px solid #c03946;
    border-bottom: 1px solid #c03946;
}

#place_for_messages .dialog > div:nth-child(2) span {
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.text-info {
    color: #17a2b8 !important;
}

#chat #chat_messages .chat_message:first-child, #chat #messages .chat_message:first-child {
    border-top: 0;
}

#chat #chat_messages .chat_message, #chat #messages .chat_message {
    position: relative;
    overflow: hidden;
    padding: 10px;
    transition: all .3s;
}

.chat_message, .message {
    padding: 10px;
    border-radius: 10px;
    transition: all .3s;
}

#chat #chat_messages .chat_message > a, #chat #messages .chat_message > a {
    display: block;
    width: 40px;
    float: left;
}

.chat-body {
    display: block;
    overflow: hidden;
}

.chat-name {
    display: flex;
    margin: 0 0 0px 1.1rem;
}

.login-message {
    color: #fff;
    font-weight: 600;
    margin-right: 7px;
}

.date-message {
    font-size: 12px;
    color: #838383;
}

.chat-content {
    color: #fff;
    float: left;
    padding: 0.7rem 1rem;
    margin: 5px 0 10px 1rem;
    border-radius: 0.357rem;
    background-color: #3e465a;
}

.chat-content p {
    margin: 0;
}

#chat #chat_messages .chat_message > a img, #chat #messages .chat_message > a img {
    height: 40px;
    width: 40px;
}

.chat_message:hover {
    background: #14161a;
    padding: 10px;
    border-radius: 10px;
}

#chat .input-group {
    margin-top: 16px;
    position: relative;
}

#chat .input-group .smile_input {
    width: 100%;
    position: relative;
}

#chat .input-group .smile_input #smile_btn {
    position: absolute;
    right: 75px;
    top: 19px;
    font-size: 20px;
}

#place_for_messages .smile_input #smile_btn {
    top: 13px !important;
}

#place_for_messages textarea {
    height: 52px;
    line-height: 48px;
    padding: 0 12px;
    border: 0;
    cursor: auto;
    padding-right: 90px;
    margin-left: -4px;
    margin-bottom: 15px;
}

#chat .input-group button {
    font-family: Font Awesome\ 5 Pro;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
    position: absolute;
    top: 5px;
    right: 20px;
    width: 20px;
    height: 35px;
    border-radius: 50%;
    background: #3a8dff;
    color: #3a8dff !important;
    overflow: hidden;
    font-weight: bold;
}

#chat .input-group button::before {
    position: absolute;
    font-weight: 100;
    content: "\f124";
    color: #fff;
    font-size: 18px;
    line-height: 49px;
    left: 9px;
    top: -8px;
}

#chat .input-group .smile_input #smile_btn::after {
    color: #d6d6d6;
}

#smile_btn::after {
    color: #ffffff;
}

#chat #chat_messages, #chat #messages {
    overflow-y: auto;
    width: calc(100% - 1px);
    height: 400px;
    padding: 10px;
}

.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

form[id^="section_settings"] .btn-group-toggle > label, div#add_section .btn-group-toggle > label {
    font-size: 14px;
    height: 30px;
    padding: 5px 11px;
    margin: 0 5px 5px 0;
}

table tbody[id^="forums"] img {
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 50px;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file label {
    width: 100%;
    height: 100%;
    line-height: 37px;
    padding: 0 16px;
}

.custom-file input, .custom-file label {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #e1e4e8 !important;
}

.btn, .form-control, [class^="custom-"] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.noty-block-info {
    background-color: #3b7bd3;
}

.noty-block.info, .noty-block.bs-callout-info, .noty-block.success, .noty-block.bs-callout-success, .noty-block.error, .noty-block.bs-callout-danger, .noty-block.warning, .noty-block.bs-callout-warning, .noty-block.primary, .bs-callout.info, .bs-callout.bs-callout-info, .bs-callout.success, .bs-callout.bs-callout-success, .bs-callout.error, .bs-callout.bs-callout-danger, .bs-callout.warning, .bs-callout.bs-callout-warning, .bs-callout.primary {
    color: #fff;
}

.noty-block, .bs-callout {
    border-radius: 4px;
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 24px;
    font-size: 13px;
    color: #fff;
}

.edit-avatar img {
    width: 100%;
    border-radius: 6px;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

#comments .comment {
    position: relative;
    overflow: hidden;
    padding: 10px;
    transition: all .3s;
    border-radius: 10px;
}

.comment:hover {
    background: #18191e;
    padding: 10px;
    border-radius: 10px;
}

#comments .comment > a {
    display: block;
    width: 40px;
    float: left;
}

#comments .comment > a img {
    height: 40px;
    width: 40px;
}

.rounded-circle {
    border: 2px solid #484848;
    border-radius: 50% !important;
}

.comment-body {
    display: block;
    overflow: hidden;
}

.comment-name {
    display: flex;
    margin: 0 0 0px 1.1rem;
}

.login-comment {
    color: #fff;
    font-weight: 600;
    margin-right: 7px;
}

.date-comment {
    font-size: 12px;
    color: #838383;
}

.comment-content {
    color: #fff;
    float: left;
    padding: 0.7rem 1rem;
    margin: 5px 0 10px 1rem;
    border-radius: 0.357rem;
    background-color: #3e465a;
}

.comment-content p {
    margin: 0;
}

.icon-delete-comment {
    width: 15px;
    height: 15px;
    display: block;
    float: right;
    display: none;
    cursor: pointer;
    margin: 0 5px 0 -4px;
    transition: all .3s;
}

.icon-delete-comment svg {
    opacity: .5;
    color: var(--icon-edit-message-color);
    font-size: 16px;
    transition: all .3s;
}

.icon-delete-comment svg:hover {
    opacity: 1;
}

.comment:hover>.icon-delete-comment {
    display: block;
    transition: all .3s;
}

.text-left {
    text-align: left;
}

#server_admins div[id^="admin_info"] .services-title, #admins div[id^="admin_info"] .services-title {
    margin-bottom: 12px;
    float: left;
}

#events {
    margin: -30px;
    padding: 30px 14px 14px 14px;
}

#events .event:first-child {
    border-top: 0;
}

#events .event {
    padding: 0 14px;
    position: relative;
    width: 100%;
    height: 70px;
    border-top: 1px solid #2f3034;
    overflow: hidden;
}

#events .event > div {
    position: relative;
    float: left;
    display: table;
    height: 100%;
    width: 40%;
}

#events .event > div > a {
    height: 70px;
    vertical-align: middle;
    display: table-cell;
    line-height: 17px;
    margin: 0;
    color: #fff;
}

#events .event > a:not(.btn) {
    float: left;
    display: block;
    height: 100%;
    width: 20%;
    line-height: 70px;
    font-weight: bold;
}

#events .event > a:not(.btn) img {
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 50%;
    margin: 19px 10px 18px 15px;
}

#events .event > span {
    color: #5d6c84;
    float: left;
    display: block;
    height: 100%;
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 70px;
}

#events .event > a.btn {
    float: left;
    display: block;
    width: 15%;
    margin-top: 22.5px;
    line-height: 21px;
    margin-bottom: 22.5px;
}

#events .event > i {
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 9px;
    color: rgba(119, 119, 119, 0.4);
}

.chat_message, .message {
    padding: 10px;
    border-radius: 10px;
    transition: all .3s;
}

.chat_message:hover {
    background: #18191e;
    padding: 10px;
    border-radius: 10px;
}

.chat-avatar {
    float: left;
}

.b-avatar {
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.b-avatar .b-avatar-img {
    -webkit-mask-image: radial-gradient(#fff,#000);
}

.b-avatar .b-avatar-img img {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover;
}

.b-avatar .b-avatar-img {
    border-radius: inherit;
}

.chat-body {
    display: block;
    overflow: hidden;
}

.chat-name {
    display: flex;
    margin: 0 0 0px 1.1rem;
}

.login-message {
    color: #fff;
    font-weight: 600;
    margin-right: 7px;
}

.date-message {
    font-size: 12px;
    color: #838383;
}

.chat-content {
    color: #fff;
    float: left;
    padding: 0.7rem 1rem;
    margin: 5px 0 10px 1rem;
    border-radius: 0.357rem;
    background-color: #3e465a;
}

.chat-content p {
    margin: 0;
}

.icon-edit-message {
    width: 15px;
    height: 15px;
    display: block;
    float: right;
    display: none;
    cursor: pointer;
    margin: 0 14px 0 -4px;
    transition: all .3s;
}

.icon-edit-message svg {
    opacity: .5;
    color: #fff;
    font-size: 16px;
    transition: all .3s;
}

.icon-edit-message svg:hover {
    opacity: 1;
}

.chat_message:hover>.icon-edit-message {
    display: block;
    transition: all .3s;
}

.icon-delete-message {
    width: 15px;
    height: 15px;
    display: block;
    float: right;
    display: none;
    cursor: pointer;
    margin: 0 5px 0 -4px;
    transition: all .3s;
}

.icon-delete-message svg {
    opacity: .5;
    font-size: 16px;
    transition: all .3s;
}

.icon-delete-message svg:hover {
    opacity: 1;
}

.chat_message:hover>.icon-delete-message {
    display: block;
    transition: all .3s;
}

@media (max-width: 578px) {
    /* Background sidebar */
#sidebar__background {
    width: 100%;
    height: 100%;
    background-color: #0000009c;
    z-index: 100;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

#sidebar__background.sidebar__active__background {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

/* Sidebar */
.sidebar__left__position {
    position: fixed;
    left: 0;
    height: 100%;
    z-index: 100;
	top: 0%;
}

.sidebar__left__position>.sidebar__left {
    background-color: var(--card-color);
    height: 100%;
    padding: 15px;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Sidebar flexboxes */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(1) {
    flex: 1;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(2) {
    flex: 3;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(3) {
    flex: 9;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(4) {
    flex: 1;
}

/* Sidebar */
.sidebar__left__position {
    position: fixed;
    left: 0;
    height: 100%;
    z-index: 101;
	top: 0%;
}

.sidebar__left__position>.sidebar__left {
    background-color: var(--card-color);
    height: 100%;
    width: 41px;
    padding: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s;
    overflow: hidden;
}

.sidebar__left__position>.sidebar__left.sidebar__left__active {
    width: 200px;
    transition: .3s;
}

/* Sidebar flexboxes */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(1) {
    flex: 1;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(2) {
    flex: 1;
    border-bottom: 2px solid var(--border-input-form);
    padding-bottom: 14px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(3) {
    flex: 9;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(4) {
    flex: 1;
    padding-top: 2px;
    border-top: 2px solid var(--border-input-form);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Sidebar burger */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__burger {
    padding-top: 5px;
    display: flex;
    border-bottom: 2px solid var(--border-input-form);
    width: 24px;
    padding-bottom: 12px;
    padding-left: 0px;
}

.sidebar__left__position>.sidebar__left.sidebar__left__active>.sidebar__left__blocks>.sidebar__left__burger {
    width: auto;
    padding-left: 0px;
}

.sidebar__left__position>.sidebar__left.sidebar__left__active>.sidebar__left__blocks>.sidebar__left__burger>[for=burger__close] {
    margin-left: 0;
}

#burger__close {
    display: none;
}

#burger__close:checked+[for=burger__close]:before {
    transform: translateY(14px) rotateZ(45deg);
}

#burger__close:checked+[for=burger__close]:after {
    filter: initial;
    transform: translateY(11px) rotateZ(-45deg);
}

[for=burger__close] {
    border-radius: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 19px;
}

[for=burger__close]:before,
[for=burger__close]:after {
    border-radius: inherit;
    background: currentColor;
    content: "";
    display: block;
    height: 2px;
    transition: 0.5s;
    color: var(--custom-text-color);
    width: 25px;
}

[for=burger__close]:after {
    filter: drop-shadow(0 -9px currentColor);
    transform: translateY(15px);
}

/* Sidebar profile */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks img {
    width: 26px;
    border-radius: 50%;
    border: 2px solid var(--span-color);
    margin: 0 auto;
    margin-right: 15px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile {
    align-items: flex-start;
    display: flex;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__buy {
    white-space: nowrap;
    background: var(--span-color);
    color: var(--default-text-color);
    display: block;
    padding: 6px 8px 6px 8px;
    overflow: hidden;
    margin-top: 8px;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .5px;
    transition: .3s;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__steam {
    white-space: nowrap;
    border: 1px solid var(--span-color);
    color: var(--span-color);
    display: block;
    padding: 5px 3px 5px 8px;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    transition: .3s;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__steam>i {
    margin-right: 7px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__steam:hover {
    background: var(--span-color);
    transition: .3s;
    color: #fff;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__buy:hover {
    transition: .3s;
    filter: brightness(115%);
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__buy>i {
    margin-right: 7px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-end;
    flex-direction: row;
}


.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-end;
    flex-direction: row;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar>div {
    width: 146px;
    font-weight: bold;
}

.sidebar__left__position>.sidebar__left.sidebar__left__active>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar>div {
    display: block;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar>div>div:nth-child(1) {
    white-space: nowrap;
    overflow: hidden;
    color: var(--custom-text-color);
    text-overflow: ellipsis;
    font-size: 10px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar>div i {
    margin-right: 5px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar>div>div:nth-child(2) {
    color: #f4a633;
    font-size: 10px;
}

/* Sidebar items */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar {
    display: flex;
    flex-direction: column;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__item {
    white-space: nowrap;
    color: var(--custom-text-color);
    padding: 1px 3px 3px 8px;
    overflow: hidden;
    margin-top: 5px;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__item.sidebar__left__subitem.sidebar__sub__active:hover {
    background: none;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__item:hover {
    transition: .3s;
    background-color: #161d2c;
    color: var(--span-color);
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__item>i,
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__footer_button>i {
    margin-right: 11px;
    font-size: 10px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>i.sidebar__arrow {
    right: 15px;
    transition: .3s;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem.sidebar__sub__active>i.sidebar__arrow {
    transform: rotate(90deg);
}

/* Sidebar footer items */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__footer_button {
    white-space: nowrap;
    color: var(--custom-text-color);
    padding: 1px 3px 3px 8px;
    overflow: hidden;
    margin-top: 5px;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s;
    display: block;
}


.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__footer_button:hover {
    transition: .3s;
    background-color: #161d2c;
    color: var(--span-color);
}

/* Tooltip */
.tippy-box[data-theme~='overpro'] {
    background-color: var(--tooltip-color);
    color: var(--custom-text-color);
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 4px 6px;
}

.tippy-box[data-theme~='play'] {
    background-color: var(--tooltip-color);
    color: var(--custom-text-color);
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 4px 6px;
}

.tippy-box[data-theme~='overpro_lang'] {
    background-color: var(--tooltip-color);
    color: var(--custom-text-color);
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 4px 6px;
    margin-right: 5px;
}

/* Submenu tooltip */
.sidebar__left__position>.sidebar__left:not(.sidebar__left__active)>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu {
    position: fixed;
    margin-left: 31px;
    cursor: default;
    color: #fff !important;
    margin-top: -30px;
    padding: 10px;
    background: var(--card-color);
    box-shadow: 0px 0px 30px -12px #000;
    border-radius: 10px;
    border-left: none;
    text-align: center;
    transition: .3s;
    min-width: 120px;
}

.sidebar__left__position>.sidebar__left:not(.sidebar__left__active)>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu>h2 {
    color: var(--span-color);
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    background: #161d2c;
    padding: 7px;
    border-radius: 6px;
}

/* Submenu opened */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu {
    padding-left: 20px;
    margin-left: 6px;
    margin-top: 20px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    border-left: 2px solid rgb(255 255 255 / 3%);
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem.sidebar__sub__active>.sidebar__left__submenu {
    display: flex;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu>h2 {
    display: none;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu>div {
    display: flex;
    overflow-y: auto;
    max-height: 120px;
    flex-direction: column;
    text-align: left;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu .submenu__item {
    cursor: pointer;
    padding: 5px 3px;
    border-radius: 10px;
    font-size: 9px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--custom-text-color);
    transition: .3s;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu .submenu__item:hover {
    color: var(--span-color);
    transition: .3s;
    background: rgb(30 36 43 / 35%);
}
}

@media (min-width:579px){
    /* Background sidebar */
#sidebar__background {
    width: 100%;
    height: 100%;
    background-color: #0000009c;
    z-index: 100;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

#sidebar__background.sidebar__active__background {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

/* Sidebar */
.sidebar__left__position {
    position: fixed;
    left: 0;
    height: 100%;
    z-index: 100;
	top: 0%;
}

.sidebar__left__position>.sidebar__left {
    background-color: var(--card-color);
    height: 100%;
    padding: 15px;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Sidebar flexboxes */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(1) {
    flex: 1;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(2) {
    flex: 3;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(3) {
    flex: 9;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(4) {
    flex: 1;
}

/* Sidebar */
.sidebar__left__position {
    position: fixed;
    left: 0;
    height: 100%;
    z-index: 101;
	top: 0%;
}

.sidebar__left__position>.sidebar__left {
    background-color: var(--card-color);
    height: 100%;
    width: 70px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s;
    overflow: hidden;
}

.sidebar__left__position>.sidebar__left.sidebar__left__active {
    width: 300px;
    transition: .3s;
}

/* Sidebar flexboxes */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(1) {
    flex: 1;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(2) {
    flex: 1;
    border-bottom: 2px solid var(--border-input-form);
    padding-bottom: 20px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(3) {
    flex: 9;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks:nth-child(4) {
    flex: 1;
    padding-top: 10px;
    border-top: 2px solid var(--border-input-form);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Sidebar burger */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__burger {
    padding-top: 10px;
    display: flex;
    border-bottom: 2px solid var(--border-input-form);
    width: 40px;
    padding-bottom: 15px;
    padding-left: 5px;
}

.sidebar__left__position>.sidebar__left.sidebar__left__active>.sidebar__left__blocks>.sidebar__left__burger {
    width: auto;
    padding-left: 5px;
}

.sidebar__left__position>.sidebar__left.sidebar__left__active>.sidebar__left__blocks>.sidebar__left__burger>[for=burger__close] {
    margin-left: 0;
}

#burger__close {
    display: none;
}

#burger__close:checked+[for=burger__close]:before {
    transform: translateY(14px) rotateZ(45deg);
}

#burger__close:checked+[for=burger__close]:after {
    filter: initial;
    transform: translateY(10px) rotateZ(-45deg);
}

[for=burger__close] {
    border-radius: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 30px;
}

[for=burger__close]:before,
[for=burger__close]:after {
    border-radius: inherit;
    background: currentColor;
    content: "";
    display: block;
    height: 4px;
    transition: 0.5s;
    color: var(--custom-text-color);
    width: 30px;
}

[for=burger__close]:after {
    filter: drop-shadow(0 -11px currentColor);
    transform: translateY(17px);
}

/* Sidebar profile */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks img {
    width: 40px;
    border-radius: 50%;
    border: 2px solid var(--span-color);
    margin: 0 auto;
    margin-right: 15px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile {
    align-items: flex-start;
    display: flex;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__buy {
    white-space: nowrap;
    background: var(--span-color);
    color: var(--default-text-color);
    display: block;
    padding: 9px 12px 7px 12px;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    transition: .3s;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__steam {
    white-space: nowrap;
    border: 2px solid var(--span-color);
    color: var(--span-color);
    display: block;
    padding: 7px 11px;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__steam>i {
    margin-right: 7px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__steam:hover {
    background: var(--span-color);
    transition: .3s;
    color: #fff;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__buy:hover {
    transition: .3s;
    filter: brightness(115%);
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__buy>i {
    margin-right: 7px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-end;
    flex-direction: row;
}


.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-end;
    flex-direction: row;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar>div {
    width: 200px;
    font-weight: bold;
    margin-left: 4px;
}

.sidebar__left__position>.sidebar__left.sidebar__left__active>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar>div {
    display: block;
    margin-left: 4px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar>div>div:nth-child(1) {
    white-space: nowrap;
    overflow: hidden;
    color: var(--custom-text-color);
    text-overflow: ellipsis;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar>div i {
    margin-right: 5px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__profile>.sidebar__left__profile__avatar>div>div:nth-child(2) {
    color: #f4a633;
}

/* Sidebar items */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar {
    display: flex;
    flex-direction: column;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__item {
    white-space: nowrap;
    color: var(--custom-text-color);
    padding: 9px 11px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__item.sidebar__left__subitem.sidebar__sub__active:hover {
    background: none;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__item:hover {
    transition: .3s;
    background-color: #161d2c;
    color: var(--span-color);
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__item>i,
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__footer_button>i {
    margin-right: 15px;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>i.sidebar__arrow {
    right: 15px;
    transition: .3s;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem.sidebar__sub__active>i.sidebar__arrow {
    transform: rotate(90deg);
}

/* Sidebar footer items */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__footer_button {
    white-space: nowrap;
    color: var(--custom-text-color);
    padding: 9px 11px;
    overflow: hidden;
    margin-top: 5px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s;
    display: block;
}


.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__footer_button:hover {
    transition: .3s;
    background-color: #161d2c;
    color: var(--span-color);
}

/* Tooltip */
.tippy-box[data-theme~='overpro'] {
    background-color: var(--tooltip-color);
    color: var(--custom-text-color);
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 4px 6px;
}

.tippy-box[data-theme~='play'] {
    background-color: var(--tooltip-color);
    color: var(--custom-text-color);
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 4px 6px;
}

.tippy-box[data-theme~='overpro_lang'] {
    background-color: var(--tooltip-color);
    color: var(--custom-text-color);
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 4px 6px;
    margin-right: 5px;
}

/* Submenu tooltip */
.sidebar__left__position>.sidebar__left:not(.sidebar__left__active)>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu {
    position: fixed;
    margin-left: 55px;
    cursor: default;
    color: #fff !important;
    margin-top: -30px;
    padding: 10px;
    background: var(--card-color);
    box-shadow: 0px 0px 30px -12px #000;
    border-radius: 10px;
    border-left: none;
    text-align: center;
    transition: .3s;
    min-width: 210px;
}

.sidebar__left__position>.sidebar__left:not(.sidebar__left__active)>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu>h2 {
    color: var(--span-color);
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    background: #161d2c;
    padding: 10px;
    border-radius: 6px;
}

/* Submenu opened */
.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu {
    padding-left: 20px;
    margin-left: 6px;
    margin-top: 20px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    border-left: 2px solid rgb(255 255 255 / 3%);
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem.sidebar__sub__active>.sidebar__left__submenu {
    display: flex;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu>h2 {
    display: none;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu>div {
    display: flex;
    overflow-y: auto;
    max-height: 145px;
    flex-direction: column;
    text-align: left;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu .submenu__item {
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--custom-text-color);
    transition: .3s;
}

.sidebar__left__position>.sidebar__left>.sidebar__left__blocks>.sidebar__left__sidebar>.sidebar__left__subitem>.sidebar__left__submenu .submenu__item:hover {
    color: var(--span-color);
    transition: .3s;
    background: rgb(30 36 43 / 35%);
}
}

