/*!
Theme Name: steelconcept
Theme URI: @dan_egor
Author: Cropas
Author URI: @dan_egor
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: steelconcept
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.

*/

.product-characteristics {
	margin: 25px 0 30px;
	border-top: 1px solid #e5e5e5;
}

/* Steel Concept layout layer. Kept after Welbim styles to isolate the current templates. */
.loader-wrap {
	display: none !important;
}

body {
	color: #3f4143;
}

.auto-container {
	max-width: 1200px;
}

.main-header .header-top {
	padding: 0;
	background: #111315;
}

.main-header .header-top .inner-container {
	min-height: 42px;
}

.main-header .header-top .contact-info {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 28px;
}

.main-header .header-top .contact-info li {
	margin: 0;
	font-size: 13px;
}

.main-header .header-upper {
	background: #202326;
}

.main-header .header-upper .inner-container {
	min-height: 88px;
	gap: 30px;
}

.main-header .header-upper .logo-box,
.main-header .header-upper .logo-box .logo {
	padding: 0;
}

.main-header .logo a,
.main-footer .logo a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.site-brand-mark {
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 2px solid #d59a2d;
	color: #d59a2d;
	font-size: 17px;
	font-weight: 800;
}

.site-brand-copy {
	display: flex;
	flex-direction: column;
	color: #fff;
	line-height: 1.1;
}

.site-brand-copy strong {
	font-size: 18px;
	letter-spacing: 0;
}

.site-brand-copy small {
	margin-top: 5px;
	color: #aeb1b3;
	font-size: 9px;
	letter-spacing: 1.4px;
}

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

.main-menu .navigation > li > a {
	padding: 33px 0 31px;
	color: #fff;
	font-size: 14px;
}

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

.header-product-search {
	margin-left: 0;
}

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

.header-product-search .product-search-form input[type='search'] {
	height: 42px;
	background: #fff;
	font-size: 13px;
}

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

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

.production-banner .content-box .inner {
	max-width: 850px;
	padding: 0;
}

.production-banner .content-box h1 {
	max-width: 850px;
	margin: 0;
	font-size: 64px;
	line-height: 1.05;
	text-transform: none;
}

.production-banner .inner p {
	font-size: 18px;
	line-height: 1.6;
}

.production-banner .btn-style-two {
	border: 1px solid rgba(255, 255, 255, .65);
	background: rgba(20, 22, 24, .45);
	color: #fff;
}

.production-intro .image-wrapper {
	min-height: 520px;
}

.production-intro .image-one {
	margin-top: 0;
}

.production-intro .image-one img {
	width: 78%;
	height: 430px;
	object-fit: cover;
}

.production-intro .image-two {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 58%;
	margin: 0;
	border: 10px solid #fff;
}

.production-intro .image-two img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.advantages-section,
.equipment-section {
	padding: 90px 0 60px;
}

.advantage-item,
.equipment-card {
	border: 0;
	box-shadow: 0 12px 40px rgba(20, 22, 24, .08);
	transition: transform .25s ease, box-shadow .25s ease;
}

.advantage-item:hover,
.equipment-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 48px rgba(20, 22, 24, .13);
}

.services-section {
	padding: 95px 0 65px;
	background: #181b1e;
}

.services-section.style-two {
	background: #f4f5f6;
}

.services-section .sec-bg {
	height: 100%;
	background-position: center;
}

.services-section .auto-container,
.services-section .sec-title,
.services-grid {
	position: relative;
	z-index: 2;
}

