

/* Start:/local/templates/.default/components/bitrix/breadcrumb/bread/style.min.css?1711447046467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17336047354355*/
.load_more {
    display: flex;
    justify-content: center;
}

.more_button {
    left: 50%;
    background: #1d1d1f;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    height: 35px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.more_button:hover {
    border: 1px solid #000000;
    background-color: #FFF;
    color: #000;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s; 
}

.articles_block {
    display: flex; /* Используем flexbox */
    position: relative; /* Для абсолютного позиционирования центрального блока */
    height: 100px; /* Высота контейнера для наглядности */
    align-items: center; /* Центрируем элементы по вертикали */
}



.articles_pagination_numbers{
    position: absolute; /* Абсолютное позиционирование */
    left: 50%; /* Сдвигаем в центр по горизонтали */
    transform: translateX(-50%); /* Корректируем смещение, чтобы блок был по центру */
    padding: 10px;
    text-align: center; /* Выравнивание текста внутри блока */
    min-width: 200px; /* Минимальная ширина центрального блока */
}

.articles_pagination{
    min-width: 150px; /* Минимальная ширина левого блока */
    padding-left: 190px;
    text-align: left; /* Выравнивание текста внутри блока */
    font-size: 18px;
    font-weight: 300;
}

.articles_numbers_nui{
    display: flex;
    align-items: center;
}

.articles_numbers_nui ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}
.articles_numbers_nui li {
    list-style: none;
    font-size: 18px;
    font-weight: 300;
    margin: 0 10px;
}

.articles_numbers_nui li a {
    color: #000;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.articles_numbers_nui li a:hover {
    color: #000;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.articles_paginator_right {
    border-radius: 2px;
    background: url(/local/templates/main/css/../img/arr-r-goods.png) center center no-repeat #1d1d1f;
    width: 35px;
    height: 30px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.articles_paginator_right:hover {
    border: 1px solid #000000;
    background: url(/local/templates/main/css/../img/arr-r-goods_b.png) center center no-repeat #1d1d1f;
    background-color: #FFF;
    color: #000;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s; 
}

.articles_paginator_left {
    border-radius: 2px;
    background: url(/local/templates/main/css/../img/arr-l-goods.png) center no-repeat #1d1d1f;
    width: 35px;
    height: 30px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.articles_paginator_left:hover {
    border: 1px solid #000000;
    background: url(/local/templates/main/css/../img/arr-l-goods_b.png) center no-repeat #1d1d1f;
    background-color: #FFF;
    color: #000;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s; 
}

@media (max-width: 999px) {
    .articles_block {
        display: block;
    }
}

@media (max-width: 999px) {
    .articles_pagination {    
        min-width: 150px;
        padding-left: 0px;
        text-align: center;
        font-size: 18px;
 }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/catalog_z/bitrix/news.list/.default/style.css?17481305501371*/
/* Стили для кнопки по центру */
.btn_dwn_centr {
    display: block;
    margin: 0 auto 40px auto;
    text-align: center;
}

/* Стили для модального окна */
.modalz {
    display: none; /* По умолчанию скрыто */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;

    /* Центрирование по центру экрана */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Показать модалку */
.modalz.active {
    display: flex;
}

.modalz-content {
    background: #fff;
    padding: 20px;
    max-width: 745px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.nope {
display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: flex;
}

.closez {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.imgviewz {
    width: 85vw;
}

@media (min-width: 500px) {
    .imgviewz {
        width: 340px;
    }
}

@media (min-width: 700px) {
    .imgviewz {
        width: 700px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/how/style.css?1711629275150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/certs/style.css?1711720801150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/bread/style.min.css?1711447046467 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17336047354355 */
/* /local/templates/.default/components/bitrix/news/catalog_z/bitrix/news.list/.default/style.css?17481305501371 */
/* /local/templates/.default/components/bitrix/news.list/how/style.css?1711629275150 */
/* /local/templates/.default/components/bitrix/news.list/certs/style.css?1711720801150 */
