/*
	@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;300;400;500;600;700;800;900&family=Montserrat:wght@100..900&display=swap');
*/

html {
	font-family: "Montserrat", sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	color: var(--brown);
}

:root {
	--brown: #716b5c;
	--cream: #f5f1e6;
	--green: #6A9034;
}

a {
	text-decoration: none;
	transition: 0.3s;
}

img {
	max-width: 100%;
}

h1, h2 {
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 40px;
}

h1 {
	color: var(--cream);
	line-height: 40px;
}

.page_content h1 {
	color: var(--brown);
}

.page_content a {
	color: #A67E35;
}

h2 {
	color: var(--brown);
	line-height: 36px;
}

@media (max-width: 576px) {
	h2 {
		margin-bottom: 32px;
	}
}
@media (max-width: 400px) {
	h1, h2 {
		font-size: 28px;
		line-height: 31px;
	}
}
html,
body {
	height: 100%;
	background-color: #FAFAFA;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	/*
	padding-top: 100px;
	*/
}

.breadcrumb_other {
	display: none!important;
}

.content {
	flex: 1 0 auto;
	position: relative;
}
footer,
.footer {
	flex: 0 0 auto;
}
.primary-btn {
	padding: 16px;
	background: #6A9034;
	box-shadow: 2px 2px 0px rgba(136, 125, 112, 0.2);
	border-radius: 8px;
	display: inline-block;
	text-align: center;
	border: none;
	box-shadow: none;
	outline: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	text-transform: uppercase;
	color: #FAFAFA;
	transition: 0.3s;
}
.primary-btn:hover {
	background: #8fb75a;
}
.primary-btn.fz-small {
	text-transform: none;
	font-size: 13px;
}

@media (min-width: 400px) and (max-width: 481px) {
	.primary-btn.fz-small {
		font-size: 16px;
	}
}
.sc-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.sc-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 577px) {
	.bg-mob {
		display: none !important;
	}
}
@media (max-width: 576px) {
	.bg-desktop {
		display: none;
	}
}

