@font-face {
	font-family: 'Clash Grotesk';
	src: url(../font/ClashGrotesk-Variable.woff2) format('woff2'), url(../font/ClashGrotesk-Variable.woff) format('woff'), url(../font/ClashGrotesk-Variable.ttf) format('truetype');
	font-weight: 200 700;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: 'Clash Grotesk';
	src: url(../font/ClashGrotesk-Extralight.woff2) format('woff2'), url(../font/ClashGrotesk-Extralight.woff) format('woff'), url(../font/ClashGrotesk-Extralight.ttf) format('truetype');
	font-weight: 200;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: 'Clash Grotesk';
	src: url(../font/ClashGrotesk-Light.woff2) format('woff2'), url(../font/ClashGrotesk-Light.woff) format('woff'), url(../font/ClashGrotesk-Light.ttf) format('truetype');
	font-weight: 300;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: 'Clash Grotesk';
	src: url(../font/ClashGrotesk-Regular.woff2) format('woff2'), url(../font/ClashGrotesk-Regular.woff) format('woff'), url(../font/ClashGrotesk-Regular.ttf) format('truetype');
	font-weight: 400;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: 'Clash Grotesk';
	src: url(../font/ClashGrotesk-Medium.woff2) format('woff2'), url(../font/ClashGrotesk-Medium.woff) format('woff'), url(../font/ClashGrotesk-Medium.ttf) format('truetype');
	font-weight: 500;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: 'Clash Grotesk';
	src: url(../font/ClashGrotesk-Semibold.woff2) format('woff2'), url(../font/ClashGrotesk-Semibold.woff) format('woff'), url(../font/ClashGrotesk-Semibold.ttf) format('truetype');
	font-weight: 600;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: 'Clash Grotesk';
	src: url(../font/ClashGrotesk-Bold.woff2) format('woff2'), url(../font/ClashGrotesk-Bold.woff) format('woff'), url(../font/ClashGrotesk-Bold.ttf) format('truetype');
	font-weight: 700;
	font-display: swap;
	font-style: normal
}

:root {
	--dynamic-height: calc(var(--vh, 1vh) * 100);
	--yellow: #f7a706
}

.cookie-consent-popup {
	width: 40vw;
	max-width: 920px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 20px;
	border-radius: 5px;
	background-color: #000;
	text-align: left
}

.cookie-consent-popup.open {
	bottom: 20px
}

.cookie-consent-top-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.cookie-consent-message {
	margin-right: 20px;
	padding-right: 20px;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	border-right: 1px solid #ffffff40
}

.cookie-consent-message .cookie-consent-text {
	margin-right: 7px
}

.cookie-consent-message a {
	color: var(--yellow)
}

.cookie-consent-top-wrapper button {
	font-size: 10px;
	white-space: nowrap;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background: 0 0;
	border: 1px solid var(--yellow);
	border-radius: 3px;
	margin-right: 10px;
	padding: 6px 10px;
	font-weight: 500;
	outline: 0;
	box-shadow: none
}

.cookie-consent-top-wrapper button:last-child {
	margin-right: 0
}

.cookie-consent-top-wrapper button:hover {
	border-color: #fff
}

.cookie-consent-top-wrapper .cookie-consent-accept-all {
	background-color: var(--yellow);
	color: #000
}

.cookie-consent-controls .cookie-consent-save:hover,
.cookie-consent-top-wrapper .cookie-consent-accept-all:hover {
	border-color: #fff;
	background-color: #fff;
	color: #000
}

.cookie-consent-controls {
	display: none;
	padding: 0;
	color: #fff;
	font-size: 12px
}

.cookie-consent-controls.open {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto;
	justify-content: center;
	margin-top: 20px
}

.cookie-consent-controls label {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	margin-right: 15px;
	cursor: pointer
}

.cookie-consent-controls label:last-of-type {
	margin-right: 0
}

.cookie-consent-controls label input {
	margin-right: 10px;
	cursor: pointer
}

.cookie-consent-popup input[type=checkbox] {
	display: block;
	border-radius: 3px;
	border-color: #fff
}

.cookie-consent-popup input[type=checkbox]:after,
.cookie-consent-popup input[type=checkbox]:before {
	background: #000
}

.cookie-consent-popup input[type=checkbox]:before {
	transform: rotate(-45deg)
}

.cookie-consent-popup input[type=checkbox]:after {
	transform: rotate(45deg)
}

.cookie-consent-controls .cookie-consent-save {
	display: block;
	grid-column: 1/4;
	width: 100%;
	margin-top: 20px;
	border-radius: 3px;
	padding: 6px 10px;
	background: 0 0;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid var(--yellow);
	font-weight: 500;
	font-size: 10px;
	outline: 0;
	box-shadow: none
}

.cookie-consent-details {
	display: none;
	flex-direction: column;
	text-align: left;
	background: #ffffff17;
	border-radius: 5px;
	padding: 20px;
	color: #fff;
	font-size: 13px
}

.cookie-consent-details.open {
	display: flex;
	margin-top: 20px
}

.cookie-consent-details label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600
}

.cookie-consent-details table {
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff26
}

.cookie-consent-details table:last-child {
	margin-bottom: 0
}

.cookie-consent-details table td {
	padding-bottom: 10px;
	color: #ffffffab
}

.cookie-consent-details table td:last-child {
	text-align: right
}

input[type=checkbox],
input[type=radio] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 1px solid #000;
	border-radius: .25em;
	transform: translateY(-.075em);
	display: grid;
	place-content: center
}

input[type=checkbox]::before,
input[type=radio]::before {
	content: "";
	width: .65em;
	height: .65em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #000;
	background-color: CanvasText
}

input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
	transform: scale(1)
}

.acceptance input {
	float: left;
	margin-right: 10px
}

.col-map-contact {
	padding-left: 40px !important;
	padding-right: 40px !important
}

.col-map-contact .module-code {
	margin-bottom: 25px !important
}

.c-form .check,
.c-form .radio {
	display: inline-block;
	width: 48%
}

.checkbox>label,
.radiobox>label {
	display: block;
	font-weight: 500;
	color: #000;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: 1px
}

.check label,
.radio label {
	position: relative;
	padding-left: 33px
}

.check label input,
.radio label input {
	position: absolute;
	left: 0;
	top: 4px
}

.c-form .add-border {
	position: relative;
	padding-bottom: 1rem
}

.c-form .add-border:after {
	position: absolute;
	height: 1px;
	bottom: 0;
	left: -19px;
	right: -14px;
	background-color: rgba(0, 0, 0, .2);
	content: ''
}

.camp_obligatoriu {
	display: block;
	color: #f7a707;
	margin-top: 3px;
	margin-bottom: 10px
}

.search-toggle::after,
.search-toggle::before {
	display: none
}

.col-lg-24 {
	flex-basis: 20%;
	max-width: 20%;
	padding-left: 10px;
	padding-right: 10px
}

.row-p-items-grid {
	padding-left: 10px;
	padding-right: 10px
}

.col-p-item-grid {
	padding-left: 10px !important;
	padding-right: 10px !important
}

.scale-down {
	padding-bottom: 60% !important
}

html {
	font-size: 19px
}

body {
	font-family: 'Clash Grotesk', sans-serif;
	color: #000;
	letter-spacing: .4px
}

.row {
	margin-left: -20px !important;
	margin-right: -20px !important
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-left: 20px;
	padding-right: 20px
}

.pt-40 {
	padding-top: 40px !important
}

.pb-40 {
	padding-bottom: 40px !important
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important
}

main {
	font-size: 19px;
	line-height: 1.2em;
	font-weight: 400
}

.site-error,
main {
	min-height: calc(100vh - 252px)
}

p {
	margin-bottom: 10px
}

.site-error {
	text-align: center
}

.site-error h1 {
	font-size: 100px;
	font-weight: 600
}

.site-error-message {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px
}

#site-error-image svg path {
	transition: .5s ease-out;
	opacity: 0;
	transform-origin: center
}

#site-error-image svg path:nth-child(1n+2) {
	transform: translate(30px, 0)
}

#site-error-image svg path:nth-child(2n+2) {
	transform: translate(-30px, 0)
}

#site-error-image.loaded svg path {
	transform: none;
	opacity: 1
}

#thank-you-image svg path {
	transition: .5s ease-out;
	opacity: 0;
	transform-origin: center
}

#thank-you-image svg path:nth-child(1n+2) {
	transform: translate(30px, 0)
}

#thank-you-image svg path:nth-child(2n+2) {
	transform: translate(-30px, 0)
}

#thank-you-image.loaded svg path {
	transform: none;
	opacity: 1
}

.alert {
	border-radius: 5px
}

.alert-danger {
	color: #fff;
	background-color: #e31e24;
	border-color: #e31e24
}

.bg-grey {
	background: #f0f0f0
}

b,
strong {
	font-weight: 500
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-header-main-title,
.section-title-module>*,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000
}

a {
	color: #f7a707;
	transition: .2s
}

a:hover {
	text-decoration: none;
	color: #f5b942
}

.btn {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	background: #000;
	border-color: #000;
	color: #fff;
	padding: 10px 20px;
	line-height: 20px;
	border-radius: 7px;
	transition: .2s;
	text-transform: uppercase;
	box-shadow: none !important;
	letter-spacing: 1px
}

.btn-primary {
	padding-right: 72px;
	border-width: 0
}

.btn-primary:before {
	display: block;
	position: absolute;
	content: '';
	background: #f7a707;
	width: 45px;
	height: 100%;
	right: -1px;
	top: 0;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 13px;
	transition: .2s
}

.btn-primary:after {
	content: '';
	background: url(/uploads/icon/arrow-right.svg) no-repeat center;
	position: absolute;
	right: 13px;
	top: 0;
	display: block;
	width: 15px;
	height: 100%;
	background-size: contain;
	transition: .4s;
	z-index: 2
}

.btn-secondary {
	border-color: #000;
	background-color: transparent;
	border-width: 1px;
	color: #000;
	text-transform: none;
	font-family: 'Clash Grotesk', sans-serif;
	font-weight: 500;
	padding-top: 9px;
	padding-bottom: 9px
}

.btn-secondary:hover {
	color: #000;
	border-color: #000;
	background-color: #fff
}

.page-header .btn-primary:after {
	background: url(/uploads/icon/arrow-down.svg) no-repeat center
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
	border-color: rgba(0, 0, 0, .8);
	background-color: rgba(0, 0, 0, .8)
}

.btn-primary:hover:after {
	transform: translateX(10px)
}

.btn-primary:hover:before {
	transform: translateX(7px)
}

.btn-to-configurator .btn-primary {
	background-color: #f7a707
}

.btn-to-configurator .btn-primary:hover {
	background-color: #f5b12a
}

.btn-to-configurator .btn-primary:before {
	background-color: #000
}

.btn-to-configurator .btn-primary:after {
	background-image: url(/uploads/icon/config.svg)
}

.btn-to-configurator .btn-primary:hover:after {
	transform: translateX(7px) rotate(-45deg)
}

.page-header .btn-primary:hover:after,
.page-header .btn-primary:hover:before {
	transform: none
}

.has-breadcrumbs main {
	padding-top: 130px
}

.breadcrumbs {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	z-index: 20;
	background: #000;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase
}

.breadcrumbs-inner {
	display: inline-block
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
	background: 0 0;
	align-items: center;
	align-content: center;
	color: #fff;
	height: 50px
}

.breadcrumbs ul li:after {
	display: inline-block;
	content: '/';
	color: rgba(255, 255, 255, .6);
	margin: 0 4px
}

.breadcrumbs ul li:last-child::after {
	display: none
}

.breadcrumbs ul li a {
	color: #fff;
	transition: .2
}

.breadcrumbs ul li.active {
	color: rgba(255, 255, 255, .6)
}

.breadcrumbs ul li a:hover {
	color: #f7a707
}

.main-add-lines {
	position: relative
}

.main-add-lines:after,
.main-add-lines:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background: rgba(0, 0, 0, .2);
	bottom: -3rem;
	z-index: 3
}

.main-add-lines:before {
	left: 40px
}

.main-add-lines:after {
	right: 40px
}

.container {
	max-width: 100%;
	padding-left: 60px;
	padding-right: 60px
}

.logo {
	max-height: 40px;
	width: 100%
}

.mw-50 {
	max-width: 50%;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center
}

header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, .75);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	z-index: 5000;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px)
}

.header-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center
}

#main-navbar {
	padding: 0;
	width: calc(100% - (171px * 2))
}

#main-navbar .navbar-nav {
	width: 100%;
	justify-content: space-around;
	align-items: center
}

