.top-header {
    width: 100%;
    height: 83px;
    background: #17191C;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    justify-content: center;
}
.img-modal-shop {
    background-size: 112px!important;
}
.object-top-content-top.obj {
    position: relative;
}

.background-modal-shop {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #00000099;
    backdrop-filter: blur(11px);
}

.main_group {
    font-weight: 500;
    margin-bottom: 25px;
}

i.fa-solid.fa-xmark.shop-modal {
    color: #ffffff;
    position: absolute;
    font-size: 27px;
    right: 24px;
    transition: 0.3s;
    opacity: 0.5;
    top: 16px;
    cursor: pointer;
}

i.fa-solid.fa-xmark.shop-modal:hover {
    opacity: 1;
}

select#count-pex-select:hover {
    background: rgb(217 217 217 / 13%);
}

.form-case-shop {
    background-image: url(/img/shop/case/backgound-case.png);
    width: 1359px;
    height: 528px;
    display: flex;
    justify-content: space-between;
}

.text-left-shop-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 54px;
    line-height: 87.3%;
/* identical to box height, or 49px */
    color: #FFFFFF;
}

.left-case-shop {
    width: 557px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    
    
/* or 30px */
    margin-left: 165px;
    margin-top: 117px;
    color: rgba(255, 255, 255, 0.85);
}

.image-category-case-shop {
    background-image: url(/img/shop/case/box.png);
    width: 25px;
    height: 25px;
}

.select-case-shop-category {
    display: flex;
    align-items: center;
    margin-top: 84px;
    position: relative;
}

.select_category_shop.case {
    position: absolute;
    top: 27px;
    left: 64px;
}

.category_shop_case {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 189px;
    padding-left: 38px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.category_shop_case:hover {
    color: white;
    background: radial-gradient(100% 100% at 50% 50%, rgb(32 32 37) 0%, rgba(217, 217, 217, 0) 100%);
}

.category_shop_case:after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(217, 217, 217, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: -2px;
}

.category_shop_case:hover:after {
    background: radial-gradient(50% 50% at 50% 50%, rgb(255 255 255) 0%, rgba(217, 217, 217, 0) 100%);
    transition: 0.3s;
}

.text-category {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-decoration-line: underline;
    color: #FFFFFF;
    margin-left: 7px;
    cursor: pointer;
    transition: 0.3s;
}

.text-left-shop-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 158%;
/* or 30px */
    color: rgba(255, 255, 255, 0.85);
}

.text-right-case-shop-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    margin-bottom: 38px;
    font-size: 26px;
    line-height: 87.3%;
/* identical to box height, or 23px */
    color: #FFFFFF;
}

.text-right-case-shop-1 {}

.text-right-case-shop-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 87.3%;
/* identical to box height, or 28px */
    margin-bottom: 44px;
    color: #FFFFFF;
}

.count-select-cases {
    display: flex;
}

.count-case-object {
    width: 73px;
    height: 52px;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-family: 'SF Pro Display';
    margin-right: 21px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 114.5%;
    color: #FFFFFF;
}

.count-case-object:hover {
    background: rgb(255 255 255 / 30%);
}

.count-case-object.active {
    background: white!important;
    color: black!important;
}

.right-case-shop {
    margin-right: 54px;
    margin-top: 130px;
}

.button-buy-case:hover {
    background: #ffffffc2;
}

.button-buy-case {
    width: 352px;
    height: 65px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SF Pro Display';
    font-style: normal;
    transition: 0.3s;
    font-weight: 700;
    font-size: 18px;
    line-height: 114.5%;
    margin-top: 18px;
    cursor: pointer;
    color: #2D2D2D;
}

.ico-button-buy-case {
    background-image: url(/img/shop/case/cart.png);
    width: 26px;
    height: 25px;
    background-repeat: no-repeat;
    margin-right: 11px;
}

select#count-pex-select {
    background: rgba(217, 217, 217, 0.08);
    border-radius: 3px;
    width: 138px;
    height: 38px;
    color: white;
    transition: 0.3s;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    text-align: center;
    border: none;
}

option {}

option {background: #35373a;padding: 12px;border: none;}

.modal-shop {
    width: 567px;
    background: #27292D;
    border-radius: 20px;
    position: relative;
    padding-bottom: 35px;
}

.modal-shop-text-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 109.57%;
/* or 31px */
    text-align: center;
    margin-top: 56px;
    color: #FFFFFF;
}

.select-server-text-2 {
    display: flex;
    margin-left: 11px;
    margin-top: -7px;
}

.select-server-text-2 > .title-server-object-img {
    font-size: 14px;
}

.modal-shop-text-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 132.57%;
    display: flex;
    color: rgba(255, 255, 255, 0.47);
    width: 100%;
    text-align: center;
    margin-top: 11px;
    align-items: center;
    justify-content: center;
}

text.select-server-text-2 {
    color: #FFFFFF;
}

.img-modal-shop {
    background-image: url(/img/shop/left-image-shop.png);
    width: 120px;
    height: 118px;
    background-repeat: no-repeat;
    margin-left: 65px;
    background-size: 63px;
    background-position-x: center;
    background-position-y: center;
}

.group-modal-shop-two {
    display: flex;
    margin-bottom: 15px;
}

.balance-modal-shop {
    color: white;
}

.count-modal-shop-img {
    position: absolute;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    color: white;
    margin-left: 73px;
    backdrop-filter: blur(5px);
    margin-top: 72px;
}

.right-modal-shop {
    margin-left: 30px;
    margin-right: 23px;
    margin-top: 55px;
    width: 280px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #949494;
}

.line-description-shop {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 35px;
    align-items: center;
}

text.modal-shop-line.disable {
    color: #F25A5A;
}

text.modal-shop-line {
}

input.select-value {
    background: rgba(217, 217, 217, 0.08);
    border-radius: 3px;
    width: 138px;
    height: 38px;
    outline: none;
    padding-left: 15px;
    border: none;
}

.left-modal-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.line-description-shop:after {
    width: 290px;
    height: 2px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(139, 139, 139, 0.32) 0%, rgba(222, 222, 222, 0) 100%);
    content: "";
    position: absolute;
    bottom: -13px;
}

.button-buy-modal-shop {
    width: 478px;
    height: 68px;
    text-align: center;
    background: #8BB528;
    display: flex;
    transition: 0.3s;
    font-family: 'SF Pro Display';
    cursor: pointer;
    font-style: normal;
    padding-top: 5px;
    font-weight: 600;
    font-size: 28px;
    line-height: 109.57%;
    text-align: center;
    color: #FFFFFF;
    margin-left: 42px;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
}

.button-buy-modal-shop:hover {
    background: #73a500;
    filter: drop-shadow(2px 4px 6px black);
}

.button-category {
    height: 64px;
    background: #27292D;
    border-radius: 7px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    padding-left: 66px;
    margin-right: 27px;
    padding-right: 66px;
    line-height: 21px;
    transition: 0.3s;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.group-button-shop {
    display: flex;
    margin-top: 39px;
}

.button-category.active {
    background: #8BB528!important;
}

.object-donate {
    width: 271px;
    height: 519px;
    background: #242629;
    border-radius: 14px;
    margin-right: 28px;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

.donate-panel-pex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.donate-panel {
    margin-top: 91px;
}

.top-header-object-donate {
    position: absolute;
    top: -70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-pex {
    margin-top: 124px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    margin-left: 62px;
    color: aliceblue;
}

text.period_donate {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    font-family: 'SF Pro Display';
    line-height: 20px;
    color: #FFFFFF;
}

.description-pex {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #FFFFFF;
    opacity: 0.54;
    max-width: 189px;
    margin-left: 62px;
    margin-top: 4px;
}

.list-description-pex {
    margin-left: 62px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    margin-right: 16px;
    padding-right: 10px;
    overflow: auto;
    height: 203px;
    line-height: 188.99%;
    color: #FFFFFF;
    margin-top: 26px;
    opacity: 0.54;
}
.list-description-pex::-webkit-scrollbar {
    width: 7px;
    background-color: #3c3d46;
}
.list-description-pex::-webkit-scrollbar-thumb {
    background-color: #0091ff;
}

.button-buy-pex {display: flex;margin-left: 62px;width: 136px;height: 39px;padding-top: 5px;cursor: pointer;background: #2D3034;margin-top: 20px;border-radius: 8px;transition: 0.3s;font-family: 'SF Pro Display';font-style: normal;font-weight: 600;font-size: 14px;line-height: 132.57%;
/* or 21px */color: #FFFFFF;align-items: center;justify-content: center;}


.object-donate.first-pex {
    height: 581px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    color: #0091FF;
    transition: 0.3s;
    margin-bottom: 72px;
}

.object-donate:hover {
    background: #0091FF;
}

.object-donate:hover > .button-buy-pex {
    background: white;
    color: black;
}

.object-donate:hover > .absolute-bottom-pex {
    color: white;
}

.object-donate:hover > .top-header-object-donate {
    animation: animation2 2.4s infinite ease-out;
}

@keyframes animation2 {
	0% {
    transform: translate3d(0, -5px, 0);
	}

	50% {
		transform: translate3d(0, 7px, 0);
	}
	100% {
		transform: translate3d(0, -5px, 0);
	}
}

.absolute-bottom-pex {
    position: absolute;
    margin-left: 62px;
    bottom: 17px;
    max-width: 160px;
    transition: 0.3s;
}

.text-pex {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 53px;
/* identical to box height */
    color: #FFFFFF;
    margin-left: 62px;
    margin-top: 6px;
}

.button-category:hover {
    background: #2b2d32;
}

text.select-server-shop {
    color: #8bb528;
    display: flex;
    margin-left: 34px;
    margin-top: 6px;
}

.title-block-shop {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    display: flex;
    line-height: 38px;
    color: #FFFFFF;
    align-items: center;
}

.content-profile.donates {
    margin-top: 78px;
}

.message-error {
    opacity: 0;
    color: #f44336;
    font-size: 14px;
    transition: 0.3s;
}
img.user-size {
    width: 36px;
    height: 37px;
    position: absolute;
    left: 69px;
    top: 14px;
    object-fit: contain;
}

.left-double-block {
    display: flex;
    flex-direction: column;
}

.text-secure-3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130.52%;
    color: #B6BABF;
    max-width: 471px;
    max-width: 285px;
}

.left-top-block-double {
    width: 587px;
    height: 449px;
    left: 280px;
    top: 675px;
    background: #28292e;
    
/* Note: backdrop-filter has minimal browser support */
    border-radius: 14px;
}

.content-profile.referal {
    margin-top: 43px;
    display: flex;
}

.text-top-ref-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
/* identical to box height */
    color: #FFFFFF;
}

.border-block-a {
    padding-left: 59px;
    padding-top: 39px;
}

.text-top-ref-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130.52%;
/* or 18px */
    color: #B6BABF;
    margin-top: 24px;
    max-width: 413px;
}

.text-top-ref-1.double {
    margin-top: 42px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
/* identical to box height */
    color: #FFFFFF;
    margin-top: 45px;
}

.text-top-ref-2.double {
    margin-top: 15px;
    max-width: 465px;
}

img.copy-referal-code.active {
    opacity: 1;
}

img.copy-referal-code:hover {
    opacity: 1;
}

img.copy-referal-code {
    position: absolute;
    right: 0;
    z-index: 1;
    margin-right: 27px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
}

input#copy-referal-code {
    width: 362px;
    height: 50px;
    left: 339px;
    top: 962px;
    background: rgba(56, 57, 62, 0.65);
    backdrop-filter: blur(66px);
/* Note: backdrop-filter has minimal browser support */
    border-radius: 7px;
    border: none;
    font-family: 'SF Pro Display';
    font-style: normal;
    padding-left: 21px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
/* identical to box height */
    color: #0091FF;
}

