body
{
    margin: 0px;

}

a {text-decoration: none;}

.heder
{
    background-color: #2e7345;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.logo
{
    width: 60px;   
    margin-right: 15px;
}

.head_block
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_block_dop
{
    display: flex;
    align-items: flex-end;
}

.bvi-shortcode
{
    margin-right: 10px;
}

/* ----------------------------------    Меню НАЧАЛО */
.menu_mane
{
    padding-left: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background-color: #f1f1f1;
}


.menu-item-has-children>a
{
position: relative;
}

.menu-item-has-children>a::after
{
    content: "⌵";
    color: #f6f6f6;
    position: absolute;
    top: 17%;
    transform: rotate(0deg);
    left: 90%;

}

.menu_mane>li
{
    width: 200px;
    font-size: 15px;
    list-style-type: none;
    transition: transform 0.3s ease;  
}

.menu_mane>li:hover
{
    background-color: #2e7345; 
}

.menu_mane>li>a:hover
{
    color: #ededed;
}

.menu_mane>li>a
{
    text-decoration: none;
    color: #3c3a3a;  
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    list-style-type: none;
}


.sub-menu-active:focus
{background-color: #ededed;  }

.sub-menu>li>a
{
    color: #DBDBDB;   
}

.sub-menu
{
    padding-left: 0px;
    display: none;
}

.sub-menu>li
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px  solid #2e7345; 
    list-style-type: none;
}

.sub-menu.sub-menu-active {
    display: block; 
    margin-left: 0px;
    background-color: #d4d4d4;
}

.sub-menu>li>a
{
    color: rgb(89, 89, 89);
    margin: 5px;
    margin-left: 10px;
}

.sub-menu>li:hover
{
    background-color: #20a864;
}

.current_page_item
{
    background-color: #2e7345; 
}

.current_page_item > a
{
    color: white !important ; 
}

.menu-item
{
    width: 100%;
}
/* ------------------------   Пункт меню КОНЕЦ*/


/* ----------------------------------    Меню НАЧАЛО */
.menu_dop
{
    padding-left: 0px;
    margin: 0px;
    display: flex;
    align-items: start;
    flex-direction: column;
    background-color: #0978d5;
}


.menu-item-has-children>a
{
position: relative;
}

.menu-item-has-children>a::after
{
    content: "⌵";
    color: #222121;
    position: absolute;
    top: 17%;
    transform: rotate(0deg);
    left: 90%;

}

.menu_dop>li
{
    font-size: 18px;
    list-style-type: none;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
}

.menu_dop>li:hover
{
    background-color: #3b9ae7;
}

.menu_dop>li>a
{
    text-decoration: none;
    color: #ffffff;  
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    
}


.sub-menu-active:focus {background-color: #ededed;  }

.sub-menu>li>a
{
    color: #DBDBDB;   
}

.sub-menu
{
    padding-left: 0px;
    display: none;
}

.sub-menu>li
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px  solid #2e7345; 
}

.sub-menu.sub-menu-active {
    display: block; 
    margin-left: 0px;
    background-color: #d4d4d4;
}

.sub-menu>li>a
{
    color: rgb(89, 89, 89);
}

.sub-menu>li:hover
{
    background-color: #2ab96b;
}

.current_page_item
{
    background-color: #2e7345; 
}

.current_page_item > a
{
    color: white;
}
/* ------------------------   Пункт меню КОНЕЦ*/

.mane_info
{
    display: flex;
}

.mane_text
{
    min-height: 400px;
    width: 100%;
    padding-left: 10px;
}

.footer
{
    background-color: #d4d4d4;
    border-top: 2px solid #2e7345;
    display: flex;
    justify-content: space-between;
    padding: 15px;

}

/* ----------------------------------   Заголовок и текст статей НАЧАЛО  */
.text_site
    {
        background-color: #0978d5;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        font-weight: 600;
        font-size: 24px;
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 10px;
    }

    .text_text
    {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
        min-height: 250px;
    }
/* ----------------------------------   Заголовок и текст статей КОНЕЦ  */

.block_left
{
    margin-left: 40px;
    margin-right: 40px;
}

/* ----------------------------------   Настройки отображения статей внутри НАЧАЛО  */
.entry-header
{ 
    margin-bottom: 6px; 
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-title {margin-left: 15px;}

.post {margin-left: 15px;}

.current-lang {background-color: #0978d5;}

.entry-content {display: none;}

.entry-title {margin-right: 10px; transition: all 0.3s;}
.entry-title>a {color: #303030; font-size: 17px;}
.entry-title>a:hover {color: #0978d5;}

.entry-date {color: #3a3a3a; transition: all 0.3s; margin-right: 15px;}
.entry-date:hover {color: #929292;}
.entry-footer {display: none;}
.byline {display: none;}

.pgntn-page-pagination-intro {display: none;}

.navigation {display: none;}

.page-numbers
{
    background-color: #0978d5;
    color: white;
    padding: 10px;
    transition: all 0.3s;
    
}

.page-numbers:hover {background-color: #245b7e;}

.current {background-color: #4a4a4a;}

.pgntn-page-pagination-block {margin-bottom: 30px; margin-top: 30px;}

/* ----------------------------------   Настройки отображения статей внутри КОНЕЦ  */

.button_email
{
    background-color: #0978d5;
    color: white;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button_email:hover
{
    background-color: #2d91e3;
}

.dop_menu_mob { display: none; }

.dop_menu_pc {display: block;}

.header_text_logo {color: white;}


/* изменение языков */
.lang-item
{
    background-color: #eeeeee;
    color: rgb(22, 22, 22);
    padding: 7px;
    list-style-type: none;
    text-decoration: none;
    margin-bottom: 7px;
    text-align: center;
    font-size: 13px;
    max-width: 100px;
    display: flex;
    margin-top: 10px;
    margin-right: 10px;
}

.lang-item>a {color: #303030;}

.current-lang {background-color: #4aca2a;}
.current-lang>a {color: #ffffff;}
/* изменение языков */



@media (max-width: 900px)
{
   
    .dop_menu_mob { display: block; }

    .dop_menu_pc {display: none;}

}
