/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
a.creator {
    width: 80px;
    display: block;
    float: right;
    opacity: .6;
}
a.creator img {
    display: block;
}
a.creator:hover {
	opacity: 1;
}
.pd_widget_column[data-new] {
	position: fixed;
	bottom: 50px;
	left: 10px;
}
.all2em h4.info-box-title {
	min-height: 2.6em !important;
    align-content: center;
}
.wd-header-mobile-nav .wd-tools-icon:before {
	color: #2D4E57;
}
.worktime {
	text-align: right;
}
.wd-image.radius img {
	border-radius: 20px;
}
.dblock .info-box-inner ul li {
	width: 50%;
    float: left;
}
.overflower .wd-video-hosted {
	border-radius: 20px !important;
}
.overflower .main-wrapp-img {
	overflow: hidden;
    border-radius: 20px 0px 0px 20px;
}
.overflower.fill h4.banner-title {
	background-color: #2D4E57;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
}
.docpage .promo-banner-wrapper .promo-banner,
.wd-carousel.doc .promo-banner {
	padding-bottom: 103px;
	border-radius: 15px;
	background: linear-gradient(0deg, rgba(45, 77, 87, 1) 24%, rgba(45, 77, 87, 0) 0%);
}
.promo-banner :is(.banner-subtitle,.banner-title,.banner-inner):not(:first-child) {
    min-height: 2em;
}
.docpage .promo-banner-wrapper .promo-banner .banner-subtitle,
.wd-carousel.doc .promo-banner .banner-subtitle {
	border-radius: 5px;
}
.docpage .promo-banner-wrapper .wrapper-content-banner, 
.wd-carousel.doc .wrapper-content-banner {
	padding-bottom: 15px;
}
.docpage .promo-banner-wrapper .banner-title,
.wd-carousel.doc .banner-title {
	color: #fff;
}
.lm-hero-banners {
	position: relative;
	z-index: 1;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	gap: 18px;
	min-height: clamp(390px, 47vw, 540px);
	margin: 0 auto 26px;
	padding: clamp(14px, 2vw, 24px) 0 0;
}
.lm-hero-stage,
.lm-hero-side {
	min-height: inherit;
}
.lm-hero-stage {
	position: relative;
	z-index: 1;
	isolation: isolate;
	contain: paint;
	overflow: hidden;
	border-radius: 8px;
	background: #2d4e57;
}
.lm-hero-slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	isolation: isolate;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity .55s ease;
}
.lm-hero-slide::before,
.lm-hero-slide::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	pointer-events: none;
}
.lm-hero-slide::before {
	background: linear-gradient(
		90deg,
		rgba(45, 78, 87, .76) 0%,
		rgba(45, 78, 87, .58) 36%,
		rgba(45, 78, 87, .22) 62%,
		rgba(45, 78, 87, .03) 82%,
		rgba(45, 78, 87, 0) 100%
	);
}
.lm-hero-slide::after {
	background: none;
}
.lm-hero-slide.is-active {
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
}
.lm-hero-slide__copy {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(88%, 820px);
	height: 100%;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	padding: clamp(30px, 4.4vw, 56px);
}
.lm-hero-slide h1 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 4.35vw, 58px);
	line-height: 1.06;
	letter-spacing: 0;
	text-shadow: 0 2px 14px rgba(10, 32, 38, .28);
	text-wrap: balance;
}
.lm-hero-slide p:not(.lm-hero-kicker) {
	max-width: 660px;
	margin: 0;
	color: rgba(255, 255, 255, .86);
	font-size: 18px;
	line-height: 1.6;
	text-shadow: 0 1px 10px rgba(10, 32, 38, .24);
	text-wrap: pretty;
}
.lm-hero-slide img {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	filter: saturate(1.03) contrast(1.02);
}
.lm-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2px;
}
.lm-hero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 8px;
	font-weight: 800;
	line-height: 1;
}
.lm-hero-button--primary {
	background: #fff;
	color: #2d4e57;
}
.lm-hero-button--primary:hover {
	background: #f2fafb;
	color: #2d4e57;
}
.lm-hero-button--light {
	border: 1px solid rgba(255, 255, 255, .58);
	background: rgba(255, 255, 255, .12);
	color: #fff;
}
.lm-hero-button--light:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .2);
	color: #fff;
}
.lm-hero-side {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 14px;
}
.lm-hero-promo {
	position: relative;
	isolation: isolate;
	contain: paint;
	display: flex;
	min-height: 0;
	flex-direction: column;
	justify-content: flex-end;
	gap: 14px;
	overflow: hidden;
	padding: clamp(24px, 3vw, 38px);
	border-radius: 8px;
	background: #2d4e57 url("./../../uploads/2025/04/action.webp") center / cover no-repeat;
	color: #fff;
}
.lm-hero-promo::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	content: "";
	background: linear-gradient(180deg, rgba(45, 78, 87, .12), rgba(45, 78, 87, .96));
}
.lm-hero-promo > * {
	position: relative;
	z-index: 1;
}
#diagnostics {
	position: relative;
	z-index: 2;
}
.lm-hero-banners ~ .vc_row,
.lm-hero-banners ~ .vc_row-full-width {
	position: relative;
	z-index: 2;
}
.lm-hero-promo span {
	width: fit-content;
	padding: 8px 11px;
	border-radius: 999px;
	background: #ff6037;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}
.lm-hero-promo strong {
	max-width: 310px;
	color: #fff;
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.08;
	text-wrap: balance;
}
.lm-hero-promo small {
	max-width: 290px;
	color: rgba(255, 255, 255, .86);
	font-size: 15px;
	line-height: 1.55;
}
.lm-hero-promo:hover {
	color: #fff;
}
.lm-hero-controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 46px 46px;
	align-items: center;
	gap: 10px;
	min-height: 58px;
}
.lm-hero-arrow[data-hero-prev] {
	grid-column: 2;
}
.lm-hero-arrow[data-hero-next] {
	grid-column: 3;
}
.lm-hero-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #2d4e57;
	cursor: pointer;
}
.lm-hero-arrow:hover {
	background: transparent;
	color: #39616d;
}
.lm-hero-arrow svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.lm-hero-dots {
	display: flex;
	grid-column: 1;
	grid-row: 1;
	justify-content: flex-start;
	padding-left: 24px;
	gap: 8px;
}
.lm-hero-dots button {
	width: 9px;
	min-width: 9px;
	max-width: 9px;
	height: 9px;
	min-height: 9px !important;
	max-height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #b9cdd2;
	cursor: pointer;
	display: block;
	line-height: 0;
	transition: background-color .2s ease, transform .2s ease;
}
.lm-hero-dots button.is-active {
	background: #2d4e57;
	transform: scale(1.18);
}
@media (max-width: 992px) {
	.lm-hero-banners {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	.lm-hero-stage {
		min-height: 500px;
	}
	.lm-hero-slide__copy {
		width: 100%;
		height: 100%;
	}
	.lm-hero-slide::before {
		background: linear-gradient(180deg, rgba(45, 78, 87, .78) 0%, rgba(45, 78, 87, .64) 31%, rgba(45, 78, 87, .2) 50%, rgba(45, 78, 87, .02) 70%, rgba(45, 78, 87, 0) 100%);
	}
	.lm-hero-slide::after {
		background: none;
	}
	.lm-hero-slide img {
		inset: 0;
		height: 100%;
		object-position: center;
	}
	.lm-hero-side {
		grid-template-rows: minmax(260px, auto) auto;
	}
}
@media (max-width: 576px) {
	.lm-hero-banners {
		gap: 12px;
		padding-top: 14px;
	}
	.lm-hero-stage {
		min-height: 540px;
	}
	.lm-hero-slide__copy {
		justify-content: flex-start;
		padding: 34px 22px 24px;
	}
	.lm-hero-slide h1 {
		font-size: 34px;
	}
	.lm-hero-slide p:not(.lm-hero-kicker) {
		font-size: 16px;
	}
	.lm-hero-actions,
	.lm-hero-button {
		width: 100%;
	}
	.lm-hero-promo {
		min-height: 245px;
		padding: 24px;
	}
	.lm-hero-controls {
		grid-template-columns: minmax(0, 1fr) 46px 46px;
	}
}
@media (max-width: 767px) {
	.lm-hero-side {
		display: block;
		min-height: auto;
	}
	.lm-hero-promo {
		display: none;
	}
	.lm-hero-controls {
		margin-top: 10px;
	}
	.medflex-round-widget .medflex-round-widget__button {
		bottom: 172px !important;
	}
}
@media (prefers-reduced-motion: reduce) {
	.lm-hero-slide,
	.lm-hero-dots button {
		transition: none;
	}
}
.leaflet-control-attribution {
	display: none;
}
a.wd-social-icon.social-whatsapp {
        --wd-social-icon: "";
        background: url(./img/color/whatsapp.svg) no-repeat;
        display: block;
        width: 42px !important;
        height: 42px !important;
        background-size: cover;
}
a.wd-social-icon.social-tg {
        --wd-social-icon: "";
        background: url(./img/color/tg.svg) no-repeat;
        display: block;
        width: 42px !important;
        height: 42px !important;
        background-size: cover;
}
.doctime.wd-timeline-wrapper
 {
    padding-block: 10px;
}
.doctime.wd-timeline-wrapper .wd-timeline-item
{
    margin-bottom: 0px;
}
.doctime.wd-timeline-wrapper .wd-timeline-item :is(.wd-timeline-title,.wd-timeline-content,.wd-timeline-image)
 {
    margin-bottom: 0px;
}
.doctime .wd-item-position-left .timeline-col.timeline-col-primary
 {
    flex: 1 1 10%;
    padding: 15px;
    max-width: 10%;
    width: 10%;
}
.doctime .wd-item-position-left .timeline-col.timeline-col-secondary
 {
    flex: 1 1 90%;
    padding: 15px;
    max-width: 90%;
    width: 90%;
}
.doctime .woodmart-timeline-dot
 {
    top: calc(50% - 6px);
    left: calc(14% - 6px);
	background-color: #2D4E57!important;
}
.doctime .woodmart-timeline-line {
    left: calc(14% - 1px);
}
.doctime .woodmart-timeline-line .line-dot {
    left: calc(14% - 5px);
}
.doctime .wd-item-position-left .timeline-col-primary .timeline-arrow,
.doctime .wd-item-position-left .timeline-col-secondary .timeline-arrow 
{
}
.wd-timeline-breakpoint.vuz {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
.wd-timeline-breakpoint.vuz .woodmart-timeline-breakpoint-title {
	background-color:#2D4D57;
	border-radius: 8px;
}
.wider img {
	width: 100%;
}
body:not(.home) .wd-nav[class*="wd-style-"]>li:first-child>a {
	color: var(--nav-color);
}
body:not(.home) .wd-nav[class*="wd-style-"]>li:first-child:hover>a {
    color: var(--nav-color-hover);
}
.wd-accordion.wd-style-default .wd-accordion-item:first-child {
	border-width: 1px!important;
}
.wd-accordion-title.wd-opener-pos-right .wd-accordion-opener {
	font-weight: 500;
    font-size: 18px;
}
.page-id-5288 .wd-nav[class*="wd-style-"]>li.menu-item-7280>a,
.page-id-7290 .wd-nav[class*="wd-style-"]>li.menu-item-7139>a,
.post-type-archive-portfolio .wd-nav[class*="wd-style-"]>li.menu-item-7135>a,
.wd-nav[class*="wd-style-"]>li.current-menu-ancestor>a {
    color: var(--nav-color-active);
}
.whb-top-bar .wd-header-text.topcolor,
.whb-top-bar .wd-header-text.topcolor a {
	color:#cb9b8c;
}
.wd-info-box.m150 {
	max-height: 150px;
}
.wd-info-box.m150 .info-box-title {
	min-height: 4.6rem;
}
.wd-info-box.m150 :is(.info-box-subtitle,.info-box-title,.info-box-inner):not(:first-child) {
    margin-top: 0px;
}
div.wpforms-container-full.cleanform .wpforms-form input[type=submit]:hover,
div.wpforms-container-full.cleanform .wpforms-form button[type=submit]:hover,
div.wpforms-container-full.cleanform .wpforms-form .wpforms-page-button:hover {
	background-color: #2D4E57;
    box-shadow: inset 0 0 200px rgb(0 0 0 / 10%);
    text-decoration: none;
}
.whiteback {
	background-color: #ffffff;
}
.spdyn {
	padding: 80px 15px;
}
.wd-wpb.vc_custom_1657457853757 {
	margin-bottom: 0px;
}
.vc_custom_1657457152905 h4 {
	font-size: 34px;
	font-weight: 300;
}
body #wa .wa__btn_popup {
	z-index: 99!important;
}
.btn.btn-style-semi-round.pinkroll {
	background-color: #2D4E57;
}
.wd-portfolio-holder .portfolio-entry .entry-header .portfolio-info .wrap-title h3.wd-entities-title {
	font-weight: 500;
}
.wd-portfolio-holder .portfolio-entry .entry-header .wd-portfolio-btns {
	display: none;
}
body #wa .wa__popup_chat_box .wa__popup_content .wa__popup_powered,
body #wa .wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item a.wa__stt:after,
body #wa .wa__popup_chat_box .wa__popup_heading:before {
	display: none!important;
}
body #wa .wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item a.wa__stt {
	border: none;
}
.pricer .wd-menu-price .menu-price-details {
	font-style: normal;
    font-size: 80%;
    padding-top: 2px;
}
.wd-search-full-screen .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion {
	background-color: #2D4E57;
	margin: 10px;
    border-radius: 5px;
}
.wd-search-full-screen .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion .suggestion-content .wd-entities-title {
	color:#fff;
}
.info-box-inner ul li a:hover {
	text-decoration: underline;
}
.revx.box-style-border .info-box-content {
	border-color: #2D4D57;
    border-width: 2px;
    padding-top: 25px;
}
.revx .info-box-content .info-btn-wrapper .wd-button-wrapper a {
	background-color: #2D4D57 !important;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 5px;
	--btn-brd-width: 0px;
}
.wd-blog-element .wd-posts article.wd-post {
	border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}
