@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url('font.css');

html {	scroll-behavior: smooth;}
.btn:not(:disabled):not(.disabled) {  cursor: pointer;}
.text-white {  color: #fff !important;}
.container {	max-width: 1536px;}
.relative {	position: relative;}
.absolute {	position: absolute;}
.fw-bold {	font-weight: bold;}
.center {	text-align: center;}
*{	overflow-wrap: break-word;}

p {
	margin: 0 0 10px;
	color:#2f2f2f;
	font-weight:300;
	font-size:16px;
}
a,label {	transition: all 0.35;}
		a:hover,
		label:hover {	transition: all 0.35s;}
a.btn.more:hover{background-color:var(--linkHover);transition: all 0.35s;color: #fff !important;}

.home-breadcrumb{
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

form div {	position: relative;}

form .error-text {
	position: absolute;
	bottom: -15px;
	left: 15px;
}

form.waiting .submit,
	form.waiting [type=submit]{
	filter:grayscale(1);
	cursor:progress !important;
}

.table-wrapper{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.products-table{
	font-size: 14px;
	color: #626262;
}

.products-table td {
	vertical-align: middle;
	padding: 20px 10px;
}

#formContact .error-text {	left: 0px !important;}

.link-color{
	color: #cc9103;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1{
	color: var(--basic);
	font-size: 32px;
	margin: 10px 0 10px;
	font-weight: bold;
}

	@media(max-width:991px) {
	   h1{
			margin: 10px 0 10px;
			font-size: calc(0.95vw + 0.95vh + 0.95vmin);
		}
	}

@media(max-width:394px) {
  h1{margin-bottom: 20px;margin-right: 46px;}
}

h2,
.h2 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: var(--basic);
	text-transform: unset;
	text-align: left;
	padding-bottom: 10px;
}

h3,
.h3 {
	font-size: 1.75rem;
	color: var(--basic);
	display: block;
	margin: unset !important;
	letter-spacing: unset !important;
	text-align: unset !important;
	position: unset !important;
	text-transform: unset !important;
}

@media(max-width:767px) {
	h3,	.h3 {		padding: 1.15rem 0 1rem 0;	}
}

h6,
.h6 {
	font-size: 18px;
	margin: 10px auto;
	color: var(--type1gray);
	font-weight: 500;
	max-width: 63% !important;
	text-align: Center;
	line-height: 27px;
	text-transform: unset;
} 
  @media(max-width:991px){
  	h6,.h6 {max-width:unset!important;}
  }

body,
button,
input,
textarea {
	font-family: Mulish,sans-serif;
	/* font-size: 12px; */
	line-height: 1.42857143;
	color: #333;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

header.headerHome{
	margin: 0px;
	padding: 0;
	z-index: 999;
	position: fixed;
	left: 0px;
	right: 0px;
  background:#0b0b0b87;
}
header.headerHome a.myFavorite>svg{filter: brightness(0) saturate(100%) invert(99%) sepia(56%) saturate(0%) hue-rotate(88deg) brightness(104%) contrast(101%);}
header.headerHome.scrolled a.myFavorite>svg{filter: brightness(0) saturate(100%) invert(0%) sepia(87%) saturate(7436%) hue-rotate(291deg) brightness(91%) contrast(101%);}

header{
  margin: 0px;
	padding: 0;
	z-index: 999;
	position: fixed;
	left: 0px;
	right: 0px;
	background:#fff;
	border-bottom: 1px solid #efefef;
}
header:not(.headerHome) :is( #MainMenu a.submenu,  li.hasChildren > a.submenu::after, svg, .arrow.down, .vl){
 color:#3d3d3e;
 filter: brightness(0) saturate(100%) invert(18%) sepia(0%) saturate(4235%) hue-rotate(300deg) brightness(94%) contrast(78%);
}

header :is(.phone-second img, .phone-second a, #MainMenu a.submenuactive){
	color:#cc9103;
	filter: brightness(0) saturate(100%) invert(69%) sepia(40%) saturate(6309%) hue-rotate(15deg) brightness(97%) contrast(98%);
}
header .logo{
  background-image: url('../images/logo.svg');
}

main{
	padding-top:107px;
}

/*******************PAGE HOME**********************/

#page-home header .logo{	 background-image: url('../images/logo-white.svg');}
#page-home header.scrolled .logo{	background-image: url('../images/logo.svg');}

				#page-home header .button.myFavorite::before {
				  content: url('../images/heart-icon-white.svg');
				 }
				#page-home header.scrolled .button.myFavorite::before {
				  content: url('../images/heart-icon.svg');
				}
				

#page-home header label[for="MainMenu-status-phones"] {	filter: invert(1);}
#page-home header.scrolled label[for="MainMenu-status-phones"] {	filter:none;}

					#page-home header label i.arrow {    border-color: #fff;}
					#page-home header.scrolled label i.arrow {    border-color: #000;}
					
@media (min-width: 326px) and (max-width: 991px) {
  #page-home header label[for="lang-status-mobile"],
  #page-home header  #MainMenu-hamburger {
    filter: invert(100%);
  }
  #page-home header.scrolled label[for="lang-status-mobile"],
  #page-home header.scrolled  #MainMenu-hamburger {
    filter: invert(0%);
  }  
}
/******************* EDN PAGE HOME**********************/

.favoriteActionDel .for-del::before {
  content: '';
  display: inline-block;
  background-image: url('/templates/default/images/heart-full.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 18px;
}
.favoriteActionAdd .for-add::before {
  content: '';
  display: inline-block;
  background-image: url('/templates/default/images/heart-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 18px;
}
.button.myFavorite::before {
  content: url('../images/heart-icon.svg');
  max-height: 18px;
}

.button.myFavorite.has::before {
  content: url('../images/heart-full.svg');
  max-height: 18px;
}

header li.hasChildren>a.submenu:after {
	border: 1px solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	content: "";
	padding: 3px;
	transform: rotate(45deg);
	margin-left: 8px;
	position: relative;
	width: 8px;
	height: 8px;
}

header #MainMenu label.submenu:hover:after {
	transform: rotate(45deg);
	transition: transform 0.3s;
	border-width: 0 1px 1px 0;
	display: inline-block;
	content: "";
}
 .logo{ /*header+footer*/
  display: inline-block;
  width: 210px;
  height: 90px;
  background-image: url('../images/logo-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
 header.scrolled .logo{
 	 background-image: url('../images/logo.svg');
 }

/*** for HEADER and FOOTER  ***/

.menu.head {gap: 27px;}
.main-menu ul li a,
.main-menu ul li label {
	font-size: 14px;
	transition: color .3s;
	color: var(--basic);
	font-weight: 600;
	min-height: 34px;
}
.main-menu ul li.active a {	text-decoration: underline;}

.block-language label[for="lang-status-desktop"]{
	display:flex;
	margin-right:8px;
}

header .some-main-items-header{gap:16px;}

header .pre-header a,
header .pre-footer label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  align-items: center;
  display: flex;
}

header.scrolled .logo{scale: 0.82;transition:scale 0.35ms;}
  	
@media(min-width:992px) {
	header.scrolled {
		position: fixed;
		top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background:#fff;
    color: #000;
    border-bottom: 1px solid hsla(0, 1.2%, 84.1%, 0.4);
	}
 
 header.scrolled :is(.vl, a.submenu, .arrow.down){
   color:#373737!important;	
   filter: brightness(0) saturate(100%) invert(17%) sepia(4%) saturate(30%) hue-rotate(323deg) brightness(94%) contrast(84%)!important;
 }
 header.scrolled :is(.phone-second img, .phone-second a, a.submenuactive){
   color:#cd9802!important;	
   filter: brightness(0) saturate(100%) invert(68%) sepia(56%) saturate(4134%) hue-rotate(14deg) brightness(96%) contrast(98%)!important;
 }
 
}

@media(min-width:326px) and (max-width:991px) {
	
	header.scrolled{
		position: fixed;
		top: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    background:#fff;
    color: #000;
    border-bottom: 1px solid hsla(0, 3.8%, 89.8%, 0.4);
	}
	
	header :is(label[for="lang-status-mobile"],
	label i.arrow, .myFavorite svg,
	#MainMenu-hamburger,
  label[for="MainMenu-status-phones"]){
    filter: brightness(0) saturate(100%) invert(17%) sepia(4%) saturate(30%) hue-rotate(323deg) brightness(94%) contrast(84%);
  }
 
}

img[alt="phone-icon"]{  width:15px;height:21px;margin-right:4px;}

header .fav-and-cart{max-width:286px;display:flex;flex-direction:row;}

header .selected button img {
	margin-left: 5px;
	display: inline-block;
}

.button{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 44px;
	padding: 0 12px;
	font-size: 12px !important;
	font-weight: 600 !important;
	color: var(--basic);
	position: relative;
}

.topCartInfo .countInfo{
	display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid #EB1700;
  padding-top: 1px;
}

a.format-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background-color: #fff;
	height: 44px;
	padding: 0 12px;
	font-size: 12px !important;
	font-weight: 600 !important;
	color: var(--basic);
	border: 1px solid #efefef;
	border-radius: 5px;
	position: relative;
}

a.format-1 span {
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
}

a.format-1>img {
	width: 19px;
	height: 19px;
}

header .countInfo {
	display: inline-block;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	background-color: var(--primary);
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	border: 1px solid #EB1700;
	padding-top: 1px;
}

.block-language {
	position: relative;
	align-self: center;
}

.block-language input {
	display: none;
}

.block-language input:checked~nav {
	display: flex;
  position: absolute;
  left: -37px;
  z-index: 99999;
  box-shadow: 2pt 2pt 3pt 0 hsla(0,0%,50.2%,.4);
  top: 28px;
}

.block-language nav {
	display: none;
	flex-direction: column;
	z-index: 9;
	background-color: #fff;
}

.block-language nav a{
	display: flex;
	align-items: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
  font-weight: 500;
  margin: 0 9px 0px 2px;
}


.block-language nav>div{
  padding: .5rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

 .block-language nav>div:hover {background-color: #f8f9fa;color: #16181b;}

@media(max-width:991px) {
	
	#MainMenu .block-language.mobile nav {display: none;}
		
 .block-language.mobile input:checked ~ nav {
  padding: 5px 0px;
 	box-shadow: 0pt 1pt 1pt 1px hsla(0,0%,50.2%,.4);
 	left:unset;
 }
 .block-language.mobile a{line-height:20px;padding-right:20px;}
 
	
	.block-language.mobile label:before{
		display:inline-block;
		content:'';
		background-image: url("/templates/default/images/for-languages-icon-mobile.svg");
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
    margin:auto;
	}
}

.block-language img {
	margin-right: 5px;
	width: 23px;
  height: 15px;
}

@media(max-width:991px) {
	header .block-language {display: none;}
}

.vl{ border-left: 1px solid #fff;  height: 20px;}

#MainMenu .block-language {	margin-bottom: 10px;}

#MainMenu .block-language nav {
	position: relative !important;
	display: flex;
	flex-direction: row;
}

label i.arrow {
	border: solid #fff;
	border-width: 0 1px 1px 0;
  display: inline-block;
  margin-left: 4px;
  width: 5px;
  height: 5px;
  margin-top: 5px;
}

label i.arrow.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

@media(min-width:992px) {
	#MainMenu li:hover>a.submenu+ul.submenu {
		overflow: unset;
		max-height: max-content;
		display: block;
		border: 1px solid var(--lightGray);
		min-width: max-content;
	}

	#MainMenu ul.submenu li:hover>a.submenu+ul.submenu {
		top: 0%;
		left: 100%;
	}

	#MainMenu ul.submenu {
		position: absolute;
		top: 100%;
		background: #FFF;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
		z-index: -1;
		flex-direction: column;
		align-items: start;
		justify-content: start;
		min-width: 200px;
		z-index: 1;
		max-height: 0px;
		overflow: hidden;
		padding: 0px;
	}

	#MainMenu ul.submenu li {
		list-style-type: none;
		min-height: 42.9px;
		position: relative;
		display: flex;
	}

	#MainMenu a.submenu,
	#MainMenu a.submenuactive {
		position: relative !important;
    color: #fff;
    align-items: center;
    display: flex;
    min-width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px;
	}
	#MainMenu a.submenuactive	{
		color:#cd9802;
		font-weight: 700;
	}

	#MainMenu .menu.head>li {	position: relative;	}
	#MainMenu label[for="MainMenu-status"] {	display: none;	}

}

