.blackBox {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 280px;
    min-height: 44px;
    justify-content: center;
}

.profileMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 700px;
    gap: 20px;
}

.expBox {
    height: 120px;
    gap: 10px;
}


.expTop {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

.expTop img {
    width: 100px;
}


.expBar {
    width: 60px;
    height: 60px;
    background-color: #3b3d4d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expCircle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: rotate(225deg);
}

.expCircle::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #3b3d4d;
    border-radius: 50%;
    z-index: 1;
}

.expRank {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #59f659;
    z-index: 99;
}

.expMMR {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.steamBox {
    display: flex;
    flex-direction: column;
}

.steamName {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pAva {
    border: 2px solid #4c93ae;
    width: 188px;
    height: 188px;
}

.pAva img {
    width: 100%;
    height: 100%;
}

.SteamAva.loading {
    border: none;
    animation: meatspin 2s linear infinite;
}

@keyframes meatspin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.gotoButtons {
    display: flex;
    gap: 12px;
}

.gotoButtons img {
    width: 32px;
    transition: .3s all;
}

.gotoButtons img:hover {
    scale: .95;
}

.pSteamNick {
    font-size: 24px;
    word-break: break-all;
    display: flex;
    margin-bottom: 8px;
}

.prefix {
    color: #9ec34f;
}


.joinMessage {
    font-size: 14px;
    margin: 0 0 4px 0;
    height: 17px;
}

.moreInfo {
    display: flex;
    align-items: stretch;
    gap: 4px;
    margin-bottom: 30px;
}

.moreInfoData {
    display: flex;
    flex-direction: column;
}

.infoBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 36px;
    padding: 10px 10px;
    border-radius: 10px;
    background: rgb(0 0 0 / 40%);
    font-weight: 300;
    color: white;
    transition: .3s all;
    cursor: pointer;
    margin-bottom: 8px;
    user-select: none;
}

.infoBtn:hover {
    scale: .95;
}

.infoBtn.back {
    display: none;
}

.pSteam {
    position: relative;
    top: 10px;
    font-size: 14px;
    color: white;
    text-align: center;
    user-select: none;
}

.vipBox {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vipAnim {
    border: 2px solid;
    animation: vipBorderAnim 4s linear infinite;
}

.vipMoney {
    color: #ffab28;
}

@keyframes vipBorderAnim {
    0% {
        border-color: #ff6b6b;
    }

    25% {
        border-color: #f8e71c;
    }

    50% {
        border-color: #50e3c2;
    }

    75% {
        border-color: #00aaff;
    }

    100% {
        border-color: #ff6b6b;
    }
}

/* История ников */
.nickStory {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 10px;
    height: 40px;
    text-align: center;
    min-width: 300px;
}

.nickStory img {
    width: 32px;
}

.nickStory span {
    width: 2px;
    height: 100%;
    background: #ffffff;
}

/* Окошко с баном */

.banBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banTopCont {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banBox h1 {
    margin: 0;
}

.banReasonTxt {
    font-weight: 600;
}

/* Окошки со статистикой */

.infoBoxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.infoBox {
    min-width: 300px;
    height: 64px;
    margin-right: 14px;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.infoBox h1 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #6e6e6e;
}

.infoBox p {
    font-size: 16px;
    font-weight: 700;
}

.countryIMG {
    width: 30px;
    border-radius: 2px;
    position: absolute;
    left: -40px;
}

/* TrustFactor */
.trustFactorBox {
    display: flex;
    gap: 14px;
}

.trustFactorBox img {
    width: 32px;
    height: 32px;
}

.h1Trust {
    margin-bottom: 2px !important;
}

.trustGreen {
    filter: brightness(0) saturate(100%) invert(42%) sepia(99%) saturate(888%) hue-rotate(71deg) brightness(98%) contrast(90%);
}

.trustRed {
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(6000%) hue-rotate(0deg);
}

/* Календарь */
#calendar td:first-of-type {
    border-radius: 4px 0 0 4px;
}

#calendar td:last-of-type {
    border-radius: 0 4px 4px 0;
}

#calendar tr:first-of-type {
    background: rgb(0 0 0 / 20%);
}

#calendar tr:nth-of-type(odd):not(:first-of-type) {
    background-color: rgb(0 0 0 / 10%);
}

#calendar td {
    padding: 15px 20px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    transition: .3s all;
}

#calendar {
    user-select: none;
    min-height: 325px;
    margin: 14px 0 14px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#calendar td {
    padding: 10px 12px !important;
}

.cal_hasText {
    color: #00c300;
    font-weight: bold;
    cursor: pointer;
}

.cal_head {
    font-size: 20px;
    font-weight: 300;
    display: flex;
    gap: 14px;
    padding: 14px;
    align-items: center;
    width: 300px;
    justify-content: space-between;
}

.cal_head .arrow {
    width: 30px;
    height: 30px;
}

@media (min-width: 1280px) {
    .infoBoxes .infoBox:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    .infoBoxes .infoBox:last-child {
        margin: 0;
    }

    .infoBox:nth-child(3n of .infoBox) {
        margin: 0;
    }
}

@media (max-width: 1279px) {
    .pSteamNick {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 950px) {
    .profileMain {
        flex-direction: column;
        min-width: unset;
    }

    .steamBox {
        order: 1;
    }

    .expBox {
        order: 2;
    }

    .vipBox {
        order: 3;
    }

    .moreInfo {
        flex-direction: column;
    }

    .infoBoxes {
        flex-direction: column;
    }

    .infoBox {
        margin-right: unset;
    }

    .nickStory {
        justify-content: center;
    }

    .nickStory img {
        display: none;
    }

    .infoBtn:hover {
        scale: unset;
    }
}