.head {
    background-color: #17191C;
    background-image: url(/img/news/header-background.png);
    height: 176px;
    min-height: auto;
    width: 100%;
    z-index: 1;
}
.main-header {
    height: auto;
    min-height: 207px;
    position: relative;
}
.profile-content {
    width: 1100px;
}

.profile {
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 49px;
    align-items: center;
}
.group-profile-top-left {
    display: flex;
    align-items: center;
}
.group-profile-top-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.group-upside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.right-block {
    margin-top: 25px;
}
.left-block {
    margin-top: 25px;
}
h1.left-text-h1 {
    color: #FFF;
    font-family: Raleway;
    font-size: 68px;
    width: 715.028px;
    font-style: normal;
    font-weight: 700;
    line-height: 106.523%;
}

.profile-border {
    width: 1200px;
}

p.left-text-p {
    color: rgba(255, 255, 255, 0.80);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 127.023%;
    width: 498px;
    margin-top: 36px;
}

.button-filter {
    margin-bottom: 15px;
}
.button-filter {
    border-radius: 6px;
    border: 0.5px solid rgba(100, 100, 100, 0.40);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.80);
    font-family: Raleway;
    font-size: 15px;
    margin-right: 25px;
    transition: 0.3s;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    line-height: 106.523%;
    width: 208.502px;
    height: 54.783px;
}
.group-left-top {
    display: contents;
}
p.mobile_text {
    display: none;
}
.buttons-top {
    display: flex;
    flex-wrap: wrap;
}
.group-right-top {
    display: contents;
}
img.button-image {
    margin-right: 7px;
}

.button-filter.active {
    background: #377DFF;
    color: white;
}

.button-filter:hover {
    background: #377DFF;
    color: white;
}
.header-top-list.object-user:hover {
    background: #25282b;
}

.header-top-list {
    border-radius: 5px;
    background: #1C1E20;
    width: 1200px;
    height: 53px;
    display: flex;
    margin-bottom: 38px;
    color: #ECE8E1;
    cursor: pointer;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    transition: 0.3s;
    line-height: normal;
    align-items: center;
}

img.absolute-crown {
    position: absolute;
    top: -22px;
    left: -15px;
}

p.user-name-top.color_0 {
    color: #FFAB17;
}

p.user-name-top.color_1 {
    color: #A4C639;
}
p.left-text-p {
    width: auto;
}
p.user-name-top.color_2 {
    color: #FF5966;
}

.avatar-user-top {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #377DFF;
    position: relative;
}

img.avatar-user-top-image {
    width: 100%;
    height: 100%;
}

.column-top-1.column-2 {
    display: flex;
    align-items: center;
}

p.user-name-top {
    margin-left: 25px;
}

cb {
    color: #36FFCF;
}

cr {
    color: #FF4452;
}

cy {
    color: #DFFF53;
}

cs {
    color: #5383FF;
}

.header-top-list.object-user {
    height: 71.653px;
    margin-bottom: 25px;
}

.column-top-1.column-1 {
    width: 149px;
}

.column-top-1.column-2 {
    width: 406px;
    text-align: left;
}

.column-top-1.column-3 {
    width: 100px;
}

.column-top-1.column-4 {
    width: 100px;
}

.column-top-1.column-5 {
    width: 100px;
}

.column-top-1.column-6 {
    width: 100px;
}

.column-top-1.column-7 {
    width: 100px;
}

.column-top-1.column-8 {
    font-size: 14px;
    width: 300px;
}

.column-top-1.column-8 {
    color: #ABABAB;
}

.list-top-main {
    margin-top: 50px;
}

.head {
    overflow: unset!important;
}

.top-header {
    width: calc(100% + 15px);
}

@media (max-width: 1300px) {
    .profile-border {
        width: 90%;
    }
    
    h1.left-text-h1 {
        font-size: 30px;
        width: auto;
        max-width: 367px;
    }
    
    p.left-text-p {
        font-size: 16px;
        margin-top: 20px;
    }
    
    .header-top-list {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .header-top-list {
        display: none;
    }
    .left-block {
        width: 100%;
    }
    .buttons-top {
        display: grid;
        column-gap: 15px;
        row-gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
    
    .button-filter {
        width: 100%;
    }
    .header-top-list.name_column {
        display: none;
    }
    .header-top-list.name_column {
        display: none;
    }
    p.mobile_text {
        display: block;
    }
    .header-top-list.object-user {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .group-left-top {
        display: flex;
        margin-left: 15px;
        margin-right: 15px;
        align-items: center;
        padding-top: 10px;
        border-radius: 5px;
        margin-bottom: 22px;
        width: calc(100% - 30px);
        justify-content: center;
    }
    
    .group-right-top {
        display: flex;
        width: calc(90% - 30px);
        border: solid 1px #616161;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
        padding-top: 5px;
        border-radius: 10px;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .column-top-1.column-1 {
        width: auto;
    }
    
    .header-top-list.object-user {
        height: auto;
        padding-bottom: 25px;
        padding-top: 25px;
        display: flex;
        align-items: center;
    }
    
    .column-top-1.column-2 {
        width: auto;
    }
    
    .column-top-1.column-3 {
        width: auto;
    }
    
    .column-top-1.column-8 {
        width: auto;
    }
    
    .column-top-1.column-4 {
        width: auto;
    }
    
    .column-top-1.column-5 {
        width: auto;
    }
    
    .column-top-1.column-6 {
        width: auto;
    }
    
    .column-top-1.column-7 {
        width: auto;
    }
    .header-top-list {
        display: none;
    }
    .column-top-1 {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
