 .post_info {
    display: flex;
    flex-direction: row;
 }
 .post_info_content {
    font-size: 15px;
    color: #dddddd;
    font-family: Minecraft-Seven, sans-serif;
}

ul {
    list-style-type: square;
}

li::marker {
	color: #28c900;
	font-size: 18px;
}

.post_info_contener {
    width: 70%;
    border-right: solid 4px #242424;
    margin: 10px 0px;
    padding: 15px 0px;
    padding-right: 25px;
}

.post_info_opisanie h2 {
    font-weight: 400;
    font-size: 20px;

    margin: 15px 0px;
    margin-top: 0px;
    margin-bottom: 4px;
    color: #f8f8f8;
    font-family: Minecraft-Five-Bold, sans-serif;
}

.post_info_opisanie_avatar {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    object-position: bottom;
    aspect-ratio: 19 / 9;
}

.post_info_opisanie_data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}

.post_info_opisanie_data p {
    font-size: 12px;
    color: #aaaaaa;
    font-family: Minecraft-Seven, sans-serif;
}

.button_content_dowload {
    display: flex;
    justify-content: center;
    color: #171717;
    background-color: #29ce00;
    border: inset 4px #2fec00;
    transition: all 0.2s;
    font-weight: 400;
    font-size: 13px;
    font-family: Minecraft-Five-Bold, sans-serif;
}

.button_content_dowload:hover {
    background-color: #23b100;
    border: inset 4px #28c900;
}

.post_info_content {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
}

.post_info_content h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #f8f8f8;
    font-family: Minecraft-Five-Bold, sans-serif;
}

.post_info_content img {
    border-radius: 4px;
}


.post_info_content p {
    font-size: 15px;
    color: #dddddd;
    font-family: Minecraft-Seven, sans-serif;
}

.post_info_content ul {
    font-size: 15px;
    color: #dddddd;
    font-family: Minecraft-Seven, sans-serif;
    margin-left: 20px;
}

.post_info_content ol {
    font-size: 15px;
    color: #dddddd;
    font-family: Minecraft-Seven, sans-serif;
    margin-left: 30px;
}

.post_files_content {
    display: flex;
    flex-direction: column;
}

.post_files {
    border: solid 4px #242424;
    margin-top: 30px;
    display: flex;
    padding: 15px;
    flex-direction: column;
    transition: all 0.2s;
}

.post_files:hover {
    cursor: pointer;
    box-shadow: 0px 0px 12px #353535;
}

.post_files h3 {
    font-size: 16px;
    color: #f8f8f8;
    font-weight: 400;
    font-family: Minecraft-Five-Bold, sans-serif;
}

.post_files p {
    font-size: 13px;
    color: #aaaaaa;
    font-family: Minecraft-Seven, sans-serif;
    padding: 10px 0px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 1060px) {
    .post_info_contener {
        border: none;
        padding-right: 0px;
        width: 100%;
    }

    .dop_post_info_contener {
        display: none;
    }
} 