.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: 5.75rem;
	letter-spacing: 3rem;
	font-weight: 500;
}
.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 !important;
	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 !important;
}
.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;
	}
}
section.catalog{
	aspect-ratio: 1920/981;
	overflow: hidden;
}
section.catalog img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s ease;
}
section.catalog:hover img{
	transform: scale(1.06);
}
.custom-1{
	display: flex;
	flex-wrap: wrap;
	gap: 90px;
	justify-content: space-between;
}
.custom-1 .item{
	display: block;
	width: calc(100% / 2 - 70px);
	text-align: center;
}
.custom-1 .item img{
	max-width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	margin: 0 auto 30px;
}
.custom-1 .item h3{
	color: #96694c;
}
.custom-1 .item p{
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
}

@media(max-width: 768px){
	#contact h2{
		font-size: 1.25em;
	}
	.main-nav ul{
		margin-right: 1.857em;
	}
	.main-nav ul li ul{
		left: 0;
		right: auto;
		margin:0;
		z-index: 2;
	}
	img.about-m{
		width: 50%;
		margin: 0 auto 1.875em;
	}
	.header.default{
		position: relative;
	}
	.banner{
		padding-top: 0;
	}
	.banner .container{
		top: 0;
	}
	.main-slider .slides li video{
		height: calc(100dvh - 71px);
		object-fit: cover;
	}
	.custom-1{
		gap: 30px;
	}
	.custom-1 .item{
		width: calc(100% / 2 - 15px);
	}
	.custom-1 .item p{
		font-size: 13px;
	}
}