:root {
	--color: #FBC200;
	--color-two: #fff;
	--Black: #161616;
}

h1 {
	color: var(--color) !important;
	font-size: 40px !important;
}

h1 span {
	color: var(--color-two) !important;
}

h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

b,
strong {
	font-weight: 700;
}

.block-description-container {
	color: var(--Black, #161616);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.6px;
	max-width: 744px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

:where(.cbg-header .black-block, .cbg-wheels-rims-repair) ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

:where(.cbg-header .black-block, .cbg-wheels-rims-repair) ul li {
	color: var(--color-two);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	margin-bottom: 13px;
	list-style: none;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23FBC200'/%3E%3Cpath d='M6 11.5L9 15L16.5 7' stroke='%23161616' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
}

header .header_phone .phone a {
	text-decoration: none;
}

header .wp-container-core-group-is-layout-3 {
	justify-content: space-between;
	padding-top: 20px;
}

header .header_phone .phone a:hover {
	color: var(--color-two);
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: var(--wp--style--global--wide-size) !important;
	}
}

@media (max-width:992px) {
	h1 {
		font-size: 28px !important;
	}

	h2 {
		font-size: 24px !important;
	}

	h3 {
		font-size: 20px !important;
		line-height: 100%;
	}

	.block-description-container {
		font-size: 12px;
		line-height: 125%;
	}

	:where(.cbg-header .black-block, .cbg-wheels-rims-repair) ul li {
		font-size: 14px;
		background-size: 16px;
		padding-left: 26px;
		margin-bottom: 10px;
	}

	header .wp-block-buttons,
	header .wp-block-image.size-full {
		display: none !important;
	}

	header .header_phone .phone a,
	header .header_phone .phone span {
		font-size: 12px;
	}

	header .wp-block-image img {
		max-width: 32px;
	}

	header .custom-logo {
		max-width: 82px;
	}

	header .wp-block-group {
		flex-wrap: nowrap !important;
	}

	header .wp-block-template-part .has-global-padding {
		padding: 0 !important;
	}

	header .wp-container-core-group-is-layout-3 {
		padding: 10px 15px;
	}

}