

/* Start:/local/templates/.default/components/bitrix/breadcrumb/bread/style.css?1711447046585*/
.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: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/articles_europagin/style.css?17750001263444*/
.articles_block {
    display: flex;
    position: relative;
    min-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;
    line-height: 1.4;
}

.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;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-left: 20px;
}

.articles_numbers_nui li {
    list-style: none;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.articles_numbers_nui li a,
.articles_numbers_nui li b {
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    line-height: 1;
}

.articles_numbers_nui li b {
    font-weight: 500;
}

.articles_numbers_nui li a {
    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: 12px;
    background: url(/local/templates/main/css/../img/arr-r-goods.png) center center no-repeat #1d1d1f;
    width: 44px;
    height: 44px;
    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: 12px;
    background: url(/local/templates/main/css/../img/arr-l-goods.png) center no-repeat #1d1d1f;
    width: 44px;
    height: 44px;
    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;
        min-height: 0;
    }

    .articles_pagination {
        min-width: 0;
        padding-left: 0;
        text-align: center;
        font-size: 16px;
    }

    .articles_pagination_numbers {
        position: static;
        left: auto;
        transform: none;
        width: 100%;
        min-width: 0;
        margin-top: 16px;
        padding: 0;
    }

    .articles_numbers_nui {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .articles_numbers_nui ul {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .articles_pagination {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17750000212633*/
.articles_full > br {
    display: none;
}

.articles_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 50px;
}

.articles_list_image {
    max-width: 100px;
    width: 100%;
    order: 1;
}

.articles_list_image a,
.articles_list_naming a {
    display: block;
}

.articles_list_image img {
    display: block;
    margin-top: 20px;
    width: 150px;
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 16px;
}

.articles_list_naming {
    width: calc(100% - 210px);
    min-width: 0;
    padding: 10px 0 15px 55px;
    order: 2;
}

.articles_list_naming h3 {
    margin-bottom: 12px;
    line-height: 1.2;
}

.articles_list_naming p,
.articles_list_naming > :last-child {
    margin-bottom: 0;
}

.articles_list_naming p {
    line-height: 1.5;
}

.articles_list_naming a {
    outline: none;
    text-decoration: none;
}

.articles_list_naming a:link,
.articles_list_naming a:visited,
.articles_list_naming a:active {
    color: #1D1D1F;
}

.articles_list_naming a:focus {
    border-bottom: none;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.articles_list_naming a:hover {
    border-bottom: none;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

@media (max-width: 768px) {
    .articles_full {
        padding-top: 12px;
    }

    .articles_list {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding-bottom: 28px;
    }

    .articles_list + .articles_list {
        border-top: 1px solid #E5E5E5;
        padding-top: 28px;
    }

    .articles_list_image,
    .articles_list_naming {
        width: 100%;
        max-width: none;
        order: unset;
        padding: 0;
    }

    .articles_list_image img {
        margin-top: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .articles_list_naming a {
        min-height: 44px;
    }

    .articles_list_naming h3 {
        margin-bottom: 12px;
        font-size: 22px;
        line-height: 1.25;
    }

    .articles_list_naming p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 575px) {
    .articles_list {
        gap: 14px;
        padding-bottom: 24px;
    }

    .articles_list + .articles_list {
        padding-top: 24px;
    }

    .articles_list_image img {
        aspect-ratio: 4 / 3;
    }

    .articles_list_naming h3 {
        font-size: 20px;
    }
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/bread/style.css?1711447046585 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/articles_europagin/style.css?17750001263444 */
/* /local/templates/.default/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17750000212633 */