.input-object.copy-referal-code {
    margin-top: 25px;
    width: 362px;
    position: relative;
}

.text-top-ref-3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    max-width: 493px;
    line-height: 130.52%;
/* or 18px */
    color: rgba(255, 255, 255, 0.34);
}

.left-right-block-double {
    width: 586px;
    height: 326px;
    left: 281px;
    background: #28292e;
    top: 1165px;
    
/* Note: backdrop-filter has minimal browser support */
    border-radius: 14px;
    margin-top: 40px;
}

text.color-green {
    color: #BFEC2D;
}

.right-one-block {
    width: 740px;
    height: 816px;
    background: #28292e;
    margin-left: 33px;
    left: 899px;
    top: 675px;
    
/* Note: backdrop-filter has minimal browser support */
    border-radius: 14px;
}

.ref-content-table-1 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    width: 12%;
    line-height: 17px;
/* identical to box height */
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
}

.ref-content-table-2 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    width: 22%;
    line-height: 17px;
/* identical to box height */
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
}

.ref-content-table-3 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    width: 30%;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
}

.ref-content-table-4 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    text-align: center;
    width: 29%;
    color: rgba(255, 255, 255, 0.65);
}

.group-table-content-ref {
    display: flex;
    padding-left: 37px;
    align-items: center;
    margin-bottom: 29px;
}

.table-ref-content {
    margin-top: 29px;
}

.group-table-content-ref.main-top {
    padding-left: 36px;
    margin-right: 48px;
}

.scroll-content-table.scroll-new {
    margin-top: 41px;
    overflow: auto;
    max-height: 624px;
    margin-right: 49px;
}

img.avatar-table {
    border-radius: 5px;
}

.absolute-menu-profile {
    position: absolute;
    background: rgba(18, 19, 20, 0.6);
    opacity: 0.96;
    border: 0.5px solid #292B2D;
    backdrop-filter: blur(49.5px);
/* Note: backdrop-filter has minimal browser support */
    border-radius: 7px;
    width: 158px;
    text-align: left;
    padding-left: 13px;
    z-index: 2;
    top: 66px;
    right: -5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.link-action {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    padding: 12px;
    text-decoration-line: none;
    line-height: 11px;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.46);
    padding-top: 15px;
    padding-bottom: 9px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
}

.menu-user {
    position: relative;
}

.link-action:hover {
    color: white;
    padding-left: 17px;
}

.link-action:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #2c2c2c;
    height: 1px;
    right: 6px;
    top: 34px;
    z-index: 2;
}

.link-action:last-child:after {
    background: none;
}

.profile {
    width: 1359px;
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
}

.bottom-content-profile {
    display: flex;
    margin-top: 29px;
    justify-content: space-between;
}

.bottom-content-profile {
    display: flex;
    margin-top: 29px;
    justify-content: space-between;
}

.title-block-right-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130.52%;
/* or 18px */
    max-width: 440px;
    color: #B6BABF;
    margin-left: 66px;
    margin-top: 28px;
}

.stats-user {
    /* background: saddlebrown; */
    margin-top: 42px;
    padding-left: 59px;
    height: 347px;
    overflow: auto;
    margin-right: 28px;
}

.left-group-stats {
    width: 50px;
    height: 50px;
    left: 339px;
    top: 1409px;
    background: rgba(217, 217, 217, 0.06);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-stats-user-object {
    display: flex;
    align-items: center;
}

.top-group-stats {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
/* identical to box height */
    color: #FFFFFF;
}

.bottom-group-stats {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    color: rgba(255, 255, 255, 0.51);
}

.right-group-stats {
    margin-left: 29px;
}

.user-object {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.left-block-profile.bottom {
    height: 487px;
}

.right-block-profile.bottom {
    height: 487px;
}

.right-stats-user-object {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding-right: 43px;
    line-height: 21px;
    color: #FFFFFF;
}

.input-action-account {
    width: 390px;
    height: 50px;
    margin-left: 67px;
    margin-top: 26px;
    background: rgba(56, 57, 62, 0.65);
    backdrop-filter: blur(66px);
    border-radius: 7px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

img.arrow-bottom {
    position: absolute;
    right: 12px;
    top: 22px;
}

.top-title-action-account {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
/* identical to box height */
    color: #FFFFFF;
    margin-left: 16px;
    opacity: 0.58;
    margin-top: 11px;
}

.top-action-account {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
/* identical to box height */
    color: #FFFFFF;
    margin-left: 16px;
}

.button-serch.action-account {
    width: 147px;
    height: 50px;
    background: #0091FF;
    border-radius: 5px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    transition: 0.3s;
    display: flex;
    margin-left: 26px;
    margin-top: 29px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.group-serch-action-account {
    display: flex;
    position: relative;
}

.table-info-account {
    margin-left: 66px;
    margin-top: 62px;
    width: 578px;
    padding-right: 53px;
    height: 196px;
}

.main-scorll-content.scroll-new {
    overflow: auto;
    height: 140px;
    padding-right: 28px;
    width: 576px;
}

.spinner-3 {
    width: 33px;
    padding: 6px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #0091ff;
    --_m: conic-gradient(#0000 45%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: s3 1s infinite linear;
}
@keyframes s3 {to{transform: rotate(1turn)}}

.top-table-info-account {display: flex;margin-bottom: 27px;}

.action-account-left.top {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.action-account-right.top {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.button-serch.action-account.active {
    background: #4a4d54!important;
    cursor: no-drop;
}

.action-account-left {
    width: 77%;
}

.top-table-info-account:first-child {
    margin-bottom: 26px;
}

.action-account-left {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    width: 401px;
    font-size: 14px;
    line-height: 16px;
    padding-right: 49px;
    color: #FFFFFF;
}

text.smoke-color {
    color: rgba(255, 255, 255, 0.66);
}

.action-account-right {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.66);
}

.button-serch.action-account:hover {
    background: #00b2ff;
}

.top-content-profile {
    display: flex;
    margin-top: 39px;
    justify-content: space-between;
}

/*SKINS*/
.skin-config.active {
    background: #0091FF!important;
}

.skin-config.disable {
    background: #4a4d54!important;
    cursor: no-drop;
}

.\32 d-skin {
    height: 337px;
    width: 349px;
}

.skin-3D-frame {
    height: 337px;
    width: 349px;
}

.group-top-profile-block-right {
    display: flex;
    padding-left: 87px;
}
.group-top-profile-block-right {
    will-change: contents;
}
img.skin_front {
    margin-right: 13px;
}
.panel-control-skin {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}
.skin-config {
    width: 44px;
    height: 39px;
    left: 982px;
    top: 936px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.06);
    transition: 0.3s;
    border-radius: 5px;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}
.skin-config:hover {
    background: #42454a;
}
.right-profile-bottom {
    margin-left: 47px;
    margin-top: 74px;
    padding-right: 29px;
}
.left-group-top-profile-block-right {
    margin-top: 72px;
}
.skin-profile-load {
    display: grid;
}
text.title-skin-profile-load-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}
text.title-skin-profile-load-2 {
    margin-top: 8px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    max-width: 270px;
    color: #B6BABF;
}
.load-profile {
    display: flex;
    margin-top: 23px;
}
.load-button:hover {
    background: #00b2ff;
}
.load-button {
    width: 129px;
    height: 33px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    padding-top: 5px;
    line-height: 16px;
    cursor: pointer;
    transition: 0.3s;
    color: #FFFFFF;
    background: #0091FF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.unlink-skin {
    transition: 0.3s;
    cursor: pointer;
}
.unlink-skin:hover {
    opacity: 0.8;
}
.cloak-profile-load {
    display: grid;
    margin-top: 59px;
}

.unlink-button:hover {
    background: #3d4147;
}

.left-profile-bottom {
    pointer-events: none;
}

.unlink-button {
    width: 37px;
    height: 37px;
    background: #393a3f;
    display: flex;
    border-radius: 5px;
    margin-left: 10px;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/*SKINS*/

.right-block-profile {
    width: 820px;
    height: 597px;
    left: 814px;
    top: 672px;
    background: #2d2e33;
    backdrop-filter: blur(118px);
/* Note: backdrop-filter has minimal browser support */
    border-radius: 14px;
}

.title-block-right {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
/* identical to box height */
    color: #FFFFFF;
    margin-top: 41px;
    margin-left: 66px;
}

.title-image-profile {
    background-image: url(/img/profile/albom.png);
    width: 100%;
    height: 307px;
    pointer-events: none;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
}

.profile-border {
    margin-top: 124px;
}

.text-category:hover {
    color: #c9c9c9;
}


.bottom-top-profile-menu {
    display: flex;
    margin-left: 61px;
}

li.online_monitoring-ico {
    position: absolute;
    z-index: 1;
    display: flex;
    right: 0px;
}

.avatar-user {
    position: relative;
    width: 119px;
    margin-top: -51px;
}

.grecaptcha-badge {
    display: none!important;
}
.custom-input-1.error_input {
    border-bottom: solid 1px #EE3535;
}
.error-message {
    height: 22px;
    margin-top: 21px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #EE3535;
    transition: 0.2s;
    opacity: 0;
}
.message-input {
    height: 22px;
    margin-top: 13px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #EE3535;
    opacity: 0;
    transition: 0.2s;
}

input{
    color-scheme: dark;
}

.message-input.active {
    opacity: 1;
}

.border-top-header {
    display: flex;
    width: 1399px;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.menu-content {
    margin-left: 30px;
}

a.link-top-menu {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    line-height: 17px;
    transition: 0.3s;
    margin-right: 54px;
    color: #B6BABF;
}

img.language-arrow {
    margin-left: 19px;
    margin-top: 0px;
}

text.language-top-text {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 12px;
}

.select-language {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.link-content {
    margin-left: 60px;
    margin-top: 1px;
    display: flex;
}

a.vk-link {
    display: block;
    margin-right: 11px;
    background-image: url(/img/main/header-1/vk.png);
    transition: 0.3s;
    width: 35px;
    height: 36px;
    background-repeat: no-repeat;
}

.fuzecoin-balance {
    font-size: 15px;
    color: #ffffff;
    /* border: solid 1px #c4e6ff; */
    /* text-align: center; */
    margin-left: 59px;
    margin-top: -1px;
}

.grid-center {
    display: grid;
    justify-items: start;
}

.right-content {
    width: 242px;
    height: 82px;
    background: #0091FF;
    margin-left: 79px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    transition: 0.3s;
    font-size: 14px;
    cursor: pointer;
    line-height: 19px;
    color: #FFFFFF!important;
    justify-content: center;
}

text.content-top1-text-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 74px;
    margin-top: 0px;
    text-align: center;
    width: 970px;
    display: block;
    color: #000000;
}

.right-content.balance {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #0091FF!important;
}

.balance-now {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.button_balance {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    margin-top: 3px;
    line-height: 16px;
    transition: 0.3s;
    text-decoration-line: underline;
    color: rgba(255, 255, 255, 0.77);
}
a.link-read:hover {
    background: #00b2ff;
    color: white;
}
a.title-news-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 96%;
    color: #FFFFFF;
    transition: 0.3s;
}

a.title-news-1:hover {
    opacity: 0.8;
}
a.link-read {
    margin-top: 18px;
    background: #0091ff;
    color: white;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: center;
}

.button_balance:hover {
    color: white;
}

.action-not-found-log {
    color: white;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #c4c4c4;
}

.select-box-text.active {
    opacity: 1;
    padding-left: 2px!important;
}

.select-box-text.active:after {
    content: "(выбрано)";
    font-size: 13px;
    position: absolute;
    margin-left: 10px;
    margin-top: -1px;
}

.select_2fa_mods {
    display: flex;
    margin-left: 59px;
    margin-top: 27px;
}

.\32 fa-mod_object {
    background: #32353a;
    padding: 12px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: white;
    padding-right: 22px;
    /* text-transform: uppercase; */
    padding-left: 22px;
    padding-top: 14px;
    border-radius: 13px;
    transition: 0.3s;
    opacity: 0.6;
    cursor: pointer;
    margin-right: 26px;
}

a.\32 fa-link-1:hover {
    color: #03a9f4;
}
a.\32 fa-link-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 96.07%;
    text-decoration-line: none;
    color: #0091FF;
    margin-top: 33px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

input.vk-2fa {
    outline: none;
    border: none;
    width: 296px;
    height: 56px;
    background: #32353a;
    border-radius: 6px;
    border: solid 2px #2d2e33;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding-left: 26px;
    line-height: 96.07%;
    transition: 0.3s;
    color: #979797;
}

.vk-2fa-confirm {
    width: 140px;
    height: 51px;
    background: #32353a;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-left: 11px;
    padding-top: 5px;
    line-height: 96.07%;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.vk-change {
    display: flex;
    margin-left: 59px;
    margin-top: 40px;
    align-items: center;
}

div#vk-2fa-confirm:hover {
    background: #00b2ff;
}

.vk-2fa-confirm-style-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 96.07%;
    color: #FFFFFF;
    width: 166px;
    height: 51px;
    background: #0091FF;
    border-radius: 6px;
    display: flex;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 7px;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.text-secure-4 {
    color: #B6BABF;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.group-secure-tg-1 {
    display: flex;
}

.left-gstg1 {
    display: flex;
    flex-direction: column;
    width: 423px;
}

.right-gstg2 {display: flex;margin-left: 24px;flex-direction: column;justify-content: center;}

text.left-text-tg-2 {
    margin-bottom: 17px;
}

text.style-code.input_code_tg {
    color: white;
    background: #0091ff;
    display: block;
    width: 95px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-top: 5px;
    letter-spacing: 3px;
}

div#deactivate-secure-telegram {
    margin-left: 0px;
    margin-top: 0px;
}

text.tootl-tip-tg-message {
    color: #f0877f;
}

img.qrcode {
    width: 226px;
    border-radius: 18px;
}

a {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 96.07%;
    text-decoration-line: none;
    color: #0091FF;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a:hover {
    color: #03a9f4;
}

.vk-2fa-confirm:hover {
    background: #434851;
}

.text-secure-2.vk {
    line-height: 22px;
    font-size: 14px;
    max-width: 515px;
}

.\32 fa-mod_object.active {
    background: #0091ff!important;
    opacity: 1;
}

.\32 fa-mod_object:hover {
    opacity: 1;
}

.select-box-action {
    position: absolute;
    width: 390px;
    background: #34353ad1;
    left: 66px;
    height: 149px;
    overflow: auto;
    z-index: 1;
    top: 76px;
    backdrop-filter: blur(6px);
}

.group-select-action-account {
    display: flex;
}

.select-box-text {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 7px;
    cursor: pointer;
    padding-left: 2px;
    opacity: 0.6;
    transition: 0.3s;
    margin-left: 16px;
}

.achievement_notfound {
    color: #f44336;
    padding: 10px;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 16px;
}

.select-box-text:hover {
    opacity: 1;
    padding-left: 10px;
}

.body-content-background {
    background-image: url(/img/main/content-2/background-content-2.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}

.left-content {
    background: linear-gradient(180deg, #2A2B30 0%, rgba(42, 43, 48, 0) 100%);
    
/* Note: backdrop-filter has minimal browser support */
    width: 944px;
    left: 212px;
    padding-bottom: 63px;
    margin-right: 38px;
    top: 2345px;
    border-radius: 14px;
}

.right-content-block {
    width: 436px;
    backdrop-filter: blur(118px);
/* Note: backdrop-filter has minimal browser support */
    border-radius: 14px;
}

.border-content {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 134px;
    z-index: 2;
    position: relative;
}

text.title-news-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 96%;
/* or 40px */
    color: #FFFFFF;
}

text.title-news-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-top: 29px;
   /* line-height: 114.5%;
/* or 21px */
    color: rgba(255, 255, 255, 0.43);
}

.news-object {
    display: flex;
    flex-direction: column;
    margin-bottom: 34px;
}

.news-content {
    padding-left: 86px;
    margin-top: 64px;
    padding-right: 183px;
    margin-bottom: -25px;
}

.background-image-news {
    width: 792px;
    height: 309px;
    margin-top: 25px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
/* identical to box height */
    display: flex;
    letter-spacing: -0.005em;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.bottom_info_news {
    display: flex;
    margin-top: 37px;
    align-items: center;
}

text.date-news {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 114.5%;
/* or 18px */
    color: #FFFFFF;
    margin-right: 21px;
}

text.news-info-text-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.005em;
    color: rgba(255, 255, 255, 0.66);
}

text.news-info-text-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}

.news-info {
    margin-top: -5px;
    margin-right: 17px;
}

.border-content {}

.news-object:after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(217, 217, 217, 0.21) 0%, rgba(217, 217, 217, 0) 100%);
    width: 100%;
    content: "";
    margin-top: 37px;
    height: 2px;
    margin-left: 49px;
}

text.auth-text-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    
/* identical to box height, or 17px */
    margin-top: 66px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
}

.auth-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.auth-block-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 199px;
    z-index: 1;
}

