/* Final layout layer. This file is intentionally loaded after all Welbim styles. */
:root {
	--sc-accent: #d79a2b;
	--sc-accent-dark: #b97913;
	--sc-dark: #191c1f;
	--sc-black: #0d0f11;
	--sc-light: #f4f5f6;
	--sc-border: #e1e3e5;
}

body,
button,
input,
select,
textarea {
	font-family: 'Manrope', Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-menu .navigation > li > a,
.theme-btn,
.btn-style-one,
.btn-style-two {
	font-family: 'Manrope', Arial, sans-serif !important;
	letter-spacing: 0;
}

body {
	color: #5f666d;
	font-size: 16px;
	line-height: 1.65;
}

.sec-title h2 {
	font-size: 42px;
	line-height: 1.15;
}

.sec-title .sub-title,
.banner-kicker,
.product-kicker {
	letter-spacing: 0;
}

.theme-btn,
.btn-style-one,
.btn-style-two,
a.theme-btn {
	border-radius: 0;
	font-weight: 800;
	text-transform: none;
}

.theme-btn.btn-style-one,
.btn-style-one,
a.btn-style-one {
	border-color: var(--sc-accent) !important;
	background: var(--sc-accent) !important;
	color: #fff !important;
}

.theme-btn.btn-style-one:hover,
.btn-style-one:hover,
a.btn-style-one:hover {
	border-color: var(--sc-accent-dark) !important;
	background: var(--sc-accent-dark) !important;
	color: #fff !important;
}

.theme-btn.btn-style-two,
.btn-style-two,
a.btn-style-two {
	border-color: #fff !important;
	background: #fff !important;
	color: #151719 !important;
}

.theme-btn.btn-style-two:hover,
.btn-style-two:hover,
a.btn-style-two:hover {
	border-color: var(--sc-accent) !important;
	background: var(--sc-accent) !important;
	color: #fff !important;
}

.main-header,
.main-header.header-style-one {
	position: relative;
	top: auto;
	left: auto;
	z-index: 1000;
}

.main-header .header-top .inner-container {
	display: flex;
	min-height: 28px;
	align-items: center;
	justify-content: center;
}

.main-header .header-top .left-column {
	width: 100%;
}

.main-header .header-top .contact-info {
	display: grid;
	grid-template-columns: auto auto minmax(0, 1fr);
	gap: 12px 28px;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.main-header .header-top .contact-info li {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 7px;
	padding: 0 !important;
	font-size: 12px;
	white-space: nowrap;
}

.main-header .header-top .contact-info li i {
	margin: 0;
}

.main-header .header-top .header-address {
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-header .header-top .right-column {
	display: none;
}

.main-header .header-upper,
.main-header .sticky-header .header-upper {
	background: var(--sc-dark);
}

.main-header .header-upper .inner-container {
	min-height: 60px;
}

.main-header .logo-box {
	flex: 0 0 auto;
}

.main-header .site-brand-mark {
	width: 40px;
	height: 40px;
}

.main-header .site-brand-copy strong {
	font-size: 16px;
}

.main-header .site-brand-copy small {
	font-size: 8px;
}

.main-header .right-column,
.main-header .nav-outer {
	min-width: 0;
}

.main-menu .navigation {
	display: flex;
	align-items: stretch;
}

.main-menu .navigation > li {
	margin: 0 22px 0 0;
	padding: 0 !important;
}

.main-menu .navigation > li > a {
	position: relative;
	display: flex;
	min-height: 60px;
	align-items: center;
	padding: 0 3px;
}

.main-menu .navigation > li > a::before,
.main-menu .navigation > li.current > a::before,
.main-menu .navigation > li.current-menu-item > a::before,
.main-menu .navigation > li.current_page_item > a::before {
	display: none !important;
	border: 0 !important;
	opacity: 0 !important;
}

.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current_page_item > a,
.main-menu .navigation > li.current-menu-ancestor > a {
	color: #fff;
}

.main-menu .navigation > li.current-menu-item > a::after,
.main-menu .navigation > li.current_page_item > a::after,
.main-menu .navigation > li.current-menu-ancestor > a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	content: '';
	background: var(--sc-accent);
}

.main-menu .navigation > li.dropdown > a {
	padding-right: 18px;
}

.main-menu .navigation > li.dropdown > a::before {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	display: block !important;
	width: 7px;
	height: 7px;
	content: '';
	border: 0 !important;
	border-right: 2px solid currentColor !important;
	border-bottom: 2px solid currentColor !important;
	opacity: 1 !important;
	transform: translateY(-70%) rotate(45deg);
}

.main-menu .navigation > li > ul {
	top: 100%;
	width: 270px;
	padding: 8px 0;
	border-top: 3px solid var(--sc-accent);
	background: #fff;
	box-shadow: 0 16px 45px rgba(0, 0, 0, .18);
}

.main-menu .navigation > li > ul > li > a {
	padding: 11px 20px;
	color: #24272a;
	font-size: 14px;
	line-height: 1.35;
	text-transform: none !important;
}

.main-menu .navigation > li > ul > li > a:hover {
	color: var(--sc-accent);
	background: #f5f5f5;
}

.header-product-search .product-search-form {
	width: 230px;
}

.production-banner {
	width: 100%;
	margin: 0;
}

.production-banner,
.production-banner .swiper-container,
.production-banner .swiper-wrapper,
.production-banner .swiper-slide,
.production-banner .content-outer,
.production-banner .content-box {
	min-height: 570px;
}

.production-banner .swiper-slide {
	position: relative;
	background-position: center;
	background-size: cover;
}

.production-banner .swiper-slide::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: auto;
	height: auto;
	content: '';
	background: rgba(8, 10, 12, .72) !important;
	opacity: 1 !important;
	pointer-events: none;
}

.production-banner .content-box {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	padding: 58px 0;
}

.production-banner .content-box .inner,
.production-banner .inner {
	width: min(760px, 100%);
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}

.production-banner .content-box h1 {
	max-width: 760px;
	font-size: 54px;
	line-height: 1.06;
}

.production-banner .inner p {
	max-width: 700px;
	margin: 20px 0 28px;
	font-size: 17px;
	line-height: 1.55;
}

.production-banner .link-box {
	display: flex;
	gap: 14px;
	align-items: stretch;
}

.production-banner .link-box .theme-btn {
	display: inline-flex;
	min-width: 250px;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 28px;
	border: 1px solid var(--sc-accent);
	line-height: 1.2;
	text-align: center;
}

.production-banner .link-box .btn-style-two {
	min-width: 210px;
	border-color: rgba(255, 255, 255, .7);
}

.home-services {
	padding-bottom: 80px !important;
	background: #fff !important;
}

.home-services + .production-facts {
	margin-top: 0;
	border-top: 0;
}

.home-services .sec-bg {
	display: none;
}

.home-services .sec-title.light .sub-title {
	color: var(--sc-accent);
}

.home-services .sec-title.light h2 {
	color: #17191b;
}

.home-services .services-grid {
	margin-top: 40px;
}

.services-grid {
	align-items: stretch;
}

.services-grid .service-block {
	display: flex;
	margin-bottom: 30px;
}

.services-grid .inner-box {
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	border-bottom: 3px solid var(--sc-accent);
	background: #fff;
	box-shadow: 0 16px 45px rgba(20, 23, 26, .08);
}

.services-grid .inner-box .image {
	display: block;
}

.services-grid .content {
	display: flex;
	min-height: 255px;
	flex: 1;
	flex-direction: column;
	padding: 30px 28px;
}

.services-grid .content h3 {
	margin-bottom: 16px;
	font-size: 21px;
	line-height: 1.25;
}

.services-grid .content .text {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 26px;
	color: #646b72;
	font-size: 15px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.services-grid .content .link {
	margin-top: auto;
}

.services-grid .content .link .theme-btn,
.catalog-directions .content .link .theme-btn {
	display: flex;
	width: 100%;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	text-align: center;
}

.production-facts {
	padding: 90px 0 60px;
	background-position: center right;
}

.production-facts::before {
	background: rgba(10, 12, 14, .82);
}

.production-facts .sec-title {
	margin-bottom: 38px;
}

.main-footer.footer-dark {
	padding: 76px 0 42px;
}

.main-footer.footer-dark .row {
	display: grid;
	grid-template-columns: 1.05fr .75fr .9fr 1.35fr;
	gap: 54px;
	align-items: flex-start;
	margin-right: 0;
	margin-left: 0;
}

.main-footer.footer-dark .row > [class*='col-'] {
	width: auto;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.main-footer.footer-dark .widget_title {
	margin-bottom: 24px;
	font-size: 18px;
}

.main-footer.footer-dark .about-widget .text {
	max-width: 285px;
	line-height: 1.7;
}

.main-footer .footer-cta .theme-btn {
	display: inline-flex;
	width: auto;
	min-width: 205px;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 24px;
}

.main-footer .footer-contacts .icon-box {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin: 0;
	padding: 16px 0;
}

.main-footer .footer-contacts .icon {
	position: static;
	width: 22px;
	margin: 1px 0 0;
}

.main-footer .footer-contacts .text {
	min-width: 0;
	padding: 0;
	overflow-wrap: anywhere;
	line-height: 1.55;
}

.main-footer .footer-contacts .text,
.main-footer .footer-contacts .text a {
	color: #eef1f3;
}

.site-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.site-breadcrumbs li {
	display: inline-flex;
	align-items: center;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	line-height: 1.35;
}

.site-breadcrumbs li + li::before {
	margin-right: 8px;
	content: '/';
	color: var(--sc-accent);
}

.site-breadcrumbs a {
	color: #fff;
}

.main-footer .links-widget .list li a {
	padding-left: 0 !important;
}

.page-title-production {
	padding: 72px 0;
}

.page-title-production .title h1 {
	font-size: 44px;
}

.contact-page {
	padding: 70px 0;
}

.contact-page .contact-layout {
	align-items: stretch;
}

.contact-page .contact-map,
.contact-page .contact-details {
	height: 100%;
	margin-bottom: 0 !important;
}

.contact-page .contact-map iframe {
	height: 100%;
	min-height: 560px;
}

.contact-page .contact-details {
	padding: 34px;
}

.contact-page .sec-title {
	margin-bottom: 22px;
}

.contact-page .sec-title h2 {
	font-size: 38px;
	line-height: 1.08;
}

.contact-page .contact-details .contact-info .icon-box {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 14px 0;
}

.contact-page .contact-info .icon {
	position: static;
	width: 52px;
	height: 52px;
	margin: 0;
}

.contact-page .contact-info .content {
	padding: 0;
}

.contact-page .contact-info h5 {
	margin-bottom: 4px;
	font-size: 13px;
}

.contact-page .contact-info .text {
	font-size: 16px;
	line-height: 1.55;
}

.catalog-section {
	padding: 72px 0 92px;
	background: #f3f4f5;
}

.catalog-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 32px;
	align-items: end;
	margin-bottom: 38px;
	padding: 36px 40px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(15, 17, 19, .07);
}

.catalog-intro .sec-title h2 {
	font-size: 36px;
}

.catalog-category-grid,
.catalog-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(260px, 1fr));
	gap: 28px;
	margin-bottom: 50px;
}

