.conteiner_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;


}

.block_list {
    width: 30%;
    padding-bottom: 40%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    margin: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text_list_block {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.image_list_block {
    width: 40%;
    padding-bottom: 40%;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid rgb(0, 0, 0);
}

.ul_list {
    list-style-type: none;
}

.ul_list li {
    margin: 3px;
}

.ul_list li span {
    font-weight: bold;
}

.btn_list {
    margin: 5px;
    width: 100%;
    font-size: 120%;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: rgba(20, 109, 20, 0.7);
    border: 1px, solid, rgba(20, 109, 20, 0.7);
    color: white;
}

.btn_list:hover {
    background-color: rgb(20, 109, 20);
    border: 1px, solid, rgb(20, 109, 20);
    color: white;
}

.btn_list_delete {
    margin: 5px;
    width: 100%;
    font-size: 120%;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: rgba(163, 15, 15, 0.7);
    border: 1px, solid, rgba(163, 15, 15, 0.7);
    color: white;
}

.btn_list_delete:hover {
    background-color: rgb(163, 15, 15);
    border: 1px, solid, rgb(202, 39, 39);
    color: white;
}

@media screen and (max-width: 1400px) {
    .block_list {
        display: flex;
        flex-direction: column;
    }
}


/* department and type */

.block_list_dt {
    width: 20%;
    padding-bottom: 40%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.ul_list_dt {
    list-style-type: none;
    text-align: center;
}

.btn_block_dt {
    margin: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.btn_list_high {
    padding: 2px;
}

/* technic */

.conteiner_list_technic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block_list_technic {
    width: 50%;
    padding-bottom: 10%;
    border-top: 2px solid rgb(0, 0, 0);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    margin: 5px;
    padding: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.image_list_block_technic {
    width: 8%;
    padding-bottom: 8%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid rgb(0, 0, 0);
    background-position: center center;
    margin-right: 5px;
}

.text_block_technic_top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.block_data_technic {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 5px;
}

.box_text_technic {
    width: 50%;
}

.line_block_technic {
    width: 100%;
    display: flex;
}

.btn_block_technic {
    width: 100%;
    display: flex;
    justify-content: end;
}

.btn_technic {
    width: 40%;
    margin: 1px;
    font-size: 14px;

}
.btn_technic_glonass {
    width: 10%;
    margin: 1px;
    font-size: 14px;

}

.top_bottom_list {
    display: flex;
    justify-content: center;
}

.top_bottom_list a {
    width: 15%;
}

/* service_ */

.serv_block_technic_left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
}

.serv_block_technic_right {
    width: 60%;
    padding: 0 0 0 3px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    border-left: 1px solid rgba(0, 0, 0, 0.323);
}

/* news */

.line_block_news {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.block_data_news {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.text_block_news {
    width: 100%;
}

.btn_news {
    width: 30%;
    font-size: 15px;
}

.date_list_news {
    font-size: 15px;
    font-style: italic;
}


.block_data_news {
    width: 90%;


}

/* .block_data_news div{
    border: 3px solid blueviolet;
    padding: 1px;
} */

.heder_article {
    margin-bottom: 1px;
}

.date_article {
    text-align: center;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 15px;
}

.text_article {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 3px;
}

.btn_article {
    width: 20%;
    font-size: 15px;
}

.text_article_form {
    /* margin: 2px 5px; */
    border: 1px solid rgba(0, 0, 0, 0.451);
    width: 100%;
}

.text_article_form:focus {
    outline: none;
    border: 1px, solid, rgb(63, 133, 63);
    background-color: rgb(186, 219, 186);
}

.btn_news_inc{
    width: 20%;
}