text.auth-text-2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    
/* or 29px */
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 48px;
    margin-top: 8px;
}

input.login-text {
    width: 352px;
    height: 66px;
    outline: none;
    background: rgba(54, 55, 57, 0.6);
    border-radius: 7px;
    border: none;
    margin-bottom: 12px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #8b8b8b;
    padding-left: 26px;
}

img.password-view {
    position: absolute;
    right: 18px;
    top: 22px;
}

.password-input {
    position: relative;
}

.login-content {
    display: flex;
    margin-top: 27px;
    align-items: center;
}

.login-to-account {
    width: 177px;
    height: 64px;
    background: #0091FF;
    transition: 0.3s;
    border-radius: 7px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    margin-right: 31px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-to-account:hover {
    background: #00b2ff;
}

a.reset-password:hover {
    color: white;
}

a.register-account:hover {
    transform: translateY(-5px);
}

a.reset-password {
    transition: 0.3s;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    transform: translate(-19px, 3px);
    line-height: 19px;
    margin-left: 30px;
    text-decoration-line: underline;
    color: rgba(255, 255, 255, 0.64);
}

.bottom-login {
    display: flex;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 121.52%;
/* or 19px */
    margin-top: 49px;
    text-align: center;
    color: rgba(255, 255, 255, 0.52);
}

.logo-server {
    width: 56px;
    height: 56px;
    background: #363739;
    border-radius: 137px;
    display: flex;
    margin-left: -14px;
    align-items: center;
    justify-content: center;
}

.server-mon-top {
    display: flex;
    justify-content: space-between;
}

.server-mon-top-left {
    display: flex;
}

.server-mon {
    margin-top: 6px;
    margin-bottom: 23px;
    padding-left: 76px;
    padding-right: 42px;
}

.rates-top-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

text.title-rates-block {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
/* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 65px;
    color: #FFFFFF;
    margin-bottom: 34px;
}

text.title-2-rates-block {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 121.52%;
    margin-top: 37px;
    width: 343px;
    margin-bottom: 43px;
    text-align: center;
    color: rgba(255, 255, 255, 0.52);
}

a.rate-button {
    width: 310px;
    height: 64px;
    background: #0091FF;
    border-radius: 6px;
    transition: 0.3s;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.rate-button:hover {
    background: #00b2ff;
}

.right-block.vk {
    background: none;
}

.object-top-content-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.top-content {
    width: 100%;
    text-align: center;
}

div#deactivate-secure-vk {
    margin-left: 0px;
    margin-top: -7px;
}

.text-vk-confirm {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130.52%;
    margin-left: 59px;
    color: #ffffff;
    max-width: 471px;
    margin-top: 35px;
}

span.mc-skin.obj {
    position: absolute;
    width: 48px;
    height: 46px;
    margin-top: 10px;
    margin-left: 60px;
    border-radius: 5px;
    transform: scale(0.8);
    overflow: hidden;
}

canvas.action_2 {
    margin-left: -60px;
    margin-top: -66px;
}

text.nick_name-top-obj.style_obj_top_1 {
    color: #EDC50E;
}

text.nick_name-top-obj.style_obj_top_2 {
    color: #BBCAEB;
}

text.nick_name-top-obj.style_obj_top_3 {
    color: #E79025;
}

.right-block.discord {
    background: none;
}

text.nick_name-top-obj {
    margin-left: 162px;
    width: 110px;
    text-align: left;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    margin-top: 21px;
    font-size: 14px;
    line-height: 121.52%;
    color: rgba(255, 255, 255, 0.65);
}

.content-top-grid {
    margin-top: 37px;
}

.object-top-content-top.obj {
    background: rgba(255, 255, 255, 0.03);
    height: 65px;
}

.object-top-content-top.obj.dis {
    background: rgba(255, 255, 255, 0.02);
}

.donut.head_action_2 {
    margin-top: 2px;
    margin-left: 4px;
    position: absolute;
}

.right-block.top_content-right {
    padding-bottom: 0px;
    border-radius: 0px;
}

text.rate_name-top-obj {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 121.52%;
    margin-top: 21px;
    color: #FFFFFF;
    width: 156px;
    text-align: center;
}

text.id-top_1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    width: 20%;
    display: block;
    line-height: 121.52%;
/* or 22px */
    text-align: right;
    color: rgba(255, 255, 255, 0.65);
}

text.nick_name-top {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    display: block;
    line-height: 121.52%;
/* or 22px */
    width: 19%;
    text-align: left;
    color: rgba(255, 255, 255, 0.65);
}

text.rate_name-top {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 121.52%;
/* or 22px */
    width: 26%;
    text-align: left;
    color: rgba(255, 255, 255, 0.65);
}

.top-content-grid {
    margin-top: 62px;
}

text.top-content-2-text {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 121.52%;
    text-align: center;
    color: #FFFFFF;
}

.logotype-server {
    background-image: url(/img/main/content-2/monitoring/classic.png);
    width: 45px;
    height: 48px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 34px;
}

.left-block-profile.secure {
    width: 638px;
    height: 388px;
    background: #2d2e33;
    
/* Note: backdrop-filter has minimal browser support */
}

.right-block-profile.secure {
    width: 697px;
    height: 388px;
    background: #2d2e33;
    
/* Note: backdrop-filter has minimal browser support */
}

text.text-group-security-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

text.text-group-security-2 {
    position: absolute;
    left: 276px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 96.07%;
/* or 10px */
    color: #FFA10E;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-top: 4px;
    height: 17px;
    background: rgba(236, 161, 43, 0.14);
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

.group-top-profile-block-right.secure {
    padding-left: 59px;
    display: grid;
    margin-top: 51px;
    position: relative;
}

.email-change {
    display: flex;
    margin-top: 13px;
}

.text-secure-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130.52%;
/* or 18px */
    margin-left: 59px;
    color: #B6BABF;
    max-width: 471px;
    margin-top: 25px;
}

.qrcode-left {
    margin-left: 59px;
    margin-top: 29px;
    width: 183px;
}

.text-qrcode-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130.52%;
/* identical to box height, or 13px */
    text-align: center;
    margin-top: 8px;
    color: #B6BABF;
}