.catalog-category-directions {
	display: grid;
	grid-template-columns: repeat(3, minmax(260px, 1fr));
	gap: 28px;
	margin-right: 0;
	margin-left: 0;
}

.catalog-category-directions > .service-block {
	width: auto;
	max-width: none;
	padding: 0;
	margin: 0;
}

.catalog-category-directions .inner-box {
	height: 100%;
}

.catalog-category-directions .image {
	height: 235px;
	overflow: hidden;
	background: #dfe2e5;
}

.catalog-category-directions .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.catalog-category-directions .inner-box:hover .image img {
	transform: scale(1.04);
}

.catalog-category-card {
	position: relative;
	display: block;
	height: 310px;
	overflow: hidden;
	background: #222;
}

.catalog-category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.catalog-category-card:hover img {
	transform: scale(1.04);
}

.catalog-category-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 10, 12, .05) 35%, rgba(8, 10, 12, .92) 100%);
}

.catalog-category-card__content {
	position: absolute;
	right: 24px;
	bottom: 22px;
	left: 24px;
	color: #fff;
}

.catalog-category-card__content strong,
.catalog-category-card__content small {
	display: block;
}

.catalog-category-card__content strong {
	font-size: 22px;
	line-height: 1.25;
}

.catalog-category-card__content small {
	margin-top: 7px;
	color: #d9dadb;
}