.services-grid {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.services-grid .service-block,
.catalog-directions .service-block,
.woocommerce-catalog .catalog-product {
	display: flex;
	margin-bottom: 30px;
}

.services-grid .inner-box,
.catalog-directions .inner-box,
.woocommerce-catalog .catalog-product .inner-box {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	margin: 0;
	background: #fff;
	box-shadow: 0 12px 38px rgba(12, 14, 16, .11);
}

.services-grid .service-block .image img,
.catalog-directions .service-block .image img,
.woocommerce-catalog .catalog-product .image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.services-grid .content,
.catalog-directions .content,
.woocommerce-catalog .catalog-product .content {
	display: flex;
	min-height: 255px;
	flex: 1;
	flex-direction: column;
	padding: 28px;
	text-align: left;
}

.services-grid .content h3,
.catalog-directions .content h3,
.woocommerce-catalog .catalog-product .content h3 {
	min-height: 58px;
	font-size: 20px;
	line-height: 1.35;
	text-transform: none;
}

.services-grid .content .text,
.catalog-directions .content .text,
.woocommerce-catalog .catalog-product .content .text {
	margin-bottom: 22px;
	line-height: 1.65;
}

.services-grid .content .link,
.catalog-directions .content .link,
.woocommerce-catalog .catalog-product .content .link {
	margin-top: auto;
}

.calculation-cta {
	padding: 82px 0;
	background: #d3972d;
}

.calculation-cta .wrapper-box {
	gap: 40px;
}

.calculation-cta .wrapper-box > div:first-child {
	max-width: 720px;
}

.calculation-cta h3 {
	margin: 0 0 14px;
	font-size: 38px;
	line-height: 1.2;
	text-transform: none;
}

.calculation-cta p {
	color: #342b20;
	font-size: 17px;
	line-height: 1.7;
}

.calculation-cta .link,
.calculation-cta .link .theme-btn {
	margin: 0;
}

.calculation-cta .link .theme-btn {
	min-width: 220px;
	background: #202326;
	color: #fff;
}

.page-title-production {
	padding: 105px 0;
	background-position: center;
	background-size: cover;
}

.page-title-production .content-box,
.page-title-production .content-wrapper {
	position: relative;
	z-index: 2;
}

.page-title-production .title h1 {
	font-size: 52px;
	line-height: 1.1;
}

.contact-section {
	padding: 90px 0;
}

.contact-map iframe {
	display: block;
	min-height: 620px;
	border-radius: 4px;
}

.contact-details {
	height: 100%;
	padding: 42px;
	background: #f4f5f6;
}

.contact-details .contact-info .icon-box {
	padding: 18px 0;
	border-bottom: 1px solid #dddfe1;
}

.contact-note {
	margin-top: 24px;
	padding: 18px;
	background: #fff;
	line-height: 1.65;
}

.catalog-intro {
	align-items: center;
	padding: 34px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(12, 14, 16, .07);
}

.catalog-intro .sec-title {
	margin-bottom: 12px;
}

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

.main-footer.footer-dark {
	position: relative;
	padding: 85px 0 45px;
	background-position: center;
	background-size: cover;
}

.main-footer.footer-dark::before {
	position: absolute;
	inset: 0;
	content: '';
	background: rgba(13, 15, 17, .94);
}

.main-footer.footer-dark .upper-box {
	position: relative;
	z-index: 1;
}

.main-footer.footer-dark .widget {
	margin-bottom: 25px;
}

.main-footer.footer-dark .about-widget .text,
.main-footer.footer-dark .links-widget .list li a,
.main-footer.footer-dark .contact-widget .text,
.main-footer.footer-dark .contact-widget .text a {
	color: #c3c5c6;
}

.main-footer.footer-dark .links-widget {
	left: 0;
}

.main-footer.footer-dark .contact-widget .icon-box {
	flex-wrap: nowrap;
	padding-bottom: 14px;
}

.footer-bottom {
	padding: 24px 0;
}

body.modal-open {
	overflow: hidden;
}

.calculation-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	visibility: hidden;
	place-items: center;
	padding: 24px;
	opacity: 0;
	transition: opacity .2s ease, visibility .2s ease;
}

.calculation-modal.is-open {
	visibility: visible;
	opacity: 1;
}

.calculation-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 10, 12, .78);
	backdrop-filter: blur(5px);
}

.calculation-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(920px, 100%);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	padding: 42px;
	background: #fff;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

.calculation-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 42px;
	height: 42px;
	border: 0;
	background: #202326;
	color: #fff;
	cursor: pointer;
}

.calculation-modal__intro {
	max-width: 720px;
	margin-bottom: 28px;
}

.calculation-modal__intro .sub-title {
	color: #d3972d;
	font-weight: 700;
	text-transform: uppercase;
}

