/*!
Theme Name: BBQ Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bbq-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BBQ Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/* 
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    -webkit-overflow-scrolling: touch;
}

html { 
	overflow-y: scroll !important; 
}
 */

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
padding-right: 0 !important;
    -webkit-overflow-scrolling: touch;}
html { overflow-y: scroll !important; }
/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* font */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

@media (min-width: 1600px) {
	.container {
		max-width: 1435px;
	}
}

#masthead {
	background-color: #fff;
	position: absolute;
	z-index: 5;
	width: 100%;
	font-size: 18px;
}

#masthead a {
	color: #555C66;
	transition: .3s;
}

.header-first {
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
}

.header-border-line {
	width: 100%;
	height: 1px;
	background-color: #c1c1c1;
	opacity: 0.4;
}

.bold-element-header {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
}

.header-first .site-buttons-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.site-buttons-header img {
	width: 24px;
	margin-right: 8px;
}

.header-phone {
	white-space: nowrap;
}
/* .site-buttons-header a {
	padding: 0px 24px;
}

.header-two a:first-child {
	padding-left: 0px;
}

.header-two a:last-child {
	padding-right: 0px;
} */

.section-first-screen {
	height: 60vh;
	padding-top: 48px;
	background-image: url(/wp-content/uploads/2025/11/gemini_generated_image_daszoqdaszoqdasz.png);
	position: relative;
	background-size: cover;
	background-position: center;
}

.section-first-screen:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.6;
}

.section-first-screen.bbq-hero-dark:after {
	background-color: #1a120d;
	opacity: 0.52;
}

.section-first-screen.bbq-hero-dark .info-first-screen h1,
.section-first-screen.bbq-hero-dark .bread-first-section,
.section-first-screen.bbq-hero-dark .bread-first-section a,
.section-first-screen.bbq-hero-dark #breadcrumbs,
.section-first-screen.bbq-hero-dark #breadcrumbs a {
	color: #fff;
}

.info-first-screen {
	z-index: 2;
	color: #555C66;
}

.info-first-screen h1 {
	text-transform: uppercase;
	font-size: 45px;
	margin-bottom: 18px;
	margin-top: 64px;
}

@media( max-width: 767px ) {
	.info-first-screen h1 {
		font-size: 35px;
	}
}

@media( max-width: 420px ) {
	.info-first-screen h1 {
		font-size: 25px;
	}
}

.info-first-screen span {
	margin-bottom: 24px;
	font-size: 18px;
}

.about-button {
	background-color: transparent;
	color: #fff;
	display: inline-block;
	padding: 12px 24px;
	font-size: 18px;
	border: 2px solid #fff;
	transition: .3s;
}

.about-button:hover {
	color: #DC3545;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #fff;
}

.lead-button {
	background-color: #DC3545;
	color: #fff;
	display: inline-block;
	padding: 12px 24px;
	font-size: 18px;
	border: 2px solid #DC3545;
	transition: .3s;
	font-weight: 600;
}

.lead-button:hover {
	color: #DC3545;
	text-decoration: none;
	background-color: transparent;
	border: 2px solid #DC3545;
}

.lead-button-green {
	background-color: #09A66C;
	color: #fff;
	display: inline-block;
	padding: 12px 24px;
	font-size: 18px;
	border: 2px solid #09A66C;
	transition: .3s;
	margin-left: 16px;
	font-weight: 600;
}

.lead-button-green:hover {
	color: #09A66C;
	text-decoration: none;
	background-color: transparent;
	border: 2px solid #09A66C;
}

#masthead a:hover {
	text-decoration: none;
	color: #DC3545;
}

.header-two a {
	position: relative;
}

.site-footer {
	background-color: #272A2F;
	padding: 48px 0px;
	color: #c1c1c1;
}

.site-footer a {
	color: #c1c1c1;
	transition: .3s;
}

.site-footer .site-logo a {
	color: #fff;
}

.site-footer a:hover {
	color: #DC3545;
	text-decoration: none;
}

.footer-menu ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

/* .site-buttons-header a {
	margin: 0px 16px;
} */

.advantage-block img {
	width: 60px !important;
}

.services-2.services-block {
	background-color: #DC3545;
	padding: 100px 40px 50px 40px; 
	margin-top: -70px;
	color: #fff;
}

.archive-page {
	padding-top: 200px;
}

.archive-page h1 {
	margin-top: 45px;
}

.archive-page #breadcrumbs {
	margin-bottom: 0px;
}

#menu-menu-1 li:first-child a {
	margin-left: 0px;
}

#menu-menu-1 li:last-child a {
	margin-right: 0px;
}

.blog-box h2 {
	font-size: 24px;
}

.btn, .btn:focus, button, button:focus {
    outline: none !important;
}

.btn-dark-custom:hover {
    background-color: #fff;
    border-color: #222222;
    color: #222;
}

.btn-dark-custom {
	color: #ffffff;
    background-color: #222222;
    border: 1px solid #222222;
	padding: 10px 24px;
    font-size: 15px;
    letter-spacing: 0.6px;
}

.blog-box {
	padding: 12px 0px;
}

.page-content p, .page-content img {
	margin-bottom: 1.5em;
}

.logo-header {
	height: 35px !important;
	width: auto;
}

.services-2 {
    padding: 80px 40px 50px 0;
}

.services-2 .icon img {
    height: 60px !important;
	margin-bottom: 1.4rem;
}

.text p {
	margin-top: 1.4rem;
}

.bg-light {
	background-color: #f8f9fa;
}

.img, .blog-img, .user-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-work {
	padding: 50px 0;
}

.mainblockinfo {
	width: 100%;
}

.btn-question {
	width: 100%;
	text-align: start;
	border: none;
    box-shadow: unset;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: none;
	box-shadow: none !important;
}

.tab-content {
	 padding-top: 2rem;
}

.section-work ul.nav-tabs {
	margin-left: 0px;
}

.clz {
	background: #fff;
}

.nav-tabs {
	border-bottom: 0px;
}

.nav-link.active:hover {
	cursor: default;
}

.nav-link.active {
	color: #fff !important;
	background-color: #DC3545 !important;
	border: 2px solid #DC3545;
}

.nav-link:hover {
	cursor: pointer;
	background-color: #DC3545;
	color: #fff;
}

.nav-link {
	border: 2px solid #DC3545 !important;
	background-color: transparent;
	color: #404040;
	transition: .15s;
}

.stati-block {
	margin-bottom: 24px;
}
.nav-item {
	margin: 5px;
}

.header-work-page {
	font-family: 'TT Norms', sans-serif;
    text-transform: none !important;
    font-size: 24px;
}

.header-work-page a {
	color: #404040;
	text-decoration: none;
}

.btn-red-custom:hover {
    background-color: #fff;
    border-color: #DC3545;
    color: #222;
}

.btn-red-custom {
    color: #ffffff;
    background-color: #DC3545;
    border: 1px solid #DC3545;
    padding: 10px 24px;
    font-size: 15px;
    letter-spacing: 0.6px;
}

.buttons-block a {
	margin: 0px 12px;
}

.preim-new-blocks {
	margin-bottom: 36px;
}

.preim-new-block {
	height: 100%;
	border-radius: 0.25rem; 
	background-color: #fff;
    padding: 36px;
}

.preim-new-blocks .col-lg-6 {
	margin-bottom: 36px;
}

.preim-new-block h3 {
	font-family: 'TT Norms', sans-serif;
}

/* секция прайс */
.section_tables_price h2 {
	margin-bottom: 30px;
	text-transform: uppercase;
}

.section_tables_price .ral {
	margin-bottom: 30px;
}

.section_tables_price .ral h4 {
	margin-bottom: 30px;
}

.section_tables_price .ral-box {
	color: #fff;
	font-weight: 600;
	gap: 10px;
	height: 50px;
}

.section_tables_price .ral-box__item {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 7px;
	flex: unset !important;
	max-width: unset !important;
}

.section_tables_price .table-inf__description ol li span {
	font-weight: 700;
}

.section_tables_price table {
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 60px;
}

.section_tables_price table th {
	font-weight: bold;
	padding: 10px;
	background: #efefef;
	border: 1px solid #dddddd;
}

.section_tables_price table td {
	padding: 10px;
	border: 1px solid #eee;
	text-align: center;
}

.section_tables_price table td * {
	margin: 0;
}

.section_tables_price table tbody tr:nth-child(odd) {
	background: #fff;
}

.section_tables_price table tbody tr:nth-child(even) {
	background: #F7F7F7;
}

.section_tables_price .st-price {
	display: block;
	text-decoration: line-through;
	opacity: .5;
}

.section_tables_price .nov-price {
	color: #DC3545;
	font-weight: 600;
}

.section_tables_price .table-tab-new {
	margin-top: 30px;
}

.section-work h3 {
	font-family: 'Montserrat', sans-serif;
    text-transform: unset !important;
    font-weight: 500;
    font-size: 24px;
}

.slick-dots{
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    list-style: none;
    text-align: center;
    width: 100%;
}

.slick-dots li{
    margin-right: 10px;
}

.slick-dots li:last-child{
    margin: 0;
}
.slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 2px solid #969696;
    font-size: 0 !important;
    background-color: #ffffff;
    transition: all 0.3s ease;
    outline: none;
}

.slick-active button {
	background-color: #969696 !important;
}

.slick-active button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	box-shadow: unset;
}

.slick-slider ul li {
	margin-left: 0px !important;
}

.slick-slider ul li:before {
	content: none !important;
}

.slick-list {
	margin-bottom: 20px;
}

.slick-list img {
	margin: auto; 
}

ul.slick-dots {
	margin-left: 0px !important;
	margin-top: 1rem;
}

.section-gallery .slick-dots {
	margin-bottom: 0px;
}

#collapse-prost {
	margin-bottom: 20px;
}

.collapse-custom div.collapse:not(.show) {
    height: 50px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.collapse-custom div.collapsing {
    min-height: 42px !important;
}

.collapse-custom a.collapsed:after  {
    content: 'Читать далее';
}

.collapse-custom a:not(.collapsed):after {
    content: 'Скрыть';
}

.collapse-custom p:last-child {
	margin-bottom: 0px;
}

.accordion .btn-link {
	border: none !important;
	outline: none !important;
	text-decoration: none !important;
}

.accordion .btn-link:hover {
    outline: none !important;
    border: none !important;
    text-decoration: none !important;
}

.accordion .card-body p:last-child,
.accordion .card-body ul:last-child {
	margin-bottom: 0px;
}

.accordion-custom-style .btn-link {
    color: #333;
}

.accordion-custom-style .fa {
    position: absolute;
    right: 20px;
}

.contact-footer i {
	margin-right: 10px;
}

.preim-section {
    background-color: #EEF3F9;
	padding: 80px 0px;
}

.preim-section .col-lg-3 {
    margin-bottom: 30px;
}

.preim-card {
    padding: 25px;
    background-color: #fff;
    height: 100%;
    border-radius: 13px;
}

.preim-card img {
    width: 40px;
    margin-bottom: 24px;
}

.preim-card h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.preim-card p, .preim-card a {
    margin-bottom: 16px;
}

.section {
	padding: 80px 0px;
}

.section .clz {
	margin-top: 0px;
	margin-bottom: 0px;
}

@media (min-width: 992px) {
	#block-preims .col-lg-3.col-md-4:nth-child(5), #block-preims .col-lg-3.col-md-4:nth-child(6), #block-preims .col-lg-3.col-md-4:nth-child(7), #block-preims .col-lg-3.col-md-4:nth-child(8) {
		margin-bottom: 0px;
	}
}