@media(min-width:992px) and (max-width:1199px) {
	#MainMenu ul.submenu li:hover>.submenu+ul.submenu {
		top: 0% !important;
		left: 125% !important;
		margin-left: unset;
		position: absolute;
	}
}

@media(max-width:576px) {
	header .selected button img {
		margin-left: 0px;
		vertical-align: middle;
		display: table-cell;
	}
}

header .mm-span {	display: none;}

header .hasChildren ul a.submenu {
  color: #000!important;
  padding: 13px;
  margin-right: 0px;
}	
header .right-section {padding-right:65px;}

/********** BEGIN MEDIA 991 **********/
@media (max-width:991px) {
	
	header .fav-and-cart { margin-left: 10px;margin-right:10px;}

	.main-menu ul li a,
	#MainMenu label.submenu,
	.main-menu ul li label {
		font-size: 13px;
    line-height: 55px;
    color: #838280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    width: 100%;
    display: inline-block;
    margin-right: unset;
	}

	header li.hasChildren>label.submenu {
		display: flex;
		align-items: center;
	}

	header li.hasChildren>label.submenu:after {
		border: 1px solid;
		border-width: 0 1px 1px 0;
		display: flex;
		align-items: center;
		content: "";
		padding: 3px;
		transform: rotate(45deg);
		margin-left: 6px;
    position: relative;
    width: 3px;
    height: 3px;
	}

	.btn.more.absolute {
		left: 23% !important;
		top: 56% !important;
	}

	#MainMenu .menu.head input:checked~ul.submenu {
		border: unset !important;
		margin-left: unset;
	}
	
	#MainMenu .menu.head {display: block;	}
	
  .hasChildren ul a{
  	line-height: 15px!important;
    padding: 5px!important;
  }
  
	header .mm-span {
		display: inline-block;
    border-radius: 5px;
    width: 44px;
    height: 44px;
    padding-left: 0px;
    padding-right: 0px;
	}

	header .pre-header .address a {	font-size: 17px;}

	#MainMenu-hamburger {
		display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='10 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='10' d='M4 10h100M4 20h100M4 30h100'/%3E%3C/svg%3E");
    width: 44px;
    background-size: 24px 48px;
    height: 44px;
    background-position: center center;
	}

   label[for="MainMenu-status-lang"]{
  	 display: block;
     background-image: url("/templates/default/images/for-languages-icon-mobile.png");
     width: 29px;
     height: 20px;
     background-position: center center;
   }
  
	  label[for="MainMenu-status-phones"]{
	    display: block;
	    background-image: url("/templates/default/images/phone-block-mobile.svg");
	    width: 20px;
	    height: 20px;
	    background-position: center center;
	    background-size: cover;
	    margin-left: 10px;
      margin-right: 25px;
	  }
	  .logo{height: 70px;width: unset;min-width: 120px;}
  
  #MainMenu-status-phones:checked~div{
  	display: block;
    position: absolute;
    top: 32px;
    left: -152px;
    background-color: #fff;
    width: 183px;
    border: 1px solid #efefef;
    padding: 12px 6px;
  }
  header .pre-header a, header .pre-footer label {
		  font-size: 15px;
		  color: unset;
		  line-height: 26px;
	}
  
  div.phone-1-2{display:none;}
    div.phone-1-2>div{  display: flex;align-items: center;justify-content: center;}
    div.phone-1-2 img{filter: brightness(0) saturate(100%) invert(0%) sepia(92%) saturate(31%) hue-rotate(156deg) brightness(91%) contrast(107%);}
  .myFavorite svg{filter: brightness(0) saturate(100%) invert(0%) sepia(92%) saturate(31%) hue-rotate(156deg) brightness(91%) contrast(107%);}
  
  label i.arrow {
  	border: solid #000;
  	border-width: 0 1px 1px 0;
  }
  
  .block-language label{
  	display: flex;
    align-content: center;
  }
  
	#MainMenu label[for="MainMenu-status"] {
		position: absolute;
    top: 16px;
    right: 20px;
    width: 10px;
    height: 15px;
    font-size: 25px;
    transform: rotate(45deg);
    transition: left 0.4s;
	}

	#MainMenu {
		position: absolute;
		top: 88px;
		height: auto;
		background-color: #fff;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		left: -300px;
		opacity: 0;
		transition: height 0.4s ease-out, left 0.4 ease-out;
	}

	#MainMenu-status:checked~#MainMenu {
		opacity: 1;
    max-height: none;
    overflow: auto;
    height: 100vh;
    left: 0px;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 999;
    transition: height 0.4s ease-out, left 0.4 ease-out;
    top: 0px;
    max-width: 300px;
	}

	#MainMenu-status:checked+label[for="MainMenu-status"] {	display: block;	}

	#MainMenu ul li {
		padding-top: unset;
    line-height: 55px;
    display: block;
    text-align: left;
    padding-left: 40px;
    border-bottom: 1px solid #efefef;
	}

	#MainMenu .menu.head ul.submenu,
	#MainMenu .menu.head ul.submenu ul.submenu {  display: none;	}


	#MainMenu .menu.head input:checked~ul.submenu {
		display: block;
		padding-top: unset;
		position: unset;
	}

/*	#MainMenu .menu.head ul.submenu input:checked~ul.submenu {
		display: block;
		padding-top: unset;
		position: unset;
		min-width:249px;
	}
*/
	#MainMenu ul.submenu li {
		display: block !important;
		margin-left: 0;
		min-height: unset;
	}

	#MainMenu ul.submenu li a,
	#MainMenu ul.submenu li label {
		color: red;
		white-space: wrap;
		display: block;
		line-height: 42px;
	}

	.descriptionSection div > p {max-width: unset!important;}
}

/**********END of MEDIA 991 **********/


@media(max-width:576px) {
	#MainMenu .menu.head>li {
		padding-left: 0;
		margin-left: 26px;
	}
}

/***********MAIN**********/


#descopera1 {
	background: #fff;
	position:relative;
}

#descopera1 img{
 	width: 100vw;
  height: 100vh;
  object-fit:cover;
}
		@media(max-width:992px){
			#descopera1 img {
				height: unset;
				object-fit: contain;
			}
		}

#descopera1 .slick-dots {	display: none !important;}

#descopera1 .slick-dotted.slick-slider {	margin-bottom: unset !important;}

#descopera1 .slick-dots li button::before {	background-color: rgba(255, 255, 255, 0.5);}

@media(max-width:767px) {

	.grid-container-collections {
		justify-items: center;
		grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)) !important;
	}

	.grid-container-collections .grid-item {
		padding-top: 10% !important;
		width: unset !important;
		height: unset !important;
		min-width: 320px;
		padding-left: unset !important;
		padding-bottom: unset !important;
		padding-right: unset !important;
	}

	.grid-container-collections .cardd-header a img {
		height: unset !important;
		width: unset !important;
	}

	.grid-container-collections .cardd-body a {
		top: 58px !important;
	}
}

/********** END media 767 *****************/
@media(max-width:631px) {
	.grid-container-collections .grid-item {		min-width: 375px;	}
}

.product-buttons select {width:50%;background-color:#fff;border:1px solid #efefef;border-radius:7px 0px 0px 7px;}
.product-buttons select option{color:rgba(133, 140, 149, 1)!important;font-size:12px;}
.product-buttons select option b{font-size:14px;font-weight:bold;color:#000;} 

.product-buttons .nice-select {width: 50%!important;border-radius: 5px 0px 0px 5px!important;}
.nice-select .option {border:1px solid transparent;}
.product-buttons .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: rgb(255, 241, 240)!important;
  border: 1px solid rgb(255, 199, 193)!important;
}

.slider-title {	margin-bottom: 37px;}

#product_overview {	position: relative;}

#product_overview .slider-control {
	position: absolute;
  top: calc(50% - 30px);
  margin: 0;
  transition: background .4s;
  transform: none;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#product_overview .slider-control{  padding: 17px;}

#product_overview .slider-control li{
 background-color: #fff;
  padding: 17px;
  -webkit-box-shadow: -1px 1px 28px -3px rgba(212,212,212,1);
  -moz-box-shadow: -1px 1px 28px -3px rgba(212,212,212,1);
  box-shadow: -1px 1px 28px -3px rgba(212,212,212,1);
}

#product_overview .slider-control .prev{	 left: 20px;position:relative;background-color:#fff;}
#product_overview .slider-control .next{	left: auto;  right: 20px;position:relative;background-color:#fff; }

@media(min-width:992px){
	.slick-slide img {max-width:unset!important;}
}

@media(max-width:991px) {
	#product_overview .arrowb span {		font-size: 64px !important;	}
	#product_overview .slider-control li {padding: 9px!important;}
	.slick-slide img {max-height:350px!important;}
}

@media(max-width:431px) {
	.main-title {font-size: 27px!important;margin-top:20px;margin-right: unset;}
	.product_overview .charac-det li {	font-size: 17px !important;	}
	.property-title {padding-top:unset!important;}
	.plans-cont>li{width: 146px!important;}
	 .grid-new-articles a.btn.more, .grid-new-articles a.format-1{padding:15px 20px!important;gap: unset;}
	 label[for="MainMenu-status-phones"] {margin-right:30px;}
}

.slider-control li {	list-style-type: none;}

.arrowb:active,
.arrowb:hover {
	opacity:0.75;
	transition: opacity 400ms;
}

.arrowb span {
	display: block;
  position: absolute;
  left: 50%;
  transition: left 0.4s;
  font-size: 31px;
  transform: translateX(-50%);
  color: #cc9103;
  font-weight: 300;
  background: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
}

/****BREADCRUMBS*****/
ul.breadcrumbs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	list-style: none;
	margin: 10px 0 0 0;
	background-color: #fff;
	padding: 30px 15px 25px 0px;
	flex-wrap: wrap;
}

ul.breadcrumbs li {
	margin: 0 4px;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
}

ul.breadcrumbs li:not(:last-child)::after {
	display: inline-flex;
	margin: 0 0.125rem 0 0.125rem;
	content: " > ";
}

ul.breadcrumbs li a {
	transition: all .3s;
	text-decoration: underline;
	margin: 0 6px;
	text-underline-offset: 2px;
	font-size: 16px;
	color: var(--basic);
}

	@media(max-width:450px) {
		ul.breadcrumbs li {			margin: 0px 0px;		}

		ul.breadcrumbs li a {			font-size: 14px;		}
	}

ul.breadcrumbs li:last-child a {	text-decoration: none !important;}

ul.breadcrumbs li a:hover {	color: var(--linkHover);}

/*****END BREADCRUMBS***********/

.big_title>div {
	margin-bottom: 40px !important;
	font-size: 17px;
	padding-left: 0 !important;
}

@media(max-width:991px) {
	.produse .name-by-cat {		flex-direction: column !important;	}

	.produse .name-by-cat li {		text-align: center;	}

	.produse .name-by-cat li:nth-child(2) {		margin-left: unset !important;	}
}


@media(max-width:576px) {
	.btn.more {		margin-left: 10px;	}
}

.photo-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.85rem;
}

@media (max-width: 991px) {
	.photo-gallery {		grid-template-columns: repeat(3, 1fr);	}
}

@media (max-width: 767px) {
	.photo-gallery {		grid-template-columns: repeat(2, 1fr);	}
}

@media (max-width: 567px) {
	.photo-gallery {		grid-template-columns: repeat(1, 1fr);	}
}

.photo-gallery span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.photo-gallery span img {	width: 100%;}

