

/* 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/blog/bitrix/news.detail/.default/style.css?175128275517019*/
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);
	}
}


.block_catalog_row{display: flex;flex-direction: row;justify-content: space-between;}
.row_filter{width: 100%;display: flex;flex-direction: column;padding: 20px 30px;}
.row_price_filter{display: flex;flex-direction: row;justify-content: space-between;}
.filtr_price_inp{width: 76px;height: 24px;border: 1px solid #BFC1DA;border: 1px solid #BFC1DA;border-radius: 3px;outline: none;padding-left: 25px;font-size: 12px;color: #212121;}
.bx-ui-slider-part{display: none;}
.bx-filter-parameters-box-container-block.bx-left:before{content: 'от';position: absolute;top: 5px;left: 7px;color: #BFC1DA;font-size: 10px;}
.bx-filter-parameters-box-container-block.bx-right:before{content: 'до';position: absolute;top: 5px;left: 7px;color: #BFC1DA;font-size: 10px;}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{font-size: 14px;line-height: 16px;color: #212121;}
.bx-filter .bx-filter-input-checkbox input[type=radio], .bx-filter .bx-filter-input-checkbox input[type=checkbox]{border: 1px solid #BFC1DA;width: 15px;height: 15px;}


.catal_item{display: flex;flex-direction:column;width: 220px;border-radius: 5px;box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);min-height: 408px;margin-right: 20px;padding: 25px 24px 0 24px;margin-bottom: 20px;background: #fff;padding-bottom: 13px;}
.catal_item:nth-child(3n){margin-right: 0;}
.catalog_right{width: calc(100% - 240px);display: flex;flex-direction: column;}
.catal_list{width: 100%;margin-top: 13px;display: flex;flex-direction: row;flex-wrap: wrap;}
.catal_item_img{width: 100%;height: 124px;display: block;}
.catal_item_name{width: 100%;font-size: 14px;line-height: 16px;color: #212121;display: block;}
.catal-item__delivery{display: flex;gap: 8px;flex-direction: column;font-size: 10px;line-height: 12px;margin-top: 5px;}
.catal-item__delivery-top{display: flex;justify-content: space-between;align-items: end;}
.catal-item__delivery-top-left{
	position: relative;max-width: 50%; font-size: 12px;}
.catal-item__delivery-top-dots{
	flex-grow: 1;
	border-bottom: 1px dotted #000;
}
.catal-item__delivery-bottom-dots{
	flex-grow: 1;
	border-bottom: 1px dotted #000;
}
.catal-item__delivery-top-left:after{
	position: absolute;
	width: 100%;
	border-bottom: 1px dashed gray;
}
.catal-item__delivery-top-right{max-width: 50%; font-size: 12px;}
.catal-item__delivery-bottom{display: flex;justify-content: space-between;align-items: end;}
.catal-item__delivery-bottom-left{max-width: 50%; font-size: 12px;}
.catal-item__delivery-bottom-right{max-width: 50%; font-size: 12px; text-align: right;display: contents;}
.catal_item_kolvo{width: 100%;margin-top: auto;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.catal_item_kolvo_left{font-size: 12px;color: #00B312;padding-left: 11px;position: relative;}
.catal_item_kolvo_left:after{content: '';position: absolute;left: 0;top: 50%;margin-top: -3px;background: #00B312;width: 6px;height: 6px;border-radius: 100%;}
.catal_item_kolvo_right{font-size: 12px;color: #BFC1DA;}
.catal_item_price{width: 100%;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;margin-top: 5px;}
.catal_item_price_left{color: #212121;font-size: 12px;line-height: 12px;}
.catal_item_price_right{display: flex;flex-direction: column;margin-left: 6px;align-items: flex-end;}
.catal_item_price_base{color: #212121;font-size: 16px;font-weight: 700;white-space: nowrap;}
.catal_item_price_base.old{text-decoration: line-through;}
.catal_item_price_disk{color: #E30000;font-size: 16px;font-weight: 700;white-space: nowrap;}
.catal_item_price_kor{width: 100%;display: flex;flex-direction: column;margin-top: 5px;}
.catal_item_price_kor_item{display: flex;flex-direction: row;justify-content: space-between;}
.catal_item_upak_left{font-size: 12px;line-height: 14px;color: #BFC1DA;}
.catal_item_upak_right{font-size: 12px;line-height: 14px;color: #212121;}
.catal_item_add_kol{width: 100%;margin-top: 10px;justify-content: space-between;align-items: center;display: flex;flex-direction: row;}
.catal_item_upak_opc{width: 64px;height: 21px;border: 1px solid #BFC1DA;border-radius: 5px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding: 0 2px;}
.catal_item_upak_opc_minus{width: 17px;height: 15px;background: url('/local/templates/upakovkarb/images/minus.svg') no-repeat 50% 50%;cursor: pointer;border-right: solid 1px #BFC1DA;border-left: solid 1px transparent;}
.catal_item_upak_opc_plus{width: 17px;height: 15px;background: url('/local/templates/upakovkarb/images/plus.svg') no-repeat 50% 50%;cursor: pointer;border-left: solid 1px #BFC1DA;border-right: solid 1px transparent;}
.opc_kol{width: calc(100% - 36px);text-align: center;border: 0;outline: none;background: transparent;font-size: 12px;color: #212121;}
.catal_item_kn{width: 100%;margin-top: 8px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.catal_item_butt{width: 129px;height: 35px;background: #E30000;border-radius: 5px;display: flex;flex-direction: row;justify-content: center;align-items: center;font-size: 14px;color: #FFF;font-weight: 600;cursor: pointer;transition: all .2s;}
.catal_item_butt:hover{background: #185EB3;}
.catal_item_butt.active{background: #185EB3;}
.catal_item_izbr{width: 35px;height: 35px;border-radius: 5px;background: url('/local/templates/upakovkarb/images/izbr.svg') #F9F9F9 no-repeat 50% 50%;cursor: pointer;}
.catal_item_izbr:hover{background: url('/local/templates/upakovkarb/components/bitrix/news/blog/bitrix/news.detail/.default/../images/izbr_act.svg') #185EB3 no-repeat 50% 50%;}
.catal_item_izbr.activ{background: url('/local/templates/upakovkarb/components/bitrix/news/blog/bitrix/news.detail/.default/../images/izbr_act.svg') #185EB3 no-repeat 50% 50%;}
.catal_item_kn_dalee{width: 100%;margin-top: 8px;display: block;text-align: center;color: #185EB3;text-decoration: underline;font-size: 12px;line-height: 16px;text-underline-offset: 1px;}
.catal_item_kn_dalee:hover{color: #BFC1DA;}
.catalog_right .breadcrumb{padding-left: 0;margin-bottom: 14px;}
.catalog_right h1.h1_sec{margin-bottom: 23px;}
.block_sort{width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;}
.block_sort_left{font-size: 14px;color: #212121;}
.block_sort_list{margin-left: 42px;display: flex;flex-direction: row;align-items: center;}
.block_sort_item{margin-right: 20px;color: #BFC1DA;font-size: 14px;cursor: pointer;}
.block_sort_item:last-child{margin-right: 0;}
.block_sort_item.active{font-size: 14px;color: #212121;font-weight: 700;}
.block_sort_item:hover{color: #212121;}
.block_see_later{width: 100%;background: #E1EFFF;border-radius: 5px;}
.see_later{padding-top: 47px;}
.block_see_later .row{background: none;}
.see_later_zag{font-size: 20px;font-weight: 700;letter-spacing: 0.1em;color: #212121;width: 100%;text-transform: uppercase;text-align: center;font-family: 'Montserrat';}
.block_razr{display: flex;flex-direction: column;}
.content_text_sect{width: 100%;padding: 30px 0 36px 0;font-size: 14px;line-height: 18px;color: #212121;}
.content_text_sect ul{padding-left: 20px;}
.content_text_sect li,p{font-size: 14px;line-height: 18px;color: #212121;}
.content_text_sect p{margin-bottom: 10px;}
.content_text_sect h2{margin-bottom: 20px;}
.content_text_sect h3{margin-bottom: 20px;}
.detail_elem{display: flex;flex-direction: row;justify-content: space-between;}
.detail_elem_img_list{width: 450px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.detail_elem_img_list_slider_img{width: 351px;height: 307px;box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);border-radius: 5px;background: #FFF;display: flex;flex-direction: row;justify-content: center;align-items: center;}
.detail_elem_img_list_slider{width: 120px;height: 240px;margin-left: -20px;position: relative;}
.detail_elem_img_list_slider_img img{max-height: 100%;max-width: 100%;}
.mal_img_item{width: 89px;height: 89px;box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);border-radius: 5px;cursor: pointer;}
.detail_elem_img_list_slider .swiper-container{padding: 20px;}
.arr_slider_v{width: 30px;height: 30px;background: url('/local/templates/upakovkarb/components/bitrix/news/blog/bitrix/news.detail/.default/../images/sl-v-v.svg') no-repeat 50% 50%;position: absolute;left: 50%;margin-left: -7px;top: -30px;cursor: pointer;z-index: 10;}
.arr_slider_n{width: 30px;height: 30px;background: url('/local/templates/upakovkarb/components/bitrix/news/blog/bitrix/news.detail/.default/../images/sl-v-n.svg') no-repeat 50% 50%;left: 50%;margin-left: -7px;bottom: -30px;cursor: pointer;z-index: 10;position: absolute;}
.detail_elem_img_list_slider .swiper-button-next{display: none;}
.detail_elem_img_list_slider .swiper-button-prev{display: none;}
.img_b_a{display: flex;flex-direction: row;justify-content: center;align-items: center;width: 351px;height: 307px;}
.det_har{flex-direction: row;justify-content: space-between;}
.detail_tabs_cont.det_har.active{display: flex;}
.block_har{width: 100%;max-width: 340px;}
.block_har_zag{width: 100%;font-size: 14px;font-weight: 700;color: #212121;margin-bottom: 12px;}
.block_har_cont{display: flex;flex-direction: column;}
.block_har_cont_item{width: 100%;display: flex;flex-direction: row;justify-content: space-between;margin-bottom: 15px;position: relative;}
.block_har_cont_item:before{content: '';left: 0;bottom: 0;width: 100%;height: 1px;background: #E5E5E5;position: absolute;}
.block_har_cont_item span{background: #fff;font-size: 14px;color: #212121;z-index: 10;padding-left: 10px;}
.block_har_cont_item span:first-child{padding-left: 0;padding-right: 10px;}
.detail_tabs_cont p{margin-bottom: 10px;}
.detail_tabs_cont h2{margin-bottom: 20px;}
.detail_tabs_cont h3{margin-bottom: 20px;}
.block_har_cont_item2{width: 100%;display: flex;flex-direction: column;margin-bottom: 15px;position: relative;}
.block_har_cont_item2{font-size: 14px;color: #212121;}
.block_pohozh{width: 100%;margin-top: 38px;}
.cat_menu{width: 100%;display: flex;flex-direction: column;padding: 20px 30px;}
.cat_menu_zag{width: 100%;color: #185EB3;font-size: 14px;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;}
.cat_menu_cont{width: 100%;margin-top: 24px;display: flex;flex-direction: column;}
.cat_menu_cont_item{width: 100%;color: #212121;font-size: 14px;font-weight: 700;margin-bottom: 24px;}
.cat_menu_cont_item:hover{text-decoration: underline;}
.cat_menu_cont_item.active{color: #185EB3;}
.podmenu_cat{display: none;}
.podmenu_cat.active{display: flex;flex-direction: column;padding-left: 30px;}
.podmenu_cat.active .cat_menu_cont_item{font-weight: 400;margin-bottom: 20px;}
.block_kat{flex-wrap: wrap;flex-direction: row;justify-content: flex-start;}

.block_kat_item{margin-bottom: 10px;margin-right: 20px;width: calc(25% - 15px);}
.block_kat_item:nth-child(4n){margin-right: 0;}
.block_pohozh .catal_item:nth-child(4n){margin-right: 0;}
.block_pohozh .catal_item:nth-child(4n-1){margin-right: 20px;}
.block_pohozh .catal_list{margin-top: 40px;}
.mob_kn_filtr{width: 100%;height: 48px;background: #F9F9F9;border-radius: 5px;color: #185EB3;text-transform: uppercase;letter-spacing: 0.1em;display: none;flex-direction: row;justify-content: center;align-items: center;font-weight: 700;}
.poisk_str{width: 100%;font-size: 16px;color: #212121;}
.cont_izbr .catal_item:nth-child(3n){margin-right: 20px;}
.cont_izbr .catal_item:nth-child(4n){margin-right: 0;}
.otz_ob_kn{width: 100%;margin-top: 20px;margin-bottom: 20px;display: flex;flex-direction: row;justify-content: center;}
.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;font-weight: 600;}
.blog_item_right_button:hover{background: #E30000;}
.otz-item-oc-zv-ob-ost-item{width: 18px;height: 18px;background: url('/local/templates/upakovkarb/components/bitrix/news/blog/bitrix/news.detail/.default/../images/zv_act2.svg')  no-repeat 50% 50%;margin-right: 3px;background-size: contain;cursor: pointer;}
.otz-item-oc-zv-ob-ost-item:hover{background: url('/local/templates/upakovkarb/components/bitrix/news/blog/bitrix/news.detail/.default/../images/zv.svg')  no-repeat 50% 50%;background-size: contain;}
.otz-item-oc-zv-ob-ost-item.active{background: url('/local/templates/upakovkarb/components/bitrix/news/blog/bitrix/news.detail/.default/../images/zv.svg')  no-repeat 50% 50%;background-size: contain;}
.textarea_otz{width: 100%;height: 80px;outline: none;margin-top: 10px;padding: 5px 35px;resize: none;background: #F9F9F9;border: none;border-radius: 5px;}
.catal_item{position: relative;}
.catal_pl1{padding: 2px 4px;border: 1px solid #E30000;border-radius: 3px;font-size: 12px;color: #E30000;font-weight: 700;position: absolute;right: 13px;top: 11px;z-index: 100;}
.catal_pl2{padding: 2px 4px;background: #185EB3;border-radius: 3px;font-size: 12px;color: #fff;font-weight: 700;position: absolute;right: 13px;top: 11px;z-index: 100;}
.block_see_later .catal_item:nth-child(4n){margin-right: 0;}
.block_see_later .catal_item:nth-child(3n){margin-right: 20px;}
.detail_elem_right .catal_item_price_base{font-size: 16px;}
.bx-filter .bx-filter-block{display: block!important;}
.sect_pod_list{display: flex;flex-direction: row;flex-wrap: wrap;margin-bottom: 23px;gap: 12px;}
.sect_pod_item{display: flex;flex-direction: row;height: 35px;align-items: center;padding: 0 15px;border: 1px solid #185EB3;border-radius: 5px;}
.sect_pod_item:hover{background: #185EB3;color: #fff;}

@media(max-width:1020px) {


}

@media(max-width:840px) {
	.block_catalog_row{flex-direction: column;}
	.mob_kn_filtr{display: flex;}
	.cat_menu .cat_menu_zag{display: none;}
	.bx-filter .bx-filter-section{margin-top: 0;}
	.cat_menu{padding-top: 0;}
	.bx-filter{display: none;}
	.bx-filter.active{display: block;}
	.catalog_right{width: 100%;}
	.block_sort{margin-top: 22px;}
	.block_sort_left{margin-bottom: 17px;}
	.block_sort_list{margin-left: 0;}
	.catal_list{margin-top: 22px;}
	.catal_item{width: 300px;margin-right: 15px;margin-left: 15px;}
	.catal-item__delivery-bottom-right{max-width: unset}
	.catal_item:nth-child(3n){margin-right: 15px;margin-left: 15px;}
	.catal_list{justify-content: center;}
	.catal_item_img{margin-bottom: 8px;}
	.detail_elem{flex-direction: column;}
	.detail_elem_art{margin-top: 0;}
	.catal_item_price_left{white-space: nowrap;}
	.detail_elem_right{max-width: 100%;}
	.detail_elem_right .catal_item_upak_opc{width: 137px;height: 44px;}
	.detail_elem_right .catal_item_upak_opc_plus{width: 40px;height: 40px;}
	.detail_elem_right .catal_item_upak_opc_minus{width: 40px;height: 30px;}
	.detail_elem_right .opc_kol{font-size: 12px;}
	.detail_elem_pr_left{width: 100%;}
	.detail_elem_cena_konf{align-items: center;}
	.detail_elem_kns_korz{width: 137px;padding-left: 50px;}
	.detail_elem_bl_dost_left{white-space: nowrap;}
	.detail_elem_bl_dost_right{max-width: 200px;}
	.detail_tabs{margin-top: 30px;}
	.detail_tabs_lines{flex-wrap: nowrap; overflow-x: scroll}
	.detail_tabs_lines:before{display: none;}
	.detail_tabs_items{position: relative;margin-bottom: 15px;font-size: 12px;}
	.detail_tabs_items:before{content: '';height: 2px;background: #E5E5E5;bottom: 0;position: absolute;left: 0;width: 100%;}
	.detail_tabs_items.active:before{display: none;}
	.detail_elem_img_list_mob{width: 100%;padding-top: 20px;}
	.mal_img_item_mob{border-radius: 5px;box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);background: #FFF;width: 100%;max-width: 340px;height: 307px;margin-left: auto; margin-right: auto;}
	.swiper-slide.detmob{justify-content: center;padding-bottom: 48px;padding-top: 20px;}
	.swiper-pagination-bullet{background: #E5E5E5;}
	.detail_elem_img_list_mob .swiper-pagination-bullet-active{background: #E1EFFF;}


}
@media(max-width:500px) {
	.block_sort{flex-direction: column;align-items: flex-start;}
	.catal_item_kn_dalee{display: none;}
	.catal_item{height: auto;padding-bottom: 24px;}
	.cat_menu_cont{display: none;}
	.detail_elem_kns{justify-content: space-between;}
	.detail_elem_kns_korz{width: calc(50% - 35px);}
	.detail_elem_kns_fast{width: calc(50% - 35px);}
	.mal_img_item_mob{/*max-width: calc(100% - 20px);*/box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);}
	.swiper-slide.detmob{padding-left: 10px;padding-right: 10px;}

	.detail_elem_img_list_mob{width: calc(100% + 20px);margin-left: -10px;}
	.mal_img_item_mob{max-width: 100%;}
	.block_middle h1{text-transform: none!important;}
}
@media(max-width:400px) {
	.detail_tabs_items{padding-left: 25px;padding-right: 25px;}
}
/* End */


/* Start:/local/templates/upakovkarb/components/bitrix/iblock.vote/bootstrap_v4/style.css?1752811612172*/
.bx-rating {
	display: block;
}

.bx-rating-icon-container  {
	margin-right: 3px;
	cursor: pointer;
}

.bx-rating .bx-rating-icon-container:last-child { margin-right: 0; }

/* End */


/* Start:/local/templates/upakovkarb/components/bitrix/catalog.section/section_sop/style.min.css?16581705433183*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}
/* End */


/* Start:/local/templates/upakovkarb/components/bitrix/catalog.section/section_sop/themes/blue/style.min.css?1658170546706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/upakovkarb/css/blog.css?17528174265234 */
/* /local/templates/upakovkarb/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?175128275517019 */
/* /local/templates/upakovkarb/components/bitrix/iblock.vote/bootstrap_v4/style.css?1752811612172 */
/* /local/templates/upakovkarb/components/bitrix/catalog.section/section_sop/style.min.css?16581705433183 */
/* /local/templates/upakovkarb/components/bitrix/catalog.section/section_sop/themes/blue/style.min.css?1658170546706 */