.custom-header-modal {
    display: flex;
    align-items: center;
}

.custom-header-modal h5 {
    font-size: 18px !important;
}

.modal-form-new label {
    width: 100% !important;
}

.modal-form-new input {
	width: 100%;
	height: 40px;
	padding: 6px 12px;
}

.modal-form-new input[type="file"] {
	height: auto;
	padding: unset;
	padding-bottom: 10px;
}

.modal-form-new textarea {
    height: 100px !important;
    min-height: 100px !important;
}

.modal-form-new input.url-adress {
	display: none;
}

.modal-content {
    border: 1px solid #fff !important;
    border-radius: 8px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
	background-color: #DC3545;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    border: 2px solid #DC3545;
    transition: .3s;
	width: auto;
    height: auto;
}

.bread-first-section {
	position: absolute;
	z-index: 2;
	bottom: 0;
	font-weight: 500;
}

.bread-first-section a {
	color: #DC3545;
}

.grecaptcha-badge {
	display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.first-block-info {
	padding: 0px;
}

.first-block-info .first-block-text {
	padding-top: 50px;
	padding-bottom: 50px;
}

.first-block-info .slide-info-block {
	height: 100%;
	background-position: center;
	background-size: cover;
}

.first-block-info .slideoneblock,
.first-block-info .slick-list,
.first-block-info .slick-track {
	height: 100%;
}

.accordion button {
	padding: 0px;
}

.accordion .card-header {
	padding: 1.25rem;
}

.guest-house .single-location {
    position: relative;
}

.single-location a:hover .overlay {
    opacity: .3;
}

.single-location .overlay {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    bottom: 0;
    right: 0;
    position: absolute;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.guest-house .single-location img {
    width: 100%;
}

.guest-house .single-location:hover .guest-contents {
    left: 70px;
    opacity: 1;
    visibility: visible;
}

.guest-house .single-location .guest-contents {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background: #e61818;
    position: absolute;
    left: 60px;
    padding: 22px 42px;
    bottom: 25px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.guest-house .single-location .guest-contents p {
    margin-bottom: 10px;
    color: rgba(255,255,255,.8);
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.guest-house .single-location .guest-contents h3 a,
.guest-house .single-location .guest-contents h3 {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.btn_10 {
    font-family: "Jost",sans-serif;
    color: #fff;
    background: #e61818;
    border: none;
    padding: 21px 33px!important;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    border-radius: 0;
}

.btn_10:hover {
	text-decoration: none;
	color: #fff;
}

/* Стилизация пагинации */

span.page-numbers {
	color: #fff;
    background-color: #E73848;
    border: 1px solid #E73848;
    padding: 10px 24px;
    font-size: 15px;
    letter-spacing: 0.6px;
    border-radius: 0.25rem;
}

a.page-numbers {
	color: #fff;
    background-color: #E73848;
    border: 1px solid #E73848;
    padding: 10px 24px;
    font-size: 15px;
    letter-spacing: 0.6px;
    border-radius: 0.25rem;
	text-decoration: none;
	transition: .2s linear;
}

.page-numbers:hover {
    background-color: #fff;
    border-color: #222;
    color: #222;
}

.current:hover  {
	color: #fff !important;
    background-color: #E73848 !important;
    border: 1px solid #E73848 !important;
	cursor: default;
}

.current {
	font-size: 1.2rem !important;
}

body {
	padding-right: 0px !important;
}

.modal {
	overflow-y: hidden !important;
}
    
.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 43px;
    height: 43px;
}

.page-links
{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.page-links
.lead-button {
	margin: 40px 20px;
	width: 255px;
    text-align: center;
}

@media (max-width: 768px) {
	.page-links
	.lead-button {
		margin: 20px 0 0;
		width: 100%;
	}
}

.title-link{
	text-decoration: none;
    color: white;
}

.link-gray{
    color: gray;
}

.title-link:hover {
	text-decoration: none;
    color: white;
}


/* .single-location-item:nth-child(1) .single-location, 
.single-location-item:nth-child(2) .single-location{
 width: 50%;
}

.single-location-item{
 width: 100%;
}

.single-location{
  width: 33%;
} */

.single-title {
	height: 100px;
}

.single-blog-info{
	padding: 10px 0;
}

.single-btn {
	margin-bottom: 20px;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.single-title {
		height: 130px;
	}
}

@media (max-width: 991px) {
	.single-title {
		height: auto;
	}
}

.ya-share2 {
	margin-bottom: 1.5em;
}

span.date-on-photo-work {
	position: absolute;
    bottom: 5px;
    right: 25px;
    font-weight: 600;
    color: #fff;
}

/* Cookies */

.cookies.visible {
    display: none;
}

.cookies {
    background: #DC3545;
    border-radius: 15px;
    max-width: 336px;
    box-shadow: 0px 10px 30px rgba(41,48,74,.2);
}

.cookies {
    position: relative;
    box-shadow: 0 8px 23px 0 rgba(0,0,0,.2);
    background: #DC3545;
    background-size: cover;
    width: 100%;
    max-width: 450px;
    padding: 20px 25px;
    box-sizing: border-box;
    transition: .6s;
    margin-top: 25px;
    display: none;
}

.cookies {
    max-width: 332px !important;
    background: #DC3545 !important;
	position: fixed;
    z-index: 200;
    bottom: 20px;
    left: 20px;
}

.cookies__close {
    display: none;
}

.cookies__title {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
}

.cookies__title {
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 39px !important;
    color: #1f282c !important;
}

.cookies__text {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.33;
    margin-bottom: 16px;
}

.cookies__text a {
    font-weight: 400 !important;
    color: #1f282c;
    text-decoration: underline;
}

.cookies__btn {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #1f282c;
    margin: 0;
    opacity: .9;
}

.cookies__btn {
    text-decoration: none;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    height: 32px;
    border-radius: 5px;
    background-color: #f1c43e;
    color: #1f292b;
    transition: .3s;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.cookies__btn {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    background: #363931 !important;
}

.cookies__btn {
    height: 40px !important;
}

@media (min-width: 426px) {
    .cookies__btn_s {
        display: none;
    }
}

li#menu-item-1028 a {
    color: #09A66C;
    font-weight: 600;
}

.pagination-content {
	margin-top: 3rem !important;
}

.block-promotion {
	padding-top: 100px
}

p.woocommerce-result-count {
    display: block;
    width: 100%;
}

img.attachment-woocommerce_thumbnail {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	margin-bottom: 18px;
	border-radius: 6px;
}

.product-archive-card {
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.product-archive-card h2 {
	font-size: 16px;
	color: #333;
	line-height: 1.35;
	min-height: 44px;
	margin-bottom: 12px;
	display: block;
	overflow-wrap: anywhere;
}

.product-archive-card a.woocommerce-loop-product__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	color: inherit;
}

.bbq-product-card-specs {
	display: flex;
	min-height: 88px;
	flex-direction: column;
	gap: 7px;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
	color: #5b4d43;
	font-size: 13px;
	line-height: 1.35;
}

.bbq-product-card-specs li {
	position: relative;
	padding-left: 16px;
}

.bbq-product-card-specs li::before {
	content: "";
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b86a2a;
}

span.onsale {
    display: none;
}

span.price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
    width: 100%;
	min-height: 58px;
	margin-top: auto;
    margin-bottom: 16px;
	color: #2f241b;
}

span.woocommerce-Price-amount.amount {
    font-weight: 600;
    font-size: 18px !important;
}

.product-archive-card a.button {
	background-color: #444b5b;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
	align-self: flex-start;
	margin-top: auto;
}

.product-archive-card a.woocommerce-loop-product__link:hover {
	text-decoration: none;
}

span.price del {
	opacity: 1;
	color: #6f6259;
	text-decoration-thickness: 2px;
	text-decoration-color: #8f2f23;
}

span.price del span.woocommerce-Price-amount.amount {
	font-size: 14px !important;
	font-weight: 500;
	color: #6f6259 !important;
}

span.price ins {
	text-decoration: none;
	background: transparent;
}

span.price ins span.woocommerce-Price-amount.amount {
	font-size: 20px !important;
	color: #8f2f23 !important;
}

span.price > .woocommerce-Price-amount.amount {
	color: #2f241b !important;
}

.woocommerce-pagination {
	margin-bottom: 48px;
	margin-top: 32px;
}

.tax-product_cat .page-header {
	margin-bottom: 24px;
}

.tax-product_cat .page-title {
	margin-bottom: 16px;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
	color: #2f241b;
}

.tax-product_cat .term-description {
	max-width: 960px;
	margin-bottom: 28px;
	padding: 18px 22px;
	background-color: #f8f4ef;
	border-left: 4px solid #8f2f23;
	border-radius: 4px;
}

.tax-product_cat .term-description p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #3d332b;
}

.tax-product_cat .term-description a {
	color: #8f2f23;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(143, 47, 35, 0.35);
}

.tax-product_cat .term-description a:hover {
	color: #6f241b;
	border-bottom-color: rgba(111, 36, 27, 0.6);
}

.bbq-catalog-guide {
	margin: 0 0 30px;
	padding: 24px;
	border: 1px solid #e7ddcf;
	border-radius: 18px;
	background: linear-gradient(135deg, #fffaf2 0%, #f5eee4 100%);
	box-shadow: 0 16px 34px rgba(47, 36, 27, 0.08);
}

.bbq-catalog-guide__intro {
	max-width: 880px;
	margin-bottom: 20px;
}

.bbq-catalog-guide__eyebrow {
	margin-bottom: 8px;
	color: #9b4a1b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bbq-catalog-guide h2 {
	margin: 0 0 10px;
	color: #241b15;
	font-size: 28px;
	line-height: 1.18;
	font-weight: 800;
}

.bbq-catalog-guide p {
	margin: 0;
	color: #4f4238;
	font-size: 16px;
	line-height: 1.65;
}

.bbq-catalog-guide__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.bbq-catalog-guide__card {
	display: flex;
	min-height: 128px;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px;
	color: #2f241b;
	text-decoration: none;
	border: 1px solid rgba(143, 47, 35, 0.16);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.76);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bbq-catalog-guide__card:hover,
.bbq-catalog-guide__card:focus {
	color: #2f241b;
	text-decoration: none;
	border-color: rgba(143, 47, 35, 0.42);
	box-shadow: 0 12px 24px rgba(47, 36, 27, 0.10);
	transform: translateY(-2px);
}

.bbq-catalog-guide__card span {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 800;
}

.bbq-catalog-guide__card small {
	color: #5f5349;
	font-size: 14px;
	line-height: 1.5;
}

.bbq-catalog-bottom-guide {
	margin: 8px 0 42px;
	padding: 28px;
	border: 1px solid #e7ddcf;
	border-radius: 20px;
	background: linear-gradient(135deg, #fffaf2 0%, #f4ebdf 100%);
	box-shadow: 0 18px 40px rgba(47, 36, 27, 0.08);
}

.bbq-catalog-bottom-guide__header {
	max-width: 940px;
	margin-bottom: 22px;
}

.bbq-catalog-bottom-guide__eyebrow {
	margin-bottom: 8px;
	color: #9b4a1b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bbq-catalog-bottom-guide h2 {
	margin: 0 0 10px;
	color: #241b15;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 800;
}

.bbq-catalog-bottom-guide__header p {
	margin: 0;
	color: #4f4238;
	font-size: 16px;
	line-height: 1.65;
}

.bbq-catalog-bottom-guide__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.bbq-catalog-bottom-guide__item {
	min-height: 184px;
	padding: 20px;
	border: 1px solid rgba(143, 47, 35, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.76);
}

.bbq-catalog-bottom-guide__item h3 {
	margin: 0 0 10px;
	color: #2f241b;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 800;
}

.bbq-catalog-bottom-guide__item p {
	margin: 0;
	color: #52463c;
	font-size: 14px;
	line-height: 1.55;
}

.bbq-catalog-bottom-guide__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
	padding: 16px;
	border: 1px solid rgba(143, 47, 35, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.62);
}

.bbq-catalog-bottom-guide__links span {
	margin-right: 4px;
	color: #2f241b;
	font-size: 15px;
	font-weight: 800;
}

.bbq-catalog-bottom-guide__links a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 12px;
	color: #8f2f23;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	border: 1px solid rgba(143, 47, 35, 0.22);
	border-radius: 999px;
	background: #fff;
}

.bbq-catalog-bottom-guide__links a:hover,
.bbq-catalog-bottom-guide__links a:focus {
	color: #6f241b;
	text-decoration: none;
	border-color: rgba(143, 47, 35, 0.48);
}

.bbq-catalog-bottom-guide__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
	padding: 18px 20px;
	border-radius: 16px;
	background: #2f241b;
	color: #fff;
}

.bbq-catalog-bottom-guide__cta span {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
}

.bbq-catalog-bottom-guide__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	border-radius: 999px;
	background: #8f2f23;
	white-space: nowrap;
}

.bbq-catalog-bottom-guide__cta a:hover,
.bbq-catalog-bottom-guide__cta a:focus {
	color: #fff;
	text-decoration: none;
	background: #a8442a;
}

.woocommerce-pagination .page-numbers li .page-numbers {
	border: 1px solid #dee2e6;
    color: #807c7c;
    display: block;
    float: none;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #ffffff;
    margin: 0px 5px;
}

.woocommerce-pagination .page-numbers li span.page-numbers.current {
	background-color: #222222;
    color: #fff;
    border: 1px solid #222;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	height: 90px;
}

.single-product div.product .summary .price {
	margin-bottom: 18px;
	font-size: 28px;
	line-height: 1.2;
}

.bbq-single-product-summary-box {
	margin: 18px 0;
	padding: 18px 20px;
	border: 1px solid #e6d8c8;
	border-radius: 16px;
	background: #fff8ee;
	box-shadow: 0 12px 28px rgba(47, 36, 27, 0.07);
}

.bbq-single-product-summary-box__eyebrow {
	margin-bottom: 10px;
	color: #9b4a1b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bbq-single-product-summary-box ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bbq-single-product-summary-box li {
	position: relative;
	padding-left: 18px;
	color: #3f332b;
	font-size: 15px;
	line-height: 1.45;
}

.bbq-single-product-summary-box li::before {
	content: "";
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b86a2a;
}

.bbq-single-product-cta {
	margin: 18px 0 22px;
	padding: 20px;
	border: 1px solid rgba(143, 47, 35, 0.18);
	border-radius: 16px;
	background: linear-gradient(135deg, #2f241b 0%, #5a3824 100%);
	color: #fff;
}

.bbq-single-product-cta .lead-button {
	margin-right: 12px;
	margin-bottom: 12px;
	color: #fff;
	text-decoration: none;
}

.bbq-single-product-cta__secondary {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-bottom: 12px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}

.bbq-single-product-cta__secondary:hover,
.bbq-single-product-cta__secondary:focus {
	color: #fff;
	text-decoration: none;
	border-bottom-color: #fff;
}

.bbq-single-product-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
	line-height: 1.55;
}

.bbq-single-product-profile {
	clear: both;
	margin: 30px 0 28px;
	padding: 28px;
	border: 1px solid #e7ddcf;
	border-radius: 20px;
	background: #fffdf8;
	box-shadow: 0 16px 36px rgba(47, 36, 27, 0.07);
}

.bbq-single-product-profile__header {
	max-width: 900px;
	margin-bottom: 22px;
}

.bbq-single-product-profile__eyebrow {
	margin-bottom: 8px;
	color: #9b4a1b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bbq-single-product-profile h2 {
	margin: 0 0 10px;
	color: #241b15;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 800;
}

.bbq-single-product-profile__header p {
	max-width: 820px;
	margin: 0;
	color: #4f4238;
	font-size: 16px;
	line-height: 1.65;
}

.bbq-single-product-profile__grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr 1fr;
	gap: 16px;
}

