@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mir-stekla.by/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.2") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(2,151,219);
	--wd-alternative-color: rgb(1,70,101);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-transform: none;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-transform: none;
	--btn-accented-bgcolor: rgb(2,151,219);
	--btn-accented-bgcolor-hover: rgb(1,70,101);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://mir-stekla.by/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://mir-stekla.by/wp-content/uploads/2026/02/page-title-shop1.png);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(1,70,101);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.child-pages-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
	margin: 0 0 40px 0;
}

.child-page-card {
	position: relative;
	overflow: hidden;
	min-height: 250px;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.card-content {
	position: relative;
	z-index: 2;
	padding: 40px;
	color: #fff;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-title {
	margin: 0 0 15px 0;
	font-size: 1.5rem;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
}

.card-title i {
	color: #0297db;
}

.card-description {
	font-size: 1rem;
	line-height: 1.4;
	color: #FFFFFF;
}

.h1,.h2,.h3,.h4,.h5,.h6 {
	display: block;
	margin: 0;
	font-family: var(--wd-title-font);
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-size: 28px;
	color: var(--wd-title-color);
	text-transform: var(--wd-title-transform);
	line-height: 1;
}

.h1 {
	font-size: 28px;
}

.h2 {
	font-size: 24px;
}

.h3 {
	font-size: 22px;
}

.h4 {
	font-size: 18px;
}

.h5 {
	font-size: 16px;
}

.h6 {
	font-size: 12px;
}

.contact-form-white,.contact-form-white .wpcf7-list-item-label, .contact-form-white .wpcf7-list-item-label a {
	color: #FFFFFF;
}

.contact-form-white input[type='email'],
.contact-form-white input[type='date'],
.contact-form-white input[type='search'],
.contact-form-white input[type='number'],
.contact-form-white input[type='text'],
.contact-form-white input[type='tel'],
.contact-form-white input[type='url'],
.contact-form-white input[type='password'],
.contact-form-white :root textarea,
.contact-form-white :root select {
	border: var(--wd-form-brd-width) solid #FFFFFF !important;
}

.contact-form-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}

.contact-form-horizontal p input,
.contact-form-horizontal p {
	width: 100%;
}

.card-content.card-content-portfolio {
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}

.project-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 0 !important;
}

.project-navigation a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.project-navigation a span {
	line-height: 1 !important;
	text-decoration: underline;
}

.project-navigation a i {
	color: #0297DB;
}

.services_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

@media only screen and (max-width: 768px) {
	.services_info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.services_info .services_image {
}

.services_info .services_image img {
}

.services_info .services_catalog {
	margin: 10px 0;
}

.services_info .services_offer {
	border: 1px solid #0297DB;
	padding-left: 20px;
	text-align: center;
	padding: 10px;
	margin: 10px 0;
}

.services_info .services_offer a {
	color: #0297DB;
	text-decoration: underline;
}

.services_catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	color: #0297DB;
	text-decoration: underline;
}

.services_price {
	color: #000000;
	font-weight: 600;
	font-size: 20px;
}

.services_text-description ul {
	margin-left: 20px;
}

body .wpcf7  .contact-form-black input {
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
}

.pum.pum-overlay.popmake-overlay {
	background: rgba(0,0,0,.8);
}

.pum-content.popmake-content {
	padding: 30px !important;
	background: rgba(0,0,0,.5);
}

.pum-close.popmake-close {
	top: 0 !important;
	right: 0 !important;
	bottom: auto !important;
	left: auto !important;
	padding: 10px;
	font-size: 20px;
	color: #FFFFFF;
}

.policy-privacy p {
	margin: auto !important;
}

.portfolio_related,
.services_gallery {
	margin: 100px auto;
}

.portfolio_related .h1,
.portfolio_related .h2,
.portfolio_related .h3,
.portfolio_related .h4,
.portfolio_related .h5,
.portfolio_related .h6,
.portfolio_related h1,
.portfolio_related h2,
.portfolio_related h3,
.portfolio_related h4,
.portfolio_related h5,
.portfolio_related h6,
.services_gallery .h1,
.services_gallery .h2,
.services_gallery .h3,
.services_gallery .h4,
.services_gallery .h5,
.services_gallery .h6,
.services_gallery h1,
.services_gallery h2,
.services_gallery h3,
.services_gallery h4,
.services_gallery h5,
.services_gallery h6 {
	margin-bottom: 20px;
}

.services-gallery-slider {
	margin: 40px 0;
}

.services-gallery-slider .swiper-slide {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	height: auto;
}

.services-gallery-slider .swiper-slide:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.services-gallery-slider .gallery-image {
	width: 100%;
	height: 180px;
	-o-object-fit: cover;
	object-fit: cover;
}

.services-gallery-slider .image-caption {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #666;
	padding: 0 5px;
}

.services-gallery-slider .swiper-container {
	position: relative;
}

.services-gallery-slider .swiper-container .swiper-pagination-bullets{
	bottom: -40px;
}

.services-gallery-slider .swiper-container .swiper-button-next.swiper-button-disabled {
	right: -50px;
}

.services-gallery-slider .swiper-container .swiper-button-prev.swiper-button-disabled {
	left: -50px;
}

@media (max-width: 1200px) {
	.services-gallery-slider .gallery-image {
		height: 160px;
	}
}

@media (max-width: 768px) {
	.services-gallery-slider .gallery-image {
		height: 140px;
	}
}

@media (max-width: 480px) {
	.services-gallery-slider .gallery-image {
		height: 120px;
	}
}

.portfolio-page .wd-gallery-item img{
	height: 200px !important;
	object-fit: cover !important;
}

@media only screen and (max-width: 480px){
.portfolio-page .wd-gallery-item a{
	display: block !important;
	width: 100% !important;
}
	
.portfolio-page .wd-gallery-item img{
	width: 100% !important;
}
}

.categories-cols img{
	height: 100%;
	object-fit: cover;
}

.wd-post-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (min-width: 1025px) {
    .whb-sticked .whb-top-bar-inner {
        height: 30px;
        max-height: 30px;
    }
}

.wd-content-layout a:not(.btn-color-primary) {
	color: rgb(2,151,219);
}

@media only screen and (max-width: 480px){
	.contact-form-horizontal {
		flex-direction: column;
		gap: 0px;
	}
}