body {
    background-color: #171717;
    font-family: "Rubik", sans-serif;
}


* {
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
}

a {
     text-decoration: none;
}

a:hover {
    cursor: pointer;
}
.button {
    display: flex;
    height: 35px;
    padding: 0px 15px;
    align-items: center;
}

.header {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    padding-bottom: 0px;
    background-color: #171717;
}

.border {
    padding: 0px 80px;
}

.header_poisk_tg {
    display: flex;
}

.header_contener {
    padding: 0px 80px;
    display: flex;
    justify-content: space-between;
}

.header_title {
    color: #171717;
    background-color: #29ce00;
    border: inset 4px #2fec00;
    font-weight: 400;
    font-size: 27px;
    font-family: Minecraft-Ten, sans-serif;
    transition: all 0.2s;
}

.header_title:hover {
    background-color: #23b100;
    border: inset 4px #28c900;
}

.header_tg {
    color: #171717;
    background-color: #009fee;
    border: inset 4px #0098e4;
    font-weight: 400;
    font-size: 13px;
    font-family: Minecraft-Five-Bold, sans-serif;
    margin-right: 15px;
    transition: all 0.2s;
}

.header_tg:hover {
    background-color: #0082c4;
    border: inset 4px #008bd1;
}

.header_poisk {
    color: #171717;
    background-color: #29ce00;
    border: inset 4px #2fec00;
    font-weight: 400;
    font-size: 13px;
    font-family: Minecraft-Five-Bold, sans-serif;
    padding: 0px 10px;
    transition: all 0.2s;
}

.header_poisk_tf{
        background-color: #29ce00;
    border: inset 4px #2fec00;
    padding: 0px;
    padding: 18px 4px;
    padding-left: 9px;
    transition: all 0.2s;
    display: none;
    
}

.header_poisk_tf_exit {
    background-color: #29ce00;
    border: inset 4px #2fec00;
    padding: 0px;
    padding: 18px 4px;
    padding-left: 9px;
    transition: all 0.2s;
}

.header_poisk_tf_exit img {
       padding-right: 7px; padding-left: 4px; height: 15px ;
}

.header_poisk_tf:hover {
    background-color: #23b100;
    border: inset 4px #28c900;
}

.header_poisk input {
    font-weight: 400;
    font-size: 12px;
    font-family: Minecraft-Five-Bold, sans-serif;
    border: none;
    color: #171717;;
    background: none;
    letter-spacing: 3px;
    width: 170px;
}

.header_poisk:hover {
    background-color: #23b100;
    border: inset 4px #28c900;
}


.navigation_pc {
    padding: 0px 80px;
    display: flex;
    justify-content: space-between;
    border-bottom: ridge 3px #3b3b3b;
}


.navigation_pc a {
    font-family: Minecraft-Seven, sans-serif;
    font-size: 14px;
    padding: 0px 5px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: -3px;
}

.navigation_pc img {
    height: 15px; 
    margin-top: 3px;
    position: absolute;
    margin-left: 5px;
}

.navigation_pc_true {
    color: #2ee700;
    border-bottom: ridge 3px #2ee700;
}

.navigation_pc_false {
    color: #f3f3f3;
    transition: 0.1s;
}

.navigation_pc_false:hover {
    color: #2ee700;
    border-bottom: ridge 3px #2ee700;
}


.opisanie_sites {
    background-size: 100% auto;
    background-position: center;
}

.fon_opisanie_glavnai {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.65), rgb(23, 23, 23)),
        url(https://servplug.ru/fones/glavnai_fon.png);
}

.fon_opisanie_news {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.65), rgb(23, 23, 23)),
        url(https://servplug.ru/fones/news_fon.jpg);
}

.fon_opisanie_modes {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.65), rgb(23, 23, 23)),
        url(https://servplug.ru/fones/modes_fon.jpg);
}

.fon_opisanie_servers {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.65), rgb(23, 23, 23)),
        url(https://servplug.ru/fones/servers_fon.jpg);
}

.fon_opisanie_textures {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.65), rgb(23, 23, 23)),
        url(https://servplug.ru/fones/textures_fon.webp);
}

.fon_opisanie_maps {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.65), rgb(23, 23, 23)),
        url(https://servplug.ru/fones/maps_fon.webp);
}

