@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//xn--b1afoy4br.xn--p1ai/wp-content/themes/woodmart/fonts/woodmart-font-2-700.woff2?v=7.3.2") format("woff2");
}

:is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product) .wd-products-with-bg, :is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product) .wd-products-with-bg .product-grid-item{
	--wd-prod-bg:rgb(206,206,206); --wd-bordered-bg:rgb(206,206,206);
}

.wd-popup.wd-promo-popup{
	background-color:rgb(255,255,255);
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:rgb(244,244,244);
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgba(9,95,112,0.12);
	background-image: none;
}

:root{
--wd-text-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(0,0,0);
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:rgb(0,0,0);
}
:root{
--wd-entities-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:rgb(0,0,0);
--wd-entities-title-color-hover:rgb(0, 0, 0);
}
:root{
--wd-alternative-font:"Montserrat", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:rgb(0,0,0);
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(1,119,137);
}
:root{
--wd-alternative-color:rgb(97,186,181);
}
:root{
--wd-link-color:rgb(1,119,137);
--wd-link-color-hover:rgb(97,186,181);
}
.page .main-page-wrapper{
	background-image: none;
	background-size:contain;
	background-attachment:scroll;
	background-position:center bottom;
}

:root{
--btn-default-bgcolor:rgb(9,95,112);
}
:root{
--btn-default-bgcolor-hover:rgb(97,186,181);
}
:root{
--btn-accented-bgcolor:rgb(9,95,112);
}
:root{
--btn-accented-bgcolor-hover:rgb(97,186,181);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
.product-labels .product-label.onsale{
	background-color:rgb(227,30,36);
}

.product-labels .product-label.onsale{
	color:rgb(255,255,255);
}


	:root{
					
							--wd-form-brd-radius: 5px;
			
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #fff;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
					--wd-brd-radius: 5px;
		
			}

	
	
			:root{
			--wd-container-w: 1320px;
		}
	
			@media (min-width: 1337px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1320px) {
			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;
		}
	
	
.d-calculation {
    background: #095F7017;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 23px 20px 22px;
}
.price-calc-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.price-calc-item-form {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-right: -10px;
}
@media (min-width: 576px){
.price-calc-item-form {
    flex-flow: row;
}
}

.price-calc-input-wrp {
    position: relative;
    width: calc(33.333333% - 10px);
    margin-right: 10px;
}
.price-calc-input-wrp label {
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #384756;
    display: flex;
    flex-flow: column;
    margin-bottom: 12px;
}
.price-calc-input-wrp input{
	border-radius: 6px
}
.price-calc-input-wrp input:not([disabled]){
	background: #fff;
}
.price-calc-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #D1D7E8;
    border-radius: 5px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    padding: 12px;
    transition: .2s;
    margin-left: 15px;
}
.d-calculation .d-calculation__btns {
    display: flex;
    justify-content: space-between;
}
.add-calc-item {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: rgb(9,95,112);
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
}
.add-calc-item.js-add-calc-item {
    width: max-content;
}
.add-calc-item img {
    width: 10px;
    height: 10px;
    margin-right: 9px;
}
.price-detail-block-bottom {
    background: #095F7017;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
	  flex-wrap: wrap;
}
.detail-product-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.detail-product-total__price {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: flex-end;
    text-align: right;
    color: rgb(9,95,112);
    white-space: nowrap;
}
.detail-product-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.detail-product-total__text {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #384756;
    opacity: 0.4;
    margin-right: 7px;
}
.detail-product-total__count {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #232D37;
}
.btn.btn-detail-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    color: #ffffff;
    background: rgb(9,95,112);
    border-radius: 5px;
    padding: 13px;
}
.product__buy-panel .btn.btn-detail-buy-truba {
    display: flex;
    align-items: center;
    justify-content: center;
		margin-right: 10px;
    width: calc( 50% - 20px );
    height: 40px;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    background: rgb(9,95,112);
    border-radius: 6px;
    padding: 13px;
}
.btn-panel{
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap
}
.btn.raschet {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    color: #ffffff;
    background: rgb(9,95,112);
    border-radius: 5px;
    padding: 13px 30px;
}
.btn.btn-bg-transparent {
    background-color: transparent;
    width: 100%;
		height: 40px;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(9,95,112);
    border: 2px solid rgb(9,95,112);
    border-radius: 6px;
    padding: 13px;
}
.btn.btn-bg-transparent-truba {
    background-color: transparent;
    width: calc( 50% - 20px );
		margin: 0 10px;
		height: 40px;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(9,95,112);
    border: 2px solid rgb(9,95,112);
    border-radius: 6px;
    padding: 13px;
}
.price-calc-input.field-empty, .white-bg .field-empty {
    border: 2px solid red;
    transition: border 1s;
}
.product-old-price{
	position: relative;
	font-size: 16px;
}
.product-old-price:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    height: 1px;
    background-color: currentColor;
}
.product-price-benefits {
    display: flex;
    flex-wrap: wrap;
	  margin-bottom: 20px !important;
}
.wd-text-block .product-price {
    margin-right: 11px;
    font-size: 32px;
    line-height: 32px;
	  font-weight: 700
}
.product-discount{
    position: relative;
    align-self: center;
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 500;
    color: #fff;
    background-color: #ea0700;
    margin-right: 20px;
	  padding: 6px;
	  font-size: 21px;
	  font-weight: 500;
	  border-radius: 6px
}
.product-rating-links {
    display: flex;
    align-items: center;
}
.product-rating .count {
    white-space: nowrap;
    color: #000;
    display: flex;
    align-items: center;
	  position: relative;
}
.product-rating .count:before {
    content: "|";
    display: inline-block;
	  margin-right: 5px;
}
.product-rating{
	font-size: 16px;
	color: #000;
	display: flex
}
.product-rating .average{
	margin-left: 5px
}
.product-rating .count{
	margin-left: 5px
}
.product-reviews-empty{
	font-size: 11px
}
.whb-header-bottom {
    box-shadow: 10px 10px 8px rgba(0,0,0,0.1) !important;
}
.grafik{
	text-align: right;
  margin-top: -8px;
}
.head-button:hover img{
	filter: brightness(0) invert(1);
}
.wd-nav-img{
	max-height: inherit;
}
[class*="wd-swatches"].wd-shape-round .wd-swatch{
	border-radius: 6px !important
}
.content-block-fix {
    font-size: 16px;
    position: relative;
}
.content-block-text {
    height: 250px;
    overflow: hidden;    
    position: relative;
    transition: margin 0.3s;
}
.content-block-text-open {
    height: auto;
    margin-bottom: 50px;
}
.content-block-text-shadow:after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 75%)    
}
.show-all-container {
    position: absolute;
    left: 10px;
    bottom: 0;
    display: none;
	  cursor: pointer
}
.show-all-container a{
	color: #0075A9;
}
.calc-inputs-list.cvet .wd-swatch-text {
    display: none;
}
.js-btn-buy:after, .raschet:after {
    position: absolute;
    top: calc(50% - 9px);
    inset-inline-start: calc(50% - 9px);
    opacity: 0;
    z-index: 2;
    transition: opacity 0s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0,0,0,0);
    border-left-color: currentColor;
    border-radius: 50%;
    vertical-align: middle;
}
.loading.js-btn-buy:after, .loading.raschet:after {
    opacity: 1;
    transition: opacity .25s ease;
    animation: wd-rotate 450ms infinite linear;
}
.js-btn-buy:before, .raschet:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 1;
    border-radius: inherit;
    background-color: inherit;
    box-shadow: inherit;
    transition: opacity 0s ease;
}
.loading.js-btn-buy:before, .loading.raschet:before {
    opacity: 1;
    transition: opacity .25s ease;
}
.product-grid-item .wd-entities-title {
    font-size: 18px !important;
    font-weight: 900 !important;
}
.product.wd-hover-fw-button .shop_attributes tr{
	justify-content: space-between!important
}
.price .amount{
	font-size: 23px
}
.price del .amount{
	font-size: 16px
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
	  border-radius: 6px
}
.my-textarea{
	min-height: 100px !important;
}
.white-popup p{
	margin-bottom: 10px
}
.wpcf7-submit{
	margin-top: 15px;
	background: rgb(9,95,112);
	border-radius: 6px;
	color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label{
	font-size: 11px;
	color: #919191
}
.white-popup h4, .white-popup .center{
	text-align: center
}
.wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon) {
	border-radius: 6px !important
}
	
