body {
    background: #101010;
}

.header_left {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header_content {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.header_players {
    padding: .625rem;
    border-radius: .375rem;
    background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
    margin-left: 2rem;
}

.header_player_icon {
    width: 1rem;
    height: 1rem;
    opacity: .75;
}

.header_player_text {
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase;
    margin: 0 .5rem 0 .25rem;
    opacity: .75;

    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.header_player_conts {
    font-weight: 700;
    font-size: 1rem;

    display: block;
    width: .625rem;
    flex-shrink: 0;
    text-align: center;
}


.background__image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .8;
    filter: saturate(0%) brightness(30%);
    transition: filter .2s ease;
}

.list_professions {
    display: flex;
    align-content: center;
    justify-content: space-between;
    /*align-items: center;*/
    gap: 15px;
}

.profession {
    padding: .625rem;
    border-radius: .375rem;
    background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
    /*margin-left: 2rem;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.profession__image {
    width: 100%;
}

.detals {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.detals_item {
    width: 50%;
}

.detals__galery_photos {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.detals__galery_photos img {
    width: 100%;
}

.how_to_game {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.how_to_game_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: space-between;

    padding: .625rem;
    border-radius: .375rem;
    background: linear-gradient(180deg, #141414 0%, #1a1111 100%);
}

.how_to_game_item img {
    width: 100px;
}

.how_game {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.button {
    padding: .625rem;
    border-radius: .375rem;
    background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);

    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    color: aliceblue;
}

.social {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social_items {
    display: flex;
    gap: 15px;
    height: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.social_items a {
    padding: .625rem;
    border-radius: .375rem;
    background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer__items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
}

.main_info {
    display: flex;
    gap: 30px;
}

.main_info_item {
    width: 50%;
}

#qajoin p {
    padding: 0px;
    margin: 0px;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80') center/cover no-repeat;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.section {
   /* padding: 60px 0;*/
}