.catalog-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 34px rgba(15, 17, 19, .1);
}

.catalog-card__image {
	display: block;
	height: 245px;
	overflow: hidden;
	background: #e8e9ea;
}

.catalog-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.catalog-card:hover .catalog-card__image img {
	transform: scale(1.035);
}

.catalog-card__body {
	display: flex;
	min-height: 285px;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.catalog-card__body h2 {
	margin: 0 0 14px;
	font-size: 21px;
	line-height: 1.3;
}

.catalog-card__body h2 a {
	color: #17191b;
}

.catalog-card__body p {
	margin-bottom: 22px;
	line-height: 1.65;
}

.catalog-card__attrs {
	display: grid;
	gap: 8px;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.catalog-card__attrs li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid #eceeef;
	font-size: 13px;
	line-height: 1.35;
}

.catalog-card__attrs span {
	color: #7b8289;
}

.catalog-card__attrs strong {
	color: #1a1d20;
	font-weight: 800;
	text-align: right;
}

.catalog-card__footer {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	margin-top: auto;
	padding-top: 17px;
	border-top: 1px solid var(--sc-border);
}

.catalog-card__footer span {
	color: var(--sc-accent-dark);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.catalog-card__footer a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	background: var(--sc-accent);
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.catalog-card__footer a:hover {
	background: var(--sc-accent-dark);
	color: #fff;
}

.catalog-empty {
	padding: 48px;
	background: #fff;
	text-align: center;
}

.service-details {
	padding: 75px 0;
}

.service-details .content-side {
	padding-right: 24px;
}

.service-detail-image {
	margin-bottom: 32px;
}

.service-detail-image img {
	width: 100%;
	max-height: 470px;
	object-fit: cover;
}

.service-description {
	font-size: 16px;
	line-height: 1.8;
}

.service-sidebar .category-widget-two {
	padding: 22px;
	background: #f3f4f5;
}

.service-sidebar .category-widget-two h3 {
	margin: 0 0 14px;
	color: #111315;
	font-size: 17px;
	line-height: 1.25;
}

.service-sidebar .cat-list li a {
	padding: 11px 14px;
	color: #111315;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

.service-sidebar .consult-widget {
	padding: 26px 22px;
	background: var(--sc-accent);
	text-align: center;
}

.service-sidebar .consult-widget .text {
	margin: 16px auto 14px;
	max-width: 230px;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
}

.service-sidebar .consult-widget .theme-btn {
	display: inline-flex;
	width: 100%;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	padding: 0 18px;
	background: #fff !important;
	color: #111315 !important;
	font-size: 13px;
	text-align: center;
}

.service-sidebar .consult-widget .phone {
	margin: 0;
	padding: 12px 10px;
	background: #111315;
}

.service-sidebar .consult-widget .phone::before {
	display: none;
}

.service-sidebar .consult-widget .phone a {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.service-sidebar .consult-widget .icon {
	display: inline-flex;
	width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: #111315;
	color: var(--sc-accent);
	font-size: 30px;
}

.service-faq {
	margin-top: 55px;
}

.section-heading > span {
	color: var(--sc-accent);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.section-heading h2 {
	margin: 7px 0 24px;
	font-size: 32px;
}

.service-faq__item {
	border-bottom: 1px solid var(--sc-border);
	background: #f7f7f7;
}

.service-faq__item + .service-faq__item {
	margin-top: 10px;
}

.service-faq__item summary {
	position: relative;
	padding: 20px 54px 20px 22px;
	color: #202326;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.service-faq__item summary::-webkit-details-marker {
	display: none;
}

.service-faq__item summary::after {
	position: absolute;
	top: 50%;
	right: 22px;
	content: '+';
	color: var(--sc-accent);
	font-size: 24px;
	transform: translateY(-50%);
}

.service-faq__item[open] summary::after {
	content: '−';
}

.service-faq__item > div {
	padding: 0 22px 20px;
}

.service-faq__item p {
	margin: 0;
}

.chosen-by-section,
.reviews-section {
	padding: 90px 0 70px;
}

.chosen-by-section {
	background: #fff;
}

.chosen-by-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	gap: 50px;
	align-items: end;
	margin-bottom: 38px;
}

.chosen-by-heading .sec-title {
	margin: 0;
}

.chosen-by-heading > p {
	margin: 0 0 5px;
	font-size: 17px;
	line-height: 1.7;
}

.chosen-by-grid,
.reviews-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.chosen-by-card {
	min-height: 250px;
	padding: 30px;
	border: 1px solid var(--sc-border);
	border-top: 3px solid var(--sc-accent);
	background: #f7f7f7;
}

.chosen-by-card i {
	color: var(--sc-accent);
	font-size: 31px;
}

.chosen-by-card h3 {
	margin: 22px 0 12px;
	font-size: 19px;
	line-height: 1.35;
}

.chosen-by-card p {
	margin: 0;
	line-height: 1.65;
}

.reviews-section {
	background: var(--sc-light);
}

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

.review-card {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	padding: 30px;
	background: #fff;
	box-shadow: 0 10px 34px rgba(15, 17, 19, .07);
}

.review-card__rating {
	margin-bottom: 18px;
	color: var(--sc-accent);
	font-size: 18px;
}

.review-card blockquote {
	margin: 0 0 25px;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-style: normal;
	line-height: 1.75;
}

.review-card__author {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: auto;
}

.review-card__author img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
}

.review-card__author strong,
.review-card__author span {
	display: block;
}

.review-card__author span {
	margin-top: 3px;
	color: #777;
	font-size: 13px;
}

.calculation-modal__form--cf7 .wpcf7-form-control-wrap,
.calculation-modal__form--cf7 label {
	display: block;
}

.calculation-modal__form--cf7 input:not([type='submit']):not([type='checkbox']),
.calculation-modal__form--cf7 textarea,
.calculation-modal__form--cf7 select {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #d9dcdf;
	background: #f7f8f8;
}

.calculation-modal__form--cf7 textarea {
	min-height: 120px;
}

.calculation-modal__form--cf7 .wpcf7-submit {
	min-height: 52px;
	padding: 0 28px;
	border: 0;
	background: var(--sc-accent);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.calculation-modal__form--cf7 .form-grid > p {
	margin: 0;
}

.calculation-modal__form--cf7 .form-grid > p:nth-child(7),
.calculation-modal__form--cf7 .form-grid > p:nth-child(8) {
	grid-column: 1 / -1;
}

.calculation-modal__form--cf7 .form-grid br {
	display: none;
}

.calculation-modal__form--cf7 .file-field {
	min-height: 100%;
	padding: 16px;
	border: 1px dashed #b7babd;
	background: #f7f8f8;
}

.calculation-modal__form--cf7 .file-field input {
	min-height: 0 !important;
	padding: 10px 0 !important;
	border: 0 !important;
}

.site-contact-form {
	padding: 85px 0;
	background: #f2f3f4;
}

.contact-form-layout {
	display: grid;
	grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
	gap: 55px;
	align-items: start;
}

.contact-form-intro {
	position: sticky;
	top: 30px;
}

.contact-form-panel {
	padding: 38px;
	background: #fff;
	box-shadow: 0 14px 42px rgba(15, 17, 19, .08);
}

.development-section,
.completed-works-section {
	padding: 90px 0;
}

.development-section {
	background: #f3f4f5;
}

.section-split-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
	gap: 45px;
	align-items: end;
	margin-bottom: 36px;
}

.section-split-heading .sec-title,
.section-split-heading p {
	margin: 0;
}

.development-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 25px;
}

.development-card {
	position: relative;
	min-height: 290px;
	padding: 38px;
	border-left: 3px solid var(--sc-accent);
	background: #fff;
}

.development-card > span {
	color: #d5d7d9;
	font-size: 42px;
	font-weight: 800;
}

.development-card h3 {
	margin: 24px 0 14px;
	font-size: 24px;
}

.development-card p,
.development-card__text {
	line-height: 1.75;
}

.development-card__text p:last-child {
	margin-bottom: 0;
}

.completed-works-image img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}

.completed-works-content {
	padding-left: 45px;
}

.completed-works-content ul,
.barbecue-panel ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
	margin-top: 25px;
}