.group-content-secure-recap {
    display: flex;
    align-items: center;
}

.qrcode-right {
    margin-left: 27px;
}

.input-name-qr {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130.52%;
/* or 18px */
    margin-bottom: 10px;
    color: #B6BABF;
}

input.qucode.error_input {
    border: solid 2px #f44336;
    color: #f44336;
}

input.qucode.active {
    border: solid 2px #4caf50;
    color: #4caf50;
}

.input-name-qr-main.green {
    color: #8bc34a;
}

.activate-secure:hover {
    background: #00b2ff;
}

a.logotype.modal-auth-logotype {
    margin-right: 0px;
}
text.name-modal {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-top: 5px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
}

img.logotype_img.modal-auth-logotype {
    height: 85px;
    height: 135px;
    margin-right: 12px;
}

input.auth-comp-modal {
    width: 361px;
    height: 57px;
    left: 114px;
    margin-bottom: 16px;
    top: 272px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 6px;
    background: none;
    font-family: 'SF Pro Display';
    font-style: normal;
    outline: none;
    font-weight: 500;
    font-size: 13px;
    transition: 0.3s;
    line-height: 16px;
    padding-left: 27px;
    padding-right: 27px;
    display: flex;
    align-items: center;
    color: white;
}

.auth-comp-modal.password.error_input {
    border: solid 2px #f44336;
    color: #f44336;
}
.auth-comp-modal.password.active {
    border: solid 2px #4caf50;
    color: #4caf50;
}

.object-log {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
    width: 580px;
}

.object-log-left {
    margin-left: 66px;
}

.panel-log {
    display: grid;
    padding-top: 46px;
    height: 385px;
    width: 645px;
    overflow: auto;
    margin-right: 32px;
    margin-top: 5px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

text.title-page-achiev-text-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
/* identical to box height */
    color: #FFFFFF;
}

text.title-page-achiev-text-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 96.07%;
/* or 17px */
    color: #BFEC2D;
    margin-left: 18px;
}

.content-profile-achievement-border {
    padding-top: 50px;
    padding-left: 60px;
}

text.title-page-achiev-text-3 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 96.07%;
/* or 10px */
    color: #BFEC2D;
    background: rgba(191, 236, 45, 0.2);
    border-radius: 3px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: 17px;
    padding-right: 10px;
    margin-bottom: 8px;
}

.title-page-achiev {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

text.title-page-achiev-text-4 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130.52%;
/* or 18px */
    color: #B6BABF;
    max-width: 474px;
    display: flex;
    margin-top: 17px;
}

.title-group-achievent {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130.52%;
/* or 23px */
    color: #FFFFFF;
}

.title-group-achievent-step {
    color: #B0B0B0;
    margin-left: 6px;
}

.top-group-achievents {
    display: flex;
    align-items: center;
}

.title-page-achiev-2 {
    margin-bottom: 63px;
}

.achievents-group {
    display: flex;
    flex-wrap: wrap;
    padding-top: 46px;
}

i.fa-solid.style_achievement {
    font-size: 26px;
    color: white;
}

.achievment-obj {
    display: flex;
    align-items: center;
    margin-right: 58px;
    width: 374px;
    margin-bottom: 64px;
}

text.title-right-achiev-obj-1 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130.52%;
    color: #86878A;
}

text.title-right-achiev-obj-1.active {
    color: white;
}

text.title-right-achiev-obj-1 {}

text.title-right-achiev-obj-progress {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 96.07%;
/* or 10px */
    margin-left: 15px;
    color: #FFA10E;
}

text.title-right-achiev-obj-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130.52%;
/* or 18px */
    color: #86878A;
}

.right-achiev-obj {
    margin-left: 25px;
}
.content-profile.votes {
    display: flex;
    margin-top: 43px;
}
.rates-block {
    margin-top: 40px;
}

a.rates-block {
    margin-right: 19px;
    transition: 0.3s;
    text-decoration: none;
    position: relative;
    opacity: 0.6;
}

a.rates-block:hover {
    opacity: 1;
}
.title-right-achiev-obj-top {
    margin-bottom: 5px;
}

.content-profile.achievement {
    width: 1359px;
    /* height: 1325px; */
    background: #27292d;
    border-radius: 14px;
    margin-top: 43px;
}