#galerie-foto p {	margin: 0 0 33px 0;}

#content-links .h3 {	margin: 20px 0;}

#content-links a {
	display: inline-block;
	margin: 8px 0;
	font-size: 16px;
}

#content-links a:hover,
#content-links a:focus {
	color: #ff0000 !important;
	text-decoration: underline;
}

input.larger {
	width: 18px;
	height: 18px;
	display: none;
}

.section [type="checkbox"]:not(:checked)+label,
.section [type="checkbox"]:checked+label {
	font-size: 21px;
	padding-left: 17px;
	font-weight: 400;
	cursor: pointer;
}

.category-filter-title {
	color: #000 !important;
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.200rem;
	padding: 0;
}

.filter-type {
	display: flex;
	flex-direction: column;
}

.filter-type>div {
	display: inline-flex;
}

.filter-type .filter-item-color {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-right: 10px;
	border: 0.1px solid #797979;
	margin-top: 5px;
}

.filter-type .filter-title-color {
	font-size: 21px;
	padding-left: 17px;
	font-weight: 400;
	cursor: pointer;
}

.filter-type div span{
	font-size: 19px;
	cursor: pointer;
}

.category_all_items{
	list-style-type: none;
	padding-left: unset;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 0.75rem 0.65rem;
	align-items: center;
}

.category_all_items li{
	max-width: 366px;
}

.category_all_items li p.product-title a {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 20px;
	margin: 0 auto;
}

.category_all_items li p.product-title a:hover {	color: var(--basic);}

.category_all_items li>*{
	display: flex;
	justify-content: start;
	align-items: center;
}

.category_all_items li span{
	display: inline-block;
}

.category_all_items li span img{
	max-width: 366px;
}

.category_all_items span {
	padding: 19px 49px;
	background-color: var(--lightGray);
	text-align: center;
	width: 370px;
	height: 311px;
	border-radius: 7px;
}

@media(min-width:992px) and (max-width:1199px) {
	.category_all_items{
		justify-items: center;
	}
	
	.category_all_items span {
		padding: 11px 22px;
		max-width: 330px;
		height: auto;
	}

	.category_all_items li span img {	max-width: 286px !important;}
}

@media(min-width:736px) and (max-width:991px) {
	.category_all_items {	justify-items: center;}

	.category_all_items span {
		padding: 11px 22px;
		max-width: 320px;
		height: auto;
	}

	.category_all_items li span img {
		max-width: 286px !important;
	}
}

@media(max-width:735px) {
	.category_all_items{
		justify-items: center;
	}

	.category_all_items span {
		padding: 11px 22px;
		max-width: 310px;
		height: auto;
	}

	.category_all_items li p.product-title a{		text-align: center;	}

	.category_all_items li span img {		max-width: 266px !important;	}
}

.grid-container-collections {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 0.75rem 0.65rem;
	place-items: center;
}

.grid-container-collections .grid-item{
	padding: 18px 48px;
	background-color: var(--lightGray);
	text-align: center;
	width: 375px;
	height: 311px;
	border-radius: 7px;
}

.grid-container-collections .cardd-body a{
	position: relative;
	top: 23px;
	text-transform: capitalize;
	font-size: 22px;
	transition: color 400ms ease;
}

.grid-container-collections .cardd-body a:hover {	color: var(--basic);}

.contacts_main .h2 {
	text-align: left;
	color: #181818;
	font-size: 32px;
	text-transform: unset;
	font-weight: 700;
	letter-spacing: unset;
	margin-bottom: 15px;
}

.contacts_main .h6 {
	margin: unset;
	text-align: left;
	color: var(--type1gray);
	font-size: 18px;
	max-width: unset !important;
	font-weight: 400;
	line-height: 26px;
}


#submitBtn{
	font-size: 15px;
	font-weight: 600;
}
  #submitBtn:hover {	opacity: 0.75;}

#formContact p {
	text-align: start;
	font-size: 12px;
	color: var(--linkHover);
	line-height: 14px;
}
/*
#formContact :is(input, textarea) {
	background-color: #F8F9FB;
	padding-left: 13px;
	border: 1px solid #E5E5E7;
}*/

#product-images-small{padding-top:30px;}
#product-images-small img{	max-width:254px;}
#product-images-small .slick-initialized.slick-slide {	padding: 20px;}

	@media(max-width:991px) {
		#product-images-small {		margin-top: 10px !important;	}

		#product-images-small img {
			min-width: unset !important;
			min-height: unset !important;
			margin-top: 10px !important;
		}

		#product-images-small .slick-track {
			column-gap: 5px;
			display: flex;
			justify-content: space-between;
		}
	    	
		#product-images-small .slick-list.draggable {
			padding-left: unset!important;
			padding-right: unset!important;
			margin-right: 0px!important;
		}
	}


.text_descr h4,.dontHesitate {
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 24px;
	color: #2e2e2d;
	text-transform: uppercase;
	font-weight: 600;
}

@media(max-width:678px){
	.text_descr h4, .dontHesitate {
    padding-top: 24px!important;
    padding-bottom: 13px!important;
  }
}

.product_overview p{
	font-size: 24px;
	line-height: 52px;
}

@media (min-width:767px) and (max-width:1200px) {
	.product_overview p{
		font-size: 16px;
		line-height: 35px;
	}
}

@media (max-width:766px) {
	.product_overview p {
		font-size: 14px;
		line-height: 22px;
	}
}

.product_overview .charac-det {
	list-style-type: none;
	padding-left: unset;
}

.product_overview .charac-det li {
	display: flex;
	flex-direction: row;
	padding: 10px 0;
	font-size: 20px;
	color: #807f7f;
	justify-content: space-between;
}

.product_overview .charac-det li span {	display: inline-flex;}

.product_overview .charac-det .second-child-det {
	border-bottom: 1px solid var(--lightGray);
	flex-grow: 2;
	margin: 0 10px;
}

form.colors select {
	padding: 15px;
	border: 0px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	margin-top: 15px;
	color: #787878;
	background-color: var(--lightGray);
	height: 82px;
}

form.colors select option{
	border: none;
}

@media (max-width:767px) {
	#contactmet,	#ons {
		padding: 8px 11px;
		margin-top: 11px;
	}

	#contactmet span,
	#ons span {
		font-size: 11px;
	}
}

#product-info .text p,
#product-info .text ul {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 52px;
}

@media(max-width:1199px) {

	#product-info .text p,
	#product-info .text ul {
		font-size: 16px;
		line-height: 22px;
	}

	.posibilities .grand_pos+p {
		font-size: 16px;
		line-height: 22px;
	}
}


.accu{
	line-height: 30px;
	color: #000;
}

.accu ul{
	list-style: none;
	margin-top: -7vh;
	margin-left: 12vw;
}
		@media (min-width:1016px) and (max-width:1362px) {
			.accu ul {		margin-left: 15vw;	}
		}

		@media (min-width:858px) and (max-width:1015px) {
			.accu ul {		margin-left: 18vw;	}
		}

		@media (max-width:857px) {
			.accu ul {		margin-left: 32vw;		margin-top: -7vh;	}
		}

.accu ul li {
	line-height: 38px;
	font-size: 25px;
}

@media (min-width:858px) and (max-width:1200px) {
	.accu ul li {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (max-width:857px) {
	.accu ul li {
		font-size: 14px;
		line-height: 22px;
	}
}

li.slick-slide span {	display: block !important;}

@media(max-width:991px) {
	#submenu-menu:checked~nav ul.submenu {
		padding-bottom: unset;
		padding-left: unset;
		padding-right: unset;
	}
}

.main-style {
	text-transform: uppercase;
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.8px;
  font-weight: 300;
  color: #2f2f2f;
  text-align:center;
}

.main-style b{
	font-weight: 700;
  color: #cc9103;
}

.main-style.left {
	text-align: left;
	line-height: 40px;
}

@media(max-width:767px) {
	.main-style {
		line-height: 34px;
		padding-bottom: 17px;
	}

	.h6 {
		line-height: 22px;
	}
}

@media(max-width:567px) {
	.main-style {
		font-size: 26px;
		padding: 0 0 20px 0;
	}

	.h6 {
		max-width: unset !important;
		font-size: 16px;
	}
}

.h2.style-1 {
	font-weight: 200;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #2f2f2f;
}

.h2.style-1.center {
	text-align: center !important;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media(min-width:326px) and (max-width:1200px) {
	.despre>div>div {
		flex-wrap: wrap;
    display: flex;
    
	}
	.despre>div>div>div{    margin: 0 auto !important;	}
	
	.despre img{
		float: none !important;
		margin-left: auto !important;
    margin-right: auto !important;
    display:block!important;
	}
	
	.h2.style-1 {
		text-align: center;
		margin-top: 1.75rem!important;
		font-size: calc(1.5vw + 1.5vh + 1.25vmin);
		line-height: min(2.5rem,2.75rem);
	}

}

@media(max-width:766px) {
	.h2.style-1 {	text-align: center;	}
}

.parent_a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
	
.btn{
	display:inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 2.4px;
	height: 50px;
	text-align:center;
}

.btn.contactForConsultation {
	height: auto;
	background-color: var(--primary);
	width: auto;
	padding: 5px 20px;
	border-radius: 7px;
	color: #fff;
	text-transform: none;
	margin: 5px 0;
}

.btn.more {
	display: inline-block;
	padding: 16px 40px; 
	border-radius:5px;
  background-color: rgb(249, 212, 103);
	color: #000;
	text-align: center;
	font-size: 12px;
}

.btn.more.right-arrow::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/arrow-right.svg');
	vertical-align: top;
}

.btn.more.orderNow{
	display:block;
	margin-top: 26px;
	font-weight: 600;
}

.list-of-categories .btn.more {
	width: 44px;
	height: 44px;
	padding: 11px 0;
}

.btn.more.absolute {
	position: absolute;
	left: 20%;
	top: 63%;
	transform: translate(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn.more:hover {
	transition: all .4s ease-out;
}

.about-project {
	background-color: #eef4f8;
}

#page-about img {
	border-radius: 7px;
}

.ul-social-icons {
	list-style-type: none;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-top: 20px;
}

.ul-social-icons li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-right: 3px;
}

.ul-social-icons li a span {
	display: flex;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  justify-content: space-between;
  align-items: center;
  background-color:#242424;
  margin-left: 5px;
  margin-right: 5px;
}

.slide-item-gal{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.25rem;
}

.img-sponsors img{
	width: 175px;
	align-self: center;
}

@media(max-width:576px) {
	.property-title>.container>.row{
		padding-left:unset!important;
		padding-top:unset!important;
	}
	
	.some-infor {		margin-left: 10px;	}

	#submitBtn {
		padding: 9px 64px;
		margin-left: 0px;
	}
}

.image-after-header {	height: 407px;}

.image-after-header .lazy-container>img {
	height: 407px;
	object-fit: cover;
}

@media(max-width:726px) {
	.image-after-header {		height: unset;	}

	.image-after-header .lazy-container>img {		height: 350px;	}
}

.some-infor {
	font-size: 14px;
	overflow-wrap: break-word;
	color: var(--linkHover);
	font-weight: 500;
	margin-left: unset;
}

#accordionExample.accordion {
	background-color: #f8f9fb;
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

#accordionExample .accordion-body{
	border-top: 1px solid #efefef;
}

#accordionExample .accordion-item {
	margin-bottom: 20px;
	border: 1px solid #e5e5e7 !important;
	border-radius: 5px !important;
	overflow: hidden;
}

#accordionExample .accordion-item .accordion-button {
	font-weight: 600;
	box-shadow: unset;
}

#accordionExample .accordion-button:not(.collapsed) {
	color: unset;
	background-color: unset;
}

#accordionExample .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#accordionExample .accordion-item .h2 {	padding-bottom: 0;}

@media(max-width:991px) {
	#accordionExample.accordion {		text-align: unset;	}
	#accordionExample.accordion::after {		font-size: 25px !important;	}
}