.wd-blog-element .wd-posts article.wd-post .article-body-container {
	padding: 5px 0px;
    text-align: left;
}
.wd-blog-element .wd-posts article.wd-post .article-body-container h3.post-title {
	font-size: 18px;
}
body.search.search-results .wd-posts .article-body-container .meta-categories-wrapp {
	top: -7px;
    text-align: right;
}
body.search.search-results .wd-posts .article-body-container .entry-meta.wd-entry-meta {
	display: none;
}
body.search.search-results .wd-posts .article-body-container .wd-entities-title {
	margin-top: 15px;
}
body.search.search-results .wd-posts .article-body-container .wd-entities-title mark,
.post-template-default mark.hilite {
	background: yellow;
    text-transform: lowercase;
    font-style: italic;
}
.m150 .wd-info-box :is(.info-box-subtitle,.info-box-title,.info-box-inner):not(:first-child)
 {
    margin-top: 0px;
}
.pswp .pswp__bg {
	opacity:.8!important;
}
a.btn-icon-pos-left.tbut {
	padding-left:0px;
	padding-right:0px;
	font-size: 0px;
    background: none;
	margin-left: -8px;
    margin-right: -12px;
}
a.btn-icon-pos-left.tbut .wd-btn-icon {
	background-color: #2D4E57;
	border-radius: 15px;
}
#menu-item-8209 .wd-dropdown-menu .mega-menu-list {
	margin-top: 0;
	margin-bottom: 0;
}
#menu-item-8209 .wd-dropdown-menu .container.wd-entry-content {
	padding-bottom: 18px;
}
#menu-item-8209 .wd-dropdown-menu .mega-menu-list > li {
	margin-bottom: 0;
}
#menu-item-8209 .wd-dropdown-menu .mega-menu-list > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 1.35;
}
.lm-header-action-row,
.lm-header-mobile-actions {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.lm-header-action-row .wd-button-wrapper {
	flex: 0 0 auto;
}
.lm-header-icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background-color: #2D4E57;
	color: #fff;
	text-decoration: none;
	transition: background-color .18s ease, transform .18s ease;
}
.lm-header-icon-button:hover,
.lm-header-icon-button:focus {
	background-color: #39616d;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}
.lm-header-icon-button svg,
.lm-header-icon-button img {
	display: block;
	width: 19px;
	height: 19px;
	object-fit: contain;
}
.lm-header-icon-button svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.lm-header-icon-button--phone svg {
	fill: currentColor;
	stroke: none;
}
.lm-header-icon-button--phone img {
	width: 16px;
	height: 16px;
}
.lm-header-icon-button--max img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.lm-header-mobile-actions {
	margin-right: 8px;
}
@media (max-width: 576px) {
	.lm-header-icon-button {
		width: 36px;
		height: 36px;
		border-radius: 8px;
	}
	.lm-header-mobile-actions {
		gap: 6px;
		margin-right: 6px;
	}
}

.lm-news-page,
.lm-news-article {
	padding: clamp(36px, 5vw, 70px) 0;
}
.lm-news-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
	gap: 28px;
	align-items: end;
	margin-bottom: 28px;
}
.lm-news-intro h2,
.lm-news-article h2 {
	margin: 0;
	color: #253940;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.12;
	text-wrap: balance;
}
.lm-news-intro p,
.lm-news-article__lead {
	margin: 0;
	color: #516a72;
	font-size: 18px;
	line-height: 1.65;
	text-wrap: pretty;
}
.lm-news-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}
.lm-news-card {
	display: grid;
	grid-template-columns: minmax(210px, .86fr) minmax(0, 1fr);
	overflow: hidden;
	min-height: 250px;
	border: 1px solid #d7e5e8;
	border-radius: 8px;
	background: #fff;
	transition: transform .18s ease, border-color .18s ease;
}
.lm-news-card:hover {
	transform: translateY(-2px);
	border-color: #9fbcc3;
}
.lm-news-card--featured {
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	min-height: 360px;
}
.lm-news-card__image {
	display: block;
	min-height: 100%;
	background: #eef5f6;
}
.lm-news-card__image img,
.lm-news-article__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lm-news-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 13px;
	padding: clamp(22px, 3vw, 34px);
}
.lm-news-meta {
	margin: 0;
	color: #5f7b83;
	font-size: 14px;
	font-weight: 600;
}
.lm-news-card h2 {
	margin: 0;
	color: #253940;
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1.18;
	text-wrap: balance;
}
.lm-news-card p:not(.lm-news-meta) {
	margin: 0;
	color: #516a72;
	font-size: 16px;
	line-height: 1.6;
}
.lm-news-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: auto;
	padding: 10px 16px;
	border-radius: 8px;
	background: #2d4e57;
	color: #fff;
	font-weight: 700;
}
.lm-news-link:hover {
	background: #39616d;
	color: #fff;
}
.lm-news-empty {
	padding: 30px;
	border: 1px dashed #bcd1d6;
	border-radius: 8px;
	color: #516a72;
}
.lm-news-article {
	max-width: 980px;
	margin: 0 auto;
}
.lm-news-article__header {
	display: grid;
	gap: 18px;
	margin-bottom: 28px;
}
.lm-news-article__media {
	overflow: hidden;
	margin: 8px 0 0;
	border-radius: 8px;
	background: #eef5f6;
	aspect-ratio: 16 / 9;
}
.lm-news-article__content {
	display: grid;
	gap: 18px;
	max-width: 760px;
	color: #3f5961;
	font-size: 18px;
	line-height: 1.75;
}
.lm-news-article__content p,
.lm-news-article__content ul {
	margin: 0;
}
.lm-news-article__content ul {
	padding-left: 20px;
}
.lm-news-article__back {
	margin-top: 34px;
}
@media (max-width: 992px) {
	.lm-news-intro,
	.lm-news-card,
	.lm-news-card--featured {
		grid-template-columns: 1fr;
	}
	.lm-news-card__image {
		aspect-ratio: 16 / 10;
	}
}
@media (max-width: 576px) {
	.lm-news-page,
	.lm-news-article {
		padding: 30px 0;
	}
	.lm-news-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.lm-news-card__body {
		padding: 20px;
	}
	.lm-news-intro h2,
	.lm-news-article h2 {
		font-size: 29px;
	}
}
@media (max-width: 576px) {
a.creator {
    width: 70px;
    float: left;
	margin-bottom: 20px;
}
.wd-header-search.wd-tools-element a span.wd-tools-icon {
	color: #2D4E57;
}
.main-footer .wd-list.wd-fontsize-m {
    font-size: 14px;
}
.whb-main-header .wd-tools-element>a {
	color: #cb9b8c;
}
.revx.box-style-border.box-icon-align-left .info-box-content {
    padding: 20px;
    padding-bottom: 30px;
}
.medflex-round-widget .medflex-round-widget__button {
		width: 60px;
        height: 60px;
        font-size: 12px;
        left: inherit;
        bottom: 128px;
        right: 16px;
        border: 2px solid #fff;
		z-index: 15;
}
#mologo {
	top: 10px;
    position: absolute;
    max-width: 156px;
}
#menu-main-menu.mobile-pages-menu {
	margin-top: 70px;
}
}