.header-brand,
.header-shop-button {
	width: 171px;
	padding: 0 40px;
	height: 80px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

.header-brand {
	border-right: 1px solid rgba(0, 0, 0, .2)
}

.header-shop-button {
	border-left: 1px solid rgba(0, 0, 0, .2)
}

.header-shop-icon svg {
	margin-left: -8px
}

.header-shop-text {
	display: block
}

.header-shop-text,
.nav-link-style,
header .nav-link {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: uppercase
}

.header-shop-text,
header .nav-link {
	color: #000
}

header .active>.nav-link,
header .nav-link:hover {
	color: #f7a707
}

header .search-toggle>svg path {
	transition: .2s
}

header .search-toggle:hover>svg path {
	stroke: #f7a707
}

.header-shop-button a svg path {
	transition: .2s
}

.header-shop-button a:hover svg path {
	fill: #f7a707
}

.header-shop-text {
	transition: .2s
}

.header-shop-text {
	font-size: 10px;
	font-weight: 600;
	margin-top: 3px
}

.header-shop-button a:hover .header-shop-text {
	color: #f7a707
}

.main-nav-item {
	position: relative
}

.main-nav-item.dropdown {
	padding-right: 10px
}

.main-nav-item .toggle-menu {
	position: absolute;
	top: 3px;
	right: 0;
	cursor: pointer
}

.toggle-menu .dropdown-icon path {
	transition: .25s;
	transform-origin: center
}

.toggle-menu:hover .dropdown-icon path {
	stroke: #f7a707
}

.toggle-menu:not(.collapsed) .dropdown-icon path:nth-child(1) {
	transform: rotate(90deg)
}

.toggle-menu:not(.collapsed) .dropdown-icon path:nth-child(2) {
	transform: rotate(90deg) scaleX(0)
}

.dropdown-menu {
	display: initial;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	border: 0;
	background: #000;
	top: 58px;
	min-width: 200px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.dropdown-menu .nav-item:first-child {
	margin-top: 1rem
}

.dropdown-menu .nav-item:last-child {
	margin-bottom: 1rem
}

.dropdown-menu .nav-item .nav-link {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	padding: .5rem 1.5rem
}

.dropdown-menu .nav-item.active>.nav-link {
	color: #f7a707
}

.dropdown-menu .nav-item .nav-link:hover {
	color: #f7a707
}

.main-nav-item .nav-link.search-toggle {
	padding-top: 6px
}

.section-cards-img-text {
	padding-left: 10px;
	padding-right: 10px
}

.col-wrap-to-card-img-above-text {
	margin-bottom: 20px !important;
	padding-left: 10px;
	padding-right: 10px
}

.logo-parchet img {
	max-width: 140px;
	padding: 20px;
	background: #f7a707;
	border-radius: 5px
}

.row-p-items-parchet .row-p-items-grid {
	margin-bottom: 0
}

.gallery-models-slider:after,
.gallery-models-slider:before {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 20%;
	z-index: 2
}

.gallery-models-slider.gray:before {
	background: linear-gradient(90deg, rgb(240 240 240) 38%, rgba(255, 255, 255, 0) 100%) !important
}

.gallery-models-slider.gray:after {
	background: linear-gradient(-90deg, rgb(240 240 240) 38%, rgba(255, 255, 255, 0) 100%) !important
}

.gallery-models-slider:before {
	left: 0;
	background: linear-gradient(90deg, rgb(255 255 255) 38%, rgba(255, 255, 255, 0) 100%)
}

.gallery-models-slider:after {
	right: 0;
	background: linear-gradient(-90deg, rgb(255 255 255) 38%, rgba(255, 255, 255, 0) 100%)
}

.gallery-models-slider img {
	height: 300px;
	transition: all .3s ease-in-out
}

.gallery-models-slider img:hover {
	cursor: zoom-in
}

.gallery-models-slider .slick-slide:not(.slick-center) img {
	transform: scale(.7);
	opacity: .7
}

footer {
	position: relative;
	background: #000;
	color: #fff;
	padding: 2rem 0;
	z-index: 2;
	padding-bottom: 20px
}

.footer-item-title {
	position: relative
}

.footer-item-title .fickle-content {
	display: none
}

.footer-item-title a,
.footer-item-title h4,
.footer-item-title paragraph {
	display: block;
	margin-bottom: .5rem;
	line-height: 1.2em;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px
}

.footer-menu a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, .6);
	padding: 3px 0
}

.footer-menu a:hover {
	color: rgba(255, 255, 255, .8)
}

.footer-address-module {
	color: rgba(255, 255, 255, .6);
	font-size: 16px
}

.footer-address-module p:first-child {
	color: #fff
}

.footer-logo-module {
	margin-bottom: 20px
}

.custom-social-link {
	display: inline-block;
	margin-right: .5rem
}

.custom-social-link:last-child {
	margin-right: 0
}

.custom-social-link svg path {
	transition: .2s
}

.social-link-facebook:hover svg path {
	fill: #1877f2
}

.social-link-instagram:hover svg path {
	stroke: #c32aa3
}

.social-link-tiktok:hover svg path {
	stroke: #c32aa3
}

.social-link-twitter:hover svg path {
	fill: #1da1f2
}

.social-link-youtube:hover svg path:first-child {
	fill: red
}

footer .module-social {
	margin-top: 1rem
}

footer>.container:first-child>.builder-row {
	flex-wrap: nowrap;
	justify-content: space-between
}

footer .col-footer {
	flex-basis: unset;
	max-width: unset;
	width: auto;
	max-width: 220px;
	padding: 0
}

.page-header {
	position: relative;
	padding-top: 80px;
	z-index: 5
}

.acasa .main-add-lines {
	padding-top: 0 !important
}

.interiorpage .page-header {
	padding-bottom: 80px
}

.interiorpage:not(.has-breadcrumbs) .page-header {
	padding-top: 150px
}

.page-header-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center
}

.row-page-header {
	align-items: center
}

.homepage .page-header .container {
	padding-left: 40px;
	padding-right: 40px
}

.homepage .row-page-header {
	min-height: calc(100vh - 80px)
}

.page-header .page-description {
	max-width: 850px;
	background: rgba(255, 255, 255, .75);
	padding: 70px 50px;
	border-radius: 5px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px)
}

.page-description p {
	max-width: 650px
}

.page-description p:first-of-type {
	font-weight: 500
}

.homepage .page-description p:last-child {
	margin-top: 40px;
	margin-bottom: 0
}

.page-header-subtitle,
.section-subtitle-module>* {
	font-size: 19px;
	font-size: calc(16px + (19 - 16) * ((100vw - 300px)/ (1600 - 300)));
	color: #f7a707;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	max-width: unset;
	margin-bottom: 5px;
	line-height: 1.4
}

.page-header-main-title {
	font-size: 50px;
	line-height: 1.18em !important;
	letter-spacing: 1px;
	max-width: unset !important;
	font-weight: 500;
	margin-bottom: 30px
}

.project-content h2,
.section-title-module>* {
	font-size: 33px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 25px
}

.project-content {
	max-width: 1000px;
	margin: auto !important
}

.project-gallery {
	margin: 3rem 0 20px
}

.project-single-image {
	display: flex;
	justify-content: center;
	margin: 3rem 0 20px;
	text-align: center
}

.project-single-image img {
	max-height: 400px;
	width: auto !important;
	border-radius: 5px
}

.project-gallery .gallery-slider-arrow-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0
}

.project-gallery .btn-slick-prev {
	left: 0;
	transform: translate(calc(-100% - 10px), -50%)
}

.project-gallery .btn-slick-next {
	right: 0;
	transform: translate(calc(100% + 10px), -50%)
}

.project-gallery figure {
	padding: 0 10px;
	margin-bottom: 0
}

.project-gallery img {
	height: 400px;
	width: 100%;
	border-radius: 5px;
	object-fit: cover
}

.project-video {
	border-radius: 5px;
	overflow: hidden;
	margin: 3rem 0 20px
}

.project-video .vjs-big-play-button {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.project-video .video-js {
	width: 100%;
	height: 100%
}

.project-video video {
	position: relative !important
}

.section-title-module.mb-0>* {
	margin-bottom: 0
}

.row-p-items-parchet .col-lg-24,
.row-p-items-usi-interior .col-lg-24 {
	flex-basis: 20%;
	max-width: 20%;
	padding-left: 10px;
	padding-right: 10px
}

.parchet-gallery-slick-slider {
	margin-bottom: 0 !important
}

.parchet-gallery-slick-slider .slick-dots {
	bottom: 20px
}

.row-p-items-parchet .p-item-grid .p-item-grid-title {
	position: absolute;
	margin: 0;
	bottom: 10px;
	left: 15px;
	right: 20px;
	z-index: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.row-p-items-parchet .p-item-grid .p-item-grid-title h3 {
	margin: 0;
	color: #fff
}

.row-p-items-parchet .p-item-grid .p-item-grid-title h3 a {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 300
}

.row-p-items-parchet .p-item-grid-image:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	pointer-events: none;
	background: linear-gradient(0deg, rgb(0 0 0 / 40%) 0, rgba(0, 0, 0, 0) 100%);
	z-index: 1
}

.row-projects-items .module-category {
	padding: 0 20px
}

.p-item-a {
	position: relative;
	padding: 20px;
	border-radius: 5px;
	background: #f0f0f0;
	margin-bottom: 40px
}

.p-item-images-wrapper {
	position: relative;
	perspective: 200px
}

.p-item-a-desc {
	font-weight: 400;
	min-height: 45px
}

.p-item-a-img1,
.p-item-a-img2 {
	cursor: pointer;
	transition: .4s
}

.p-item-a-img1 {
	position: relative;
	width: 45%;
	height: 0;
	padding-bottom: 60%;
	transform-origin: left
}

.p-item-a-img1:hover {
	transform: rotateY(5deg)
}

.p-item-a-img2 {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 60%;
	width: calc(55% - 20px);
	transform-origin: right
}

.p-item-a-img2:hover {
	transform: rotateY(3deg)
}

.p-item-a-img1 img,
.p-item-a-img2 img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.p-item-a-title {
	margin-top: 1rem
}

.p-item-a-title>* {
	font-size: 24px;
	cursor: pointer;
	transition: .2s;
	letter-spacing: 1px;
	text-transform: uppercase
}

.p-item-a-title>:hover {
	color: #f7a707
}

.row-home-services {
	position: relative
}

.col-home-service-items {
	position: relative
}

.fickle-service-item {
	width: 50%;
	float: left;
	padding: 40px 20px
}

.fickle-service-item .fickle-title .fickle-title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px
}

.fickle-service-item:nth-child(2n+1) {
	clear: both
}

.fickle-service-item .fickle-image {
	display: block;
	margin-bottom: 1.5rem
}

.fickle-service-item img {
	height: 60px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain
}

.project-media-slider {
	background: #fff;
	border-radius: 5px
}

.windows-fickle-section {
	padding-left: 30px;
	padding-right: 30px;
	row-gap: 20px
}

.windows-fickle-section .col-lg-4 {
	padding: 0 10px
}

.windows-fickle-section .module-fickle {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #f5f5f5;
	padding: 20px;
	border-radius: 5px;
	height: 100%
}

.windows-fickle-section .fickle-image {
	width: 80px;
	height: 80px;
	margin-right: 0;
	background-color: #e21e23;
	border-radius: 100%;
	padding: 15px;
	margin-bottom: 15px
}

.windows-fickle-section .fickle-image img {
	filter: invert(1)
}

.windows-fickle-section .module-fickle h4 {
	font-size: 22px
}

.windows-fickle-section .fickle-text-content {
	max-width: 310px
}

.windows-fickle-section .fickle-text-content p {
	margin-bottom: 0
}

.bullet-info {
	position: absolute;
	pointer-events: none
}

.bullet-info:after,
.bullet-info:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -7.5px;
	transform: translateX(-50%);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #c00;
	cursor: pointer;
	transition: all .3s ease-in
}

.bullet-info:before {
	pointer-events: all
}

.bullet-info:after {
	border: 1.4px solid #c00;
	animation: pulse .9s ease-out infinite;
	transition: all .3s ease-in;
	background-color: transparent
}

.bullet-info p {
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	margin-bottom: 0;
	background: #000000c7;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	opacity: 0;
	transition: all .3s ease-in;
	min-width: 150px;
	max-width: 300px;
	font-size: 16px;
	line-height: 1em;
	text-align: center
}

.bullet-info.active p {
	opacity: 1
}

.bullet-info.active:before {
	width: 10px;
	height: 10px
}

.bullet-info.active:after {
	width: 1px;
	height: 30px;
	animation: none;
	background: #cc0100;
	border: none
}

.bullet-info.calitate-1 {
	top: 30%;
	left: calc(40px + 35%)
}

