.about{
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	color: #96694c;
}
.about h3{
	font-weight: 700;
	letter-spacing: 0.5rem;
}
.about p{
	font-size: .9em;
	line-height: 1.5;
}
.text-brown{
	color: #96694c !important;
}
.block-review h4{
	letter-spacing: 0.5rem;
	font-weight: 700;
	font-size: 1.25em;
}
.block-review blockquote{
	font-size: 1rem;
	color: #000;
}
.letter-1{
	letter-spacing: 0.5rem;
}
.letter-2{
	letter-spacing: 0.25rem;
}
.text-white{
	color: #fff !important;
}

.contact{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 70px 0;
	color: #fff;
}
.contact .logo{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 1rem;
}
.contact a{
	color: #fff;
}
.block-social a{
	border-color: #fff;
}
.line-height-1{
	line-height: 1.5;
}
.map iframe{
	display: block;
}
.header .logo img{
	filter: brightness(0) invert(1);
}
.header.switched-header .logo img{
	filter: unset;
}
.banner{
	position: relative;
}
.banner img{
	width: 100%;
	display: block;
}
.banner h2{
	color: #fff;
	font-size: 11rem;
	letter-spacing: 2rem;
}
.banner .container{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.header.default.page{
	background: linear-gradient(90deg, #cc602d 0%, #f8b777 50%, #cc602d 100%);
	background: #96694c;
}
.header .logo{
	margin-bottom: 0.475em;
}
.header{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner img{
	margin: 0;
}
.main-nav ul li{
	position: relative;
}
.main-nav ul li ul{
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 5px;
}
.main-nav ul li:hover ul{
	display: block;
}
.main-nav ul li ul li{
	margin: 0;
}
.main-nav ul li ul li a{
	color: #000;
	padding: .75em;
	display: block;
    white-space: nowrap;
    font-size: 10px;
}
.img-zoom{
	overflow: hidden;
	position: relative;
	width: 100%;
	aspect-ratio: 361/479;
	margin-bottom: 1.875em;
}
.img-zoom img{
  width: 100%;
  height: auto;
  display: block;
  transition: transform .35s ease;
  transform-origin: center center;
  object-fit: cover;
  margin-bottom: 0;
}
.img-zoom:hover img{
	transform: scale(1.1);
}
@media(max-width: 768px){
	.header.default.page{
		background: #fff;
	}
	.header{
		display: block;
	}
	.header .logo{
		margin-bottom: 0;
	}
	.header .logo img{
		filter: unset;
	}
	.mobile-but{
		top: -30px;
	}
	.main-slider .slides li{
		min-height: auto;
		height: auto !important;
	}
	section.main{
		padding-top: 4em;
		padding-bottom: 4em;
	}
	.about{
		background-image: none !important;
	}
	div[class*="col-"].gap-double-lg, .gap-double-lg{
		padding-top: 4em;
		padding-bottom: 4em;
	}
	div[class*="col-"].gap-one-bottom, .gap-one-bottom{
		padding-bottom: 3em;
	}
	.product-list .col-sm-4{
		margin-bottom: 3em;
	}
	.but{
		font-size: .5em;
	}
	.banner h2{
		font-size: 2rem;
		letter-spacing: 1rem;
	}
	.banner{
		padding-top: 65px;
	}
	.banner .container{
		top: 65px;
	}
	.block-boxe{
		padding: 2.4857em 1em;
	}
}