body {
    background-color: rgb(29, 29, 29);
    margin: 0;
    letter-spacing: 1.4px;
    padding: 0;
    
} 

.bar_border {
    padding: 15px 30px;

    margin: 0;
}

.bar_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.bar_title h1 {
    color: rgb(29, 29, 29);
    font-family: "Rubik", sans-serif;
        font-weight: 700;
        background: #ff8100;
        padding: 3px 10px;
        padding-top: 4px;
        border-radius: 6px;
                box-shadow: 0px 0px 5px #ff8100;
    margin: 0;
}

.bar_menu_pc a {
    padding: 0px 13px;
    margin: 0px 2px;
    padding-bottom: 27px;
    color: #ebebeb;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.1s;
}

a {
     text-decoration: none;
}


.bar_menu_pc_false:hover {
    color: #ff8100;
    transition: all 0.1s;
    border-bottom: solid 3px #ff8100
}

.bar_menu_pc_true {
    border-bottom: solid 3px #ff8100
}

.opisanie_border {
    padding: 40px 80px;
    padding-bottom: 20px;
}

.opisanie_content {
    border: solid 2px #393939;
    box-shadow: 0px 0px 15px #393939;
    border-radius: 6px;
    color: #ebebeb;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    padding: 40px;
}

.opisanie_content p {
    margin: 0px;
        color: #cecece;
    font-size: 15px;
}


.opisanie_content h1 {
    margin: 0px;
    padding-bottom: 20px;
}

.opisanie_content_groups {
    display: block;
    padding-top: 20px;
    font-weight: 700;
}

.opisanie_content_groups a {
    background-color: #ff8100;
        box-shadow: 0px 0px 5px #ff8100;
    transition: all 0.2s;
    border-radius: 3px;
    color: rgb(29, 29, 29);
    display: flex;
    padding: 10px 30px;
    margin: 15px 0px;
    margin-bottom: 0px;
    height: 100%;
    justify-content: space-around;
}

.opisanie_content_groups_button:hover {
    background-color: #bb5d00;
    cursor: pointer;
}

.content_border {
    padding: 0px 80px;
    padding-right: 50px;
}

.content_block_posts {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;

}

.menu {
    height: 0;
    overflow: clip;
    transition: all 1s;
            border-bottom: solid 2px #393939;
    box-shadow: 0px 0px 15px #393939;
}

.menu_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px;
        font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 17px;
}

.bar_menu_tf_true {
color: rgb(29, 29, 29);
    width: 100%;
    display: flex;
    max-width: 350px;
    background: #ff8100;
            box-shadow: 0px 0px 5px #ff8100;
    border-radius: 6px;
    padding: 15px;
    justify-content: center;

}

.bar_menu_tf_false {
color: #ff8100;
    width: 100%;
        max-width: 350px;
    display: flex
;
    border: solid 2px #ff8100;
            box-shadow: 0px 0px 5px #ff8100;
    background: rgb(29, 29, 29);
    border-radius: 6px;
    padding: 15px;
    justify-content: center;
}

.bar_menu_tf_false:hover {
    color: rgb(29, 29, 29);
    width: 100%;
    display: flex
;
    background: #ff8100;
    border-radius: 6px;
    padding: 15px;
    justify-content: center;
}

.post_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    aspect-ratio: 19 / 9;
}

.post_img {
    background: #393939;
    display: inline-flex;
}

.post_opis p {
    color: #cacaca;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.post_button:hover a {
    background-color: #bb5d00;
    cursor: pointer;
}

.post_button {
    padding: 14px 10px;
    display: flex;
    justify-content: center;
    transition: all 0.2s;
}

.post_inf p {
    color: #929292;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.post_inf {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    padding-top: 0px;
}

.bar_menu_tf{
    font-size: 39px;
    
    background: #ff8100;
            box-shadow: 0px 0px 5px #ff8100;
        transition: all 0.2s;
    display: none;

    cursor: pointer;
    font-weight: 900;
    border-radius: 6px;
    padding: 0px 11px;
    padding-left: 12px;
}

.bar_menu_tf:hover{
    
    background: #bb5d00;
}