.bullet-info.calitate-2 {
	bottom: 25%;
	left: calc(40px + 27%)
}

.bullet-info.calitate-3 {
	bottom: 60%;
	right: calc(40px + 15%)
}

.bullet-info.aluminum-1 {
	top: 45%;
	left: calc(40px + 23%)
}

.bullet-info.aluminum-2 {
	top: 45%;
	right: calc(40px + 23%)
}

.bullet-info.verklebte {
	top: 48%;
	left: calc(40px + 49%)
}

.bullet-info.design-1 {
	top: 37%;
	left: calc(40px + 25%)
}

.bullet-info.design-2 {
	bottom: 30%;
	right: calc(40px + 21%)
}

.bullet-info.design-3 {
	bottom: 43%;
	right: calc(40px + 25%)
}

@keyframes pulse {
	0% {
		transform: translateX(-50%) scale(1);
		opacity: 1
	}

	to {
		transform: translateX(-50%) scale(2.2);
		opacity: 0
	}
}

@media (min-width:991px) {
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.flex-3 .col-p-item-grid {
		flex-basis: 33.33%;
		max-width: 33.33%
	}

	.flex-3 .p-item-grid-image img {
		height: 300px
	}

	.custom-ul {
		min-height: 80px
	}

	.col-collection-desc {
		padding-left: 40px;
		padding-right: 40px
	}

	.home-about-image img {
		min-height: 400px
	}

	.projects-row {
		padding-left: 10px;
		padding-right: 10px
	}

	.row-home-services:before {
		content: '';
		height: 1px;
		width: calc(50% - 40px);
		background: rgba(0, 0, 0, .2);
		position: absolute;
		top: 50%;
		right: 40px
	}

	.col-home-service-items:after {
		content: '';
		width: 1px;
		background: rgba(0, 0, 0, .2);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 50%
	}

	.row-p-items-parchet .p-item-grid-image,
	.row-p-items-usi-interior .p-item-grid-image {
		padding-top: 60%
	}

	.row-p-items-parchet .p-item-grid-image img,
	.row-p-items-usi-interior .p-item-grid-image img {
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%
	}

	body[data-pagetype=posts] .general-about-image img {
		height: 500px;
		width: 100%
	}

	.general-about-image img,
	.home-about-image img {
		height: 50vh !important;
		width: 100%
	}
}

.mid-line {
	position: relative
}

.mid-line:after {
	position: absolute;
	height: 100%;
	width: 1px;
	background: rgba(0, 0, 0, .2);
	left: calc(50% - .5px);
	top: 0;
	content: ''
}

.home-services-desc {
	padding: 40px 20px;
	max-width: 600px
}

.py-lg-5.section-desc-img,
.py-lg-5.section-img-desc {
	padding-top: 40px !important;
	padding-bottom: 40px !important
}

.home-about-desc {
	padding: 0 20px
}

.general-about-image,
.home-about-image {
	padding:  20px 0;
}

.general-about-image {
	margin-bottom: 0 !important;
	
}

.center-image, .center-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.stress-icon {
	padding: 0 !important;
	height: auto !important
}

.stress-icon img {
	position: relative !important;
	height: auto;
	max-width: 100px
}

.general-about-text {
	padding: 0 20px;
	margin-top: 20px
}

.general-about-text p {
	margin-bottom: 0;
	text-align: center
}

.general-about-image img,
.home-about-image img {
	border-radius: 5px
}

.general-about-image,
.home-about-image {
	height: 100%;
}

.general-about-image img,
.home-about-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.general-about-image.force-contain {
	border-radius: 5px;
	overflow: hidden
}

.general-about-slider .slick-dots {
	left: 0
}

.fit-contain img {
	object-fit: contain
}

.border-horizontal {
	border-top: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.border-top {
	border-top: 1px solid rgba(0, 0, 0, .2) !important
}

.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .2) !important
}

.project-media-slide-image {
	overflow: hidden
}

.project-grid-item {
	position: relative;
	border-radius: 5px;
	background: #f5f5f5;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 40px
}

.project-grid-item-content {
	padding: 0 15px 15px
}

.project-grid-item-image {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 60%;
	height: 0
}

.project-grid-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.project-grid-item-title {
	margin-bottom: 10px
}

.project-grid-item-title>* {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 10px
}

.project-grid-item-title a {
	color: #000;
	font-size: 24px
}

.post-grid-item {
	position: relative;
	border-radius: 5px;
	background: #f5f5f5;
	overflow: hidden;
	font-size: 16px;
	display: flex;
    flex-direction: column;
    height: 100%;
}

.post-grid-item-content {
	padding: 0 15px 15px
}

.post-grid-item-author-date {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 10px
}

.post-grid-item-author-date span {
	color: #c9c9c9;
	font-weight: 500;
	text-transform: capitalize;
	margin-right: 5px
}

.post-grid-item-author-date strong {
	color: #000;
	font-weight: 500;
	text-transform: capitalize
}

.post-grid-item-image {
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 60%
}

.post-grid-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.post-grid-item-title {
	margin-bottom: 10px
}

.post-grid-item-title>* {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1em;
	color: #000
}

.post-grid-item-title>:hover {
	color: #000
}

.dl-lightbox .gallery-slider-arrow-button svg rect {
	fill: #fff
}

.dl-lightbox .gallery-slider-arrow-button svg path {
	stroke: #000
}

.section-parteneri>.container>.row {
	margin-left: -10px;
	margin-right: -10px
}

.section-parteneri>.container>.row .col-parteneri {
	padding-left: 20px;
	padding-right: 20px
}

.col-parteneri.half {
	display: flex;
	justify-content: center;
	column-gap: 40px
}

.col-parteneri.half .module-image {
	min-width: 200px
}

.col-parteneri .module-image {
	background: #f7a707;
	padding: 0 20px;
	border-radius: 5px;
	height: 100px;
	display: flex;
	align-items: center
}

.col-parteneri .module-image img {
	max-width: 100px;
	margin: auto
}

.gallery-models-slider img {
	height: 450px;
	margin: auto
}

.gallery-models-slider-arrows {
	text-align: center
}

.row-links-to-product {
	max-width: 1400px;
	margin-left: auto !important;
	margin-right: auto !important;
	justify-content: center
}

.fickle-link-to-product {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden
}

.fickle-link-to-product .fickle-title>.fickle-title,
.p-item-grid-title h1,
.p-item-grid-title h2,
.p-item-grid-title h3,
.p-item-grid-title h4,
.p-item-grid-title h5,
.p-item-grid-title h6,
.p-item-grid-title p {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 500
}

.fickle-link-to-product .fickle-title>.fickle-title a,
.p-item-grid-title a {
	color: #000
}

.fickle-link-to-product .fickle-title>.fickle-title a:hover,
.p-item-grid-title a:hover {
	color: #f7a707
}

.fickle-link-to-product .fickle-image,
.p-item-grid-image {
	display: block;
	margin-right: 0;
	border-radius: 5px;
	overflow: hidden
}

.fickle-link-to-product .fickle-image {
	position: relative;
	padding-top: 80%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	border-radius: 10px 10px 5px 5px
}

.fickle-link-to-product .fickle-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.fickle-link-to-product .fickle-image img,
.p-item-grid-image img {
	max-height: none;
	width: 100%;
	-moz-transition: transform .3s;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	transform: scale(1.015)
}

.fickle-link-to-product .fickle-image:hover img,
.p-item-grid-image:hover img {
	transform: scale(1.05)
}

.fickle-additional-html-code,
.p-item-grid-image-btn {
	position: absolute;
	background: #f5b942;
	top: 0;
	right: 0;
	line-height: 0;
	padding: 5px;
	z-index: 1;
	border-radius: 0 5px 0 10px;
	pointer-events: none
}

.category2-items-receiver .p-item-grid-image-btn {
	border-top-right-radius: 0
}

.footer-item-title .fickle-additional-html-code {
	background: 0 0
}

.fickle-additional-html-code svg,
.p-item-grid-image-btn svg {
	width: 40px;
	height: 40px
}

#footer-sol {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ffffff2e
}

#footer-sol .col-lg-12 {
	display: flex;
	justify-content: center
}

#footer-sol img {
	max-width: 150px
}

#footer-sol .module-image:first-child img {
	margin-right: 20px
}

.row-p-items-usi-exterior .p-item-grid-image img {
	height: auto;
	transform: none
}

.row-p-items-usi-exterior .p-item-grid-image {
	border-radius: 0;
	perspective: 200px;
	overflow: visible
}

.row-p-items-usi-exterior .p-item-grid-image a {
	display: block;
	perspective: 200px
}

.row-p-items-usi-exterior .p-item-grid-image-btn {
	border-top-right-radius: 0
}

.row-p-items-usi-exterior .p-item-grid-image:hover img {
	transform: rotateY(1.5deg);
	transform-origin: right
}

.row-prezentare-tip-2img {
	padding-top: 145px;
	padding-bottom: 45px
}

.prezentare-tip-2img-text {
	padding: 0 20px
}

.row-prezentare-tip-2img .prezentare-tip-2img-text {
	padding-top: 40px
}

.item-2img {
	position: relative;
	padding: 0 20px
}

.item-2img .module-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px
}

.item-2img .module-image:nth-child(1) {
	position: relative;
	width: 80%
}

.item-2img .module-image:nth-child(1) img {
	height: 400px;
	object-fit: cover
}

.row-img-text .item-2img .module-image:nth-child(1) {
	margin-left: auto
}

.item-2img .module-image:nth-child(2) {
	position: absolute;
	width: 45%;
	height: calc(100% + 30px);
	bottom: 75px
}

.row-text-img .item-2img .module-image:nth-child(2) {
	left: 20px;
	right: auto
}

.row-text-img .item-2img .module-image:nth-child(2) {
	right: 20px;
	left: auto
}

.custom-ul ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.custom-ul ul li {
	position: relative;
	padding-left: 23px;
	margin-bottom: .4em
}

.custom-ul ul li:before {
	content: url(/uploads/icon/check.svg);
	position: absolute;
	left: 0;
	top: 0
}

.price-from {
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #000;
	align-items: flex-start;
	justify-content: flex-start;
	width: auto;
	align-self: flex-start;
	justify-self: flex-start;
	border-radius: 8px
}

.price-from p {
	margin-bottom: 0;
	padding: 7px 10px;
	background: #d8d8d8;
	border-radius: 5px
}

.p-item-grid {
	position: relative;
	margin-bottom: 20px
}

.p-item-grid-image {
	position: relative
}

.p-item-grid-image img {
	height: 170px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.solicita-oferta-btn-module {
	text-align: center;
	margin-top: 20px
}

.btn_load_more_items {
	min-width: 378px
}

.card-img-above-text {
	padding: 40px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	height: 100%
}

.wrap-bg-grey .card-img-above-text {
	background: #f0f0f0
}

.card-img-above-text .module-image {
	margin-bottom: 30px;
	height: 0;
	position: relative;
	padding-bottom: 62%
}

.section-cards-img-text-pb2 .card-img-above-text .module-image {
	padding-bottom: 50%
}

.card-img-above-text .module-image img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px
}

.card-img-above-text .module-image:last-child {
	margin-bottom: 0
}

.card-img-above-text .section-title-module>* {
	font-size: 24px;
	margin-bottom: 15px
}

.col-fickle-ext-services {
	padding-left: 20px;
	padding-right: 20px
}

.fickle-ext-service-item {
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	margin-right: 20px;
	width: calc(50% - 10px);
	float: left;
	margin-bottom: 20px
}

.fickle-ext-service-item:nth-child(2n+2) {
	margin-right: 0
}

.fickle-ext-service-item:nth-child(2n+3) {
	clear: both
}

.fickle-ext-service-item:last-child,
.fickle-ext-service-item:nth-last-child(2) {
	margin-bottom: 0
}

.fickle-ext-service-item .fickle-image {
	display: block;
	margin-bottom: 20px
}

.fickle-ext-service-item .fickle-item.fickle-title>* {
	margin-bottom: 0;
	font-size: 1.5rem
}

.add-desc-half-item {
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	width: calc(50% - 10px);
	min-height: 175px;
	float: left;
	background: #fff
}

.add-desc-half-item:last-child {
	margin-left: 20px
}

.add-desc-half-item h1,
.add-desc-half-item h2,
.add-desc-half-item h3,
.add-desc-half-item h4,
.add-desc-half-item h5,
.add-desc-half-item h6,
.add-desc-half-item p:first-child {
	font-size: 24px;
	font-weight: 500
}