.object-log-left {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.line-dec-log {
    width: 618px;
    height: 1px;
    /* background: sandybrown; */
    margin-bottom: 23px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

text.log-text-1 {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.29);
}

text.log-text-2 {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    
/* or 3px */
    line-height: 17px;
    color: #FFFFFF;
}

.modal-auth.auth_panel {
    height: 100%;
    width: 100%;
    background: #191a1f;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.button-auth.button_auth_trigger.two_factory {
    width: 194px;
    height: 50px;
    background: #0091FF;
    border-radius: 5px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    transition: 0.3s;
    display: flex;
    margin-top: 32px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.object-servers-select-shop.button-category.active {
    background: #27292D!important;
}
.object-servers-select-shop.button-category.select {
    background: #8BB528!important;
}
.case_content {
    width: 1364px;
}
.object-servers-select-shop.button-category {
    height: 64px;
    background: #27292D;
    border-radius: 7px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    width: 120px;
    padding-left: 66px;
    margin-right: 27px;
    padding-right: 66px;
    line-height: 21px;
    transition: 0.3s;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

text.register-modal-auth.exit_account {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 96.07%;
    text-decoration-line: none;
    margin-top: 33px;
    text-decoration: none;
    display: flex;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

input.auth-comp-modal:focus {
    border: 1px solid #bcbcbc;
}

.deactivate-secure {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 96.07%;
    color: #FFFFFF;
    width: 224px;
    height: 51px;
    background: #ff6559;
    border-radius: 6px;
    display: flex;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 23px;
    margin-left: 59px;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.deactivate-secure:hover {
    background: #ff847a;
}

input.qucode {
    width: 245px;
    height: 56px;
    outline: none;
    border: none;
    font-family: 'SF Pro Display';
    font-style: normal;
    transition: 0.3s;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 96.07%;
    color: #808080;
    background: #32353a;
}

.input-name-qr-main {
    font-style: normal;
    font-weight: 600;
    line-height: 130.52%;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 25px;
}

.left-block-profile.bottom.secure.secure-bottom {
    height: 608px;
}

.right-block-profile.bottom.secure.secure-bottom {
    height: 608px;
}

.activate-secure {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 96.07%;
/* or 15px */
    color: #FFFFFF;
    width: 224px;
    height: 51px;
    background: #0091FF;
    border-radius: 6px;
    display: flex;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 23px;
    margin-left: 59px;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

input.mail-change {
    outline: none;
    border: none;
    width: 296px;
    height: 56px;
    background: #32353a;
    border-radius: 6px;
    border: solid 2px #2d2e33;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding-left: 26px;
    line-height: 96.07%;
    transition: 0.3s;
    color: #979797;
}

input.mail-change.error_input {
    border: solid 2px #f44336;
    color: #f44336;
}

.button-change-mail {
    width: 140px;
    height: 51px;
    background: #32353a;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-left: 11px;
    padding-top: 5px;
    line-height: 96.07%;
/* or 15px */
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.button-change-mail:hover {
    background: #434851;
}

.button-change-mail {}

text.accept-mail {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 96.07%;
/* or 13px */
    text-decoration-line: none;
    color: #0091FF;
    margin-top: 33px;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    transition: 0.3s;
}

text.accept-mail:hover {
    color: #00b0ff;
}

.change-password.error_input {
    border: solid 2px #f44336;
    color: #f44336;
}

text.text-group-security-2.confirm {
    color: #7dff82;
    background: #5e7e395e;
}

input.change-password {
    outline: none;
    border: none;
    width: 296px;
    height: 56px;
    background: #32353a;
    border-radius: 6px;
    border: solid 2px #2d2e33;
    font-family: 'SF Pro Display';
    font-style: normal;
    transition: 0.3s;
    font-weight: 500;
    font-size: 14px;
    padding-left: 26px;
    line-height: 96.07%;
    color: #979797;
}

input.change-password {}

text.password-change-1 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130.52%;
/* or 18px */
    color: #B6BABF;
    margin-bottom: 13px;
    display: flex;
}

.change-password-block {
    padding-left: 67px;
    margin-top: 24px;
}

img.show-password-class {
    position: absolute;
    left: 247px;
    top: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.group-change-password {
    position: relative;
    display: flex;
}

.change-password-input-class.block-1 {
    margin-bottom: 16px;
}

.button-change-password {
    width: 140px;
    height: 51px;
    background: #32353a;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-left: 11px;
    padding-top: 5px;
    line-height: 96.07%;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.button-change-password:hover {
    background: #434851;
}

text.last-change-password-change-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
/* identical to box height */
    margin-top: 28px;
    color: #FFFFFF;
    display: flex;
    opacity: 0.54;
}

bft {
    margin-left: 6px;
    color: rgba(255, 255, 255, 0.55);
}

text.info-server-p-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: 12px;
    color: #858585;
    margin-left: 17px;
}

text.info-server-p-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: 5px;
    margin-left: 17px;
    color: #FFFFFF;
}

.info-server-i {
    display: flex;
    margin-top: 17px;
    flex-direction: column;
    margin-right: 10px;
    align-items: flex-end;
}

text.info-server-i-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #FFFFFF;
}

text.info-server-i-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    margin-top: -2px;
    display: flex;
    align-items: center;
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
}

.server-progress {
    background-image: url(/img/main/content-2/monitoring/func/min.png);
    width: 305px;
    height: 23px;
    text-align: left;
    background-repeat: no-repeat;
}

text.color_white {
    color: white;
}

text.title-right-achiev-obj-progress.progress_100 {
    color: #BFEC2D;
}

.server-mon-bottom {
    margin-top: 6px;
    margin-left: -2px;
}

.objects-servers-select-shop {
    display: flex;
    margin-top: 57px;
    flex-wrap: wrap;
    width: 1359px;
}

.object-servers-select-shop {
    width: 315px;
    height: 192px;
    cursor: pointer;
    border-radius: 7px;
    position: relative;
    margin-bottom: 46px;
    margin-right: 33px;
    background-image: url(/img/shop/select-server/background.png);
}

.title-hover-select-server-shop {
    opacity: 0;
    transition: 0.3s;
    bottom: 0px;
    position: absolute;
    width: 315px;
    height: 46px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    z-index: 1;
    line-height: 14px;
    color: #FFFFFF;
    background: #0091FF;
    border-radius: 0px 0px 6px 6px;
    align-items: center;
    justify-content: center;
}

.object-server-select-background {
    width: 100%;
    height: 100%;
}

.object-servers-select-shop:nth-child(4n) {
    margin-right: 0px!important;
}

.background-server-image {
    position: absolute;
    width: 100%;
    opacity: 0.44;
    transition: 0.3s;
    height: 100%;
}

.object-servers-select-shop:hover > .background-server-image {
    opacity: 1;
}

.object-servers-select-shop:hover > .title-hover-select-server-shop {
    opacity: 1;
    bottom: -37px;
}

.background-server-image {
    position: absolute;
    width: 100%;
    opacity: 0.44;
    height: 100%;
}

.object-servers-select-shop:hover > .object-server-select-background > .title-object-server-select {
    transform: scale(1.2);
}

.load-frame {
    position: absolute;
    font-size: 47px;
    color: #0091ff;
    z-index: 2;
    right: 12px;
    bottom: 16px;
    display: none;
}

.serch-block-shop {
    margin-bottom: 40px;
    width: 1359px;
    height: 178px;
    background: #27292D;
    border-radius: 7px;
}

.donate-panel-pex.items {
    margin-top: -48px;
    display: flex;
    flex-direction: column;
}

.object-item-shop {
    width: 179px;
    height: 198px;
    background: rgba(49, 51, 52, 0.92);
    border-radius: 7px;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-bottom-block-serch:hover > .category-text-select, .arrow-top-serch-1 {
    opacity: 0.5;
}

.select-server-shop.ns {
    min-height: 900px;
}

.content-items-shop {
    display: flex;
    flex-wrap: wrap;
    min-height: 900px;
    align-content: flex-start;
}


.title-item-shop {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 109.57%;
/* or 15px */
    text-align: center;
    padding-left: 11px;
    padding-right: 11px;
    color: #FFFFFF;
    margin-bottom: 12px;
    margin-top: 22px;
}

.image-item-shop {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: cover;
}

.button-buy-item {
    width: 131px;
    height: 51px;
    background: #0091FF;
    display: flex;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 22px;
    margin-bottom: 21px;
}

.top-text-button-buy-item {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 109.57%;
/* or 15px */
    text-align: center;
    color: #FFFFFF;
}

.bottom-text-button-buy-item {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 109.57%;
/* or 15px */
    text-align: center;
    color: #FFFFFF;
}

.button-buy-item:hover {
    background: #49b2ff;
}

.top-block-serch {
    display: flex;
    padding-left: 90px;
    padding-right: 90px;
    margin-top: 38px;
    margin-bottom: 20px;
    align-items: center;
}

.line-block-shop {
    width: 1354px;
    height: 2px;
    background: radial-gradient(50% 50% at 50% 50%, #8B8B8B 0%, rgba(222, 222, 222, 0) 100%);
}

input.serch_input {
    border: none;
    background: #27292d;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    height: 30px;
    width: 473px;
    outline: none;
    padding-left: 17px;
    
/* identical to box height, or 24px */
    color: rgba(255, 255, 255, 0.47);
}

.bottom-block-serch {
    display: flex;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 90px;
    margin-top: 30px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 132.57%;
/* identical to box height, or 24px */
    color: #FFFFFF;
}
text.select-server-shop {
    color: #8bb528;
}
.object-item-shop.category_hide {
    display: none;
}

.donate-panel {
    min-height: 1136px;
}

text.category-text-select {
    text-transform: uppercase;
    transition: 0.3s;
}

.right-bottom-block-serch:hover {
    opacity: 0.6;
}

.right-bottom-block-serch {
    cursor: pointer;
    transition: 0.3s;
} 

.right-bottom-block-serch {
    cursor: pointer;
}

img.arrow-top-serch-1 {
    margin-left: 7px;
    transition: 0.3s;
}

.left-bottom-block-serch {
    cursor: pointer;
    transition: 0.3s;
}

.object-item-shop.hide {
    display: none;
}

img.arrow-top-serch-1.active {
    transform: rotate(180deg);
}

.select_category_shop {
    background: rgba(18, 19, 20, 0.6);
    border: 0.5px solid #292B2D;
    backdrop-filter: blur(49.5px);
/* Note: backdrop-filter has minimal browser support */
    border-radius: 7px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    margin-left: -33px;
    margin-top: 7px;
    font-size: 15px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.46);
}

.category_shop {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 171px;
    padding-left: 33px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.category_shop:after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(217, 217, 217, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: -2px;
}

.category_shop:hover {
    color: white;
    background: radial-gradient(100% 100% at 50% 50%, rgb(32 32 37) 0%, rgba(217, 217, 217, 0) 100%);
}

.category_shop:hover:after {background: radial-gradient(50% 50% at 50% 50%, rgb(255 255 255) 0%, rgba(217, 217, 217, 0) 100%);transition: 0.3s;}

.back-to-select-server {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 38px;
    width: 276px;
    cursor: pointer;
    transition: 0.3s;
    color: #2196f3;
    margin-bottom: 19px;
}

i.fa-solid.fa-arrow-left.select-server-back {
    margin-right: 10px;
}

.back-to-select-server:hover {
    transform: translate3d(-13px, 0px, 0px);
    color: #60b9ff;
}

.title-object-server-select {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    position: relative;
}

text.title-server-object-img {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

img.title-server-object-img {
    margin-right: 10px;
}

.title-hover-select-server-shop {}

.mon-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'SF Pro Display';
    font-style: normal;
    margin-top: 28px;
    font-weight: 400;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

text.white {
    color: #FFFFFF;
    margin-left: 2px;
}

text.now-play {
    margin-bottom: 2px;
}

text.top-play {
    margin-bottom: 2px;
}

img.image-rates-block {
    width: 111px;
    margin-left: 33px;
}

.pages_news {
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

.page_obj {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.005em;
    padding-top: 9px;
    padding-bottom: 4px;
    transition: 0.3s;
    cursor: pointer;
    padding-left: 11px;
    margin-right: 5px;
    display: flex;
    margin-left: 5px;
    padding-right: 11px;
    border-radius: 6px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.page_last {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    /* letter-spacing: -0.005em; */
    color: #FFFFFF;
    margin-top: 6px;
}

a.page-link.page_obj.prev {
    display: none;
}

span.current.page_obj.active.next {
    display: none;
}

a.page-link.page_obj.next {
    display: none;
}

span.current.page_obj.prev {
    display: none;
}

a.page-link.page_obj:hover {
    background: #90b3db40;
}

a.footer-link-a {
    text-decoration: none;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    margin-right: 39px;
    line-height: 17px;
/* identical to box height */
    color: rgba(255, 255, 255, 0.45);
}

.footer-link {
    margin-left: 12px;
}

a.footer-link-a:hover {
    color: white;
}

a.language-select {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    transition: 0.3s;
    font-size: 14px;
    text-decoration: none;
    line-height: 17px;
/* identical to box height */
    color: rgba(255, 255, 255, 0.45);
}

a.link-launcher-a {
    font-size: 75px;
    color: #3085d6;
    transition: 0.3s;
    display: block;
    margin-right: 90px;
}

a.link-launcher-a:hover {}

a.link-launcher-b {
    font-size: 75px;
    color: #3085d6;
    transition: 0.3s;
    display: block;
}

.launcher-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

a.link-launcher-b:hover {
    color: #43a3ff;
}

a.link-launcher-a:hover {
    color: #43a3ff;
}

a.link-launcher-a:after {
    content: "Windows";
    font-size: 14px;
    position: absolute;
    margin-left: -63px;
    margin-top: 50px;
}

a.link-launcher-b:after {
    content: "MacOC";
    font-size: 14px;
    position: absolute;
    margin-left: -53px;
    margin-top: 50px;
}

.footer-right-top {
    margin-left: 116px;
    display: flex;
    align-items: center;
}

text.language-select-footer-text {
    margin-left: 13px;
}

.social-footer {
    display: flex;
    margin-left: 243px;
}

text.to-up-footer-text {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    margin-left: 9px;
}

.to-up-footer {
    cursor: pointer;
    margin-left: 55px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.45);
    transition: 0.3s;
    justify-content: center;
}

a.footer-logo {
    margin-left: 121px;
}

.underline-footer {
    width: 1343px;
    height: 1px;
    margin-left: 85px;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 39px;
}

a.text-a-2 {
    font-size: 20px;
}

img.header-logotype-small {
    width: 46px;
    margin-right: 25px;
    margin-top: -3px;
}

.text-a-1 {
    font-size: 20px;
    margin-bottom: 17px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1517px;
    margin-left: 267px;
    margin-top: 40px;
    margin-bottom: 27px;
    position: relative;
}

a.u-studio-logotype {
    margin-right: 183px;
}

.footer-left-cop {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 114.5%;
/* or 18px */
    color: #9C9C9C;
}

a.link-footer-politic-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    margin-left: 212px;
    display: block;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.57);
    text-decoration: none;
    transition: 0.3s;
}

a.link-footer-politic-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    margin-left: 39px;
    display: block;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.57);
    text-decoration: none;
    transition: 0.3s;
}

a.u-studio-logotype {
    margin-left: 108px;
    transition: 0.3s;
    cursor: pointer;
}

a.link-footer-politic-1:hover {
    color: white;
}

a.link-footer-politic-2:hover {
    color: white;
}

a.u-studio-logotype:hover {
    transform: scale(1.2);
}

a.language-select:hover {
    color: white;
}

.to-up-footer:hover {
    transform: translateY(-5px);
    color: white;
}

text.login-text-3 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 114.5%;
/* or 18px */
    text-align: center;
    color: #9C9C9C;
    margin-top: 10px;
}

text.login-text-4.text_mail_reset {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 34px;
    line-height: 114.5%;
/* or 18px */
    text-align: center;
    color: #FFFFFF;
}

div#buttom {
    background: #222328;
    position: relative;
    overflow: hidden;
}

.border-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
}

text.login-text-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #FFFFFF;
}

text.login-text-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130.52%;
/* identical to box height, or 21px */
    margin-top: 17px;
    text-align: center;
    color: rgba(255, 255, 255, 0.58);
}

.panel-auth.login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.input-group-login {
    display: flex;
    flex-direction: column;
    margin-top: 65px;
}

.input-object {
    display: grid;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 18px;
}

text.top-text-input {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 96.07%;
/* or 13px */
    color: rgba(255, 255, 255, 0.58);
}

input.custom-input-1 {
    width: 360px;
    height: 32px;
    background: none;
    outline: none;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 96.07%;
/* or 15px */
    color: #FFFFFF;
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.14);
}