.bbq-single-product-profile__card {
	min-height: 220px;
	padding: 22px;
	border: 1px solid rgba(143, 47, 35, 0.12);
	border-radius: 16px;
	background: #fff8ee;
}

.bbq-single-product-profile__card--accent {
	background: linear-gradient(135deg, #2f241b 0%, #704329 100%);
	color: #fff;
}

.bbq-single-product-profile__card span {
	display: block;
	margin-bottom: 12px;
	color: #9b4a1b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bbq-single-product-profile__card--accent span {
	color: rgba(255, 255, 255, 0.72);
}

.bbq-single-product-profile__card strong {
	display: block;
	margin-bottom: 14px;
	font-size: 28px;
	line-height: 1.15;
}

.bbq-single-product-profile__card p,
.bbq-single-product-profile__card li {
	color: #52463c;
	font-size: 15px;
	line-height: 1.55;
}

.bbq-single-product-profile__card--accent p {
	color: rgba(255, 255, 255, 0.82);
}

.bbq-single-product-profile__card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bbq-single-product-profile__card li {
	position: relative;
	padding-left: 18px;
}

.bbq-single-product-profile__card li::before {
	content: "";
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b86a2a;
}

.bbq-single-product-detail-blocks {
	clear: both;
	margin: 34px 0 36px;
	padding: 28px;
	border: 1px solid #e7ddcf;
	border-radius: 20px;
	background: linear-gradient(135deg, #fffaf2 0%, #f4ebdf 100%);
	box-shadow: 0 18px 40px rgba(47, 36, 27, 0.08);
}

.bbq-single-product-detail-blocks__header {
	max-width: 900px;
	margin-bottom: 22px;
}

.bbq-single-product-detail-blocks__eyebrow {
	margin-bottom: 8px;
	color: #9b4a1b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bbq-single-product-detail-blocks h2 {
	margin: 0 0 10px;
	color: #241b15;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 800;
}

.bbq-single-product-detail-blocks__header p {
	margin: 0;
	color: #4f4238;
	font-size: 16px;
	line-height: 1.65;
}

.bbq-single-product-detail-blocks__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.bbq-single-product-detail-card {
	min-height: 230px;
	padding: 22px;
	border: 1px solid rgba(143, 47, 35, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.78);
}

.bbq-single-product-detail-card h3 {
	margin: 0 0 14px;
	color: #2f241b;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 800;
}

.bbq-single-product-detail-card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bbq-single-product-detail-card li {
	position: relative;
	padding-left: 18px;
	color: #52463c;
	font-size: 15px;
	line-height: 1.5;
}

.bbq-single-product-detail-card li::before {
	content: "";
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b86a2a;
}

.bbq-single-product-detail-blocks__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
	padding: 18px 20px;
	border-radius: 16px;
	background: #2f241b;
	color: #fff;
}

.bbq-single-product-detail-blocks__cta span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.bbq-single-product-detail-blocks__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	border-radius: 999px;
	background: #8f2f23;
	white-space: nowrap;
}

.bbq-single-product-detail-blocks__cta a:hover,
.bbq-single-product-detail-blocks__cta a:focus {
	color: #fff;
	text-decoration: none;
	background: #a8442a;
}

.bbq-single-product-next-links {
	clear: both;
	margin: 0 0 36px;
	padding: 24px;
	border: 1px solid #eadfce;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(47, 36, 27, 0.06);
}

.bbq-single-product-next-links__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.bbq-single-product-next-links__heading span {
	color: #241b15;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 800;
}

.bbq-single-product-next-links__heading p {
	max-width: 560px;
	margin: 0;
	color: #5b4d43;
	font-size: 15px;
	line-height: 1.55;
}