.blog-posts-row {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.blog-posts-row .col-md-3,
.projects-row .col-md-3 {
	padding: 0 10px
}

.blog-posts-row .post-grid-item {
	margin-bottom: 20px
}

.row-dl-top {
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}

.col-dl-top {
	padding-left: 20px;
	padding-right: 20px
}

.dl-media-content {
	text-align: center;
	padding: 40px 20px
}

.dl-media-content img {
	max-height: 500px;
	border-radius: 5px;
	overflow: hidden
}

.dl-media-content .project-media-slide-image img {
	height: 500px
}

.dl-media-content .dl-media-gallery img {
	transform: scale(.9);
	transition: .5s;
	height: 485px;
	object-fit: contain;
	margin: auto
}

.dl-title {
	border-top: 1px solid rgba(0, 0, 0, .2);
	text-align: center;
	padding: 30px;
	margin-left: -20px;
	margin-right: -20px
}

.dl-title h1 {
	font-size: 16px;
	margin: 0
}

.dl-specs-box {
	position: relative;
	margin-bottom: 20px
}

.door-layout-exterior.subcat-aluminiu .dl-specs-box p:nth-last-child(1) a,
.door-layout-exterior.subcat-aluminiu .dl-specs-box p:nth-last-child(2) a {
	cursor: default;
	pointer-events: none
}

.door-layout-exterior.subcat-aluminiu .dl-specs-box p:nth-last-child(2) {
	display: inline-block;
	margin-top: 20px
}

.door-layout-exterior.subcat-aluminiu .dl-specs-box p:nth-last-child(2) img {
	max-height: 150px
}

.door-layout-exterior.subcat-aluminiu .dl-specs-box p:nth-last-child(1) {
	display: inline-block;
	margin-left: 20px
}

.door-layout-exterior.subcat-aluminiu .dl-specs-box p:nth-last-child(1) img {
	max-height: 100px
}

.dl-description-content {
	position: relative;
	padding: 40px 20px
}

.col-dl-top {
	align-self: center
}

.door-int-prop {
	display: inline-block;
	margin-right: 15px
}

.gallery-slider-arrow-button {
	background: 0;
	outline: 0 !important;
	-webkit-appearance: unset;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0;
	margin: 0 15px
}

.dl-media-gallery-slider-arrows {
	margin-top: 30px
}

.dl-media-gallery .dl-gallery-slide-item img {
	cursor: pointer
}

.dl-media-gallery .dl-gallery-slide-item:hover img {
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .4))
}

.showing-dl-lightbox {
	overflow: hidden
}

.dl-lightbox {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20000;
	background-color: rgba(0, 0, 0, .8);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .5s ease-out
}

.showing-dl-lightbox .dl-lightbox {
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}

.dl-lightbox-close-mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: zoom-out
}

.dl-lightbox-content {
	position: relative;
	z-index: 5;
	transition: .25s;
	opacity: 0;
	transform: translateY(30px)
}

.dl-lightbox-image img {
	max-height: calc(90vh - 40px);
	width: auto
}

.showing-dl-lightbox .dl-lightbox-content {
	opacity: 1;
	transform: translateY(0)
}

.showing-dl-lightbox.changing-dl-lightbox .dl-lightbox-content {
	opacity: 0;
	transform: translateY(30px)
}

.dl-lightbox .gallery-slider-arrow-button {
	position: absolute;
	top: calc(50% - 17px);
	z-index: 10;
	transition: .2s;
	margin: 0
}

.dl-lightbox .gallery-slider-arrow-button:hover {
	opacity: .8
}

.dl-lightbox .gallery-slider-arrow-button.btn-slick-prev {
	left: 40px
}

.dl-lightbox .gallery-slider-arrow-button.btn-slick-next {
	right: 40px
}

.fickle-cart-memeber {
	margin-bottom: 20px
}

.fickle-cart-memeber .fickle-image {
	display: block;
	margin-bottom: 10px;
	margin-right: 0
}

.fickle-cart-memeber .fickle-image img {
	width: 100%;
	height: auto;
	max-height: unset;
	border-radius: 5px
}

.fickle-cart-memeber .fickle-title {
	font-weight: 300;
	font-size: 24px
}

.despre-noi .page-header .container {
	padding-left: 40px;
	padding-right: 40px
}

.container .c-form .container {
	padding-left: 0;
	padding-right: 0
}

.col-map-contact>.module-code iframe {
	height: 360px;
	width: 100%
}

.fickle-contact-item {
	margin-bottom: 20px
}

.fickle-contact-item:last-child {
	margin-bottom: 0
}

.fickle-contact-item .fickle-title {
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 0
}

.fickle-contact-item .fickle-title>a {
	color: #000
}

.form-group.label_abs {
	position: relative;
	margin-bottom: 20px
}

.form-control {
	height: 50px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	font-size: 19px;
	box-shadow: none !important
}

.form-group.label_abs label {
	position: absolute;
	left: 12px;
	top: 13px;
	line-height: 1;
	transition: .15s ease-out;
	padding: .2em;
	pointer-events: none
}

.form-group.label_abs.filled label {
	top: -9px;
	font-size: 14px;
	font-weight: 500;
	background-color: #fff
}

.form-control:focus {
	border-color: #999
}

.col-cf-file-upload {
	margin-bottom: 15px
}

.col-cf-file-upload .form-group {
	position: relative;
	margin-bottom: 0;
	border: 1px solid rgba(0, 0, 0, 1);
	overflow: hidden;
	border-radius: 5px
}

.col-cf-file-upload .form-group label {
	display: block;
	position: absolute;
	background: #fff;
	height: 100%;
	width: 100%;
	z-index: 2;
	pointer-events: none;
	transition: .2s
}

.col-cf-file-upload .form-group:hover label {
	color: #f7a707
}

.col-cf-file-upload .form-group label:before {
	content: 'Încarcă un fișier';
	position: absolute;
	left: 12px;
	top: 13px
}

.col-cf-file-upload .form-group label:after {
	transition: .2s;
	content: url(/uploads/icon/upload.svg);
	position: absolute;
	right: 12px;
	top: 13px
}

.col-cf-file-upload .form-group:hover label:after {
	transform: translateY(4px);
	opacity: .7
}

.col-cf-file-upload .form-group input {
	width: 100%;
	height: 50px;
	cursor: pointer
}

.c-form .btn-section {
	margin-bottom: 0
}

textarea.form-control {
	min-height: 110px
}

.agreement-radio .acceptance label {
	cursor: pointer
}

.collection-gallery-title {
	font-size: 19px;
	text-align: center;
	margin-top: 30px
}

.collection-slider-arrows {
	text-align: center;
	margin-top: 20px
}

.collection-gallery-slick-slide-content img {
	transform: scale(.9);
	transform-origin: bottom;
	transition: .5s;
	border-radius: 5px;
	height: 40vh;
	width: 100%;
	object-fit: cover
}

.dimensiune-lamela-box {
	max-width: 550px;
	margin: auto;
	text-align: center
}

.dim-lamela img {
	margin-bottom: 15px
}

.dim-lamela strong {
	font-size: 15px
}

.slick-current .collection-gallery-slick-slide-content img {
	transform: none
}

.parchet-gallery-box {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%
}

.parchet-gallery-slick-slide-content img {
	width: 100%;
	height: 56vh;
	object-fit: cover;
	border-radius: 5px
}

.parchet-specs-box {
	position: relative;
	padding-left: 20px;
	padding-right: 20px
}

.padding-desc {
	padding: 0 20px
}

.table-specificatii-parchet {
	font-size: 16px;
	margin-bottom: 0
}

.table.table-specificatii-parchet td,
.table.table-specificatii-parchet th {
	padding: 10px 0;
	vertical-align: middle;
	line-height: 1.2;
	border-top: none;
	border-bottom: 1px solid #dee2e6
}

.table.table-specificatii-parchet .td-value {
	text-transform: capitalize;
	font-weight: 500;
	text-align: right
}

.caracteristicile-lemnului {
	margin-bottom: 0
}

.parchet-cta {
	margin-bottom: 0 !important
}

.pdf-sortare-item {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	font-size: 16px
}

.pdf-sortare-item a {
	color: #000
}

.pdf-sortare-item a:hover {
	color: #f7a707
}

.pdf-sortare-item img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top
}

.pdf-sortare-item span {
	display: inline-block;
	max-width: 150px;
	line-height: 1.4
}

.parchet-caract-icon {
	display: inline-block;
	position: relative;
	margin: 0 20px 30px 0
}

.parchet-caract-icon img {
	object-fit: contain
}

.parchet-caract-icon img,
.pdf-sortare-item img {
	transition: .3s
}

.parchet-caract-icon:hover img,
.pdf-sortare-item a:hover img {
	filter: invert(10%) hue-rotate(-30deg) brightness(115%)
}

.row-ferestre-items-to-categories .fickle-link-to-product {
	border-radius: 0
}

.row-ferestre-items-to-categories .fickle-image {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .67);
	border-radius: 5px;
	overflow: hidden;
	background: #fff
}

.row-ferestre-items-to-categories .fickle-image img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%
}

.row-p-items-ferestre .p-item-grid {
	border: 1px solid #000;
	border-radius: 5px;
	margin-bottom: 15px
}

.row-p-items-ferestre .p-item-grid .p-item-grid-image {
	padding-top: 55%
}

.row-p-items-ferestre .p-item-grid-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 20px
}

.row-p-items-ferestre .p-group-link-items {
	background: #000;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden
}

.row-p-items-ferestre .p-group-link-items-inner {
	padding: 0 5px;
	width: 100%;
	overflow: auto
}

.row-p-items-ferestre .p-link-item {
	display: inline-block;
	position: relative;
	margin-right: 5px
}

.row-p-items-ferestre .p-link-item:after {
	position: absolute;
	right: 0;
	top: 7px;
	height: calc(100% - 14px);
	width: 1px;
	background: rgba(255, 255, 255, .2);
	content: ''
}

.row-p-items-ferestre .p-link-item:last-child:after {
	display: none
}

.row-p-items-ferestre .p-link-item>* {
	font-size: 14px;
	margin: 0;
	font-weight: 400
}

.row-p-items-ferestre .p-link-item a {
	display: block;
	padding: 10px 5px
}

.row-p-items-ferestre .p-link-item a span:nth-child(2) {
	opacity: .5
}

.row-p-items-ferestre .p-link-item a {
	color: #fff
}

.row-p-items-ferestre .p-link-item a.showing,
.row-p-items-ferestre .p-link-item a:hover {
	color: #f7a707
}

.row-p-items-ferestre .p-item-grid-title {
	background: #000;
	padding: 5px 15px
}

.row-p-items-ferestre .p-item-grid-title a {
	color: #fff
}

.row-p-items-ferestre .p-item-grid-title a:hover {
	color: rgba(255, 255, 255, .5)
}

.label-new {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	background: #e21e23;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 4px 0 5px 0;
	font-weight: 500
}

.window-caracts {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2
}

.window-int-prop {
	position: relative;
	width: 100px;
	margin-right: 1rem;
	margin-bottom: 1rem
}

.window-int-prop:last-child {
	margin-right: 0;
	margin-bottom: 0
}

.window-int-prop img {
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 5px
}

.window-caract-title-sm {
	margin-bottom: 0;
	margin-bottom: 5px
}

.window-caract-sm {
	margin-bottom: 0
}

.layout-interior-fereastra .dl-specs-box p>br {
	display: block;
	margin-bottom: .5rem
}

.window-video-btn {
	position: relative;
	padding: 19px;
	border-radius: 5px;
	border: 1px solid #000;
	background: #f5f5f5;
	-webkit-appearance: unset;
	outline: 0 !important;
	box-shadow: none;
	transition: .2s
}

.window-video-btn:hover {
	background-color: #fff
}

.window-video-btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 11px;
	font-weight: 500;
	opacity: 0;
	transition: .3s opacity, transform ease-in-out
}

.window-video-btn:hover span {
	opacity: 1
}

.window-video-btn::after {
	content: '';
	border-left: 8px solid #000;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + 1px), -50%);
	border-radius: 2px;
	transition: .3s opacity, transform ease-in-out
}

.window-video-btn:hover:after {
	opacity: 0
}

.p-group-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: .4s
}

.p-group-item:first-child {
	position: relative
}

.p-group-item.showing {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: scale(1)
}

.p-item-grid-below {
	position: relative;
	line-height: 1;
	margin-bottom: 25px
}

.categorie-ferestre-title,
.type-category-title {
	font-size: 16px
}

.type-category-title {
	font-weight: 300
}

.project-media-content {
	max-height: 850px;
	overflow: hidden
}

.project-featured-image {
	padding-left: 20px;
	padding-right: 20px
}

.slick-slider .project-featured-image {
	padding-left: 0;
	padding-right: 0
}

