@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
:root {
	--text-color: #000000
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}
a img {
	border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
strong, b {
	font-weight: 700
}
html {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}
* {
	box-sizing: border-box;
	outline: none !important
}
*:before, *:after {
	box-sizing: border-box
}
button, input[type="button"], input[type="submit"] {
	cursor: pointer;
	border-radius: 0;
	-webkit-appearance: button;
	appearance: button
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}
template {
	display: none
}
body {
	line-height: 1.2;
	font-size: 14px
}
img {
	max-width: 100%
}
html, body, * {
	font-family: 'Roboto', sans-serif
}
body {
	color: var(--text-color);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5
}
h1, h2, h3, h4, h5, h6 , .section-titles-subtitle, .catalog__nav-title, .product__title, .product__subtitle, .item-title {
	font-family: 'Akrobat', sans-serif;
	font-style: normal;
	margin: 0
}
@media (max-width: 575px) {
	h1 br, h2 br, h3 br, h4 br, h5 br, h6 br, .section-titles-subtitle br, .form__wrap-title br, .product__title br, .product__subtitle br , .item-title br{
		display: none
	}
}
h1 {
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25
}
@media (min-width: 768px) {
	h1 {
		font-weight: 800
	}
}
@media (min-width: 1200px) {
	h1 {
		font-size: 36px
	}
}
@media (min-width: 1666px) {
	h1 {
		font-size: 48px
	}
}
h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase
}
@media (min-width: 1200px) {
	h2 {
		font-size: 32px
	}
}
@media (min-width: 1666px) {
	h2 {
		font-size: 40px
	}
}
.section-titles-subtitle {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase
}
@media (min-width: 1200px) {
	.section-titles-subtitle {
		font-size: 26px
	}
}
@media (min-width: 1666px) {
	.section-titles-subtitle {
		font-size: 32px
	}
}
.product__title {
	font-size: clamp(20px, 1.33011cqi, 24px);
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase
}
@media (min-width: 768px) {
	.product__title {
		font-weight: 600
	}
}
.product__subtitle {
	font-size: clamp(18px, 1.20919cqi, 20px);
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase
}
@media (min-width: 768px) {
	.product__subtitle {
		font-weight: 600
	}
}
html {
	scroll-behavior: smooth
}
.container {
	width: 100%;
	max-width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: auto;
	margin-right: auto
}
@media (min-width: 992px) {
	.container {
		width: 60rem
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
@media (min-width: 1666px) {
	.container {
		width: 103.375rem
	}
}
img {
	max-width: 100%;
	height: auto;
	max-height: none
}
.pp {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 999;
	opacity: .5;
	width: 1920px;
	height: auto;
	max-width: none
}
.page-template-page-thanks .main-header, .page-template-page-thanks .main-footer, .error404 .main-header, .error404 .main-footer {
	display: none
}
.field {
	margin-bottom: 10px
}
.field-flex {
	display: flex
}
.field label {
	color: rgba(0, 0, 0, 0.4);
	font-family: 'Akrobat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	display: block;
	margin-bottom: 5px
}
.field input {
	display: block;
	width: 100%;
	padding: 14px 20px;
	border-radius: 5px;
	background: #F2F2F2;
	border: none
}
.field input::placeholder {
	color: rgba(0, 0, 0, 0.7)
}
.field input[type="checkbox"] {
	border-radius: 2px;
	border: 1px solid #C0C0C0;
	width: 17px;
	height: 17px
}
.field input[type="checkbox"]+label {
	padding-left: 15px;
	color: #000
}
.form__wrap {
	border-radius: 10px;
	border: 5px solid #FFF;
	background: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1), 0px 4px 20px 0px rgba(0, 0, 0, 0.1) inset;
	padding: clamp(1.875rem, 2.41838cqi, 2.5rem) clamp(1rem, 1.81378cqi, 1.875rem);
	position: relative;
	z-index: 2
}
@media (min-width: 768px) {
	.form__wrap {
		max-width: 410px
	}
}
@media (min-width: 1500px) {
	.form__wrap {
		margin-right: 180px
	}
}
.form__wrap-title {
	color: #000;
	text-align: center;
	font-family: 'Akrobat';
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.form__wrap-title {
		font-size: 20px
	}
}
.form__wrap-title span {
	color: #388B2A
}
@media (min-width: 768px) {
	.form__wrap-title span {
		display: block
	}
}
.form button[type="submit"] {
	width: 100%;
	display: block
}
.modal, .modal_locate {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	background: #563D25;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: opacity 1s ease
}
.modal.active, .modal_locate.active {
	opacity: 1;
	visibility: visible;
	z-index: 99
}
.modal__bg {
	fill: rgba(240, 240, 240, 0.02);
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	min-height: 100%;
	display: block;
	width: auto;
	height: auto
}
.modal__wrap {
	position: relative;
	padding: 1rem
}
@media (min-width: 768px) {
	.modal__wrap {
		padding: 0
	}
}
.modal__close {
	position: absolute;
	right: 1rem;
	top: -2rem;
	z-index: 5;
	cursor: pointer
}
@media (min-width: 768px) {
	.modal__close {
		right: -2rem
	}
}
.modal__close:hover {
	opacity: .7
}
.modal__img {
	position: absolute;
	left: 0;
	top: 30%;
	transform: translateX(-100%);
	z-index: 1;
	height: 80%;
	width: auto
}
.modal .form, .modal_locate .form {
	z-index: 2
}
.modal .form__wrap, .modal_locate .form__wrap {
	margin: 0
}
.modal .container, .modal_locate .container {
	position: relative;
	z-index: 2
}
.btn {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	padding: 1.25rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: .5s ease;
	border: none
}
.btn span {
	padding: 0
}
.btn * {
	pointer-events: none
}
.btn-white, .btn-locate {
	background: none;
	border: 1px solid #377E66;
	padding: 13px 20px
}
.btn-white:hover {
	background: #377E66;
	color: #fff;
}
.btn-locate:hover {
	background: #377E66;
	color: #fff;
	stroke: #fff;
}
.btn-green, .btn-brown {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.4;
	border-radius: 3.125rem;
	position: relative;
	overflow: hidden;
	padding: 1.25rem 4rem
}
.btn-green span, .btn-brown span {
	position: relative;
	z-index: 3
}
.btn-green:before, .btn-brown:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/btn-bg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	mix-blend-mode: multiply;
	border-radius: 3.125rem
}
.btn-green:after, .btn-brown:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 3.125rem
}
.btn-green {
	background-color: #388B2A
}
.btn-green:hover {
	border-color: #1A650D;
	background-color: #4DAA3E
}
.btn-green:after {
	border-bottom: 3px solid #1A650D
}
.btn-brown {
	background-color: #563D25
}
.btn-brown:hover {
	background-color: #8C7765
}
.btn-brown:after {
	border-bottom: 3px solid #321F0D
}
.btn__phone {
	color: #000;
	font-size: clamp(.875rem, 1.08827cqi, 1.125rem);
	font-weight: 700;
	line-height: 1.22
}
@font-face {
	font-family: 'Akrobat';
	src: url("./fonts/akrobat/Akrobat-ExtraLight.eot");
	src: url("./fonts/akrobat/Akrobat-ExtraLight.woff") format("woff"), url("./fonts/akrobat/Akrobat-ExtraLight.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: fallback
}
@font-face {
	font-family: 'Akrobat';
	src: url("./fonts/akrobat/Akrobat-Light.eot");
	src: url("./fonts/akrobat/Akrobat-Light.woff") format("woff"), url("./fonts/akrobat/Akrobat-Light.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: fallback
}
@font-face {
	font-family: 'Akrobat';
	src: url("./fonts/akrobat/Akrobat-Regular.eot");
	src: url("./fonts/akrobat/Akrobat-Regular.woff") format("woff"), url("./fonts/akrobat/Akrobat-Regulasr.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: fallback
}
@font-face {
	font-family: 'Akrobat';
	src: url("./fonts/akrobat/Akrobat-SemiBold.eot");
	src: url("./fonts/akrobat/Akrobat-SemiBold.woff") format("woff"), url("./fonts/akrobat/Akrobat-SemiBold .woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: fallback
}
@font-face {
	font-family: 'Akrobat';
	src: url("./fonts/akrobat/Akrobat-Bold.eot");
	src: url("./fonts/akrobat/Akrobat-Bold.woff") format("woff"), url("./fonts/akrobat/Akrobat-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: fallback
}
@font-face {
	font-family: 'Akrobat';
	src: url("./fonts/akrobat/Akrobat-ExtraBold.eot");
	src: url("./fonts/akrobat/Akrobat-ExtraBold.woff") format("woff"), url("./fonts/akrobat/Akrobat-ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: fallback
}
@font-face {
	font-family: 'Akrobat';
	src: url("./fonts/akrobat/Akrobat-Black.eot");
	src: url("./fonts/akrobat/Akrobat-Black.woff") format("woff"), url("./fonts/akrobat/Akrobat-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: fallback
}
.pixel-perfect {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	opacity: .5
}
.main-header {
	background: #fff;
	border-bottom: 1px solid #E7E7E7;
	z-index: 10;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	transition: background .5s ease
}
@media (max-width: 1666px) {
	.main-header {
		background: #fff
	}
}
.main-header .container {
	position: relative
}
.main-header__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: clamp(.625rem, 1.05804cqi, 1.09375rem) 0
}
.main-header__row a {
	text-align: right
}
@media (max-width: 1666px) {
	.main-header__row a {
		font-size: 1rem
	}
}
.main-header__info {
	font-size: clamp(.6875rem, .84643cqi, .875rem);
	font-weight: 400;
	line-height: 1.5;
	display: none;
	color: #000;
	margin-left: 5px;

}
@media (min-width: 675px) {
	.main-header__info {
		display: flex;
	}
}
@media (min-width: 768px) {
	.main-header__info {
		margin-left: 15px
	}
}
@media (min-width: 1666px) {
	.main-header__info {
		margin-left: 42px
	}
}
.main-header__info svg {
	margin-right: clamp(.3125rem, .60459cqi, .625rem);
	height: auto;
	width: 14px;
	display: block
}
@media (min-width: 768px) {
	.main-header__info svg {
		width: 18px
	}
}
@media (min-width: 1200px) {
	.main-header__info svg {
		width: 24px
	}
}
@media (max-width: 1665px) {
	.main-header__info svg path {
		fill: #388B2A
	}
}
.main-header__info-sm {
	font-size: .75rem
}
@media (max-width: 991px) {
	.main-header__first {
		display: none
	}
	.main-header__white+div {
		margin-left: auto
	}
}
@media (min-width: 992px) and (max-width: 1665px) {
	.main-header__white {
		margin-left: auto
	}
}
.main-header__slogan {
	display: none;
	font-size: 14px
}
@media (min-width: 450px) {
	.main-header__slogan {
		display: block
	}
}
@media (min-width: 1666px) {
	.main-header__slogan {
		font-size: 16px
	}
}
@media (min-width: 1666px) {
	.main-header__logo {
		margin-right: clamp(100px, 15.41717cqi, 255px);
		display: flex;
		justify-content: center;
		align-items: center
	}
}
.main-header .logo {
	display: block;
	width: clamp(5rem, 9.12938cqi, 9.4375rem)
}
@media (min-width: 1666px) {
	.main-header .logo {
		margin-right: clamp(10px, 1.33011cqi, 22px)
	}
}
.main-header .logo svg {
	display: block;
	width: 100%;
	height: auto
}
.main-header .btn__phone {
	margin-right: 10px;
	margin-left: auto;
	font-size: clamp(.875rem, .96735cqi, 1rem)
}
@media (min-width: 675px) {
	.main-header .btn__phone {
		margin-left: 15px
	}
}
@media (min-width: 992px) {
	.main-header .btn__phone {
		margin-right: 20px;
		margin-left: 30px
	}
}
@media (min-width: 1666px) {
	.main-header .btn__phone {
		margin-left: auto;
		margin-right: 49px
	}
}
.main-header.scrolling {
	background: #fff
}
.main-header.scrolling .main-header__white {
	color: #000
}
.main-header svg path {
	fill: #388B2A
}
.main-header .btn-white, .btn-locate {
	font-size: 14px;
	padding: 10px 15px;
}
@media (max-width: 750px) {
	.main-header .btn-white {
		display: none
	}
}
@media (min-width: 1200px) {
	.main-header .btn-white, .btn-locate {
		font-size: 16px;
		padding: 13px 20px
	}
}
.main-footer__row {
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7
}
@media (min-width: 992px) {
	.main-footer__row {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		gap: 30px
	}
}
@media (min-width: 1666px) {
	.main-footer__row {
		align-items: center;
		flex-direction: row
	}
}
.main-footer__inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 10px
}
@media (min-width: 768px) {
	.main-footer__inner {
		flex-direction: row
	}
}
.main-footer__wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 10px
}
@media (min-width: 576px) {
	.main-footer__wrapper {
		flex-direction: row
	}
}
.main-footer__info {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	margin-bottom: 10px
}
@media (min-width: 576px) {
	.main-footer__info {
		margin-right: 40px
	}
}
@media (min-width: 992px) {
	.main-footer__info {
		width: 50%;
	}
}
.main-footer__info-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column
}
@media (min-width: 768px) {
	.main-footer__info-row {
		flex-direction: row;
		max-width: 556px
	}
}
.main-footer__info-row .btn {
	width: 270px;
	position: relative;
	padding: 15px 10px 15px 35px;
	text-align: left;
	overflow: visible;
	display: block
}
@media (max-width: 991px) {
	.main-footer__info-row .btn {
		margin-top: 1rem
	}
}
.main-footer__info-row .btn img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
.main-footer__info svg {
	margin-right: .625rem
}
.main-footer__info svg path {
	fill: #388B2A
}
.main-footer__info-sm {
	font-size: .75rem
}
.main-footer__contact {
	width: 100%
}
@media (max-width: 575px) {
	.main-footer__contact {
		width: 100%;
		justify-content: space-between
	}
}
@media (min-width: 576px) {
	.main-footer__contact {
		display: flex;
		align-items: center;
		flex-direction: column
	}
}
@media (min-width: 768px) {
	.main-footer__contact {
		width: 184px
	}
}
.main-footer .logo {
	display: block;
	margin-right: clamp(10px, 1.33011cqi, 22px)
}
.main-footer .btn__phone {
	margin-bottom: 15px;
	display: block
}
.main-footer ul {
	padding-top: 14px
}
.main-footer ul li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-left: 17px
}
.main-footer ul li:before {
	content: "";
	background: #388B2A;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 8px
}
.main-footer ul li:not(:first-child) {
	margin-top: 8px
}
@media (min-width: 768px) {
	.main-footer__first {
		width: 260px;
		margin-right: 50px
	}
}
@media (max-width: 991px) {
	.main-footer__first {
		margin-bottom: 20px
	}
}
@media (max-width: 991px) {
	.main-footer__second {
		margin-bottom: 30px
	}
}
@media (min-width: 1666px) {
	.main-footer__second {
		margin-right: 60px
	}
}
.main-footer__bottom {
	padding-bottom: 15px;
	padding-top: 30px;
	font-size: clamp(.625rem, .72551cqi, .75rem)
}
@media (max-width: 991px) {
	.main-footer__bottom {
		text-align: center
	}
	.main-footer__bottom div {
		padding-bottom: 10px
	}
}
@media (min-width: 992px) {
	.main-footer__bottom {
		display: flex;
		justify-content: space-between
	}
}
.main-footer__powered {
	display: flex;
	justify-content: center;
	align-items: center
}
@media (min-width: 992px) {
	.main-footer__powered {
		justify-content: space-between
	}
}
.main-footer__powered svg {
	margin-left: 10px
}
.main-footer .btn-white {
	padding: 12px 20px
}
section {
	position: relative;
	z-index: 2
}
.main-wrap {
	overflow: hidden;
	min-height: 100vh;
	max-width: 100vw;
	position: relative
}
.main-wrap__bg {
	position: absolute;
	z-index: 1;
	left: 45%;
	top: -9.375rem
}
.section-titles {
	position: relative;
	padding-left: clamp(1.25rem, 2.41838cqi, 2.5rem);
	margin-bottom: clamp(3.125rem, 4.23216cqi, 4.375rem);
	z-index: 4
}
.section-titles:before {
	content: "";
	display: block;
	width: clamp(.125rem, .3023cqi, .3125rem);
	height: 100%;
	background: #388B2A;
	position: absolute;
	left: 0;
	top: 0
}
.section-titles h1, .section-titles h2 {
	text-transform: uppercase;
	margin-bottom: clamp(.3125rem, .90689cqi, .9375rem)
}
.section-titles h1 span, .section-titles h2 span {
	color: #388B2A !important;
}
.section-titles h2 {
	margin-bottom: clamp(.9375rem, 1.81378cqi, 1.875rem)
}
.banner {
	position: relative;
	background: url(../img/banner-bg.webp) no-repeat center top/cover
}
@media (max-width: 767px) {
	.banner {
		padding-bottom: 2rem
	}
}
.banner h1 {
	margin-bottom: clamp(.3125rem, .90689cqi, .9375rem)
}
@media (min-width: 768px) and (max-width: 992px) {
	.banner .section-titles {
		display: inline-block;
		background: #fff;
		padding-right: 1rem;
		padding-bottom: 1rem;
		padding-top: 1rem;
		margin-bottom: 1.5rem
	}
}
.banner .container {
	position: relative;
	z-index: 2;
	padding-top: clamp(5rem, 8.46433cqi, 8.75rem)
}
@media (min-width: 768px) {
	.banner .container {
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}
}
@media (min-width: 1666px) {
	.banner .container {
		padding-top: 164px
	}
}
.banner__list {
	padding-left: clamp(1.25rem, 3.02297cqi, 3.125rem);
	margin-bottom: clamp(1.5625rem, 3.02297cqi, 3.125rem)
}
.banner__list li {
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	z-index: 2;
	padding-left: clamp(1.875rem, 2.29746cqi, 2.375rem)
}
@media (min-width: 768px) {
	.banner__list li {
		max-width: 333px
	}
}
@media (min-width: 992px) {
	.banner__list li {
		max-width: none
	}
}
.banner__list li svg {
	display: block;
	position: absolute;
	left: 0;
	top: 0
}
.banner__list li span {
	font-size: .875rem;
	display: block
}
.banner__list li:not(:first-child) {
	margin-top: clamp(.9375rem, 1.57195cqi, 1.625rem)
}
.banner__btn {
	margin-bottom: clamp(3.75rem, 6.04595cqi, 6.25rem)
}
@media (max-width: 767px) {
	.banner__btn .btn {
		display: block;
		margin-right: auto;
		margin-left: auto
	}
}
@media (min-width: 768px) {
	.banner__btn {
		margin-left: clamp(1.25rem, 3.02297cqi, 3.125rem)
	}
}
.banner__consultation {
	position: relative;
	z-index: 4
}
@media (max-width: 767px) {
	.banner__consultation {
		text-align: center
	}
}
.banner__consultation__inner {
	padding: clamp(.625rem, 3.02297cqi, 3.125rem) clamp(.9375rem, 3.02297cqi, 3.125rem);
	border-radius: 0px 0px 30px 30px;
	background: #FFF
}
@media (min-width: 768px) {
	.banner__consultation__inner {
		border-radius: 30px 30px 0px 0px;
		display: inline-flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 20px
	}
}
@media (min-width: 1666px) {
	.banner__consultation__inner {
		padding: 3rem 3.125rem
	}
}
.banner__consultation__text {
	font-size: clamp(.875rem, 1.08827cqi, 1.125rem);
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	line-height: 1.44;
	text-transform: uppercase;
	margin-bottom: 16px
}
@media (min-width: 768px) {
	.banner__consultation__text {
		margin-right: clamp(.3125rem, .90689cqi, .9375rem);
		margin-bottom: 0
	}
}
.banner__consultation__text span {
	color: #388B2A
}
@media (max-width: 767px) {
	.banner__consultation__text br {
		display: none
	}
}
@media (max-width: 767px) {
	.banner__back {
		position: relative;
		overflow: hidden
	}
}
@media (min-width: 768px) {
	.banner__back {
		position: absolute;
		left: 48%;
		right: 1rem;
		top: 0;
		height: 100%;
		z-index: 1;
		min-height: 100%;
		width: 59%
	}
}
@media (min-width: 1200px) {
	.banner__back {
		left: 49%;
		height: 100%;
		width: 58%
	}
}
.banner__male {
	position: relative;
	z-index: 3
}
@media (max-width: 992px) {
	.banner__male {
		display: none
	}
}
@media (min-width: 768px) {
	.banner__male {
		position: absolute;
		left: 0;
		bottom: 0;
		transform: translateX(-14%);
		width: 68%
	}
}
@media (min-width: 1666px) {
	.banner__male {
		width: 68%;
		transform: translateX(-24%)
	}
}
.banner__green {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 2;
	width: 50%
}
@media (min-width: 1666px) {
	.banner__green {
		width: 43%
	}
}
.banner__brown {
	position: absolute;
	left: 50%;
	z-index: 1
}
@media (max-width: 767px) {
	.banner__brown {
		bottom: auto;
		top: 10%
	}
}
@media (min-width: 768px) {
	.banner__brown {
		height: calc(100% - 90px)
	}
}
@media (max-width: 1665px) {
	.banner__brown {
		bottom: 0;
		width: 50%;
		height: auto
	}
}
@media (min-width: 1666px) {
	.banner__brown {
		left: 42%;
		top: 5.625rem
	}
}
.banner__listok {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	mix-blend-mode: soft-light
}
@media (max-width: 767px) {
	.banner__listok {
		max-width: 60%
	}
}
@media (min-width: 1666px) {
	.banner__listok {
		top: 33%
	}
}
.banner__doska {
	position: relative;
	z-index: 4;
	width: 100%
}
@media (max-width: 767px) {
	.banner__doska {
		max-width: 120%;
		width: 120%;
		left: 50%;
		transform: translateX(-55%)
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.banner__doska {
		position: absolute;
		width: 115%;
		bottom: 15%;
		left: -25%;
		max-width: 115%
	}
}
@media (min-width: 992px) {
	.banner__doska {
		position: absolute;
		width: 75%;
		bottom: -18%;
		left: 11%
	}
}
.about {
	padding-top: 2rem;
	padding-bottom: 50px
}
@media (min-width: 768px) {
	.about {
		padding-top: clamp(3.125rem, 6.04595cqi, 6.25rem)
	}
}
@media (min-width: 1666px) {
	.about {
		padding-top: 13.125rem
	}
}
.about__list {
	display: flex;
	flex-wrap: wrap
}
.about__item {
	width: 100%;
	border-radius: 10px;
	background: #FCFAD6;
	padding: 5rem 0 1rem 1rem;
	position: relative;
	overflow: hidden;
	padding-right: 1.5rem
}
@media (min-width: 576px) {
	.about__item {
		padding-right: 8rem
	}
}
@media (min-width: 768px) {
	.about__item {
		width: calc(100% / 4);
		padding: clamp(6.875rem, 8.46433cqi, 8.75rem) 1rem clamp(1.875rem, 3.32527cqi, 3.4375rem) clamp(1rem, 2.78114cqi, 2.875rem)
	}
}
@media (min-width: 1200px) and (max-width: 1665px) {
	.about__item:last-child {
		padding-right: 70px
	}
}
.about__item p {
	position: relative;
	font-weight: 600;
	z-index: 5
}
@media (min-width: 768px) {
	.about__item p {
		max-width: 268px
	}
}
.about__item p span {
	color: #388B2A
}
.about__item p+p {
	font-size: 14px;
	font-weight: 400;
	margin-top: 1rem
}
@media (min-width: 768px) {
	.about__item p+p {
		max-width: 236px;
		margin-top: 1.25rem
	}
}
.about__item img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.25
}
@media (min-width: 576px) {
	.about__item img {
		opacity: 1
	}
}
@media (min-width: 768px) {
	.about__item img {
		width: 25%
	}
}
@media (min-width: 1666px) {
	.about__item img {
		width: auto
	}
}
@media (max-width: 767px) {
	.about__item:not(:first-child) {
		margin-top: 1rem
	}
}
@media (min-width: 768px) {
	.about__item .section-titles {
		margin-bottom: 95px
	}
	.about__item .section-titles h2 {
		margin-bottom: 30px
	}
	.about__item:nth-child(2) {
		transform: translateY(clamp(-1.875rem, -3.62757cqi, -3.75rem))
	}
	.about__item:nth-child(3) {
		transform: translateY(clamp(-3.125rem, -6.65054cqi, -6.875rem))
	}
	.about__item:nth-child(4) {
		transform: translateY(clamp(-6.25rem, -12.69649cqi, -13.125rem))
	}
}
.about__item:nth-child(4) img {
	bottom: 0;
	top: auto
}
.about__item:nth-child(odd) {
	background: #F5F5F4
}
.about__num {
	opacity: 0.05;
	font-size: 100px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	top: 0
}
@media (min-width: 768px) {
	.about__num {
		top: 35px
	}
}
.about__brown {
	position: relative;
	min-height: 320px;
	border-radius: 10px;
	border: 1px dashed #000;
	background: #563D25;
	width: 100%;
	margin-left: auto;
	color: #FFF;
	font-size: clamp(1.125rem, 1.45103cqi, 1.5rem);
	font-weight: 400;
	line-height: 1.58;
	padding: clamp(1.875rem, 3.50665cqi, 3.625rem)
}
@media (min-width: 1200px) {
	.about__brown {
		width: 77%
	}
}
@media (min-width: 1666px) {
	.about__brown {
		width: 64.7%
	}
}
.about__brown:before {
	content: "";
	mix-blend-mode: lighten;
	background: url(../img/about-brown.webp) no-repeat 0 0/cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1
}
.about__brown-wrap {
	position: relative;
	z-index: 3
}
.about__brown a {
	font-size: clamp(1.5rem, 2.90206cqi, 3rem);
	font-weight: 700;
	line-height: 1.25;
	display: block;
	margin-top: 10px;
	margin-bottom: 2rem
}
.about__svg {
	height: auto;
	width: 100%;
	margin-top: -50px;
	margin-bottom: -30px
}
@media (min-width: 768px) {
	.about__svg {
		margin-top: -110px;
		margin-bottom: -60px
	}
}
@media (min-width: 1200px) {
	.about__svg {
		position: absolute;
		width: calc(100% - 67%);
		right: 67%;
		bottom: 0;
		top: auto
	}
}
@media (min-width: 1920px) {
	.about__svg {
		width: 42%
	}
}
.about__bottom {
	position: relative;
	margin-top: 30px
}
@media (min-width: 1200px) {
	.about__bottom {
		display: flex;
		justify-content: space-between;
		margin-top: -10px
	}
}
.about__doski {
	z-index: 2;
	margin-top: 30px;
	position: relative;
	width: 100%;
}
@media (min-width: 768px) {
	.about__doski {
		margin-top: 0;
		position: absolute;
		top: 4rem;
		right: 0;
		width: 70%;
	}
}
@media (min-width: 1200px) and (max-width: 1665px) {
	.about__doski {
	}
	.about__sign {
	}
}
.about__doski img {
	display: block
}
.about__sign {
	display: inline-flex;
	align-items: flex-start;
	padding: 9px 21px;
	border-radius: 10px;
	border: 2px dashed rgba(13, 13, 13, 0.2);
	background: #FFF;
	font-size: clamp(.875rem, .96735cqi, 1rem);
	margin-top: 10px;
	position: absolute;
	top: 30px
}
@media (max-width: 767px) {
	.about__sign {
		left: 0;
		top: 0rem;
	}
	.about__doski img {
		padding-top: 2rem;
		margin-bottom: -1.5rem;
	}
}
@media (max-width: 499px) {
	.about__sign {
		top: -1rem;
	}
}
@media (min-width: 768px) {
	.about__sign {
		margin-top: 0;
		top: 0%;
		right: 2rem;
		z-index: -1;
	}
}
.about__sign svg {
	width: 24px;
	height: auto;
	margin-right: 20px
}
.about__sign span {
	color: #030303;
	display: block;
	line-height: 1
}
.catalog {
	background: url(../img/catalog-bg.webp) no-repeat left bottom/50% 100%;
	background-size: 900px 100%;
	padding-top: clamp(3.375rem, 6.10641cqi, 6.3125rem);
	padding-bottom: clamp(3.125rem, 7.55744cqi, 7.8125rem)
}
.catalog .section-titles {
	margin-bottom: clamp(1.875rem, 3.38573cqi, 3.5rem)
}
.catalog__tabs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	flex-direction: column;
	gap: 2rem;
}
.catalog__nav {
	width: 100%;
	gap: 1rem;
	margin-bottom: 2rem
}
@media (min-width: 576px) {
	.catalog__nav {
		display: flex
	}
}
@media (min-width: 1666px) {
	.catalog__nav {
		display: flex;
		margin-bottom: 0
	}
}
.catalog__nav-item {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #FFF;
	padding: clamp(.625rem, 1.51149cqi, 1.5625rem) clamp(.9375rem, 1.81378cqi, 1.875rem);
	color: #151515;
	/* cursor: pointer */
}
.catalog__nav-item.active {
	background: #90B24C;
	color: #fff
}
.catalog__nav-item * {
	pointer-events: none
}
.catalog__nav-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: clamp(.625rem, 1.81378cqi, 1.875rem)
}
.catalog__nav-item p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57
}
.catalog__content {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.catalog__tab {
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	display: flex;
	overflow: hidden
}

@media (max-width: 575px) {
	.catalog__tab.active {
		display: block
	}
}
@media (max-width: 1665px) {
	.catalog__tab.active {
		display: flex
	}
}
@media (min-width: 768px) {
	.catalog__content {
		flex-wrap: nowrap;
	}
}
.catalog .product {
	background: #563D25;
	color: #fff;
	padding: 1.5rem;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	font-family: 'Roboto', sans-serif;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px
}
.catalog .product__left {
	width: 100%;
	margin-bottom: 16px
}
.catalog .product__info {
	width: 100%
}
@media (min-width: 1300px) {
	.catalog .product__left {
		width: 50%;
		margin-bottom: 0
	}
	.catalog .product__info {
		width: 50%;
		padding-left: 1rem
	}
}
.catalog .product__slider img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto
}
.catalog .product__slider .slick-arrow {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #fff
}
.catalog .product__slider .slick-arrow svg {
	fill: none;
	width: 7px;
	height: auto
}
@media (max-width: 767px) {
	.catalog .product__nav {
		width: 400px;
		margin-left: auto;
		margin-right: auto
	}
}
@media (max-width: 1199px) {
	.catalog .product__nav {
		display: none !important
	}
}
.catalog .product__nav img {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto
}
.catalog .product__nav .slick-list {
	padding: 0 !important
}
.catalog .product__nav .slick-active {
	opacity: .5;
	transition: .5s ease;
	cursor: pointer
}
.catalog .product__nav .slick-active:hover {
	opacity: 1
}
.catalog .product__nav .slick-center {
	opacity: 1
}
.catalog .product .product__title, .catalog .product .product__subtitle {
	font-family: 'Roboto', sans-serif;
	text-transform: none
}
.catalog .product .product__title {
	margin-bottom: clamp(.9375rem, 1.51149cqi, 1.5625rem);
	font-size: 1.25rem
}
.catalog .product .product__subtitle {
	margin-bottom: 15px;
	font-size: 1.125rem
}
@media (max-width: 1199px) {
	.catalog .product .product__subtitle {
		display: inline-block;
		border-right: 1px solid #fff;
		padding-right: 1rem;
		margin-right: 1rem;
		font-weight: 600;
		font-size: 1rem;
		line-height: 32px
	}
}
@media (max-width: 575px) {
	.catalog .product .product__subtitle {
		padding-right: 0.5rem;
		margin-right: 0.5rem
	}
}
.catalog .product__sort {
	margin-bottom: 1rem
}
@media (max-width: 1199px) {
	.catalog .product__sort {
		display: inline-block;
		font-weight: 600;
		line-height: 32px
	}
}
@media (max-width: 767px) {
	.catalog .product__sort {
		padding-right: 1rem;
		margin-right: 1rem;
		border-right: 1px solid #fff
	}
}
@media (min-width: 1200px) {
	.catalog .product__sort {
		margin-bottom: 15px
	}
}
.catalog .product__sort span {
	border-radius: 10px;
	border: 1px solid #388B2A;
	padding: 5px 10px;
	margin-left: 15px
}
.catalog .product__upakovka {
	color: #000;
	font-size: .875rem;
	line-height: 1.57;
	margin-bottom: 1rem
}
@media (max-width: 1199px) {
	.catalog .product__upakovka {
		display: inline-block
	}
}
.catalog .product__upakovka span {
	display: inline-block;
	border-radius: 10px;
	background: #FCFAD6;
	padding: 5px 10px
}
.catalog .product__price {
	margin-top: auto;
	margin-bottom: 1rem;
	font-size: 1.125rem;
	display: flex;
	align-items: center
}
@media (min-width: 1200px) {
	.catalog .product__price {
		margin-bottom: 14px;
		font-size: 14px
	}
}
.catalog .product__price span {
	font-size: 1.25rem;
	font-weight: 700;
	display: inline-block;
	margin-left: 1rem
}
@media (min-width: 1200px) {
	.catalog .product__price span {
		font-size: 1.25rem;
		margin-left: auto
	}
}
.catalog .product .btn {
	padding: 1rem 4rem;
	width: 100%
}
@media (max-width: 1199px) {
	.catalog .product .btn {
		font-weight: 700;
		font-size: 1.125rem
	}
}
@media (min-width: 1200px) {
	.catalog .product .btn {
		padding: 10px 25px;
		width: 100%
	}
}
@media (max-width: 1199px) {
	.zakaz {
		padding: 50px 0
	}
}
@media (min-width: 1200px) {
	.zakaz {
		margin-top: -90px;
		margin-bottom: 90px
	}
}
@media (min-width: 1666px) {
	.zakaz {
		margin-bottom: 170px
	}
}
.zakaz__wrap {
	position: relative;
	border-radius: 10px;
	background-color: #FCFAD6;
	font-size: clamp(1rem, 1.45103cqi, 1.5rem);
	font-weight: 400;
	line-height: 1.58;
	padding-left: clamp(1rem, 3.14389cqi, 3.25rem);
	padding-top: clamp(1.875rem, 2.41838cqi, 2.5rem);
	padding-right: clamp(1rem, 3.02297cqi, 3.125rem);
	padding-bottom: clamp(1.875rem, 3.02297cqi, 3.125rem)
}
@media (min-width: 768px) {
	.zakaz__wrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-start
	}
}
.zakaz__wrap:before {
	content: "";
	mix-blend-mode: difference;
	background: url(../img/zakaz-bg.webp) no-repeat 0 0/cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border-radius: 10px
}
.zakaz__info {
	position: relative;
	z-index: 3
}
@media (max-width: 767px) {
	.zakaz__info {
		margin-bottom: 16px;
		text-align: center
	}
}
.zakaz__info .section-titles-subtitle {
	font-size: clamp(1.25rem, 1.81378cqi, 1.875rem);
	margin-bottom: clamp(.625rem, 1.81378cqi, 1.875rem)
}
.zakaz__info a {
	font-weight: 700;
	line-height: 1.25;
	display: block;
	margin-top: 10px;
	margin-bottom: 22px;
	font-size: 20px
}
@media (min-width: 1200px) {
	.zakaz__info a {
		font-size: 30px
	}
}
@media (min-width: 1666px) {
	.zakaz__info a {
		font-size: 48px
	}
}
.zakaz__img {
	position: relative;
	z-index: 2
}
@media (min-width: 768px) {
	.zakaz__img {
		width: 36%;
		position: absolute;
		top: 15%;
		left: 33%
	}
}
@media (min-width: 1000px) {
	.zakaz__img {
		width: 37%;
		top: 10%;
		left: 36%
	}
}
@media (min-width: 1200px) {
	.zakaz__img {
		width: 37%;
		left: 36%;
		top: 10%
	}
}
@media (min-width: 1601px) {
	.zakaz__img {
		width: 39.5%;
		left: 34%
	}
}
.zakaz__img-sign {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 7px 20px 7px 64px;
	border-radius: 10px;
	background: #FFF;
	font-size: 15px;
	position: relative;
	margin-top: 1rem
}
@media (min-width: 768px) {
	.zakaz__img-sign {
		margin-top: 0;
		position: absolute;
		top: 25px;
		left: 40px;
		width: 220px
	}
}
@media (min-width: 992px) {
	.zakaz__img-sign {
		width: 263px;
		top: 32px;
		left: -9px
	}
}
.zakaz__img-sign span {
	color: #030303;
	display: block;
	line-height: 1;
	color: #030303;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6
}
.zakaz__img-sign svg {
	position: absolute;
	left: 20px;
	top: 9px
}
@media (min-width: 768px) and (max-width: 1199px) {
	.zakaz__img-sign {
		top: 5%;
		left: -10%;
		padding-left: 40px
	}
	.zakaz__img-sign svg {
		left: 10px
	}
	.zakaz__img-sign span {
		font-size: 14px
	}
}
.zakaz__nalichie {
	margin-left: auto;
	display: inline-block;
	padding: clamp(.625rem, 1.81378cqi, 1.875rem) clamp(.625rem, 1.81378cqi, 1.875rem) clamp(.625rem, 1.81378cqi, 1.875rem) clamp(.625rem, 6.40871cqi, 6.625rem);
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	border: 1px dashed #563D25;
	width: 100%;
	margin-top: 30px
}
@media (min-width: 768px) {
	.zakaz__nalichie {
		margin-left: auto;
		display: inline-block;
		width: 36%
	}
}
.zakaz__nalichie p {
	font-size: clamp(1rem, 1.57195cqi, 1.625rem);
	line-height: 1.26;
	margin-bottom: clamp(1rem, 2.05562cqi, 2.125rem);
	position: relative;
	z-index: 3
}
.zakaz__nalichie p+p {
	font-size: clamp(.8125rem, 1.08827cqi, 1.125rem);
	line-height: 1.44;
	margin-bottom: 0
}
.zakaz__nalichie p+p span {
	margin-left: 10px;
	border-radius: 10px;
	border: 1px solid rgba(54, 54, 54, 0.2);
	padding: 5px 10px
}
.zakaz .slick-arrow {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 0
}
.zakaz .slick-arrow svg {
	fill: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5px;
	height: auto
}
.slick-arrow__prev {
	left: 0
}
.slick-arrow__next {
	right: 0
}
.other {
	padding-bottom: clamp(3.125rem, 9.06892cqi, 9.375rem)
}
.other .container {
	position: relative
}
.other .section-titles {
	margin-bottom: clamp(1.875rem, 4.59492cqi, 4.75rem)
}
@media (min-width: 1666px) {
	.other .section-titles {
		margin-bottom: 6rem
	}
}
.other__svg {
	position: absolute;
	right: 0;
	top: 40px;
	transform: translate(50%, -50%)
}
.other__katalog {
	position: absolute;
	left: 50%;
	top: 30px
}
.other__nav {
	display: inline-flex;
	border-radius: 50px;
	border-bottom: 3px solid #D4D4D4;
	background: #FAFAFA;
	position: relative;
	margin-bottom: 50px
}
.other__nav:before {
	content: "";
	position: absolute;
	left: 45%;
	top: 0;
	width: 55%;
	height: 100%;
	z-index: 1;
	background: url(../img/other-bg.webp) no-repeat 0 0/100% auto
}
.other__btn {
	color: rgba(0, 0, 0, 0.5);
	font-size: clamp(.8125rem, 1.08827cqi, 1.125rem);
	font-weight: 700;
	line-height: 26px;
	padding: clamp(.625rem, 1.20919cqi, 1.25rem) clamp(1.25rem, 2.47884cqi, 2.5625rem) clamp(.625rem, 1.20919cqi, 1.25rem) clamp(1.25rem, 2.5393cqi, 2.625rem);
	border-radius: 50px;
	border: none;
	background: none;
	border-bottom: 3px solid transparent;
	position: relative;
	z-index: 2;
	transition: .5s ease;
	transform: translateY(3px)
}
.other__btn.active {
	color: #90B24C;
	border-bottom-color: #789739;
	transform: translateY(0)
}
.other__btn:hover {
	color: #90B24C
}
.other__tab {
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s ease;
	position: absolute;
	width: 100%
}
.other__tab.active {
	visibility: visible;
	opacity: 1;
	position: relative
}
.other__wrap {
	margin-bottom: 56px
}
@media (max-width: 767px) {
	.other__slider {
		margin-bottom: 2rem
	}
}
.other__item {
	padding: 20px 10px 10px 10px;
	border-radius: 10px;
	background: #F9F9F7;
	position: relative
}
@media (min-width: 1200px) {
	.other__item {
		padding: 30px 20px 20px 20px
	}
}
@media (min-width: 1600px) {
	.other__item {
		padding: 47px 30px 30px 30px
	}
}
.other__item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: clamp(12.5rem, 16.32406cqi, 16.875rem);
	margin-bottom: clamp(1rem, 1.99516cqi, 2.0625rem)
}
.other__item .product__subtitle {
	color: #151515;
	font-size: clamp(1rem, 1.08827cqi, 1.125rem);
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 11px
}
.other__item p {
	color: #151515;
	font-size: clamp(.8125rem, .84643cqi, .875rem);
	font-weight: 500;
	line-height: 1.57;
	margin-bottom: 30px
}
.other__item p+p {
	margin-bottom: 30px;
	color: #000;
	font-size: 14px;
	line-height: 1.4
}
@media (min-width: 1600px) {
	.other__item p+p {
		font-size: 18px
	}
}
.other__item p+p span {
	padding: 5px 10px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-left: 4px
}
@media (min-width: 1600px) {
	.other__item p+p span {
		padding: 2.5px 5px;
		margin-left: 8px
	}
}
.other__item .btn {
	padding: 11px 52px
}
@media (max-width: 767px) {
	.other__item .btn {
		width: 100%
	}
}
.other__nalichie {
	border-radius: 10px;
	background: #FFF;
	padding: 7px 20px 7px 64px;
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6
}
.other__nalichie svg {
	position: absolute;
	left: 20px;
	top: 7px
}
.other .slick-arrow {
	background: #fff;
	border: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #8C7765;
	border-radius: 50%
}
.other .slick-arrow svg {
	width: 9px;
	height: auto
}
@media (max-width: 1199px) {
	.other .slick-arrow {
		top: 30%
	}
	.other .slick-arrow__prev {
		left: 1rem
	}
	.other .slick-arrow__next {
		right: 1rem
	}
}
@media (min-width: 768px) {
	.other .slick-arrow__prev {
		transform: translateX(-25%)
	}
	.other .slick-arrow__next {
		transform: translateX(25%)
	}
}
@media (min-width: 1666px) {
	.other .slick-arrow {
		width: 64px;
		height: 64px
	}
}
.other .slick-slide {
	padding-left: 8px;
	padding-right: 8px
}
@media (min-width: 1666px) {
	.other .slick-slide {
		padding-left: 15px;
		padding-right: 15px
	}
}
@media (min-width: 768px) {
	.other__bottom {
		display: flex;
		justify-content: space-between
	}
}
.other__bottom .btn {
	padding: clamp(.625rem, 1.20919cqi, 1.25rem) clamp(1.875rem, 3.20435cqi, 3.3125rem)
}
.other__left, .other__right {
	width: 100%;
	position: relative;
	border-radius: 10px
}
@media (min-width: 768px) {
	.other__left, .other__right {
		width: calc(50% - 15px)
	}
}
.other__left:before, .other__right:before {
	border-radius: 10px;
	content: "";
	mix-blend-mode: lighten;
	background: url(../img/about-brown.webp) no-repeat 0 0/cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1
}
.other__left {
	border: 1px dashed #000;
	background: #563D25;
	color: #FFF;
	font-size: clamp(1.125rem, 1.45103cqi, 1.5rem);
	font-weight: 400;
	line-height: 1.58;
	padding: clamp(1.875rem, 3.50665cqi, 3.625rem) clamp(1rem, 3.38573cqi, 3.5rem);
	margin-bottom: 30px
}
@media (min-width: 768px) {
	.other__left {
		margin-bottom: 0
	}
}
.other__left a {
	font-weight: 700;
	line-height: 1.25;
	display: block;
	margin-top: 8px;
	margin-bottom: 32px;
	font-size: 20px
}
@media (min-width: 1200px) {
	.other__left a {
		font-size: 30px
	}
}
@media (min-width: 1666px) {
	.other__left a {
		font-size: 48px
	}
}
.other__left img {
	display: block;
	position: absolute;
	right: 0
}
@media (max-width: 767px) {
	.other__left img {
		width: 25%;
		bottom: 0
	}
}
@media (max-width: 1665px) {
	.other__left img {
		height: 60%;
		width: auto;
		bottom: 0
	}
}
@media (max-width: 767px) {
	.other__left img {
		height: 90%
	}
}
@media (max-width: 515px) {
	.other__left img {
		height: 70%
	}
}
@media (min-width: 1666px) {
	.other__left img {
		top: 5px;
		height: 100%;
		width: auto
	}
}
.other__right {
	background: #FCFAD6
}
.other__right:before {
	mix-blend-mode: exclusion;
	background-image: url(../img/other_right_bg.webp)
}
@media (max-width: 767px) {
	.other__right {
		padding: 2rem 1rem 0;
		text-align: center;
		display: flex;
		align-items: center
	}
}
@media (max-width: 490px) {
	.other__right {
		display: block;
		padding-bottom: 2rem
	}
}
.other__right img {
	display: block;
	position: relative;
	z-index: 2
}
@media (max-width: 767px) {
	.other__right img {
		width: 60%
	}
}
@media (max-width: 515px) {
	.other__right img {
		width: 250px;
		margin-left: auto;
		margin-right: auto
	}
}
@media (min-width: 768px) {
	.other__right img {
		position: absolute;
		left: -44px;
		top: -19px
	}
}
@media (min-width: 768px) {
	.other__right .btn {
		position: absolute;
		right: 89px;
		bottom: 58px;
		z-index: 3
	}
}
.sauni {
	padding-bottom: clamp(3.125rem, 8.88755cqi, 9.1875rem)
}
.sauni__bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transform: rotate(170deg);
	width: 125%;
	max-width: 125%
}
.sauni .container {
	position: relative;
	z-index: 2
}
.sauni__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
@media (min-width: 992px) {
	.sauni__list {
		margin-top: -160px;
		margin-bottom: 68px
	}
}
@media (min-width: 768px) {
	.sauni .section-titles {
		max-width: 75%
	}
}
.sauni__item {
	padding: clamp(.625rem, 1.20919cqi, 1.25rem);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #FFF;
	position: relative;
	margin-bottom: clamp(1rem, 1.81378cqi, 1.875rem);
	width: 100%
}
@media (min-width: 400px) {
	.sauni__item {
		width: calc(50% - 10px)
	}
}
@media (min-width: 992px) {
	.sauni__item {
		width: calc(100% / 4 - 15px)
	}
	.sauni__item:first-child {
		margin-left: calc(100% - (100% / 4 - 15px))
	}
}
@media (min-width: 1666px) {
	.sauni__item {
		padding: 20px 20px 20px 100px
	}
}
.sauni__item svg {
	display: block;
	width: 70px;
	height: auto
}
@media (max-width: 1665px) {
	.sauni__item svg {
		margin-bottom: 15px
	}
}
@media (min-width: 1666px) {
	.sauni__item svg {
		position: absolute;
		left: clamp(.625rem, 1.20919cqi, 1.25rem);
		top: clamp(.625rem, 1.20919cqi, 1.25rem)
	}
}
.sauni__item .item-title {
	color: #151515;
	font-family: 'Akrobat';
	font-size: clamp(1rem, 1.20919cqi, 1.25rem);
	font-weight: 700;
	margin-bottom: 1rem
}
.sauni__item p {
	color: #151515;
	font-size: clamp(.75rem, .84643cqi, .875rem);
	font-weight: 500;
	line-height: 1.57
}
.sauni__bottom {
	border: 1px dashed #000;
	background: #563D25;
	color: #FFF;
	font-size: clamp(1.125rem, 1.81378cqi, 1.875rem);
	font-weight: 400;
	line-height: 1.3;
	padding: clamp(1.875rem, 2.29746cqi, 2.375rem) clamp(1rem, 3.02297cqi, 3.125rem);
	width: 100%;
	position: relative;
	border-radius: 10px
}
@media (max-width: 767px) {
	.sauni__bottom {
		text-align: center
	}
	.sauni__bottom br {
		display: none
	}
}
.sauni__bottom:before {
	border-radius: 10px;
	content: "";
	mix-blend-mode: lighten;
	background: url(../img/about-brown.webp) no-repeat 0 0/cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1
}
.sauni__bottom a {
	font-size: clamp(1.5rem, 2.90206cqi, 3rem);
	font-weight: 700;
	line-height: 1.25;
	display: block;
	margin-top: clamp(1rem, 1.63241cqi, 1.6875rem);
	margin-bottom: clamp(1rem, 1.51149cqi, 1.5625rem)
}
.sauni__bottom img {
	display: block;
	margin: 0 auto
}
@media (max-width: 767px) {
	.sauni__bottom img {
		max-width: 300px;
		margin-top: 2rem
	}
}
@media (min-width: 768px) {
	.sauni__bottom img {
		position: absolute;
		right: 80px;
		top: -31px;
		width: 43%
	}
}
.quality {
	background: url(../img/quality-bg.webp) no-repeat 0 0/100% 100%;
	position: relative;
	margin-bottom: 5rem
}
@media (min-width: 576px) {
	.quality {
		margin-bottom: 0
	}
}
@media (min-width: 800px) and (max-width: 991px) {
	.quality {
		background-size: calc(45vw + 16px) 100%
	}
}
@media (min-width: 992px) {
	.quality {
		background-size: calc((100vw - 960px + 32px) / 2 + 45vw) 100%
	}
}
@media (min-width: 1200px) {
	.quality {
		background-size: calc((100vw - 1168px + 32px) / 2 + 45vw) 100%
	}
}
@media (min-width: 1666px) {
	.quality {
		background-size: calc((100vw - 1654px + 32px) / 2 + 1070px) 100%
	}
}
@media (min-width: 2560px) {
	.quality {
		background-size: calc((100vw - 1654px + 32px) / 2 + 1070px) 100%
	}
}
.quality .container {
	position: relative;
	padding-top: clamp(3.125rem, 6.59008cqi, 6.8125rem)
}
@media (min-width: 800px) and (max-width: 991px) {
	.quality .container {
		width: 600px;
		margin-left: 0
	}
}
.quality__svg {
	display: block;
	margin-top: clamp(-4.375rem, -4.59492cqi, -4.75rem);
	width: 100%;
	height: auto
}
@media (min-width: 800px) {
	.quality__svg {
		width: 43vw
	}
}
@media (min-width: 1666px) {
	.quality__svg {
		width: 40%
	}
}
.quality__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
@media (min-width: 800px) {
	.quality .section-titles {
		width: 45vw
	}
}
@media (min-width: 1666px) {
	.quality .section-titles {
		width: 1070px
	}
}
.quality__row {
	position: relative
}
@media (min-width: 800px) {
	.quality__row {
		width: 45vw
	}
}
@media (min-width: 1666px) {
	.quality__row {
		margin-top: -200px;
		padding-left: 280px;
		width: 1070px
	}
}
.quality__item {
	position: relative;
	padding: clamp(4.375rem, 7.0133cqi, 7.25rem) clamp(1rem, 1.81378cqi, 1.875rem) clamp(1rem, 1.81378cqi, 1.875rem);
	font-size: clamp(.8125rem, .96735cqi, 1rem);
	font-weight: 500;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: none;
	width: 50%
}
@media (min-width: 1666px) {
	.quality__item:first-child {
		margin-left: 50%
	}
}
.quality__item svg {
	display: block;
	position: absolute;
	left: clamp(1rem, 1.81378cqi, 1.875rem);
	top: clamp(1rem, 1.81378cqi, 1.875rem);
	width: clamp(2.5rem, 4.23216cqi, 4.375rem);
	height: auto
}
.quality__item-yellow {
	background: #FCFAD6
}
.quality__item-green {
	color: #FFF;
	background: #90B24C
}
.quality__item-white {
	background: #FFF
}
.quality__item-img {
	padding: 0;
	border: none;
	width: 100%
}
@media (min-width: 576px) {
	.quality__item-img {
		width: 50%
	}
}
@media (min-width: 800px) {
	.quality__item-img {
		width: 100%
	}
}
@media (min-width: 992px) {
	.quality__item-img {
		margin-left: 50%;
		width: 50%
	}
}
@media (min-width: 1666px) {
	.quality__item-img {
		margin-left: 0
	}
}
.quality__item-img img {
	display: block;
	width: 80%;
	height: auto;
	margin-left: auto
}
.quality__brown {
	background: #563D25;
	color: #fff;
	padding: 2rem 1rem;
	position: relative;
	padding-bottom: 240px;
	width: calc(100% - 2rem)
}
@media (min-width: 575px) and (max-width: 800px) {
	.quality__brown {
		margin-bottom: 30px
	}
}
@media (max-width: 575px) {
	.quality__brown {
		margin-left: auto;
		margin-right: auto
	}
}
@media (min-width: 576px) {
	.quality__brown {
		padding-bottom: 145px;
		margin-left: auto;
		width: 50%
	}
}
@media (min-width: 800px) {
	.quality__brown {
		position: absolute;
		right: 0;
		left: calc(45vw + 16px);
		top: 0;
		width: auto;
		padding: 3rem 3rem 15.625rem;
		z-index: 10
	}
}
@media (min-width: 992px) {
	.quality__brown {
		left: calc((100vw - 960px + 32px) / 2 + 45vw)
	}
}
@media (min-width: 1200px) {
	.quality__brown {
		left: calc((100vw - 1168px + 32px) / 2 + 45vw)
	}
}
@media (min-width: 1666px) {
	.quality__brown {
		left: calc((100vw - 1654px + 32px) / 2 + 1070px);
		padding: 85px
	}
}
.quality__img-brown {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
@media (min-width: 1666px) {
	.quality__img-brown {
		height: 520px;
		background: #563d25
	}
}
.quality__img-letter {
	position: absolute;
	left: 0;
	bottom: -106px
}
@media (min-width: 1666px) {
	.quality__img-letter {
		bottom: -290px
	}
}
.quality__info {
	max-width: 465px;
	position: relative;
	z-index: 2
}
.quality__info p {
	margin-bottom: 30px
}
.quality__info-box {
	border-radius: 20px;
	border: 2px dashed #FFF;
	position: relative;
	padding: 20px 20px 20px 84px;
	display: inline-block
}
@media (min-width: 1666px) {
	.quality__info-box {
		padding: 20px 60px 20px 84px
	}
}
.quality__info-box svg {
	display: block;
	position: absolute;
	left: 20px;
	top: 20px
}
.products {
	padding-top: clamp(3.125rem, 9.06892cqi, 9.375rem);
	padding-bottom: clamp(3.125rem, 4.83676cqi, 5rem)
}
.products__bg {
	position: absolute;
	right: 50%;
	top: 0;
	z-index: 1;
	transform: rotate(169.563deg);
	max-width: 125%;
	width: 125%
}
.products .container {
	position: relative;
	z-index: 2
}
.products .section-titles {
	margin-bottom: 30px
}
.products .section-titles h2 {
	margin-bottom: 0
}
.products .section-titles-subtitle {
	margin-left: clamp(1.25rem, 2.41838cqi, 2.5rem);
	margin-bottom: clamp(1.875rem, 3.02297cqi, 3.125rem)
}
.products__slider img {
	width: 100%;
	border-radius: 8px
}
.products__slider .slick-arrow {
	background: #fff;
	border: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #8C7765;
	border-radius: 50%
}
.products__slider .slick-arrow svg {
	width: 9px;
	height: auto
}
@media (min-width: 768px) {
	.products__slider .slick-arrow__prev {
		transform: translateX(-25%)
	}
	.products__slider .slick-arrow__next {
		transform: translateX(25%)
	}
}
@media (min-width: 1666px) {
	.products__slider .slick-arrow {
		width: 64px;
		height: 64px
	}
}
.products__slider .slick-slide {
	padding-left: 15px;
	padding-right: 15px
}
.products__bottom {
	position: relative;
	min-height: 576px;
	margin-top: clamp(3.75rem, 9.06892cqi, 9.375rem);
	border-radius: 10px;
	padding: clamp(1.875rem, 3.02297cqi, 3.125rem) clamp(1rem, 3.02297cqi, 3.125rem);
	background: #563D25 url(../img/product-bottom.webp) 0 0/100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: clamp(1.875rem, 4.474cqi, 4.625rem)
}
@media (min-width: 992px) {
	.products__bottom {
		flex-direction: row
	}
}
.products__bottom .section-titles {
	color: #fff;
	margin-bottom: clamp(1.875rem, 6.04595cqi, 6.25rem)
}
.products__bottom .section-titles:before {
	background: #fff
}
.products__bottom .section-titles h2 {
	margin-bottom: 30px
}
.products__bottom .section-titles .section-titles-subtitle {
	margin-left: 0
}
.products__bottom__left {
	width: 52%
}
.products__bottom__form {
	margin-left: 74px
}
.products__yellow {
	border-radius: 20px;
	background: #FCFAD6;
	padding: clamp(1rem, 2.05562cqi, 2.125rem) clamp(1rem, 2.05562cqi, 2.125rem) clamp(1rem, 1.26965cqi, 1.3125rem);
	text-align: center;
	position: relative
}
@media (min-width: 768px) {
	.products__yellow {
		margin-top: 3.75rem
	}
}
@media (min-width: 992px) {
	.products__yellow {
		margin-top: 0;
		min-height: 183px;
		max-width: 571px;
		margin-left: 32px
	}
}
.products__yellow .product__title {
	color: #563D25;
	margin-bottom: 20px;
	text-align: left
}
.products__yellow a {
	color: #388B2A;
	font-family: 'Akrobat', sans-serif;
	font-size: clamp(1.125rem, 1.81378cqi, 1.875rem);
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	cursor: pointer;
	padding-bottom: 5px;
	border-bottom: 2px dashed #388B2A;
	text-align: center;
	display: inline-block
}
@media (min-width: 768px) {
	.products__reserved {
		position: absolute;
		width: 50%;
		left: 50%;
		top: -60px
	}
}
@media (min-width: 1666px) {
	.products__reserved {
		left: 92%;
		top: -55px;
		transform: translateX(-30%);
		width: auto
	}
}
.products__drova {
	position: absolute;
	right: 0;
	top: 47%;
	transform: translateY(-50%);
	max-width: 266px;
	z-index: 3
}
@media (max-width: 1500px) {
	.products__drova {
		display: none
	}
}

.privacy {
    padding-top: clamp(4.375rem, 8.46433cqi, 8.75rem) !important
}

@media (min-width: 1666px) {
    .privacy {
        padding-top:164px !important
    }
}

.privacy .container {
    max-width: 100%;
    width: 900px;
    margin-left: auto;
    margin-right: auto
}
#privacy ol li::before {
    visibility: hidden;
    font-size: 0;
}

#privacy ol li li::before {
    visibility: visible;
    font-size: 100%;
    position: absolute;
    left: 0;
}