.fon_opisanie_skins {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.65), rgb(23, 23, 23)),
        url(https://servplug.ru/fones/skins_fon.png);
}

.fon_opisanie_guides {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.65), rgb(23, 23, 23)),
        url(https://servplug.ru/fones/guides_fon.webp);
}

.fon_opisanie_programms {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.65), rgb(23, 23, 23)),
        url(https://servplug.ru/fones/programms_fon.png);
}

.opisanie_contener {
    color: #f3f3f3;
    padding: 80px 0px;
    padding-bottom: 0px;
}

.opisanie_contener h2 {
    font-family: Minecraft-Five-Bold, sans-serif;
    font-size: 28px;
    padding-bottom: 20px;
}

.opisanie_contener p {
    font-family: Minecraft-Seven, sans-serif;
    font-size: 15px;
    width: 60%;
    padding-bottom: 10px;
    overflow-wrap: break-word;
}

.opisanie_button_dowload_minecraft {
    color: #171717;
    background-color: #29ce00;
    border: inset 4px #2fec00;
    font-weight: 400;
    font-size: 13px;
    font-family: Minecraft-Five-Bold, sans-serif;
    transition: all 0.2s;
    width: 60%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.header_poisk_tf_exit:hover {
    background-color: #23b100;
    border: inset 4px #28c900;
}

.opisanie_button_dowload_minecraft:hover {
    background-color: #23b100;
    border: inset 4px #28c900;
}

.post_contener {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top:50px;
    margin-bottom: 40px;
}

.post {
    width: calc(100% / 3 - 44px);
    border: solid 4px #242424;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.1s;
}

.post a {
    display: contents;
}

.post:hover {
    cursor: pointer;
    box-shadow: 0px 0px 12px #353535;
}

.post_img {
    background: #393939;
    width: 100%;
    display: inline-flex;
}

.post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    aspect-ratio: 19 / 9;
}

.post_title {
    font-weight: 400;
    font-size: 13px;
    color: #f8f8f8;
    padding: 10px;
    padding-bottom: 0px;
    font-family: Minecraft-Five-Bold, sans-serif;
}

.post_opisanie {
    font-size: 13px;
    color: #dadada;
    padding: 10px;
    padding-top: 5px;
    font-family: Minecraft-Seven, sans-serif;
}

.contener_data_post {
    font-size: 12px;
    color: #aaaaaa;
    padding: 10px;
    font-family: Minecraft-Seven, sans-serif;
    display: flex;
    justify-content: space-between;
    border-top: solid 2px #242424;
}

.data_constr {
    display: flex;
}

.post_views {
    display: flex;
}

.post_views img {
    height: 15px;
    margin-left: 4px;
}

.border_postes {
    padding: 0px 80px;
    padding-right: 50px;
}

.tipes_gadzet {
    position: absolute;
    background-color: #ce6600;
    border: inset 4px #ec7600;
    padding:  0px 10px;
    margin-top: 5px;
    margin-left: -8px;
}

.tipes_gadzet p {
    font-weight: 400;
    font-size: 13px;
    color: #f8f8f8;
    font-family: Minecraft-Five-Bold, sans-serif;
}

.news_post {
    position: absolute;
    background-color: #ce6600;
    border: inset 4px #ec7600;
    padding:  0px 10px;
    margin-top: 39px;
    margin-left: -8px;
}

.news_post p {
    font-weight: 400;
    font-size: 13px;
    color: #f8f8f8;
    font-family: Minecraft-Five-Bold, sans-serif;
}

.footer {
    padding: 20px 80px;
    display: flex;
    justify-content: center;
    border-top: solid 4px #242424;
}

.footer h3 {
    font-weight: 400;
    font-size: 13px;
    color: #f3f3f3;
    font-family: Minecraft-Five-Bold, sans-serif;
}

.menu {
    display: none;
}

.speedbar {
    display: flex;
    flex-direction: row;
    font-family: Minecraft-Seven, sans-serif;
    font-size: 13px;
    color: #8f8f8f;
    gap: 3px;
    flex-wrap: wrap;
    padding-top: 15px;
}

.speedbar a {
    color: #8f8f8f;
    transition: all 0.2s;
}

.speedbar a:hover {
    color: #29ce00;
}