#accordionExample .active {	border: none;}

#accordionExample .active,
#accordionExample.accordion:hover {	color: var(--basic);}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel img{	margin: 0 auto;}
		@media(max-width:991px) {
			.panel img {margin: 1rem auto;}
		}

#accordionExample.accordion.active .panel {	margin: 1.5rem auto;}
.panel table{	border-collapse: collapse;}


#accordionExample .active:after {
	transform: rotate(90deg);
	color: #ff0000;
}

.photos_gal p{
	text-align: center;
	padding: 20px 0;
	margin-top: -5px;
}

.photos_gal .grid-item{	margin-bottom: 1.5rem;}

.photos_gal .grid-item:hover p {
	background-color: var(--basic);
	color: #fff;
}

/******   PAGINATION    ******/
.pagin>.row{justify-content:center;}

.pagination{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 2.75rem 0.75rem;
	padding-left: unset;
	flex-wrap: wrap;
}

.pagination li{
	margin: 17px 4px;
}

.pagination .page-item span,
.pagination li a{
	color: var(--mediumGray);
	text-align: center;
	border-radius: 5px;
	border: none;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1px;
	margin-bottom: 1px;
}

.pagination .page-item span.active,
.pagination li a:hover{
	color: var(--primary);
	background-color: unset;
}

.pagination .page-item.prev,
.pagination .page-item.next {
	border: 1px solid #efefef;
	border-radius: 5px;
}

.page-item:not(:first-child) .page-link {	margin-left: unset;}

.page-link:focus {
	color: unset;
	background-color: unset;
	box-shadow: unset;
}

.page-link {padding: unset;}

/******  END of PAGINATION    ******/

#content-description {	margin: 25px auto;}

.scrollUpPage {
	position: fixed !important;
	width: 46px;
	height: 46px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	z-index: 15;
	border: 1px solid #efefef;
	background-color: #fff;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
}

.scrollUpPage img {
	display: inline-block;
	margin: 15px auto;
}

@media(max-width:576px) {
	.scrollUpPage {
		left: 50%;
		transform: translate(-50%, -8%);
		bottom: 8%;
	}
}

.style-video {
	font-size: 28px;
	display: flex;
	justify-content: center;
	text-align: center !important;
}

footer{
	border-top: 1px solid #eae9e9;
	padding-top: 80px;
	background-color:#2f2f2f;
}

footer>div>div{
  align-items: center;
  display: flex;
  flex-direction: column;	
} 

footer .rightCopyrightsBlock{
 background-color: #212121;
 padding-bottom: 31px;
 align-content: center;
 padding-top: 31px;	
}

footer .info1{
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;	
}
footer .info1 a{
  font-size: 15px;
  color: #fcb816;
  margin-left: 20px;
  margin-right: 20px;
  letter-spacing: 1.5px;
}
footer .info1 a img{
  filter: brightness(0) saturate(100%) invert(78%) sepia(7%) saturate(7409%) hue-rotate(348deg) brightness(105%) contrast(98%);
}

footer .logo{margin-left:auto;margin-right:auto;display:block;}

@media(max-width:991px){
	footer #MainMenu{
	  position:unset!important;
	  max-height:unset!important;
	  opacity:1;
	  background-color:unset;
	  flex-direction:row;
	}

	footer  #MainMenu .menu.head {
		display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 0px 17px;
	}
	footer  #MainMenu .menu.head li{
		border-bottom:none!important;
	}
	
	footer #MainMenu label{color: #fff;}
}

@media(max-width:576px){
 footer #MainMenu .menu.head > li{	margin-left:unset;}
}

footer .menu.head a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	white-space: wrap !important;
	display: inline-block;
}

footer .block-language{
	margin-bottom:30px;
  margin-top:30px;
}

footer .block-language nav{
  display: flex;
  flex-direction: row;
  justify-content:center;
  background-color: unset;
  margin-top: 20px;
  margin-bottom: 20px;
}

footer .main-menu{
	display: flex;
  justify-content: center;
  margin-top: 2rem;
 }

footer div>span{
	font-size: 14px;
	font-weight: 600;
	display: block;
}

.cookies{
	background-color: var(--mediumGray);
	padding: 25px 38px;
	color: #fff;
	border-radius: 6px;
	border: unset;
	margin: 40px auto 0;
	font-size: 17px;
	display: block;
	position: fixed;
	left: 50%;
	transform: translate(-50%);
	bottom: 0px;
	z-index: 9;
}

.cookies a {
	color: #fff;
	padding: 15px 27px;
	border-radius: 27px;
	margin-left: 10px;
	background-color: #858585;
	display: inline-block;
}

footer .menu.head a:hover {	color: var(--linkHover);}

footer .rights {
	color: var(--type1gray);
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

footer .rights .reserved {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align:center;
}

footer .slogan-span {
	display: block;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: var(--type1gray);
}

footer .h6 {
	text-align: left;
	color: var(--basic);
	margin-left: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 20px;
}

@media(max-width:991px) {
	
	footer .row>.row>span {
		text-align: center;
	}

	footer .rights span {
		line-height: 39px;
		text-align: center;
		font-size: 16px !important;
	}

	.cookies {
		text-align: center;
		min-width: 320px;
	}

	.cookies a {
		display: block;
		margin-top: 20px;
	}
}

@media (max-width:742px) {
	footer {min-height: 150px;	}
}

@media(max-width:576px) {
	.main-menu.footer ul li a {
		margin: 7px;
		line-height: 37px;
	}
}

@media(max-width:474px) {
	.grid-container-collections .grid-item {
		min-width: 321px !important;
	}
}


.produse .h6{
  text-align:start;
  margin-right:unset;
  margin-left:unset;	
  max-width: 100% !important;
}

.produse .card-some {
	padding: 20px 30px;
	border: 1px solid red;
	border-radius: 9px;
}

.produse .card-some .p-red {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #FC1E06;
}

.produse .card-some p:nth-child(2) {
	color: var(--basic);
	font-size: 16px;
	font-weight: 400;
}

.produse .name-by-cat {
	list-style-type: none;
	display: flex;
	flex-direction: row;
}

.produse .name-by-cat li {
	padding: 0 10px;
}

.produse .name-by-cat li a {
	font-size: 23px;
}

.produse .grid-produse {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5rem;
}

@media(max-width:767px) {
	#grid-produse .slick-list.draggable {
		padding-bottom: 50px;
	}

	.prevArrow.slick-arrow {
		position: absolute;
		left: 56%;
		background-color: var(--basic);
		border-color: transparent;
	}

	.nextArrow.slick-arrow {
		position: absolute;
		left: 33%;
		background-color: var(--lightGray);
		color: var(--mediumGray);
		border-color: transparent;
		z-index: 1;
	}

	.prevArrow.slick-arrow {
		font-size: 50px;
		width: 70px;
		display: inline-block;
		color: #fff;
		height: 70px;
		text-align: center;
	}

	.nextArrow.slick-arrow {
		color: var(--mediumGray) !important;
		font-size: 50px;
		width: 70px;
		display: inline-block;
		color: #fff;
		height: 70px;
		text-align: center;
		z-index: 0;
	}

	.slider-control {
		min-height: 80px;
		margin-bottom: 20px;
	}

	.parent_a.center {
		margin-top: 42px !important;
	}

}

/*********** END media 767px *****************/

.produse .grid-produse .slick-dots {
	display: none !important;
}

.parent_a.center {
	margin-top: 100px;
	text-align: center;
}
.noutati .title-description {
	font-size: 19px;
	color: #8b8b8b;
	margin-bottom: 28px;
}

.noutati .noutati-item>* {
	margin: unset;
	text-align: unset;
}

.noutati .noutati-item .card-body {
	padding: 24px 29px;
	text-align: left;
}

.noutati-item .cat-title {
	background-color: #ECEBFF;
	padding: 9px 14px;
	border-radius: 16px;
	color: #463EE3;
	font-size: 16px;
	font-weight: 500;
	display: block;
	max-width: max-content;
	margin-bottom: 1rem;
}

.noutati .noutati-item .card-subtitle {
	font-size: 16px;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: unset;
	color: var(--type1gray);
}

.noutati .noutati-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
	gap: 1rem;
}

.noutati .noutati-item {
	border-radius: 16px;
	padding: 0;
	border-color: #E5E5E7;
}

@media(max-width:767px) {
	.noutati .noutati-item {
		max-width: 502px;
		margin: 0 auto;
	}

	.btn.detailed {
		margin-top: 0px!important;
	}

	.noutati .noutati-item .card-body {
		padding: 24px 19px !important;
	}
}

@media(max-width:567px) {
	.noutati .noutati-grid {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}
}

.noutati .noutati-item .card-title {
	color: var(--basic);
	margin: 33px 0 11px;
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	max-width: 100% !important;
	min-height: 43px;
}

.noutati-item a>img {
	border-radius: 16px 16px 0px 0px;
}

.noutati .noutati-item .card-title a {
	color: var(--basic);
}

.btn.detailed {
	display: inline-block;
	background-color: transparent;
	padding: 20px 20px 20px 0;
	color: var(--linkHover);
	margin-top: 42px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.div-wrap-iframe {
	position: relative;
	overflow: hidden;
}

.noutati-by-item-page .h6 {
	font-size: 29px;
	color: var(--basic);
	text-transform: unset;
	line-height: 1.2;
}

.noutati-by-item-page .long-text {
	font-size: 22px;
	color: rgb(112, 112, 112);
	line-height: 1.636;
	margin: 30px auto;
}

#noutati-img {
	margin: 45px auto;
}

#noutati-img img {
	border-radius: 15px;
}

#noutati-img .slick-dots {
	text-align: center !important;
}

.noutati-inside .afterSlideText p {
	font-size: 22px;
	color: rgb(112, 112, 112);
	line-height: 1.636;
}

.noutati-by-item-page img {
	border-radius: 7px;
}

.catalog .list-of-categories {
	gap: 48px;
}

.catalog .list-of-categories li {
	list-style-type: none;
	padding: 22px 15px;
	border: 1px solid #efefef;
	border-radius: 7px;
	/*max-width: 320px;*/
	width: 100%;
}

.catalog .list-of-categories .home-mini-preview {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	hyphens: auto;
	color: var(--basic);
}

.catalog .list-of-categories span {
	color: var(--type1gray);
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.grid-new-articles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	justify-items: start;
	gap: 1rem;
}

@media(max-width:1271px) {
	.grid-new-articles {
		place-items: center;
    grid-template-columns: repeat(auto-fit, minmax(368px, 1fr));
	}
}
	@media(max-width:400px){
		.grid-new-articles {  display: unset!important;}
	 .grid-new-articles > * {  max-width: 323px!important;}	
	}

.grid-new-articles>* {	max-width: 356px;}

.grid-new-articles .card {
	border: 1px solid #E5E5E7 !important;
	border-radius: 10px;
	position: relative;
}

.grid-new-articles .card-body {
	padding: 20px;
	border-top: 1px solid #E5E5E7;
}

.grid-new-articles .card-body .h6 {
	font-size: 14px;
	color: var(--type1gray);
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	margin-left: 0;
	margin-bottom: 0px;
}

.grid-new-articles .card-body .h6>a {
	white-space: nowrap;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: .8px;
  color: #2f2f2f;
}

.grid-new-articles .card-body .h3 {
	font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--basic);
  padding-top: 5px;
  min-height: 59px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid-new-articles .length{
	 font-weight:700;
	 margin-top:5px;
}

.grid-new-articles .card-body .h3 a {
	text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.3px;
  color: #a3a3a3;
  margin-bottom: 15px;
  min-height: 39px;
  display: inline-block;
}

.grid-new-articles .card-body span>a {
	color: var(--basic);
}

.grid-new-articles .card-body .h5 {
	font-weight: 500;
	font-size: 16px;
	line-height: 25.6px;
	color: var(--type1gray);
	margin-top: 0;
	text-transform: unset;
	letter-spacing: unset;
}

