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

:root {
	--wd-text-font: "Oswald", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: #000000;
	--wd-text-font-size: 16px;
	--wd-title-font: "Oswald", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Oswald", 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: "Oswald", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Oswald", 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: "Oswald", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(208,2,27);
	--wd-alternative-color: rgb(208,2,27);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(208,2,27);
	--btn-default-bgcolor-hover: rgb(221,51,51);
	--btn-accented-bgcolor: rgb(208,2,27);
	--btn-accented-bgcolor-hover: #eb8583;
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #ffffff;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(249,249,249);
	background-image: none;
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: rgb(15,15,15);
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a:hover {
	color: rgb(140,140,140);
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: rgb(255,255,255);
}
html .product.wd-cat:hover .wd-entities-title, html .product.wd-cat:hover .wd-entities-title a, .cat-design-side .wd-cat-inner > a:hover ~ .wd-cat-content .wd-entities-title a, html .wd-masonry-first .wd-cat:first-child:hover .wd-entities-title a {
	color: rgb(140,140,140);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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-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) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


@font-face {
	font-family: "FuturaOrtoLt";
	src: url("//sinten.by/wp-content/uploads/2022/02/a-futuraortolt-light.woff2") format("woff2"), 
url("//sinten.by/wp-content/uploads/2022/02/a-futuraortolt-light.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/* === Popup Maker – фикс полос и горизонтального скролла === */

/* при открытии попапа */
html.pum-open,
body.pum-open {
  overflow: hidden !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* после закрытия */
html:not(.pum-open),
body:not(.pum-open) {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* если Popup Maker добавляет inline padding-right */
body[style*="padding-right"],
html[style*="padding-right"] {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

/* защита от горизонтальной полосы */
html,
body {
  overflow-x: hidden !important;
}

@media (max-width: 768px) {
  .social-buttons {
    display: flex;
    justify-content: right; /* Или left/right/space-between */
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
  }

  .social-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

}
/* Menu Item */
.container .wd-sub-menu > .menu-item{
	width:20% !important;
}
/* Шрифт шапки */
span.nav-link-text {
	font-size: 16px;
	font-weight: bold;
}

/* Dropdown menu */
#menu-menyu .menu-item .wd-dropdown-menu{
	background-color:#fcfcfc;
}

/* Input поиск */
.wd-header-search-form .woodmart-ajax-search input[type=text]{
	border-color:rgba(129,129,129,0.2);
	border-style:solid;
}
.p_news{
	font-size:0;}
.wd-btn-arrow {
    color: white;
}

/* Input поиск*/
.wd-header-search-form .woodmart-ajax-search input[type=text]{
	color:#95a5a6 !important;
}
/* Text главная*/
.wd-info-box .info-box-inner p:first-child:empty, .wd-info-box .info-box-inner p:first-child:empty ~ p:last-child{
	display:block  !important;
}
/*Lable category item*/
.wd-entities-title{
	margin-top:40%;
    background-color:rgba(208,2,27,0.7) !important;
}
/*Background item color*/
.category-image-wrapp{
background-color:#000 !important;
}
/*Background item title*/
.product-grid-item .wd-entities-title, .product_title.wd-entities-title, .wd-hover-info-alt .wd-entities-title, .wd-entities-title{
	background-color:transparent !important;
		margin-top:unset;
}
.product-element-top{
	background-color:#000;
}

/* Карусель специалистов Image */
.info-box-carousel .wd-info-box .image-1{
	border-top-left-radius:51%;
	border-top-right-radius:51%;
	border-bottom-left-radius:51%;
	border-bottom-right-radius:51%;
}

/* Центровка изображений Контакты */
.center-team-row {
  display: flex;
  justify-content: center;
}

.demo-link-button{
	background: rgba(208, 2, 27, 1);
	color:#fff !important;
	margin-right: 0.5vw;
}
.work-link-button{
background: #eeee;
}
.info-box-carousel .info-box-content{
	background-color:rgba(255,255,255,0) !important;
}@media (min-width: 768px) and (max-width: 1024px) {
	@media(max-width: 769px){
.wd-entities-title{
color:#000 !important;
	margin-top:unset;
    background-color:transparent  !important;
}
}

}

@media (min-width: 577px) and (max-width: 767px) {
	.wd-entities-title{
color:#000 !important;
		margin-top:unset;
    background-color:transparent  !important;
}
}

@media (max-width: 576px) {
	.wd-entities-title{
color:#000 !important;
		margin-top:unset;
    background-color:transparent  !important;
}
}

