/* Было: .profile__tabs { ... } */
.profile__tabs {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 2rem;
  background: #242C54;
  border-radius: 1.6rem;
  padding: 1rem;
}

@media all and (max-width: 991px) {
  .profile__tabs {
    margin-bottom: 1rem;
    padding: 0;
    background: transparent;
  }
}

.tab.is-active[_ngcontent-ng-c5456375] .tab__text[_ngcontent-ng-c5456375] {
    color: #ffdb95;
}

/* Было: .dropdown { ... } */
.dropdown {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 0.8rem;
  padding: 1.4rem;
  background: linear-gradient(180deg, #3E548B 0%, #566FAF 100%);
  border-radius: 1.1rem;
  transition: opacity 0.2s ease-in-out;
}

.dropdown:hover {
  opacity: 0.7;
}

.dropdown__title {
  font-weight: 400;
  font-size: 1.3rem;
}

.dropdown__icon {
  font-size: 2rem;
}

.dropdown__icon.icon_arrow-down-rounded {
  transform: rotate(180deg);
}

.dropdown__toggler {
  font-size: 2rem;
  margin-left: auto;
  color: rgba(205, 219, 255, 0.4);
  transform: rotate(90deg);
}

/* Было: .profile__logout { ... } */
.profile__logout {
  --icon-size: 2rem;
  margin-left: auto;
  padding: 1.5rem 1.7rem;
  border-radius: 1.1rem;
  border: 0.1rem solid transparent;
  border-color: rgba(205, 219, 255, 0.15);
  color: rgba(205, 219, 255, 0.4);
  height: auto;
  font-weight: 350; /* из $font-weight-350 */
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.profile__logout:hover {
  border-color: rgba(205, 219, 255, 0.25);
  color: rgba(205, 219, 255, 0.8);
}



.profile-wrapper {
    display: flex;
    flex-direction: column;
    width: 120rem;
    margin: 0 auto;
}

.profile__tabs[_ngcontent-ng-c3380438990] {
    display: flex;
    gap: .4rem;
    margin-bottom: 2rem;
    background: #242c54;
    border-radius: 1.6rem;
    padding: 1rem;
}

[_nghost-ng-c1265372003] {
    display: block;
}

.profile__tab.is-active[_ngcontent-ng-c1265372003] {
    --profile-tab-gradient-start: #3E548B;
    --profile-tab-gradient-end: #566FAF;
}

.profile__tab[_ngcontent-ng-c1265372003] {
    --icon-size: 2rem;
    --profile-tab-gradient-start: rgba(51, 63, 112, .8);
    --profile-tab-gradient-end: rgba(51, 63, 112, .8);
    flex: 1;
    justify-content: flex-start;
    height: auto;
    padding: 1.7rem;
    border-radius: 1.1rem;
    background: linear-gradient(180deg, var(--profile-tab-gradient-start) 0%, var(--profile-tab-gradient-end) 100%);
    font-weight: 500;
    font-size: 1.4rem;
    color: #cddbff;
}




.profile-wrapper {
    display: flex;
    flex-direction: column;
    width: 120rem;
    margin: 0 auto;
}


.profile-wrapper .profile {
    display: block;
    width: 100%;
}



.profile-wrapper .profile .row {
    display: flex;
    margin-bottom: 2.6rem;
    flex-direction: column;
}







.profile-wrapper .profile .row__left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profile__logout[_ngcontent-ng-c3380438990] {
    --icon-size: 2rem;
    margin-left: auto;
    padding: 1.5rem 1.7rem;
    border-radius: 1.1rem;
    border: .1rem solid transparent;
    border-color: #cddbff26;
    color: #cddbff66;
    height: auto;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.profile-wrapper .profile {
    display: block;
    width: 100%;
}

.profile-wrapper .profile .row {
    display: flex;
    margin-bottom: 2.6rem;
    flex-direction: column;
}





.profile-wrapper .profile .row__content {
    display: flex;
    gap: 1.5rem;
}


.profile-wrapper .profile .profile__actions {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
    gap: .7rem;
}


.profile-wrapper .profile .row__left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[_nghost-ng-c1927022818] {
    flex: 0 0 auto;
    width: 37.5rem;
    padding: 2rem;
    border-radius: 1.6rem;
    background: #121530;
}




.mini-profile__content[_ngcontent-ng-c1927022818] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-profile__user[_ngcontent-ng-c1927022818] {
    display: flex;
    gap: 1.1rem;
    align-items: center;
}

.mini-profile__picture[_ngcontent-ng-c1927022818] {
    --size: 5rem;
    width: var(--size);
    height: var(--size);
    border-radius: 1.4rem;
}

.mini-profile__nickname[_ngcontent-ng-c1927022818] {
    max-width: 13.6rem;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #cddbff;
}

.nickname .link {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mini-profile__balance[_ngcontent-ng-c1927022818] {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
}


.profile-id[_ngcontent-ng-c1927022818] {
    display: flex;
    border: 1px solid #1E2447;
    border-radius: 1rem;
    align-items: center;
    gap: .8rem;
    padding: .85rem 1.2rem;
}

.profile-id__text[_ngcontent-ng-c1927022818] {
    white-space: nowrap;
    text-align: right;
}

.profile-id__title[_ngcontent-ng-c1927022818] {
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.1rem;
    color: #9badcfb3;
    text-transform: uppercase;
    margin-bottom: .1rem;
}


.profile-id__id[_ngcontent-ng-c1927022818] {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #9badcf;
}

.profile-id__copy[_ngcontent-ng-c1927022818] {
    color: #7287bd;
    font-size: 1.4rem;
    cursor: pointer;
    -webkit-transition: color .2s 
ease-out 0s;
    -moz-transition: color .2s ease-out 0s;
    transition: color .2s 
ease-out 0s;
}


.mini-profile__deposit[_ngcontent-ng-c1927022818] {
    --icon-size: 2rem;
    height: 5rem;
    margin-top: 1rem;
    width: 100%;
    font-weight: 700;
    font-size: 1.5rem;
    background-color: #69dd89;
    color: #20274b;
}


.profile-wrapper .profile .profile__widgets {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}

.profile-wrapper .profile .profile__statistics {
    display: flex;
    gap: .8rem;
    width: 100%;
    height: 100%;
}

[_nghost-ng-c1488506531] {
    display: block;
    width: 100%;
    height: 100%;
}

.statistics[_ngcontent-ng-c1488506531] {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    height: 100%;
    padding: 2rem;
    background-color: #27305c;
    border-radius: 1.6rem;
}

.statistics__icon[_ngcontent-ng-c1488506531] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7abbf60d;
    border: .1rem solid rgba(99, 126, 193, .2);
    border-radius: 1.4rem;
    padding: 1.2rem;
    font-size: 2.8rem;
    color: #cddbff;
}


.icon {
    position: relative;
    color: inherit;
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.statistics__counter[_ngcontent-ng-c1488506531] {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.2;
}

.statistics__title[_ngcontent-ng-c1488506531] {
    margin-top: .2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
    color: #cddbff99;
    text-transform: uppercase;
}

.profile-wrapper .profile .row {
    display: flex;
    margin-bottom: 2.6rem;
    flex-direction: column;
}

.profile-wrapper .profile .row__title {
    display: flex;
    align-items: center;
    gap: .8rem;
    color: #cddbff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.9rem;
    margin-bottom: 1.5rem;
}

.profile-wrapper .profile .row__title .icon {
    font-size: 2.8rem;
}




.action-button[_ngcontent-ng-c4198340265] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 100%;
    padding: 2rem;
    border: .1rem solid transparent;
    background: linear-gradient(130.3deg, #26315b66 27.06%, #323f6d66 84.03%);
    border-radius: 1.4rem;
    cursor: pointer;
    -webkit-transition: border-color .2s 
ease-out 0s;
    -moz-transition: border-color .2s ease-out 0s;
    transition: border-color .2s 
ease-out 0s;
}

.action-button__icon[_ngcontent-ng-c4198340265] {
    font-size: 4rem;
    background: linear-gradient(180deg, #5b6ca3, #8da2d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.action-button__content[_ngcontent-ng-c4198340265] {
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.action-button__title[_ngcontent-ng-c4198340265] {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7rem;
    color: #fff;
}


.action-button__arrow[_ngcontent-ng-c4198340265] {
    width: fit-content;
    padding: .1rem 2.1rem;
    background-color: #7993d61a;
    border-radius: .8rem;
    color: #cddbffb3;
    font-size: 2.2rem;
    cursor: pointer;
    -webkit-transition: background-color .2s 
ease-out 0s, color .2s 
ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s,color .2s ease-out 0s;
    transition: background-color .2s 
ease-out 0s, color .2s 
ease-out 0s;
}




.action-button__text[_ngcontent-ng-c4198340265] {
    display: inline-block;
    width: fit-content;
    padding: .6rem 1rem;
    background: #7993d61a;
    border-radius: .8rem;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #cddbffb3;
}

.action-button__text_danger[_ngcontent-ng-c4198340265] {
    color: #ff8896;
    background: #ff737b26;
}


.action-button__text_ok[_ngcontent-ng-c4198340265] {
    color: #8aff88;
    background: #73ff9126;
}



.social-image-banner__vk[_ngcontent-ng-c2336296121] {
    background-image: url(/images/webp/vk.webp);
}

.social-image-banner__tg[_ngcontent-ng-c2336296121] {
    background-image: url(/images/webp/tg.webp);
}




.blockpk {
		display:block;
    }
	
	.blocktel {
		display:none;
    }
	
	

.profile-wrapper .profile .profile__statistics {
    display: flex;
    gap: .8rem;
    width: 100%;
    height: 100%;
}



.profile-wrapper .profile .row {
    display: flex;
    margin-bottom: 2.6rem;
    flex-direction: column;
}

[_nghost-ng-c5456375] {
    display: block;
    width: 100%;
}



.profile__row.row_head[_ngcontent-ng-c2376364859] {
    margin-bottom: 1.2rem;
}



.profile-wrapper .profile .row {
    display: flex;
    margin-bottom: 2.6rem;
    flex-direction: column;
}




.table__head[_ngcontent-ng-c3601823777], .table__row[_ngcontent-ng-c3601823777] {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr 3.2rem;
    gap: .4rem;
    align-items: center;
    padding-left: 2.2rem;
    padding-right: 1.1rem;
}



[_nghost-ng-c2721702278] {
    padding: 0 1.1rem 0 2.2rem;
    height: 5.4rem;
    background-color: #242c5480;
    border-radius: 1.2rem;
    overflow: hidden;
    -webkit-transition: background-color .2s 
ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s;
    transition: background-color .2s 
ease-out 0s;
}


.table__wrapper[_ngcontent-ng-c3601823777] {
    scrollbar-color: #293156 #3b4772;
    scrollbar-width: .3rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.table__wrapper[_ngcontent-ng-c3601823777] {
    height: calc(100vh - 39rem);
    overflow-y: auto;
}




.table__body[_ngcontent-ng-c3601823777] {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}


[_nghost-ng-c3601823777] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.table[_ngcontent-ng-c3601823777] {
    scrollbar-color: #293156 #3b4772;
    scrollbar-width: .3rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}



.table__head[_ngcontent-ng-c3601823777] {
    height: 3.4rem;
}

.table__head[_ngcontent-ng-c3601823777], .table__row[_ngcontent-ng-c3601823777] {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr 3.2rem;
    gap: .4rem;
    align-items: center;
    padding-left: 2.2rem;
    padding-right: 1.1rem;
}

.table__head[_ngcontent-ng-c3601823777] .table__cell[_ngcontent-ng-c3601823777] {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #535f84;
}


.table__head[_ngcontent-ng-c3601823777] .table__cell[_ngcontent-ng-c3601823777] {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #535f84;
}




.tabs__head[_ngcontent-ng-c5456375] {
    scrollbar-color: #293156 #3b4772;
    scrollbar-width: .3rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.tabs__head[_ngcontent-ng-c5456375] {
    display: flex;
    gap: .4rem;
    overflow-x: auto;
}



.tabs__content[_ngcontent-ng-c5456375] {
    margin-top: 1.5rem;
}






.tab[_ngcontent-ng-c5456375] {
    display: flex;
    align-items: center;
    gap: 1.9rem;
    flex: 0 0 auto;
    height: 5rem;
    padding-left: 1.5rem;
    background-color: #333f7080;
    border-radius: 1.2rem;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: background-color .2s 
ease-out 0s, filter .2s 
ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s,filter .2s ease-out 0s;
    transition: background-color .2s 
ease-out 0s, filter .2s 
ease-out 0s;
}

.tab.is-active[_ngcontent-ng-c5456375] {
    background-color: #3d4a7e;
}




.tab__text[_ngcontent-ng-c5456375] {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #cddbff;
    text-transform: uppercase;
}




.tab__bg_crash[_ngcontent-ng-c5456375] {
    background-image: url(/images/crash.png);
}

.tab__bg_wheel[_ngcontent-ng-c5456375] {
    background-image: url(/images/wheel.png);
}

.tab__bg_super-wheel[_ngcontent-ng-c5456375] {
    background-image: url(/images/super-wheel.png);
}

.tab__bg_double[_ngcontent-ng-c5456375] {
    background-image: url(/images/double.png);
}

.tab__bg_jackpot[_ngcontent-ng-c5456375] {
    background-image: url(/images/jackpot.png);
}
.tab__bg_defuse[_ngcontent-ng-c5456375] {
    background-image: url(/images/defuse.png);
}

.tab__bg_mines[_ngcontent-ng-c5456375] {
    background-image: url(/images/mines.png);
}

.tab__bg_chicken-road[_ngcontent-ng-c5456375] {
    background-image: url(/images/chicken.png);
}

.tab__bg[_ngcontent-ng-c5456375] {
    position: relative;
    display: block;
    width: 6rem;
    height: 100%;
    opacity: .6;
    border-radius: inherit;
    background-size: 7rem;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-transition: opacity .2s 
ease-out 0s;
    -moz-transition: opacity .2s ease-out 0s;
    transition: opacity .2s 
ease-out 0s;
}




.table__ratio[_ngcontent-ng-c2721702278] {
    display: flex;
    align-items: center;
    width: min-content;
    height: 3.2rem;
    padding: 0 1.1rem;
    background: linear-gradient(169.61deg, #405c923d 16.73%, #407bb23d 104.85%);
    border: .1rem solid rgba(152, 179, 194, .1);
    border-radius: .8rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #fff;
    white-space: nowrap;
}


.profile-wrapper .profile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}


.profile-wrapper .profile-head__title {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
}




.profile-wrapper .profile-head__title .icon {
    flex: 0 0 auto;
    font-size: 2.4rem;
}


.profile__row.row_head[_ngcontent-ng-c2376364859] {
    margin-bottom: 1.2rem;
}



.profile-wrapper .profile .row {
    display: flex;
    margin-bottom: 2.6rem;
    flex-direction: column;
}





.profile-wrapper .profile .profile__widgets {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}





.profile-wrapper .profile .profile__statistics {
    display: flex;
    gap: .8rem;
    width: 100%;
    height: 100%;
}

[_nghost-ng-c1488506531] {
    display: block;
    width: 100%;
    height: 100%;
}



.statistics[_ngcontent-ng-c1488506531] {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    height: 100%;
    padding: 2rem;
    background-color: #27305c;
    border-radius: 1.6rem;
}




.statistics__icon[_ngcontent-ng-c1488506531] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7abbf60d;
    border: .1rem solid rgba(99, 126, 193, .2);
    border-radius: 1.4rem;
    padding: 1.2rem;
    font-size: 2.8rem;
    color: #cddbff;
}




.statistics__counter[_ngcontent-ng-c1488506531] {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.2;
}



.statistics__title[_ngcontent-ng-c1488506531] {
    margin-top: .2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
    color: #cddbff99;
    text-transform: uppercase;
}


.profile__row.row_head[_ngcontent-ng-c2376364859] {
    margin-bottom: 1.2rem;
}



.profile-wrapper .profile .row {
    display: flex;
    margin-bottom: 2.6rem;
    flex-direction: column;
}





.tabs__wrapper[_ngcontent-ng-c5456375] {
    margin-top: 1.6rem;
    padding: 2.5rem;
    background-color: #21294f66;
    border-radius: 1.6rem;
}


.table__skins[_ngcontent-ng-c2721702278] {
    display: flex;
    align-items: center;
}

.table__skins[_ngcontent-ng-c2721702278] .item[_ngcontent-ng-c2721702278] {
    width: 7rem;
}

.table__chance[_ngcontent-ng-c2721702278] {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #bedcf8;
}

.table__bet[_ngcontent-ng-c2721702278] {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #fff;
}

.table__earnings_loss[_ngcontent-ng-c2721702278] {
    color: #9eb5d7;
}

.table__earnings[_ngcontent-ng-c2721702278] {
    display: flex;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
}


.table__date[_ngcontent-ng-c2721702278] {
    font-size: 1.2rem;
    color: #8498b5;
}

.button_view[_ngcontent-ng-c2721702278] {
    --icon-size: 2rem;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    border: .1rem solid transparent;
    border-color: #2b3565b3;
    border-radius: .8rem;
    color: #6b739d;
}



.profile__tab:hover[_ngcontent-ng-c1265372003] {
background: linear-gradient(180deg, rgb(70 82 129 / 80%) 0%, rgb(63 75 121 / 80%) 100%);
}

.profile__logout:hover[_ngcontent-ng-c3380438990] {
	border-color: #cddbff63;
    color: #cddbff9e;
}



.profile-id__copy:hover[_ngcontent-ng-c1927022818] {
    color: #afbad7;
}


.button_view:hover[_ngcontent-ng-c2721702278]
{
	border-color: #6c77abb3;
	color: #969dc1;
}

[_nghost-ng-c1578788290] {
    flex: 1;
}

.profile-inventory[_ngcontent-ng-c1578788290] {
    height: 100%;
    background: #242c54;
    border-radius: 1.6rem;
    padding: var(--gutter);
}



.profile-wrapper .profile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.profile-wrapper .profile-head__text {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}



.profile-wrapper .profile-head__title {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
}




.profile-wrapper .profile-head__title .icon {
    flex: 0 0 auto;
    font-size: 2.4rem;
}


.profile-inventory[_ngcontent-ng-c1578788290] .profile-head__subtitle[_ngcontent-ng-c1578788290] {
    display: flex;
    flex-wrap: wrap;
    column-gap: .3rem;
}



.profile-wrapper .profile-head__subtitle {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #cddbff;
}


.profile-wrapper .profile-head__subtitle .link {
    color: #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: border-color .2s ease-out 0s;
    -moz-transition: border-color .2s ease-out 0s;
    transition: border-color .2s ease-out 0s;
}





.profile-wrapper .profile-head__button {
    --icon-size: 1.8rem;
    height: 4.2rem;
    font-size: 1.4rem;
}




.profile-wrapper .profile-head__button .btn__text {
    display: flex;
    align-items: center;
}

.profile-inventory__content[_ngcontent-ng-c1578788290] {
    height: calc(100vh - 27.8rem - var(--gutter));
    margin-top: 1.5rem;
}

[_nghost-ng-c171902548] {
    display: block;
    height: 100%;
}





.profile-inventory__scroll[_ngcontent-ng-c171902548] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13.5rem, 1fr));
    align-content: flex-start;
    gap: .6rem;
    height: 100%;
}



.inventory-skin_shop[_ngcontent-ng-c1457698464] {
    height: 11rem;
}

.inventory-skin[_ngcontent-ng-c1457698464] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 12.2rem;
    padding: 0 1.2rem .8rem;
    background-image: linear-gradient(180deg, #3a4984c2, #4c5b96c2);
    border-radius: 1rem;
    cursor: pointer;
    -webkit-transition: background-image .2s ease-out 0s, opacity .2s ease-out 0s;
    -moz-transition: background-image .2s ease-out 0s,opacity .2s ease-out 0s;
    transition: background-image .2s ease-out 0s, opacity .2s ease-out 0s;
}


.inventory-skin__stock_green[_ngcontent-ng-c1457698464] {
    color: #5bc69f80;
    background-color: #5bc69f0f;
}

.inventory-skin__stock[_ngcontent-ng-c1457698464] {
    position: absolute;
    top: .8rem;
    left: .8rem;
    z-index: 10;
    display: block;
    min-width: 1.6rem;
    width: auto;
    height: 1.6rem;
    padding: 0 .5rem;
    background-color: #6b62e50f;
    border-radius: .5rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: color .2s ease-out 0s, background-color .2s ease-out 0s;
    -moz-transition: color .2s ease-out 0s,background-color .2s ease-out 0s;
    transition: color .2s ease-out 0s, background-color .2s ease-out 0s;
}




.inventory-skin__quality_4b69ff[_ngcontent-ng-c1457698464] {
    background: #6d9fff;
}

.inventory-skin__quality_cf6a32[_ngcontent-ng-c1457698464] {
    background: #ff8f5f;
}

.inventory-skin__quality_b0c3d9[_ngcontent-ng-c1457698464] {
    background: #919eb7;
}

.inventory-skin__quality_eb4b4b[_ngcontent-ng-c1457698464] {
    background: #fa5b51;
}

.inventory-skin__quality_d32ce6[_ngcontent-ng-c1457698464] {
    background: #ff6d87;
}


.inventory-skin__quality_5e98d9[_ngcontent-ng-c1457698464] {
    background: #85dcdc;
}

.inventory-skin__quality_e4ae39[_ngcontent-ng-c1457698464] {
    background: #ffc56d;
}


.inventory-skin__quality_8847ff[_ngcontent-ng-c1457698464] {
    background: #9672ff;
}

.inventory-skin__quality[_ngcontent-ng-c1457698464] {
    position: absolute;
    top: .8rem;
    right: .8rem;
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: .4rem;
}


.inventory-skin_shop[_ngcontent-ng-c1457698464] .inventory-skin__picture[_ngcontent-ng-c1457698464] {
    margin: 1.5rem auto 0;
}

.inventory-skin__picture[_ngcontent-ng-c1457698464] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.inventory-skin__price[_ngcontent-ng-c1457698464] {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #ffc28a;
}

.inventory-skin__info[_ngcontent-ng-c1457698464] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: .4rem;
    width: 100%;
    margin-top: .1rem;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.3rem;
}

.inventory-skin__desc[_ngcontent-ng-c1457698464] {
    width: 0;
    flex: 1;
}


.inventory-skin__name[_ngcontent-ng-c1457698464], .inventory-skin__subname[_ngcontent-ng-c1457698464] {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inventory-skin__exterior[_ngcontent-ng-c1457698464] {
    color: #bbb;
}


.inventory-skin__subname[_ngcontent-ng-c1457698464] {
    font-weight: 500;
}

.inventory-skin__name[_ngcontent-ng-c1457698464], .inventory-skin__subname[_ngcontent-ng-c1457698464] {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.inventory-skin[_ngcontent-ng-c1457698464]:after {
    content: "";
    position: absolute;
    inset: 0;
    border: .1rem solid transparent;
    border-color: transparent;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: border-color .2s ease-out 0s;
    -moz-transition: border-color .2s ease-out 0s;
    transition: border-color .2s ease-out 0s;
}


.inventory-skin__stock_green[_ngcontent-ng-c1457698464] {
    color: #5bc69f80;
    background-color: #5bc69f0f;
}

.inventory-skin__stock[_ngcontent-ng-c1457698464] {
    position: absolute;
    top: .8rem;
    left: .8rem;
    z-index: 10;
    display: block;
    min-width: 1.6rem;
    width: auto;
    height: 1.6rem;
    padding: 0 .5rem;
    background-color: #6b62e50f;
    border-radius: .5rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: color .2s ease-out 0s, background-color .2s ease-out 0s;
    -moz-transition: color .2s ease-out 0s,background-color .2s ease-out 0s;
    transition: color .2s ease-out 0s, background-color .2s ease-out 0s;
}


.inventory-skin__bonuses[_ngcontent-ng-c1457698464], .inventory-skin__check[_ngcontent-ng-c1457698464] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex: none;
    width: 1.2rem;
    height: 1.2rem;
}

.inventory-skin__check[_ngcontent-ng-c1457698464]:before {
    content: "\eaee";
    color: #c2fda7;
}

.inventory-skin__bonuses[_ngcontent-ng-c1457698464]:before, .inventory-skin__check[_ngcontent-ng-c1457698464]:before {
    font-size: 1.2rem;
    font-family: icomoon;
}


.inventory-skin.is-selected[_ngcontent-ng-c1457698464]:after {
    border-color: #8fd17c59;
}


.inventory-skin[_ngcontent-ng-c1457698464]:after {
    content: "";
    position: absolute;
    inset: 0;
    border: .1rem solid transparent;
    border-color: transparent;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: border-color .2s ease-out 0s;
    -moz-transition: border-color .2s ease-out 0s;
    transition: border-color .2s ease-out 0s;
}


@media (max-width: 767px) {
    .profile-inventory__scroll[_ngcontent-ng-c171902548] {
        grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    }

    .profile-wrapper .profile-head__button .btn__text {
        display: none;
    }

    .profile-wrapper .profile-head__button {
        flex: 0 0 auto;
        width: 4.2rem;
    }

    .profile-wrapper .profile-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .statistics__counter[_ngcontent-ng-c1488506531] {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
	
	
	 .statistics__title[_ngcontent-ng-c1488506531] {
        margin-top: 0;
        font-size: .9rem;
        line-height: 1.1rem;
    }
	
	
	   .statistics__icon[_ngcontent-ng-c1488506531] {
        padding: .8rem;
        font-size: 2rem;
        border-radius: 1.2rem;
    }
	
	  .statistics[_ngcontent-ng-c1488506531] {
        align-items: flex-start;
        flex-direction: column;
        gap: .7rem;
        padding: 1.4rem;
    }
	
	    .profile-wrapper .profile-head {
        flex-direction: column;
        align-items: flex-start;
    }
	

    .table[_ngcontent-ng-c3601823777]:not(.table_money) .table__cell[_ngcontent-ng-c3601823777]:nth-child(2), .table[_ngcontent-ng-c3601823777]:not(.table_money) .table__cell[_ngcontent-ng-c3601823777]:nth-child(5) {
        display: none;
    }

    .table__head[_ngcontent-ng-c3601823777] {
        padding: 1.1rem;
    }

    .table__head[_ngcontent-ng-c3601823777], .table__row[_ngcontent-ng-c3601823777] {
        grid-template-columns: calc(100% - 20rem) 1fr 1fr 3.2rem;
    }

    [_nghost-ng-c2721702278] {
        height: 5rem;
        padding: 0 1.1rem;
    }
	
	  .table__head[_ngcontent-ng-c3601823777], .table__row[_ngcontent-ng-c3601823777] {
        grid-template-columns: calc(100% - 20rem) 1fr 1fr 3.2rem;
    }
	
	   .table__wrapper[_ngcontent-ng-c3601823777] {
        height: 60.4rem;
    }
	
	
}
@media (max-width: 991px) {
    .profile-wrapper .profile-head__subtitle {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

    .profile-wrapper .profile-head__title .icon {
        font-size: 1.8rem;
    }

    .profile-wrapper .profile-head__title {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }

	
	
	    .profile-wrapper .profile .row__content:not(.profile__actions) {
        flex-direction: column;
        gap: 1rem;
    }
	
	    .tabs__wrapper[_ngcontent-ng-c5456375] {
        margin-top: .8rem;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
    }
	
	
	  .profile-wrapper .profile .row {
        margin-bottom: 1rem;
    }
	
	
    .profile-wrapper .profile .profile__statistics {
        gap: .6rem;
        height: 100%;
    }
	
	
	    .statistics[_ngcontent-ng-c1488506531] {
        border-radius: 1.2rem;
        min-height: 11.1rem;
    }

    .profile-wrapper .profile .row__content:not(.profile__actions) {
        flex-direction: column;
        gap: 1rem;
    }

    .profile-wrapper .profile .row {
        margin-bottom: 1rem;
    }

    .profile-wrapper .profile-head__title .icon {
        font-size: 1.8rem;
    }

    .profile-wrapper .profile-head__title {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
	
	  .tab__bg[_ngcontent-ng-c5456375] {
        width: 3.6rem;
        background-size: 4.4rem;
    }
	
	    .tab__text[_ngcontent-ng-c5456375] {
        font-size: 1rem;
        line-height: 1.2rem;
    }
	
	
	   .tab[_ngcontent-ng-c5456375] {
        gap: .8rem;
        height: 3.6rem;
        padding-left: 1rem;
        border-radius: 1rem;
    }
	

    .tabs__content[_ngcontent-ng-c5456375] {
        margin-top: 0;
    }

    .tabs__head[_ngcontent-ng-c5456375] {
        padding: 1.5rem;
        background-color: #21294f66;
        border-radius: 1.2rem;
    }


	    .profile-wrapper .profile .row {
        margin-bottom: 1rem;
    }
	
	
	  .profile-wrapper .profile .row__content:not(.profile__actions) {
        flex-direction: column;
        gap: 1rem;
    }
	
    .profile-wrapper .profile .profile__statistics {
        gap: .6rem;
        height: 100%;
    }
	
    .profile-wrapper .profile .row {
        margin-bottom: 1rem;
    }
	
	    .profile-wrapper {
        width: 100%;
        padding: var(--gutter);
    }
	
	  .profile-wrapper .profile .row_block {
        margin-top: 1.5rem;
    }
	
	 .profile__row.row_head[_ngcontent-ng-c2376364859] {
        height: 9.4rem;
    }
	
	  [_nghost-ng-c1927022818] {
        width: 100%;
        border-radius: 1.2rem;
    }
	
	
	.blockpk {
		display:none;
    }
	
	.blocktel {
		display:block;
    }
	
	
	    .profile__tabs[_ngcontent-ng-c3380438990] {
        margin-bottom: 1rem;
        padding: 0;
        background: transparent;
    }
	
	
	
}


@media (max-width: 991px) and (hover: hover) {
    .table__wrapper[_ngcontent-ng-c3601823777] {
        padding-right: .6rem;
        margin-right: -.9rem;
    }
}



@media (max-width: 499px) {
    .action-button[_ngcontent-ng-c4198340265] {
        padding: 1.2rem;
        gap: .8rem;
    }
	
	    .action-button__icon[_ngcontent-ng-c4198340265] {
        font-size: 2.8rem;
    }
	
	.profile-wrapper .profile .profile__actions {
        gap: .4rem;
    }
	
	    .action-button__content[_ngcontent-ng-c4198340265] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
	
	
}



@supports (scrollbar-gutter: stable) {
    .table__wrapper[_ngcontent-ng-c3601823777] {
        scrollbar-gutter: stable;
    }
	
	.table__body[_ngcontent-ng-c3601823777] {
        scrollbar-gutter: stable;
    }
}

@media (hover: hover) {
    .profile-inventory__scroll[_ngcontent-ng-c171902548] {
        margin-right: calc(var(--gutter) / -2 - .15rem);
        padding-right: calc(var(--gutter) / 2 - .15rem);
    }

    .table__wrapper[_ngcontent-ng-c3601823777] {
        margin-right: -1.4rem;
    }
	
	.table__body[_ngcontent-ng-c3601823777] {
        padding-right: 1.1rem;
    }
}
.empty-block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 1rem;
    border: 1px dashed #293157;
    border-radius: 10px;
    text-align: center;
}

@media (max-width: 991px) {
    .tabs__content[_ngcontent-ng-c5456375] {
        margin-top: 0;
    }
}

.tabs__content[_ngcontent-ng-c5456375] {
    margin-top: 1.5rem;
}


.table[_ngcontent-ng-c58988650] {
    scrollbar-color: #293156 #3b4772;
    scrollbar-width: .3rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}


@media (max-width: 991px) and (hover: hover) {
    .table__wrapper[_ngcontent-ng-c58988650] {
        padding-right: .6rem;
        margin-right: -.9rem;
    }
}


@supports (scrollbar-gutter: stable) {
    .table__wrapper[_ngcontent-ng-c58988650] {
        scrollbar-gutter: stable;
    }
}

@media (hover: hover) {
    .table__wrapper[_ngcontent-ng-c58988650] {
        margin-right: -1.4rem;
    }
}

@media (max-width: 767px) {
    .table__wrapper[_ngcontent-ng-c58988650] {
        height: 60.4rem;
    }
}

.table__wrapper[_ngcontent-ng-c58988650] {
    scrollbar-color: #293156 #3b4772;
    scrollbar-width: .3rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.table__wrapper[_ngcontent-ng-c58988650] {
    height: calc(100vh - 39rem);
    overflow-y: auto;
}


.table__earnings_profit[_ngcontent-ng-c2721702278] {
    color: #62d4b2;
}


.table__badge[_ngcontent-ng-c2721702278] {
    display: flex;
    align-items: center;
    width: min-content;
    height: 2.5rem;
    padding: 0 .7rem;
    background: linear-gradient(169.61deg, #405c923d 16.73%, #407bb23d 104.85%);
    border: .1rem solid rgba(152, 179, 194, .1);
    border-radius: .8rem;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    margin-left: .4rem;
}


@media (max-width: 767px) {
    [_nghost-ng-c2721702278]:not(.table__row_money) .table__cell[_ngcontent-ng-c2721702278]:nth-child(2), [_nghost-ng-c2721702278]:not(.table__row_money) .table__cell[_ngcontent-ng-c2721702278]:nth-child(5) {
        display: none;
    }
}


.item-tooltip {
  position: fixed;
  background: #2f3657;
  border-radius: 10px;
  padding: 8px 12px;
  min-width: 140px;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
  transition: opacity .12s ease, transform .12s ease;
  transform: translateY(6px);
}

.item-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* СТРЕЛКА ВНИЗ */
.item-tooltip::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2f3657;
}

.item-tooltip__sub {
  font-size: 12px;
  opacity: 0.75;
  margin-top: 2px;
}

.item-tooltip__name2 {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 2px;
}

.item-tooltip__name {
  font-weight: 600;
  margin-bottom: 4px;
}

.item-tooltip__row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  opacity: 0.85;
}

.item-tooltip__st {
  color: #fd954a;
  font-weight: 700;
}

.item-tooltip__price {
  margin-left: auto;
  font-weight: 600;
  color: #6dea5d !important;
}