body {
background: linear-gradient(to right, rgb(22 22 22), rgb(37 37 37), rgb(37 37 37), rgb(22 22 22));
    
}

* { 
    margin: 0;
    padding: 0;
    letter-spacing: 1.1px;
    font-family: "Science Gothic", sans-serif;
    transition: all 0.2s ease;
}


a {
    text-decoration: none;
}

.nav {
    padding: 30px 40px;
    padding-bottom: 0px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.nav_contener {
    height: 60px;
    width: 100%;
    background-color: #0f0f0f;
    border-radius: 7px;
    border: solid 1px #434343;
    display: flex;
    align-items: center;
        box-shadow: 0 0 20px 0px #000000;
}

.nav_title {
    padding-left: 20px;
}
.nav_title a {
    font-family: "Science Gothic", sans-serif;
    font-weight: 700;
    color: #e5e5e5;
    font-size: 22px;
    letter-spacing: 0.8px
}

.nav_2_button_menu button {
height: 60px;
    width: 60px;
border: solid 1px #00ff55;
    color: #00ff55;
    background-color: #161616;
    font-weight: 500;
    border-radius: 7px;
    font-family: "Science Gothic", sans-serif;
    cursor: pointer;
    box-shadow: 0 0 20px 0px #000000; 
}

.nav_2_button_menu button:hover {
    box-shadow: inset 0px 0px 20px 6px #00940a;
}

.nav_2_button_menu svg {
    height: 40px;
    margin-bottom: -7px;
}

.menu_pc {
    padding: 0px 40px;
}

.menu_pc_contener {
    gap: 10px;
    display: flex;
    padding: 10px 0px;
    flex-wrap: wrap;
    
}

.menu_pc_contener a {
        box-shadow: 0 0 20px 0px #000000;
    height: 35px;
    cursor: pointer;
    background-color: #0f0f0f;
    border-radius: 7px;
    color: #cbcbcb;
    padding: 0px 15px;
    font-size: 13px;
    display: flex;
    font-family: "Science Gothic", sans-serif;
    border: solid 1px #434343;
    font-weight: 600;
    align-items: center;
}

.menu_pc_contener a:hover {
border: solid 1px #00ff55;
    color: #00ff55;
}

.menu_pc_contener p {
        box-shadow: 0 0 20px 0px #000000;
    height: 35px;
    cursor: pointer;
    background-color: #0f0f0f;
border: solid 1px #00ff55;
    color: #00ff55;
    border-radius: 7px;
    padding: 0px 15px;
    font-size: 13px;
    display: flex;
    font-family: "Science Gothic", sans-serif;
    font-weight: 600;
    align-items: center;
}

.menu_pc_contener p:hover {
    box-shadow: inset 0px 0px 20px 6px #006b24;
}

.info {
    padding: 0px 40px;
}

.info_contener {
        box-shadow: 0 0 20px 0px #000000;
    padding: 25px;
    background:
        linear-gradient(
          rgba(0, 0, 0, 0.83),
          rgba(0, 0, 0, 0.83)
        ),
        url(https://bedrockhub.ru/media/images/ca279.png);
    background-repeat: no-repeat;
    background-size: cover; /* чтобы изображение покрывало весь контейнер без искажения */
    background-position: center;
    border-radius: 7px;
    margin-top: 15px;
    border: solid 1px #333333;
}

.info_contener_1 h1 {
    color: #eeeeee;
}

.info_contener_1 p {
    color: #cccccc;
    margin-top: 15px;
    font-size: 14px;
}

.info_contener_1_a {
    color: #00ff68;
    text-decoration: underline;
}


.post {
    padding: 0px 40px;
}
.post_contener {
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
}

.post_contener_1 {
    width: 65%;
}
    .dowload_loading {
        height: 45px;
        padding-bottom: 15px;
    }

.post_contener_1_poisk {
    display: flex;
    gap: 15px;
    height: 40px;
    border: solid 1px #333333;
    border-radius: 7px;
    background: #0f0f0f;
    padding-left: 10px;
}

.post_contener_1_0_1_1 {
    border: solid 1px #333333;
    border-radius: 7px;
    background: #0f0f0f;
    color: #d8d8d8;
    padding: 15px;
}

.post_id_info {
    display: flex;
    flex-direction: column;
    width: 65%;
    padding-right: 20px;
    
}
.post_id_info_1 {
    border: solid 1px #333333;
    border-radius: 7px;
    background: #0f0f0f;
    box-shadow: 0 0 20px 0px #000000; 
}

.post_id_info_1 h1 {
    color: #e5e5e5;
    font-size: 20px;
    padding: 4px 15px;
    padding-top: 10px;
}
.post_id_info_1 p {
    padding: 0px 15px;
    color: #b3b3b3;
    font-size: 13px;
    padding-bottom: 15px;
}

.post_id_info_1_0 {
    color: #818181;
    display: flex;
    font-size: 12px;
    border-top: solid 1px #333333;
    padding: 15px;
    font-weight: 600;
    justify-content: space-between;
}
.post_id_info_1_0 div {
    display: flex;
    gap: 12px;
    font-size: 12px;
    align-items: center;
}

.post_id_info_1_0 div div {
    display: flex;
    gap: 4px;
}

.post_id_info_1_0 div div svg {
    height: 18px;
}

.post_id_info_1_0 div p {
    color: #818181;
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
    
}

.post_id_info_2 {
    display: flex;
    gap: 10px;
    padding-top: 15px;
    justify-content: space-between;
}

.post_id_info_2 button {
    width: -webkit-fill-available;
    height: 49px;
    border-radius: 7px;
border: solid 1px #00ff55;
    color: #00ff55;
    background-color: #0f0f0f;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 0 20px 0px #000000; 
}

.post_id_info_2 button:hover {
    box-shadow: inset 0px 0px 20px 6px #006b24;
    cursor: pointer;
}

.obsudite_tg {
    width: -webkit-fill-available;
    margin-top: 15px;
    height: 49px;
    border-radius: 7px;
    border: solid 2px #00b6ff;
    color: #00b6ff;
    background-color: #0f0f0f;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 0 20px 0px #000000; 
}

.obsudite_tg:hover {
    box-shadow: inset 0px 0px 20px 6px #00587a;
    cursor: pointer;
}

.post_id_info_3 {
    color: #dddddd;
    font-size: 15px;
    padding: 0px;
}

.post_id_info_3 h3 {
    color: #e5e5e5;
    font-size: 24px;
    padding: 7px 0px;
}

.post_id_info_3 img {
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.post_id_info_3 p {
    color: #dddddd;
    font-size: 15px;
    padding: 0px;
}
.post_id_info img {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.post_id_info_img {
    aspect-ratio: 16 / 7;
}

.post_id_info_3 ul {
    color: #dddddd;
    padding-left: 30px;
    list-style-type: square;
    display: flex;
    font-size: 15px;
    gap: 10px;
    flex-direction: column;
    margin: 10px 0px;
}
.post_id_info_3 img {
    height: auto;
    margin: 7px 0px;
}

.post_id_info_3 ol {
    color: #dddddd;
    padding-left: 37px;
    display: flex;
    font-size: 15px;
    gap: 10px;
    flex-direction: column;
    margin: 10px 0px;
}
.post_id_info_3 ol li::marker {
	color: #00d50e;
	font-size: 15px;
}

.post_id_info_3 ul li::marker{
	color: #00d50e;
	font-size: 16px;
    gap: 10px;
}

.post_contener_1_0_1_1 h2{
    margin-bottom: 10px;
}

.post_contener_1_0_1 {
    padding-right: 20px;
}

.post_contener_1_poisk input {
    width: -webkit-fill-available;
    background: none;
    border: none;
    color: #cccccc;
    font-weight: 500;
}

.post_contener_1_poisk input:hover {
    background: none;
    border: none;
}

input {
  outline: none; /* Убирает стандартную синюю подсветку при фокусе */
  
}




.post_contener_1_poisk button {
    background-color: #00d50e;
    font-weight: 500;
    border: none;
    border-left: solid 2px #494949;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px 13px;
    cursor: pointer;
    font-weight: 600;
}

.post_contener_1_poisk button:hover {
    box-shadow: inset 0px 0px 20px 6px #00940a;
}

.post_contener_1_postes {
    padding: 20px 0px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.post_info_public {
    border: solid 1px #333333;
    border-radius: 7px;
    background: #0f0f0f;
    width: calc(50% - 15px);
    cursor: pointer;
    box-shadow: 0 0 20px 0px #000000;
}


.post_info_public_0 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.post_info_public_0_1 {
    width: 100%;
    
}

.post_info_public_1 {
    aspect-ratio: 16 / 7;
    max-width: 100%;
    width: auto;
    display: flex;
    cursor: pointer;
}

.post_info_public_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post_info_public_2 h3 {
    color: #d3d3d3;
    font-size: 17px;
    padding: 4px 10px;
}
.post_info_public_3 p {
    padding: 0px 10px;
    color: #b3b3b3;
    font-size: 13px;
    padding-bottom: 10px;
    font-weight: 400;
}

.post_info_public_4 {
    display: flex;
    padding: 10px;
    padding-top: 5px;
    color: #00ff55;
    gap: 8px;
    font-size: 11px;
    flex-wrap: wrap;
}
.post_info_public_4 p {
border: solid 1px #00ff55;
    background-color: #181818;
    border-radius: 5px;
    height: 18px;
    display: flex;
    padding: 2px 10px;
    align-items: center;
    box-shadow: 0 0 20px 0px #000000; 
}

.post_info_public_4 p svg {
    height: 15px;
    margin-top: -2px;
}

.post_info_public_5 {
    display: flex;
    color: #838383;
    font-size: 11px;
    padding: 10px;
    font-weight: 600;
    justify-content: space-between;
    border-top: solid 1px #333333;
}

.post_info_public_5_1 div {
    display: flex;
    gap: 4px;
    align-items: center;
}

.post_info_public_5_2 {
    display: flex;
    gap: 8px;
    align-items: center;
}

.post_info_public_5_1 div svg {
    height: 20px;
    margin-top: -1px;
}

.post_info_public_5_1 div p {
    font-size: 12px;
}

.post_info_public_5_1 {
    display: flex;
    gap: 8px
}

.post_contener_2_1 {
    border: solid 1px #333333;
    border-radius: 7px;
    background: #0f0f0f;
    margin-top: 20px;
    box-shadow: 0 0 20px 0px #000000;
}

.post_contener_2 {
    width: 32%;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.post_contener_2_1_1 {
    height: 40px;
    display: flex;
    align-items: center;
    color: #cfcfcf;
    font-size: 15px;
    padding: 0px 15px;
    border-bottom: solid 1px #333333;
}

.post_contener_2_1_2 {
    color: #818181;
    padding: 15px;
    font-size: 13px;
    gap: 10px;
    display: flex;
    text-decoration: underline;
    flex-direction: column;
    font-weight: 500;
}

.post_contener_2_1_2 a {
    cursor: pointer;
    width: max-content;
    color: #818181;
}

.post_contener_2_1_2 a:hover {
    color: #d1d1d1;
}

.post_contener_3 {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.post_contener_3 p {
    height: 40px;
    padding: 0px 15px;
    background-color: #00d50e;
    font-weight: 500;
    display: flex;
    box-shadow: 0 0 20px 0px #000000;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

.post_contener_3 a {
    height: 40px;
    padding: 0px 15px;
    font-weight: 500;
    color: #b3b3b3;
    box-shadow: 0 0 20px 0px #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    cursor: pointer;
} 

.post_contener_3 a:hover {
    background-color: rgb(49, 49, 49);
}

.post_contener_3 span {
    height: 40px;
    font-weight: 600;
    color: #8d8d8d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

.footer {
    border: solid 1px #333333;
    border-radius: 7px;
    background: #0f0f0f;
    display: flex;
    margin: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px 0px #000000;
}

.footer h2 {
    color: #d3d3d3;
    font-size: 17px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}

.footer h2 p {
    color: #afafaf;
    font-size: 11px;
    font-weight: 600;
}
.footer a:hover {
    color: #d3d3d3;
}

.footer div a:hover {
    color: #dfdfdf;
}
.footer div a {
    font-weight: 700;
    color: #8d8d8d;
    font-size: 13px;
}
.footer div {
    display: flex;
    gap: 15px;
}

.footer a {
    font-weight: 500;
    color: #b3b3b3;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.post_id_info_4 {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.post_id_info_4_file {
    border: solid 1px #333333;
    border-radius: 7px;
    background: #0f0f0f;
    display: flex;
    padding: 20px;
    flex-direction: column;
    box-shadow: 0 0 20px 0px #000000; 
}

.post_id_info_4_file h3 {
    color: #d3d3d3;
    font-size: 19px;
    font-weight: 600;
}

.post_id_info_4_file p {
    color: #929292;
    font-size: 13px;
    padding: 15px 0px;

}

.post_id_info_4_file div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.post_id_info_4_file a {
    height: 45px;
border: solid 1px #00ff55;
    color: #00ff55;
    background-color: #181818;
    font-weight: 600;
    border-radius: 7px;
    max-width: 250px;
    display: flex;
    font-size: 13px;
    font-family: "Science Gothic", sans-serif;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: center;
    cursor: pointer;
    gap: 5px;
    box-shadow: 0 0 20px 0px #000000;
}

.post_id_info_4_file a:hover {
    box-shadow: inset 0px 0px 20px 6px rgb(0, 85, 6);
}

.post_id_info_4_file svg {
    height: 24px;
}

.post_id_info_4_file div p {
    color: #929292;
}

.post_id_info_5 {
    border: solid 1px #333333;
    border-radius: 7px;
    background: #0f0f0f;
}

.post_id_info_5 h3 {
    color: #d3d3d3;
    font-size: 19px;
    font-weight: 600;
    padding: 15px;
    border-bottom: solid 1px #333333;
}

.post_id_info_5_list {
    display: flex;
    padding: 20px;
    gap: 15px;
    flex-wrap: wrap;
}

.post_id_info_5_list p {
    background-color: #181818;
    border-radius: 7px;
    padding: 4px 10px;
    font-weight: 600;
border: solid 1px #00ff55;
    color: #00ff55;
    font-size: 13px;
}

.post_id_info_error {
    background-color: #c30000;
    border-radius: 7px;
    padding: 20px;
    border: solid 2px #490000;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
}

.file_doweload {
    display: flex;
    width: 68%;
    padding-right: 20px;
    gap: 20px;
    flex-direction: column;
}

.file_doweload_1 {
    border: solid 1px #333333;
    border-radius: 7px;
    padding: 15px;
    background: #0f0f0f;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.file_doweload_1 h2 {
    color: #d1d1d1;
    font-size: 22px;
}

.file_doweload_1 p {
    color: #818181;
    font-size: 14px;
    padding: 0px 10px;
    text-align: center;
}

.file_doweload_2_1 {
    border: solid 1px #333333;
    border-radius: 7px;
    background: #0f0f0f;
    box-shadow: 0 0 20px 0px #000000; 
}

.file_doweload_2_1 img {
    aspect-ratio: 16 / 7;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.file_doweload_2_1 h3 {
    color: #e5e5e5;
    font-size: 24px;
    padding: 4px 15px;
    padding-top: 10px;
}
.file_doweload_2_1 p {
    padding: 0px 15px;
    color: #b3b3b3;
    font-size: 14px;
    padding-bottom: 15px;
}

.file_doweload_2_1_a_1 {
    font-size: 14px;
    color: #8d8d8d;
    padding: 5px 15px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.file_doweload_2_1_a_1:hover {
    color: #d3d3d3;
}

.file_doweload_2_1_a {
    background-color: #161616;
border: solid 1px #00ff55;
    color: #00ff55;
    border-radius: 7px;
    padding: 0px 13px;
    width: -webkit-fill-available;
    font-size: 13px;
    margin: 15px;
    height: 100%;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px 0px #000000; 
}


.file_doweload_2_1_a:hover {
    box-shadow: inset 0px 0px 20px 6px rgb(0, 85, 6);
}

.file_doweload_2_1 div p {
    border: solid 1px #333333;
    background: #0f0f0f;
    border-radius: 7px;
    padding: 0px 13px;
    display: flex;
    width: -webkit-fill-available;
    font-size: 13px;
    margin: 15px;
    height: 100%;
    font-weight: 600;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0px #000000; 
}
 
.file_doweload_2_1 div span {
    padding: 0px 7px;
}

.mobile_menu {
    position: fixed;
    height: 100%;
    width: 0%;
    background: #0f0f0f;
    overflow: hidden; /* добавляем чтобы скрывать содержимое за пределами ширины */
    z-index: 9999; /* чтобы было поверх остальных элементов, если нужно */

}

.mobile_menu.open {
  width: 100%;
}

.mobile_menu button {
    height: 60px;
    width: 60px;
    margin: 20px;
    background-color: #181818;
border: solid 1px #00ff55;
    color: #00ff55;
    font-weight: 600;
    font-size: 30px;
    border-radius: 7px;
    font-family: "Science Gothic", sans-serif;
    cursor: pointer;
    box-shadow: 0 0 20px 0px #000000; 
}

.mobile_menu_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    gap: 10px;
    font-weight: 600;
    flex-direction: column;
}

.mobile_menu_1 a {
    padding: 5px;
    font-size: 18px;
    color: #e1e1e1;
}

.mobile_menu_1 p {
    padding: 5px;
    font-size: 18px;
    color: #00ff55;
}
.exit {
    display: flex;
    justify-content: flex-end;
}

.mobile_menu button:hover {
    box-shadow: inset 0px 0px 20px 6px rgb(0, 85, 6);
}



@media (min-width: 1025px) {
    .nav_2_button_menu button {
        display: none;
    }

    .mobile_menu {
        display: none;
    }
    
}

@media (max-width: 1025px) {
    .post_contener_2 {
        display: none;
    }

    .post_contener_1 {
        width: 100%;
    }
    .post_id_info {
        width: 100%;
        padding-right: 0px;
    }

    .file_doweload {
        width: 100%;
        padding-right: 0px;
    }

    .menu_pc_contener {
        display: none;
    }

    .footer {
        margin: 40px;
        justify-content: center;
    }

    .footer div, .footer a, .footer p {
        display: none;
    }

    .nav {
        padding-bottom: 0px;
    }

    .nav_title {
        padding-left: 0px;
    }

        .nav_contener {
    justify-content: center;

    }

}

@media (max-width: 720px) {


.post_id_info_2 {
    flex-direction: column;
}

    .nav {
        padding: 20px;
        padding-bottom: 0px;
    }
    .footer {
        margin: 20px;
    }
    .post_info_public {
        width: 100%;
    }

    .info {
        padding: 0px 20px;
    }

    .info_contener_1 h1 {
        font-size: 24px;
    }
    .info_contener_1 p {
        font-size: 15px;
    }

    .post {
        padding: 0px 20px;
    }

    .info_contener {
        padding: 15px;
    }

    .post_contener_1_poisk {
        height: 45px;
    }

    .post_id_info h1 {
        font-size: 20px;
    }
    .post_id_info p {
        font-size: 13px;
    }

    .post_id_info button {
        height: 50px;
        font-size: 15px;
        max-width: none;
    }

    .post_id_info_1_0 {
        font-size: 12px;
    }
    .post_id_info_1_0 div p {
        font-size: 12px;
    }

    .post_id_info_1_0 div div svg {
        margin-top: -1px;
    }

    .post_id_info_4_file div {
        flex-direction: column;
        gap: 0px;
    }

    .post_id_info_4_file a {
        max-width: none;
        height: 45px;
        box-shadow: 0 0 20px 0px #000000; 
    }
    .post_id_info_4_file div p {
        padding-bottom: 0px;
    }
    .post_id_info_5_list p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .file_doweload_2_1 h3 {
           font-size: 20px;
    }
    .file_doweload_2_1 p {
           font-size: 14px;
    }
}