/*
Theme Name: BugsPatrol Child
Description: Дочерняя тема — связка рубрик услуг со страницей WPBakery.
Template: bugspatrol
Version: 1.0.0
*/

/*
 * WPBakery «Stretch row» считает ширину от окна, а не от колонки с сайдбаром.
 * В архиве рубрики это даёт left: -Npx и огромный width — блок «пропадает» визуально.
 */
.tax-services_group .dez-services-group-wpb-intro {
	overflow: visible;
	position: relative;
	z-index: 1;
}

.tax-services_group .content > .dez-services-group-wpb-intro {
	clear: both;
	width: 100%;
	max-width: 100%;
}

.tax-services_group .dez-services-group-wpb-intro [data-vc-full-width="true"] {
	position: relative !important;
	left: 0 !important;
	right: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

.tax-services_group .dez-services-group-wpb-intro .vc_row-full-width {
	width: 100% !important;
	max-width: 100% !important;
}