.bbq-single-product-next-links__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.bbq-single-product-next-links__grid a {
	display: flex;
	min-height: 132px;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px;
	color: #2f241b;
	text-decoration: none;
	border: 1px solid rgba(143, 47, 35, 0.14);
	border-radius: 14px;
	background: #fff8ee;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bbq-single-product-next-links__grid a:hover,
.bbq-single-product-next-links__grid a:focus {
	color: #2f241b;
	text-decoration: none;
	border-color: rgba(143, 47, 35, 0.42);
	box-shadow: 0 10px 22px rgba(47, 36, 27, 0.10);
	transform: translateY(-2px);
}

.bbq-single-product-next-links__grid strong {
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 1.25;
}

.bbq-single-product-next-links__grid small {
	color: #5b4d43;
	font-size: 13px;
	line-height: 1.45;
}

.bbq-single-product-faq {
	clear: both;
	margin: 0 0 40px;
	padding: 26px;
	border: 1px solid #e7ddcf;
	border-radius: 18px;
	background: #f7f0e7;
}

.bbq-single-product-faq__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.bbq-single-product-faq__heading span {
	color: #241b15;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 800;
}

.bbq-single-product-faq__heading p {
	max-width: 520px;
	margin: 0;
	color: #5b4d43;
	font-size: 15px;
	line-height: 1.55;
}

.bbq-single-product-faq__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.bbq-single-product-faq__item {
	min-height: 150px;
	padding: 20px;
	border: 1px solid rgba(143, 47, 35, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
}

.bbq-single-product-faq__item h3 {
	margin: 0 0 10px;
	color: #2f241b;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 800;
}

.bbq-single-product-faq__item p {
	margin: 0;
	color: #52463c;
	font-size: 15px;
	line-height: 1.55;
}

.bbq-single-product-related-intro {
	clear: both;
	margin: 0 0 18px;
	padding: 24px;
	border: 1px solid #eadfce;
	border-radius: 18px;
	background: linear-gradient(135deg, #fffaf2 0%, #f4ebdf 100%);
	box-shadow: 0 12px 28px rgba(47, 36, 27, 0.06);
}

.bbq-single-product-related-intro span {
	display: block;
	margin-bottom: 8px;
	color: #241b15;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 800;
}

.bbq-single-product-related-intro p {
	max-width: 780px;
	margin: 0;
	color: #5b4d43;
	font-size: 15px;
	line-height: 1.6;
}

.single-product .related.products > h2 {
	margin-bottom: 18px;
	color: #241b15;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
}

input#coupon_code {
	width: auto;
}

.woocommerce div.product div.images img {
	height: 300px;
}

.whatsapp-block {
	display: flex !important; 
	align-items: center !important;
}

.header-buttons a {
	margin-right: 20px;
}
.section-promo
.img-promo {
	padding-left: 0px;
}

.contacts-header-whatsapp {
    color: #18C139 !important;
    font-size: 20px;
}

.contact_info_header a {
	font-size: 1.3rem;	
}

.contact_info_header {
	margin-left: 40px;
}

@media (max-width: 1600px) {
	.header-first .site-buttons-header {
		justify-content: space-evenly;
	}
	.contact_info_header {
    	margin-left: -30px;
	}
}

.ur-project-center {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Страница Контакты */

.media {
    display: flex;
    align-items: center;
}

.contact-info {
    margin-bottom: 25px;
}

.contact-info__icon {
    margin-right: 20px;
}

.contact-info__icon i {
	font-size: 40px;
}

.contact-info__icon .fa-comment {
	font-size: 33px;
}

.media-body a {
	color: #555C66;
    transition: .3s;
}

.bold-element {
	font-weight: 600;
    font-size: 22px;
}

.media-body a:hover {
	text-decoration: none;
    color: #DC3545;
}

.wpmenucartli {
	bottom: 10%;
	height: fit-content;
    top: inherit;
}

@media (max-width: 992px) {
	.contact_info_header {
		margin-left: 13px;
	}
}

@media (max-width: 475px) {
	.lead-button-green {
		margin-left: 0;
	}
}

@media (max-width: 458px) {
	.lead-button-green {
		margin-top: 5px;
	}
}

.content-title {
	color: #fff;
}

@media (max-width: 768px) {
    #wpmenucartli {
		position: relative !important;
        bottom: -20px;
        width: 80px;
        height: 80px;
        background-color: #28a745; 
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    #wpmenucartli a {
        color: #fff;
        text-decoration: none;
        font-size: 13px !important; 
        display: flex;
        align-items: center;
        justify-content: center;
		border: 0;
    }

    #wpmenucartli .cartcontents {
        display: none; 
    }
	
	.wpmenucart-icon-shopping-cart-0 {
    	font-size: 20px !important;
	}
}


/* колонки в отчетах по работам - картинка+видео */
.our-works 
.wp-block-column:nth-child(1) {
	flex-basis: 72.5% !important;
}
.our-works 
.wp-block-column:nth-child(2) {
	flex-basis: 27.5% !important;
}
.our-works 
.wp-block-column 
video {
	border-radius: 0.35rem !important;
}
/* // */

.child-pages-section .card-image {
	height: 180px;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.child-pages-section .card-title {
	margin-bottom: 0px;
}

.child-pages-section .card-title a {
	color: #333;
    font-weight: 600;
    display: block;
}

.child-pages-section .card {
	color: #333;
	font-size: 16px;
	font-weight: 500;
}

.bbq-related-products-section .card-image {
	display: block;
	height: 240px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px 8px 0 0;
}

.bbq-related-products-section .bbq-related-product-card {
	overflow: hidden;
	border: 1px solid #e7e1d8;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(26, 26, 26, 0.06);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.bbq-related-products-section .card-body {
	padding: 18px 20px 20px;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.bbq-related-products-section .card-title {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.35;
	min-height: 54px;
}

.bbq-related-products-section .card-title a {
	color: #2b2b2b;
	font-weight: 700;
	display: block;
	text-decoration: none;
}

.bbq-related-products-section .card-title a:hover,
.bbq-related-products-section .card-title a:focus {
	color: #8f2d1d;
	text-decoration: none;
}

.bbq-related-products-section .card-text {
	color: #4f4943;
	line-height: 1.6;
	margin-bottom: 16px;
}

.bbq-related-products-section .price {
	font-size: 24px;
	line-height: 1.2;
	margin-top: auto;
}

@media (max-width: 767px) {
	.bbq-related-products-section .card-image {
		height: 210px;
	}
}

.label-price {
	font-size: 28px;
	font-weight: 600;
	color: #09A66C;
}

.first-block-price {
	font-size: 24px;
}

.regions-image-block {
	width: 100%;
	background-position: center;
	background-size: cover;
	min-height: 250px;
	height: 100%;
}

.regions-info-block {
	padding: 24px;
}

.regions-contacts {
	margin-bottom: 16px;
}

.bbq-blog-archive,
.bbq-single-post-page {
	background: linear-gradient(180deg, #f4eee8 0%, #ffffff 220px);
}

.bbq-blog-hero,
.bbq-single-post-hero {
	padding: 88px 0 20px;
}

.bbq-blog-hero__breadcrumbs,
.bbq-single-post-hero__breadcrumbs {
	margin-bottom: 16px;
}

.bbq-blog-hero__breadcrumbs #breadcrumbs,
.bbq-single-post-hero__breadcrumbs #breadcrumbs {
	margin-bottom: 0;
	color: #776b60;
}

.bbq-blog-hero__breadcrumbs a,
.bbq-single-post-hero__breadcrumbs a {
	color: #8f2d1d;
}

.bbq-blog-hero__title,
.bbq-single-post-hero__title {
	margin: 0 0 20px;
	font-size: 48px;
	line-height: 1.08;
	color: #2f241c;
}

.bbq-blog-hero__description,
.bbq-single-post-hero__excerpt {
	max-width: 760px;
	font-size: 19px;
	line-height: 1.75;
	color: #5a4f47;
}

.bbq-blog-hero__description p:last-child,
.bbq-single-post-hero__excerpt:last-child {
	margin-bottom: 0;
}

.bbq-blog-grid-section {
	padding: 8px 0 70px;
}

.bbq-works-intro-section {
	padding: 8px 0 12px;
}

.bbq-works-intro-card {
	height: 100%;
	padding: 26px 24px;
	background: #fff;
	border: 1px solid #eadfd3;
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(48, 34, 24, 0.06);
}

.bbq-works-intro-card__eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8f2d1d;
}

.bbq-works-intro-card h2 {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.2;
	color: #2f241c;
}

.bbq-works-intro-card p {
	margin: 0;
	color: #5c5148;
	line-height: 1.75;
}

.bbq-blog-card,
.bbq-related-post-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 100%;
	background: #fff;
	border: 1px solid #eadfd3;
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(48, 34, 24, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bbq-blog-card:hover,
.bbq-related-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 48px rgba(48, 34, 24, 0.12);
}

.bbq-blog-card__media,
.bbq-related-post-card__media {
	display: block;
	overflow: hidden;
	background: #ede3d8;
}

.bbq-blog-card__media img,
.bbq-related-post-card__media img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.bbq-blog-card__media-placeholder,
.bbq-related-post-card__media-placeholder {
	height: 240px;
	background: linear-gradient(135deg, #e4d5c7, #f5ede4);
}

.bbq-blog-card__body,
.bbq-related-post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.bbq-blog-card__meta,
.bbq-related-post-card__meta,
.bbq-single-post-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8e7d6f;
}

.bbq-blog-card__title,
.bbq-related-post-card__title {
	margin: 14px 0 12px;
	font-size: 24px;
	line-height: 1.25;
}

.bbq-blog-card__title a,
.bbq-related-post-card__title a {
	color: #2f241c;
	text-decoration: none;
}

.bbq-blog-card__title a:hover,
.bbq-blog-card__title a:focus,
.bbq-related-post-card__title a:hover,
.bbq-related-post-card__title a:focus {
	color: #8f2d1d;
	text-decoration: none;
}

.bbq-blog-card__excerpt,
.bbq-related-post-card__excerpt {
	margin-bottom: 20px;
	color: #5c5148;
	line-height: 1.7;
}

.bbq-blog-card__button,
.bbq-related-post-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 13px 18px;
	border-radius: 999px;
	background: #8f2d1d;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.bbq-blog-card__button:hover,
.bbq-blog-card__button:focus,
.bbq-related-post-card__button:hover,
.bbq-related-post-card__button:focus {
	background: #6f1f12;
	color: #fff;
	text-decoration: none;
}

.bbq-blog-pagination {
	padding-top: 16px;
}

.bbq-blog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.bbq-blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	padding: 0 16px;
	border: 1px solid #e5d9ce;
	border-radius: 999px;
	background: #fff;
	color: #2f241c;
	font-weight: 700;
	text-decoration: none;
}

.bbq-blog-pagination .page-numbers.current,
.bbq-blog-pagination .page-numbers:hover,
.bbq-blog-pagination .page-numbers:focus {
	background: #8f2d1d;
	border-color: #8f2d1d;
	color: #fff;
	text-decoration: none;
}

.bbq-blog-empty {
	padding: 32px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #eadfd3;
	text-align: center;
}

.bbq-single-post-hero__category {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(143, 45, 29, 0.1);
	color: #8f2d1d;
	text-decoration: none;
}

.bbq-single-post-hero__category:hover,
.bbq-single-post-hero__category:focus {
	color: #6f1f12;
	text-decoration: none;
}

.bbq-single-post-hero__image-wrap {
	overflow: hidden;
	max-width: 640px;
	margin-top: 18px;
	border-radius: 24px;
	box-shadow: 0 20px 50px rgba(48, 34, 24, 0.14);
}

.bbq-single-post-hero__image {
	display: block;
	width: 100%;
	max-height: 720px;
	object-fit: cover;
}

.bbq-single-post-content-section {
	padding: 24px 0 40px;
}

.bbq-single-post-content {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.bbq-single-post-content__share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #efe4d9;
}

.bbq-single-post-content__body {
	color: #342b24;
	font-size: 18px;
	line-height: 1.85;
}

.bbq-single-post-content__body > * {
	max-width: none;
}

.bbq-single-post-content__body h2,
.bbq-single-post-content__body h3,
.bbq-single-post-content__body h4 {
	margin-top: 1.9em;
	margin-bottom: 0.7em;
	color: #2f241c;
	line-height: 1.25;
}

.bbq-single-post-content__body h2 {
	font-size: 34px;
}

.bbq-single-post-content__body h3 {
	font-size: 28px;
}

.bbq-single-post-content__body ul,
.bbq-single-post-content__body ol {
	padding-left: 1.4em;
}

.bbq-single-post-content__body li {
	margin-bottom: 0.55em;
}

.bbq-single-post-content__body a {
	color: #8f2d1d;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.bbq-single-post-content__body img,
.bbq-single-post-content__body .wp-block-image img {
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 18px;
}

.bbq-single-post-content__body .wp-block-image,
.bbq-single-post-content__body figure {
	margin: 30px 0;
}

.bbq-single-post-content__body .blog-inline-illustration {
	max-width: 720px;
}

.bbq-single-post-content__body blockquote {
	margin: 32px 0;
	padding: 22px 24px;
	border-left: 4px solid #8f2d1d;
	border-radius: 0 18px 18px 0;
	background: #f8f2ec;
	color: #4f433b;
}

.bbq-related-posts-section {
	padding: 26px 0 80px;
}

.bbq-section-heading {
	margin-bottom: 26px;
}

.bbq-section-heading__eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8f2d1d;
}

.bbq-section-heading__title {
	margin: 0;
	font-size: 38px;
	line-height: 1.15;
	color: #2f241c;
}

@media (max-width: 991px) {
	.bbq-blog-hero,
	.bbq-single-post-hero {
		padding-top: 82px;
	}

	.bbq-blog-hero__title,
	.bbq-single-post-hero__title {
		font-size: 38px;
	}

	.bbq-single-post-content {
		padding: 0;
	}

	.bbq-single-post-content__body {
		font-size: 17px;
	}

	.bbq-single-post-content__body h2 {
		font-size: 30px;
	}

	.bbq-single-post-content__body h3 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.bbq-blog-hero,
	.bbq-single-post-hero {
		padding-top: 72px;
		padding-bottom: 22px;
	}

	.bbq-blog-hero__title,
	.bbq-single-post-hero__title {
		font-size: 31px;
	}

	.bbq-blog-hero__description,
	.bbq-single-post-hero__excerpt {
		font-size: 17px;
	}

	.bbq-blog-card__media img,
	.bbq-related-post-card__media img,
	.bbq-blog-card__media-placeholder,
	.bbq-related-post-card__media-placeholder {
		height: 210px;
	}

	.bbq-works-intro-card h2 {
		font-size: 24px;
	}

	.bbq-single-post-content__body {
		font-size: 16px;
		line-height: 1.75;
	}

	.bbq-single-post-content__share {
		align-items: flex-start;
	}

	.bbq-section-heading__title {
		font-size: 30px;
	}
}

.regions-contacts i {
	color: #DC3545;
}

.regions-cards {
	display: flex;
    gap: 9px;
    flex-flow: row wrap;
}

.region-card {
	background: #F2F2F2;
    font-size: 16px;
    border-radius: 3px;
    padding: 6px 14px;
}

.regions-contacts a {
	color: #333;
}

.regions-main-block {
	background-color: #fff;
}

.etaps-block {
    padding: 16px;
    border: 1px solid #c7c7c7;
    height: 100%;
	position: relative;
}

span.etap-number {
    position: absolute;
    right: 16px;
    color: #c7c7c7;
    font-weight: 600;
    font-size: 32px;
    top: 10px;
}

img.etap-img {
    height: 40px;
    margin-bottom: 8px;
}

.etap-header {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.etaps-block .etap-content a {
	white-space: nowrap;
    letter-spacing: -0.7px;
}

.main-block-preims-company .new-white-info-block ul {
	list-style: none;
	padding-left: 0px;
}

.main-block-preims-company .new-white-info-block ul li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 16px;
}

.main-block-preims-company .new-white-info-block ul li:before {
	content: '';
	position: absolute;
	background-color: #DC3545;
	width: 4px;
	height: 100%;
	left: 0;
}

.main-block-preims-company .new-white-info-block ul li strong {
    font-weight: 600;
    font-size: 20px;
	color: #DC3545;
}

.main-block-preims-company .preims-block-info p {
	margin-bottom: 0px;
	font-weight: 600;
}

.main-block-preims-company .preims-blocks-list {
    display: flex;
    gap: 16px;
}

.main-block-preims-company .preims-block-info {
    border: 1px solid #c7c7c7;
    padding: 10px;
    height: 100%;
}

.main-block-preims-company .preims-block-info a {
	color: #333;
	text-decoration: underline;
	opacity: .8;
}

.our-works-section .our-works-card {
	height: 100%;
}

.our-works-section .our-works-card {
    border: 1px solid #c7c7c7;
}

.our-works-section .our-works-info a {
	color: #333;
	font-weight: 600;
	display: block;
}

.our-works-section .our-works-info {
    padding: 16px;
}

.section-bg-image {
	position: relative;
    background-size: cover;
    background-position: center;
}

.section-bg-image .container {
	position: relative;
	z-index: 2;
}

.section-bg-image h2 {
	color: #fff;
}

.section-bg-image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
	z-index: 1;
}

