.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:"Roboto Condensed", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Roboto Condensed", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Roboto Condensed", 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%);
}
:root{
--wd-alternative-font:"Roboto Condensed", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Roboto Condensed", 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;
}
:root{
--wd-header-el-font:"Roboto Condensed", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:17px;
}
:root{
--wd-primary-color:rgb(67,81,145);
}
:root{
--wd-alternative-color:rgb(67,81,145);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:rgb(67,81,145);
}
:root{
--btn-default-bgcolor-hover:rgb(67,81,145);
}
:root{
--btn-shop-bgcolor:rgb(67,81,145);
}
:root{
--btn-shop-bgcolor-hover:#435191;
}
:root{
--btn-accent-bgcolor:rgb(67,81,145);
}
:root{
--btn-accent-bgcolor-hover:rgb(67,81,145);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-shop-color: #fff;
		
					--btn-shop-color-hover: #fff;
		
					--btn-accent-color: #fff;
		
					--btn-accent-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-shop-brd-radius: 5px;
				--btn-shop-box-shadow: none;
				--btn-shop-box-shadow-hover: none;
					
					
			
			
							--btn-accent-brd-radius: 5px;
				--btn-accent-box-shadow: none;
				--btn-accent-box-shadow-hover: none;
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1266px;
			}
		}

		.container {
			max-width: 1296px;
		}

		:root{
			--wd-container-width: 1296px;
		}
	
			.elementor-section.wd-section-stretch > .elementor-column-gap-no {
			max-width: 1266px;
		}
		.elementor-section.wd-section-stretch > .elementor-column-gap-narrow {
			max-width: 1276px;
		}
		.elementor-section.wd-section-stretch > .elementor-column-gap-default {
			max-width: 1286px;
		}
		.elementor-section.wd-section-stretch > .elementor-column-gap-extended {
			max-width: 1296px;
		}
		.elementor-section.wd-section-stretch > .elementor-column-gap-wide {
			max-width: 1306px;
		}
		.elementor-section.wd-section-stretch > .elementor-column-gap-wider {
			max-width: 1326px;
		}
		@media (min-width: 1313px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1296px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//pohoronim.by/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=7.0.4") format("woff2");
	font-display:swap;
}

.wd-tools-element {
    position: relative;
    --wd-count-size: 15px;
    --wd-header-el-color: #fff;
    --wd-header-el-color-hover: rgba(51,51,51,.6);
}
ul {
    list-style: none;
}

@media only screen and (max-width: 767px ) {
.wd-toolbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    height: 55px;
    background-color: #2e2e2ef0;
    box-shadow: 0 0 9px rgba(0,0,0,0.12);
}
}