.completed-works-content li,
.barbecue-panel li {
	position: relative;
	padding-left: 20px;
}

.completed-works-content li::before,
.barbecue-panel li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 7px;
	height: 7px;
	content: '';
	background: var(--sc-accent);
}

.barbecue-section {
	position: relative;
	padding: 90px 0;
	overflow: hidden;
	background: #17191b;
}

.barbecue-section__image {
	position: absolute;
	inset: 0 0 0 50%;
	background-position: center;
	background-size: cover;
}

.barbecue-section__image::before {
	position: absolute;
	inset: 0;
	content: '';
	background: linear-gradient(90deg, #17191b 0%, rgba(23, 25, 27, .15) 100%);
}

.barbecue-panel {
	position: relative;
	z-index: 1;
	width: 62%;
	color: #d5d6d7;
}

.barbecue-panel > p {
	max-width: 680px;
	font-size: 17px;
	line-height: 1.75;
}

.barbecue-panel ul {
	margin-bottom: 30px;
}

.calculation-cta {
	padding: 74px 0;
	background: #111315;
}

.calculation-cta .wrapper-box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
	padding: 42px 48px;
	border-left: 4px solid var(--sc-accent);
	background: #1a1d20;
	box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}

.calculation-cta h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 32px;
	line-height: 1.2;
}

