html {
    padding: 0;
    background-color: rgb(238, 238, 238);
    font-family: 'Roboto', sans-serif;
}

a
{
    text-decoration: none;
    color: #A3AD66;
    font-weight: 600;
    word-break: break-all; 
}

.wrapper
{
    display: flex;
    justify-content: center;
    background-color: white;
    max-width: 1300px;
    width: auto;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}



.dx>a 
{
    background-color: rgb(255, 136, 0); 
    color: aliceblue;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    
}

.dx>p
{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    color: #ecb041;
}

.dx>p>em
{
    padding: 10px;
}

.lin
{
    background-color: #c99433;
    width: 100%;
    height: 3px;
}

.dx>a:hover
{
    background-color: rgb(235, 144, 41); 
}

.dx>img
{
    width: 100%;
}

.dx
{
    display: flex;
    flex-direction: column;
}

.head
{
    display: flex;
    flex-direction: column;
    /* background: #A3AD66; */
    background-image: url(../images/fonnn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.shapk
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.log
{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.img_logo
{
    max-height: 110px;
    max-width: 110px;
    height: 100%;
    width: 100%;

}

.img_footer
{
    max-height: 600px;
    height: auto;
}



/* НАЧАЛО: Стили для картинок в тексте материалов */
.com-content-article__body > p > strong > img
{
    width: 100%;
    height: auto;
}

.com-content-article__body > p > img
{
    width: 100%;
    height: auto;
}
/* Конец:  Стили для картинок в тексте материалов*/




.page-item
{
    list-style-type: none;


}

.page-item > a
{
    color: rgb(255, 145, 0);
    text-align: center;    
    text-decoration: none;
    margin-left: 15px;
}

.pagination
{
    display: flex;
}

.com-content-category__counter
{
    display: none;
}




.line_d
{
    height: 2px;
    width: 100%;
    max-width: 350px;
    background-color: orange;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mane_logo
{
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    font-weight: 600;
    max-width: 350px;
    width: 100%;
    color: rgb(32, 32, 32);
    font-size: 15px;

}

.tex_log
{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.lg
{
    display: flex;
}





/* НАЧАЛО: Стили для модуля блока Новостей на главной */

.mod-articlesnews
{
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.readmore
{
    font-size: 1vw;
    width: 100%;
    height: 50%;
}

.mod-articlesnews__item
{
    width: 45%;
    height: 100%;
}

.newsflash-image > img
{
    width: 100%;
    max-width: 1140px;
    height: 100%;
}

.new_zag
{
    text-align: center;
    font-size:  24px;

}


.new_zag::before {
    content: "";
    background-image: url('/images/icon_logo.svg');
    background-size: 40px 40px;
    width: 75px;
    height: 70px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 8px;
    position: absolute;
    margin: -14px -53px;
}

.newsflash-title
{
    text-align: center;
    font-size: 100%;
}


/* КОНЕЦ: Стили для модуля блока Новостей на главной */




.centr > span
{
    font-size: 18px !important;
}


.previous
{
    margin-right: 5px !important;
}

.next
{
    margin-left: 5px !important;
}

.sl_post
{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 20px;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.swiper-button-prev
{
    background-color: hwb(68 40% 32% / 0.641);
    padding: 10px;
    border-radius: 10px;
}

.swiper-button-prev:after
{
    color: rgb(255, 255, 255);
}

.swiper-button-next:after
{
    color: rgb(255, 255, 255);;
}

.swiper-button-next
{
    background-color: hwb(68 40% 32% / 0.641);
    padding: 10px;
    border-radius: 10px;
}

.swiper_end2
{
    max-width: 1400px;
    width: auto;
    height: auto;
    margin-top: 15px;
}

.swiper_end
{
    margin-top: 15px;
    max-width: 1400px;
    width: auto;
    height: auto;
}

.swiper-hed
{
    max-width: 100%;
    width: auto;
    height: auto;
}

.swiper-wrapper
{
    display: flex;
}

.img_ban
{
    max-width: 700px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img_home
{
    max-height: 120px;
    height: auto;
    max-width: 400px;
    width: 100%;
}

.img_lupa
{
    max-height: 150px;
    height: 100%;
    max-width: 200px;
    width: 100%;
}

.log
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}


.menu_run
{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.run
{
    /* border: solid; */
    font-size: 1vw;
    background: white;
}

.menu
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0; 
    flex-wrap: nowrap;
    background: #D5DCB3;
}

.nav-item
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 800;
    list-style-type: none;
    /* border-right: solid; */
    padding: 5px;
    /* border: 3px solid rgb(0, 0, 0); */
    position: relative;
    font-size: 14px;

}

.nav-item > a
{
    color:black;
    font-weight: 800 !important;
    text-transform: uppercase;
}




/* НАЧАЛО: стилей для языков */
.mod-languages__list > li
{
    background-color: rgb(219, 219, 219);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0,8vw !important;
}

.mod-languages__list > li > a
{
    color: black;
}

.lang-active > a
{
    background-color: rgb(255, 123, 0);
    color: white !important;
    font-size: 0,8vw !important;    
}

.language
{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* КОНЕЦ: стилей для языков */






/* НАЧАЛО: Хлебные крошки */

.mod-breadcrumbs
{
    list-style-type: none;
    display: flex;
    padding-left: 0px;
    align-items: center;
    flex-wrap: wrap;
}


.mod-breadcrumbs__item > a > span::after
{
    content: '➞';
    margin-left: 5px;
    margin-right: 5px;
}

.mod-breadcrumbs__item > a
{
    word-break: normal;
}

/* КОНЕЦ: Хлебные крошки */


.list-title
{
    text-align: start;
}



/* НАЧАЛО: стилей для меню */
.nav-item:hover
{
    background-color: #A3AD66 !important ; 
}

/* .nav-item:nth-child(odd)
{
    background-color: rgb(255, 115, 0);
} */

.mod-menu__sub 
{
    display: none;
}

.mod-menu > li > a
{
    word-break: normal;
}

.nav-item:hover .mod-menu__sub 
{
    display: block;
    position: absolute;
    top: 100%;
    z-index: 1;
    background-color: antiquewhite;
    padding: 0;
    width: 250px;
}

/* КОНЕЦ: стилей для меню */


.item-page
{
    display: flex;
    flex-direction: column;
}


.ico_log
{
    width: 99%;
    max-width: 40px;
    margin-right: 10px;
    display: none;
}

.item-image > img
{
    width: 100%;
    height: 100%;
}

.item-image
{
    margin-block-start: 0em !important; 
    margin-block-end: 0em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
}


.momento_oboi
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

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


.poster
{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;

    align-items: center;
    margin-left: 20px;

}



.btn
{
    background-color: rgb(255, 136, 0);
    color: aliceblue;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;

}

.btn:hover
{
    background-color: rgb(252, 151, 36);
}



.article-info
{
    display: none;
} 

.main
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.banlf
{
    width: 100%;
    margin-top: 10px;
}

.bandl
{
    margin-bottom: 20px;
    text-decoration: none;
    color: black;
}

.current.active
{
    background-color: rgb(255, 185, 56);
}



.news_blog
{
    margin-left: 15px;
    margin-right: 15px;
    order: -1;
    width: 50%;
    border-top: 10px;

}

.right_blog
{
    margin-left: 30px;
    margin-right: 15px;
    width: 30%;
}

.left_blog
{
    order: -1;
    width: 30%;
    margin-right: 40px;
}

.oboi
{
    max-width: 600px;
    width: 100%;
    display: block;
    margin-top: 50px;
}

.poster_slanov
{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    margin-left: 15px;
    /* border:
    10px       /* width */
    /* solid   ;  style */
    /* rgb(255, 136, 0);  color  */
    
    padding: 20px;
}

.blog_img
{
    max-width: 1100px;
    width: 100%;
    display: block;
}

.pol
{
    display: flex;
    background-color: #A3AD66;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
}

.centr
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.ico-png
{
    width: 50px;
}

.qr
{
    max-width: 150px;
    width: auto;
    height: auto;
    max-height: 150px;
    
}

.scilki
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;

}

.mapa
{
    max-width: 650px;
    width: 100%;
    height: 100%;
}

.colum
{
    display: flex;
    flex-direction: column;
    color: white;
    text-align: center;
    flex-wrap: wrap;
    width: 25%;
    margin-right: 10px;

}

.line_col
{
    display: none;
}

.mod-menu
{
    margin-bottom: 0;
}



@media (max-width: 1360px) 
{ 
    .mod-menu
    {
        flex-wrap: wrap;
    }
}


@media (max-width: 1087px) 
{ 

    
    .mane_logo
    {
        margin-top: 20px;
    }

    .mod-breadcrumbs__item > a
    {
        word-break: break-all;
    }


    .newsflash-title
    {
        font-size: 15px;

    }


    .mod-articlesnews
    {
        display: block;
    }
    
    .readmore
    {
        font-size: 18px;
    }
    
    .mod-articlesnews__item
    {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .com-content-article__body > h1
    {
        font-size: 18px;
    }

    .poster
    {
        margin-left: 0px;
    }

    .slideshowck
    {
        width: 100% !important;
    }


    .shapk
    {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
    }


    .pol
    {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        padding-right: 15px;
    }

    .line_col
    {
        display: block;
        max-width: 900px;
        width: 100%;
        height: 1px;
        background-color: rgb(238, 238, 238);
    }

    .left_blog
    {
        width: 80%;
        order: 0;
        margin-right: 0px;
    }

    .right_blog
    {
        width: 80%;
    }

    .banlf
    {
        margin-left: auto;
        margin-right: auto;
        
    }
    

    .main
    {
        flex-direction: column;
        align-items: center;
        

    }

    .log
    {
        flex-wrap: wrap;
        justify-content: center;
    }

    .img_home
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .colum
    {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        font-size: 16px;
    }


    .menu
    {
        flex-wrap: wrap;
    }


    .news_blog
    {
        order: -1;
        width: 90%;

    }

    .qr
    {
        margin-top: 10px;
        margin-bottom: 30px;        
    }

    .sl_post
    {
        flex-wrap: wrap;
    }

    .scilki
    {
        align-self: center;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .run
    {
        font-size: 15px;
    }


    .poster_slanov
    {
        margin-top: 40px;
        margin-left: 0px;
        
    }


}


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

.swiper-slide{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.slanov{
    width: 250px !important;
}