img.show-password {
    position: absolute;
    right: 6px;
    top: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.button.login {}

text.reset-password {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    line-height: 16px;
/* identical to box height */
    text-decoration-line: underline;
    color: rgba(255, 255, 255, 0.64);
}

.restet-password-block {
    text-align: right;
    margin-top: -20px;
}

.button.login {
    width: 365px;
    height: 64px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    line-height: 21px;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    color: #FFFFFF;
    background: #0091FF;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}

.lvl-password-object {
    width: 35px;
    height: 3px;
    background: #48494E;
    margin-left: 10px;
    transition: 0.3s;
    border-radius: 3px;
}

.lvl-password {
    display: flex;
}

.content-profile.case {
    margin-top: -69px;
}

.group-password-lvl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.swal2-toast-shown .swal2-container {
    width: 430px!important;
}

text.text-password-lvl {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 96.07%;
/* or 13px */
    color: rgba(255, 255, 255, 0.58);
}

.lvl-password-object.active-1 {
    background: #e73535;
}
.lvl-password-object.active-2 {
    background: #e77c35;
}
.lvl-password-object.active-3 {
    background: #bbeb85;
}
.lvl-password-object.active-4 {
    background: #AED334;
}

text.login-text-2 {
    max-width: 470px;
}

.panel-auth.register {
    margin-top: -62px;
}

.panel-auth {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button.login:hover {
    background: #00b2ff;
}

text.reset-password:hover {
    color: white;
}

img.show-password:hover {
    transform: scale(1.2);
}

.bottom-login-text {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    margin-top: 31px;
    width: 366px;
    line-height: 130.52%;
/* or 16px */
    color: rgba(255, 255, 255, 0.58);
}

a.login_a_href {
    color: #0091FF;
    text-decoration: none;
    transition: 0.3s;
}

a.login_a_href:hover {
    color: #00b2ff;
}

.border-bottom-login-solid {
    width: 360px;
    height: 1px;
    margin-top: 26px;
    left: 750px;
    top: 808px;
    background: rgba(255, 255, 255, 0.12);
}

.bottom-content-login {
    display: flex;
    justify-content: space-between;
    width: 360px;
    padding-top: 29px;
}

text.not-have-account {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130.52%;
/* or 18px */
    color: rgba(255, 255, 255, 0.58);
}

text.register {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 130.52%;
/* or 18px */
    transition: 0.3s;
    cursor: pointer;
    color: #FFFFFF;
}

text.register:hover {
    color: #00b2ff;
}

.footer-top {
    width: 1523px;
    margin-top: 54px;
    display: flex;
    position: relative;
    align-items: center;
}

.footer-background {background-image: url(/img/main/footer/background-footer.png);width: 100%;height: 100%;position: absolute;}

span.ellipse.clickable {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    /* letter-spacing: -0.005em; */
    color: #FFFFFF;
    margin-top: 6px;
    pointer-events: none;
}

ul.pignatation.fuzeland {
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}

a.page-link.page_obj {
    text-decoration: none;
}

.page_obj.active {
    background: #0077FF;
}

.server-progress-active.active {
    filter: hue-rotate(351deg);
}

.server-progress-active {
    background-image: url(/img/main/content-2/monitoring/func/min-active.png);
    width: 70px;
    transition: 4s;
    height: 23px;
    filter: hue-rotate(1deg);
    background-repeat: no-repeat;
}

text.server-text-1-content {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 51px;
    text-align: center;
    color: #FFFFFF;
    justify-content: center;
    padding-bottom: 39px;
}

a.register-account {
    color: white;
    text-decoration: none;
    margin-left: 5px;
    transition: 0.3s;
}

.scroll-new::-webkit-scrollbar {
    width: 3px;
}
.scroll-new::-webkit-scrollbar-thumb {
    background-color: #0091ff;
}
.scroll-new::-webkit-scrollbar-track {
    background: #3c3d46;
}

.right-block {
    width: 436px;
    background: #2A2B30;
    backdrop-filter: blur(118px);
    border-radius: 14px;
    padding-bottom: 63px;
    margin-bottom: 46px;
}

.body-content {
    background: #222328;
    position: relative;
}

a.rates-block.disabled:after {
    width: 89px;
    height: 23px;
    content: "Отключен";
    background: #000000d1;
    text-align: center;
    position: absolute;
    font-size: 15px;
    padding-top: 8px;
    left: 0;
    font-family: "TT Norms";
    backdrop-filter: blur(4px);
    font-weight: 500;
    color: white;
    letter-spacing: -0.7px;
}

a.rates-block.disabled {
    opacity: 1;
    cursor: no-drop;
}

.top-content-top1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: 0.3s;
    height: 100%;
    justify-content: center;
}

text.content-top1-text-2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 114.5%;
/* or 21px */
    width: 743px;
    text-align: center;
    color: #757F89;
    margin-top: 28px;
}

a.top1-content-download-launcher {
    width: 242px;
    height: 65px;
    background: linear-gradient(90deg, #000000 0%, #434343 100%);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 41px;
    /* margin-left: -34px; */
    text-decoration: none;
    transition: 0.3s;
}

text.download-launcher-top1-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    
/* or 9px */
    color: rgba(255, 255, 255, 0.58);
}

text.download-launcher-top1-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    
/* or 18px */
    color: #FFFFFF;
    margin-top: -3px;
}

.right-content-download-launcher-top1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 7px;
}

img.top1-download-launcher-img {
    margin-right: 27px;
}

text.download-launcher-text-bottom-top1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 114.5%;
/* identical to box height, or 14px */
    text-align: center;
    color: #757F89;
    margin-top: 13px;
}

img.content1-top1-img {
    margin-top: 40px;
    margin-left: -97px;
}

.top-content-top1.hide {
    transform: scale(0);
}

.close-button-content-block-top1 {
    position: absolute;
    right: 2%;
    color: black;
    top: 2%;
    z-index: 1;
}

i.fa-solid.fa-xmark.block-top1 {
    font-size: 66px;
    transition: 0.3s;
    cursor: pointer;
}

i.fa-solid.fa-xmark.block-top1:hover {
}

.close-button-content-block-top1:hover {
    color: #f44336;
}

text.content-top1-text-bottom {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 114.5%;
    text-align: center;
    width: 452px;
    display: block;
    margin-top: 52px;
    color: #757F89;
}

a.link-top1-content1 {
    color: #757F89;
    transition: 0.3s;
}

a.link-top1-content1:hover {
    color: #0091ff;
}

.content-block-top1 {
    height: 100%;
    min-height: 1119px;
    position: relative;
    overflow: hidden;
}

.background-content-block-top1 {
    background-image: url(/img/main/content-1/background-content-1.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}

.header-content {
    background: #23242A;
    min-height: 1018px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.ns {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
}

img.avatar {
    border-radius: 12px;
    pointer-events: none;
}

.login-user {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
/* identical to box height */
    color: #FFFFFF;
    margin-left: 16px;
    margin-top: 30px;
}

.menu-top-profile {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
/* identical to box height */
    width: 32px;
    display: flex;
    background: rgba(217, 217, 217, 0.04);
    border-radius: 2px;
    letter-spacing: -0.005em;
    color: rgba(255, 255, 255, 0.36);
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 13px;
    height: 3px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 13px;
    margin-top: 32px;
}

.menu-top-profile:hover {
    background: rgb(0 145 255);
    color: white;
}

.top-profile {
    height: 442px;
    background: #27292D;
}

.menu-link-profile {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    margin-right: 45px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.56);
}

.left-group-top-profile {
    display: flex;
}

.profile-menu {
    padding-left: 61px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.menu-link-profile.active:before {
    width: 125%;
}

.menu-link-profile.active {
    color: white;
}

.menu-link-profile:hover {
    color: white;
}

.menu-link-profile:before {
    content: "";
    position: absolute;
    width: 0px;
    background: saddlebrown;
    height: 3px;
    transition: 0.3s;
    background: #0091FF;
    border-radius: 4px;
    pointer-events: none;
    margin-top: 46px;
    margin-left: -10%;
}

.left-block-profile {
    width: 491px;
    height: 597px;
    background: #2d2e33;
    backdrop-filter: blur(118px);
    border-radius: 14px;
    display: inline-block;
}

h2#swal2-title {
    font-family: 'SF Pro Display'!important;
}

.title-block-left {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
/* identical to box height */
    color: #FFFFFF;
    display: flex;
    margin-left: 59px;
    margin-top: 42px;
}

.profile-info-line {
    width: 100%;
    height: 45px;
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-info {
    margin-top: 51px;
}

.profile-info-left {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding-left: 59px;
    color: rgba(255, 255, 255, 0.51);
}

.profile-info-right.Vip {
    color: #8599df;
}

.profile-info-line:nth-child(even) {
    background: #2A2B30;
}

svg.ico-sponsor {
    margin-right: 2px;
}

.profile-info-right {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: white;
    display: flex;
    padding-right: 59px;
}

text.green {
    color: #BFEC2D;
}

text.red {
    color: #F35252;
}

.profile-menu {}

img {}

img.ico-exit {
    width: 24px;
    height: 24px;
    margin-right: 14px;
}

text.exit_account-text {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    
/* identical to box height, or 17px */
    margin-top: 4px;
    text-align: center;
    letter-spacing: 0.085em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.56);
}

.exit_account {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.7;
}

.right-group-top-profile {
    margin-top: -7px;
    margin-right: 124px;
}

.exit_account:hover {
    opacity: 1;
}

.header-content-background {
    background-image: url(/img/main/header-1/header-background-1.png);
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    position: absolute;
}

body {
    font-family: 'SF Pro Display';
}

text.content-header-text-1 {
    width: 621px;
    height: 134px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 108.02%;
/* or 67px */
    display: block;
    color: #FFFFFF;
}

text.content-header-text-2 {
    width: 671px;
    height: 63px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    margin-top: 44px;
    font-size: 14px;
    display: block;
    line-height: 130.52%;
/* or 21px */
    color: rgba(255, 255, 255, 0.43);
}

.header-content-border {
    width: 1376px;
    margin-top: 141px;
    position: relative;
    z-index: 1;
}

.button-group {
    display: flex;
    margin-top: 50px;
}

a.start-game {
    width: 260px;
    height: 64px;
    left: 286px;
    top: 503px;
    background: #0091FF;
    text-decoration: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    justify-content: center;
}

text.start-game-text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

img.start-game-ico {
    margin-right: 15px;
    margin-top: -4px;
}

body#body {
    font-family: 'SF Pro Display';
}

text.download-launcher-text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

a.download-launcher {
    width: 283px;
    height: 64px;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    background: rgb(48 51 53);
    
/* Note: backdrop-filter has minimal browser support */
    border-radius: 6px;
    align-items: center;
    transition: 0.3s;
    justify-content: center;
    margin-left: 26px;
}

a.start-game:hover {}

a.start-game:hover {
    background: #00b2ff;
}

a.download-launcher:hover {
    background: rgb(59 63 66);
}

.slide-object {
    width: 180px;
    height: 148px;
    background: rgba(46, 47, 52, 0.65);
    backdrop-filter: blur(56.5px);
    border-radius: 14px;
    display: flex;
    animation: 60s linear 0s infinite normal none running kugggO;
    flex-direction: column;
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
    /* justify-content: center; */
}

img.slide-obj.slide-obj-c4 {
    margin-top: 18px;
}

img.slide-obj.slide-obj-c6 {
    margin-top: 10px;
    margin-left: 14px;
}

img.slide-obj.slide-obj-c7 {
    margin-left: 22px;
    margin-top: 27px;
}

input.code_input {
    width: 50px;
    height: 50px;
    background: #2D3034;
    font-family: 'SF Pro Display';
    font-style: normal;
    text-align: center;
    margin-left: 14px;
    transition: 0.3s;
    margin-right: 13px;
    font-weight: 500;
    font-size: 28px;
    line-height: 96.07%;
/* identical to box height, or 27px */
    color: #FFFFFF;
    border: 1px solid #424952;
    outline: none;
    border-radius: 4px;
}

text#reset_password_1_code_message {
    display: block;
    margin-top: 23px;
    margin-left: 15px;
    margin-bottom: 20px;
}

.group-password-lvl.reset-password-2 {
    margin-top: -7px;
}

text.white-reset-password-3 {}

.reset-password-3-block {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 114.5%;
/* or 18px */
    text-align: center;
    color: #9C9C9C;
    margin-top: 22px;
    max-width: 440px;
}

i.fa-solid.fa-shield-halved.security-lvl {
    font-size: 26px;
    color: white;
}

i.style_achievement {
    font-size: 26px;
    color: white;
}

text.title-right-achiev-obj-progress {
    display: none;
}

text.title-right-achiev-obj-progress.active {
    display: inline;
}

text.white-reset-password-3 {
    color: white;
}

.input-object.reset-password-3-input {
    width: 360px;
    height: 56px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 9px;
    margin-top: 31px;
}

input#copy_password_input {
    border: none;
    padding-left: 15px;
    margin-top: -4px;
    color: #A09E9E;
}

img.copy_password {
    position: absolute;
    right: 21px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
}