.wd-tools-element.wd-design-8 .wd-tools-icon, .wd-tools-element.wd-design-8 .wd-tools-inner, .s, .searchform.wd-style-with-bg-2 .searchsubmit{
	border-radius: 6px !important
}
.wd-tools-element.wd-design-8 .wd-tools-icon {
    background-color: #095f70;
    color: #FFF;
}

.wd-swatch.wd-text{
	border: 1px solid #095f70!important
}
.wd-swatch.wd-active{
	background: #095f70!important;
	box-shadow: inset 0 2px 5px rgba(0,0,0,.375) !important;
	color: #fff !important;
	--wd-swatch-brd-color: #095f70!important;
}
.s .wd-search-inited {
border: var(--wd-form-brd-width) solid rgb(9 95 112) !important;
}
.{
  --wd-text-color: #095f70!important;
	}
.ofice strong:before{
	content: '\f3c5';
	font-family: "Font Awesome 5 Free";
}
.ofice strong:after{
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	vertical-align: middle;
	margin-left: 7px
}
.ofice{
	cursor: pointer;
	position: relative;
}
.ofice .adres-list{
	display: none;
	position: absolute;
	padding: 10px;
	left: -150px;
  background: #fff;
  z-index: 1;
  list-style: none;
  text-align: left;
	width: 800px;
	box-shadow: 10px 10px 8px rgba(0,0,0,0.1) !important;
}
.ofice:hover .adres-list{
	display: block
}
.nav-link-text {
    font-weight: 600;
}
.wrp {
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.map-box { 
	position: absolute;
	top: 20px;
	right: 10px; 
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 100;
	width: 300px;
	box-shadow: -1px -1px 24px 0px rgba(50, 50, 50, 0.5);
}
.map-box p {
	font-size: 18px;
}
#maps {
	width: 100%; 
	height: 150px;
}
.item-separator{
	    position: absolute;
    left: -5px;
    bottom: 15px;
	    color: #636363;
}
.product__calc-item div.quantity input[type="number"]{
	width: 100%
}
.product__calc-item div.quantity input[type="button"]{
	min-width: 42px;
}
.product__calc-item__price{
	font-size: 30px
}
.product__calc-item__input{
	text-align: center
}