.grid-new-articles .card .card-header {
	padding: 0px;
	border-bottom: unset;
	border-radius: 20px 20px 0px 0px;
	transform:scale(1);
	transition:transform 0.35s ease-out;
}

.grid-new-articles .plashka-nov {
	position: absolute;
	top: 10px;
	left: 20px;
	background-color: #F3FFF6;
	color: #2AA63C;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 16px;
	border-radius: 18px;
}

.articole-noi .format-2 {
	padding: 11px 22px;
	border: 1px solid #efefef;
	border-radius: 10px;
	text-align: center;
	margin: 30px auto;
	max-width: max-content;
	display: block;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	color: var(--basic);
}

.articole-noi .h6 {
	max-width: unset !important;
}

.how-it-works {
	background-color: #F8F9FB;
}

.how-it-works-items-list {
	margin: 0 20px;
}

.how-it-works-item-arrow {
	display: inline-block;
	width: 18.11px;
	height: 16px;
}

.how-it-works-items-list .col-2 {
	padding: 0 !important;
}

.how-it-works .h3 {
	padding-bottom: 5px;
	padding-top: 0px;
}

.how-it-works .works-text {
	color: var(--type1gray);
	font-size: 16px;
	font-weight: 400;
}

@media(max-width:767px) {
	.how-it-works span {
		margin: 0 auto;
		transform: rotate(90deg);
		margin-top: 37px;
		width: 60px;
	}
}

.answersQ {	background-color: #F8F9FB;}

.answersQ span.col-auto {
	display: inline-flex;
	align-items: center;
	max-height: 40px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.answersQ .btn.more {
	font-weight: 600;
	font-size: 14px;
}

.blogHead{
	display: flex;
	gap: 20px;
	justify-content: start;
}

.blogHead select {
	padding: 0px 15px;
	width: 275px;
	height: 40px;
	background-color: #F8F9FB;
	font-weight: normal;
	border: 0px solid #E5E5E7;
	font-size-adjust: unset;
	position: relative;
	color: var(--type1gray);
	font-weight: 600;
	padding: 0px;
}

.blogHead select:last-child {	margin-left: auto;}

.btn{
    display:inline-block;
	  padding: 12px 45px 15px 45px;
	  font-size: 16px;
	  font-weight:600;
	  text-transform: uppercase;
	  color: #000;
	  background-color: #fff;
	  border:none;
	  border-radius: 0px;
	  margin-top: 1.25rem;
	  text-align:center;
}

.btn.consult {
	border: 1px solid #E5E5E7;
	width: 227px;
	height: 40px;
	padding: 6px;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
	margin-right: 20px;
}
.btn.yellow{
	background-color: #f8bc08;
  color: #fff;
  max-width: 250px;
  width: auto;
}
 .btn.more.consultation{
  	background-color:#fff;
  	border:1px solid #efefef;
    padding: 13px 24px;
 }
 
 .btn.more.consultation.buy{
	 	display: block;
	  margin-top: 1rem;
	  margin-bottom: 1rem;
	  font-size: 20px;
	  padding-top: 0.4rem;
	  padding-bottom: 0.4rem;
	  cursor:auto;
	}

.filter-and-items {
	padding-bottom: 120px;
}

.filter-and-items .h2 {
	font-weight: 700;
}

@media(max-width:991px) {
	
	.results-search-block,
	.results-search-semiblock{
		flex-direction:column;
    align-items: flex-start !important;
	}
	
	.blogHead {	display: none;}
	.filter-and-items {	padding-top: unset !important;}

}

.blogHead .red-filtered {
	display: inline-block;
	padding: 5px;
	border: 1px solid red;
}

.filterElement {
	border: 1px solid #E5E5Ef;
	background-color: #F8F9FB;
	color: var(--type1gray);
	padding: 0px 15px;
	position: relative;
	font-weight: 600;
	border-radius: 5px;
}

.filterElement .head {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.filterElement .head .title {
	line-height: 40px;
	margin-right: 2px;
}

.filterElement .head .filtered {
	flex-direction: row;
	align-items: center;
	gap: 5px;
}

.filterElement .head .filterAll {
	display: none;
}

.filterElement .head .filtered:empty+.filterAll {
	display: block;
}

.filterElement .head .filtered a {
	color: var(--primary);
}

.filterElement .head .filtered li {
	display: flex;
	gap: 5px;
	align-items: center;
	border: 1px solid #FF0000;
	padding: 1px 7px;
	border-radius: 4px;
	color: var(--primary);
	margin-left: 3px;
}

.filterElement .dropdown {
	display: none;
	position: absolute;
	flex-direction: column;
}

.filterElement.open .dropdown {
	display: flex;
	z-index: 1;
	background-color: #fff;
	padding: 10px 10px;
	border: 1px solid #E5E5Ef;
	border-radius: 5px;
	margin-left: -17px;
	margin-top: 2px;
	min-width: 100%;
}

.filterElement.open .dropdown li {
	line-height: 24px;
}


.filterElement .dropdownOpen::after {
	border: 1px solid var(--basic);
	border-width: 0 1px 1px 0;
	display: inline-block;
	content: "";
	padding: 3px;
	margin-left: 15px;
	position: relative;
	transform: rotate(45deg);
}

.filterElement.active {
	border: 1px solid #FFC7C1;
	background-color: #FFFCFC;
	color: var(--basic);
}

.filterElement.subcategorii:last-child {
	margin-left: auto;
}

.product_overview .top_detail {
	color: #323539;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
}

.product_overview .top_detail span,
.product_overview .top_detail.desc span {
	color: var(--type1gray);
	line-height: 22px;
	font-weight: normal;
	font-size: 14px;
}

.product_overview .top_detail span a {
	font-size: 15px;
	margin-left: 4px;
	font-weight: 500;
}

.product_overview .top_detail.desc {
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
}

.very-much-info-product {
	padding: 50px 0 0 0;
	color: var(--type1gray);
	line-height: 22px;
	font-size: 15px;
	font-weight: 500;
}

.product_overview #product-info p,
.product_overview .text_descr p {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	padding-bottom: 10px;
}

#product-info .h2 {
	font-size: 16px;
	font-weight: 600;
	color: #323539;
	line-height: 24px;
	text-transform: unset;
}

#product-info ul {
	list-style-type: none;
	padding-left: unset;
}

#product-info ul>li {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #858C95;
}

.product_overview label[for="inform-product"] {
	font-size: 15px;
	font-weight: 600;
	line-height: 45px;
	margin-right: 10px;
	color: #858C95;
	max-width: max-content;
}

.product_overview .info-label.active {
	line-height: 45px;
	text-transform:uppercase;
}

.product_overview label[for="detalii-product"] {
	color: var(--type1gray);
	font-size: 15px;
	font-weight: 500;
	line-height: 45px;
}

.very-much-info-product .mini-header {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: var(--basic);
	margin-bottom: 10px;
}

.very-much-info-product .detailed-content {
	color: var(--type1gray);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.very-much-info-product .m-d-block {	margin: 15px 0;}

.similar-products {	background-color: #F8F9FB;}

#onClickContactsUs {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 468px;
	max-height: 95%;
	overflow: auto;
}

#onClickNotifi {
	z-index: 2;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 468px;
	max-height: 95%;
	overflow: auto;
}
 #onClickNotifi .anounce-me>a{margin-bottom: 1rem;}

.overlay {
	position: absolute;
	display: block;
	z-index: 1;
	lefT: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #00000088;
}

.onForm {
	position: fixed;
	lefT: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2147483650;
	overflow: auto;
}

.notiForm {
	position: fixed;
	lefT: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2147483650;
	overflow: auto;
}

button.close-form {
	border-radius: 50%;
	width: 27px;
	height: 27px;
	position: absolute;
	z-index: 3;
	top: 24px;
	right: 19px;
	background-color: transparent;
	border: unset;
}

button.close-form:hover {
	background-color: white;
	color: #ffffff;
}

button.close-form::before {
	content: " ";
	position: absolute;
	display: block;
	background-color: black;
	width: 2px;
	left: 12px;
	top: 5px;
	bottom: 5px;
	transform: rotate(45deg);
}

button.close-form::after {
	content: " ";
	position: absolute;
	display: block;
	background-color: black;
	height: 2px;
	top: 12px;
	left: 5px;
	right: 5px;
	transform: rotate(45deg);
}

.contacts_main {
	background-color: #fff;
	border-radius: 10px;
}

/*form.autoform label {
	margin-top: 14px;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 8px;
	color: var(--basic);
}
*/
@media(max-width:577px) {
	#onClickContactsUs {		max-width: 325px;	}
	.contacts_main .h2 {		margin-right: 36px;	}
}

.brand-some-info {	margin-top: -33px;}
		@media(max-width:767px) {
			.brand-some-info {
				background-color: #F8F9FB;
				padding: 19px 0;
				margin: 20px auto 0;
			}
		}

.brand-some-info img {
	display: block;
	margin: 0 auto;
}

.brand-some-info span.site-prod,
.brand-some-info a {
	display: block;
	line-height: 25px;
	text-align: center;
}

.brand-some-info span.site-prod {
	margin-top: 48px;
	font-weight: 600;
}

.brand-some-info a {
	color: var(--primary);
	margin-top: 20px;
}

.brands-inline {
	font-weight: 600;
	font-size: 14px;
	color: var(--type1gray);
	margin-bottom: 30px;
}

#page-search .filter-and-items {
	padding-top: 0px;
}

@media(max-width:991px) {
	.brands-inline {		margin-top: -14px;	}
}

/*FORM*/ @media(min-width:991px){
				   .block-h1 form{margin-right:0px;}
				 }

@media(max-width:576px) {
	.filter-and-items .h2 {		margin-left: 10px;	}
	.inline-with-h1 div>p {		font-size: 16px !important;	}
	.brands-inline {		margin-top: 0px;	}
}

.grid-container-news {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
	gap: 0.75rem;
	justify-items: center;
}

.grid-container-news .grid-item {
	border-radius: 10px;
	border: 1px solid #efefef;
	display: flex;
	flex-direction: column;
}

.grid-container-news .card-text-start {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--type1gray);
	margin-bottom: 20px;
}

.grid-container-news .read-more-link {
	color: var(--primary);
}

.grid-container-news .read-more-link:after {
	content: '';
	display: inline-block;
	background-image: url('/templates/default/images/red-right-arrow.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 10px;
	height: 8px;
	margin-left: 7px;
	filter: brightness(0) saturate(100%) invert(68%) sepia(56%) saturate(4134%) hue-rotate(14deg) brightness(96%) contrast(98%);
}

.plashka-cat-nov {
	color: #463EE3;
	background-color: #ECEBFF;
	padding: 10px 10px;
	border-radius: 20px;
	font-size: 14px;
	display: block;
	max-width: 173px;
	text-align: center;
}

.grid-container-news .h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: var(--basic);
	padding: 20px 0;
}

.grid-container-news .h3 > a {
	color: var(--basic);
	display: flex;
	align-items: center;
}

.grid-container-news .card-body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
}

.grid-container-news .card-body .read-more-link{
	font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}

.grid-container-news .card-header {
	padding: 0;
}

.grid-container-news .card-header a>img {
	border-radius: 10px 10px 0 0;
	width: 100%;
}

.grid-container-news .card-text{
	font-size: 16px;
	line-height: 24px;
}

@media(max-width:576px) {
	.grid-container-news {
		grid-template-columns: repeat(auto-fill, minmax(303px, 1fr));
	}
}

.brand-one .menu {
	padding: 15px 10px 15px 15px;
	border: 1px solid #efefef;
	border-radius: 5px;
	min-width: 300px;
	background-color: #fff;
}

.brand-one .menu li {
	line-height: 40px;
}

.brand-one .menu label {
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
}

.brand-one .menu li a {
	color: var(--basic);
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
}

.brand-one .menu li a.invite {
	color: var(--primary);
}