.calculation-cta p {
	max-width: 760px;
	margin: 0;
	color: #c7cbd0;
	font-size: 16px;
	line-height: 1.65;
}

.calculation-cta .link {
	margin: 0;
}

.calculation-cta .link .theme-btn {
	display: inline-flex;
	min-width: 210px;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	background: var(--sc-accent) !important;
	color: #fff !important;
	text-align: center;
}

.product-details {
	padding: 74px 0 86px;
	background: #f4f5f6;
}

.woocommerce div.product.product-layout,
.product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(380px, .6fr);
	gap: 42px;
	align-items: start;
	margin: 0;
}

.product-layout::before,
.product-layout::after {
	display: none;
}

.woocommerce div.product div.images.product-gallery,
.product-gallery .woocommerce-product-gallery,
.product-layout__gallery,
.product-summary-card,
.product-info-panel {
	background: #fff;
	box-shadow: 0 18px 50px rgba(16, 18, 20, .08);
}

.product-layout__gallery {
	min-width: 0;
	padding: 22px;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
	float: none !important;
	width: auto !important;
	clear: none !important;
}

.product-gallery img,
.product-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	max-height: 640px;
	object-fit: cover;
}

.product-gallery .woocommerce-product-gallery {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	box-shadow: none;
}

.product-summary-card {
	position: sticky;
	top: 24px;
	width: 100% !important;
	min-width: 0;
	padding: 34px 32px;
	border-top: 4px solid var(--sc-accent);
}

