* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    background-color: #001012;
    height: 100%;
    display: flex;
    flex-direction: column;
}

body::-webkit-scrollbar {
    width: 11px;
}

body::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: content-box;
    background-color: hsl(0, 0%, 67%);
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #717171;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001012;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader::before {
    content: "";
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 255, 163, .5);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hidden {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    pointer-events: none;
}

.header-block {
    max-width: 1440px;
    min-width: 1280px;
    padding: 15px 120px 0px;
    margin: auto;
    transform: translateY(-80px);
    animation-timing-function: ease-in-out;
    animation: OpenHeader 1.2s forwards;
    
}

@keyframes OpenHeader {
    0% { transform: translateY(-80px);}
    100% { transform: translateY(0px);}
}

header {
    z-index: 2;
}

.header {
    height: 50px;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: visible;
    position: relative;
    padding: 0px 0px 15px;
}

.header-title {
    float: left;

    font-family: "ClashDisplay-Light", "ClashDisplay-Light Placeholder", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.02em;
    -webkit-text-fill-color: transparent;

    background-image: linear-gradient(7004deg, rgb(0, 210, 134) 0%, rgb(0, 159, 102) 90.5405%);
    background-clip: text;
}

.header-menu {
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 1px;
}

.header-menu-text {
    /*
    font-family: "EB Garamond Regular", serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.897);
    font-size: 22px;
    cursor: pointer;
    transition: color 0.4s;
    */
    font-family: Inter, sans-serif;
    cursor: pointer;
    color: #ffffffe1;
    font-size: 16px;
    transition: color .2s;
    font-weight: 700;
    text-decoration: none;
}

.header-menu-text:hover {
    color: rgb(0, 159, 102);
}

.btn__dropdown_section_english2,
.btn__dropdown_section_russian {
    display: flex;
    border-radius: 12px;
    
    border: 2px solid rgba(0, 255, 163, .1);
    padding: 6px 8px;
    margin-left: 12px;
    width: 110px;
    align-items: center;

    cursor: pointer;
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    z-index: 1;
}

.btn__dropdown_section_russian:hover,
.btn__dropdown_section_russian2:hover,
.btn__dropdown_section_english:hover,
.btn__dropdown_section_english2:hover {
    color: #8e8f92;
}


.btn__dropdown_section_russian2,
.btn__dropdown_section_english {
    display: none;
    cursor: pointer;
    width: 110px;
    top: 30px;
    
    position: absolute;
    background-color: #001012;
    
    font-family: Inter, sans-serif;
    margin-left: 12px;
    border-left: 2px solid rgba(0, 255, 163, .1);
    border-right: 2px solid rgba(0, 255, 163, .1);
    border-bottom: 2px solid rgba(0, 255, 163, .1);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    
    overflow: auto;
    
    padding: 6px 8px;
    color: #ffffffb3;
    font-size: 14px;
}

@keyframes example {
    0% { transform: translateY(-35px); opacity: 0.0;}
    50% { transform: translateY(-25px); opacity: 0.2;}
    100% { transform: translateY(-10px); opacity: 1;}
  }

  @keyframes example2 {
    0% { transform: translateY(-10px); opacity: 1.0;}
    50% { transform: translateY(-25px); opacity: 0.2;}
    100% { transform: translateY(-35px); opacity: 0; display: none;}
  }

.btn__dropdown_section_russian2,
.btn__dropdown_section_english2 {
    display: none;
}

.btn__dropdown_show {
    display: flex;
    align-items: center;
    z-index: 1;
}

.btn__dropdown_hide {
    display: none;
}