.brand-one .menu li a.invite:before {
	content: '';
	display: inline-block;
	margin-right: 7px;
	background-image: url('/templates/default/images/red-right-arrow.png');
	background-position: center center;
	background-size: cover;
	height: 9px;
	width: 11px;
	filter: brightness(0) saturate(100%) invert(68%) sepia(56%) saturate(4134%) hue-rotate(14deg) brightness(96%) contrast(98%);
}

.brand-one .sub-block {
	margin-bottom: 38px;
}

.brand-one .sub-block .h5 {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: var(--basic);
	text-transform: unset;
	letter-spacing: unset;
}

.brand-one .date-month-year {
	text-align: left;
	margin: unset;
	line-height: 20px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	padding-left: 0;
}

.news-img{
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	border-radius: 5px;
}

.brand-one .image-name {
	color: var(--type1gray);
	font-weight: 300;
	margin-top: 8px;
}

.similar-news{
	background-color: #F8F9FB;
	padding-top: 50px;
	padding-bottom: 50px;
}

.grid-container-news.one .card-body {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}

#navbar-example3 ul {
	padding: unset;
	list-style-type: none;
	background-color: #fff;
	z-index: 8;
}

#navbar-example3 i.arrow {
	transform: rotate(-135deg) !important;
	border-width: 0 1px 1px 0 !important;
	padding: 4px;
	position: absolute;
	top: 19px;
	right: 9px;
}

@media(max-width:991px) {
	ul#navbar-example3 {
		overflow: auto;
	}

	.brand-one .wrapper-sticky {
		position: sticky;
		top: 100px;
		width: 100%;
	}

	.brand-one .sub-block {
		margin-top: 30px;
	}
}

.pageContact .ad-soc-em-phone {
	position: absolute;
	bottom: 23px;
	left: 20px;
	right: 61px;
	z-index: 2;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	border: 1px solid #efefef;
}

.ad-soc-em-phone .row>div {
	margin-bottom: 5px;
	margin-top: 0px;
}

.minih {
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	color: var(--basic);
}

.addr a,
phone-number a,
e-mail a {
	font-weight: 500;
	color: #858C95;
	font-size: 14px;
	line-height: 20px;
	max-width: 197px;
}

phone-number a {
	color: var(--primary);
}

.div-wrap-iframe {
	padding-bottom: 41%;
}
		@media(min-width:1301px) and (max-width:1500px) {
			.div-wrap-iframe {		padding-bottom: 43%;	}
		}

		@media(min-width:1101px) and (max-width:1300px) {
			.div-wrap-iframe {		padding-bottom: 48%;	}
		}

		@media(max-width:1100px) {
			.div-wrap-iframe {		padding-bottom: 60%;	}
		}

@media (max-width: 576px) {	
	.div-wrap-iframe {
		padding-bottom: 100%;
		min-height: 481px;
	}

	.pageContact .ad-soc-em-phone {
		right: 7px;
		left: 7px;
	}
}

.pic-about-us {
	float: right;
	margin-left: 20px;
	border-radius: 10px;
}

.bout-block .h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: var(--basic);
	text-transform: unset;
	letter-spacing: unset;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 26px;
}

.bout-block .card .h6>a {
	min-height: 37px;
	display: inline-block;
}

.bout-block .right-side {
	margin-top: -90px;
}

@media(max-width:991px) {
	.bout-block .right-side {
		margin-top: 0px;
	}

	.pic-about-us {
		float: unset;
		margin: 20px auto;
		display: block;
	}
}


@media(max-width:991px) {
	.main-style.left {
		font-weight: 700;
		line-height: 32px;
	}

}

.confid {	background-color: #fff;}

@media(max-width:576px) {
	
	.confid p {		
		font-size: 15px;
		font-weight: 400;
		line-height: 26px;
	}
}

.service-block .day-hours {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	color: var(--basic);
}

.service-block .h6 {
	text-align: left;
	margin: unset;
	font-weight: 400;
	font-size: 14px;
	max-width: unset !important;
	margin-bottom: 99px;
}

.service-block .h2 {
	margin-top: 25px;
}

.service-block a.red {
	color: var(--primary);
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
}

.service-block .pic-service {
	border-radius: 10px 0 0 10px;
	height: 412px;
}

.service-block>div:first-child {
	border: 1px solid #efefef;
	border-radius: 10px;
}

.service-block .day-hours span {
	line-height: 22px;
}


@media(max-width:1499px) {
	.service-block>div:first-child {
		border: 0px solid #efefef;
	}

	.service-block .pic-service {
		margin-left: 1rem;
		padding-right: 3rem;
		height: unset;
	}

	.service-block .h6 {
		margin-bottom: 2rem;
	}
}

@media (max-width: 991px) {
	.service-block .pic-service {
		margin-left: unset !important;
		padding-right: unset !important;
		border-radius: 10px !important;
	}

	.service-block .h6 {
		max-width: 90% !important;
	}
}


/*****PAGE FAVORITES**********/
#page-favorites a.close-button {
	max-width: 175px;
	height: 45px;
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--basic);
	font-weight: 600;
}

#page-favorites a.close-button span:before {
	content: '';
	display: inline-block;
	margin-right: 3px;
	background-image: url('/templates/default/images/close-dark.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 11px;
	height: 11px;
}

a.btn.more.get_cons {
	margin-top: -6vh;
	width: 218px;
	height: 44px;
	font-weight: 600;
	margin-bottom: 10px;
}

@media(max-width:576px) {
	#page-favorites a.btn.more.get_cons {
		margin-top: unset;
    min-width:320px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
	}
}

/***** END PAGE FAVORITES**********/


.product-buttons{
	display: flex;
  flex-direction: column;
}

.search-resuts-counter{
	margin-left: 24px;
	line-height: 20px;
	font-size: 14px;
	color: #858c95;
}

.contacts-page-columns {
	gap: 50px;
	padding-bottom: 60px;
	align-items: flex-start;
}

.contacts-page-map{	width: 100%;}

.contacts-page-map iframe{	width: inherit;}

.contacts-page-form{	max-width: 468px;}


.short-text{
	font-size: 16px;
	color: #858c95;
}

.ower-map-block{
	background-color: #fff;
	padding: 16px 20px 16px 20px;
	position: absolute;
	border: 1px solid rgba(229, 229, 231, 1);
	left: 12px;
	bottom: 15px;
	width: 100%;
	max-width: calc(100% - 64px);
}

@media (max-width:1024px) {

	.contacts-page-columns{
		flex-direction: column;
	}

	.ower-map-block{
		left: 8px;
		bottom: 8px;
		max-width: calc(100% - 16px);
	}

	.catalog .list-of-categories{
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
}

#product-images-big .plashka-nov{
  position: absolute;
  top: 7px;
  left: 35px;
  background-color: #F3FFF6;
  color: #2AA63C;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 16px;
  border-radius: 18px;
}

.card.products{position:relative;border-radius: 20px;overflow: hidden;}
  .card.products:hover a>img{transform:scale(1.07);}