.product-kicker {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 8px 13px;
	border: 1px solid var(--sc-accent);
	color: var(--sc-accent);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.product-summary-card h1 {
	margin: 0 0 18px;
	color: #111315;
	font-size: 36px;
	line-height: 1.15;
}

.product-summary-card .catalog-individual-price {
	display: inline-flex;
	margin-bottom: 22px;
	padding: 10px 14px;
	background: rgba(215, 154, 43, .12);
	color: var(--sc-accent-dark);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
}

.product-short-text {
	margin-bottom: 28px;
	color: #5d646b;
	font-size: 16px;
	line-height: 1.75;
}

.product-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-bottom: 26px;
}

.product-actions .theme-btn {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	text-align: center;
	white-space: normal;
}

.product-summary-card .product_meta {
	display: none;
}

.product-summary-facts {
	display: grid;
	gap: 12px;
	padding-top: 24px;
	border-top: 1px solid var(--sc-border);
}

.product-summary-facts div {
	display: grid;
	grid-template-columns: 105px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.product-summary-facts span {
	color: #7b8289;
	font-size: 13px;
	line-height: 1.4;
}

.product-summary-facts strong,
.product-summary-facts a {
	color: #151719;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
}

.product-info-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 28px;
	margin-top: 38px;
}

.product-info-panel {
	padding: 38px;
}

