.product-main .product-info-headnote--bordered,
.wrapper_inner.wide_page .product-view--type2 .ordered-block.blog,
.product-info--type2 .price_txt.filed {
	display: none;
}
.wrapper_inner.wide_page .product-view--type2 .product-info.product-info--type2 {
	padding: 1.5rem 2rem 2rem 2rem;
}
.product-info--type2 .product-action {
	margin-top: 9px !important;
}
.wrapper_inner.wide_page .product-view--type2 .ordered-block.tabs-block {
	margin-top: 1rem;
}
.wrapper_inner.wide_page .product-view--type2 .owl-carousel .owl-nav .svg.right {
	left: -8px;
}
@media (max-width: 767px){
	.product-view--type2 .product-info.product-info--type2>.flexbox>.product-main>.flexbox {
		max-width: 350px !important;
	}
}

/* 30.11.23 */
.product-info--type2 .product-chars {
	max-width: 600px;
}
.product-info--type2 .product-chars .fast-buy {
	max-width: 500px;
}
.product-info--type2 .product-chars .fast-buy .btn.btn-default {
	min-width: 150px;
}
.product-info--type2 .product-chars .fast-buy .form_footer__bottom {
	flex-direction: column-reverse;
    align-items: flex-start;
	width: calc(100% + 32px);
}
@media (min-width: 992px) {
	.product-info--type2 .product-chars .fast-buy .form_footer__bottom {
		gap: 15px;
	}
	.product-info--type2 .product-chars .fast-buy .filter.licence_block {
		padding-bottom: 4px;
	}
}
@media (max-width: 1199px){
	.product-info--type2 .product-chars .fast-buy {
		max-width: 100%;
	}
	.product-info--type2 .product-chars .fast-buy .line-block>.line-block__item {
		width: 100%;
	}
	.product-info--type2 .product-chars .fast-buy .btn.btn-default {
		margin: 0 auto;
		display: block;
	}
	.product-view--type2 .product-info.product-info--type2 > .flexbox > .product-main.product-main-fast-buy-form {
    	max-width: calc(100% - 530px);
	}
}
@media (max-width: 991px) {
	.product-info--type2 .product-chars .fast-buy .filter.licence_block {
		padding-bottom: 0;
	}
	.product-view--type2 .product-info.product-info--type2 > .flexbox > .product-main.product-main-fast-buy-form {
    	max-width: 100%;
	}
}

.price_group.min.BASE .price_name.font_xs.darken {
	display: none;
}