.header {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url("../img/header-bg-mob.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}

.header__wrap {
	height: 100px;
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header__content-left {
	margin-right: 20px;
}

.header__content-right {
	margin-left: auto;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	max-width: max-content;
}

.header__logo {
	flex-shrink: 0;
	width: 210px;
}

.header__logo-txt {
	margin-top: 5px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 10px;
	padding-left: 5px;
	color: var(--green);
}

.header__nav {
	list-style: none;
	padding-left: 0;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 162%;
	margin-bottom: 0;
}
.header__nav li {
	display: inline-block;
	padding: 5px 30px;
}
.header__nav a {
	color: var(--brown);
}
.header__nav a:hover {
	color: var(--green);
}

.header__burger {
	width: 35px;
	height: 25px;
	border-radius: 4px;
	z-index: 10;
	position: relative;
	display: none;
}
.header__burger > * {
	pointer-events: none;
}
.header__burger span {
	position: relative;
	margin-top: 9px;
	margin-bottom: 9px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -18px;
	margin-top: -1.5px;
}
.header__burger span, .header__burger span::before, .header__burger span::after {
	display: block;
	width: 35px;
	height: 5px;
	background-color: #716B5C;
	outline: 1px solid transparent;
	transition-property: background-color, transform;
	transition-duration: 0.3s;
}
.header__burger span::before, .header__burger span::after {
	position: absolute;
	content: "";
}
.header__burger span::before {
	top: -9px;
}
.header__burger span::after {
	top: 9px;
}
.header__burger.clicked span {
	background-color: transparent;
}
.header__burger.clicked span::before {
	transform: translateY(9px) rotate(45deg);
}
.header__burger.clicked span::after {
	transform: translateY(-9px) rotate(-45deg);
}
.header__burger:hover {
	cursor: pointer;
}

@media (min-width: 481px) {
	.header {
		background-image: url("../img/header-bg.webp");
		background-position: center center;
	}
}
@media (max-width: 1199px) {
	.header__logo {
		max-width: 172px;
	}
	.header__logo-txt {
		font-size: 9px;
	}
	.header__nav li {
		padding: 5px 13px;
	}
}
@media (max-width: 991px) {
	.header__logo {
		margin-left: -5px;
	}
	.header__logo-txt {
		padding-left: 0;
	}
	.header__burger {
		display: inline-block;
	}
	.header__nav {
		background-color: var(--cream);
		position: fixed;
		z-index: 9;
		top: 100px;
		left: 0;
		font-size: 18px;
		height: calc(100% - 100px);
		max-width: 515px;
		width: 100%;
		padding: 48px 24px 48px 24px;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.header__nav li {
		width: 100%;
		padding: 16px 0px;
	}
	.header__nav.show {
		transform: translateX(0px);
	}
	.header__nav.show li {
		transform: translateX(0px);
		opacity: 1;
	}
}
.sc-banner {
	position: relative;
	z-index: 1;
	color: var(--cream);
}

.banner__bg:before {
	background: linear-gradient(0deg, rgba(110, 87, 53, 0.3), rgba(110, 87, 53, 0.3));
}

.banner__wrap {
	display: flex;
	flex-wrap: wrap;
	min-height: 700px;
	padding-top: 60px;
	padding-bottom: 60px;
	align-content: center;
	height: 100%;
}

.banner__info {
	max-width: 858px;
}

.banner__info-txt {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
}

.banner__info-btn {
	margin-top: 40px;
}

@media (max-width: 991px) {
	.banner__wrap {
		min-height: auto;
	}
}
@media (max-width: 400px) {
	.banner__info-txt {
		font-size: 17px;
	}
}
.sc-ecoTech {
	padding-top: 143px;
	padding-bottom: 143px;
	position: relative;
}

.ecoTech__bg {
	background-repeat: repeat;
	background-color: #FEFBF3;
	background-size: contain;
}

.ecoTech__wrap {
	max-width: 1008px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.ecoTech__subtitle {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
}

.ecoTech__txt {
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 20px;
}

.ecoTech__inner-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ecoTech__inner-item {
	width: calc(50% - 10px);
	margin-top: 20px;
	padding-left: 48px;
}

.ecoTech__inner-item-title {
	margin-bottom: 10px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 162%;
	color: #A67E35;
	position: relative;
}

.ecoTech__inner-item-title .icon {
	position: absolute;
	left: -48px;
	top: -3px;
}

.ecoTech__inner-item-txt {
	font-size: 15px;
	line-height: 130%;
}

@media (max-width: 991px) {
	.sc-ecoTech {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}
@media (max-width: 767px) {
	.ecoTech__inner-item {
		width: 100%;
		padding-left: 0;
		margin-top: 32px;
	}
	.ecoTech__inner-item:first-of-type {
		margin-top: 12px;
	}
	.ecoTech__inner-item-title {
		display: flex;
		align-items: center;
	}
	.ecoTech__inner-item-title .icon {
		transform: scale(1.5);
		position: relative;
		flex-shrink: 0;
		left: 0;
		margin-right: 22px;
		display: inline-block;
	}
}
@media (min-width: 400px) and (max-width: 481px) {
	.ecoTech__inner-item-title {
		font-size: 20px;
		line-height: 28px;
	}
	.ecoTech__inner-item-txt {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	.ecoTech__subtitle {
		font-size: 17px;
	}
	.ecoTech__txt {
		font-size: 16px;
	}
}
.sc-ecoComfort {
	position: relative;
	padding-top: 156px;
	padding-bottom: 156px;
	z-index: 1;
	color: var(--cream);
}

.ecoComfort__bg:before {
	background: rgba(58, 44, 22, 0.6);
}

.ecoComfort__title {
	color: var(--cream);
}

.ecoComfort__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding-top: 20px;
}

.ecoComfort__item {
	width: calc(33.3333333333% - 15px);
	padding: 20px 40px;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	background-color: rgba(245, 241, 230, 0.219);
}

.ecoComfort__item-title {
	margin-bottom: 10px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 144%;
}

.ecoComfort__item-txt {
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	color: #FAFAFA;
}

@media (max-width: 1199px) {
	.ecoComfort__item {
		width: calc(50% - 15px);
	}
}
@media (max-width: 991px) {
	.sc-ecoComfort {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}
@media (max-width: 767px) {
	.ecoComfort__title {
		margin-bottom: 24px;
		text-align: left !important;
	}
	.ecoComfort__wrap {
		display: inline-block;
		padding-top: 0;
	}
	.ecoComfort__item {
		margin-top: 24px;
		width: 100%;
	}
	.ecoComfort__item:first-of-type {
		margin-top: 0;
	}
}
@media (min-width: 400px) and (max-width: 481px) {
	.ecoComfort__item-title {
		font-size: 20px;
	}
	.ecoComfort__item-txt {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	.ecoComfort__item {
		padding: 20px 20px;
	}
}

.sc-whyLemix {
	background-color: #FAFAFA;
	padding-top: 140px;
	padding-bottom: 112px;
}

.page_content {
	background-color: #FAFAFA;
	padding-top: 50px;
	padding-bottom: 50px;
}

.whyLemix__wrap {
	display: flex;
	width: 100%;
	gap: 40px;
	padding-top: 20px;
}

.whyLemix__left {
	max-width: 298px;
	width: 100%;
	flex-shrink: 0;
}

.whyLemix__middle {
	max-width: 469px;
	width: 100%;
}

.whyLemix__right {
	max-width: 403px;
	width: 100%;
}

.whyLemix__img {
	width: 100%;
	height: 100%;
	min-height: 189px;
	position: relative;
	display: inline-block;
}
.whyLemix__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 21%;
	object-position: 21%;
	border-radius: 8px;
}

.whyLemix__info-item {
	padding: 5px 0;
}
.whyLemix__info-item:first-of-type {
	padding-top: 0;
}

.whyLemix__info-item-title {
	margin-bottom: 5px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 162%;
	color: #A67E35;
}

.whyLemix__info-item-txt {
	font-weight: 400;
	font-size: 13px;
	line-height: 130%;
	color: var(--brown);
}

.whyLemix__info-box {
	padding: 20px 30px;
	display: inline-block;
	width: 100%;
	background: #715F5C;
	border-radius: 8px;
	color: #FAFAFA;
	margin-bottom: 24px;
}

.whyLemix__info-box-title {
	margin-bottom: 10px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
}

.whyLemix__info-box-txt {
	font-weight: 400;
	font-size: 13px;
	line-height: 130%;
}

@media (max-width: 991px) {
	.page_content,
	.sc-whyLemix {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.whyLemix__wrap {
		flex-wrap: wrap;
		padding-top: 0;
		gap: 0;
	}
	.whyLemix__left {
		max-width: 100%;
		width: 50%;
	}
	.whyLemix__middle {
		max-width: 100%;
		width: 50%;
		padding-left: 32px;
	}
	.whyLemix__right {
		padding-top: 32px;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.whyLemix__left,
	.whyLemix__middle {
		width: 100%;
	}
	.whyLemix__middle {
		padding-left: 0;
		padding-top: 32px;
	}
}
@media (max-width: 767px) {
	.whyLemix__info-box-btn {
		width: 100%;
	}
}
@media (min-width: 400px) and (max-width: 481px) {
	.whyLemix__info-item-title {
		font-size: 24px;
	}
	.whyLemix__info-item-txt {
		font-size: 18px;
	}
	.whyLemix__info-box-title {
		font-size: 24px;
	}
	.whyLemix__info-box-txt {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	.whyLemix__info-box {
		padding: 20px 20px;
	}
}
.sc-gallery {
	padding-top: 70px;
	padding-bottom: 80px;
	position: relative;
}

.gallery__head-wrap {
	display: flex;
	justify-content: space-between;
}

.gallery__head-title {
	flex-shrink: 0;
	padding-right: 100px;
}

.gallery__bg:before {
	display: none;
}

.gallerySwiper {
	padding-left: 40px;
	padding-right: 40px;
}

.gallery__slider-arrows {
	display: flex;
	justify-content: flex-end;
}
.gallery__slider-arrows .swiper-arrow {
	top: 0;
	margin-left: 10px;
	cursor: pointer;
	right: 0;
	width: 32px;
	height: 32px;
	background: var(--green);
	border-radius: 8px;
	position: relative;
}
.gallery__slider-arrows .swiper-arrow:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 8px;
	background: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.390625 3.99997L4.43509 7.76571C4.51487 7.83999 4.60958 7.89891 4.71381 7.93911C4.81804 7.97931 4.92976 8 5.04258 8C5.1554 8 5.26711 7.97931 5.37135 7.93911C5.47558 7.89891 5.57029 7.83999 5.65006 7.76571C5.72984 7.69143 5.79312 7.60325 5.8363 7.5062C5.87947 7.40915 5.90169 7.30514 5.90169 7.20009C5.90169 7.09505 5.87947 6.99103 5.8363 6.89398C5.79312 6.79693 5.72984 6.70875 5.65006 6.63447L3.67981 4.8H10.198C10.4259 4.8 10.6445 4.71572 10.8056 4.56568C10.9668 4.41565 11.0573 4.21216 11.0573 3.99997C11.0573 3.78779 10.9668 3.5843 10.8056 3.43427C10.6445 3.28423 10.4259 3.19995 10.198 3.19995L3.67981 3.19995L5.65006 1.36548C5.73013 1.29135 5.79367 1.20322 5.83703 1.10615C5.88039 1.00908 5.90271 0.904988 5.90271 0.799858C5.90271 0.694728 5.88039 0.590635 5.83703 0.493565C5.79367 0.396495 5.73013 0.308362 5.65006 0.234237C5.48893 0.0842546 5.27042 -1.32429e-07 5.04258 -1.32429e-07C4.81474 -1.32429e-07 4.59622 0.0842546 4.43509 0.234237L0.390625 3.99997Z" fill="%23FAFAFA"/></svg>');
	background-size: 100% 100%;
}
.gallery__slider-arrows .gallery__slider-arrow-next {
	transform: rotate(180deg);
}

.gallery__slider-swiper-slide {
	max-width: 406px;
}
.gallery__slider-swiper-slide img {
	width: 100%;
	border-radius: 8px;
}

@media (max-width: 991px) {
	.sc-gallery {
		padding-top: 48px;
		padding-bottom: 35px;
	}
}
@media (max-width: 767px) {
	.gallery__head-title {
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
	.gallery__slider-arrows {
		display: none;
	}
}
.sc-montage {
	padding-top: 110px;
	padding-bottom: 65px;
}

.montage__wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
	padding-top: 10px;
}

.montage__col {
	width: 50%;
}

.montage__info {
	display: inline-block;
	width: 100%;
}

.montage__info-item {
	display: flex;
	align-items: center;
	align-content: center;
	width: 100%;
	padding: 15px 0;
}
.montage__info-item:first-of-type {
	padding-top: 0;
}
.montage__info-item:last-of-type {
	padding-bottom: 0;
}

.montage__info-item-img {
	position: relative;
	width: 192px;
	height: 111px;
	flex-shrink: 0;
	margin-right: 24px;
}
.montage__info-item-img img {
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.montage__info-item-title {
	margin-bottom: 5px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #A67E35;
}
.montage__info-item-title._mob {
	display: none;
}

.montage__info-item-txt {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	color: var(--brown);
}

.montage__box {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 42px 40px;
	background-color: rgba(136, 125, 112, 0.205);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.montage__box-bg {
	background-image: url(../img/montager.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 108%;
	z-index: -1;
}

.montage__box-info {
	max-width: 337px;
}

.montage__box-info-title {
	margin-bottom: 20px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 108%;
	color: #A67E35;
}

.montage__box-info-txt {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	max-width: 289px;
	color: var(--brown);
	margin-bottom: 20px;
}

.montage__box-info-btn {
	margin-top: 20px;
}

@media (max-width: 1199px) {
	.montage__wrap {
		display: inline-block;
	}
	.montage__col {
		width: 100%;
	}
	.montage__box {
		margin-top: 48px;
	}
}
@media (max-width: 991px) {
	.sc-montage {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}
@media (max-width: 767px) {
	.montage__box-info {
		max-width: 319px;
	}
	.montage__box-bg {
		right: -42px;
	}
}
@media (max-width: 576px) {
	.montage__wrap {
		padding-top: 0;
	}
	.montage__info-item {
		display: inline-block;
	}
	.montage__info-item-title {
		display: none;
		margin-bottom: 16px;
	}
	.montage__info-item-title._mob {
		display: block;
	}
	.montage__info-item-img {
		width: 100%;
		height: auto;
		padding-top: 58%;
		margin-bottom: 16px;
	}
	.montage__box-info-txt {
		padding-right: 20%;
	}
}
@media (min-width: 400px) and (max-width: 481px) {
	.montage__info-item {
		padding: 24px 0;
	}
	.montage__info-item-title {
		font-size: 24px;
	}
	.montage__info-item-txt {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	.montage__box {
		padding: 20px 20px;
	}
	.montage__box-info-txt {
		padding-right: 22%;
	}
}
.footer {
	/*
	background: #715F5C;
	*/
}

.footer__wrap {
	min-height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}

.footer__logo-wrap {
	margin-right: 60px;
	flex-shrink: 0;
}

.footer__logo {
	max-width: 150px;
}

.footer__logo-txt {
	margin-top: 5px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 500;
	font-size: 8px;
	line-height: 10px;
	padding-left: 5px;
	color: rgb(245, 241, 230);
}

.footer__info {
	color: var(--cream);
	line-height: 130%;
	font-size: 14px;
}

.footer__info-txt {
	display: inline-block;
}

.footer__info-links {
	margin-top: 10px;
	font-weight: 700;
	display: inline-block;
}
.footer__info-links .or {
	font-weight: 400;
}

.footer__info-link-item {
	color: var(--cream);
	text-decoration: underline;
}
.footer__info-link-item:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.footer__wrap {
		padding-top: 32px;
		padding-bottom: 32px;
		flex-wrap: wrap;
	}
	.footer__logo-wrap {
		margin-bottom: 24px;
	}
}
@media (max-width: 576px) {
	.footer__info-links {
		margin-top: 0;
	}
	.footer__info-links .or {
		display: none;
	}
	.footer__info-link-item {
		display: block;
		margin-top: 24px;
	}
}
@media (min-width: 400px) and (max-width: 481px) {
	.footer__info {
		font-size: 18px;
	}
}

#breadcrumbs {
	margin-bottom: 15px;
}