::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #171717;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #171717;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #171717;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #171717;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #171717;
}
::placeholder { /* Most modern browsers support this now. */
   color:    #171717;
}

input:focus {
    outline: none;
    border: none;
}
input:focus:hover {
    outline: none;
    border: none;
}

.poisk_tf {
    position: fixed;
    display: none;
    top: -150px;
    width: calc(100% - 40px);
    left: 0;
    padding: 20px;
    background-color: #171717;
    justify-content: space-between;
    transition: all 0.5s;
    border-bottom: solid 4px #242424;
}

.navigation_tf_contener {
    position: fixed;
    display: none;
    width: 60%;
    height: 100%;
    top: 0;
    left: -700px;
    border-right: solid 4px #242424;
    background-color: #171717;
    z-index: 2;
    transition: all 0.5s;
}

.navigation_tf {
    display: flex;
    height: 100%;
    gap: 20px;
    flex-direction: column;
    padding-left: 30px;
    position: fixed;
    justify-content: center;
    font-size: 15px;
    font-family: Minecraft-Seven, sans-serif;
}

.navigation_tf_true {
    color: #29ce00;
}

.navigation_tf_false {
    color: #f3f3f3;
}

.menu_exit {
    margin: 20px;
}

.pagination {
    font-weight: 400;
    font-family: Minecraft-Five-Bold, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.btn {
    background-color: #ce6600;
    border: inset 4px #ec7600;
    padding-left: 14px;
    padding-right: 11px;
    transition: all 0.2s;
    font-size: 15px;
    color: #171717;
    margin: 0px 10px;
}

.btn:hover {
    background-color: #b65b00;
    border: inset 4px #ca6500;
}

.current {
    color: #171717;
    background-color: #29ce00;
    border: inset 4px #2fec00;
    padding-left: 14px;
    padding-right: 11px;
    transition: all 0.2s;
    font-weight: 400;
    cursor: pointer;
    font-size: 15px;
    font-family: Minecraft-Five-Bold, sans-serif;
}

.current:hover {
    background-color: #23b100;
    border: inset 4px #28c900;
}

.current_i {
    height: 45px;
    padding-left: 19px;
    padding-right: 16px;
    font-size: 17px;
}

.no_poisk_result h2{
    font-size: 13px;
    font-weight: 400;
    font-family: Minecraft-Seven, sans-serif;
    color: #f3f3f3;
}

@font-face {
    font-family: Minecraft-Seven;
    src: url(https://servplug.ru/fonts/Minecraft-Seven.woff) format("woff");
}

@font-face {
    font-family: Minecraft-Ten;
    src: url(https://servplug.ru/fonts/Minecraft-Ten.woff) format("woff");
}

@font-face {
    font-family: Minecraft-Five-Bold;
    src: url(https://servplug.ru/fonts/Minecraft-Five-Bold.woff) format("woff");
}


@media only screen and (max-width: 1060px) {
    .poisk_tf {
        display: flex;
    }
    .navigation_tf_contener {
        display: block;
    }
    .navigation_pc {
        display: none;
    }
    .header {
        padding: 20px 0px;
    }
    .header_contener {
        padding: 0px 40px;
    }

    .poisk_pc {
        display: none;
    }

    .border {
        padding: 0px 40px;
    }

    .border_postes {
        padding: 0px 40px;
    }

    .header_poisk_tf {
        display: flex;
    }

    .header_tg {
        display: none;
    }

    .menu {
        display: block;
    }

}

@media only screen and (max-width: 925px) {
    .post {
        width: calc(100% / 2 - 44px);
    }
} 

@media only screen and (max-width: 800px) {
} 

@media only screen and (max-width: 950px) {
    .opisanie_button_dowload_minecraft {
        width: auto;
    }
    .opisanie_contener p {
        width: auto;
    }

        .opisanie_contener {
        padding: 40px 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 750px) {
    .post {
        width: calc(100% / 1);
    }

    .border {
        padding: 0px 20px;
    }

    .border_postes {
        padding: 0px 20px;
    }
    .header_contener {
        padding: 0px 20px;
    }
    .opisanie_contener {
        padding: 40px 0px;
        padding-bottom: 0px;
    }
    .opisanie_sites {
        background-position: bottom center;
        background-size: auto 130%;
    }
} 