.slick-slider .project-featured-image:not(.project-media-slide-nav-image) img {
	width: 100%;
	object-fit: cover
}

.project-media-slider-nav {
	padding-bottom: 15px
}

.project-media-slider-nav {
	margin-bottom: 20px !important
}

.project-media-slide-nav-image.project-featured-image {
	padding-left: 10px !important;
	padding-right: 10px !important
}

.project-media-slide-nav-image {
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	overflow: hidden
}

.project-media-slide-nav-image img {
	height: 100px;
	object-fit: cover
}

.slick-dots li {
	margin: 0
}

.slick-dots li button::before {
	font-size: 12px
}

.slick-dots li.slick-active button::before {
	color: #f7a707;
	opacity: 1
}

.dl-desc {
	padding-left: 20px;
	padding-right: 20px
}

.projects-related {
	margin-left: -10px;
	margin-right: -10px
}

.project-related-slide-content {
	padding-left: 10px;
	padding-right: 10px
}

.project-related-slide-image {
	position: relative;
	margin-bottom: 10px
}

.project-related-slide-image img {
	height: 160px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
	overflow: hidden
}

.project-related-slide-title>* {
	font-size: 14px
}

.project-related-slide-title a {
	color: #000
}

.project-related-slider-arrows {
	padding: 10px
}

.project-related-arrow-button {
	-webkit-appearance: unset;
	outline: 0 !important;
	border: 1px solid #000;
	padding: 10px;
	box-shadow: none !important;
	width: 42px;
	height: 40px;
	line-height: 0;
	text-align: center;
	border-radius: 10px;
	background: #fff;
	transition: .2s
}

.project-related-arrow-button:hover {
	background-color: #f0f0f0
}

.project-related-arrow-button.btn-slick-prev {
	margin-right: 20px
}

.row-descopera-produsele {
	padding-left: 10px;
	padding-right: 10px
}

.row-descopera-produsele .col-md-3 {
	padding-left: 10px;
	padding-right: 10px
}

.item-descopera-produsele {
	position: relative;
	overflow: hidden;
	border-radius: 5px
}

.item-descopera-produsele:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	pointer-events: none;
	background: linear-gradient(0deg, rgb(0 0 0 / 40%) 0, rgba(0, 0, 0, 0) 100%);
	z-index: 1
}

.item-descopera-produsele h2,
.item-descopera-produsele h3,
.item-descopera-produsele h4,
.item-descopera-produsele h5,
.item-descopera-produsele h6,
.item-descopera-produsele p {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 15px;
	margin: 0;
	pointer-events: none;
	z-index: 2
}

.item-descopera-produsele img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 5px;
	transition: 2s ease-out
}

.item-descopera-produsele:hover img {
	transform: scale(1.1)
}

.project-section-related .slick-track {
	margin-left: 0
}

.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: .5s opacity, transform ease-in-out;
	will-change: opacity;
	backface-visibility: hidden;
	background: #fff;
	z-index: 5001;
	opacity: 0;
	pointer-events: none;
	overflow-x: hidden;
	overflow-y: auto
}

.search-overlay.popped {
	opacity: 1;
	pointer-events: auto
}

.search-header {
	position: absolute;
	padding: 10px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2
}

.search-close {
	position: relative;
	float: right;
	cursor: pointer;
	font-size: 0;
	padding: 10px
}

.search-section {
	padding-top: 160px
}

.search-section .container {
	max-width: 1200px
}

.search-input {
	position: relative;
	font-size: 1.001em;
	line-height: normal;
	letter-spacing: .5px;
	padding: 20px;
	padding-right: 20px;
	padding-right: 60px;
	height: auto;
	margin-bottom: 0;
	border: none !important;
	background-color: #fff;
	box-sizing: border-box
}

.search-input:before {
	content: '';
	position: absolute;
	border: 1px solid #cec6bb;
	transition: .25s;
	width: 0%;
	height: 100%;
	top: 0;
	left: 50%;
	opacity: 0;
	pointer-events: none
}

.popped .search-input:before {
	transition-delay: .2s;
	transition-duration: .5s;
	width: 100%;
	left: 0;
	opacity: 1
}

.search-input input {
	width: 100%;
	border: 0 !important;
	outline: 0 !important
}

.search-input .search-icon {
	position: absolute;
	font-size: 0;
	right: 20px;
	top: calc(50% - 12px);
	cursor: pointer
}

.search-input .search-icon,
.search-input input {
	transition: .2s;
	opacity: 0;
	transform: translateY(-7px)
}

.popped .search-input .search-icon,
.popped .search-input input {
	transition-duration: .5s;
	transition-delay: .8s;
	opacity: 1;
	transform: translateY(0)
}

.search-icon:after {
	display: block;
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	border-top: 1px solid #e31e24;
	border-left: 1px solid #f7a707;
	border-right: 1px solid #000;
	border-radius: 24px;
	top: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	transition: .2s;
	animation: rotate 1s infinite
}

.search-input.searching {
	pointer-events: none
}

.search-input svg {
	transition: 1s
}

.search-input.searching svg {
	transition-duration: .2s;
	transform: rotate(30deg);
	opacity: 0
}

.search-input.searching .search-icon:after {
	transition-delay: .2s;
	opacity: 1
}

.search-quicklinks,
.search-results {
	margin-top: 30px;
	margin-left: 20px;
	transition: .2s ease-in-out;
	transform: translateY(30px)
}

.search-results {
	margin-top: 0
}

.popped .search-quicklinks {
	opacity: 1;
	transform: translateY(0);
	transition-duration: .5s;
	transition-delay: .3s
}

.search-quicklinks nav {
	margin-top: 20px
}

.search-quicklinks ul {
	display: block
}

.search-quicklinks ul li a {
	display: inline-block;
	font-weight: 500;
	color: #000;
	padding-left: 0;
	background: 0 0 !important;
	min-width: 200px;
	max-width: 100%;
	transition: .3s;
	padding: 10px 0
}

.search-quicklinks ul li a:hover {
	color: #f7a707
}

.search-results h3 {
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
	text-transform: uppercase
}

.result-item:last-child h3 {
	border-bottom: 0
}

.search-results a {
	display: block;
	color: #000;
	font-size: 1em;
	padding: 20px 0;
	transition: color .2s
}

.search-results a:hover {
	color: #f7a707;
	text-decoration: none
}

.result-breadcrumbs {
	margin-top: 20px;
	margin-bottom: 20px
}

.result-breadcrumbs ul li {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	margin-right: 15px
}

.result-breadcrumbs ul li a {
	padding: 0;
	font-size: 12px;
	color: #666
}

.result-breadcrumbs ul li svg {
	position: absolute;
	right: 0;
	bottom: 5px
}

.result-item {
	transition: transform .5s, opacity .6s
}

.result-item:hover {
	opacity: .7;
	transform: translateX(10px)
}

.document-title {
	text-transform: capitalize
}

.infobox-receiver {
	position: absolute;
	width: 320px;
	height: 240px;
	max-width: 100%;
	background: #fff;
	bottom: auto;
	bottom: 0;
	right: 0;
	z-index: 500
}

.infobox-receiver.closed {
	visibility: hidden;
	pointer-events: none
}

.info-box {
	height: 100%;
	width: 100%;
	font-size: 12px;
	color: #000;
	box-shadow: -1px 3px 6px rgba(0, 0, 0, .2);
	border-radius: 4px
}

.info-box-close {
	position: absolute;
	width: calc(100% - 17px);
	background: #fff;
	padding-top: 1em;
	padding-left: 1em;
	z-index: 10;
	cursor: pointer
}

.info-box-close:hover {
	color: #666
}

.info-box-inner {
	position: relative;
	padding: 3em 1em 1em;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff
}

.info-box p {
	font-size: 12px;
	margin-bottom: 1em
}

body.menu-opened,
body.popup-opened {
	overflow: hidden
}

@keyframes rotate {
	100% {
		transform: rotate(360deg)
	}
}

.mobile-menu-slider {
	position: relative
}

.mobile-menu-slider:after,
.mobile-menu-slider:before {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 20%;
	z-index: 2
}

.mobile-menu-slider:before {
	left: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, .9) 38%, rgba(255, 255, 255, 0) 100%)
}

.mobile-menu-slider:after {
	right: 0;
	background: linear-gradient(-90deg, rgba(255, 255, 255, .9) 38%, rgba(255, 255, 255, 0) 100%)
}

.mm-slide-inner {
	position: relative;
	width: 170px;
	padding: 0 15px
}

.mobile-menu-slider .slick-dots {
	bottom: -20px
}

.mobile-menu-slider .slick-dots li {
	margin: 0 5px
}

.mobile-menu-slider .slick-dots li button {
	position: relative
}

.mobile-menu-slider .slick-dots li button:before {
	content: '';
	top: 50%;
	transform: translateY(-50%);
	background: #000;
	height: 5px
}

.mm-slide-image img {
	height: 155px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px
}

.mm-slide-title {
	text-transform: uppercase;
	text-align: center;
	margin-top: 1rem
}

.mm-slide-title a {
	display: block;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem
}

.mobile-menu-social {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 1rem;
	border-top: 1px solid rgba(0, 0, 0, .2)
}

.mobile-menu-social ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 40px;
	margin: 0
}

#modalShopComingSoon .modal-header {
	align-items: center;
	border-bottom: none;
	padding: 0 1rem
}

#modalShopComingSoon .modal-header-inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
	border-bottom: 1px solid #dee2e6
}

#modalShopComingSoon .modal-title {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px
}

#modalShopComingSoon .close {
	display: flex;
	align-items: center;
	opacity: 1;
	outline: 0;
	box-shadow: none;
	background: #f7a706;
	padding: 10px;
	margin: 0;
	border-radius: 3px
}

#modalShopComingSoon .modal-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

#modalShopComingSoon .modal-body p {
	margin-bottom: 0;
}

#modalShopComingSoon .modal-body p:first-child {
	font-size: 30px;
	font-weight: 600;
}

#modalShopComingSoon .modal-body p:nth-child(2) {
	font-size: 30px;
	background: #000;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 8px;
	font-weight: 100;
	padding: 0 0 0 6px;
	text-transform: uppercase
}

#modalShopComingSoon .modal-body p:nth-child(3) {
	font-size: 40px;
	font-weight: 600
}

#modalShopComingSoon .modal-body span:nth-child(2) {
	color: #e21e23
}

#modalShopComingSoon .modal-body span:nth-child(3) {
	color: #f7a706
}

@media (min-width:992px) and (max-width:1199px) {
	.p-item-a {
		padding: 20px;
		font-size: 16px;
		line-height: 1.5
	}

	.p-item-a .btn {
		font-size: 13px;
		padding: 8px 12px;
		padding-right: 54px
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none
	}
}

