body 
{
    margin: 0px;
    font-family: "Inter", sans-serif;
}

a { text-decoration: none;}


.header
{
    background-image: url("img/fon_shapk.png");
    background-size:20%;
    background-position:top;
    background-repeat:repeat;
    

    
}

.head_info
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo
{
    width: 90px;
    margin-right: 20px;
}

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

.warper
{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.text_in_logo
{
    font-size: 17px;
    color: rgb(255, 255, 255);
    max-width: 400px;
    font-weight: 300;
    background-color: rgba(217, 220, 21, 0.853);
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    font-weight: 700;
}

.contact
{
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 35px;
    font-weight: 300;
    background-color: rgba(112, 189, 248, 0.853);
    border-radius: 20px;
    padding: 15px;
    text-align: center;
}

.opac_menu
{
    background-color: hsla(0, 0%, 100%, 0.711);
}

.poslanie
{
    background-image: url("img/gos_flag_img.png");
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.poslanie_button
{
    border: 1px solid rgb(255, 255, 255);
    color: white; 
    padding-top: 15px;
    padding-bottom: 15px;
    width: 250px;
    margin: 20px;
    text-align: center;

}


.poslanie_button:hover
{
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0); 
}



/* ----------------------------------   Настройки отображения статей внутри НАЧАЛО  */
.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: rgba(112, 189, 248, 0.853);}

.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: rgba(112, 189, 248, 0.853);}

.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;}

.gala { background-color: hsla(0, 0%, 11%, 0.399); border-radius: 15px; padding: 15px;}

.page-numbers
{
    background-color: rgba(112, 189, 248, 0.853);
    color: white;
    padding: 10px;
    transition: all 0.3s;
    
}

.page-numbers:hover {background-color: rgba(112, 189, 248, 0.853);}

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

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

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



/* ----------------------------------   Заголовок и текст статей НАЧАЛО  */
.text_site
    {
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        font-size: 24px;
        margin-top: 40px;
        background-color: rgba(112, 189, 248, 0.853);
    }

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



/* ----------------------------------    Меню НАЧАЛО */

.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;
}


.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;  
    display: flex;
    justify-content: center;
}

.menu_mane>li:hover
{
    background-color: rgba(112, 189, 248, 0.853);
}

.menu_mane>li>a
{
    text-decoration: none;
    color: #124646;  
    font-size: 15px;
    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 rgba(112, 189, 248, 0.853);
}

.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: rgba(112, 189, 248, 0.853);
}

.current_page_item>a
{
    color: #ffffff !important;
}

/* ------------------------   Пункт меню КОНЕЦ*/





/* ------------------------   Пункт бергера для выезжания в мобайле НАЧАЛО*/

.block_menu
{
    width: 100%;
    background-color: rgba(112, 189, 248, 0.853);
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition-duration: 1s;
    transition-property: transform;
    padding-top: 20px;
    position: absolute;
    height: 100%;
    z-index: 10000;
    overflow-y: scroll; 
}

    /* Бургер меню */
    .hamburger-button 
    {
        width: 50px;
        display: none;
        margin-right: 30px;
        background-color: rgba(112, 189, 248, 0.853);
        padding: 5px;
    }


    /* Крестик меню */
    .hamburger-button2 
    {
        width: 40px;
    }

    .shapk_mob {display: flex; margin-left: 30px;}

/* ------------------------   Пункт бергера для выезжания в мобайле КОНЕЦ*/


.pll-switcher-select
{
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
    background-color: rgba(112, 189, 248, 0.853);
    color: rgb(244, 244, 244);
    border-radius: 10px;
    border: none;
    text-align: center;

    position: relative;
    display: inline-block;

    /* -убираем стандартную стрелку*/
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}

.pll-switcher-select>option {font-size: 14px;}

.pgntn-page-pagination
{
    display: flex;
    justify-content: center;
}


.pll-switcher-select:after {
    content: "▼";
    padding: 0 8px;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 4px;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    color: white;
    z-index: 1000000;
  }


.pll-switcher-select:hover
{
    background-color: rgba(112, 189, 248, 0.853);
}

.lang-item
{
    margin-right: 10px;
}


.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;
    border-radius: 10px;
    font-size: 15px;
    max-width: 100px;
    display: block;
}

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

.current-lang {background-color: rgba(112, 189, 248, 0.853);}
.current-lang>a {color: #ffffff;}

.current-menu-item {background-color: rgba(112, 189, 248, 0.853);}

.blok_lang
{
    display: flex;
    justify-content: space-between;
}


.sliders
{
    padding: 20px;
    display: flex;
    justify-content: center;
}

.img_slide
{
    width: 150px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.img_slide:hover
{
    transform: scale(0.9);
}
   
   
   
@media (max-width: 900px)
{

    .mod_right { display: none; }

    .contact {display: none;}

    .text_in_logo {font-size: 16px;}

    .logo {width: 60px;}

    .opac_menu {display: none;}

    .hamburger-button {display: block;}

    .menu_mane {flex-direction: column;}

    .sliders {flex-wrap: wrap;}

    .img_slide {margin-bottom: 10px; margin-right: 5px;}

    .poslanie_button {width: 150px;}

    .poslanie {justify-content: center;}

    .menu_mane>li>a {font-size: 30px;}

    .pll-switcher-select {font-size: 23px;}

}