

/* Start:/local/templates/upakovkarb/css/blog.css?17528174265234*/
.blog_list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blog_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 17px 20px;
}

.blog_item_img {
    width: 170px;
    height: 170px;
    display: flex;
}

.blog_item_right {
    width: calc(100% - 195px);
}

.blog_item_right_date {
    font-size: 12px;
    color: #BFC1DA;
}

.blog_item_right_name {
    font-weight: 700;
    font-size: 14px;
    color: #212121;
    margin-top: 20px;
    display: block;
}

.blog_item_right_anons {
    font-size: 12px;
    color: #212121;
    margin-top: 16px;
    height: 47px;
    overflow: hidden;
}

.blog_item_right_kn_ob {
    width: 100%;
    margin-top: 17px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.blog_item_right_button {
    width: 170px;
    height: 35px;
    cursor: pointer;
    border-radius: 5px;
    background: #185EB3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    font-weight: 600;
}

.blog_item_right_button:hover {
    background: #E30000;
}

.block_stati_text {
    width: 100%;
}

.block_stati_text h2 {
    font-size: 20px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
    position: relative;
    scroll-margin-top: 200px;

}

.block_stati_text h3 {
    font-size: 16px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}

.block_stati_text p {
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    margin-bottom: 10px;
}

.block_stati_text li {
    font-size: 14px;
}

.blog_item.noobv {
    box-shadow: none;
    padding: 0;
}

.block_stati_text .block_stati_img {
    float: left;
    padding: 0 10px 10px 0;
    max-width: 300px;
}

.block_stati_text p.block_stati_date {
    color: #333333;
    font-size: 12px;
    margin-bottom: 10px;
}

.block_stati_text p.block_stati_views {
    color: #BFC1DA;
    font-size: 12px;
    margin-bottom: 10px;
}

.block_stati_text p.block_stati_ttr {
    color: #212121;
    font-size: 12px;
    margin-bottom: 10px;
}

.soder {
    width: 100%;
    padding: 15px 19px;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.soder_zag {
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 10px;
}

.soder_item {
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    line-height: 18px;
    margin-bottom: 10px;
    display: block;
}
.introduction{
    display: flex;
}
.block_stati_text p.block_stati_date{
    margin: 10px 0;
}
.bx-rating {
    margin: 10px 0;
}
.image_block_divide{
    visibility: hidden;
}
.image_block{
    float: left;
    padding: 0 10px 10px 0;
    max-width: 300px;
    margin: 20px;
    display: flex;
    flex-direction: column;
}
.image_block-item{
    display: flex;
    flex-direction: row;
}
.image_block-item img{
    width: 20px;
    margin-right: 10px;
}
.detail_page_block_inf {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Чтобы выровнять элементы по вертикали */
    position: relative;
}
.detail_page_block_wrapper {
    font-size: 12px;
    color: #212121;
    margin-top: 20px;
}
.detail_page_block_inf {
    margin-top: 10px;
}
.separator {
    flex-grow: 1;
    margin: auto 10px 4px;
    height: 1px; /* Высота линии */
    background: repeating-linear-gradient(to right, black 0, black 1px, transparent 1px, transparent 5px);
}

.detail_elem_inf {
    font-size: 12px;
    color: #212121;
    width: 190px;
    text-align: right;
    margin-left: auto;
}

.detail_page_block_inf {
    font-weight: 700;
    font-size: 12px;
}

.detail_page_block_left span {
    color: #212121;
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
}

.detail_elem_inf a {
    font-size: 12px;
    text-align: right;
    text-decoration: underline;
    text-underline-offset: 1px;
    margin-top: 20px;
    display: block;
}
.main_conten ul {
    margin-left: 15px;
}
.main_content_begin ul {
    margin-left: 15px;
}
@media (max-width: 700px) {
    .introduction{
        flex-direction: column;
    }
    .block_stati_text .block_stati_img{
        padding: 10px;
        max-width: initial;
    }
    .image_block{
        max-width: initial;
        margin: 0;
        padding: 0;
    }
    .image_block-item_list{
        padding: 10px;
    }
}
@media (max-width: 500px) {
    .block_stati_text h2 {
        font-size: 16px;
        scroll-margin-top: 110px;
    }

    .block_stati_text h3 {
        font-size: 14px;
    }

    .block_stati_text p {
        font-size: 12px;
    }

    .blog_item {
        flex-direction: column;
    }

    .blog_item_img {
        width: 100%;
        height: calc(100vw - 56px);
    }

    .blog_item_right {
        width: 100%;
        margin-top: 20px;
    }
    .block_stati_text li {
        font-size: 12px;
    }
}

.pagination22 .show_all {
    display: none;
}
/* End */


/* Start:/local/templates/upakovkarb/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17512827541035*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.more-articles {
	padding: 2rem;
	background-color: #f9f9f9;
}

.articles-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.article-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	transition: transform 0.3s;
}

.article-card:hover {
	transform: translateY(-4px);
}

.article-card img {
	width: 100%;
	height: auto;
	display: block;
}

.article-card h3 {
	margin: 1rem;
	font-size: 1.1rem;
}

.article-card p {
	margin: 0 1rem 1rem;
	color: #555;
	display: -webkit-box;
	-webkit-line-clamp: 2;      /* Количество строк */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 600px) {
	.articles-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 900px) {
	.articles-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* End */
/* /local/templates/upakovkarb/css/blog.css?17528174265234 */
/* /local/templates/upakovkarb/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17512827541035 */