.product__buy-panel {
    color: #636363;
    margin-bottom: 25px;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.14);
		background: #095F7017;
}
@media (max-width: 576px){
	.item-separator{
		display: none
	}
	.product__buy-panel div.quantity{
		width: 100%;
		margin-bottom: 20px
	}
	.btn.btn-bg-transparent-truba{
		margin: 10px 0 0 0;
		width: 100%;
	}
	.product__buy-panel .btn.btn-detail-buy-truba{
		margin: 0;
		width: 100%;
	}

}
.custom-price{
	font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.product-labels {
  right: 7px;
	inset-inline-start: auto;
}
.wd-reset-var{
	display: none !important;
}
@media (max-width: 576px){
	.price-calc-input-wrp label{
		font-size: 10px
	}
	.js-product-card{
		width: 100%;
		margin-top: 20px
	}
}
#ship-to-different-address{
	display: none !important
}
.woocommerce-shipping-calculator{
	display: none !important
}
.wd-entities-title {
min-height: 50px;
}
@media (max-width: 500px){
	.product-grid-item .wd-entities-title {
    font-size: 14px !important;
    font-weight: 600 !important;
	}
	.custom-price {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
	}
}
	.wd-swatch {
  	border: 1px solid black;
	}
.calculator table td {
    padding: 3px;
    border-bottom: 0px;
}
@media (max-width: 500px){
	.raschet-table img{
		display: none
	}
}
.alex{
	position: fixed;
  z-index: 999;
  right: 0;
  top: 90px;
  border: 0;
  text-align: center;
  width: 100px;
  transform: translateX(100%);
  transition: all 0.4s ease-out 0s;
}
.alex .close:hover{
	background: inherit;
	cursor: pointer;
}
table.montaj tr td{
	border: 1px solid var(--brdcolor-gray-300)
}
table.montaj tr:nth-child(2n){
	background: #095F7017
}
@media (max-width: 460px){
	table.montaj tr td{
		font-size: 9px;
		padding: 15px 3px
	}
}
@media ( max-width: 767px ){
	.woobt-wrap-responsive .woobt-products .woobt-product .woobt-price{
		flex-basis: auto !important;
	}
	.woobt-wrap-responsive .woobt-products .woobt-product{
		flex-direction: row !important;
	}
	.woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb{
		display: none !important
	}
	.woobt-wrap-responsive .woobt-products .woobt-product .woobt-quantity{
		display: none !important
	}
	.woobt-wrap-responsive .woobt-products .woobt-product > div{
		font-size: 11px !important
	}
}
body.postid-18533 .elementor-element-4e0fdfee{ display: none}

del
{
	font-size: 22px
}
.topoffers ul{
	list-style: none;
	padding-left: 0;
	display: inline-flex;
	align-items: center;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
	min-height: 63px;
}
.topoffers ul li{
	margin-bottom: 0;
	padding: 3px 5px;
	border: 1px solid rgb(1,119,137);
	border-radius: 6px
}
.topoffers ul li a span{
	text-decoration: none !important;
}
.main-page-wrapper{
	position:relative;
}
.site-content{
	margin-top: 60px
}