.new-white-info-block {
	background-color: #fff;
	padding: 24px;
	border-radius: 8px;
}

.new-white-info-block p:last-child {
	margin-bottom: 0px;
}

.main-block-preims-company .block-image {
	height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.main-block-preims-company ul li {
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
}

.main-block-preims-company ul li i {
	color: #DC3545;
	margin-left: 8px;
}

@media (max-width: 992px) {
	.page-services .main-block-preims-company .block-image {
		height: 300px;
	}
	.page-services .our-works-section .our-works-card {
		margin-bottom: 16px;
	}
}

.info-icon {
    margin-left: 5px;
    cursor: pointer;
    color: #0073aa;
}

.hidden-preim-1,
.hidden-preim-2,
.hidden-preim-3,
.hidden-preim-4,
.hidden-preim-5,
.hidden-preim-6,
.hidden-preim-7 {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 10;
    font-size: 14px;
    color: #333;
	top: 40px;
	left: 0;
}

.info-icon:hover + .hidden-preim-1,
.info-icon:hover + .hidden-preim-2,
.info-icon:hover + .hidden-preim-3,
.info-icon:hover + .hidden-preim-4,
.info-icon:hover + .hidden-preim-5,
.info-icon:hover + .hidden-preim-6,
.info-icon:hover + .hidden-preim-7 {
    display: block;
}

.date-post {
    width: fit-content;
	text-align: right;
	color: #DC3545; 
    font-style: italic;
    margin-left: auto;
}
.bbq-service-summary-card {
	background: #fff;
	border: 1px solid #e7e1d8;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 10px 24px rgba(26, 26, 26, 0.06);
}

.bbq-service-price-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.bbq-service-price-table thead tr {
	background: #1a1a1a;
	color: #fff;
}

.bbq-service-price-table th,
.bbq-service-price-table td {
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
}

.bbq-service-price-table tbody tr {
	border-bottom: 1px solid #e7e1d8;
}

.bbq-service-price-table tbody td:first-child {
	font-weight: 700;
	color: #1f1f1f;
	white-space: nowrap;
}

.bbq-service-price-value {
	font-weight: 700;
	color: #8f2d1d;
	white-space: nowrap;
}

.bbq-service-table-link {
	color: #2b2b2b;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(143, 45, 29, 0.25);
}

.bbq-service-table-link:hover,
.bbq-service-table-link:focus {
	color: #8f2d1d;
	border-bottom-color: rgba(143, 45, 29, 0.5);
	text-decoration: none;
}

.bbq-service-price-note {
	margin: 14px 0 0;
	color: #6c635b;
	font-size: 14px;
}

.bbq-service-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bbq-service-flow {
	max-width: 980px;
}

.bbq-flow-paragraph {
	margin: 0 0 24px;
	font-size: 17px;
	line-height: 1.75;
	color: #2d2a27;
}

.bbq-service-divider-block {
	margin: 28px 0 32px;
}

.bbq-service-inline-card {
	margin-top: 22px;
}

.bbq-inline-title {
	margin: 0 0 16px;
	font-size: 22px;
	line-height: 1.3;
	color: #1f1f1f;
}

.bbq-service-pill {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: #f5f1ec;
	border: 1px solid #dfd5ca;
	color: #2d2a27;
	font-size: 14px;
	line-height: 1.35;
}

.bbq-service-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bbq-service-list li {
	position: relative;
	margin: 0 0 14px;
	padding-left: 24px;
	font-size: 16px;
	line-height: 1.7;
	color: #2d2a27;
}

.bbq-service-list li:last-child {
	margin-bottom: 0;
}

.bbq-service-list li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8f2d1d;
}

@media (max-width: 767px) {
	.bbq-service-summary-card {
		padding: 18px;
	}

	.bbq-service-price-table {
		font-size: 14px;
	}

	.bbq-service-price-table th,
	.bbq-service-price-table td {
		padding: 9px 10px;
	}
}

/*--------------------------------------------------------------
# Home Page Reframe Test
--------------------------------------------------------------*/

.bbq-home {
	background: #f5f1ea;
	color: #201913;
}

.bbq-home .container {
	position: relative;
	z-index: 2;
}

.bbq-home-hero {
	padding: 120px 0 90px;
	background-size: cover;
	background-position: center;
	color: #fff7ef;
}

.bbq-home-hero h1 {
	margin: 0 0 24px;
	max-width: 860px;
	font-size: 58px;
	line-height: 1.05;
	color: #fff7ef;
}

.bbq-home-hero__eyebrow,
.bbq-home-kicker {
	display: inline-block;
	margin-bottom: 18px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(181, 122, 69, 0.14);
	color: #9f6230;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bbq-home-kicker {
	background: #ede1d1;
}

.bbq-home-hero__lead {
	max-width: 640px;
	margin-bottom: 28px;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 247, 239, 0.9);
}

.bbq-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	margin-bottom: 28px;
}

.bbq-home-secondary-link {
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	color: #fff7ef;
	border-bottom: 1px solid rgba(255, 247, 239, 0.45);
}

.bbq-home-secondary-link:hover {
	color: #fff7ef;
	border-color: #fff7ef;
	text-decoration: none;
}

.bbq-home-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bbq-home-hero__badges span {
	padding: 12px 16px;
	border: 1px solid rgba(255, 247, 239, 0.18);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.07);
	font-size: 14px;
	font-weight: 600;
}

.bbq-home-hero__aside {
	margin-top: 26px;
	padding: 28px;
	border-radius: 18px;
	background: rgba(22, 18, 15, 0.78);
	backdrop-filter: blur(8px);
	box-shadow: 0 24px 60px rgba(15, 12, 10, 0.18);
}

.bbq-home-hero__aside-label {
	margin-bottom: 14px;
	color: #c48a50;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bbq-home-hero__aside ul,
.bbq-home-proof-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bbq-home-hero__aside li,
.bbq-home-proof-panel li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	line-height: 1.6;
}