.product-info-panel .section-heading h2 {
	margin-bottom: 20px;
	color: #111315;
	font-size: 30px;
	line-height: 1.2;
}

.product-info-panel .text {
	color: #5f666d;
	font-size: 16px;
	line-height: 1.8;
}

.product-characteristics table {
	width: 100%;
	margin: 0;
	border: 1px solid var(--sc-border);
}

.product-characteristics th,
.product-characteristics td {
	padding: 15px 18px;
	border-bottom: 1px solid var(--sc-border);
	color: #1c2024;
	font-size: 15px;
	line-height: 1.45;
	text-align: left;
}

.product-characteristics th {
	width: 34%;
	background: #f7f7f7;
	font-weight: 800;
}

.product-characteristics tr:last-child th,
.product-characteristics tr:last-child td {
	border-bottom: 0;
}

.development-section {
	border-top: 1px solid #e6e8ea;
	border-bottom: 1px solid #e6e8ea;
}

.development-card {
	box-shadow: 0 16px 44px rgba(16, 18, 20, .07);
}

.development-card p,
.completed-works-content p,
.barbecue-panel > p {
	font-size: 16px;
	line-height: 1.75;
}

.completed-works-content li,
.barbecue-panel li {
	color: inherit;
	line-height: 1.55;
}