.card.products a.format-1 {position:absolute;top:0px;right:22px;gap:unset;}
.card.products a.format-1 span{display:flex;justify-content:center;align-items:center;}

 .listProductsAct .btn.more.cart{
 	 background-color:#FFC7C1;
 	 margin-top:unset!important;
 	 width:50%!important;
 	 max-height: 42px;
 	 border-radius: 0px 5px 5px 0px;
 }
 
   .btn.more.consultation.buy:hover{background-color:unset;border:1px solid #000;}
  span.price{padding: 20px 0px;  display: block;}
 .price.variant_1{color: #323539;  font-size: 18px;  font-weight: 500;}

 .price.variant_1{
   text-transform: uppercase;
   font-size: 20px;
   font-weight: 700;
   font-stretch: normal;
   font-style: normal;
   letter-spacing: .9px;
   color: #2f2f2f;
 }

.text_descr{position:relative;}
.text_descr .format-1{position: absolute;  top: 0px;  right: 0px;}
.text_descr .price.variant_1{font-weight:700;margin-bottom: 1rem;}
.text_descr .btn.more.cart{font-weight:600;}
.text_descr .product-buttons span{margin-bottom: 1rem; line-height: 26px;}

.text_descr .btn.more.consultation{background-color:#FFC7C1;font-weight:600;margin-top: 1rem;  width: 100%;}

#onClickAddedtoBasket {
	position: fixed;
  top: 79px;
  left: calc(75% - 105px);
  width: 414px;
  height: 558px;
  background-color:#F8F9FB;
  z-index: 999;
  padding:24px; 
  box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
  border-radius: 7px;
}
#onClickAddedtoBasket span{font-size:26px; color:#323539;font-weight:700;max-width: 83%; display: inline-block;}
#onClickAddedtoBasket img{border:1px solid rgba(229, 229, 231, 1);margin-top:20px;margin-bottom:20px;}
#onClickAddedtoBasket .title-in-cart{font-size:20px;font-weight:600;color:#323539;}
#onClickAddedtoBasket .btn.more.cart{display: block;  margin-top: 20px;font-weight:600;}

 #addedToCart-status:checked ~ label + div {   display:none;	 }
 #addedToCart-status:checked ~ label {   display:none; }
 
 label[for="addedToCart-status"] {
	width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  position: absolute;
  top: 100px;
  right: 165px;
  z-index: 9999;
  display:none;
 }
 label[for="addedToCart-status"] span{
 	rotate: 45deg;
  margin-left: 9px;
  color: rgb(50, 53, 57);
  display: block;
  font-size: 30px;
  font-weight: 300;
 }
 /*Cart*/
.for-cart > .row{
	align-items:flex-start;
}
	.for-cart .sidePanel{
 		border:1px solid #efefef;
  	border-radius:10px;
	}
  	.for-cart .sidePanel.left{
	 		padding:20px;
		}
 
	 .for-cart .sidePanel.right{
	 		padding:2rem;
	 }
 
 	.lists.cartItems{
 		--itemsGap:20px;
 		display:flex;
 		flex-direction:column;
 		gap:var(--itemsGap);
 	}
 	
 	
 	 .inStockInfo{
 		  display:flex;
 		  justify-content:flex-end;
 		  gap:3px;
 		  color: red;
      font-weight: 600;
      padding: 20px 0;
 	 }
 	 .inStockInfo>*{
 	 	 line-height:26px!important;
 	 	 display:inline-flex;
 	 }
 	 
 	 
 		.cart.one-item{
 			position:relative;
 		}
 		.cart.one-item:not(:last-child):after{
 			content:'';
 			display:block;
 			width:100%;
 			height:1px;
 			background-color:rgba(229, 229, 231, 1);
 			margin-top:var(--itemsGap);
 		}
 		
 		.cart.one-item .content{
 			position:relative;
 			display:flex;
 			flex-direction:row;
 			gap:15px;
 			align-items:flex-start;
 		}
 		
 			.cart.one-item .favoriteAction{
 				position:absolute;
 				top:0px;
 				right:0px;
 				z-index:7;
 			}
 		
 			.cart.one-item .productImage{
 				display:block;
 				width:190px;
 				flex-shrink:0;
 			}
 			
 			.cart.one-item .productImage img{
 				position: relative;
			  display: block;
			  border: 3px solid #FFFFFF;
			  box-shadow: 0px 0px 1px 1px #e5e5e7;
			  margin: 0px auto;
			  border-radius: 9px;
 			}
 			.cart.one-item .detail-info{
 				flex-grow:1;
 			}
 			.cart.one-item .category{
 				--gap:8px;
 				display:flex;
 				color:rgba(133, 140, 149, 1);
 				font-size:14px;
 				font-weight:600;
 				line-height:20px;
 				align-items:center;
 				gap:var(--gap);
 			}
 			.cart.one-item .category *:nth-child(n+2):before{
 				content:'';
 				display: inline-block;
			  width: 4px;
			  height: 4px;
			  background-color: rgba(133, 140, 149, 1);
			  border-radius: 50%;
			  margin-right:var(--gap);
			  position:relative;
			  transform:translate(0px, -50%);
 			}
 			.cart.one-item .productTitle{
 				color: rgba(50, 53, 57, 1);
			  font-size: 18px;
			  font-weight: 700;
			  line-height: 28px;
			  min-height:84px;
 			}
 			.cart.one-item .productTitle:before{
 				content:'';
 				display:block;
 				width:50px;
 				height:25px;
 				float:right;
 			}
 			
 			.cart.one-item .actionBar{
 				display:flex;
 				justify-content:space-between;
 				align-items:center;
 				gap:10px;
 			}
 			
 						
 			.cart.one-item .price{
 				color: rgba(50, 53, 57, 1);
			  font-size: 18px;
			  font-weight: 500;
 			}
 			.cart.one-item .actions{
 				display:flex;
 				gap:10px;
 				align-items:center;
 			}
 			.cart.one-item .actions .cartDelete{
 				display:block;
 				border-radius:10px;
 				border:1px solid #efefef;
 				height:40px;
 				width:40px;
 				background-image:url('../images/trash.svg');
 				background-position:center center;
 				z-index:1;
 			}
 			.selectQuantityItem  .nice-select.open .list {z-index: 99!important;}
 			
 			.cart.one-item .actions .blockMoreLess{display:flex;align-self:end;}
			.cart.one-item .actions .blockMoreLess a{font-size:28px; border:1px solid #efefef;padding-left: 11px;  padding-right: 11px;}
			.cart.one-item .actions .blockMoreLess a:first-child{ border-radius:10px 0px 0px 10px;}
			.cart.one-item .actions .blockMoreLess a:last-child{ border-radius:0px 10px 10px 0px;}
			.cart.one-item .actions .blockMoreLess input{height: 40px;  width: 40px;border:1px solid #efefef;border-radius:0px;text-align: center;}
 		
	 	.cart.one-item .messageBlock{
			display:none;
			position:absolute;
			top:-1px;
			left:-1px;
			right:-1px;
			bottom:-1px;
			background-color:#FFFFFFee;
			z-index:15;
		 	margin:0px;
		 	align-items:center;
		 	justify-content:center;
		}
		.cart.one-item.deleted .messageBlock,
			.cart.one-item.outOfStock .messageBlock{
				display:flex;
		}
		.cart.one-item .messageBlock .msg{
			display:none;
			font-size: 16px;
  		font-weight: 400;
  		text-align:center;
		}
	 	.cart.one-item.deleted .messageBlock .msg.onDeleted{
			display:block;
		}
		.cart.one-item.outOfStock .messageBlock .msg.onOutOfStock{
			display:block;
			color:#FF0000;
		}
	 

  .for-cart .sidePanel.right{
  	color:rgba(50, 53, 57, 1); font-size:20px;font-weight:700;margin-bottom: 16px
  }
  .for-cart .sidePanel.right .units{color:rgba(133, 140, 149, 1); font-size:16px;font-weight:500;display: flex;}
  .for-cart .sidePanel.right .units span:first-child{display:flex;flex-grow:2;}
  .for-cart .sidePanel.right .total{color:rgba(50, 53, 57, 1); font-size:18px;font-weight:700;display: flex;line-height: 44px;}
  .for-cart .sidePanel.right .total span:first-child{display:flex;flex-grow:2;}
   
 	.for-cart .sidePanel.right span{line-height:36px;}
@media(max-width:601px){
	.cart.one-item .content{
		flex-direction:column;
	}
	.cart.one-item .content .detail-info{
		width:100%;
	}
}

@media(max-width:992px){
  	.lists.cartItems.checkout:after{
	  content: '';
	  display: block;
	  width: 100%;
	  height: 1px;
	  background-color: rgba(229, 229, 231, 1);
	  margin-top: var(--itemsGap);
	}
}

#PlasareComanda label[for="phone"]+a,
#PlasareComanda label[for="email"]+a{
	background-image:url('../images/warning-circle-svgrepo-com.svg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
  margin-left: 1px;
  width: 15px;
  height: 15px;
  display: inline-block;
  position:absolute;
  top:-2px;
}


#PlasareComanda label[for="phone"]+a span,
#PlasareComanda label[for="email"]+a span{
  display:none;
  padding: 1px 8px;
  margin-left: 20px;
  flex-direction: row;
  min-width: 163px;
  flex-wrap: wrap;
  font-size: 12px;
  position: absolute;
  color: #f00;
  top: -59px;
  border: 1px solid #f00;
  border-radius: 5px;
  left: -27px;
  background-color: #fff;
}

#PlasareComanda label[for="phone"]+a span:before,
#PlasareComanda label[for="email"]+a span:before{
	content:'';
	display:block;
	position:absolute;
	width:0px;
	height:0px;
  border:7px solid transparent;
  border-bottom:0px;
  border-top-color:#F00;
  bottom:-7px;
}
#PlasareComanda label[for="phone"]+a span:after,
#PlasareComanda label[for="email"]+a span:after{
	content:'';
	display:block;
	position:absolute;
	width:0px;
	height:0px;
  border:7px solid transparent;
  border-bottom:0px;
  border-top-color:#FFF;
  bottom:-6px;
}

#PlasareComanda label[for="phone"]+a:hover span,
#PlasareComanda label[for="email"]+a:hover span{
 display:block;
}

form#PlasareComanda .h6,
.order-right .h6{margin-left:unset;text-align:left; color:rgba(50, 53, 57, 1);font-size:20px;line-height:28px;margin-bottom: 1.5rem;text-transform: uppercase;}
.form-label{text-transform: uppercase;}
  @media(max-width:567px){
    form#PlasareComanda .h6 {margin-bottom:15px!important;}
  }

form#PlasareComanda input[type=text],form#PlasareComanda input[type=email],form#PlasareComanda input[type=tel]{background-color:rgba(248, 249, 251, 1);}


form#PlasareComanda select[name="selectCity"],
form#PlasareComanda select[name="selectSector"]{
	background-color: #fff;height: 46px;
	padding-left: 10px;border:1px solid rgba(229, 229, 231, 1);
}
form#PlasareComanda select[name="selectSector"]>option{height:46px;padding:10px 0px;}

