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

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #000000;
	--wd-text-font-size: 16px;
	--wd-title-font: "Roboto Condensed", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #000000;
	--wd-entities-title-font: "Roboto Condensed", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #000000;
	--wd-widget-title-font-size: 20px;
	--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: 15px;
	--wd-primary-color: #046af6;
	--wd-alternative-color: #f5025c;
	--wd-link-color: #046af6;
	--wd-link-color-hover: #f5025c;
	--btn-default-bgcolor: #0468f1;
	--btn-default-bgcolor-hover: #000000;
	--btn-accented-bgcolor: #0468f1;
	--btn-accented-bgcolor-hover: #000000;
	--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;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #353249;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #e5e5e5;
	background-image: none;
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a:hover {
	color: #ea356c;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: "Roboto Mono", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-text-font-size: 15px;
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font-size: 13px;
	}
	html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
		font-size: 16px;
	line-height: 16px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 20px;
	line-height: 20px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 14px;
	--wd-widget-title-font-size: 17px;
	--wd-header-el-font-size: 14px;
	}
	html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
		font-size: 14px;
	line-height: 14px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 18px;
	line-height: 18px;
	}

}
: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: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--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);
}
}


.header-categories-nav-wrap .menu-opener{
	/*border:solid 2px #fff;
	 * border-radius:50px;
	 * */
	border-bottom:solid 2px #f5025c;
	
}
.menu-opener .menu-open-label {
  display: flex;
	justify-content: center;
    margin-right: 10px;
    text-transform: none;
    letter-spacing: .4px;
	font-weight:700;
	font-size:1.3em;
	color:#f5025c;
}
.menu-opener .arrow-opener:after {
    font-family: FontAwesome;
    content: "\f107";
	color:#f5025c;
	font-size:28px;
}
.sub-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 380;
    background-color: #f3f3f3;
    background-position: bottom right;
    background-clip: border-box;
    background-repeat: no-repeat;
    text-align: left;
    box-shadow: 8px 8px 8px rgba(0,0,0,.15);
}
.mega-menu-list>li>a, .menu-mega-dropdown .sub-menu>li>a {
    position: relative;
    display: block;
    margin-bottom: 5px;
    text-transform: none;
	  font-size:14px;
    line-height: 18px;
    word-break: break-word;
}
/*.menu-simple-dropdown .sub-menu-dropdown>.container {
    padding: 0;
    min-width:380px;
}*/
.whb-secondary-menu .menu-simple-dropdown .sub-menu-dropdown, .whb-secondary-menu .menu-simple-dropdown .sub-sub-menu {
    width: 400px;
}
.menu-mega-dropdown .sub-menu>li {
    flex: 0 0 380px;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 400px;
}
.menu-simple-dropdown li {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.wpcf7-submit{
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color:#0005ff;
    color: #fff;
    position: relative;
    display: inline-block;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 60px;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
}
.wpcf7-submit:hover{
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color:#f5025c;
    color: #fff;
    position: relative;
    display: inline-block;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 60px;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
}
.grecaptcha-badge {display: none;}

.titlehomeh1{
position: relative;
	display:table;
		z-index:100;
}

.titlehomeh1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 85%;
  height: 22px;
  background-color:#fdcd43;
  display block;
	z-index:-10;
}
.titlehomeh2{
position: relative;
	display:table;
		z-index:100;
}
.titlehomeh2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 85%;
  height: 22px;
  background-color:#000;
  display block;
	z-index:-10;
}

.box-style-bg-hover:hover {
	background-color:#fff;
    position: relative;
    padding: 30px;
   	-webkit-box-shadow: 6px 6px 24px 0px rgba(50, 50, 124, 0.4);
-moz-box-shadow:    6px 6px 24px 0px rgba(50, 50, 124, 0.4);
box-shadow:         6px 6px 24px 0px rgba(50, 50, 124, 0.4);
}
.min-footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.box-shadow-section{
	-webkit-box-shadow: 4px 4px 14px 0px rgba(50, 50, 124, 0.5);
-moz-box-shadow:    4px 4px 14px 0px rgba(50, 50, 124, 0.5);
box-shadow:         4px 4px 14px 0px rgba(50, 50, 124, 0.5);
}
th.wdtheader {
    padding: 15px 10px !important;
	background-color:#ebebed !important;
	border-right:solid 1px #cccccc!important;
}	
table.wpDataTable thead th{
    border-color: #ccc !important;
}
.scrollToTop {
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 350;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #046af6;
    box-shadow: 0 0 5px rgb(0 0 0 / 17%);
    color: #fff;
    text-align: center;
    font-size: 0;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}@media (min-width: 1025px) {
	.heightflip .vc-hoverbox{
	min-height:300px;
	box-sizing: border-box;
	font-size:14px;
	text-align:left;
}
}