@media (min-width:992px) {
	.order-lg-1 {
		order: 0
	}

	.p-lg-20 {
		padding-left: 40px;
		padding-right: 40px
	}

	.px-lg-40 {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width:1199px) {
	.breadcrumbs ul li.active {
		color: rgb(158 158 158)
	}

	header {
		box-shadow: none;
		border-bottom: 1px solid rgba(0, 0, 0, .2)
	}

	.header-shop-text {
		font-style: 12px
	}

	.header-shop-icon svg {
		height: 24px
	}

	.dropdown-menu .nav-item:first-child {
		margin-top: 0
	}

	.dropdown-menu .nav-item {
		padding-top: 9px;
		padding-bottom: 9px
	}

	.dropdown-menu .nav-item .nav-link {
		padding-top: .5rem;
		padding-bottom: .5rem
	}

	.mobile-submenus-wrapper,
	li.mobile-submenus-wrapper {
		display: block !important;
		width: 50%;
		position: absolute;
		height: 100%;
		background: #000;
		right: 0
	}

	#main-navbar-collapse>.navbar-nav {
		position: relative
	}

	.mobile-submenus-wrapper ul {
		padding: 0;
		margin: 0;
		list-style: none
	}

	.mobile-submenus-wrapper ul li {
		padding: 8px 20px;
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}

	.mobile-submenus-wrapper ul li a {
		color: #fff
	}

	.has-breadcrumbs main {
		padding-top: 115px
	}

	.breadcrumbs {
		top: 70px;
		background: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
		width: 100%
	}

	.breadcrumbs ul {
		color: #000;
		font-weight: 500;
		height: 45px;
		padding: 0 20px;
		overflow: auto;
		flex-wrap: nowrap;
		white-space: nowrap
	}

	.breadcrumbs ul li::after {
		color: #000
	}

	.breadcrumbs ul li a {
		color: #000
	}

	#main-navbar {
		order: 2;
		justify-content: flex-end;
		padding-right: 18px;
		width: 163px;
		height: 70px;
		border-left: 1px solid rgba(0, 0, 0, .2)
	}

	.header-shop-button {
		border-left: 0
	}

	.navbar-toggler {
		outline: 0 !important;
		top: 0;
		right: 0
	}

	.navbar-toggler:not(.collapsed) .icon-bar {
		width: 25px !important
	}

	.navbar-toggler .icon-bar {
		width: 31px !important
	}

	#main-navbar-collapse {
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		background: #fff;
		border-top: 1px solid rgba(0, 0, 0, .2);
		overflow: auto
	}

	#main-navbar-collapse.show {
		height: calc(var(--dynamic-height) - 70px)
	}

	.mobile-menu-add-items .social-link-facebook:not(:hover) svg path {
		fill: #000
	}

	.mobile-menu-add-items .social-link-instagram:not(:hover) svg path {
		fill: #000
	}

	.social-link-tiktok:not(:hover) svg path {
		fill: #000
	}

	.mobile-menu-add-items .social-link-twitter:not(:hover) svg path {
		fill: #000
	}

	.mobile-menu-add-items .social-link-youtube:not(:hover) svg path:first-child {
		fill: #000
	}

	.mobile-menu-add-items .social-link-youtube:not(:hover) svg path:last-child {
		fill: #fff
	}

	#main-navbar .navbar-nav {
		justify-content: safe;
		align-items: flex-start;
		padding: 0
	}

	.main-nav-item>.nav-link {
		display: block
	}

	.main-nav-item {
		border-bottom: 1px solid rgba(0, 0, 0, .2);
		padding: 8px 20px;
		width: 50%;
		border-right: 1px solid rgba(0, 0, 0, .2)
	}

	.main-nav-item .toggle-menu {
		top: 5px;
		right: 5px;
		padding: 10px;
		line-height: 1
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		left: 100%;
		top: 0;
		box-shadow: none;
		width: 100%
	}

	.mobile-menu-add-items {
		margin-top: 1rem
	}

	.main-nav-item .nav-link.search-toggle:before {
		border: 0;
		border-radius: 0;
		width: unset;
		height: unset;
		vertical-align: middle;
		margin-right: 5px
	}

	.header-brand,
	.header-shop-button {
		height: 70px
	}

	.header-shop-button {
		margin: auto
	}

	.page-header .page-description {
		padding: 25px 20px
	}

	.page-header-main-title {
		font-size: 33px
	}
}