.personal-left{max-width:544px;}
.order-right {max-width:532px;}
.personal-left, .order-right{border:1px solid #efefef;border-radius:10px;padding: 0px 25px;}
                .order-right{padding-top: 16px !important;}  


.order-right .count-number{
	width:40px;height:40px;
	background-color:#fff;border:1px solid #efefef;border-radius:10px;
	position:absolute;
	left:10px;
	top:10px;
	font-size:14px;
	font-weight:600;
	padding: 9px;
  text-align: center;
  color: rgb(50, 53, 57);
}

.order-right .units{color: rgba(133, 140, 149, 1); font-size:16px;font-weight:500;display: flex;line-height:25px;margin-top: 20px;  margin-bottom: 20px;}
   .order-right .units span:first-child{display:flex;flex-grow:2;}
.order-right .total{color:rgba(50, 53, 57, 1); font-size:18px;font-weight:700;display: flex;line-height: 44px;line-height:28px;}
 .order-right .total span:first-child{display:flex;flex-grow:2;}
 .order-right  p{
 	font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
 .order-right  p a{color: rgba(252, 30, 6, 1);font-size:14px;font-weight:600;display:block;}
 

select[name="selectSector"]{
    height:46px;
    background-color: #fff;
    border: #b2eeac 2px solid;
    color:rgba(133, 140, 149, 1)!important;
}
 
select[name="selectSector"]>option{
    height:46px!important;
    background-color: #fff!important;
    color:#000!important;
    border:1px solid #efefef;
    font-size:15px!important;;
}

select[name="selectSector"]>option:before {
    content: ">"!important;;
    font-size: 22px!important;;
    display: none!important;;
    padding-right: 15px!important;;
    padding-left: 10px!important;;
    color: #fff!important;;
}
 
select[name="selectSector"]>option:hover:before {
    display: inline!important;;
}


#onClickNotifi .h2.main-style{line-height:40px;}

.show-only-for-online{display:flex; margin-top: 20px;}
   @media(max-width:991px){
   	#filterForm{flex-wwap:wrap;}
   	#filterForm>div{margin-left: 20px;}
   	.display-per-page.pages{   	margin-right: auto;margin-top:20px;margin-bottom:20px;}
   	.filterElement.subcategorii:last-child {margin-left:unset!important;}
   	.display-per-page span {margin-left:unset!important;}
   }
   
.show-only-for-online input:checked label{}
.show-only-for-online input[type="checkbox"]{
  margin-right:5px;
  width:20px;
  height:20px;
  accent-color:#f00;
   border-radius: 2px;
   outline: 1px solid rgba(0, 0, 0, 0.2);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   cursor: pointer;
    position: relative;
}
.show-only-for-online input[type="checkbox"]:focus{
    outline: 1px solid rgba(0, 0, 0, 0.2);
}

.show-only-for-online input[type="checkbox"]:checked{
    background-color: #f00;
    background: #f00 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 4px 4px no-repeat;
}

.show-only-for-online label{color: rgba(50, 53, 57, 1);font-weight:400;font-size:14px;}

footer .bank_cards_type{
  display: flex;
  flex-direction: column;
}
footer .bank_cards_type > a {
  display:inline-block;
  height: 3.5rem;
  padding: 1rem 0rem;
}
.confid:has(.plata-esuata){border:unset!important;}
.confid:has(.plata-reusita){border:unset!important;}

.deliveryInfo.header {margin-left: 36px;  margin-top: 20px;}
.deliveryInfo.header .label{font-size:15px; font-weight:500;color:rgba(50, 53, 57, 1);display:inline-block;}
.deliveryInfo.header :is(.period, .day, .time){
	display: inline-block;
  font-size: 15px !important;
  font-weight: 700 !important;
 }
 
 .deliveryInfo.header .period{   color: var(--primary); }

.accordion-body .deliveryInfo {margin-bottom: 7px;display:flex;}
.accordion-body .deliveryInfo .label{font-size:16px; font-weight:600;color:rgba(50, 53, 57, 1);display:inline-block;}
.accordion-body .deliveryInfo .period{margin-left:auto;}
.accordion-body .deliveryInfo :is(.period, .day, .time){
	display: inline-block;
  font-size: 14px;
  padding: 0px 5px;
  background-color: var(--primary);
  border-radius: 17px;
  color: #fff;
}

.blogHead.with-checkbox{flex-wrap:wrap;}
.blogHead.with-checkbox .filterElement:nth-child(2){margin-left:auto;}
.blogHead.with-checkbox .show-only-for-online {width:100%;margin-top:0px;}

.autocomplete{display:flex;position:relative;flex-grow:1;}
.autocomplete input{flex-grow:1;display:flex;}
.autocomplete ul{
	position: absolute;
  top: 44px;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #FFFFFF;
  z-index: 99;
  overflow: hidden;
  border-radius: 0px 0px 7px 7px;
  box-sizing: border-box;
  font-size: 13px;
  border: 1px solid #efefef;
  margin-right: 3px;
	}
.autocomplete ul:empty{display:none;}
.autocomplete ul li{border:1px solid #F0F0F0;border-top:0px;width: 100%;}
.autocomplete ul li:first-child{padding-top:0px;}
.autocomplete ul li.selected{background-color: rgba(255, 199, 193, 1);width: 100%;}
.autocomplete ul li:hover{background-color: rgba(255, 199, 193, 1);}
.autocomplete ul li > span{cursor:pointer;display:block;line-height:31px;padding: 0px 10px 0px 39px;}
.autocomplete ul li > span b{color:#000000;}

li.showAll{display:flex;justify-content:center;}
li.showAll:hover{background-color:unset!important;}
li.showAll>a{
	font-size:13px;
	margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color:#ffc7c1;
  border-radius:5px;
  transition: all 0.35s;
  margin-top:10px;
  margin-bottom:10px;
  text-transform:capitalize;
}
li.showAll>a:hover{
	background-color: var(--linkHover);
  transition: all 0.35s;
}

.display-per-page {
  align-items: center;
}
.display-per-page span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.display-per-page select {
  width: 54px;
  background-color: #F8F9FB;
  border: 1px solid #E5E5E7;
  color: var(--type1gray);
  padding-left: 6px;
}

 /**********************************************/
 main .caption{
  position: absolute;
  top: 90%;
  left: 0%;
  background: #fff;
  z-index: 1;
  height: 113px;
  padding: 26px 87px;
  text-transform: uppercase;
  text-align: center;
  font-size: calc(1.25vw + 1.25vh + 0.75vmin);
  line-height: 68px;
  font-weight: 200;
  letter-spacing: 2.5px;
 }
 
  @media(min-width:584px) and (max-width:992px){
  	 main .caption{
  	   padding: 26px 37px;
  	   font-size: calc(1vw + 1vh + 0.65vmin);
  	 }
  	 
  }
  @media(max-width:583px){
    main .caption{display:none;}
  }
 
.bann-promociones .bann {
  min-height: 400px;
  width: 100%;
  padding: 30px 0;
  position: relative;
  background-image: url("/templates/default/images/banner-promociones.jpg");
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.bann-promociones .bann h3 {
  font-family: Mulish,sans-serif !important;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.8px;
  color: #2f2f2f;
}

.bann-promociones .bann h3 b, .bann-promociones .bann h3 strong {
  display: block;
  margin-top: 7px;
  font-weight: 700;
  color: #cd9802;
}
.bann-promociones .bann h3 span {
  background-color: #fff;
  padding: 4px 7px;
  text-transform: uppercase;
}

.bann-promociones .bann .btn {
  position: absolute;
  left: 0;
  bottom: 50px;
  background-color: transparent;
  -moz-background-color: transparent;
  -o-background-color: transparent;
  -webkit-background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.4px;
  text-align: left;
  color: #fff;
}
.bann-promociones .bann .btn img {
  margin-left: 5px;
  margin-top: -3px;
  max-width: 40px;
}

.articole-noi{background-color:#f7f7f7;padding: 70px 0px !important;}
.btn-outline-dark{
  color: #343a40;
  border: 1px solid #343a40!important;
  height:50px;
  margin-left:auto;
  margin-right:auto;
}

@media(max-width:992px){
	.btn-primary {
	  color: #fff;
	  background-color: var(--bg-primary);
	  border-color: var(--bg-primary);
	  font-size: 12px;
	  padding-top: 17px;
	}
	   .btn-primary:hover{background-color: #995F06;}
	         
	.property-title .precio h2 {text-align:center!important;}
	.property-title>.container>.row{justify-content: center;}
	.property-data{display:none;}
	.text_descr h4, .dontHesitate{padding-top:10px;padding-bottom: 5px;padding-left: 0px;}
	.titlePlusIcons{padding-left:0px;}
}


.herToHelpU{
	background-image:url('/media/content/talmar_contact_home.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:630px;
}
.form-container{
	background-color:#f7f7f7;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:19vh;
}
  .contacts-page-form .form-container{margin-top:unset!important;}
  .contacts-page-form .form-container h6{max-width:100%!important;}

@media(max-width:767px){
	 .form-container {margin-top: 6vh;}
}

.form-field-wrapper input{
	height:50px!important;
	padding-left:20px;
	/*padding-bottom:20px;*/
	border: 1px solid #e2e2e2!important;
	border-radius:7px;
}

.form-field-wrapper textarea{
	padding-left: 20px;
  padding-top: 20px;
  border-color: #e2e2e2;
  margin-top: 15px;
 }

.form-field-wrapper{margin-bottom:15px;}

/****************form floating*********************/
 .form-floating{ 	 position:relative;	 }
 
 .form-floating label{
 	position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
  padding: 1rem 1.25rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
 }
 
 .form-floating input::placeholder,
 	.form-floating textarea::placeholder {
      color: transparent;
  }
 .form-floating:has(input:focus) label,
 	.form-floating:has(input:not(:placeholder-shown)) label,
 	.form-floating:has(textarea:focus) label,
 	.form-floating:has(textarea:not(:placeholder-shown)) label{
 		opacity: .65;
 	 transform: scale(.75) translateY(-.7rem) translateX(.15rem);
 }
 .form-floating:has(:-webkit-autofill) label {
      opacity: .65;
 	 	transform: scale(.75) translateY(-.7rem) translateX(.15rem);
  }
 /******************endform floating****************/
  
.cabecera{
	background-image:url('/templates/default/images/banner-contact.jpg');
	background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  margin-top:0px;
  height:622px;
}
.cabecera h1 {
  font-size: 60px;
  font-weight: 200;
  line-height: 78px;
  letter-spacing: 3px;
  color: #2f2f2f;
  text-transform: uppercase;
  margin: 272px 0;
  max-width: 352px;
}
.cabecera h1 span {
  background-color: #fff;
}
.cabecera #tocontent {
  position: absolute;
  bottom: 120px !important;
}
.btn-contact-1.active, .btn-contact-2.active {
  background-color: #c89505;
  color: #fff;
  font-weight: 700;
}
[type="reset"], [type="submit"], button, html [type="button"] {
  -webkit-appearance: button;
}
.btn-contact-1, .btn-contact-2 {
  height: 70px;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  background-color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.4px;
  text-align: center;
  color: #2f2f2f;
  border: 0 !important;
  cursor: pointer;
}

.contact-map .card-map.cml {
  top: 10px;
  right: 25px;
}
.contact-map .card-map {
  position: absolute;
  padding-top: 12px;
  padding-left: 25px;
  width: 394px;
  max-width: 394px;
  min-height: 212px;
  height: auto;
}
.bg-primary {  background-color: #d09a19!important;}

.contact-map h3 {
	padding: unset;
  font-size: 20px;
  line-height: 49px;
  color: #fff;
  text-transform: uppercase!important;
  font-weight: 200;
}

.contact-map .card-map p {
  max-width: 226px;
  display: inline-flex;
  font-size: 14px;
  line-height: 22px;
}
.contact-map .card-map img {
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

.main-title {
  color: #2f2f2f;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1.75px;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .main-title {    margin: 18px 0 30px;  }
}
.property-title {
  padding-top: 15px;
  margin-bottom: 15px;
}
.titlePlusIcons small{
  display: inline !important;
  font-weight: 400;
  color: #a3a3a3;
  letter-spacing: 1.4px;
  font-size: 14px;
  text-transform: uppercase;
}

.titlePlusIcons .iconos {
  margin-top: 5px;
  font-size: 16px;
  position: relative;
  color: #2f2f2f;
  display: grid;
  grid-template-columns: repeat(12,1fr);
}
.titlePlusIcons .iconos div{
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 50px;
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
   .text-lg-right {
    text-align: right !important;
  }
}
.titlePlusIcons .iconos img {
  height: 16px;
  width: auto;
  margin: 0 auto;
}
.titlePlusIcons .iconos p {
  font-size: 11px;
  color: #2f2f2f;
  font-weight: 400;
}

.slick-slide img {margin-left: auto;  margin-right: auto;}

.property-title .precio h2 {
  font-size: 40px;
  letter-spacing: 2px;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 600;
}

.position-static{position: static !important;}

@media (min-width: 992px) {
  .property-data .nav-tabs {
    display: flex;
  }
}
.property-data .nav-tabs {
  border: none;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.property-data .nav-tabs .nav-item {
  flex-grow: 1 !important;
}
.property-data .nav-tabs .nav-item {
  margin-bottom: -1px;
  height: 70px;
  line-height: 55px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background-color: #fff;
  
}
.property-data .nav-link.active {
  background-color: var(--bg-primary);
  color: #fff;
  font-weight: 900;
}
.property-data .nav-link{
	height: 70px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#444;
}

.property-data .nav-link:hover{
  color:#000;	
}

.list-charact{list-style:none;padding-left:unset;display:flex; max-height:376px;flex-wrap:wrap;max-width:750px;}
.list-charact li{min-height:30px;}
.list-charact li strong {font-size:16px;}
.list-charact li>*{font-size:16px;}
.list-charact i.princ{font-style:normal;font-size:16px;}
.list-charact svg{width:20px;height:20px;display:inline-block;}

.grid-4-soc{
	position:relative;
	display:grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap:10px;
}
.grid-4-soc>a{
	position:relative;
	background-color:var(--bg-primary);
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	height: 50px;
  font-size: 15px;
  text-transform: uppercase;
}
.grid-4-soc a>img{width:19px;	height:18px;}

.product-detail-page{
	position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.descriptionSection div>p{
	font-size: 16px;
  line-height: 30px;
  color: #2e2e2d;
  font-weight: 300;
	max-width:80%;}
	
.map-cont {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	max-width: 723px;
	height: 400px;
	background-color: #efefef;
}
	
.locationSection{
	padding-top:20px;
	padding-bottom:50px;
}

.plans-cont{
  flex-direction: row!important;
  gap:10px;
  flex-wrap:wrap;
}
.plans-cont>li{width:200px;}

.services-grid{
 display:grid;
 grid-template-columns:	repeat(auto-fit, minmax(300px, 1fr));
 gap:1rem;
 place-content:center;
 align-content:center;
}
.services-grid>.card{border:unset;}
.services-grid>.card>*{align-items:center;display: flex; flex-direction: column;}
.services-grid .h6{
  font-size: 20px;
  line-height: 70px;
  font-weight: 200;
  text-transform: uppercase;
}
.services-grid .card-subtitle{
  max-width: 356px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #2e2e2d;
}
.services-grid .card-subtitle>*{text-align:center;}

.our-services{
	padding-top: 44px;
  padding-bottom: 70px;
  position: relative;
}
					@media(max-width:991px){
					   .our-services{padding-top:35px;	padding-bottom:35px;}
					}

.our-services>p>img{
	display: block;
  margin-left: 5rem;
  }
  
 @media(min-width:992px) and (max-width:1199px){
  .our-services > p > img {margin-left: 0rem;}
 }
  @media(min-width:577px) and (max-width:991px){
  	.our-services>p{margin:unsest!important;padding:unset!important;}
    .our-services>p>img{margin-left: unset;}
  	.our-services .texton{
  		top: 8% !important;
	    left: 36% !important;
	    max-width:max-content!important;
	    max-height: auto !important;
  	}
  	.our-services .texton ul li {font-size: 15px!important;}
  }
  @media(min-width:326px) and (max-width:576px){
  	.our-services>p{margin:unset!important;padding:unset!important;}
    .our-services>p>img{min-width:300px!important;margin-left:unset!important;}
  	.our-services .texton{
  		top: 50% !important;
	    left: 50% !important;
	    transform: translate(-50%, -50%);
	    min-width: 300px!important;
	    max-height: auto !important;
  	}
  	.our-services .texton ul li { font-size: 14px!important;}
		.services-grid .card-subtitle {margin-bottom: 20px;}
	}
  
 
.our-services .texton{
  background-color: #fff;
  padding: 1rem 1.5rem;
  position: absolute;
  top: 19%;
  left: 50%;
  max-width: 442px;
  max-height: 361px;
  -webkit-box-shadow: 2px -3px 15px 1px rgba(122,121,122,1);
  -moz-box-shadow: 2px -3px 15px 1px rgba(122,121,122,1);
  box-shadow: 2px -3px 15px 1px rgba(122,121,122,1);
}
.our-services .texton h3{
  color: #d5a633;
  text-transform: uppercase !important;
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
}
.our-services .texton h3 strong{
  color: #2e2e2d;
  font-weight: 300;
}
.our-services .texton ul li {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.our-services .texton ul {
  list-style-image: url(/templates/default/images/check.svg);
}

.basic-icons{
	display:flex;
	justify-content:flex-start;
	gap:0px 10px;
}
.basic-icons img{width:23px;height:23px;}

.font-weight-bold{
	font-weight: bold !important;
}

.catalog-cover{
	float: left;
	width: 100%;
	max-width: 600px;
	margin: 0 30px 30px 0;
}

.catalog-text > *{
	all: revert;
}