@media (max-width: 1199px) {
	.main-footer.footer-dark .row {
		grid-template-columns: 1fr 1fr;
	}

	.main-header .header-top .contact-info {
		grid-template-columns: auto auto;
	}

	.main-header .header-top .header-address {
		display: none;
	}

	.main-menu .navigation > li {
		margin-right: 16px;
	}

	.catalog-category-grid,
	.catalog-product-grid,
	.chosen-by-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 991px) {
	.sec-title h2 {
		font-size: 34px;
	}

	.catalog-intro {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product.product-layout,
	.product-layout,
	.product-info-grid {
		grid-template-columns: 1fr;
	}

	.product-summary-card {
		position: static;
	}

	.product-actions {
		grid-template-columns: 1fr;
	}

	.development-grid,
	.section-split-heading {
		grid-template-columns: 1fr;
	}

	.barbecue-panel {
		width: 100%;
	}

	.barbecue-section__image {
		inset: 0;
		opacity: .28;
	}

	.calculation-cta .wrapper-box {
		grid-template-columns: 1fr;
	}

	.calculation-cta .link .theme-btn {
		width: 100%;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 15px;
	}

	.main-footer.footer-dark .row,
	.catalog-product-grid,
	.catalog-category-grid {
		grid-template-columns: 1fr;
	}

	.catalog-intro {
		padding: 26px 22px;
	}

	.catalog-category-directions {
		grid-template-columns: 1fr;
	}

	.sec-title h2 {
		font-size: 29px;
	}

	.services-grid .content {
		min-height: 0;
		padding: 25px 22px;
	}

	.services-grid .content h3 {
		font-size: 20px;
	}

	.product-details {
		padding: 55px 0;
	}

	.product-layout__gallery,
	.product-summary-card,
	.product-info-panel {
		padding: 22px;
	}

	.product-summary-card h1 {
		font-size: 28px;
	}

	.product-summary-facts div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.product-info-panel .section-heading h2 {
		font-size: 25px;
	}

	.product-characteristics th,
	.product-characteristics td {
		display: block;
		width: 100%;
	}

	.calculation-cta {
		padding: 54px 0;
	}

	.calculation-cta .wrapper-box {
		padding: 30px 24px;
	}

	.calculation-cta h3 {
		font-size: 25px;
	}
}

@media (max-width: 991px) {
	.contact-form-layout,
	.section-split-heading {
		grid-template-columns: 1fr;
	}

	.contact-form-intro {
		position: static;
	}

	.completed-works-content {
		padding: 38px 0 0;
	}

	.barbecue-panel {
		width: 100%;
	}

	.barbecue-section__image {
		inset: 0;
		opacity: .22;
	}
	.main-header .header-top {
		display: none;
	}

	.main-header .header-upper .inner-container {
		min-height: 58px;
	}

	.production-banner,
	.production-banner .swiper-container,
	.production-banner .swiper-wrapper,
	.production-banner .swiper-slide,
	.production-banner .content-outer,
	.production-banner .content-box {
		min-height: 540px;
	}

	.production-banner .content-box h1 {
		font-size: 44px;
	}

	.contact-page .contact-map {
		margin-bottom: 24px !important;
	}

	.contact-page .contact-map iframe {
		min-height: 420px;
	}

	.service-details .content-side {
		padding-right: 0;
	}

	.service-sidebar {
		margin-top: 38px;
	}
}

@media (max-width: 767px) {
	.site-contact-form,
	.development-section,
	.completed-works-section,
	.barbecue-section {
		padding: 55px 0;
	}

	.contact-form-panel,
	.development-card {
		padding: 25px 22px;
	}

	.development-grid,
	.completed-works-content ul,
	.barbecue-panel ul {
		grid-template-columns: 1fr;
	}

	.completed-works-image img {
		height: 350px;
	}
	.main-header .header-upper .inner-container {
		min-height: 56px;
	}

	.main-header .site-brand-mark {
		width: 36px;
		height: 36px;
	}

	.production-banner,
	.production-banner .swiper-container,
	.production-banner .swiper-wrapper,
	.production-banner .swiper-slide,
	.production-banner .content-outer,
	.production-banner .content-box {
		min-height: 535px;
	}

	.production-banner .content-box {
		padding: 46px 0;
	}

	.production-banner .content-box h1 {
		font-size: 34px;
	}

	.production-banner .link-box {
		display: grid;
	}

	.production-banner .link-box .theme-btn {
		width: 100%;
		min-width: 0;
	}

	.page-title-production {
		padding: 55px 0;
	}

	.page-title-production .title h1 {
		font-size: 34px;
	}

	.contact-page,
	.catalog-section,
	.service-details,
	.chosen-by-section,
	.reviews-section {
		padding: 55px 0;
	}

	.chosen-by-heading {
		display: block;
	}

	.chosen-by-heading > p {
		margin-top: 18px;
	}

	.contact-page .contact-details {
		padding: 25px 22px;
	}

	.contact-page .sec-title h2 {
		font-size: 30px;
	}

	.catalog-intro {
		padding: 24px 22px;
	}

	.catalog-category-grid,
	.catalog-product-grid,
	.chosen-by-grid,
	.reviews-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.catalog-category-card {
		height: 270px;
	}

	.catalog-card__body {
		min-height: 0;
	}

	.main-footer.footer-dark {
		padding-top: 58px;
	}
}