.footyer_names_polit {
    border: solid 2px #393939;
    box-shadow: 0px 0px 15px #393939;
    border-radius: 6px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footyer_names_polit h4 {
    color: #ebebeb;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 15px;
}









.pagination {
        font-family: "Rubik", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    gap: 10px;
}
.pagination .btn {
    padding: 8px 12px;
    background-color: #ff8100;
                box-shadow: 0px 0px 5px #ff8100;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.pagination .btn:hover {
    background-color: #bb5d00;
}
.pagination .page-link {
    padding: 8px 12px;
    background-color: #333;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.pagination .page-link:hover {

            box-shadow: 0px 0px 5px #ff8100;
}

.pagination .current {
    padding: 8px 12px;
    background-color: #333;
        border: solid 2px #ff8100;
            box-shadow: 0px 0px 5px #ff8100;
    color: white;
    border-radius: 4px;
}






.post_name p {
    color: #f1f1f1;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.post_name {
    padding: 8px 12px;
    padding-bottom: 0px;
}

.putes {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}


.putes_true {
    color: #d8d8d8;
}

.putes_false {
    color: #c2c2c2;
    transition: all 0.2s;
}

.putes_false:hover {
    color: #ff8100;
}

.putes p {
    color: #c2c2c2;
    padding: 0px 4px;
}

.putes_border {
    padding: 5px 80px;
    padding-right: 0px;
    padding-top: 0px;
}

.title_post_content_border {
        padding: 5px 80px;
        padding-right: 0px;
}

.title_post_content_border h2 {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #ebebeb;
}


.img_oblozhka_content_border {
        padding: 5px 80px;
        padding-right: 20px;
        padding-top: 10px;
}

.img_oblozhka_content_border img {
    width: 100%;
    border-radius:  6px;
}

.content_post {
    width: 70%;
    margin-top: 15px;
    margin-bottom: 15px;
    border-right: solid 2px #393939;
}


.block_post_content_border {
    padding: 5px 80px;
    padding-right: 20px;
    padding-top: 10px;
}

.block_post_content h4 {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ebebeb;
}

.block_post_content p {
    color: #cacaca;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 0px;
}

.block_post_content img {
    width: 100%;
    border-radius: 6px;
    margin: 10px 0px;
}

.block_post_content {
    padding: 5px 0px;
}

.download-border {
    padding: 5px 80px;
    padding-right: 20px;
    padding-top: 10px;
}

.download {
    border: solid 2px #393939;
    box-shadow: 0px 0px 15px #393939;
    border-radius: 6px;
    padding: 20px;
}

.download_title {
    color: #ebebeb;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.download_version {
    color: #cacaca;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    padding: 5px 0px;
    font-size: 14px;
}

.download_download {
    display: flex;
    flex-direction: row;
    align-items: center;
        margin-top: 5px;
}

.download_download a {
    width: 40%;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #ff8100;
    box-shadow: 0px 0px 5px #ff8100;
    transition: all 0.2s;
    border-radius: 3px;
    color: rgb(29, 29, 29);
    display: flex;
    padding: 10px 30px;
    height: 100%;
    justify-content: space-around;
}

.download_download:hover a {
    background-color: #bb5d00;
    cursor: pointer;
}

.download_download p {
    color: #cacaca;
    padding-left: 10px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;

}

.like_post {
    padding: 0px 80px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.like_button {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    color: #ff8100;
    margin-top: 5px;
    display: flex;
    border: solid 2px #ff8100;
    box-shadow: 0px 0px 5px #ff8100;
    background: rgb(29, 29, 29);
    border-radius: 6px;
    padding: 15px;
    justify-content: center;
        transition: all 0.2s;
}

.like_button_true {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    color: #ff8100;
    margin-top: 5px;
    display: flex;
    border: solid 2px #ff8100;
    box-shadow: 0px 0px 5px #ff8100;
    background: rgb(29, 29, 29);
    border-radius: 6px;
    padding: 15px;
    justify-content: center;
        transition: all 0.2s;
}

.like_button:hover a {
    color: rgb(29, 29, 29);
    background: #ff8100;
}

.inf_post p {
    color: #cacaca;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
}

.inf_post {
    display: flex;
    padding: 0px 5px;
    justify-content: space-between;
    padding-top: 10px;

}


.title_dowload h1 {
    color: #ebebeb;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
        padding: 15px;
    font-size: 23px;
    margin: 0px;
    padding-bottom: 5px;
}

.title_dowload p {
    color: #cacaca;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
        padding: 0px;
    font-size: 17px;
    margin: 0px;
}

.title_dowload {
display: flex
;
    flex-direction: column;
    align-items: center;
        text-align: center;
}

.files_post_info {
    display: flex;
    margin: 20px 80px;
        border: solid 2px #393939;
    box-shadow: 0px 0px 15px #393939;
    border-radius: 6px;
    padding: 20px;
    flex-direction: column;
}

.files_post_info img {
    object-fit: cover;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    aspect-ratio: 19 / 9;
        object-position: bottom;
}

.files_post_info h3 {
    color: #ebebeb;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    padding: 15px 0px;
    font-size: 23px;
    margin: 0px;
}

.files_post_info p {
color: #bbbbbb;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}

.download_files {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    color: rgb(29, 29, 29);
    background: #ff8100;
    margin-top: 5px;
    display: flex;
    box-shadow: 0px 0px 5px #ff8100;
    border: solid 5px #ff8100;
    border-radius: 6px;
    padding: 12px;
    justify-content: center;
        transition: all 0.2s;
}

.download_files:hover {
    background-color: #bb5d00;
    cursor: pointer;
}

.post_inf div {
    display: flex;
    gap: 15px;
    align-items: center;
}

.download_files_0 {
    border: solid 5px #393939;
    box-shadow: 0px 0px 15px #393939;
     font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    display: flex;
color: #bbbbbb;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 0px;
    justify-content: center;
}

#countdown {
    padding: 0px 5px;
}

.footer_border {
    margin-top: 20px;
}


@media only screen and (max-width: 1024px) {
    .bar_menu_pc {
        display: none;
    }

.bar_menu_tf{
 display: block;
}

.content_post {
    width: 100%;
    border: none;
}

.like_post {
    padding-right: 80px;
}

.putes_border {
    padding: 5px 80px;
}

.title_post_content_border {
    padding: 5px 80px;
}

.img_oblozhka_content_border {
    padding: 5px 80px;
}

.block_post_content_border {
    padding: 5px 80px;
}

.download-border {
    padding: 5px 80px;
}
}

.post {
    border: solid 3px #353535;
    box-shadow: 0px 0px 10px #353535;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 925px) {
    .post {
        width: calc(100% / 2 - 43px);
    }

    .content_border {
        padding-right: 45px;
    }
} 

@media only screen and (min-width: 925px) {
    .post {
        width: calc(100% / 3 - 43px);
    }
}

.footer_border {
    padding: 40px 80px;
    padding-top: 10px;
}



.post_button a{
    background-color: #ff8100;
    box-shadow: 0px 0px 5px #ff8100;
    transition: all 0.2s;
    border-radius: 3px;
    color: rgb(29, 29, 29);
    padding: 10px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.post_opis {

    padding: 12px;
    padding-top: 8px;
    overflow: clip;
}

@media only screen and (max-width: 700px) {

    .post_opis {
    padding: 12px;
    padding-top: 8px;
    overflow: clip;
}
    .post {
        width: calc(100% / 1);
    }

    .opisanie_border {
        padding: 40px 20px;
        padding-bottom: 15px;
    }

    .content_border {
        padding-right: 45px;
    }

    .content_border {
        padding: 0px 20px;
    }

.footer_border {
    padding: 20px 20px;
    padding-top: 10px;
}

.opisanie_content p {
    font-size: 14px;

}

.opisanie_content h1 {
    font-size: 25px;
    padding-bottom: 10px;
}

.opisanie_content {
    padding: 20px;
}

.opisanie_content_groups a {

    padding: 13px 30px;
    margin: 0px 0px;
    font-size: 14px;
    margin-top: 15px;

}
.opisanie_content_groups {
    padding-top: 5px;
}

.post_button a {
    padding: 15px 0px;
}

.bar_border {
    padding: 15px 20px;
}

.putes_border {
    padding: 5px 20px;
}

.title_post_content_border {
    padding: 5px 20px;
}

.img_oblozhka_content_border {
        padding: 5px 20px;
}

.block_post_content_border {
    padding: 5px 20px;
}

.download-border {
    padding: 5px 20px;
}

.download_download a {
    width: -webkit-fill-available;
}

.download_download {
    display: flex;
    margin-top: 5px;
    flex-direction: column;
}

.download_download p {
 margin-bottom: 0px;
}

.like_post {
    padding: 0px 20px;
    padding-bottom: 10px;
}

.files_post_info {
    display: flex;
    margin: 20px 20px;
}

}