.steam-login-button {
    cursor: pointer;
    border: none;
    display: inline-block;
    padding: 0 16px;
    border-radius: 4px;
    background-color: #1888b8;
    min-width: 64px;
    height: 42px;
    width: 200px;
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.steam-login-button:hover {
    background-color: #0aa9ed;
}

.button-text {
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: to;
    align-items: center;
}

.logo-steam {
    height: 16px;
    width: 16px;
    margin-right: 9px;
}

.logo-logout {
    height: 16px;
    width: 16px;
    margin-right: 11px;
}

.logo-auth {
    height: 24px;
    width: 24px;
    fill: #fff;
}

.intro__title {
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: normal;
    margin-top: 15px;
}

.intro__title2 {
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 22px;
    letter-spacing: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

.username-text {
    font-family: Inter, sans-serif;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin-left: 50px;
    margin-right: 11px;
    font-weight: 700;
    transition: color .2s cubic-bezier(.1, .7, .5, 1), opacity .2s cubic-bezier(.1, .7, .5, 1);
    white-space: nowrap;
}

.username-text:hover {
    color: #696a6d;
}

.dropdown {
    position: relative;
    display: inline-block;
    max-width: 250px;
}

.user-info {
    align-items: center;
    display: flex;
    
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
}

.dropdown-content {
    display: none;
    top: 40px;
    left: 90px;
    position: absolute;
    background-color: #001012;
    box-shadow: 0 4px 40px #0000004d;
    min-width: 160px;
    border-radius: 4px;
    border: 2px solid rgba(0, 204, 131, 0.2);
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 8px 0px 8px 0px;
    color: #ffffffb3;
    font-size: 14px;

    transform: translateY(-10px);

    animation-name: OpenDropdown;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes OpenDropdown {
    0% {opacity: 0; transform: translateY(-10px);}
    100% { opacity: 1; transform: translateY(0px);}
}

.dropdown-content-form {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 16px;
    padding: 10px 29px 10px 19px;
    transition: background-color 0.15s;
}

.buttons-menu {
    color: #ffffffb3;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.15s;
    font-family: Inter, sans-serif;
}

.btn__dropdown_show {
    display: flex;
    align-items: center;
}

.show {
    display: block;
}

.dropdown-content-form:hover>.buttons-menu {
    color: #fff;
}

.dropdown-content-form:hover {
    color: #fff;
    background-color: rgba(0, 159, 101, 0.404);
}

.avatar-steam {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.page-steam-button {
    border-color: rgba(0, 255, 163, 0.2);
    border-width: 1px;
    border-style: solid;
    border-radius: 16px;
    background-color: rgba(0, 255, 163, 0.2);
    height: 43px;
    min-width: 128px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    transition: border-color 0.25s;
}

.page-steam-button:hover {
    border-color: rgba(0, 255, 163, 1.0);
}

.page-steam-button-text {
    font-family: "Urbanist", "Urbanist Placeholder", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.header-line {
    max-width: 1440px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 255, 163, 0) 0%, rgba(0, 255, 163, 0.52) 51.5%, rgba(0, 255, 163, 0) 100%);
    transform: none;
    transform-origin: 50% 50% 0px;
    position: relative;
    margin: auto;
}

main {
    min-width: 1520px;
    height: 1200px;
    background: linear-gradient(90deg,rgba(0,255,163,0.01) 25%,rgba(0,255,163,0.05) 40%, rgba(0, 255, 163, 0.01) 75%);

    animation-name: OpenMain;
    animation-duration: 1.4s;
    animation-delay: 0.8s; 
    animation-fill-mode: forwards;
    z-index: 1;
    opacity: 0;
}

@keyframes OpenMain {
    0% {opacity: 0; }
    100% { opacity: 1;}
}

.main-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 0 auto;
    line-height: 50px;
    
    max-width: 1200px;
    min-width: 1280px;
    padding: 15px 120px 15px;
    transform: translatex(-80px);

    animation-name: OpenMainBlock;
    animation-duration: 1.2s;
    animation-delay: 0.8s; 
    animation-fill-mode: forwards;
}

@keyframes OpenMainBlock {
    0% { transform: translatex(-80px);}
    100% { transform: translatex(0px); opacity: 1;}
}

.main {
    max-width: 100%;
    height: 100%;
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;

    
    background: linear-gradient(239.00486189133238deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 56.82098865509033%,rgba(255,255,255,.1) 100%);
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 163, .1);
    

    line-height: normal;
}

.main-title {
    font-family: "Urbanist", "Urbanist Placeholder", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    color: rgb(255, 255, 255);
    text-align: center;
}

.main-title-match {
    font-family: "Urbanist", "Urbanist Placeholder", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    color: rgb(255, 255, 255);
    text-align: center;
}

.title-table {
    color: rgb(195, 197, 203);
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    font-family: Inter, sans-serif;
    text-align: center;
    align-items: center;
}

.text-table {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    font-size: 16px;
    font-family: Inter, sans-serif;
    text-align: center;
}

td>a {
    width: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    color: rgb(255, 255, 255);
    text-decoration: none;
}

td>a:hover {
    color: #515255;

}

td {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    font-size: 16px;
    font-family: Inter, sans-serif;
    text-align: center;
}

.main-shadow {
    aspect-ratio: 1 / 1;
    background-color: #00ffa326;
    border-radius: 100%;
    filter: blur(100px);
    flex: none;
    position: absolute;
    z-index: 1;
    height: 300px;
    width: 300px;
    left: 35%;
    order: 0;
}

.avatar-steam-dash {
    margin-bottom: 15px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.username-dash {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #b4b4b4;
    font-family: Inter, sans-serif;
}

.content__user_stats {
    display: flex;
    height: 25px;
    white-space: pre;
}

.buy-chips {
    display: flex;
    position: absolute;
    width: 80px;
    height: 20px;
    border-radius: 12px;
    border: 2px solid rgba(0, 255, 163, .1);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 100px;
}

.buy-chips-text {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    font-family: Inter, sans-serif;
    text-align: center;
    margin-bottom: 2px;
    transition: color .2s;
}

.buy-chips:hover .buy-chips-text{
    color: #ffffff73;
}

.buy-chips-rate {
    display: flex;
    position: absolute;
    align-items: center;
    margin-left: 195px;
    margin-top: 2px;
}

.block-buy-chips {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.block-buy-chips-content {
    background-color: #001012;

    border: 1px solid rgba(0, 255, 163, 0.52);
    width: 190px;
    height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;

    margin: 0 auto;
    line-height: 50px;
    
    padding: 15px 120px 15px;
}


.buy-chips-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.buy-chips-title-label {
    font-family: "Urbanist", "Urbanist Placeholder", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.719);
    text-align: center;
}

.block-window-chips {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 5px;
    width: 120px;
    height: 38px;

    border-radius: 16px;
    border: 2px solid rgba(0, 204, 131, 0.2);
}

.btn-minus-chips {
    color: rgb(255, 0, 0);
    font-size: 35px;
    margin-left: 5px;
    cursor: pointer;
    user-select: none;
}

.btn-plus-chips {
    color: rgb(0, 255, 64);
    font-size: 35px;
    margin-right: 5px;
    cursor: pointer;
    user-select: none;
}

.label-sum-chips {
    font-family: "Urbanist", "Urbanist Placeholder", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.719);
    text-align: center;
    cursor: default;
    user-select: none;
}

.btn-buy-chips {
    width: 130px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    text-align: center;
    user-select: none;
    cursor: pointer;
    background-color: rgba(0, 255, 163, 0.2); 
    border: 2px solid rgba(0, 204, 133, 0.432);
    transition: background-color .2s;
}

.btn-buy-chips:hover {
    background-color: rgba(0, 255, 163, 0.25); 
}

.block-info-chips-content {
    background-color: #001012;

    border: 1px solid rgba(0, 255, 163, 0.52);
    width: 190px;
    height: 485px;
    display: flex;
    flex-direction: column;
    align-items: center;

    margin: 0 auto;
    line-height: 50px;
    
    padding: 15px 120px 15px;
}


.info-chips-title-label {
    font-family: "Urbanist", "Urbanist Placeholder", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.719);
    text-align: center;
    width: 400px;
}

