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

:root {
	--wd-text-font: "Roboto Slab", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Roboto Slab", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(85,96,128);
	--wd-entities-title-font: "Roboto Slab", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(85,96,128);
	--wd-entities-title-color-hover: rgb(201, 179, 140);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto Slab", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(85,96,128);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto Slab", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(201,179,140);
	--btn-default-font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(34,58,102);
	--btn-accented-bgcolor-hover: rgb(201,179,140);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(69,150,71);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(51,51,51);
	--wd-link-color-hover: rgb(201,179,140);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--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 .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(34,58,102);
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
	color: rgb(255,255,255);
}
html .wd-nav.wd-nav-main > li:hover > a, html .wd-nav.wd-nav-main > li.current-menu-item > a {
	color: rgb(201,179,140);
}
html .wd-nav.wd-nav-secondary > li > a {
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
}
html .wd-nav.wd-nav-secondary > li:hover > a, html .wd-nav.wd-nav-secondary > li.current-menu-item > a {
	color: rgb(201,179,140);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--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: 0px;
}

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



a.help_a {
    color: #fff;
    position: fixed;
    right: 15px;
    z-index: 1000;
    bottom: 180px;
    background-image: url(/wa_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 58px;
    width: 58px;
    font-size: 0px;
}

.whb-sticky-shadow.whb-sticked .whb-row:last-child {
    background-color: #223a6691;
}

.services-in-post {
	display: flex;
	margin-bottom: 15px;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 5px 10px 10px 1.05px rgba(0, 0, 0, 0.05);
	border: 1px solid #ebebeb;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.services-in-post:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #C9B38C;
}

.services-in-post-name {
	padding: 50px 25px;
}

.services-in-post-price {
	padding: 50px 25px;
}

.lawyers-in-post {
  display: inline-grid;
  margin: 10px;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 5px 10px 10px 1.05px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebebeb;
  text-align: center;
  width: 265px;
}

.lawyers-in-post:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #C9B38C;
}

.lawyers-in-post-link {
	font-size: 18px;
}

.lawyers-in-post h3 {
	margin: 15px;
}

.wd-post-cat.wd-style-with-bg {
	background-color: #C9B38C!important;
}

.wd-post-cat.wd-style-with-bg:hover {
	background-color: #223a66!important;
}@media (min-width: 1025px) {
	.services-in-post-name {
    width: 50%;
}

.wd-slide-container h1 {
		text-align: left;
}

.wd-dropdown-menu, .sub-sub-menu {
    background-color: #223a66;
		padding: 0;
		border: 0.5px solid #C9B38C;
}

.wd-sub-menu li a, .wd-sub-menu li a:hover {
		padding: 15px 30px;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
}

.wd-dropdown-menu.wd-design-default .menu-item-has-children > a::after {
    color: #fff;
    font-size: 65%;
}

.wd-sub-menu li:hover {
    background-color: #C9B38C;
}

.wd-dropdown-menu.wd-design-default {
    padding: 0;
    --wd-dropdown-width: 380px;
}

.wd-dropdown-menu.wd-design-default .wd-dropdown {
    padding: 0;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.services-in-post-name {
    width: 50%;
}

.elementor-30772 .elementor-element.elementor-element-a4a9642 .elementor-shortcode {
    text-align: center;
}

.wd-action-btn.wd-style-text > a {
		font-weight: 400;
}

.mobile-nav .wd-nav-opener.wd-active {
    background-color: #C9B38C!important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.elementor-30772 .elementor-element.elementor-element-a4a9642 .elementor-shortcode {
    text-align: center;
}

.wd-action-btn.wd-style-text > a {
		font-weight: 400;
}

.mobile-nav .wd-nav-opener.wd-active {
    background-color: #C9B38C!important;
}
}

@media (max-width: 576px) {
	.mobile-nav .wd-nav-opener.wd-active {
    background-color: #C9B38C!important;
}

.wd-action-btn.wd-style-text > a {
		font-weight: 400;
}

.services-in-post {
	display: block;
	margin-bottom: 15px;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 5px 10px 10px 1.05px rgba(0, 0, 0, 0.05);
	border: 1px solid #ebebeb;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.services-in-post-name {
    padding: 25px 25px;
    padding-bottom: 0;
}

.services-in-post-price {
    padding: 25px 25px;
}

.elementor-30772 .elementor-element.elementor-element-a4a9642 .elementor-shortcode {
    text-align: center;
}
}