.bbq-home-hero__aside li:last-child,
.bbq-home-proof-panel li:last-child {
	margin-bottom: 0;
}

.bbq-home-hero__aside li:before,
.bbq-home-proof-panel li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c48a50;
}

.bbq-home-proof,
.bbq-home-cases,
.bbq-home-process,
.bbq-home-budget,
.bbq-home-master,
.bbq-home-cta {
	padding: 76px 0;
}

.bbq-home-section-intro h2,
.bbq-home-section-head h2,
.bbq-home-cta__box h2,
.bbq-home-master__content h2 {
	margin: 0 0 18px;
	max-width: min(920px, 100%);
	font-size: 38px;
	line-height: 1.12;
	color: #201913;
}

.bbq-home-section-intro p,
.bbq-home-section-head p,
.bbq-home-budget-card p,
.bbq-home-case-card p,
.bbq-home-step-card p,
.bbq-home-master__content p,
.bbq-home-cta__box p {
	font-size: 17px;
	line-height: 1.7;
	color: #4b4038;
}

.bbq-home-proof-card,
.bbq-home-step-card,
.bbq-home-budget-card {
	height: 100%;
	padding: 28px;
	border-radius: 18px;
	background: #fffdf9;
	box-shadow: 0 22px 50px rgba(32, 25, 19, 0.08);
}

.bbq-home-proof-card {
	margin-bottom: 24px;
	border: 1px solid rgba(196, 138, 80, 0.16);
}

.bbq-home-proof-card h3,
.bbq-home-step-card h3,
.bbq-home-budget-card h3,
.bbq-home-case-card h3 {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.25;
	color: #201913;
}

.bbq-home-section-head {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: end;
	margin-bottom: 28px;
}

.bbq-home-section-head > div {
	max-width: 760px;
}

.bbq-home-section-head p {
	max-width: 420px;
	margin: 0;
}

.bbq-home-cases {
	background: linear-gradient(180deg, #efe8dc 0%, #f7f3ed 100%);
}

.bbq-home-case-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 32px;
	border-radius: 20px;
	background: #fffdf9;
	border: 1px solid rgba(32, 25, 19, 0.08);
	box-shadow: 0 24px 70px rgba(32, 25, 19, 0.08);
	color: #201913;
}

.bbq-home-case-card__image {
	height: 220px;
	margin: -32px -32px 22px;
	border-radius: 20px 20px 0 0;
	background-size: cover;
	background-position: center;
}

.bbq-home-case-card:hover {
	color: #201913;
	text-decoration: none;
	transform: translateY(-4px);
	transition: transform 0.25s ease;
}

