.custom-upper-info-block{
    display: flex;
    padding: 0 !important;
}
.custom-cat-num{
    padding: 2px 0 0 20px;
}
.custom-article {
    color: #777;
    font-size: 12px;
}
.actual-amount{
    font-size: 12px;
    color: #777;
}

.ordered-block.goods .ordered-block__title {
    font-family: 'Oswald';
    font-size: 1.6em;
    line-height: 1.126em;
}
@media (max-width: 767px) {
    .ordered-block.goods .ordered-block__title {
        text-align: center; 
    }
}

@media (min-width: 992px) {
	.right_block:not(.catalog_page_detail_with_left) .product-view--side-left {
		width: 100%;
	}
	.right_block:not(.catalog_page_detail_with_left) .product-view--side-left .ordered-block.js-store-scroll.tabs-block {
		width: calc(100% - 345px);
	}
}

/*mobile breadcrumbs*/
@media (max-width: 767px) {
	.breadcrumbs.swipeignore .breadcrumbs__item-name {
		font-size: 15px !important;
	}
	.product-main .product-chars {
		order: 2;
	}
	.product-main .product-action {
		order: 1;
	}
	.wrap__E5YBb._orientationRight__SkHOQ._show__K898g.__jivoMobileButton {
		margin-bottom: 110px;
	}
	.bottom-icons-panel.swipeignore .bottom-icons-panel__content {
		justify-content: center;
	}
	.product-main .info_item {
		display: flex;
		flex-direction: column;
	}
	.product-main .custom-upper-info-block {
		order: 3;
		margin-top: 18px;
	}
}
.footer-ozon-block {
	display: flex;
	gap: 8px;
	align-items: center;
}
.footer-ozon-block:hover a{
	color: #0c4766 !important;
	opacity: .5;
}

.buy-ozon-block {
	display: flex;
	justify-content: center;
	background: #005BFF;
}
.buy-ozon-block:hover {
	background: #00A2FF;
	/* background-color: rgba(0, 91, 255, 0.9); */
}
.buy-ozon-block .buy-in-ozon {
	color: white;
	padding: 16px 0;
	width: 100%;
	text-align: center;
}

.flexbox.flexbox--row:has(.mobile-gallery-btns) {
	position: relative;
}
.mobile-gallery-btns {
	display: none !important;
} 
.mobile-gallery-btns .like-text {
	display: none !important;
}
.mobile-gallery-btns .like_icons.list:not(.icons)>div span .svg {
	padding: unset;
	left: unset;
}
@media (max-width: 767px) {
	.mobile-gallery-btns {
		display: block !important;
		position: absolute;
		right: calc((100% - 280px) / 2);
		top: 0;
	}
	.flexbox.flexbox--row:has(.mobile-gallery-btns) .flexbox.flexbox--row.align-items-center.justify-content-between.flex-wrap:not(.mobile-gallery-btns) {
		display: none;
	}
	.flexbox.flexbox--row:has(.mobile-gallery-btns) .product-main,
	.product-info.noffer.product-info--type2:not(:has(.stickers.custom-font)) {
		padding-top: unset !important;
	}
	.product-detail-gallery-sticky.show-bottom-pagination,
	/* .breadcrumbs.swipeignore, */
	#navigation {
		padding-bottom: unset !important;
	}
	.product-info-headnote.clearfix.product-info-headnote--bordered {
		margin-bottom: unset;
		border-bottom: unset;
		padding-bottom: unset;
	}
	.breadcrumbs.swipeignore {
		padding-bottom: 12px;
	}
	.wraps.hover_blink:not(:has(.stickers.custom-font)) .breadcrumbs.swipeignore {
		padding-bottom: 24px;
	}
	.product-info.noffer.product-info--type2:has(.stickers.custom-font) {
		padding-top: 25px;
	}
	/* .detail-gallery-big__picture.rounded3 { */
		/* margin-top: 14px; */
	/* } */
}