text.top-text-input.reset-password-3-text {
    padding-left: 15px;
    padding-top: 13px;
    display: flex;
    color: #E7E7E7;
}

img.copy_password.active {
    opacity: 1;
}

text.copy_password_input_text {
    display: none;
}

.button.login.action_reset_password_2 {margin-top: -6px;}

input.code_input.active {
    background: rgba(191, 236, 45, 0.09);
    border: 1px solid #BFEC2D;
}

input.code_input.error {
    background: rgba(238, 53, 53, 0.09);
    border: 1px solid #EE3535;
}

.button.login.action_reset_password.disable {
    background: #3e3e3e;
    cursor: no-drop;
}

.button.login.action_reset_password_2.disable {
    background: #3e3e3e;
    cursor: no-drop;
}

text#reset_email_message {
    color: #8bc34a;
}

input#reset_email.active {
    border-bottom: solid 1px #8bc34a;
}

.button.login.action_reset_password {
    margin-top: -48px;
}

img.slide-obj.slide-obj-c8 {
    margin-top: 1px;
    margin-left: 5px;
}

.fire-decoration {
    background-image: url(/img/main/header-1/fire.png);
    width: 366px;
    height: 642px;
    background-size: 337px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 3;
    transform: rotate3d(2, 2, 2, 310deg);
    right: -49px;
    top: -21px;
}

.slide-content-tooltip {
    display: flex;
    margin-top: 45px;
    z-index: 1;
    position: relative;
}

.border-content-header-1.border-2 {
    display: none;
}
.server-block {
width: 1445px;
margin-left: -104px;
margin-top: 69px;
}
.server-top-block {
border-radius: 14px;
background: #27272D;
}
.content-server-block {
padding-left: 184px;
padding-bottom: 27px;
}
.header-block-server {
width: 307px;
height: 118px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 100%);
display: flex;
align-items: center;
justify-content: center;
}
img.server-img {
margin-right: 24px;
margin-top: -7px;
}
text.server-nam {
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 30px;
color: white;
}
.text-block-server-1 {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 121.52%;
color: white;
margin-top: 44px;
padding-right: 25px;
max-width: 1044px;
}
.info-server-block {
margin-top: 50px;
width: 550px;
margin-bottom: 68px;
}
.line-object-server {
width: 100%;
display: flex;
margin-bottom: 6px;
align-items: center;
justify-content: space-between;
}
.line-block-server-info {
margin-bottom: 12px;
}

.line-block-server-info {
width: 100%;
height: 1px;
left: 374px;
opacity: .4;
top: 751px;
background: radial-gradient(50% 50% at 50% 50%,#8B8B8B 0%,rgba(222,222,222,0) 100%);
}
.line-object-server {
width: 100%;
display: flex;
margin-bottom: 6px;
align-items: center;
justify-content: space-between;
}
text.line-object-server-text-1 {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 121.52%;
color: #bebebe;
}
text.line-object-server-text-2 {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 121.52%;
color: white;
}
.server-center-block {
background: #27272D;
border-radius: 14px;
margin-top: 26px;
}
.server-center-block-content {
padding-left: 184px;
padding-bottom: 27px;
padding-top: 52px;
}
.title-block-1-server {
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 25px;
color: white;
}
.galary-server-info {
background: #27272D;
border-radius: 14px;
margin-top: 40px;
margin-bottom: 150px;
}
text.galary-server-title {
padding-left: 184px;
padding-bottom: 22px;
padding-top: 59px;
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 25px;
color: white;
display: flex;
}
.slider_gallery {
overflow: hidden;
position: relative;
display: flex;
}
img.slider-right {
transform: scale(1.2);
position: absolute;
right: 214px;
top: 65px;
z-index: 1;
cursor: pointer;
transition: .3s;
}
img.slider-left {
transform: scale(1.2) rotate(180deg);
position: absolute;
left: 230px;
z-index: 1;
cursor: pointer;
transition: .3s;
top: 65px;
}
img.shadow-right {
position: absolute;
height: 260px;
top: -43px;
width: 121px;
right: -49px;
z-index: 1;
}
img.shadow-left {
position: absolute;
height: 264px;
top: -49px;
width: 121px;
left: -45px;
z-index: 1;
}
.objects-server-galary {
will-change: transform;
}
.objects-server-galary {
display: flex;
flex-wrap: nowrap;
padding-left: 0;
padding-right: 75px;
padding-bottom: 31px;
transition: .5s;
}
img.server-image {
height: 167px;
margin-right: 12px;
min-width: 283px;
margin-bottom: 12px;
cursor: pointer;
object-fit: cover;
}
.title-block-2-server {
max-width: 778px;
display: block;
margin-top: 21px;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 121.52%;
color: #bebebe;
}
.objects-mods-server {
margin-top: 35px;
display: flex;
flex-wrap: wrap;
max-width: 841px;
}

.server-center-block-content.rules {
    padding-bottom: 73px;
}
.title-block-shop-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    line-height: 38px;
    margin-top: 5px;
    color: #9e9e9e;
    align-items: center;
}

.server-rules-text-a {
    color: #9b9b9b;
}

.server-rules {
    margin-top: 22px;
    color: #cacaca;
    padding-right: 95px;
    padding-bottom: 3px;
}

.server-rules > b {
    color: white;
}
a.object-mod-server {
background: #2D3034;
backdrop-filter: blur(119px);
text-decoration: none;
font-style: normal;
font-weight: 500;
padding-left: 20px;
padding-right: 20px;
padding-top: 9px;
transition: .3s;
padding-bottom: 5px;
margin-bottom: 13px;
margin-right: 13px;
border-radius: 3px;
font-size: 14px;
color: #fff;
display: block;
}
a.object-mod-server:hover {
background: #42474c;
}

a.top1-content-download-launcher:hover {
    opacity: 0.8;
}

@keyframes kugggO {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-1840px);
    }
    
}

.text-slide-a {
    width: 1376px;
    margin-top: 123px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 108.02%;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

text.slide-text-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 121.52%;
/* or 17px */
    position: absolute;
    padding-right: 20px;
    margin-top: 87px;
    text-align: center;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.65);
}

img.slide-obj {
    margin-top: 24px;
}

text.arrow-down-2-text:hover {
    opacity: 1;
}

text.arrow-down-2-text {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #828385;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.75;
}

img.arrow-down-2 {
    margin-right: 12px;
    animation: animation2 2.7s infinite cubic-bezier(0.1, 0.1, 0.1, 0.3);
}

.list-down-tooltip {
    margin-top: 83px;
    width: 1376px;
}

@keyframes animation2 {
	0% {
    transform: translate3d(0, -5px, 0);
	}

	50% {
		transform: translate3d(0, 7px, 0);
	}
	100% {
		transform: translate3d(0, -5px, 0);
	}
}

img.header-content-img {
    position: absolute;
    top: -71px;
    right: -54px;
    pointer-events: none;
    z-index: 2;
}

img.header-star-ico {
    margin-right: 13px;
    margin-top: -3px;
}

a.link-top-menu:hover {
    color: white;
}

.content-select-language {
    position: absolute;
    width: 129px;
    height: 91px;
    display: flex;
    top: 38px;
    right: -8px;
    background: rgb(18 19 20 / 48%);
    border: 0.5px solid #292b2da1;
    backdrop-filter: blur(4px);
/* Note: backdrop-filter has minimal browser support */
    border-radius: 7px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select-language-object {
    width: 104px;
    height: 30px;
    /* background: rgba(41, 43, 45, 0.64); */
    border-radius: 7px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    display: flex;
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 14px;
    padding-left: 11px;
    color: rgba(255, 255, 255, 0.46);
    align-items: center;
}

.select-language-object:hover {
    background: rgba(41, 43, 45, 0.64);
    color: white;
}

.last-win-case {
    width: 1358px;
    height: 208px;
    background: #27292d;
    
    
/* Note: backdrop-filter has minimal browser support */
    display: flex;
    border-radius: 14px;
}

.case-pane {
    margin-top: 0px;
}

.last-win-case-left {
    display: flex;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    width: 129px;
    font-size: 21px;
    line-height: 24px;
    margin-top: 6px;
    margin-left: 59px;
    letter-spacing: 0.045em;
    color: #FFFFFF;
    align-items: center;
}

.last-win-case-right {
    display: flex;
    align-items: center;
    margin-left: 35px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #FFFFFF;
    width: 1137px;
    padding-left: 25px;
    /* overflow: hidden; */
}

.last-win-objects:hover > .absolute-open-author {
    opacity: 1;
    transform: scale(1);
}

.case-category {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    justify-content: space-between;
}

.case-category-object.active {
    background: #272830;
    opacity: 0.8;
}

.case-category-object.active > .open-case {
    background: #0091ff;
    color: white;
}

.load-frame.case {
    font-size: 93px;
    top: 73px;
    left: 116px;
    transition: 0.3s;
    display: unset;
    opacity: 0;
}

.case-category-object.active > .image-case-category {
    opacity: 0.3;
}

.case-category-object {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 318px;
    transition: 0.3s;
    margin-bottom: 39px;
    position: relative;
    height: 436px;
    cursor: pointer;
    border-radius: 14px;
}

img.image-case-category {
    width: 225px;
    height: 225px;
    transition: 0.3s;
    margin-top: 8px;
    pointer-events: none;
}

.case_content {
    display: none;
}

img.blure_case_disable_absolute {
    position: absolute;
    width: 733px;
    left: 296px;
    height: 372px;
    pointer-events: none;
    top: 78px;
}

img.case_disable_absolute {
    position: absolute;
    width: 100px;
    height: 99px;
    top: 156px;
    margin-left: -51px;
    pointer-events: none;
}

.case_open_title {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    margin-top: 89px;
    font-size: 32px;
    text-align: center;
    line-height: 37px;
/* identical to box height */
    color: #FFFFFF;
}

.case_open_image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

img.case_open_image-img {
    margin-top: 30px;
    width: 364px;
    height: 364px;
    pointer-events: none;
}

.text-group-disable {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -16px;
}

text.text-group-disable-text-1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 108.02%;
/* or 35px */
    color: #FFFFFF;
}

text.text-group-disable-text-2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    margin-top: 29px;
    font-size: 14px;
    line-height: 130.52%;
/* or 21px */
    text-align: center;
    color: rgba(255, 255, 255, 0.43);
    max-width: 406px;
}

.button-pay-disable-case {
    width: 260px;
    height: 64px;
    background: #0091FF;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-top: 38px;
    line-height: 21px;
    cursor: pointer;
    transition: 0.3s;
    color: #FFFFFF;
    display: flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}

svg.ico-button-pay-disable-case {
    margin-right: 12px;
}

.button-pay-disable-case:hover {
    background: #00c4ff;
}