.calculation-modal__intro h2 {
	margin: 8px 0 12px;
	font-size: 36px;
}

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

.form-grid label {
	display: block;
	margin: 0;
}

.form-grid label > span {
	display: block;
	margin-bottom: 7px;
	color: #202326;
	font-size: 13px;
	font-weight: 700;
}

.form-grid input,
.form-grid textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #d9dcdf;
	background: #f7f8f8;
	color: #202326;
}

.form-grid textarea {
	min-height: 130px;
	resize: vertical;
}

.form-grid__wide {
	grid-column: 1 / -1;
}

.form-grid .file-field {
	padding: 16px;
	border: 1px dashed #b7babd;
	background: #f7f8f8;
}

.form-grid .file-field input {
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.form-grid .file-field small {
	display: block;
	margin-top: 8px;
	color: #777b7e;
}

.calculation-modal__submit {
	margin-top: 24px;
	border: 0;
}

@media (max-width: 1399px) {
	.header-product-search {
		display: none;
	}

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

@media (max-width: 991px) {
	.main-header .header-top {
		display: none;
	}

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

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

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

	.production-intro .image-wrapper {
		margin-bottom: 45px;
	}

	.calculation-cta .wrapper-box {
		display: block;
	}

	.calculation-cta .link {
		margin-top: 28px;
	}

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

@media (max-width: 767px) {
	.site-brand-copy strong {
		font-size: 15px;
	}

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

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

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

	.production-banner .inner p {
		font-size: 16px;
	}

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

	.production-banner .link-box .theme-btn {
		width: 100%;
		margin: 0 0 12px;
		text-align: center;
	}

	.production-intro .image-wrapper {
		min-height: 390px;
	}

	.production-intro .image-one img {
		width: 88%;
		height: 330px;
	}

	.production-intro .image-two {
		width: 62%;
	}

	.production-intro .image-two img {
		height: 190px;
	}

	.services-section,
	.advantages-section,
	.equipment-section,
	.contact-section {
		padding: 70px 0 40px;
	}

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

	.calculation-cta h3,
	.catalog-intro .sec-title h2,
	.calculation-modal__intro h2 {
		font-size: 30px;
	}

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

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

	.contact-details,
	.catalog-intro,
	.calculation-modal__dialog {
		padding: 26px;
	}

	.catalog-intro {
		display: block;
	}

	.form-grid {
		grid-template-columns: 1fr;
	}

	.form-grid__wide {
		grid-column: auto;
	}
}

.product-characteristic {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 0;
	border-bottom: 1px solid #e5e5e5;
}

.product-characteristic span {
	text-align: right;
}

.product-gallery .image,
.catalog-product .image {
	overflow: hidden;
}

.product-gallery-main {
	margin-bottom: 30px;
}

.product-description,
.catalog-copy {
	padding-top: 60px;
}

.error-section .link-box {
	margin-top: 30px;
}

.footer-bottom {
	background: #fff;
	border-top: 1px solid #e8e8e8;
}

.footer-bottom .copyright-text {
	color: #65605d;
}

.footer-bottom .social-icon li a {
	color: #181614;
	background: #f3f3f3;
}

.main-footer.footer-dark {
	background-color: #12100f;
	background-size: cover;
}

.footer-dark .widget .widget_title,
.footer-dark .contact-widget .text strong {
	color: #fff;
}

.footer-dark .about-widget .text,
.footer-dark .links-widget .list li a,
.footer-dark .contact-widget .text,
.footer-dark .contact-widget .text a {
	color: #aaa5a1;
}

.footer-dark .contact-widget .icon-box {
	border-bottom-color: #302f2d;
}

.footer-dark .links-widget .list li > a::before {
	display: none;
}

.footer-dark .links-widget .list li.menu-item-has-children > a::before,
.footer-dark .links-widget .list li.page_item_has_children > a::before {
	display: inline-block;
}

.footer-bottom {
	background: #12100f;
	border-top-color: #302e2c;
}

.footer-bottom .copyright-text {
	color: #9a9693;
}

.production-banner .swiper-slide::before,
.page-title-production::before,
.production-facts::before,
.services-section .sec-bg::before {
	position: absolute;
	inset: 0;
	content: '';
	background: rgba(12, 14, 15, .58);
}

.production-banner .inner {
	max-width: 900px;
	text-align: left;
}

.production-banner .inner p {
	max-width: 760px;
	margin: 22px 0 32px;
	color: #fff;
	font-size: 20px;
}

.banner-kicker {
	margin-bottom: 15px;
	color: #d09a2d;
	font-weight: 700;
	text-transform: uppercase;
}

.production-banner .link-box {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.advantage-item,
.equipment-card {
	height: 100%;
	padding: 32px;
	background: #fff;
	border: 1px solid #e7e7e7;
}

.advantages-section,
.equipment-section {
	padding: 100px 0 70px;
	background: #f7f7f7;
}

.advantage-item {
	margin-bottom: 30px;
}

.advantage-item > span {
	color: #d09a2d;
	font-size: 44px;
}

.advantage-item h3,
.equipment-card h3 {
	margin: 18px 0 12px;
	font-size: 21px;
}

.equipment-card img,
.services-grid .service-block .image img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.production-facts {
	position: relative;
	padding: 100px 0 70px;
	background-size: cover;
	background-position: center;
}

.production-facts__panel {
	position: relative;
	z-index: 1;
}

.production-fact {
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 24px;
	background: rgba(18, 16, 15, .88);
	border-left: 3px solid #d09a2d;
	color: #fff;
}

.production-fact strong,
.production-fact span {
	display: block;
}

.production-fact strong {
	margin-bottom: 8px;
	font-size: 25px;
}

.calculation-cta .wrapper-box p {
	max-width: 700px;
	margin: 10px 0 0;
}

.file-field {
	display: block;
	padding: 18px 20px;
	background: #f3f3f3;
}

.file-field input {
	margin-left: 20px;
}

.form-status {
	margin-bottom: 25px;
	padding: 16px 20px;
	border-left: 4px solid #d09a2d;
	background: #f5f5f5;
}

.form-status.is-success {
	border-left-color: #2e7d32;
}

.form-status.is-error {
	border-left-color: #b3261e;
}

.product-search-form {
	display: flex;
	width: min(100%, 520px);
}

.product-search-form input[type='search'] {
	width: 100%;
	height: 52px;
	padding: 0 16px;
	border: 1px solid #ddd;
}

.product-search-form button {
	width: 54px;
	border: 0;
	background: #d09a2d;
	color: #fff;
}

.header-product-search {
	margin-left: 20px;
}

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

.header-product-search .product-search-form input[type='search'] {
	height: 42px;
}

.catalog-intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 45px;
}

.catalog-individual-price {
	font-size: 16px !important;
}

.review-rating {
	margin-bottom: 12px;
	color: #d09a2d;
	font-size: 18px;
	letter-spacing: 2px;
}

.woocommerce-catalog .catalog-product .price,
.product-details .summary .price {
	margin: 10px 0 18px;
	color: #d09a2d;
	font-size: 20px;
	font-weight: 700;
}

.woocommerce-catalog .catalog-product .button,
.product-details .summary .single_add_to_cart_button {
	position: relative;
	display: inline-block;
	padding: 15px 28px;
	border: 0;
	background: #d09a2d;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.woocommerce-catalog .onsale {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	padding: 5px 10px;
	background: #d09a2d;
	color: #fff;
}

.product-details .woocommerce-product-gallery {
	width: 100%;
}

.product-details table.shop_attributes {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}

.product-details table.shop_attributes th,
.product-details table.shop_attributes td {
	padding: 12px;
	border: 1px solid #e5e5e5;
	text-align: left;
}

@media (max-width: 767px) {
	.header-product-search {
		display: none;
	}

	.catalog-intro {
		display: block;
	}

	.catalog-intro .product-search-form {
		margin-top: 25px;
	}
	.product-characteristic {
		display: block;
	}

	.product-characteristic span {
		display: block;
		margin-top: 4px;
		text-align: left;
	}
}
.contact-info li a i{
	padding-right:5px;
}