.lm-site-footer {
	margin-top: 0;
	background-color: #2D4D57 !important;
	color: rgba(255, 255, 255, .82);
}
.lm-site-footer *,
.lm-site-footer *::before,
.lm-site-footer *::after {
	box-sizing: border-box;
}
.lm-site-footer__inner {
	padding-top: 52px;
	padding-bottom: 22px;
}
.lm-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(170px, 1fr));
	gap: 42px;
}
.lm-site-footer h2,
.lm-site-footer h3,
.lm-site-footer p,
.lm-site-footer address {
	margin: 0;
}
.lm-site-footer h2,
.lm-site-footer h3 {
	color: #fff;
	font-family: var(--wd-title-font, "Ubuntu Sans", Arial, sans-serif);
	line-height: 1.3;
}
.lm-site-footer h2 {
	max-width: 330px;
	font-size: 21px;
	text-wrap: balance;
}
.lm-site-footer h3 {
	margin-bottom: 16px;
	font-size: 15px;
}
.lm-site-footer address {
	display: grid;
	gap: 8px;
	margin-top: 18px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	font-style: normal;
	line-height: 1.55;
}
.lm-site-footer__contacts {
	display: grid;
	gap: 5px;
	margin-top: 18px;
}
.lm-site-footer a {
	color: rgba(255, 255, 255, .82);
	text-decoration: none;
	transition: color .16s ease;
}
.lm-site-footer a:hover,
.lm-site-footer a:focus {
	color: #fff;
	text-decoration: none;
}
.lm-site-footer__contacts a {
	width: fit-content;
	font-size: 14px;
	font-weight: 650;
}
.lm-site-footer__social {
	margin-top: 24px;
}
.lm-site-footer__social h3 {
	margin-bottom: 10px;
}
.lm-site-footer__max {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 38px;
	padding: 7px 12px 7px 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	font-size: 14px;
	font-weight: 700;
}
.lm-site-footer__max img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.lm-site-footer__nav ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.lm-site-footer__nav li {
	margin: 0;
	padding: 0;
}
.lm-site-footer__nav a {
	display: inline-block;
	font-size: 13px;
	line-height: 1.45;
}
.lm-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 38px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .64);
	font-size: 12px;
	line-height: 1.5;
}
.lm-site-footer__bottom p {
	margin: 0;
}
.lm-site-footer__credit {
	text-align: right;
}
@media (max-width: 1024px) {
	.lm-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 48px;
	}
}
@media (max-width: 600px) {
	.lm-site-footer__inner {
		padding-top: 40px;
		padding-bottom: 18px;
	}
	.lm-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}
	.lm-site-footer__nav ul {
		gap: 8px;
	}
	.lm-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		margin-top: 32px;
		padding-top: 18px;
	}
	.lm-site-footer__credit {
		text-align: left;
	}
}
@media (prefers-reduced-motion: reduce) {
	.lm-site-footer a {
		transition: none;
	}
}