@media (max-width:991px) {
	.col-footer .fickle-additional-html-code svg {
		width: 20px;
		height: auto;
	}

	.mw-50 {
		max-width: 100%;
		text-align: left
	}

	.header-shop-button a {
		display: none
	}

	.px-mob-0 {
		padding-left: 0;
		padding-right: 0
	}

	.window-video-btn {
		padding: 18px
	}

	.mobile-phone-button {
		display: none !important;
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 99;
	}

	.mobile-phone-button a {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border-radius: 100%;
		padding: 12px;
		box-shadow: 0 0 10px -5px #000;
	}

	.mobile-phone-button svg {}

	.price-from {
		font-size: 13px;
		margin-top: 0;
		margin-bottom: 0
	}

	.price-from p {
		width: 100%;
		text-align: center;
		border-radius: 0;
		padding: 5px 10px;
		font-weight: 400;
		letter-spacing: 1px;
		border-radius: 0
	}

	.header-brand,
	.header-shop-button {
		padding: 0 20px
	}

	body:not(.has-breadcrumbs) .main-add-lines {
		padding-top: 70px
	}

	.mt-4 {
		margin-top: 25px !important
	}

	.pt-40 {
		padding-top: 20px !important
	}

	.pb-40 {
		padding-bottom: 20px !important
	}

	.py-40 {
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}

	.py-mob-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.pt-mob-0 {
		padding-top: 0
	}

	.pb-mob-0 {
		padding-bottom: 0
	}

	.cookie-consent-popup {
		max-width: calc(100% - 40px)
	}

	.general-about-slider {
		margin-bottom: 30px !important
	}

	.general-about-slider .slick-dots {
		bottom: -10px !important
	}

	.general-about-slider figure {
		margin-bottom: 0
	}

	.dimensiune-lamela-box {
		text-align: left
	}

	.showing-dl-lightbox .dl-lightbox-content {
		width: calc(100% - 150px);
		text-align: center
	}

	.dl-lightbox-image img {
		max-height: calc(90vh - 40px);
		width: 100%;
		object-fit: contain
	}

	body[data-pagetype=posts] .general-about-image img {
		height: 250px;
		width: 100%
	}

	body[data-pagetype=posts] .general-about-slider {
		padding-bottom: 35px;
		margin-bottom: 15px !important
	}

	body[data-pagetype=posts] ol,
	body[data-pagetype=posts] ul {
		padding-left: 15px
	}

	.project-section .item-descopera-produsele img {
		height: 230px !important
	}

	.project-section .item-descopera-produsele p {
		font-size: 20px
	}

	.row-descopera-produsele .col-md-3:last-child .item-descopera-produsele {
		margin-bottom: 0
	}

	.dl-media-content .project-media-slide-image img {
		height: 250px;
		max-height: 100%
	}

	.gallery-models-slider:before {
		left: -20px;
		background: linear-gradient(90deg, rgb(240 240 240) 38%, rgba(255, 255, 255, 0) 100%)
	}

	.gallery-models-slider:after {
		right: -20px;
		background: linear-gradient(-90deg, rgb(240 240 240) 38%, rgba(255, 255, 255, 0) 100%)
	}

	.gallery-models-slider .slick-list {
		overflow: visible
	}

	.gallery-models-slider img {
		height: 300px
	}

	.windows-fickle-section {
		padding-left: 10px;
		padding-right: 10px
	}

	.windows-fickle-section .fickle-image {
		width: 60px;
		height: 60px
	}

	.bullet-info p {
		font-size: 14px
	}

	.bullet-info.calitate-1 {
		left: calc(20px + 35%)
	}

	.bullet-info.calitate-2 {
		left: calc(20px + 25%)
	}

	.bullet-info.calitate-3 {
		right: calc(20px + 12%)
	}

	.bullet-info.aluminum-1 {
		left: calc(20px + 20%)
	}

	.bullet-info.aluminum-2 {
		right: calc(20px + 20%)
	}

	.bullet-info.verklebte {
		left: calc(20px + 49%)
	}

	.bullet-info.design-1 {
		left: calc(20px + 23%)
	}

	.bullet-info.design-2 {
		right: calc(20px + 19%)
	}

	.bullet-info.design-3 {
		right: calc(20px + 22%)
	}

	.row-p-items-grid {
		background-color: #f0f0f0;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.row-p-items-parchet {
		padding-bottom: 0 !important
	}

	.row-p-items-parchet .p-item-grid {
		padding-left: 0;
		padding-right: 0
	}

	.from-lemn .row-p-items-grid,
	.row-p-items-usi-interior {
		padding-bottom: 0
	}

	.row-p-items-usi-exterior .p-item-grid,
	.row-p-items-usi-interior .p-item-grid {
		padding-left: 0;
		padding-right: 0
	}

	.door-int-prop {
		margin-right: 10px;
		margin-bottom: 10px
	}

	.row-p-items-ferestre {
		background-color: transparent
	}

	.row-p-items-ferestre .p-item-grid {
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 0
	}

	.row-p-items-ferestre .p-item-grid-title h3 {
		margin-top: 0;
		padding: 5px 0
	}

	.p-item-grid-below {
		margin-bottom: 20px
	}

	.col-p-item-grid:last-child .p-item-grid-below {
		margin-bottom: 0
	}

	.wrap-bg-grey .card-img-above-text {
		border: none
	}

	.border-top-mob-0 {
		border-top: none !important
	}

	.border-bottom-mob-0 {
		border-bottom: none !important
	}

	.col-wrap-to-card-img-above-text {
		margin-bottom: 20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.section-cards-img-text {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.main-nav-item .toggle-menu .dropdown-icon svg {
		width: 12px;
		height: auto
	}

	.btn-secondary {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.homepage .page-header .container {
		padding-left: 20px;
		padding-right: 20px
	}

	.container {
		padding-right: 20px;
		padding-left: 20px
	}

	.homepage .page-description p:last-child {
		margin-top: 30px
	}

	.col-lg-24 {
		flex-basis: 100%;
		max-width: 100%
	}

	.py-lg-5.section-desc-img,
	.py-lg-5.section-img-desc {
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}

	.main-add-lines:after,
	.main-add-lines:before,
	.main-content::after,
	.main-content::before {
		display: none
	}

	.page-header-inner>.container {
		padding-left: 20px;
		padding-right: 20px
	}

	.despre-noi .page-header .container {
		padding-left: 20px;
		padding-right: 20px
	}

	.page-header-main-title {
		margin-bottom: 20px
	}

	.p-item-a-title {
		margin-top: 1.3rem
	}

	.p-item-a-desc {
		margin-bottom: 20px
	}

	.project-content h2,
	.section-title-module>* {
		line-height: 1.1;
		margin-bottom: 20px
	}

	.col-wrap-to-p-item-a {
		padding: 0
	}

	.col-wrap-to-p-item-a:last-child .p-item-a {
		margin-bottom: 0
	}

	.flip-on-mobile img {
		transform: rotateY(180deg)
	}

	.p-item-a {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding: 0 20px;
		padding-bottom: 20px;
		margin-bottom: 45px
	}

	.p-item-images-wrapper {
		width: 100%;
		order: 2
	}

	.p-item-a-img1 {
		float: right;
		margin-top: 50px;
		width: 45%;
		z-index: 2;
		padding-bottom: 63%
	}

	.p-item-a-img2 {
		top: 0;
		right: auto;
		bottom: auto;
		left: 0;
		width: calc(100% - 20px);
		padding-bottom: 55%
	}

	.p-item-a .module-button {
		order: 3;
		margin-top: -60px;
		text-transform: uppercase
	}

	.mid-line:after {
		display: none
	}

	.home-services-desc {
		padding: 0
	}

	.fickle-service-item {
		width: 100%;
		float: none;
		padding: 20px 0
	}

	.col-home-service-items {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		background: #f0f0f0
	}

  .laminate .col-home-service-items, .laminate .col-lg-12 {
    padding: 0 !important;
  }

	.general-about-image,
	.home-about-image {
		padding: 0;
		margin-bottom: 20px !important
	}

	.projects-row .col-md-6 {
		padding: 0
	}

	.projects-row .project-grid-item {
		padding: 20px
	}

	.home-about-desc {
		padding: 0
	}

	.profesionalism-section img {
		border-radius: 5px
	}

	.profesionalism-section .home-about-image {
		margin-top: -120px;
		margin-left: auto;
		width: 60%
	}

	.project-grid-item-cta {
		margin-top: 20px !important
	}

	.row-category-items .module-category {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0
	}

	.row-category-items .module-category .project-grid-item {
		background: #f0f0f0
	}

	.builder-section.row-category-items>.container {
		padding-left: 0;
		padding-right: 0
	}

	.row-category-items .module-category .post-grid-item,
	.row-category-items .module-category .project-grid-item {
		background-color: #f0f0f0;
		margin-bottom: 20px;
		padding: 20px
	}

	.row-category-items .module-category .col-md-6:last-child .project-grid-item {
		margin-bottom: 0
	}

	.row-category-items .module-button .btn {
		width: calc(100% - 40px)
	}

	.row-category-items .module-category .col-md-3:last-child .post-grid-item,
	.row-category-items .module-category .col-md-3:last-child .project-grid-item {
		margin-bottom: 0
	}

	.post-grid-item img,
	.project-grid-item-image img {
		border-radius: 5px
	}

	.project-grid-item-image {
		margin-bottom: 10px
	}

	.col-wrap-to-card-img-above-text:first-of-type {
		padding-right: 20px !important
	}

	.col-wrap-to-card-img-above-text:last-of-type {
		padding-left: 20px !important;
		margin-bottom: 0 !important
	}

	.button-uppercase .btn {
		text-transform: uppercase
	}

	.projects-row .col-md-3 {
		background: #f5f5f5;
		padding-top: 20px;
		margin-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px
	}

	.projects-row .col-md-3:last-child {
		margin-bottom: 0
	}

	.pb-0 {
		padding-bottom: 0 !important
	}

	.post-grid-item-content,
	.project-grid-item-content {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0
	}

	.project-grid-item-title a {
		line-height: 1.1em
	}

	.fickle-link-to-product .fickle-image {
		padding-top: 65%
	}

	.col-category-items-header {
		padding-left: 40px;
		padding-right: 40px
	}

	.col-category-items-header .module-text h2,
	.col-category-items-header .module-text h4,
	.col-category-items-header .module-text p {
		text-align: left !important
	}

	.col-parteneri {
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 20px;
		padding-left: 10px !important;
		padding-right: 10px !important
	}

	.col-parteneri:nth-child(even) {
		padding-left: 20px !important
	}

	.col-parteneri:nth-child(odd) {
		padding-right: 20px !important
	}

	.col-parteneri.half {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		column-gap: 20px;
		padding-right: 20px !important
	}

	.col-parteneri.half .module-image {
		min-width: inherit
	}

	.section-parteneri {
		padding-bottom: 0 !important;
		border-bottom: 0
	}

	.section-parchet-items .p-item-grid-image img {
		height: 130px
	}

	footer {
		padding-top: 20px;
		padding-bottom: 20px
	}

	footer>.container:first-child>.builder-row {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between
	}

	footer .col-footer {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
		margin-bottom: 20px
	}

	footer .col-footer:first-child {
		display: none
	}

	footer .col-footer:last-child {
		margin-bottom: 0
	}

	.footer-menu {
		display: none
	}

	.footer-item-title .fickle-content {
		display: block;
		position: absolute;
		right: 0;
		top: 0
	}

	.footer-item-title .fickle-content svg path {
		stroke: #f7a707;
		transition: .25s;
		transform-origin: center
	}

	.footer-item-title .fickle-additional-html-code {
		line-height: 1;
		padding: 5px 10px;
		top: -7px;
		z-index: 10;
		pointer-events: auto;
		cursor: pointer
	}

	.col-footer.toggled path:nth-child(1) {
		transform: rotate(90deg)
	}

	.col-footer.toggled path:nth-child(2) {
		transform: rotate(90deg) scaleX(0)
	}

	.footer-address-module {
		margin-bottom: 30px
	}

	.footer-address-module p {
		margin-bottom: 0
	}

	footer .module-social {
		display: none
	}

	.mobile-bottom-item {
		text-align: center
	}

	.mobile-bottom {
		position: fixed;
		width: 100%;
		bottom: 0;
		display: block !important;
		background-color: #000000e0;
		padding: 15px 0;
		z-index: 99;
		backdrop-filter: blur(3px)
	}

	.mobile-bottom .col-4:nth-child(1),
	.mobile-bottom .col-4:nth-child(2) {
		border-right: 1px solid rgba(255, 255, 255, .3)
	}

	.btn_load_more_items {
		min-width: unset
	}

	.collection-gallery-title {
		margin-top: 10px
	}

	.row-project-section1 {
		flex-direction: column-reverse
	}

	.item-descopera-produsele h2,
	.item-descopera-produsele h3,
	.item-descopera-produsele h4,
	.item-descopera-produsele h5,
	.item-descopera-produsele h6,
	.item-descopera-produsele p {
		font-size: 16px;
		bottom: 5px;
		left: 10px
	}

	.dl-media-content {
		padding: 0 0 20px 0
	}

	.dl-desc {
		padding-left: 0;
		padding-right: 0
	}

	h1 {
		font-size: 33px;
		line-height: 36px
	}

	.page-id-200007 .page-header-background {
		background-position-x: 100%
	}

	.interiorpage .page-header {
		padding-bottom: 50px
	}

	.interiorpage:not(.has-breadcrumbs) .page-header {
		padding-top: 40vh
	}

	.row-team-members .col-lg-3 {
		flex-basis: 50%;
		max-width: 50%
	}

	.row-team-members .col-lg-3:nth-child(2n+0) {
		padding-left: 8px
	}

	.row-team-members .col-lg-3:nth-child(2n+1) {
		padding-right: 8px
	}

	.row-team-members .col-lg-3:not(:nth-last-child(n+3)) .fickle-cart-memeber {
		margin-bottom: 0
	}

	.fickle-cart-memeber .fickle-image {
		margin-right: 0;
		margin-bottom: 5px
	}

	.about-categ-sections .col-wrap-to-card-img-above-text {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom: 50px !important
	}

	.about-categ-sections .col-wrap-to-card-img-above-text:last-child {
		margin-bottom: 0 !important
	}

	.fickle-cart-memeber .fickle-title {
		font-size: 19px;
		font-weight: 300;
		margin-bottom: 0
	}

	.fickle-ext-service-item .fickle-item.fickle-title>* {
		font-size: 16px;
		line-height: 23px;
		font-weight: 400;
		min-height: inherit !important;
		line-height: 1.2em
	}

	.fickle-ext-service-item {
		padding: 20px;
		text-align: center;
		min-height: 40px;
		background-color: #fff
	}

	.fickle-ext-service-item .fickle-image {
		margin-right: 0;
		margin-bottom: 10px
	}

	.fickle-ext-service-item .fickle-image img {
		max-height: 55px;
		width: auto
	}

	.border-top-mob-0 {
		border-top: 0
	}

	.border-bottom-mob-0 {
		border-bottom: 0
	}

	.col-map-contact {
		margin-top: 3rem;
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.row-links-to-product {
		margin-left: -10px !important;
		margin-right: -10px !important
	}

	.row-links-to-product .col-lg-2 {
		flex-basis: 33%;
		max-width: 33%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px
	}

	.fickle-link-to-product .fickle-title>.fickle-title,
	.p-item-grid-title h1,
	.p-item-grid-title h2,
	.p-item-grid-title h3,
	.p-item-grid-title h4,
	.p-item-grid-title h5,
	.p-item-grid-title h6,
	.p-item-grid-title p {
		margin-bottom: 0
	}

	.row-prezentare-tip-2img {
		padding-top: 270px
	}

	.item-2img {
		padding: 0
	}

	.item-2img .module-image:nth-child(1) {
		z-index: 2;
		width: 65%;
		margin-bottom: 25px
	}

	.item-2img .module-image:nth-child(2) {
		width: 75%;
		height: calc(100% + 220px);
		bottom: 30px
	}

	.prezentare-tip-2img-text {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}

	.item-2img .module-image:nth-child(1) img {
		height: 170px
	}

	.bg-mob-0 {
		background: 0 !important
	}

	.bg-mob-gray {
		background: #f0f0f0 !important
	}

	.row-p-items-parchet .col-lg-24,
	.row-p-items-usi-interior .col-lg-24 {
		flex-basis: 50%;
		max-width: 50%
	}

	.row-p-items-parchet .row-p-items-grid {
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 0
	}

	.item-2img-mob-hv .item-2img .module-image:nth-child(2),
	.item-2img-mob-vh .item-2img .module-image:nth-child(1) {
		margin-left: auto;
		left: auto;
		right: 0
	}

	.item-2img-mob-hv .item-2img .module-image:nth-child(1),
	.item-2img-mob-vh .item-2img .module-image:nth-child(2) {
		right: auto;
		left: 0;
		margin-left: 0
	}

	.subcategory_models_section .solicita-oferta-btn-module {
		text-align: left
	}

	.general-about-image-logo {
		max-height: 110px
	}

	.card-img-above-text {
		padding: 20px
	}

	.card-img-above-text .module-image {
		margin-bottom: 15px
	}

	.col-card-text-img-mob-reverse .card-img-above-text {
		display: flex;
		flex-wrap: wrap
	}

	.col-card-text-img-mob-reverse .card-img-above-text .module-image {
		width: 100%;
		order: -1;
		margin-bottom: 1rem
	}

	.col-fickle-ext-services {
		padding: 20px
	}

	.border-horizontal {
		border-top: 0;
		border-bottom: 0
	}

	.add-desc-half-item {
		width: 100%;
		float: none;
		min-height: 100%
	}

	.add-desc-half-item:last-child {
		margin-left: 0;
		margin-top: 20px
	}

	.row.bg-mob-gray .card-img-above-text {
		background-color: #fff
	}

	.dim-lamela img {
		width: 80px;
		height: 80px
	}

	.dim-lamela p {
		margin-bottom: 0
	}

	.col-collection-spec {
		background-color: #fff;
		padding-top: 45px;
		padding-bottom: 0
	}

	.collection-gallery-title {
		font-size: 16px
	}

	.collection-slider-arrows {
		margin-top: 15px
	}

	.section-parchet-items .col-12 {
		padding-left: 10px;
		padding-right: 10px
	}

	.section-parchet-items .col-12 .btn {
		width: 100%
	}

	.collection-gallery-slick-slider .slick-track {
		display: flex;
		align-items: flex-end
	}

	.container-collection-gallery {
		padding: 0
	}

	.section-collection-gallery {
		padding-top: 30px;
		border-top: 1px solid rgba(0, 0, 0, .2)
	}

	.collection-gallery-slick-slide-content img {
		height: 80%;
		width: 100%;
		object-fit: cover;
		transform: none
	}

	.collection-gallery-slick-slide-content {
		height: 220px;
		display: flex;
		align-items: flex-end
	}

	.slick-current .collection-gallery-slick-slide-content img {
		height: 100%
	}

	.collection-gallery-slick-slide {
		margin: 0 10px
	}

	.section-title-module .single-product-title,
	.single-product-title {
		font-size: 16px;
		text-align: center;
		padding: 0 15px
	}

	.parchet-gallery-slick-slide-content img {
		height: 35vh;
		min-height: 200px;
		width: 100%;
		object-fit: cover
	}

	.parchet-gallery-slick-slider {
		margin-bottom: 20px !important
	}

	.parchet-gallery-box {
		padding-top: 20px;
		border-left: 1px solid rgba(0, 0, 0, .2);
		border-right: 1px solid rgba(0, 0, 0, .2)
	}

	.parchet-gallery-box .price-from {
		width: calc(100% + 40px);
		margin-left: -20px
	}

	.col-parchet-gallery-box {
		border-bottom: 1px solid rgba(0, 0, 0, .2)
	}

	.parchet-specs-box {
		padding-left: 0;
		padding-right: 0
	}

	.table-specificatii-parchet {
		margin-top: 25px
	}

	.table-specificatii-parchet tr:first-child td {
		border-top: 0
	}

	.builder-section.parchet-top-section {
		background: 0 0 !important
	}

	.padding-desc-mob-0 {
		padding: 0
	}

	.caracteristicile-lemnului {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px
	}

	.parchet-caract-icon {
		margin-right: 0;
		margin-bottom: 0
	}

	.parchet-caract-icon img {
		width: 100%;
		height: 100%
	}

	.pdf-sortare-box {
		display: flex;
		flex-wrap: wrap
	}

	.pdf-sortare-item {
		flex-basis: 50%;
		max-width: 50%;
		margin-right: 0
	}

	.pdf-sortare-item span {
		max-width: 100px
	}

	.row-ferestre-items-to-categories {
		margin-left: -10px !important;
		margin-right: -10px !important
	}

	.row-ferestre-items-to-categories .col-lg-2 {
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px
	}

	.row-ferestre-items-to-categories .fickle-image {
		padding-top: 60%
	}

	.row-ferestre-items-to-categories .fickle-image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 7px
	}

	.layout-interior-fereastra .dl-media-content {
		margin: 0
	}

	.layout-interior-fereastra .col-dl-top {
		padding-left: 30px;
		padding-right: 30px
	}

	.layout-interior-fereastra .col-dl-top:first-child {
		border-bottom: 1px solid rgba(0, 0, 0, .2)
	}

	.layout-interior-fereastra .dl-media-content img {
		max-height: 246px;
		padding: 15px 0 45px 0;
		transform: scale(1) !important
	}

	.layout-interior-fereastra .dl-description-content {
		padding: 0;
		margin-top: 0
	}

	.layout-interior-fereastra .dl-description-content .section-title-module {
		text-align: center
	}

	.layout-interior-fereastra .dl-description-content .section-title-module>* {
		font-size: 16px;
		letter-spacing: 1px
	}

	.layout-interior-fereastra .dl-specs-box {
		padding-top: 10px
	}

	.accessory-btn {
		text-transform: uppercase;
		letter-spacing: 1px
	}

	.door-layout-interior .col-dl-top {
		padding-left: 20px;
		padding-right: 20px
	}

	.door-layout-interior .col-dl-top:first-child {
		border-bottom: 1px solid rgba(0, 0, 0, .2)
	}

	.door-layout-interior .dl-left-box {
		border-left: 1px solid rgba(0, 0, 0, .2);
		border-right: 1px solid rgba(0, 0, 0, .2)
	}

	.door-layout-interior .dl-description-content {
		padding: 0
	}

	.door-layout-interior .dl-media-content {
		margin: 0;
		padding: 30px 15px 20px 15px
	}

	.door-layout-interior .dl-media-content img {
		max-height: 340px;
		height: auto;
		border-radius: 0;
		padding-bottom: 15px;
		transform: scale(.8)
	}

	.dl-media-gallery-slider-arrows {
		margin: 0
	}

	.door-layout-interior .dl-description-content .section-title-module {
		padding-left: 30px;
		padding-right: 30px;
		text-align: center
	}

	.door-layout-interior .section-title-module>* {
		font-size: 16px;
		letter-spacing: 1px;
		margin: 0;
		padding-bottom: 15px;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px
	}

	.door-layout-interior .dl-specs-box {
		margin-top: 20px
	}

	.dl-lightbox .gallery-slider-arrow-button.btn-slick-next {
		right: 20px
	}

	.dl-lightbox .gallery-slider-arrow-button.btn-slick-prev {
		left: 20px
	}

	.door-layout-exterior .dl-description-content {
		padding: 0
	}

	.door-layout-exterior .col-dl-top {
		padding-left: 20px;
		padding-right: 20px
	}

	.p-item-grid {
		padding-left: 10px;
		padding-right: 10px
	}

	.from-lemn .p-item-grid {
		padding-left: 0;
		padding-right: 0
	}

	.row-p-items-usi-exterior {
		padding-bottom: 0
	}

	.door-layout-exterior .col-dl-top:first-child {
		border-bottom: 1px solid rgba(0, 0, 0, .2)
	}

	.door-layout-exterior .dl-left-box {
		border-left: 1px solid rgba(0, 0, 0, .2);
		border-right: 1px solid rgba(0, 0, 0, .2)
	}

	.door-layout-exterior .dl-description-content {
		padding: 0
	}

	.door-layout-exterior .dl-media-content {
		margin: 0;
		padding: 30px 15px 25px 15px
	}

	.door-layout-exterior .dl-media-content img {
		max-height: 340px;
		height: auto;
		border-radius: 0
	}

	.dl-media-gallery-slider-arrows {
		margin: 0
	}

	.door-layout-exterior .dl-description-content .section-title-module {
		padding-left: 30px;
		padding-right: 30px;
		text-align: center
	}

	.door-layout-exterior .dl-left-box .section-title-module>* {
		font-size: 16px;
		letter-spacing: 1px;
		margin: 0;
		padding-bottom: 20px;
		text-align: center
	}

	.door-layout-exterior .dl-specs-box {
		margin-top: 25px
	}

	.profesionalism-section {
		background: #f0f0f0
	}

	.row-descopera-produsele {
		padding-left: 10px;
		padding-right: 10px
	}

	.row-descopera-produsele .col-6 {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px
	}

	.item-descopera-produsele img {
		height: 130px
	}

	.builder-section.blog-posts-row {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.blog-posts-row .col-md-3 {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 40px
	}

	.blog-posts-row .col-md-3:last-child {
		margin-bottom: 0
	}

	.blog-posts-row .col-md-3 .post-grid-item {
		padding: 20px
	}

	.mobile-reverse .builder-row {
        display: flex;
        flex-direction: column-reverse; 
		gap: 1rem;
    }

}

@media (max-width:505px) {
	.row-links-to-product {
		justify-content: flex-start;
	}

	.row-links-to-product .col-lg-2 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.cookie-consent-popup {
		max-width: 100%;
		border-radius: 5px 5px 0 0
	}

	.cookie-consent-popup.open {
		bottom: 0
	}

	.cookie-consent-top-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto
	}

	.cookie-consent-message {
		display: block;
		grid-column: 1/5;
		grid-row: 1/2;
		text-align: left;
		margin: 0;
		margin-bottom: 15px;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		padding-bottom: 15px;
		border-bottom: 1px solid #ffffff40
	}

	.breadcrumbs-inner {
		max-width: 100%
	}

	.header-brand,
	.header-shop-button {
		width: calc(33% - 0px)
	}

	#main-navbar {
		width: 33%
	}

	.row.project-content {
		margin-left: -40px !important;
		margin-right: -40px !important
	}

	.project-gallery {
		margin-left: 40px;
		margin-right: 40px
	}

	.project-gallery img {
		height: 300px
	}

	#modalShopComingSoon .modal-body p:first-child,
	#modalShopComingSoon .modal-body p:nth-child(2) {
		font-size: 20px
	}

	#modalShopComingSoon .modal-body p:nth-child(3) {
		font-size: 7.5vw
	}

	.videoPlayer_content {
		max-width: calc(100% - 40px) !important
	}
}