.bbq-home-case-card__label,
.bbq-home-case-card__cta {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bbq-home-case-card__label {
	margin-bottom: 18px;
	color: #9f6230;
}

.bbq-home-case-card__price,
.bbq-home-budget-card__price {
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	color: #d8ac78;
}

.bbq-home-case-card__format,
.bbq-home-case-card__note {
	color: #4b4038;
	font-size: 16px;
	line-height: 1.55;
}

.bbq-home-case-card__meta {
	margin-bottom: 14px;
}

.bbq-home-case-card__meta span {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: #f2eadf;
	font-size: 12px;
	font-weight: 600;
	color: #5b4635;
}

.bbq-home-case-card__cta {
	margin-top: auto;
	padding-top: 24px;
	color: #201913;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
}

.bbq-home-process {
	background: #f7f3ed;
}

.bbq-home-step-card {
	position: relative;
	margin-bottom: 24px;
	padding-top: 86px;
}

.bbq-home-step-card__number {
	position: absolute;
	top: 28px;
	left: 30px;
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: #c99259;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}

.bbq-home-budget-card {
	margin-bottom: 24px;
	border: 1px solid rgba(196, 138, 80, 0.18);
}

.bbq-home-master {
	background: #f0e7da;
}

.bbq-home-master__image {
	min-height: 560px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	box-shadow: 0 24px 70px rgba(32, 25, 19, 0.14);
}

.bbq-home-master__content {
	padding-left: 22px;
}

.bbq-home-master__quote {
	margin-top: 28px;
	padding: 20px 22px;
	border-left: 4px solid #c99259;
	border-radius: 0 14px 14px 0;
	background: rgba(255, 255, 255, 0.65);
	font-size: 17px;
	line-height: 1.55;
	color: #2d231c;
}

.bbq-home-cta__box {
	display: flex;
	justify-content: space-between;
	gap: 36px;
	align-items: center;
	padding: 38px 42px;
	border-radius: 20px;
	background: #1b1612;
	box-shadow: 0 24px 70px rgba(32, 25, 19, 0.18);
}

.bbq-home-cta__box h2,
.bbq-home-cta__box p,
.bbq-home-cta__box .bbq-home-kicker {
	color: #fff7ef;
}

.bbq-home-cta__box .bbq-home-kicker {
	background: rgba(196, 138, 80, 0.16);
}

.bbq-home-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	min-width: 280px;
}

.bbq-home-section-head--faq {
	align-items: center;
	margin-bottom: 28px;
}

.bbq-home .accordion-custom-style .card {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(196, 138, 80, 0.18);
	box-shadow: 0 12px 34px rgba(32, 25, 19, 0.06);
}

.bbq-home .accordion-custom-style .card + .card {
	margin-top: 18px;
}

.bbq-home .accordion-custom-style .card-header {
	background: #fffdf9;
}

.bbq-home .accordion-custom-style .btn-link {
	padding: 24px 28px;
	font-size: 18px;
	font-weight: 700;
	color: #201913;
	text-decoration: none;
}

.page-services-bbq .heading-section h2,
.page-services-bbq .section-work h2,
.page-services-bbq .section-work .card-title,
.page-services-bbq .main-block-preims-company h2 {
	max-width: min(960px, 100%);
	line-height: 1.1;
	letter-spacing: 0;
}

.page-services-bbq .heading-section h2,
.page-services-bbq .section-work h2 {
	font-size: 36px;
	margin-bottom: 16px !important;
	color: #201814;
}

.page-services-bbq .heading-section p,
.page-services-bbq .heading-section li,
.page-services-bbq .section-work p,
.page-services-bbq .section-work li,
.page-services-bbq .card-text,
.page-services-bbq .bbq-service-price-note,
.page-services-bbq .bbq-flow-paragraph {
	font-size: 16px;
	line-height: 1.65;
	color: #433831;
}

.page-services-bbq .bbq-service-summary-card,
.page-services-bbq .new-white-info-block,
.page-services-bbq .section-work .card {
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(32, 25, 19, 0.06);
	border: 1px solid rgba(32, 25, 19, 0.09);
	background: #fffdfa;
}

.page-services-bbq .section-work .card {
	overflow: hidden;
}

.page-services-bbq .section-work.bg-light,
.page-services-bbq .full-cicle-slider.section-work,
.page-services-bbq .section-gallery.section-work {
	background: #f6f0e8;
}

.page-services-bbq .section-work .card-body,
.page-services-bbq .new-white-info-block,
.page-services-bbq .bbq-service-summary-card {
	padding: 26px;
}

.page-services-bbq .section-work .card-title {
	font-size: 22px;
	line-height: 1.18;
	color: #241b16;
}

.page-services-bbq .section-work .card-title a {
	color: inherit;
	text-decoration: none;
}

.page-services-bbq .section-work .card-title a:hover,
.page-services-bbq .section-work .card-title a:focus {
	color: #7f4f28;
	text-decoration: none;
}

.page-services-bbq .bbq-service-divider-block {
	margin-top: 40px;
}

.page-services-bbq .bbq-service-pill {
	border-radius: 999px;
	padding: 10px 14px;
	background: #f1e7db;
	color: #4c3d31;
	border: 1px solid #e2d3c1;
	font-size: 13px;
	letter-spacing: 0.02em;
}

.page-services-bbq .lead-button,
.page-services-bbq .lead-button-green {
	border-radius: 8px;
	padding: 14px 18px;
	background: #241913;
	border: 1px solid #241913;
	color: #fffaf4;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-services-bbq .lead-button:hover,
.page-services-bbq .lead-button:focus,
.page-services-bbq .lead-button-green:hover,
.page-services-bbq .lead-button-green:focus {
	background: transparent;
	border-color: #241913;
	color: #241913;
}

.page-services-bbq .accordion-custom-style .card {
	border-radius: 10px;
	border: 1px solid rgba(32, 25, 19, 0.1);
	box-shadow: 0 10px 28px rgba(32, 25, 19, 0.05);
}

.page-services-bbq .accordion-custom-style .card-header {
	background: #fffdfa;
}

.page-services-bbq .accordion-custom-style .btn-link {
	padding: 22px 24px;
	color: #241b16;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.page-services-bbq .accordion-custom-style .card-body {
	padding: 0 24px 22px;
	background: #fffdfa;
}

.page-services-bbq .bbq-service-price-table thead tr {
	background: #241913;
}

.page-services-bbq .bbq-service-price-table th,
.page-services-bbq .bbq-service-price-table td {
	padding: 14px 16px;
}

.page-services-bbq .price,
.page-services-bbq .bbq-service-price-value {
	color: #8f5a2d;
}

.page-services-bbq .card-text:last-child,
.page-services-bbq .new-white-info-block p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.page-services-bbq .heading-section h2,
	.page-services-bbq .section-work h2,
	.page-services-bbq .main-block-preims-company h2 {
		max-width: none;
		font-size: 30px;
	}

	.page-services-bbq .section-work .card-body,
	.page-services-bbq .new-white-info-block,
	.page-services-bbq .bbq-service-summary-card {
		padding: 22px;
	}
}

.bbq-home .accordion-custom-style .card-body {
	padding: 0 28px 24px;
	background: #fffdf9;
}

.bbq-home .accordion-custom-style .card-body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.bbq-home-hero h1 {
		font-size: 50px;
	}

	.bbq-home-section-intro h2,
	.bbq-home-section-head h2,
	.bbq-home-cta__box h2,
	.bbq-home-master__content h2 {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.bbq-home-hero {
		padding: 96px 0 72px;
	}

	.bbq-home-hero h1 {
		font-size: 40px;
	}

	.bbq-home-section-head,
	.bbq-home-cta__box {
		flex-direction: column;
		align-items: flex-start;
	}

	.bbq-home-section-head p,
	.bbq-home-section-head > div,
	.bbq-home-cta__actions {
		max-width: none;
		min-width: 0;
	}

	.bbq-home-master__image {
		min-height: 420px;
		margin-bottom: 28px;
	}

	.bbq-home-master__content {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.bbq-home-proof,
	.bbq-home-cases,
	.bbq-home-process,
	.bbq-home-budget,
	.bbq-home-master,
	.bbq-home-cta {
		padding: 64px 0;
	}

	.bbq-home-hero {
		padding: 82px 0 56px;
	}

	.bbq-home-hero h1 {
		font-size: 32px;
	}

	.bbq-home-hero__lead,
	.bbq-home-section-intro p,
	.bbq-home-section-head p,
	.bbq-home-budget-card p,
	.bbq-home-case-card p,
	.bbq-home-step-card p,
	.bbq-home-master__content p,
	.bbq-home-cta__box p {
		font-size: 16px;
	}

	.bbq-home-section-intro h2,
	.bbq-home-section-head h2,
	.bbq-home-cta__box h2,
	.bbq-home-master__content h2 {
		font-size: 28px;
	}

	.bbq-home-proof-card,
	.bbq-home-step-card,
	.bbq-home-budget-card,
	.bbq-home-case-card,
	.bbq-home-hero__aside,
	.bbq-home-proof-panel,
	.bbq-home-cta__box {
		padding: 24px;
	}

	.bbq-home-case-card__image {
		height: 200px;
		margin: -24px -24px 20px;
		border-radius: 16px 16px 0 0;
	}

	.bbq-home .accordion-custom-style .btn-link {
		padding: 20px;
		font-size: 18px;
	}

	.bbq-home .accordion-custom-style .card-body {
		padding: 0 20px 20px;
	}
}

/*--------------------------------------------------------------
# About / Contacts Pages
--------------------------------------------------------------*/

.bbq-trust-hero {
	padding: 82px 0 64px;
	background: linear-gradient(180deg, #f3ede4 0%, #fbf8f3 100%);
}

.bbq-about-page .bbq-trust-hero,
.bbq-contacts-page .bbq-trust-hero {
	padding-top: 170px;
}

.bbq-trust-hero h1 {
	margin: 0 0 20px;
	font-size: 48px;
	line-height: 1.08;
	color: #1f1914;
}

.bbq-trust-hero__lead {
	max-width: 760px;
	margin-bottom: 24px;
	font-size: 19px;
	line-height: 1.75;
	color: #4f453d;
}

.bbq-trust-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bbq-trust-hero__badges span {
	display: inline-flex;
	padding: 11px 15px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #e3d6c7;
	font-size: 14px;
	font-weight: 600;
	color: #2f2721;
}

.bbq-trust-hero__card,
.bbq-trust-contact-box,
.bbq-contact-card,
.bbq-trust-note,
.bbq-trust-card {
	padding: 30px;
	border-radius: 24px;
	background: #fffdf9;
	box-shadow: 0 22px 60px rgba(31, 25, 20, 0.08);
}

.bbq-trust-hero__card h2,
.bbq-trust-contact-box h3,
.bbq-contact-card h2,
.bbq-trust-note h3,
.bbq-trust-card h3,
.bbq-trust-story h2 {
	margin: 0 0 16px;
	color: #1f1914;
}

.bbq-trust-hero__card ul,
.bbq-trust-contact-box ul,
.bbq-contact-card ul,
.bbq-trust-steps {
	margin: 0 0 20px;
	padding-left: 20px;
	color: #4f453d;
}

.bbq-trust-hero__card li,
.bbq-trust-contact-box li,
.bbq-contact-card li,
.bbq-trust-steps li {
	margin-bottom: 12px;
	line-height: 1.65;
}

.bbq-trust-section {
	padding: 78px 0;
}

.bbq-trust-section--alt {
	background: #f5f0e8;
}

.bbq-trust-section h2 {
	margin: 0 0 18px;
	font-size: 38px;
	line-height: 1.16;
	color: #1f1914;
}

.bbq-trust-section p,
.bbq-contact-card p,
.bbq-trust-note p,
.bbq-trust-card p,
.bbq-trust-story p {
	font-size: 17px;
	line-height: 1.75;
	color: #4f453d;
}

.bbq-trust-card {
	height: 100%;
	margin-bottom: 24px;
	border: 1px solid rgba(196, 138, 80, 0.16);
}

.bbq-trust-story {
	padding-right: 20px;
}

.bbq-trust-contact-box ul {
	list-style: none;
	padding-left: 0;
}

.bbq-trust-contact-box li {
	margin-bottom: 10px;
}

.bbq-contact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.bbq-contact-grid__item {
	padding: 24px;
	border-radius: 22px;
	background: #fffdf9;
	box-shadow: 0 18px 48px rgba(31, 25, 20, 0.08);
}

.bbq-contact-grid__item h3 {
	margin: 0 0 12px;
	font-size: 22px;
	color: #1f1914;
}

.bbq-contact-grid__item p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #4f453d;
}

@media (max-width: 1199px) {
	.bbq-trust-hero h1 {
		font-size: 40px;
	}

	.bbq-trust-section h2 {
		font-size: 34px;
	}
}

@media (max-width: 991px) {
	.bbq-contact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bbq-trust-hero__card {
		margin-top: 28px;
	}

	.bbq-trust-story {
		padding-right: 0;
		margin-bottom: 28px;
	}
}

@media (max-width: 767px) {
	.bbq-trust-hero {
		padding: 64px 0 48px;
	}

	.bbq-about-page .bbq-trust-hero,
	.bbq-contacts-page .bbq-trust-hero {
		padding-top: 112px;
	}

	.bbq-trust-hero h1 {
		font-size: 30px;
	}

	.bbq-trust-hero__lead,
	.bbq-trust-section p,
	.bbq-contact-card p,
	.bbq-trust-note p,
	.bbq-trust-card p,
	.bbq-trust-story p,
	.bbq-contact-grid__item p {
		font-size: 16px;
	}

	.bbq-trust-section {
		padding: 58px 0;
	}

	.bbq-trust-section h2 {
		font-size: 28px;
	}

	.bbq-trust-hero__card,
	.bbq-trust-contact-box,
	.bbq-contact-card,
	.bbq-trust-note,
	.bbq-trust-card,
	.bbq-contact-grid__item {
		padding: 22px;
	}

	.bbq-contact-grid {
		grid-template-columns: 1fr;
	}
}

.bbq-home-section-intro h2,
.bbq-home-section-head h2,
.bbq-home-cta__box h2,
.bbq-home-master__content h2,
.page-services-bbq .heading-section h2,
.page-services-bbq .section-work h2,
.page-services-bbq .main-block-preims-company h2,
.bbq-blog-hero__title,
.bbq-single-post-hero__title,
.bbq-section-heading__title,
.bbq-trust-hero h1,
.bbq-trust-section h2 {
	max-width: min(980px, 100%);
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

@media (max-width: 767px) {
	html,
	body {
		overflow-x: hidden;
	}

	.bbq-home-hero h1,
	.info-first-screen h1,
	.bbq-blog-hero__title,
	.bbq-single-post-hero__title,
	.bbq-trust-hero h1 {
		max-width: 100%;
		font-size: 28px;
		line-height: 1.14;
		white-space: normal;
		overflow-wrap: break-word;
		word-break: normal;
		hyphens: none;
	}

	.bbq-home-section-intro h2,
	.bbq-home-section-head h2,
	.bbq-home-cta__box h2,
	.bbq-home-master__content h2,
	.page-services-bbq .heading-section h2,
	.page-services-bbq .section-work h2,
	.page-services-bbq .main-block-preims-company h2,
	.bbq-trust-section h2,
	.bbq-section-heading__title {
		max-width: 100%;
		font-size: 27px;
		line-height: 1.18;
		white-space: normal;
		overflow-wrap: break-word;
	}
}

:root {
	--bbq-page-bg: #f7f5f1;
	--bbq-surface: #ffffff;
	--bbq-surface-soft: #fbfaf7;
	--bbq-text: #1f1a16;
	--bbq-muted: #5a5149;
	--bbq-line: #e5ded4;
	--bbq-accent: #9b2f20;
	--bbq-accent-dark: #762114;
	--bbq-gold: #c6925b;
	--bbq-shadow-soft: 0 14px 34px rgba(31, 26, 22, 0.055);
	--bbq-radius: 8px;
	--bbq-section-y: 58px;
}

body,
.bbq-home,
.archive-page,
.bbq-blog-archive,
.bbq-about-page,
.bbq-contacts-page,
.page-services-bbq {
	background: var(--bbq-page-bg);
	color: var(--bbq-text);
}

.bbq-home-proof,
.bbq-home-cases,
.bbq-home-process,
.bbq-home-budget,
.bbq-home-master,
.bbq-home-cta,
.bbq-trust-section,
.bbq-blog-grid-section,
.bbq-works-intro-section,
.bbq-related-posts-section,
.page-services-bbq .section-work,
.page-services-bbq .heading-section,
.page-services-bbq .main-block-preims-company {
	padding-top: var(--bbq-section-y);
	padding-bottom: var(--bbq-section-y);
	background: var(--bbq-page-bg);
}

.bbq-home-cases,
.bbq-home-process,
.bbq-home-master,
.bbq-trust-section--alt,
.bbq-blog-hero,
.bbq-single-post-hero {
	background: var(--bbq-page-bg);
}

.bbq-home-kicker,
.bbq-works-intro-card__eyebrow,
.bbq-section-heading__eyebrow,
.bbq-blog-card__meta span,
.bbq-related-post-card__meta span {
	background: var(--bbq-surface);
	border: 1px solid var(--bbq-line);
	color: var(--bbq-accent);
	box-shadow: none;
}

.bbq-home-hero__eyebrow {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #f5cf9c;
}

.bbq-home-proof-card,
.bbq-home-step-card,
.bbq-home-budget-card,
.bbq-home-case-card,
.bbq-works-intro-card,
.bbq-blog-card,
.bbq-related-post-card,
.bbq-trust-hero__card,
.bbq-trust-contact-box,
.bbq-contact-card,
.bbq-trust-note,
.bbq-trust-card,
.bbq-contact-grid__item,
.page-services-bbq .bbq-service-summary-card,
.page-services-bbq .new-white-info-block,
.page-services-bbq .section-work .card,
.bbq-service-inline-card,
.product-archive-card {
	background: var(--bbq-surface);
	border: 1px solid var(--bbq-line);
	border-radius: var(--bbq-radius);
	box-shadow: var(--bbq-shadow-soft);
}

.product-archive-card {
	padding: 18px;
	margin-bottom: 30px;
}

.product-archive-card img.attachment-woocommerce_thumbnail {
	border-radius: calc(var(--bbq-radius) - 2px);
	margin-bottom: 16px;
}

.product-archive-card h2 {
	color: var(--bbq-text);
	font-size: 18px;
	line-height: 1.18;
	margin-bottom: 12px;
}

.product-archive-card span.price {
	color: var(--bbq-gold);
	margin-bottom: 16px;
}

.product-archive-card a.button {
	background: var(--bbq-accent);
	border: 1px solid var(--bbq-accent);
	border-radius: var(--bbq-radius);
	color: #fff;
	box-shadow: none;
}

.product-archive-card a.button:hover,
.product-archive-card a.button:focus {
	background: var(--bbq-accent-dark);
	border-color: var(--bbq-accent-dark);
	color: #fff;
}

.bbq-home-section-intro h2,
.bbq-home-section-head h2,
.bbq-home-cta__box h2,
.bbq-home-master__content h2,
.bbq-blog-hero__title,
.bbq-single-post-hero__title,
.bbq-section-heading__title,
.bbq-trust-hero h1,
.bbq-trust-section h2,
.page-services-bbq .heading-section h2,
.page-services-bbq .section-work h2,
.page-services-bbq .main-block-preims-company h2,
.bbq-works-intro-card h2 {
	color: var(--bbq-text);
}

.bbq-home-section-intro p,
.bbq-home-section-head p,
.bbq-home-budget-card p,
.bbq-home-case-card p,
.bbq-home-step-card p,
.bbq-home-master__content p,
.bbq-home-cta__box p,
.bbq-blog-hero__description,
.bbq-single-post-hero__excerpt,
.bbq-trust-hero__lead,
.bbq-trust-section p,
.bbq-contact-card p,
.bbq-trust-note p,
.bbq-trust-card p,
.bbq-trust-story p,
.bbq-contact-grid__item p,
.page-services-bbq .heading-section p,
.page-services-bbq .heading-section li,
.page-services-bbq .section-work p,
.page-services-bbq .section-work li,
.page-services-bbq .card-text,
.page-services-bbq .bbq-service-price-note,
.page-services-bbq .bbq-flow-paragraph {
	color: var(--bbq-muted);
}

.bbq-home-case-card__label,
.bbq-home-case-card__cta,
.bbq-home-secondary-link,
.bbq-service-table-link,
.bbq-related-products-section .card-title a:hover,
.bbq-related-products-section .card-title a:focus,
.bbq-blog-hero__breadcrumbs a,
.bbq-single-post-hero__breadcrumbs a {
	color: var(--bbq-accent);
}

.bbq-home-case-card__price,
.bbq-home-budget-card__price,
.page-services-bbq .price,
.page-services-bbq .bbq-service-price-value,
.bbq-service-price-value {
	color: var(--bbq-gold);
}

.bbq-home-case-card__meta span,
.bbq-service-pill,
.bbq-trust-hero__badges span {
	background: var(--bbq-surface-soft);
	border: 1px solid var(--bbq-line);
	color: var(--bbq-muted);
	border-radius: var(--bbq-radius);
}

.lead-button,
.page-services-bbq .lead-button,
.page-services-bbq .lead-button-green,
.bbq-blog-card__button,
.bbq-related-post-card__button {
	background: var(--bbq-accent);
	border-color: var(--bbq-accent);
	color: #fff;
	border-radius: var(--bbq-radius);
	box-shadow: none;
}

.lead-button:hover,
.lead-button:focus,
.page-services-bbq .lead-button:hover,
.page-services-bbq .lead-button:focus,
.page-services-bbq .lead-button-green:hover,
.page-services-bbq .lead-button-green:focus,
.bbq-blog-card__button:hover,
.bbq-blog-card__button:focus,
.bbq-related-post-card__button:hover,
.bbq-related-post-card__button:focus {
	background: var(--bbq-accent-dark);
	border-color: var(--bbq-accent-dark);
	color: #fff;
}

.bbq-home-step-card__number,
.bbq-home-hero__aside li:before,
.bbq-home-proof-panel li:before,
.bbq-service-list li:before {
	background: var(--bbq-accent);
}

.bbq-home-cta__box,
.bbq-home-proof-panel,
.page-services-bbq .bbq-service-price-table thead tr {
	background: var(--bbq-text);
}

.bbq-home-master__quote,
.bbq-single-post-content__body blockquote {
	background: var(--bbq-surface);
	border-left-color: var(--bbq-accent);
}

.bbq-article-author {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 22px;
	margin-top: 36px;
	padding: 24px;
	border: 1px solid var(--bbq-line);
	border-radius: 16px;
	background: var(--bbq-surface);
	box-shadow: var(--bbq-shadow-soft);
}

.bbq-article-author__media img,
.bbq-article-author__placeholder {
	width: 112px;
	height: 112px;
	border-radius: 18px;
	object-fit: cover;
}

.bbq-article-author__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--bbq-text) 0%, #5c3826 100%);
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.bbq-article-author__eyebrow {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--bbq-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bbq-article-author__name {
	margin: 0 0 6px;
	color: var(--bbq-text);
	font-size: 28px;
	line-height: 1.08;
}

.bbq-article-author__role {
	margin-bottom: 12px;
	color: var(--bbq-gold);
	font-size: 15px;
	font-weight: 600;
}

.bbq-article-author__bio {
	margin: 0;
	color: var(--bbq-muted);
	font-size: 16px;
	line-height: 1.7;
}

.bbq-article-toc {
	margin: 0 0 24px;
	padding: 16px 20px;
	border-left: 3px solid var(--bbq-accent);
	border-radius: 4px;
	background: #f8f8f8;
}

.bbq-article-toc__title {
	display: block;
	margin-bottom: 10px;
	color: var(--bbq-text);
	font-size: 18px;
	font-weight: 700;
}

.bbq-article-toc__list {
	display: grid;
	gap: 4px;
}

.bbq-article-toc__list a {
	display: block;
	padding: 2px 0;
	color: #333;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.bbq-article-toc__list a:hover,
.bbq-article-toc__list a:focus {
	color: var(--bbq-accent);
}

@media (min-width: 1024px) {
	.archive-page,
	.single-product {
		background: var(--bbq-page-bg);
	}

	.archive-page .site-main,
	.single-product .site-main {
		padding-top: 34px;
		padding-bottom: 56px;
	}

	.woocommerce-products-header__title.page-title,
	.single-product div.product .product_title {
		max-width: 920px;
		color: var(--bbq-text);
		letter-spacing: -0.02em;
	}

	.archive-page .term-description {
		margin: 16px 0 30px;
		padding: 22px 24px;
		border-left: 4px solid var(--bbq-accent);
		background: var(--bbq-surface);
		box-shadow: var(--bbq-shadow-soft);
	}

	.bbq-catalog-guide,
	.bbq-catalog-bottom-guide,
	.bbq-single-product-profile,
	.bbq-single-product-detail-blocks,
	.bbq-single-product-next-links,
	.bbq-single-product-faq,
	.bbq-single-product-related-intro {
		border: 1px solid var(--bbq-line);
		border-radius: 14px;
		background: var(--bbq-surface);
		box-shadow: var(--bbq-shadow-soft);
	}

	.bbq-catalog-guide,
	.bbq-single-product-profile,
	.bbq-single-product-detail-blocks {
		margin-top: 28px;
		margin-bottom: 30px;
		padding: 30px;
	}

	.bbq-catalog-bottom-guide {
		margin-top: 12px;
		margin-bottom: 46px;
		padding: 30px;
	}

	.bbq-single-product-next-links,
	.bbq-single-product-faq,
	.bbq-single-product-related-intro {
		margin-bottom: 30px;
		padding: 26px;
	}

	.bbq-catalog-guide__eyebrow,
	.bbq-catalog-bottom-guide__eyebrow,
	.bbq-single-product-profile__eyebrow,
	.bbq-single-product-detail-blocks__eyebrow {
		color: var(--bbq-accent);
	}

	.bbq-catalog-guide h2,
	.bbq-catalog-bottom-guide h2,
	.bbq-single-product-profile h2,
	.bbq-single-product-detail-blocks h2,
	.bbq-single-product-next-links__heading span,
	.bbq-single-product-faq__heading span,
	.bbq-single-product-related-intro span {
		color: var(--bbq-text);
		letter-spacing: -0.015em;
	}

	.bbq-catalog-guide__card,
	.bbq-catalog-bottom-guide__item,
	.bbq-single-product-profile__card,
	.bbq-single-product-detail-card,
	.bbq-single-product-faq__item,
	.bbq-single-product-next-links__grid a {
		border-color: var(--bbq-line);
		border-radius: 12px;
		background: var(--bbq-surface-soft);
		box-shadow: none;
	}

	.bbq-single-product-profile__card--accent {
		background: linear-gradient(135deg, var(--bbq-text) 0%, #5c3826 100%);
	}

	.bbq-catalog-bottom-guide__links {
		background: var(--bbq-surface-soft);
		border-color: var(--bbq-line);
	}

	.product-archive-card {
		min-height: 100%;
		border-radius: 12px;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	}

	.product-archive-card:hover {
		border-color: rgba(155, 47, 32, 0.24);
		box-shadow: 0 18px 40px rgba(31, 26, 22, 0.085);
		transform: translateY(-2px);
	}

	.product-archive-card img.attachment-woocommerce_thumbnail {
		width: 100%;
		height: 260px;
		object-fit: cover;
		object-position: center;
	}

	.product-archive-card h2 {
		min-height: 46px;
		color: var(--bbq-text);
	}

	.bbq-product-card-specs {
		min-height: 92px;
		color: var(--bbq-muted);
	}

	.product-archive-card span.price {
		color: var(--bbq-gold);
	}

	.product-archive-card a.button {
		border-radius: 10px;
	}
}

@media (max-width: 767px) {
	:root {
		--bbq-section-y: 40px;
	}

	.container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 16px;
		padding-right: 16px;
	}

	.bbq-home .row,
	.archive-page .row,
	.page-services-bbq .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.bbq-home [class*="col-"],
	.archive-page [class*="col-"],
	.page-services-bbq [class*="col-"] {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.bbq-home-hero,
	.archive-page,
	.page-services-bbq {
		overflow-x: hidden;
	}

	.bbq-home-hero h1,
	.archive-page h1,
	.woocommerce-products-header__title.page-title {
		width: 100% !important;
		max-width: calc(100vw - 32px) !important;
		font-size: 24px !important;
		line-height: 1.14;
		white-space: normal;
		overflow-wrap: break-word;
		word-break: normal;
		hyphens: none;
	}

	.bbq-home-hero__actions,
	.bbq-home-hero__badges {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		width: calc(100vw - 32px) !important;
		max-width: calc(100vw - 32px) !important;
	}

	.bbq-home-hero__actions .lead-button,
	.bbq-home-secondary-link,
	.bbq-home-hero__badges span {
		width: 100%;
		max-width: 100%;
		justify-content: center;
		text-align: center;
		white-space: normal;
	}

	.archive-page #breadcrumbs,
	.archive-page .term-description,
	.archive-page .woocommerce-result-count,
	.product-archive-card {
		max-width: calc(100vw - 32px) !important;
		overflow-wrap: break-word;
	}

	.product-archive-card {
		padding: 16px;
	}

	.bbq-article-author {
		grid-template-columns: 1fr;
		padding: 20px;
		gap: 18px;
	}

	.bbq-article-author__media img,
	.bbq-article-author__placeholder {
		width: 88px;
		height: 88px;
		border-radius: 16px;
	}

	.bbq-article-author__name {
		font-size: 24px;
	}
}
/* test edit 2026-05-22 */
/* test edit 2026-05-22 */