footer {
    height: 150px;
    margin-top: auto;
    transform: translateY(30px);
    animation-timing-function: ease-in-out;
    animation-name: OpenFooter;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes OpenFooter {
    0% {opacity: 0; transform: translateY(30px);}
    100% { opacity: 1;transform: translateY(0px);}
}


.footer-block {
    max-width: 1440px;
    min-width: 1280px;
    padding: 0px 120px 15px;
    margin: auto; 
}

.footer-info-block {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.footer-line {
    max-width: 1440px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 255, 163, 0) 0%, rgba(0, 255, 163, 0.52) 51.5%, rgba(0, 255, 163, 0) 100%);
    transform: none;
    transform-origin: 50% 50% 0px;
    position: relative;
    margin: auto;
}

.footer-contact-info {
    margin-top: 15px;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-start;
    overflow: visible;
    position: relative;
}

.footer-contact-info-text {
    font-family: Inter, sans-serif;
    color: rgba(228, 230, 231, 0.685);
    font-size: 14px;
    transition: color .2s;
    font-weight: 700;
    text-decoration: none;
}

.footer-social-info {
    margin-top: 15px;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-start;
    overflow: visible;
    position: relative;
    margin-left: 60px;
}

.footer-social-info-text {
    font-family: Inter, sans-serif;
    color: rgb(228, 230, 231);
    font-size: 14px;
    transition: color .2s;
    font-weight: 700;
    text-decoration: none;
}

.footer-social-info-images {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.footer-oferta {
    margin-left: 60px;
}

.footer-oferta-text {
    font-family: Inter, sans-serif;
    color: rgb(228, 230, 231);
    font-size: 14px;
    transition: color .2s;
    font-weight: 700;
    text-decoration: none;
}

.footer-oferta-text:hover {
    color: rgba(228, 230, 231, 0.521);
}

.social-image {
    margin: 2px;
    filter: brightness(0.8);
}

.social-image:hover {
    filter: brightness(1.0);
}