@media (max-width:428px) {

	.project-content h2,
	.section-title-module>* {
		font-size: calc(18px + (33 - 18) * ((100vw - 200px)/ (428 - 200)))
	}

	.page-header-subtitle,
	.section-subtitle-module>*,
	main {
		font-size: calc(13px + (19 - 13) * ((100vw - 300px)/ (428 - 300)))
	}

	.section-subtitle-module>* {
		font-size: calc(13px + (17 - 14) * ((100vw - 300px)/ (428 - 300)))
	}

	.btn {
		font-size: calc(13px + (16 - 13) * ((100vw - 300px)/ (428 - 300)));
		padding-left: 16px
	}

	.btn-primary {
		padding-right: 60px
	}
}

@media (max-width:700px) {
	.p-item-a .module-button {
		width: 100%
	}

	.p-item-a .btn {
		font-size: 12px;
		padding-left: 14px;
		padding-right: 53px;
		width: 50%
	}

	.btn {
		letter-spacing: 2px
	}

	.p-item-grid-image img {
		height: 130px
	}

	.fickle-link-to-product .fickle-image {
		padding-top: 80%
	}
}

@media (max-width:300px) {

	.page-header-subtitle,
	.section-subtitle-module>*,
	main {
		font-size: 13px
	}
}

.builder-section.blog-posts-row {
	padding-left: 10px;
	padding-right: 10px
}

@media(max-width:400px) {

	.header-shop-text,
	.nav-link-style,
	header .nav-link {
		font-size: 12px
	}

	.btn {
		font-size: 13px
	}

	.page-header-main-title {
		font-size: 28px
	}

	.project-content h2,
	.section-title-module>* {
		font-size: 26px
	}

	.col-parteneri .module-image {
		height: 70px
	}

	.fickle-ext-service-item .fickle-item.fickle-title>* {
		font-size: 13px
	}

	.fickle-contact-item .fickle-title {
		font-size: 16px
	}

	.footer-item-title a,
	.footer-item-title h4,
	.footer-item-title p {
		font-size: 14px
	}

	.row-p-items-parchet .p-item-grid .p-item-grid-title {
		left: 10px
	}
}
.page-id-200125 .page-header {
    display: none;
}

.item-search {
    list-style-type: none;
    border-bottom: none;
    border-right: none;
    width: auto;
}
.header-shop-button a.search-toggle:hover svg path {
    fill: transparent;
}

.mm-slide-image img {
    height: 130px;
}

.header-shop-icon svg {
    width: 25px;
}



@media(max-width: 991px) {
    .nav-item-level-1-shop {
        display: block !important;
        background: #fdeed1;
    }
    .nav-item-level-1-shop a {
        color: #000 !important;
    }
    .modal-dialog-centered .modal-body img {
        height: 350px;
        width: auto;
    }
}

@media(max-width:500px) {
    .item-2img .module-image:nth-child(2) {
        display: none;
    }
    .item-2img .module-image:nth-child(1) {
        width: 100%;
    }
    .item-2img .module-image:nth-child(1) img {
        height: 250px;
    }
    .row-prezentare-tip-2img {
        padding-top: 20px;
    }
}

.modal-dialog-centered .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dropdown-icon{
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
    height: 31px;
    padding-left: 17px;
}



.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}

.accordion-container .module-fickle {
  height: fit-content;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, .2);;
  border-radius: 7px;
  overflow: hidden;
}

.accordion-container .module-fickle .fickle-header.active {
  background: #212121;
  transition: all 0.25s linear;
}

.accordion-container .module-fickle .fickle-header.active .fickle-title {
  color: #fff;
  transition: all 0.25s linear;
}

.accordion-container .module-fickle .fickle-header.active svg path {
  stroke: #fff;
  transition: all 0.25s linear;
}

.accordion-container .module-fickle .fickle-header {
  padding: 20px;
  cursor: pointer;
  background: transparent;
  transition: all 0.25s linear;
}

.accordion-container .module-fickle .fickle-content {
  display: none;
  overflow: hidden;
}

.accordion-container .module-fickle .fickle-content .fickle-text-content {
  padding: 20px;
  background: transparent;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  border-left: 1px solid rgba(0, 0, 0, .2);;
  border-right: 1px solid rgba(0, 0, 0, .2);;
  border-bottom: 1px solid rgba(0, 0, 0, .2);;
}

.accordion-container .module-fickle .fickle-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-family: var(--font-medium);
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.2439))), 20px);
  color:#000;
  transition: all 0.25s linear;
  gap: 10px;
  width: 100%;
}

.accordion-container .module-fickle .fickle-title .fickle-title-subtitle {
  display: flex;
  width: 100%;
  gap: 10px;
}

.accordion-container .module-fickle .btn-minus {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.accordion-container .module-fickle .btn-minus:focus {
  outline: none;
}

.accordion-container .module-fickle .fickle-header.active svg {
  transform: rotate(180deg);
  transition: all 0.35s linear;
  stroke: #fff;
}

.accordion-container .module-fickle .fickle-header svg path {
  stroke:#000;
  transition: all 0.25s linear;
}

.accordion-container .module-fickle .fickle-header svg {
  transition: all 0.35s linear;
  transform: rotate(0deg);
}

.accordion-container-btn {
  display: flex;
  justify-content: center;
}


/* hp products */

.hp-product .hp-p-image  {
	padding-top: 60%;
	position: relative;
	display: block;
    margin-right: 0;
    border-radius: 5px;
    overflow: hidden;
}

.hp-product .hp-p-image img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	 -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.hp-product .hp-p-image img:hover {
	max-height: none;
    width: 100%;
    transform: scale(1.015);
}


.hp-product .hp-p-content {
	padding: 15px 10px;
}

.hp-product .hp-p-content h3 {
	line-height: .75;
}

.hp-product .hp-p-content h3 a {
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500
}

.hp-product .hp-p-content h3 a:hover {
	color: #f7a707
}

.map-container iframe {
    border-radius: 5px;
}

.logo-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0; 
  /* background-color: #FBC153; */
  padding: 40px;
  border-radius: 5px;
}

.logo-wrapper div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid white; 
  padding: 20px 40px;
  background-color: #FBC153; 
}

.logo-wrapper img {
  max-width: 70%; 
  height: auto;
  display: block;
  object-fit:scale-down;
}


.img-content img {
	max-height: 450px;
	object-fit: contain;
	margin-bottom: 1rem;
}


@media (max-width: 768px) {
	.logo-wrapper {
	padding: 14px; 
  }
  .logo-wrapper img{
      max-width:unset;
  }
	
  .logo-wrapper div {
    padding: 10px; 
  }

  .row.row-descopera-produsele .item-descopera-produsele {
	margin-bottom: 1rem;
  }


}



/* 19 ianuarie dawid */
.cards-egale .card-img-above-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cards-egale .module-text {
  flex: 0 0 auto;
}
.cards-egale .module-image {
  margin-top: auto; 
}
 .best-door .fickle-text-content {
	max-width: 100%;
}

#gtx-trans {
	display: none!important;
}


@media (max-width: 768px) {

  .table-wrapper table {
    table-layout: fixed;
    width: 100%;
  }

  .table-wrapper th,
  .table-wrapper td {
    font-size: 13px;
    padding: 6px;
    word-wrap: break-word;
  }

  .table-wrapper th:nth-child(1),
  .table-wrapper td:nth-child(1) {
    width: 22%;
  }

  .table-wrapper th:nth-child(2),
  .table-wrapper td:nth-child(2) {
    width: 26%;
  }

  .table-wrapper th:nth-child(3),
  .table-wrapper td:nth-child(3) {
    width: 26%;
  }

  .table-wrapper th:nth-child(4),
  .table-wrapper td:nth-child(4) {
    width: 26%;
  }

}

/* Uși exterior aluminiu — contain pentru imagini portrait */
body.aluminiu .card-img-above-text .module-image img {
  object-fit: contain !important;
}

/* Parchet + uși interior grids — imagini umple tot containerul */
.row-p-items-parchet .p-item-grid-image,
.row-p-items-usi-interior .p-item-grid-image {
  padding-top: 75% !important;
}
.row-p-items-parchet .p-item-grid-image img,
.row-p-items-usi-interior .p-item-grid-image img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Uși exterior aluminiu — contain, height mai mare pentru portrait */
body.aluminiu .p-item-grid-image img {
  height: 280px !important;
  object-fit: contain !important;
}