text.case_name {font-family: 'SF Pro Display';font-style: normal;font-weight: 700;font-size: 21px;margin-top: 8px;line-height: 24px;color: #FFFFFF;}

text.case_description {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    max-width: 232px;
    margin-top: 18px;
    overflow: hidden;
    height: 75px;
    line-height: 116.52%;
/* or 17px */
    text-align: center;
    color: rgba(255, 255, 255, 0.79);
}

.open-case {
    width: 118px;
    height: 39px;
    background: #0091FF;
    border-radius: 5px;
    display: flex;
    font-family: 'TT Norms';
    font-style: normal;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.case-category-object:hover {
    background: #0091FF;
}

.case-category-object:hover > .open-case {
    background: white;
    color: #3D3D3D;
}

text.content-case-title {
    display: flex;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
/* identical to box height */
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.content-case {
    margin-top: 50px;
}

img.item-image_case {
    width: 56px;
}

.item_object_case_text {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    margin-bottom: 22px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.72);
}

.absolute-count-case-content {
    position: absolute;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-top: 101px;
    margin-left: 33px;
    padding-top: 5px;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    background: #0000000f;
    backdrop-filter: blur(5px);
    margin-bottom: 22px;
    line-height: 21px;
    color: rgb(255 255 255);
    align-items: center;
    justify-content: center;
}

.objects-content-case.chance_color_5:after {
    width: 100%;
    content: "";
    background: #E55028;
    position: absolute;
    height: 2px;
    top: 0;
}

.objects-content-case.chance_color_2:after {
    width: 100%;
    content: "";
    background: #449EC0;
    position: absolute;
    height: 2px;
    top: 0;
}

.objects-content-case.chance_color_1:after {
    width: 100%;
    content: "";
    background: #9d9d9d;
    position: absolute;
    height: 2px;
    top: 0;
}

.objects-content-case.chance_color_4:after {
    width: 100%;
    content: "";
    background: #E53DB4;
    position: absolute;
    height: 2px;
    top: 0;
}

.objects-content-case.chance_color_3:after {
    width: 100%;
    content: "";
    background: #a749f1;
    position: absolute;
    height: 2px;
    top: 0;
}

.console_case_game_developer {
    background: #181818;
    padding: 15px;
    font-size: 20px;
    margin-top: 33px;
    color: #799f00;
}

.absolute-game-rullet {
    display: flex;
    width: 2083px;
    overflow: hidden;
}

.profile {
    /* width: auto; */
}

.game_case {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 115px;
    transition: 0.3s;
}

.load-frame.case_open.active {
    opacity: 1;
}

.game-area {
    position: relative;
}

.load-frame.case_open {
    display: unset;
    font-size: 113px;
    color: #0091ff;
    z-index: 2;
    bottom: 16px;
    top: 20%;
    left: 46%;
    opacity: 0;
    transition: 0.3s;
}

.game_case.load {
    filter: blur(12px);
}

img.line-win {
    position: absolute;
}

.go {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    min-width: 218px;
    height: 220px;
    margin-left: 4px;
    pointer-events: none;
    margin-right: 4px;
    background: linear-gradient(180deg, #4CBAE3 0%, rgba(76, 186, 227, 0) 100%);
    border-radius: 8px;
}

text.nao {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 50px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.go.ch_5 {
    background: linear-gradient(180deg, #e55028 0%, rgba(76, 186, 227, 0) 100%);
}

.go.ch_1 {
    background: linear-gradient(180deg, #9d9d9d 0%, rgba(76, 186, 227, 0) 100%);
}

.go.ch_2 {
    background: linear-gradient(180deg, #4CBAE3 0%, rgba(76, 186, 227, 0) 100%);
}

.go.ch_4 {
    background: linear-gradient(180deg, #e53db4 0%, rgba(76, 186, 227, 0) 100%);
}

.go.ch_3 {
    background: linear-gradient(180deg, #a749f1 0%, rgba(76, 186, 227, 0) 100%);
}

img.oi {
    width: 70px;
    height: 70px;
}

.win-object {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal-case {
    position: fixed;
    width: 100%;
    display: flex;
    height: 100%;
    background: #00000094;
    backdrop-filter: blur(11px);
    z-index: 4;
    align-items: center;
    justify-content: center;
}

.background-case-content {
    background-image: url(/img/case/case_win_a.png);
    width: 540px;
    height: 570px;
    position: relative;
}

img.close-case-win {
    position: absolute;
    right: 14px;
    top: 11px;
    cursor: pointer;
    transition: 0.3s;
}

img.close-case-win:hover {filter: opacity(0.7);}

text.title-text-object-1-win {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
/* identical to box height */
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 52px;
}

text.title-text-object-2-win {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-top: 11px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.54);
}

.visual-win-object {
    margin-top: 39px;
}

.get-prize {}

.get-prize {
    width: 215px;
    height: 42px;
    left: 162px;
    top: 402px;
    background: #0091FF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    margin-top: 35px;
    padding-top: 5px;
    font-size: 14px;
    cursor: pointer;
    line-height: 18px;
    transition: 0.3s;
    color: #FFFFFF;
    justify-content: center;
}

.visual-win-object > .go > .nao {
    opacity: 0;
    margin-top: 33px;
}

win {
    color: #FFDC22;
}

text.title-get-prize {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.52);
    width: 197px;
    margin-top: 40px;
}

.get-prize:hover {
    background: #00c4ff;
}

.spinner-game {
    /* transition: 0.1s; */
    display: flex;
    will-change: transform;
    transform: translate3d(-113px, 0px, 0px);
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}



img.line-win {
    position: absolute;
    margin-top: -5px;
    z-index: 1;
}

html, body {
    height: 100%; }
  
  .toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0); }
    .toggle:before {
      content: "";
      position: relative;
      top: 3px;
      left: 3px;
      width: 34px;
      height: 14px;
      display: block;
      background: #9A9999;
      border-radius: 8px;
      transition: background .2s ease; }
    .toggle span {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      display: block;
      background: white;
      border-radius: 10px;
      box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
      transition: all .2s ease; }
      .toggle span:before {
        content: "";
        position: absolute;
        display: block;
        margin: -18px;
        width: 56px;
        height: 56px;
        background: rgba(79, 46, 220, 0.5);
        border-radius: 50%;
        transform: scale(0);
        opacity: 1;
        pointer-events: none; }
  
        #cbx:checked + .toggle:before {
            background: #5ab8ff;
        }
  
    #cbx:checked + .toggle span {
        background: #0091ff;
        transform: translateX(20px);
        transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
        box-shadow: 0 3px 8px rgb(23 155 255 / 48%);
    }
    #cbx:checked + .toggle span:before {
      transform: scale(1);
      opacity: 0;
      transition: all .4s ease; }
  
      .fase-open-case {
        display: flex;
    }
    
    text.checkbox-title {
        font-family: 'TT Norms';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        margin-left: 10px;
        letter-spacing: 0.025em;
        color: #FFFFFF;
        opacity: 0.35;
    }
    
    .main-open-case {
        width: 370px;
        height: 58px;
        left: 762px;
        top: 1497px;
        display: flex;
        background: #0091FF;
        font-family: 'SF Pro Display';
        font-style: normal;
        font-weight: 700;
        margin-right: 60px;
        cursor: pointer;
        font-size: 20px;
        transition: 0.3s;
        line-height: 23px;
        padding-top: 5px;
        letter-spacing: 0.025em;
        color: #FFFFFF;
        border-radius: 6px;
        align-items: center;
        justify-content: center;
    }
    
    .open-demo-case {
        width: 245px;
        height: 64px;
        opacity: 0.35;
        border: 1px solid #9B9B9B;
        display: flex;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        font-family: 'SF Pro Display';
        transition: 0.3s;
        cursor: pointer;
        margin-right: 60px;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.025em;
        color: #FFFFFF;
    }

    .game_case_open {
        display: flex;
        margin-top: 56px;
        margin-bottom: 64px;
        align-items: center;
        justify-content: center;
    }
    
    .open-demo-case:hover {opacity: 0.7;}
    
    .main-open-case:hover {
        background: #00c4ff;
    }
img.line-win {
    position: absolute;
    margin-top: -4px;
}

.objects-content-case {
    width: 244px;
    height: 185px;
    display: flex;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.12) 0%, rgba(217, 217, 217, 0) 100%);
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    flex-direction: column;
}

.content_case_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 68px;
}

.back-to-select-case:hover {
    transform: translate3d(-13px, 0px, 0px);
    color: #60b9ff;
}

.back-to-select-case {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 38px;
    width: 276px;
    cursor: pointer;
    transition: 0.3s;
    color: #2196f3;
    margin-bottom: 19px;
}

.absolute-open-author {
    position: absolute;
    display: flex;
    flex-direction: column;
    transform: scale(0);
    align-items: center;
    opacity: 0;
    z-index: 1;
    width: 123px;
    height: 110px;
    transition: 0.4s;
    top: 92px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 6px;
    justify-content: center;
}

img.open_case_img_small {
    width: 35px;
}

.absolute-open-author:after {
    content: "";
    width: 13px;
    height: 15px;
    background: #8f9092;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
}

text.open_case_username_open {
    margin-top: 10px;
}

.last-win-objects:hover {
    border: solid 1px #4c4c4c;
}

.last-win-objects {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
    border: solid 1px #27292d;
    justify-content: center;
    cursor: pointer;
    position: relative;
    min-width: 92px;
    margin-right: 3px;
    height: 100px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.12) 0%, rgba(217, 217, 217, 0) 100%);
}

.show-case-message {
    margin-bottom: 50px;
    display: flex;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    margin-top: 6px;
    letter-spacing: 0.045em;
    color: #FFFFFF;
    align-items: flex-start;
    flex-direction: column;
}

.case-category-object.active {
    background: #272830;
    opacity: 0.8;
    cursor: default;
}

.load-frame.case.active {
    opacity: 1;
}

.case-category-object.active > .open-case {
    background: #0091ff;
    color: white;
}

.last-win-objects.new_live {
    background: linear-gradient(180deg, #2e79b4 0%, rgba(217, 217, 217, 0) 100%);
    transition: 0.3s;
}

text.top-text-win-object {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px;
    letter-spacing: 0.1px;
    max-width: 78px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 30px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
}

img.case-object-img {
    width: 32px;
    height: 35px;
}

a.discord-link {
    display: block;
    transition: 0.3s;
}

a.vk-link:hover {
    background-image: url(/img/main/header-1/vk-hover.png);
}

a.discord-link:hover {
    background-image: url(/img/main/header-1/discord-hover.png);
}

a.discord-link {
    background-image: url(/img/main/header-1/discord.png);
    width: 35px;
    height: 36px;
}

img.help-ico-arrow-down {
    transform: translate(4px, 2px);
}

a.logotype-header {
    display: block;
    transition: 0.3s;
}

a.logotype-header:hover {
    transform: scale(1.12);
}

.right-content:hover {
    background: #00b2ff;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 15px;
    background-color: #33343b;
}

/* ползунок скроллбара */
body::-webkit-scrollbar-thumb {
    background-color: #0091ff;
    border-radius: 1px;
}


@media(max-width:999px){
    body#body {
        width: 1393px!important;
        zoom: 1!important;
    }
    .top-header {
        width: 1393px!important;
    }
    
    .header {
        width: 1393px!important;
    }
    
    .left-content {
        width: 880px;
    }
    
    .right-content-block {
        width: 430px;
    }
    .body-content {
        width: 1393px!important;
    }
    div#buttom {
        width: 1393px!important;
    }
    #body {
        background: #212228;
    }
    .footer-bottom {
        margin-left: 180px;
    }
    
    a.footer-logo {
        margin-left: 76px;
    }
}
@media(max-width:1000px){
    body#body {
        zoom: 0.71;
    }
    .content-block-top1 {
        display: none;
    }
}
@media(min-width:1100px){
    body#body {
        zoom: 0.8;
    }    
}

@media(min-width:1250px){
    body#body {
        zoom: 0.9;
    }    
}
@media(min-height:1018px){
    .header-content{
        min-height: 100%;
    }
}
@media(min-width:1300px){
    body#body {
        zoom: 0.80;
    }    
}
@media(min-width:1500px){
    body#body {
        zoom: 1;
    }
}









