body {
	 font-family: "Advent Pro", sans-serif;
	 font-size: 18px;
	 background: #fff;
	 color: #000;
	 line-height: 22px;
}

a {
	color: #000;
}


header.main_page {
	position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.06), 0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 1px 4px 0px rgba(0, 0, 0, 0.01);
}

header.page {
	position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 999;
}

.header {
	display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.header .logo img {
	width: 200px;
}

.header .phone {
	text-align: center;
}

.header .phone .number {
display: flex;
justify-content: end;
align-items: center;
gap: 10px;
}

.header .phone .number a {
	font-size: 20px;
	font-weight: 700;
	transition: all 0.3s ease;
}

.header .phone .number a:hover {
	color: #A07338;
	transition: all 0.3s ease;
}

.header .phone span {
	font-size: 13px;
  font-weight: 400;
}

.header .contacts {
	display: flex;
	gap: 20px;
	align-items: center;
}

.header .contacts .socseti {
	display: flex;
	gap: 20px;
}



.head_center {
display: flex;
align-items: center;
gap: 30px;
}

.head_center .nav {
	border-top: 1px solid #fff;
  margin-top: 0px;
  padding-top: 0px;
}

.head_center .nav ul {
	padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.head_center .nav_catalog ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.head_center .nav_catalog ul li {
	background: #4E8E33;
	padding: 8px 25px;
	border-radius: 60px;
}

.head_center .nav_catalog ul li:hover {
background: #A07338;
}

.head_center .nav_catalog ul li a {
	font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}

.head_center .nav_catalog ul li a:hover {
text-decoration: none;
}

.head_center .nav_catalog ul li a i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.0127 2.21475C12.9357 2.21475 15.8586 2.21475 18.7816 2.21475C19.5244 2.21475 20.0243 1.7357 19.9966 1.06225C19.9757 0.506824 19.5244 0.0485996 18.969 0.0069428C18.9065 0 18.844 0 18.7885 0C12.9357 0 7.07587 0 1.22303 0C0.584288 0 0.160772 0.312426 0.0288576 0.874792C-0.123886 1.50659 0.34823 2.15227 1.0078 2.20781C1.11889 2.21475 1.22997 2.21475 1.348 2.21475C4.2293 2.21475 7.12447 2.21475 10.0127 2.21475Z' fill='white'/%3e%3cpath d='M9.99941 13.3306C7.06952 13.3306 4.13269 13.3306 1.2028 13.3306C0.473795 13.3306 -0.0330347 13.8304 0.00167963 14.5039C0.0294511 15.0524 0.473795 15.5037 1.02228 15.5384C1.12642 15.5453 1.23057 15.5453 1.33471 15.5453C7.11118 15.5453 12.8876 15.5453 18.6641 15.5453C18.8585 15.5453 19.0668 15.5384 19.2543 15.4828C19.7542 15.3231 20.0596 14.8163 19.9902 14.3026C19.9208 13.7749 19.4834 13.3583 18.9557 13.3445C18.192 13.3306 17.4283 13.3375 16.6646 13.3375C14.4429 13.3306 12.2211 13.3306 9.99941 13.3306Z' fill='white'/%3e%3cpath d='M6.66933 8.87979C8.50225 8.87979 10.3282 8.87979 12.1611 8.87979C12.8693 8.87979 13.3692 8.37297 13.3345 7.70646C13.3067 7.15798 12.8624 6.7067 12.3139 6.67198C12.2445 6.66504 12.175 6.66504 12.1056 6.66504C8.48142 6.66504 4.85724 6.66504 1.23306 6.66504C0.538775 6.66504 0.0597165 7.06772 0.0111164 7.67869C-0.0374837 8.33131 0.45546 8.86591 1.13586 8.87285C2.28144 8.87979 3.42701 8.87285 4.57258 8.87285C5.26687 8.87979 5.9681 8.87979 6.66933 8.87979Z' fill='white'/%3e%3c/svg%3e ");
	width: 20px;
	height: 15px;
	display: block;
}

.head_center .nav ul li a {
	font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.head_center .nav ul li a:hover {
	text-decoration: underline;
  color: #A07338;
  transition: all 0.3s ease;
}

.choice_city select {
background: none;
  border: 0px;
  cursor: pointer;
}

.choice_city option {
	color: #000;
	cursor: pointer;
}

.choice_city option[selected] {
	color: #000;
}


.contacts .socseti a.tg i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.1629 0.256837C15.7073 0.255685 18.1949 1.00959 20.3106 2.42311C22.4263 3.83662 24.075 5.84616 25.0479 8.19727C26.0208 10.5484 26.2742 13.1353 25.7759 15.6305C25.2777 18.1257 24.0502 20.4169 22.249 22.2141C20.4477 24.0112 18.1537 25.2335 15.6573 25.726C13.161 26.2186 10.5747 25.9593 8.22578 24.981C5.8769 24.0027 3.87114 22.3494 2.46247 20.2305C1.0538 18.1115 0.305577 15.6222 0.312548 13.0778C0.32187 9.67524 1.67966 6.41515 4.08838 4.01193C6.49711 1.60871 9.7603 0.258378 13.1629 0.256837ZM13.1629 1.3546C10.8408 1.3546 8.57078 2.04319 6.64001 3.33328C4.70925 4.62338 3.20441 6.45704 2.31577 8.60239C1.42714 10.7477 1.19463 13.1084 1.64765 15.3859C2.10067 17.6634 3.21887 19.7554 4.86085 21.3974C6.50283 23.0394 8.59484 24.1576 10.8723 24.6106C13.1498 25.0636 15.5105 24.8311 17.6559 23.9425C19.8012 23.0539 21.6349 21.549 22.925 19.6182C24.2151 17.6875 24.9037 15.4175 24.9037 13.0954C24.9037 11.5526 24.5996 10.0249 24.0088 8.59968C23.4181 7.17445 22.5522 5.87964 21.4607 4.78925C20.3692 3.69886 19.0735 2.83428 17.6477 2.24495C16.2219 1.65561 14.6939 1.35306 13.1511 1.3546H13.1629Z' fill='%234E8E33' stroke='%234E8E33' stroke-width='0.5'/%3e%3cpath d='M12.8129 17.2866L10.8287 19.0067C10.7602 19.0888 10.672 19.1523 10.5723 19.1911C10.4726 19.23 10.3647 19.243 10.2586 19.2289C10.1526 19.2149 10.0518 19.1742 9.96571 19.1107C9.8796 19.0472 9.81097 18.9629 9.76619 18.8658C9.65538 18.6803 9.56484 18.4835 9.49615 18.2787C9.14392 17.1457 8.7917 16.0069 8.45708 14.868C8.43587 14.7772 8.38932 14.6942 8.32281 14.6287C8.2563 14.5632 8.17258 14.518 8.08138 14.4982C7.10689 14.1929 6.12849 13.8799 5.14618 13.5589C4.96491 13.4998 4.79586 13.4083 4.6472 13.2889C4.56523 13.229 4.49647 13.153 4.44517 13.0654C4.39388 12.9778 4.36115 12.8806 4.34904 12.7798C4.33693 12.6791 4.34567 12.5769 4.37475 12.4796C4.40382 12.3824 4.45261 12.2922 4.51805 12.2146C4.71963 11.9633 4.97688 11.7624 5.26946 11.6276C9.69966 9.88994 14.1357 8.16599 18.5776 6.45575C18.7056 6.40346 18.8398 6.36794 18.9768 6.35008C19.1498 6.30595 19.3312 6.3079 19.5032 6.35572C19.6751 6.40354 19.8315 6.49557 19.9568 6.62265C20.0821 6.74973 20.1719 6.90742 20.2173 7.08001C20.2627 7.2526 20.2621 7.43407 20.2155 7.60635C20.1392 8.11707 20.0159 8.61606 19.9102 9.11504C19.241 12.289 18.5679 15.4629 17.8908 18.6368C17.8908 18.6368 17.8908 18.6897 17.8908 18.719C17.6267 19.8931 16.8165 20.2042 15.8421 19.5056C14.8676 18.8071 13.8402 18.0439 12.8129 17.2866ZM5.83301 12.5903C5.87945 12.6203 5.92858 12.6458 5.97977 12.6666C6.84859 12.9484 7.74089 13.2537 8.58623 13.5002C8.68083 13.5201 8.77944 13.5033 8.86214 13.4533C9.20263 13.2419 9.53137 13.013 9.87185 12.7958C11.8971 11.5219 13.9283 10.2422 15.9595 8.98002C16.2448 8.81735 16.5457 8.68362 16.8576 8.58084C16.9645 8.54668 17.0796 8.54825 17.1855 8.58532C17.2915 8.62239 17.3824 8.69294 17.4447 8.7863C17.5176 8.877 17.5573 8.98987 17.5573 9.10624C17.5573 9.2226 17.5176 9.33547 17.4447 9.42618C17.315 9.62444 17.1611 9.80585 16.9868 9.96625C15.3431 11.5043 13.6935 13.0365 12.038 14.5628L11.539 15.0207L16.6991 18.8129L19.1177 7.42437L5.83301 12.5903ZM13.4645 11.8506H13.3941C12.1496 12.6608 10.8933 13.4709 9.65465 14.2927C9.61581 14.3287 9.5868 14.374 9.57036 14.4244C9.55392 14.4747 9.55061 14.5284 9.56072 14.5804C9.69574 15.0735 9.85424 15.5549 10.0069 16.048C10.0069 16.1067 10.0597 16.1713 10.0832 16.23C10.1419 15.8543 10.1419 15.4903 10.2006 15.1322C10.2242 14.9372 10.3084 14.7544 10.4413 14.6097C10.8522 14.2047 11.2984 13.8407 11.7269 13.4357L13.4645 11.8506ZM11.1164 17.3101L11.9147 16.6174L11.2044 16.0949L11.1164 17.3101Z' fill='%234E8E33'/%3e%3c/svg%3e ");
	width: 24px;
height: 24px;
background-size: contain;
background-repeat: no-repeat;
display: block;
background-position: center;
transition: all 0.3s ease;
}

.contacts .socseti a.wa i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 27.1098C1.1998 26.3769 1.38895 25.6817 1.57892 24.9861C1.97278 23.5454 2.37155 22.1055 2.75395 20.6618C2.7912 20.51 2.77441 20.3499 2.70646 20.209C-0.810451 13.8057 1.65507 5.74711 8.15255 2.42836C15.3346 -1.23962 24.065 2.44924 26.4311 10.1516C28.5191 16.9509 24.6788 24.232 17.8742 26.318C14.4953 27.3554 11.2162 27.0279 8.05879 25.4402C7.92439 25.3781 7.77313 25.3625 7.6289 25.396C5.51589 25.9393 3.40575 26.4957 1.29478 27.0471C1.21044 27.0688 1.12283 27.0844 1 27.1098ZM4.1034 24.0494C5.40166 23.7091 6.64589 23.3878 7.88643 23.0524C8.09728 22.9951 8.25818 23.0238 8.44406 23.1343C10.8392 24.5706 13.4205 25.0443 16.1559 24.5001C21.9545 23.3493 25.7129 17.7382 24.6202 11.9162C23.5344 6.13238 17.8619 2.2691 12.0699 3.36921C4.82725 4.74486 1.05282 12.8211 4.69624 19.2268C5.07331 19.8901 5.15028 20.4363 4.91527 21.1323C4.59879 22.0739 4.37812 23.0455 4.10299 24.051L4.1034 24.0494Z' fill='%234E8E33' stroke='white' stroke-width='0.5'/%3e%3cpath d='M9.87196 7.98666C10.4194 7.85114 10.6883 8.18073 10.88 8.67776C11.1731 9.43723 11.4941 10.1869 11.8159 10.9353C11.9281 11.1957 11.9182 11.4266 11.7496 11.6493C11.4937 11.9896 11.2484 12.3388 10.9778 12.6667C10.7952 12.8886 10.7788 13.0864 10.9254 13.3324C11.9817 15.1073 13.456 16.3908 15.3782 17.1568C15.6427 17.262 15.8515 17.2141 16.0288 16.9931C16.3457 16.5967 16.67 16.2062 16.984 15.8057C17.2149 15.5126 17.348 15.4401 17.68 15.5912C18.5938 16.0083 19.4992 16.4429 20.3961 16.8952C20.507 16.9513 20.6065 17.1556 20.6049 17.2895C20.584 18.6692 20.1783 19.33 18.7089 19.9482C17.8757 20.2987 17.0098 20.2164 16.1504 19.9769C13.031 19.1077 10.7326 17.1466 8.89386 14.5611C8.32272 13.7578 7.80767 12.93 7.58904 11.956C7.2742 10.5545 7.61811 9.33979 8.64862 8.32525C8.9827 7.9969 9.38762 7.9318 9.87196 7.98666Z' fill='%234E8E33' stroke='%234E8E33' stroke-width='0.5'/%3e%3c/svg%3e ");
	width: 24px;
height: 24px;
background-size: contain;
background-repeat: no-repeat;
display: block;
transition: all 0.3s ease;
}

.contacts .phone i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9166 5.58333C15.7767 5.75112 16.6303 6.13041 17.2499 6.75C17.8695 7.36959 18.2488 8.22331 18.4166 9.08333M15.4999 1.5C17.2867 1.6985 18.8946 2.56292 20.1666 3.83333C21.4386 5.10375 22.2991 6.71347 22.4999 8.5M22.4993 17.2228V20.3841C22.5042 21.5927 21.4176 22.6019 20.1975 22.4917C9.66671 22.5 1.49999 14.2575 1.50824 3.79739C1.39835 2.58378 2.4025 1.50124 3.60946 1.5001H6.77712C7.28954 1.49506 7.78633 1.67617 8.17487 2.00965C9.27948 2.95774 9.98999 6.17573 9.71664 7.45499C9.50319 8.45375 8.49638 9.15251 7.81189 9.8356C9.315 12.4739 11.5037 14.6583 14.1472 16.1585C14.8317 15.4753 15.5319 14.4705 16.5325 14.2575C17.8163 13.9843 21.055 14.6957 21.9993 15.808C22.3343 16.2025 22.5122 16.706 22.4993 17.2228Z' stroke='%234E8E33' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
	width: 24px;
height: 24px;
background-size: contain;
background-repeat: no-repeat;
display: block;
background-position: center;
transition: all 0.3s ease;
}



.contacts .socseti a.tg:hover i {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.1629 0.256837C15.7073 0.255685 18.1949 1.00959 20.3106 2.42311C22.4263 3.83662 24.075 5.84616 25.0479 8.19727C26.0208 10.5484 26.2742 13.1353 25.7759 15.6305C25.2777 18.1257 24.0502 20.4169 22.249 22.2141C20.4477 24.0112 18.1537 25.2335 15.6573 25.726C13.161 26.2186 10.5747 25.9593 8.22578 24.981C5.8769 24.0027 3.87114 22.3494 2.46247 20.2305C1.0538 18.1115 0.305577 15.6222 0.312548 13.0778C0.32187 9.67524 1.67966 6.41515 4.08838 4.01193C6.49711 1.60871 9.7603 0.258378 13.1629 0.256837ZM13.1629 1.3546C10.8408 1.3546 8.57078 2.04319 6.64001 3.33328C4.70925 4.62338 3.20441 6.45704 2.31577 8.60239C1.42714 10.7477 1.19463 13.1084 1.64765 15.3859C2.10067 17.6634 3.21887 19.7554 4.86085 21.3974C6.50283 23.0394 8.59484 24.1576 10.8723 24.6106C13.1498 25.0636 15.5105 24.8311 17.6559 23.9425C19.8012 23.0539 21.6349 21.549 22.925 19.6182C24.2151 17.6875 24.9037 15.4175 24.9037 13.0954C24.9037 11.5526 24.5996 10.0249 24.0088 8.59968C23.4181 7.17445 22.5522 5.87964 21.4607 4.78925C20.3692 3.69886 19.0735 2.83428 17.6477 2.24495C16.2219 1.65561 14.6939 1.35306 13.1511 1.3546H13.1629Z' fill='%23A07338' stroke='%23A07338' stroke-width='0.5'/%3e%3cpath d='M12.8129 17.2866L10.8287 19.0067C10.7602 19.0888 10.672 19.1523 10.5723 19.1911C10.4726 19.23 10.3647 19.243 10.2586 19.2289C10.1526 19.2149 10.0518 19.1742 9.96571 19.1107C9.8796 19.0472 9.81097 18.9629 9.76619 18.8658C9.65538 18.6803 9.56484 18.4835 9.49615 18.2787C9.14392 17.1457 8.7917 16.0069 8.45708 14.868C8.43587 14.7772 8.38932 14.6942 8.32281 14.6287C8.2563 14.5632 8.17258 14.518 8.08138 14.4982C7.10689 14.1929 6.12849 13.8799 5.14618 13.5589C4.96491 13.4998 4.79586 13.4083 4.6472 13.2889C4.56523 13.229 4.49647 13.153 4.44517 13.0654C4.39388 12.9778 4.36115 12.8806 4.34904 12.7798C4.33693 12.6791 4.34567 12.5769 4.37475 12.4796C4.40382 12.3824 4.45261 12.2922 4.51805 12.2146C4.71963 11.9633 4.97688 11.7624 5.26946 11.6276C9.69966 9.88994 14.1357 8.16599 18.5776 6.45575C18.7056 6.40346 18.8398 6.36794 18.9768 6.35008C19.1498 6.30595 19.3312 6.3079 19.5032 6.35572C19.6751 6.40354 19.8315 6.49557 19.9568 6.62265C20.0821 6.74973 20.1719 6.90742 20.2173 7.08001C20.2627 7.2526 20.2621 7.43407 20.2155 7.60635C20.1392 8.11707 20.0159 8.61606 19.9102 9.11504C19.241 12.289 18.5679 15.4629 17.8908 18.6368C17.8908 18.6368 17.8908 18.6897 17.8908 18.719C17.6267 19.8931 16.8165 20.2042 15.8421 19.5056C14.8676 18.8071 13.8402 18.0439 12.8129 17.2866ZM5.83301 12.5903C5.87945 12.6203 5.92858 12.6458 5.97977 12.6666C6.84859 12.9484 7.74089 13.2537 8.58623 13.5002C8.68083 13.5201 8.77944 13.5033 8.86214 13.4533C9.20263 13.2419 9.53137 13.013 9.87185 12.7958C11.8971 11.5219 13.9283 10.2422 15.9595 8.98002C16.2448 8.81735 16.5457 8.68362 16.8576 8.58084C16.9645 8.54668 17.0796 8.54826 17.1855 8.58532C17.2915 8.62239 17.3824 8.69294 17.4447 8.7863C17.5176 8.877 17.5573 8.98987 17.5573 9.10624C17.5573 9.2226 17.5176 9.33548 17.4447 9.42618C17.315 9.62444 17.1611 9.80585 16.9868 9.96625C15.3431 11.5043 13.6935 13.0365 12.038 14.5628L11.539 15.0207L16.6991 18.8129L19.1177 7.42437L5.83301 12.5903ZM13.4645 11.8506H13.3941C12.1496 12.6608 10.8933 13.4709 9.65465 14.2927C9.61581 14.3287 9.5868 14.374 9.57036 14.4244C9.55392 14.4747 9.55061 14.5284 9.56072 14.5804C9.69574 15.0735 9.85424 15.5549 10.0069 16.048C10.0069 16.1067 10.0597 16.1713 10.0832 16.23C10.1419 15.8543 10.1419 15.4903 10.2006 15.1322C10.2242 14.9372 10.3084 14.7544 10.4413 14.6097C10.8522 14.2047 11.2984 13.8407 11.7269 13.4357L13.4645 11.8506ZM11.1164 17.3101L11.9147 16.6174L11.2044 16.0949L11.1164 17.3101Z' fill='%23A07338'/%3e%3c/svg%3e ");
transition: all 0.3s ease;
}

.contacts .socseti a.wa:hover i {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 27.1098C1.1998 26.3769 1.38895 25.6817 1.57892 24.9861C1.97278 23.5454 2.37155 22.1055 2.75395 20.6618C2.7912 20.51 2.77441 20.3499 2.70646 20.209C-0.810451 13.8057 1.65507 5.74711 8.15255 2.42836C15.3346 -1.23962 24.065 2.44924 26.4311 10.1516C28.5191 16.9509 24.6788 24.232 17.8742 26.318C14.4953 27.3554 11.2162 27.0279 8.05879 25.4402C7.92438 25.3781 7.77313 25.3625 7.6289 25.396C5.51589 25.9393 3.40575 26.4957 1.29478 27.0471C1.21044 27.0688 1.12283 27.0844 1 27.1098ZM4.1034 24.0494C5.40166 23.7091 6.64589 23.3878 7.88643 23.0524C8.09728 22.9951 8.25818 23.0238 8.44406 23.1343C10.8392 24.5706 13.4205 25.0443 16.1559 24.5001C21.9545 23.3493 25.7129 17.7382 24.6202 11.9162C23.5344 6.13238 17.8619 2.2691 12.0699 3.36921C4.82725 4.74486 1.05282 12.8211 4.69624 19.2268C5.07331 19.8901 5.15028 20.4363 4.91527 21.1323C4.59879 22.0739 4.37812 23.0455 4.10299 24.051L4.1034 24.0494Z' fill='%23A07338' stroke='white' stroke-width='0.5'/%3e%3cpath d='M9.87196 7.98666C10.4194 7.85114 10.6883 8.18073 10.88 8.67776C11.1731 9.43723 11.4941 10.1869 11.8159 10.9353C11.9281 11.1957 11.9182 11.4266 11.7496 11.6493C11.4937 11.9896 11.2484 12.3388 10.9778 12.6667C10.7952 12.8886 10.7788 13.0864 10.9254 13.3324C11.9817 15.1073 13.456 16.3908 15.3782 17.1568C15.6427 17.262 15.8515 17.2141 16.0288 16.9931C16.3457 16.5967 16.67 16.2062 16.984 15.8057C17.2149 15.5126 17.348 15.4401 17.68 15.5912C18.5938 16.0083 19.4992 16.4429 20.3961 16.8952C20.507 16.9513 20.6065 17.1556 20.6049 17.2895C20.584 18.6692 20.1783 19.33 18.7089 19.9482C17.8757 20.2987 17.0098 20.2164 16.1504 19.9769C13.031 19.1077 10.7326 17.1466 8.89386 14.5611C8.32272 13.7578 7.80767 12.93 7.58904 11.956C7.2742 10.5545 7.61811 9.33979 8.64862 8.32525C8.9827 7.9969 9.38762 7.9318 9.87196 7.98666Z' fill='%23A07338' stroke='%234E8E33' stroke-width='0.5'/%3e%3c/svg%3e ");
transition: all 0.3s ease;
}

.contacts .phone:hover i {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9166 5.58333C15.7767 5.75112 16.6303 6.13041 17.2499 6.75C17.8695 7.36959 18.2488 8.22331 18.4166 9.08333M15.4999 1.5C17.2867 1.6985 18.8946 2.56292 20.1666 3.83333C21.4386 5.10375 22.2991 6.71347 22.4999 8.5M22.4993 17.2228V20.3841C22.5042 21.5927 21.4176 22.6019 20.1975 22.4917C9.66671 22.5 1.49999 14.2575 1.50824 3.79739C1.39835 2.58378 2.4025 1.50124 3.60946 1.5001H6.77712C7.28954 1.49506 7.78633 1.67617 8.17487 2.00965C9.27948 2.95774 9.98999 6.17573 9.71664 7.45499C9.50319 8.45375 8.49638 9.15251 7.81189 9.8356C9.315 12.4739 11.5037 14.6583 14.1472 16.1585C14.8317 15.4753 15.5319 14.4705 16.5325 14.2575C17.8163 13.9843 21.055 14.6957 21.9993 15.808C22.3343 16.2025 22.5122 16.706 22.4993 17.2228Z' stroke='%23A07338' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
transition: all 0.3s ease;
}

#slider_head .owl-nav {
position: absolute;
  width: 100%;
  top: 180px;
}

#slider_head .owl-nav .owl-prev {
left: 15px;
  position: absolute;
}

#slider_head .owl-nav .owl-next {
	right: 15px;
  position: absolute;
}

#slider_head .owl-nav button span {
font-size: 60px;
color: #fff;
}

#slider_head .owl-nav button span:hover {
font-size: 60px;
color: #a07338;
}

#slider_head .owl-dots {
position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}


.owl-theme .owl-nav [class*="owl-"] {
  background: none !important;
  color: #FFF;
  text-decoration: none;
  width: 40px;
  height: 40px;

}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #FFF;
  text-decoration: none;
  width: 40px;
  height: 40px;

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4e8e33 !important;
}

.head_cart {
position: relative;
}

.head_cart a i {
	background: #4e8e33;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  border-radius: 60px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  top: -8px;
  right: -7px;
}

.head_cart {
	
}



#main_head {
	padding-top: 83px;
}

#main_head h1 {
	font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 64px;
}

#main_head ul {
padding-left: 15px;
margin-top: 60px;
margin-bottom: 60px;
}

#main_head ul li {
	font-size: 26px;
  font-weight: 700;
  padding: 5px 0;
}

#main_head .head_btn {
	
}

#main_head .head_btn button {
	font-size: 16px;
  background: #CA8D57;
  border-radius: 60px;
  color: #fff;
  padding: 5px 30px;
  display: inline-block;
  transition: all 0.3s ease;
  border: 0;
}

#main_head .head_btn button:hover {
	text-decoration: none;
  background: #A07338;
  transition: all 0.3s ease;
}


#category_prod {
padding: 60px 0;
padding-bottom: 0px;
}

.category_items {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.category_items .item {
	width: 49%;
	background: #F6F6F6;
	border-radius: 8px;
	display: flex;
}

.category_items .item .info {
	padding: 15px 20px;
	width: 370px;
}

.category_items .item .info h3 {
	font-size: 38px;
	font-weight: 600;
	margin: 0;
}

.category_items .item .info p {
	margin: 15px 0;
}

.category_items .item .info a {
	padding: 5px 20px;
	border: 1px solid #A07338;
	border-radius: 60px;
	font-weight: 500;
	display: inline-block;
}

.category_items .item .info a:hover {
	border: 1px solid #A07338;
	background: #A07338;
	color: #fff;
	text-decoration: none;
}

.category_items .item .img {
	width: 200px;
  height: 200px;
}

.category_items .item .img img {
	width: 200px;	
	height: 100%;
	object-fit: cover;
}

.title_block {
	text-align: center;
}

.title_block h3 {
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}

.title_block h3:after {
	content: '';
	background: #4E8E33;
	height: 3px;
	width: 100%;
	display: block;
}

#new_prod {
	padding: 60px 0;
	padding-bottom: 0px;
}

.prod_items {
display: flex;
flex-wrap: wrap;
gap: 30px;
padding: 30px 0;
}

.prod_items .prod_item {
	width: 23%;
	background: #fff;
box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.06), 0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 1px 4px 0px rgba(0, 0, 0, 0.01);
border-radius: 10px;
}

.prod_items .prod_item .img {
	
}

.prod_items .prod_item .img a {
	width: 100%;
  height: 200px;
  display: block;
}

.prod_items .prod_item .img img {
	width: 100%;
	height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.prod_items .prod_item .name {
	text-align: center;
	height: 45px;
	display: flex;
  align-items: center;
  justify-content: center;
}

.prod_items .prod_item .name h3 {
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.prod_items .prod_item .name a {
	text-decoration: none;
}

.prod_items .prod_item:hover .name a h3 {
	text-decoration: none;
	color: #A07338;
}

.prod_items .prod_item .price_cart {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
}

.prod_items .prod_item .price_cart .price {
	display: flex;
	gap: 5px;
}

.prod_items .prod_item .price_cart .price span {
	font-size: 20px;
	font-weight: 700;
}

.prod_items .prod_item .price_cart .price p {
	margin: 0;
}

.prod_items .prod_item .price_cart .cart_link {
	
}

.prod_items .prod_item .price_cart .cart_link button {
	border: 1px solid #A07338;
	border-radius: 60px;
	padding: 3px 13px;
	background: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 3px;
}

.prod_items .prod_item .price_cart .cart_link button i {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1325_94)'%3e%3cpath d='M15.0488 3.97532C14.9172 4.57388 14.7941 5.15547 14.6668 5.73706C14.4248 6.84929 14.1786 7.96152 13.9408 9.078C13.9111 9.22658 13.8559 9.28176 13.6946 9.27752C11.7036 9.26903 9.71691 9.27327 7.72593 9.27752C7.57735 9.27752 7.51791 9.23082 7.46697 9.09498C6.40993 6.28893 5.34864 3.48712 4.2831 0.685321C4.13028 0.26505 3.94774 0.137695 3.49775 0.137695C2.76334 0.137695 2.02468 0.137695 1.28602 0.137695C0.92943 0.14194 0.670475 0.320237 0.577081 0.617398C0.445482 1.0504 0.759623 1.48766 1.21386 1.4919C1.80818 1.50039 2.4025 1.50039 2.99682 1.4919C3.12418 1.4919 3.17936 1.53435 3.22181 1.64897C4.28735 4.43379 5.35288 7.21862 6.42266 10.0034C6.567 10.3855 6.78775 10.5341 7.19528 10.5341C9.58106 10.5341 11.9711 10.5341 14.3569 10.5341C14.7771 10.5341 15.0064 10.3515 15.0955 9.93976C15.571 7.78747 16.0464 5.63517 16.5176 3.48288C16.6323 2.96497 16.3478 2.61687 15.8172 2.61687C14.03 2.61687 12.2428 2.61687 10.4556 2.61687C9.88247 2.61687 9.30937 2.61262 8.73627 2.61687C8.23535 2.62111 7.90422 3.05412 8.0528 3.50835C8.1462 3.79278 8.40091 3.97532 8.71929 3.97532C9.42399 3.97532 10.1287 3.97532 10.8376 3.97532C12.1749 3.97532 13.5121 3.97532 14.8493 3.97532C14.9087 3.97532 14.9639 3.97532 15.0488 3.97532Z' fill='black'/%3e%3cpath d='M8.15551 11.6167C9.39934 11.6167 10.3969 12.5973 10.3969 13.8199C10.3969 15.0298 9.37811 16.0359 8.15126 16.0317C6.92017 16.0317 5.91406 15.0341 5.91406 13.8157C5.91831 12.5888 6.90743 11.6167 8.15551 11.6167ZM7.27251 13.786C7.26827 14.2742 7.65882 14.669 8.14277 14.6732C8.62247 14.6775 9.0385 14.2699 9.0385 13.786C9.0385 13.2978 8.64794 12.9115 8.15975 12.9072C7.68005 12.9115 7.27676 13.3105 7.27251 13.786Z' fill='black'/%3e%3cpath d='M13.4481 16.0359C12.2043 16.0317 11.2109 15.0468 11.2109 13.8199C11.2109 12.6101 12.2298 11.6125 13.4609 11.6167C14.7089 11.621 15.6981 12.6016 15.6938 13.8284C15.6981 15.0426 14.6792 16.0402 13.4481 16.0359ZM13.4524 12.9115C12.9727 12.9115 12.5779 13.319 12.5736 13.8157C12.5694 14.2997 12.9769 14.7072 13.4609 14.7072C13.9491 14.7072 14.3311 14.3209 14.3311 13.8242C14.3354 13.319 13.9406 12.9072 13.4524 12.9115Z' fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1325_94'%3e%3crect width='16' height='15.8981' fill='white' transform='translate(0.546875 0.137695)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
width: 16px;
height: 16px;
display: block;
  background-size: cover;
}

.prod_items .prod_item .price_cart .cart_link button:hover i {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1325_94)'%3e%3cpath d='M15.0488 3.97532C14.9172 4.57388 14.7941 5.15547 14.6668 5.73706C14.4248 6.84929 14.1786 7.96152 13.9408 9.078C13.9111 9.22658 13.8559 9.28176 13.6946 9.27752C11.7036 9.26903 9.71691 9.27327 7.72593 9.27752C7.57735 9.27752 7.51791 9.23082 7.46697 9.09498C6.40993 6.28893 5.34864 3.48712 4.2831 0.685321C4.13028 0.26505 3.94774 0.137695 3.49775 0.137695C2.76334 0.137695 2.02468 0.137695 1.28602 0.137695C0.92943 0.14194 0.670475 0.320237 0.577081 0.617398C0.445482 1.0504 0.759623 1.48766 1.21386 1.4919C1.80818 1.50039 2.4025 1.50039 2.99682 1.4919C3.12418 1.4919 3.17936 1.53435 3.22181 1.64897C4.28735 4.43379 5.35288 7.21862 6.42266 10.0034C6.567 10.3855 6.78775 10.5341 7.19528 10.5341C9.58106 10.5341 11.9711 10.5341 14.3569 10.5341C14.7771 10.5341 15.0064 10.3515 15.0955 9.93976C15.571 7.78747 16.0464 5.63517 16.5176 3.48288C16.6323 2.96497 16.3478 2.61687 15.8172 2.61687C14.03 2.61687 12.2428 2.61687 10.4556 2.61687C9.88247 2.61687 9.30937 2.61262 8.73627 2.61687C8.23535 2.62111 7.90422 3.05412 8.0528 3.50835C8.1462 3.79278 8.40091 3.97532 8.71929 3.97532C9.42399 3.97532 10.1287 3.97532 10.8376 3.97532C12.1749 3.97532 13.5121 3.97532 14.8493 3.97532C14.9087 3.97532 14.9639 3.97532 15.0488 3.97532Z' fill='white'/%3e%3cpath d='M8.15551 11.6167C9.39934 11.6167 10.3969 12.5973 10.3969 13.8199C10.3969 15.0298 9.37811 16.0359 8.15126 16.0317C6.92017 16.0317 5.91406 15.0341 5.91406 13.8157C5.91831 12.5888 6.90743 11.6167 8.15551 11.6167ZM7.27251 13.786C7.26827 14.2742 7.65882 14.669 8.14277 14.6732C8.62247 14.6775 9.0385 14.2699 9.0385 13.786C9.0385 13.2978 8.64794 12.9115 8.15975 12.9072C7.68005 12.9115 7.27676 13.3105 7.27251 13.786Z' fill='white'/%3e%3cpath d='M13.4481 16.0359C12.2043 16.0317 11.2109 15.0468 11.2109 13.8199C11.2109 12.6101 12.2298 11.6125 13.4609 11.6167C14.7089 11.621 15.6981 12.6016 15.6938 13.8284C15.6981 15.0426 14.6792 16.0402 13.4481 16.0359ZM13.4524 12.9115C12.9727 12.9115 12.5779 13.319 12.5736 13.8157C12.5694 14.2997 12.9769 14.7072 13.4609 14.7072C13.9491 14.7072 14.3311 14.3209 14.3311 13.8242C14.3354 13.319 13.9406 12.9072 13.4524 12.9115Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1325_94'%3e%3crect width='16' height='15.8981' fill='white' transform='translate(0.546875 0.137695)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
width: 16px;
height: 16px;
display: block;
  background-size: cover;
}

.prod_items .prod_item .price_cart .cart_link button:hover {
	background: #A07338;
	border: 1px solid #A07338;
	color: #fff;
}

#about_main {
	padding: 0px 0;
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
}

.about_main {
	position: relative;
}

.about_main:after {
	content: '';
	background: url(../img/wood.png);
	width: 1214px;
  height: 550px;
  position: absolute;
  right: 0;
  left: 590px;
  top: -26px;
  background-size: cover;
}


.about_main {
	width: 600px;
	padding: 60px 0;
}

.about_main h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.about_main p {
	font-weight: 500;
}

.about_main {
	
}

#map_main {
	padding-bottom: 60px;
}

#map_main .map iframe {
	border-radius: 20px;
}







.btn_more {
text-align: center;
padding: 30px 0;
}

.btn_more a {
background: #A07338;
border-radius: 60px;
padding: 8px 30px;
color: #fff;
font-size: 20px;
font-weight: 500;
}

.btn_more a:hover {
background: #4E8E33;
text-decoration: none;
}

.btn_block {
text-align: center;
margin: 50px 0;
}

.btn_block a {
	font-size: 18px;
	background: #CA8D57;
	border-radius: 60px;
	color: #fff;
padding: 7px 30px;
display: inline-block;
transition: all 0.3s ease;
}

.btn_block a:hover {
	text-decoration: none;
	background: #A07338;
	transition: all 0.3s ease;
}

.btn_block.dark a {
	font-size: 18px;
	background: #2E3138;
	border-radius: 60px;
	color: #fff;
padding: 7px 30px;
display: inline-block;
transition: all 0.3s ease;
}

.btn_block.dark a:hover {
	text-decoration: none;
	background: #A07338;
	transition: all 0.3s ease;
}













.footer {
display: flex;
justify-content: space-between;
gap: 30px;
align-items: center;
}

.footer .f_logo {
	width: 18%;
}

.footer .f_logo img {
	margin-bottom: 15px	;
}

.footer ul {
	margin: 0;
  padding: 0;
  list-style: none;
}

.footer ul li {
	
}

.footer ul li a {
	font-size: 18px;
	color: #fff;
}

.footer .f_logo ul li a {
	font-size: 12px;
}

.footer ul li a:hover {
	color: #4E8E33;
}

.footer .f_menu_1 {
	width: 56%;
}

.footer .f_menu_1 ul {
	display: flex;
	gap: 20px;
  justify-content: center;
}

.footer .f_contacts {
	width: 25%;
}

.footer .f_contacts {
	text-align: right;
}

.footer .f_contacts .soc_p {
	display: flex;
	gap: 20px;
	justify-content: end;
}


.footer .f_contacts .phone {
	display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.footer .f_contacts .phone img {
	
}

.footer .f_contacts .phone a {
	font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.footer .f_contacts .phone a:hover {
	color: #4E8E33;
	text-decoration: none;
}

.footer .f_contacts .address {
	font-size: 16px;
  color: #fff;
}

.footer .f_contacts .socseti {
	display: flex;
  justify-content: end;
  gap: 25px;
  margin: 10px 0;
}

.footer .f_contacts .socseti a {
	
}

.footer .f_contacts .socseti a.tg i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.1629 0.256837C15.7073 0.255685 18.1949 1.00959 20.3106 2.42311C22.4263 3.83662 24.075 5.84616 25.0479 8.19727C26.0208 10.5484 26.2742 13.1353 25.7759 15.6305C25.2777 18.1257 24.0502 20.4169 22.249 22.2141C20.4477 24.0112 18.1537 25.2335 15.6573 25.726C13.161 26.2186 10.5747 25.9593 8.22578 24.981C5.8769 24.0027 3.87114 22.3494 2.46247 20.2305C1.0538 18.1115 0.305577 15.6222 0.312548 13.0778C0.32187 9.67524 1.67966 6.41515 4.08838 4.01193C6.49711 1.60871 9.7603 0.258378 13.1629 0.256837ZM13.1629 1.3546C10.8408 1.3546 8.57078 2.04319 6.64001 3.33328C4.70925 4.62338 3.20441 6.45704 2.31577 8.60239C1.42714 10.7477 1.19463 13.1084 1.64765 15.3859C2.10067 17.6634 3.21887 19.7554 4.86085 21.3974C6.50283 23.0394 8.59484 24.1576 10.8723 24.6106C13.1498 25.0636 15.5105 24.8311 17.6559 23.9425C19.8012 23.0539 21.6349 21.549 22.925 19.6182C24.2151 17.6875 24.9037 15.4175 24.9037 13.0954C24.9037 11.5526 24.5996 10.0249 24.0088 8.59968C23.4181 7.17445 22.5522 5.87964 21.4607 4.78925C20.3692 3.69886 19.0735 2.83428 17.6477 2.24495C16.2219 1.65561 14.6939 1.35306 13.1511 1.3546H13.1629Z' fill='white' stroke='white' stroke-width='0.5'/%3e%3cpath d='M12.8129 17.2866L10.8287 19.0067C10.7602 19.0888 10.672 19.1523 10.5723 19.1911C10.4726 19.23 10.3647 19.243 10.2586 19.2289C10.1526 19.2149 10.0518 19.1742 9.96571 19.1107C9.8796 19.0472 9.81097 18.9629 9.76619 18.8658C9.65538 18.6803 9.56484 18.4835 9.49615 18.2787C9.14392 17.1457 8.7917 16.0069 8.45708 14.868C8.43587 14.7772 8.38932 14.6942 8.32281 14.6287C8.2563 14.5632 8.17258 14.518 8.08138 14.4982C7.10689 14.1929 6.12849 13.8799 5.14618 13.5589C4.96491 13.4998 4.79586 13.4083 4.6472 13.2889C4.56523 13.229 4.49647 13.153 4.44517 13.0654C4.39388 12.9778 4.36115 12.8806 4.34904 12.7798C4.33693 12.6791 4.34567 12.5769 4.37475 12.4796C4.40382 12.3824 4.45261 12.2922 4.51805 12.2146C4.71963 11.9633 4.97688 11.7624 5.26946 11.6276C9.69966 9.88994 14.1357 8.16599 18.5776 6.45575C18.7056 6.40346 18.8398 6.36794 18.9768 6.35008C19.1498 6.30595 19.3312 6.3079 19.5032 6.35572C19.6751 6.40354 19.8315 6.49557 19.9568 6.62265C20.0821 6.74973 20.1719 6.90742 20.2173 7.08001C20.2627 7.2526 20.2621 7.43407 20.2155 7.60635C20.1392 8.11707 20.0159 8.61606 19.9102 9.11504C19.241 12.289 18.5679 15.4629 17.8908 18.6368C17.8908 18.6368 17.8908 18.6897 17.8908 18.719C17.6267 19.8931 16.8165 20.2042 15.8421 19.5056C14.8676 18.8071 13.8402 18.0439 12.8129 17.2866ZM5.83301 12.5903C5.87945 12.6203 5.92858 12.6458 5.97977 12.6666C6.84859 12.9484 7.74089 13.2537 8.58623 13.5002C8.68083 13.5201 8.77944 13.5033 8.86214 13.4533C9.20263 13.2419 9.53137 13.013 9.87185 12.7958C11.8971 11.5219 13.9283 10.2422 15.9595 8.98002C16.2448 8.81735 16.5457 8.68362 16.8576 8.58084C16.9645 8.54668 17.0796 8.54825 17.1855 8.58532C17.2915 8.62239 17.3824 8.69294 17.4447 8.7863C17.5176 8.877 17.5573 8.98987 17.5573 9.10624C17.5573 9.2226 17.5176 9.33547 17.4447 9.42618C17.315 9.62444 17.1611 9.80585 16.9868 9.96625C15.3431 11.5043 13.6935 13.0365 12.038 14.5628L11.539 15.0207L16.6991 18.8129L19.1177 7.42437L5.83301 12.5903ZM13.4645 11.8506H13.3941C12.1496 12.6608 10.8933 13.4709 9.65465 14.2927C9.61581 14.3287 9.5868 14.374 9.57036 14.4244C9.55392 14.4747 9.55061 14.5284 9.56072 14.5804C9.69574 15.0735 9.85424 15.5549 10.0069 16.048C10.0069 16.1067 10.0597 16.1713 10.0832 16.23C10.1419 15.8543 10.1419 15.4903 10.2006 15.1322C10.2242 14.9372 10.3084 14.7544 10.4413 14.6097C10.8522 14.2047 11.2984 13.8407 11.7269 13.4357L13.4645 11.8506ZM11.1164 17.3101L11.9147 16.6174L11.2044 16.0949L11.1164 17.3101Z' fill='white'/%3e%3c/svg%3e ");
	width: 24px;
height: 24px;
background-size: contain;
background-repeat: no-repeat;
display: block;
background-position: center;
}

.footer .f_contacts .socseti a.wa i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 27.1098C1.1998 26.3769 1.38895 25.6817 1.57892 24.9861C1.97278 23.5454 2.37155 22.1055 2.75395 20.6618C2.7912 20.51 2.77441 20.3499 2.70646 20.209C-0.810451 13.8057 1.65507 5.74711 8.15255 2.42836C15.3346 -1.23962 24.065 2.44924 26.4311 10.1516C28.5191 16.9509 24.6788 24.232 17.8742 26.318C14.4953 27.3554 11.2162 27.0279 8.05879 25.4402C7.92439 25.3781 7.77313 25.3625 7.6289 25.396C5.51589 25.9393 3.40575 26.4957 1.29478 27.0471C1.21044 27.0688 1.12283 27.0844 1 27.1098ZM4.1034 24.0494C5.40166 23.7091 6.64589 23.3878 7.88643 23.0524C8.09728 22.9951 8.25818 23.0238 8.44406 23.1343C10.8392 24.5706 13.4205 25.0443 16.1559 24.5001C21.9545 23.3493 25.7129 17.7382 24.6202 11.9162C23.5344 6.13238 17.8619 2.2691 12.0699 3.36921C4.82725 4.74486 1.05282 12.8211 4.69624 19.2268C5.07331 19.8901 5.15028 20.4363 4.91527 21.1323C4.59879 22.0739 4.37812 23.0455 4.10299 24.051L4.1034 24.0494Z' fill='white' stroke='%23333333' stroke-width='0.5'/%3e%3cpath d='M9.87196 7.98654C10.4194 7.85102 10.6883 8.1806 10.88 8.67764C11.1731 9.43711 11.4941 10.1868 11.8159 10.9352C11.9281 11.1956 11.9182 11.4265 11.7496 11.6492C11.4937 11.9894 11.2484 12.3387 10.9778 12.6666C10.7952 12.8885 10.7788 13.0863 10.9254 13.3323C11.9817 15.1072 13.456 16.3907 15.3782 17.1567C15.6427 17.2619 15.8515 17.214 16.0288 16.9929C16.3457 16.5966 16.67 16.206 16.984 15.8056C17.2149 15.5125 17.348 15.44 17.68 15.5911C18.5938 16.0082 19.4992 16.4428 20.3961 16.8951C20.507 16.9512 20.6065 17.1555 20.6049 17.2894C20.584 18.6691 20.1783 19.3299 18.7089 19.9481C17.8757 20.2986 17.0098 20.2163 16.1504 19.9768C13.031 19.1076 10.7326 17.1465 8.89386 14.561C8.32272 13.7577 7.80767 12.9299 7.58904 11.9559C7.2742 10.5544 7.61811 9.33967 8.64862 8.32513C8.9827 7.99677 9.38762 7.93168 9.87196 7.98654Z' fill='white' stroke='%23333333' stroke-width='0.5'/%3e%3c/svg%3e ");
	width: 24px;
height: 24px;
background-size: contain;
background-repeat: no-repeat;
display: block;
}

.footer .f_contacts .socseti a.tg:hover i {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.1629 0.256837C15.7073 0.255685 18.1949 1.00959 20.3106 2.42311C22.4263 3.83662 24.075 5.84616 25.0479 8.19727C26.0208 10.5484 26.2742 13.1353 25.7759 15.6305C25.2777 18.1257 24.0502 20.4169 22.249 22.2141C20.4477 24.0112 18.1537 25.2335 15.6573 25.726C13.161 26.2186 10.5747 25.9593 8.22578 24.981C5.8769 24.0027 3.87114 22.3494 2.46247 20.2305C1.0538 18.1115 0.305577 15.6222 0.312548 13.0778C0.32187 9.67524 1.67966 6.41515 4.08838 4.01193C6.49711 1.60871 9.7603 0.258378 13.1629 0.256837ZM13.1629 1.3546C10.8408 1.3546 8.57078 2.04319 6.64001 3.33328C4.70925 4.62338 3.20441 6.45704 2.31577 8.60239C1.42714 10.7477 1.19463 13.1084 1.64765 15.3859C2.10067 17.6634 3.21887 19.7554 4.86085 21.3974C6.50283 23.0394 8.59484 24.1576 10.8723 24.6106C13.1498 25.0636 15.5105 24.8311 17.6559 23.9425C19.8012 23.0539 21.6349 21.549 22.925 19.6182C24.2151 17.6875 24.9037 15.4175 24.9037 13.0954C24.9037 11.5526 24.5996 10.0249 24.0088 8.59968C23.4181 7.17445 22.5522 5.87964 21.4607 4.78925C20.3692 3.69886 19.0735 2.83428 17.6477 2.24495C16.2219 1.65561 14.6939 1.35306 13.1511 1.3546H13.1629Z' fill='%234E8E33' stroke='%234E8E33' stroke-width='0.5'/%3e%3cpath d='M12.8129 17.2866L10.8287 19.0067C10.7602 19.0888 10.672 19.1523 10.5723 19.1911C10.4726 19.23 10.3647 19.243 10.2586 19.2289C10.1526 19.2149 10.0518 19.1742 9.96571 19.1107C9.8796 19.0472 9.81097 18.9629 9.76619 18.8658C9.65538 18.6803 9.56484 18.4835 9.49615 18.2787C9.14392 17.1457 8.7917 16.0069 8.45708 14.868C8.43587 14.7772 8.38932 14.6942 8.32281 14.6287C8.2563 14.5632 8.17258 14.518 8.08138 14.4982C7.10689 14.1929 6.12849 13.8799 5.14618 13.5589C4.96491 13.4998 4.79586 13.4083 4.6472 13.2889C4.56523 13.229 4.49647 13.153 4.44517 13.0654C4.39388 12.9778 4.36115 12.8806 4.34904 12.7798C4.33693 12.6791 4.34567 12.5769 4.37475 12.4796C4.40382 12.3824 4.45261 12.2922 4.51805 12.2146C4.71963 11.9633 4.97688 11.7624 5.26946 11.6276C9.69966 9.88994 14.1357 8.16599 18.5776 6.45575C18.7056 6.40346 18.8398 6.36794 18.9768 6.35008C19.1498 6.30595 19.3312 6.3079 19.5032 6.35572C19.6751 6.40354 19.8315 6.49557 19.9568 6.62265C20.0821 6.74973 20.1719 6.90742 20.2173 7.08001C20.2627 7.2526 20.2621 7.43407 20.2155 7.60635C20.1392 8.11707 20.0159 8.61606 19.9102 9.11504C19.241 12.289 18.5679 15.4629 17.8908 18.6368C17.8908 18.6368 17.8908 18.6897 17.8908 18.719C17.6267 19.8931 16.8165 20.2042 15.8421 19.5056C14.8676 18.8071 13.8402 18.0439 12.8129 17.2866ZM5.83301 12.5903C5.87945 12.6203 5.92858 12.6458 5.97977 12.6666C6.84859 12.9484 7.74089 13.2537 8.58623 13.5002C8.68083 13.5201 8.77944 13.5033 8.86214 13.4533C9.20263 13.2419 9.53137 13.013 9.87185 12.7958C11.8971 11.5219 13.9283 10.2422 15.9595 8.98002C16.2448 8.81735 16.5457 8.68362 16.8576 8.58084C16.9645 8.54668 17.0796 8.54825 17.1855 8.58532C17.2915 8.62239 17.3824 8.69294 17.4447 8.7863C17.5176 8.877 17.5573 8.98987 17.5573 9.10624C17.5573 9.2226 17.5176 9.33547 17.4447 9.42618C17.315 9.62444 17.1611 9.80585 16.9868 9.96625C15.3431 11.5043 13.6935 13.0365 12.038 14.5628L11.539 15.0207L16.6991 18.8129L19.1177 7.42437L5.83301 12.5903ZM13.4645 11.8506H13.3941C12.1496 12.6608 10.8933 13.4709 9.65465 14.2927C9.61581 14.3287 9.5868 14.374 9.57036 14.4244C9.55392 14.4747 9.55061 14.5284 9.56072 14.5804C9.69574 15.0735 9.85424 15.5549 10.0069 16.048C10.0069 16.1067 10.0597 16.1713 10.0832 16.23C10.1419 15.8543 10.1419 15.4903 10.2006 15.1322C10.2242 14.9372 10.3084 14.7544 10.4413 14.6097C10.8522 14.2047 11.2984 13.8407 11.7269 13.4357L13.4645 11.8506ZM11.1164 17.3101L11.9147 16.6174L11.2044 16.0949L11.1164 17.3101Z' fill='%234E8E33'/%3e%3c/svg%3e ");
}

.footer .f_contacts .socseti a.wa:hover i {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 27.1098C1.1998 26.3769 1.38895 25.6817 1.57892 24.9861C1.97278 23.5454 2.37155 22.1055 2.75395 20.6618C2.7912 20.51 2.77441 20.3499 2.70646 20.209C-0.810451 13.8057 1.65507 5.74711 8.15255 2.42836C15.3346 -1.23962 24.065 2.44924 26.4311 10.1516C28.5191 16.9509 24.6788 24.232 17.8742 26.318C14.4953 27.3554 11.2162 27.0279 8.05879 25.4402C7.92439 25.3781 7.77313 25.3625 7.6289 25.396C5.51589 25.9393 3.40575 26.4957 1.29478 27.0471C1.21044 27.0688 1.12283 27.0844 1 27.1098ZM4.1034 24.0494C5.40166 23.7091 6.64589 23.3878 7.88643 23.0524C8.09728 22.9951 8.25818 23.0238 8.44406 23.1343C10.8392 24.5706 13.4205 25.0443 16.1559 24.5001C21.9545 23.3493 25.7129 17.7382 24.6202 11.9162C23.5344 6.13238 17.8619 2.2691 12.0699 3.36921C4.82725 4.74486 1.05282 12.8211 4.69624 19.2268C5.07331 19.8901 5.15028 20.4363 4.91527 21.1323C4.59879 22.0739 4.37812 23.0455 4.10299 24.051L4.1034 24.0494Z' fill='%234E8E33' stroke='%23333333' stroke-width='0.5'/%3e%3cpath d='M9.87196 7.98654C10.4194 7.85102 10.6883 8.1806 10.88 8.67764C11.1731 9.43711 11.4941 10.1868 11.8159 10.9352C11.9281 11.1956 11.9182 11.4265 11.7496 11.6492C11.4937 11.9894 11.2484 12.3387 10.9778 12.6666C10.7952 12.8885 10.7788 13.0863 10.9254 13.3323C11.9817 15.1072 13.456 16.3907 15.3782 17.1567C15.6427 17.2619 15.8515 17.214 16.0288 16.9929C16.3457 16.5966 16.67 16.206 16.984 15.8056C17.2149 15.5125 17.348 15.44 17.68 15.5911C18.5938 16.0082 19.4992 16.4428 20.3961 16.8951C20.507 16.9512 20.6065 17.1555 20.6049 17.2894C20.584 18.6691 20.1783 19.3299 18.7089 19.9481C17.8757 20.2986 17.0098 20.2163 16.1504 19.9768C13.031 19.1076 10.7326 17.1465 8.89386 14.561C8.32272 13.7577 7.80767 12.9299 7.58904 11.9559C7.2742 10.5544 7.61811 9.33967 8.64862 8.32513C8.9827 7.99677 9.38762 7.93168 9.87196 7.98654Z' fill='%234E8E33' stroke='%23333333' stroke-width='0.5'/%3e%3c/svg%3e ");
}





footer {
	background: #333333;
	padding: 30px 0;
}

#copyright {
	background: #333333;
	border-top: 1px solid #ddd;
}

.copyright {
	color: #fff;
text-align: center;
padding: 15px 0;
display: flex;
justify-content: space-between;
}

.copyright span {
	font-size: 16px;
}

.copyright .left {

}

.copyright .right ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 30px;
justify-content: end;
}

.copyright .right ul li a {
color: #fff;
font-size: 16px;
}

#header_mobile {
	display: none;
}



#content_page {
	padding: 50px 0;
}

.content_block {
	font-size: 16px;
}

.news_items {
	display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.news_items .news_item {
	  position: relative;
	  width: 31%;
}

.news_items .news_item .date {
	position: absolute;
  left: 10px;
  top: 10px;
}

.news_items .news_item .date span {
	font-size: 12px;
	color: #fff;
	background: #CA8D57;
	border-radius: 60px;
	padding: 3px 7px;
}

.news_items .news_item a {
	width: 100%;
  height: 240px;
  display: block;

}

.news_items .news_item a img {
	width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.news_items .news_item a h4 {
	position: absolute;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgb(202, 141, 87) 0%, rgba(255,255,255,0) 100%);
  padding: 60px 15px 14px 15px;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.news_items .news_item a:hover h4 {
  padding: 120px 15px 14px 15px;
  transition: all 0.3s ease;
}

.news_detail {

}

.news_detail .news_image {
	width: 100%;
  height: 440px;
  display: block;
  position: relative;
}

.news_detail .news_image img {
	width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.news_detail .news_image .date {
	position: absolute;
  left: 10px;
  top: 10px;
}

.news_detail .news_image .date span {
	font-size: 14px;
  color: #fff;
  background: #CA8D57;
  border-radius: 60px;
  padding: 3px 7px;
}

.news_detail .news_content {
	margin: 30px 0;
}

.news_detail {
	
}

.reviews_items .reviews_item {
  background: #333333;
  border-radius: 20px;
  padding: 25px;
  margin-top: 60px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}

.reviews_items .reviews_item .image {
  width: 130px;
  height: 130px;
  display: block;
  position: absolute;
  top: -60px;
}




.bc_modal,
.rc_modal,
.cl_modal,
.cr_modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

.backcall-content,
.request-content,
.calculate-content,
.currencies-content {
  background: #333333;
  border-radius: 20px;
  margin: 15% auto;
  padding: 20px;
  width: 300px;
  position: relative;
}

.backcall-content h3,
.request-content h3,
.calculate-content h3,
.currencies-content h3 {
text-align: center;
  font-weight: 700;
}

.backcall-content input,
.request-content input,
.calculate-content input,
.currencies-content input {
	width: 100%;
  background: #333;
  border: 1px solid #ddd;
  border-radius: 60px;
  padding: 7px 10px;
  margin: 15px 0;
}

.backcall-content input:focus-visible,
.request-content input:focus-visible,
.calculate-content input:focus-visible,
.currencies-content input:focus-visible {
	outline: 1px solid #CA8D57;
	border-color: #CA8D57;
}

.backcall-content button,
.request-content button,
.calculate-content button  {
	width: 100%;
  border: 0;
  padding: 7px;
  border-radius: 60px;
  background: #CA8D57;
  color: #fff;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.backcall-content button:hover,
.request-content button:hover,
.calculate-content button:hover  {
  text-decoration: none;
  background: #A07338;
  transition: all 0.3s ease;
}

.backcall_close,
.request_close,
.calculate_close,
.currencies_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 0;
}

.backcall_close:hover,
.backcall_close:focus,
.request_close:hover,
.request_close:focus,
.calculate_close:hover,
.calculate_close:focus,
.currencies_close:hover,
.currencies_close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
} 

.request-content textarea {
	background: #333;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 10px;
  min-height: 150px;
  padding: 10px;
  margin: 15px 0;
}

.backcall-content textarea:focus-visible,
.request-content textarea:focus-visible {
	outline: 1px solid #CA8D57;
	border-color: #CA8D57;
}

.currencies button {
	background: none;
  border: 0;
}

.chat_form {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.chat_form button {
    color: #fff;
}

.chat_form i {
    background: url(../img/chat.svg);
    background-size: auto;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9px 8px;
  background-size: cover;
}

.chat_form:before,
.chat_form:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.chat_form:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

#breadcrumbs {
	padding-top: 120px;
}

.breadcrumbs {

}

.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 10px;
}

.breadcrumbs ul li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.breadcrumbs ul li a {
	
}

.breadcrumbs ul li i {
	display: block;
  width: 12px;
  height: 1px;
  background: #000;
}

.breadcrumbs ul li a:hover {
	
}

.breadcrumbs ul li span {
	
}

#category_prod_catalog {
	margin-top: 30px;
	margin-bottom: 150px;
}

#catalog_prod {
	margin-top: 30px;
	margin-bottom: 60px;
}

#content {
	padding: 60px 0;
}

.content_page {
	margin-top: 30px;
}

#prod_detail {
	padding: 60px 0;
}

.prod_detail {
display: flex;
justify-content: space-between;
}

.prod_detail .left {
	width: 58%;
}

.prod_detail .left .prod_slider {
	position: relative;
}

.prod_detail .left {
	
}

.prod_detail .left {
	
}

.prod_detail .left {
	
}

.prod_detail .left {
	
}

.prod_detail .left {
	
}

.prod_detail .right {
	width: 38%;
}

.prod_detail .right .title_prod {
	margin-bottom: 30px;
}

.prod_detail .right .title_prod h1 {
	margin: 0;
  font-weight: 600;
}

.prod_detail .right .price {
	display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.prod_detail .right .price span {
	font-size: 30px;
	font-weight: 700;
  color: #a07338;
}

.prod_detail .right .price p {
	font-size: 30px;
  font-weight: 600;
}

.prod_detail .right .cart_link {
	
}

.prod_detail .right .cart_link button {
	border: 1px solid #A07338;
  border-radius: 60px;
  padding: 10px 30px;
  background: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.prod_detail .right .cart_link button i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1325_94)'%3e%3cpath d='M15.0488 3.97532C14.9172 4.57388 14.7941 5.15547 14.6668 5.73706C14.4248 6.84929 14.1786 7.96152 13.9408 9.078C13.9111 9.22658 13.8559 9.28176 13.6946 9.27752C11.7036 9.26903 9.71691 9.27327 7.72593 9.27752C7.57735 9.27752 7.51791 9.23082 7.46697 9.09498C6.40993 6.28893 5.34864 3.48712 4.2831 0.685321C4.13028 0.26505 3.94774 0.137695 3.49775 0.137695C2.76334 0.137695 2.02468 0.137695 1.28602 0.137695C0.92943 0.14194 0.670475 0.320237 0.577081 0.617398C0.445482 1.0504 0.759623 1.48766 1.21386 1.4919C1.80818 1.50039 2.4025 1.50039 2.99682 1.4919C3.12418 1.4919 3.17936 1.53435 3.22181 1.64897C4.28735 4.43379 5.35288 7.21862 6.42266 10.0034C6.567 10.3855 6.78775 10.5341 7.19528 10.5341C9.58106 10.5341 11.9711 10.5341 14.3569 10.5341C14.7771 10.5341 15.0064 10.3515 15.0955 9.93976C15.571 7.78747 16.0464 5.63517 16.5176 3.48288C16.6323 2.96497 16.3478 2.61687 15.8172 2.61687C14.03 2.61687 12.2428 2.61687 10.4556 2.61687C9.88247 2.61687 9.30937 2.61262 8.73627 2.61687C8.23535 2.62111 7.90422 3.05412 8.0528 3.50835C8.1462 3.79278 8.40091 3.97532 8.71929 3.97532C9.42399 3.97532 10.1287 3.97532 10.8376 3.97532C12.1749 3.97532 13.5121 3.97532 14.8493 3.97532C14.9087 3.97532 14.9639 3.97532 15.0488 3.97532Z' fill='black'/%3e%3cpath d='M8.15551 11.6167C9.39934 11.6167 10.3969 12.5973 10.3969 13.8199C10.3969 15.0298 9.37811 16.0359 8.15126 16.0317C6.92017 16.0317 5.91406 15.0341 5.91406 13.8157C5.91831 12.5888 6.90743 11.6167 8.15551 11.6167ZM7.27251 13.786C7.26827 14.2742 7.65882 14.669 8.14277 14.6732C8.62247 14.6775 9.0385 14.2699 9.0385 13.786C9.0385 13.2978 8.64794 12.9115 8.15975 12.9072C7.68005 12.9115 7.27676 13.3105 7.27251 13.786Z' fill='black'/%3e%3cpath d='M13.4481 16.0359C12.2043 16.0317 11.2109 15.0468 11.2109 13.8199C11.2109 12.6101 12.2298 11.6125 13.4609 11.6167C14.7089 11.621 15.6981 12.6016 15.6938 13.8284C15.6981 15.0426 14.6792 16.0402 13.4481 16.0359ZM13.4524 12.9115C12.9727 12.9115 12.5779 13.319 12.5736 13.8157C12.5694 14.2997 12.9769 14.7072 13.4609 14.7072C13.9491 14.7072 14.3311 14.3209 14.3311 13.8242C14.3354 13.319 13.9406 12.9072 13.4524 12.9115Z' fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1325_94'%3e%3crect width='16' height='15.8981' fill='white' transform='translate(0.546875 0.137695)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  width: 22px;
  height: 22px;
  display: block;
  background-size: cover;
}

.prod_detail .right .cart_link button:hover {
	background: #A07338;
  border: 1px solid #A07338;
  color: #fff;
}

.prod_detail .right .cart_link button:hover i {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1325_94)'%3e%3cpath d='M15.0488 3.97532C14.9172 4.57388 14.7941 5.15547 14.6668 5.73706C14.4248 6.84929 14.1786 7.96152 13.9408 9.078C13.9111 9.22658 13.8559 9.28176 13.6946 9.27752C11.7036 9.26903 9.71691 9.27327 7.72593 9.27752C7.57735 9.27752 7.51791 9.23082 7.46697 9.09498C6.40993 6.28893 5.34864 3.48712 4.2831 0.685321C4.13028 0.26505 3.94774 0.137695 3.49775 0.137695C2.76334 0.137695 2.02468 0.137695 1.28602 0.137695C0.92943 0.14194 0.670475 0.320237 0.577081 0.617398C0.445482 1.0504 0.759623 1.48766 1.21386 1.4919C1.80818 1.50039 2.4025 1.50039 2.99682 1.4919C3.12418 1.4919 3.17936 1.53435 3.22181 1.64897C4.28735 4.43379 5.35288 7.21862 6.42266 10.0034C6.567 10.3855 6.78775 10.5341 7.19528 10.5341C9.58106 10.5341 11.9711 10.5341 14.3569 10.5341C14.7771 10.5341 15.0064 10.3515 15.0955 9.93976C15.571 7.78747 16.0464 5.63517 16.5176 3.48288C16.6323 2.96497 16.3478 2.61687 15.8172 2.61687C14.03 2.61687 12.2428 2.61687 10.4556 2.61687C9.88247 2.61687 9.30937 2.61262 8.73627 2.61687C8.23535 2.62111 7.90422 3.05412 8.0528 3.50835C8.1462 3.79278 8.40091 3.97532 8.71929 3.97532C9.42399 3.97532 10.1287 3.97532 10.8376 3.97532C12.1749 3.97532 13.5121 3.97532 14.8493 3.97532C14.9087 3.97532 14.9639 3.97532 15.0488 3.97532Z' fill='white'/%3e%3cpath d='M8.15551 11.6167C9.39934 11.6167 10.3969 12.5973 10.3969 13.8199C10.3969 15.0298 9.37811 16.0359 8.15126 16.0317C6.92017 16.0317 5.91406 15.0341 5.91406 13.8157C5.91831 12.5888 6.90743 11.6167 8.15551 11.6167ZM7.27251 13.786C7.26827 14.2742 7.65882 14.669 8.14277 14.6732C8.62247 14.6775 9.0385 14.2699 9.0385 13.786C9.0385 13.2978 8.64794 12.9115 8.15975 12.9072C7.68005 12.9115 7.27676 13.3105 7.27251 13.786Z' fill='white'/%3e%3cpath d='M13.4481 16.0359C12.2043 16.0317 11.2109 15.0468 11.2109 13.8199C11.2109 12.6101 12.2298 11.6125 13.4609 11.6167C14.7089 11.621 15.6981 12.6016 15.6938 13.8284C15.6981 15.0426 14.6792 16.0402 13.4481 16.0359ZM13.4524 12.9115C12.9727 12.9115 12.5779 13.319 12.5736 13.8157C12.5694 14.2997 12.9769 14.7072 13.4609 14.7072C13.9491 14.7072 14.3311 14.3209 14.3311 13.8242C14.3354 13.319 13.9406 12.9072 13.4524 12.9115Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1325_94'%3e%3crect width='16' height='15.8981' fill='white' transform='translate(0.546875 0.137695)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  width: 22px;
  height: 22px;
  display: block;
  background-size: cover;
}

.prod_detail .right .cart_link {
	
}

.prod_detail .right .prod_desc {
	margin-top: 30px;
}




/* Hide the images by default */
.prod_img_slides {
  display: none;
  width: 100%;
  height: 500px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor_img {
  cursor: pointer;
}

/* Next & previous buttons */
.prev_img,
.next_img {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next_img {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev_img:hover,
.next_img:hover {
  background-color: #a07338;
  color: #fff;
  text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column_img {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo_img {
  opacity: 0.6;
}

.active_img,
.demo_img:hover {
  opacity: 1;
}

.thumb_img {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}

.thumb_img .column_img {
width: 210px;
height: 150px;
}

.thumb_img .column_img img {
object-fit: cover;
width: 100%;
height: 100%;
border-radius: 8px;
}

.prod_img_slides img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#cart_block {
padding-bottom: 60px;
}

.cart_items {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-top: 30px;
}

.cart_items .cart_item {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.06), 0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 1px 4px 0px rgba(0, 0, 0, 0.01);
border-radius: 8px;
}

.cart_items .cart_item .img {
width: 120px;
height: 120px;
}

.cart_items .cart_item .img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
}

.cart_items .cart_item .name {
width: 500px;
}

.cart_items .cart_item .name span {
font-weight: 500;
}

.cart_items .cart_item .price {
display: flex;
  gap: 5px;
}

.cart_items .cart_item .price span {
font-weight: 700;
}

.cart_items .cart_item .price span i {

}

.cart_items .cart_item .quantity {

}

.cart_items .cart_item .quantity input{
font-weight: 700;
  font-size: 20px;
  padding: 0 10px;
}

.cart_items .cart_item .total_price {

}

.cart_items .cart_item .total_price span {
font-weight: 700;
}

.cart_items .cart_item .delete_prod {
padding: 15px;
}

.cart_items .cart_item .delete_prod button {
background: url(../img/trash.svg);
width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
}

.cart_items .cart_item .delete_prod button:hover {
opacity: 0.8;
}

.total_cart {
display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.total_cart .t_prod {
	display: flex;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
}

.total_cart .t_prod span {
	
}

.total_cart .t_price {
	display: flex;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
}

.total_cart .t_price span {
	
}

.total_cart .add_order {
	
}

.total_cart .add_order button {
	background: #4e8e33;
  border: 0px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 60px;
  font-weight: 600;
  text-transform: uppercase;
}

.total_cart .add_order button:hover {
	background: #a07338;
}

#order_block {
padding-bottom: 60px;
}

.order_block {
display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.order_block .left {
	width: 56%;
}

.order_block .left h3 {
	font-weight: 700;
	border-bottom: 2px solid #4e8e33;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.order_block .left .contact_order {
	
}

.order_block .left .contact_order div {
	display: flex;
  align-items: center;
  margin: 15px 0;
}

.order_block .left .contact_order div label {
	width: 120px;
	font-weight: 500;
}

.order_block .left .contact_order div input {
	border-radius: 8px;
  border: 1px solid #a07338;
  padding: 5px 10px;
  font-weight: 600;
  width: 250px;
}

.order_block .left .contact_order div textarea {
	border-radius: 8px;
  border: 1px solid #a07338;
  padding: 5px 10px;
  font-weight: 600;
  width: 250px;
}

.order_block .left .delivery_order {
	
}

.order_block .left .delivery_order div {
	
}

.order_block .left .delivery_order div label {
	font-size: 20px;
  font-weight: 600;
}

.order_block .left .delivery_order div input {
	
}

.order_block .left .pay_order {
	
}

.order_block .left .pay_order div {
	
}

.order_block .left .pay_order div label {
	font-size: 20px;
  font-weight: 600;
}

.order_block .left .pay_order div input {
	
}

.order_block .right {
	width: 40%;
}

.order_block .right .card-body {
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.06), 0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 1px 4px 0px rgba(0, 0, 0, 0.01);
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.order_block .right .card-body table {
	
}

.order_block .right .card-body table thead {
	
}

.order_block .right .card-body table thead tr {
	
}

.order_block .right .card-body table thead tr th {
	text-transform: uppercase;
}

.order_block .right .card-body table tbody {
	
}

.order_block .right .card-body table tbody tr {
	
}

.order_block .right .card-body table tbody tr td {
	font-weight: 500;
}

.order_block .right .card-body table tfoot {
	
}

.order_block .right .card-body table tfoot tr {
	text-transform: uppercase;
}

.order_block .right .card-body table tfoot tr td {
	text-transform: uppercase;
	font-weight: 700;
}

.order_block .right .card-body table {
	
}

.order_block .right .btn_order {
	
}

.order_block .right .btn_order button {
	border: 0px;
  background: #4e8e33;
  border-radius: 60px;
  padding: 10px 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.order_block .right .btn_order button:hover {
	background: #a07338;
}


@media (max-width: 600px) {
    #main_head h1 {
font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 0px;
    }

    #main_head h1 br {
    	display: none;
    }

    #main_head ul li {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
}

#main_head .head_btn {
	text-align: center;
	margin-top: 200px;
}



#news_main #slider_news .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 25px;
}

#news_main #slider_news .owl-nav .owl-prev {
  left: 0;
  position: absolute;
}

#news_main #slider_news .owl-nav .owl-next {
  right: 0;
  position: absolute;
}



.btn_block a {
  font-size: 14px;
  background: #CA8D57;
  border-radius: 60px;
  color: #fff;
  padding: 7px 30px;
  display: inline-block;
}

.btn_block {
  text-align: center;
  margin: 30px 0;
}

#news_main {
  padding: 30px 0;
}










.footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.footer .f_logo {
  width: 100%;
  text-align: center;
}

.footer .f_menu_1 {
  width: 100%;
  text-align: center;
}



.footer ul li {
	line-height: 20px;
}

.footer ul li a {
  font-size: 16px;
}

.footer .f_contacts {
  width: 100%;
}

.footer .f_contacts .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer .f_contacts .address {
	font-size: 16px;
	text-align: center;
}

.footer .f_contacts .socseti {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}


.copyright span {
  font-size: 16px;
}

#header_mobile {
	display: block;
	position: sticky;
  top: 0;
  overflow: hidden;
  background: #fff;
    z-index: 999;
    padding: 5px 0;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.06), 0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 1px 4px 0px rgba(0, 0, 0, 0.01);
}

.mobile_menu_overlay, .mobile_menu_container{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay{
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	width: 300px;
	overflow: hidden;
	z-index: 10201;
	background: #fff;
}
.mobile_menu_container.loaded{
   	-webkit-transform: translateX(0px);
   	transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
	padding-top: 20px;
}
.mobile_menu_container ul{
	margin: 0;
	padding: 0;
}
.mobile_menu_container ul li{
	list-style: none;
}
.mobile_menu_container ul li a{
	display: block;
    padding: 2px 10px;
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    color: #000;
    text-decoration: none;
    text-align: center;
}
.mobile_menu_container ul li a.parent{
	padding-right: 50px;
}
.mobile_menu_container ul li a.parent:hover{

}
.mobile_menu_container ul li a.back{
	padding-left: 50px;
	box-sizing: border-box;
	min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{

}
.mobile_menu_container ul li a:hover{
	background: #A07338;
	color: #fff;
}
.mobile_menu_container ul li ul{
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3884da;
	z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
	overflow-y: auto;
	overflow-x: hidden;
}

header {
	display: none;
}

.menu_container {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}

.menu_container .logo {

}

.menu_container .logo img {
	width: 120px;
}

.menu_container .phone {
display: flex;
  agap: 0px;
    flex-wrap: wrap;
    justify-content: center;
}

.menu_container .phone .number {
display: flex;
  align-items: center;
  gap: 10px;
}

.menu_container .phone span {
font-size: 12px;
margin-top: -3px;
}

.menu_container .phone img {

}

.menu_container .phone a {
font-size: 16px;
  font-weight: 700;
}

.menu_container .phone a:hover {

}

.mobile_menu i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.0225 3.32292C19.4079 3.32292 23.7933 3.32292 28.1787 3.32292C29.2933 3.32292 30.0433 2.60417 30.0016 1.59375C29.9704 0.760417 29.2933 0.0729167 28.46 0.0104167C28.3662 0 28.2725 0 28.1891 0C19.4079 0 10.6162 0 1.83496 0C0.87663 0 0.241213 0.46875 0.0432963 1.3125C-0.18587 2.26042 0.522463 3.22917 1.51205 3.3125C1.67871 3.32292 1.84538 3.32292 2.02246 3.32292C6.34538 3.32292 10.6891 3.32292 15.0225 3.32292Z' fill='%23A07338'/%3e%3cpath d='M15.0025 20C10.6067 20 6.20044 20 1.8046 20C0.710853 20 -0.0495633 20.75 0.00252001 21.7604C0.0441867 22.5833 0.710853 23.2604 1.53377 23.3125C1.69002 23.3229 1.84627 23.3229 2.00252 23.3229C10.6692 23.3229 19.3359 23.3229 28.0025 23.3229C28.2942 23.3229 28.6067 23.3125 28.8879 23.2292C29.6379 22.9896 30.0963 22.2292 29.9921 21.4583C29.8879 20.6667 29.2317 20.0417 28.44 20.0208C27.2942 20 26.1484 20.0104 25.0025 20.0104C21.6692 20 18.3359 20 15.0025 20Z' fill='%23A07338'/%3e%3cpath d='M10.0024 13.3229C12.7524 13.3229 15.4919 13.3229 18.2419 13.3229C19.3044 13.3229 20.0544 12.5625 20.0024 11.5625C19.9607 10.7396 19.294 10.0625 18.4711 10.0104C18.3669 10 18.2628 10 18.1586 10C12.7211 10 7.2836 10 1.8461 10C0.804436 10 0.0856861 10.6042 0.0127694 11.5208C-0.0601472 12.5 0.679436 13.3021 1.70027 13.3125C3.41902 13.3229 5.13777 13.3125 6.85652 13.3125C7.89819 13.3229 8.95027 13.3229 10.0024 13.3229Z' fill='%23A07338'/%3e%3c/svg%3e ");
	width: 31px;
    height: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile_menu:hover i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.0225 3.32292C19.4079 3.32292 23.7933 3.32292 28.1787 3.32292C29.2933 3.32292 30.0433 2.60417 30.0016 1.59375C29.9704 0.760417 29.2933 0.0729167 28.46 0.0104167C28.3662 0 28.2725 0 28.1891 0C19.4079 0 10.6162 0 1.83496 0C0.87663 0 0.241213 0.46875 0.0432963 1.3125C-0.18587 2.26042 0.522463 3.22917 1.51205 3.3125C1.67871 3.32292 1.84538 3.32292 2.02246 3.32292C6.34538 3.32292 10.6891 3.32292 15.0225 3.32292Z' fill='%234E8E33'/%3e%3cpath d='M15.0025 20C10.6067 20 6.20044 20 1.8046 20C0.710853 20 -0.0495633 20.75 0.00252001 21.7604C0.0441867 22.5833 0.710853 23.2604 1.53377 23.3125C1.69002 23.3229 1.84627 23.3229 2.00252 23.3229C10.6692 23.3229 19.3359 23.3229 28.0025 23.3229C28.2942 23.3229 28.6067 23.3125 28.8879 23.2292C29.6379 22.9896 30.0963 22.2292 29.9921 21.4583C29.8879 20.6667 29.2317 20.0417 28.44 20.0208C27.2942 20 26.1484 20.0104 25.0025 20.0104C21.6692 20 18.3359 20 15.0025 20Z' fill='%234E8E33'/%3e%3cpath d='M10.0024 13.3229C12.7524 13.3229 15.4919 13.3229 18.2419 13.3229C19.3044 13.3229 20.0544 12.5625 20.0024 11.5625C19.9607 10.7396 19.294 10.0625 18.4711 10.0104C18.3669 10 18.2628 10 18.1586 10C12.7211 10 7.2836 10 1.8461 10C0.804436 10 0.0856861 10.6042 0.0127694 11.5208C-0.0601472 12.5 0.679436 13.3021 1.70027 13.3125C3.41902 13.3229 5.13777 13.3125 6.85652 13.3125C7.89819 13.3229 8.95027 13.3229 10.0024 13.3229Z' fill='%234E8E33'/%3e%3c/svg%3e ");
}

#main_head {
  height: auto;
  padding: 0px 0;
  background-position: -200px;
}

#main_head ul {
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobile_menu_content .logo {
	text-align: center;
	margin-bottom: 15px;
}

.mobile_menu_content .logo img {
	width: 220px;
}

.mobile_menu_content .socseti {
display: flex;
gap: 15px;
align-items: center;
justify-content: center;
    margin: 15px 0;
}

.mobile_menu_content .socseti a.tg i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.1629 0.256837C15.7073 0.255685 18.1949 1.00959 20.3106 2.42311C22.4263 3.83662 24.075 5.84616 25.0479 8.19727C26.0208 10.5484 26.2742 13.1353 25.7759 15.6305C25.2777 18.1257 24.0502 20.4169 22.249 22.2141C20.4477 24.0112 18.1537 25.2335 15.6573 25.726C13.161 26.2186 10.5747 25.9593 8.22578 24.981C5.8769 24.0027 3.87114 22.3494 2.46247 20.2305C1.0538 18.1115 0.305577 15.6222 0.312548 13.0778C0.32187 9.67524 1.67966 6.41515 4.08838 4.01193C6.49711 1.60871 9.7603 0.258378 13.1629 0.256837ZM13.1629 1.3546C10.8408 1.3546 8.57078 2.04319 6.64001 3.33328C4.70925 4.62338 3.20441 6.45704 2.31577 8.60239C1.42714 10.7477 1.19463 13.1084 1.64765 15.3859C2.10067 17.6634 3.21887 19.7554 4.86085 21.3974C6.50283 23.0394 8.59484 24.1576 10.8723 24.6106C13.1498 25.0636 15.5105 24.8311 17.6559 23.9425C19.8012 23.0539 21.6349 21.549 22.925 19.6182C24.2151 17.6875 24.9037 15.4175 24.9037 13.0954C24.9037 11.5526 24.5996 10.0249 24.0088 8.59968C23.4181 7.17445 22.5522 5.87964 21.4607 4.78925C20.3692 3.69886 19.0735 2.83428 17.6477 2.24495C16.2219 1.65561 14.6939 1.35306 13.1511 1.3546H13.1629Z' fill='%234E8E33' stroke='%234E8E33' stroke-width='0.5'/%3e%3cpath d='M12.8129 17.2866L10.8287 19.0067C10.7602 19.0888 10.672 19.1523 10.5723 19.1911C10.4726 19.23 10.3647 19.243 10.2586 19.2289C10.1526 19.2149 10.0518 19.1742 9.96571 19.1107C9.8796 19.0472 9.81097 18.9629 9.76619 18.8658C9.65538 18.6803 9.56484 18.4835 9.49615 18.2787C9.14392 17.1457 8.7917 16.0069 8.45708 14.868C8.43587 14.7772 8.38932 14.6942 8.32281 14.6287C8.2563 14.5632 8.17258 14.518 8.08138 14.4982C7.10689 14.1929 6.12849 13.8799 5.14618 13.5589C4.96491 13.4998 4.79586 13.4083 4.6472 13.2889C4.56523 13.229 4.49647 13.153 4.44517 13.0654C4.39388 12.9778 4.36115 12.8806 4.34904 12.7798C4.33693 12.6791 4.34567 12.5769 4.37475 12.4796C4.40382 12.3824 4.45261 12.2922 4.51805 12.2146C4.71963 11.9633 4.97688 11.7624 5.26946 11.6276C9.69966 9.88994 14.1357 8.16599 18.5776 6.45575C18.7056 6.40346 18.8398 6.36794 18.9768 6.35008C19.1498 6.30595 19.3312 6.3079 19.5032 6.35572C19.6751 6.40354 19.8315 6.49557 19.9568 6.62265C20.0821 6.74973 20.1719 6.90742 20.2173 7.08001C20.2627 7.2526 20.2621 7.43407 20.2155 7.60635C20.1392 8.11707 20.0159 8.61606 19.9102 9.11504C19.241 12.289 18.5679 15.4629 17.8908 18.6368C17.8908 18.6368 17.8908 18.6897 17.8908 18.719C17.6267 19.8931 16.8165 20.2042 15.8421 19.5056C14.8676 18.8071 13.8402 18.0439 12.8129 17.2866ZM5.83301 12.5903C5.87945 12.6203 5.92858 12.6458 5.97977 12.6666C6.84859 12.9484 7.74089 13.2537 8.58623 13.5002C8.68083 13.5201 8.77944 13.5033 8.86214 13.4533C9.20263 13.2419 9.53137 13.013 9.87185 12.7958C11.8971 11.5219 13.9283 10.2422 15.9595 8.98002C16.2448 8.81735 16.5457 8.68362 16.8576 8.58084C16.9645 8.54668 17.0796 8.54825 17.1855 8.58532C17.2915 8.62239 17.3824 8.69294 17.4447 8.7863C17.5176 8.877 17.5573 8.98987 17.5573 9.10624C17.5573 9.2226 17.5176 9.33547 17.4447 9.42618C17.315 9.62444 17.1611 9.80585 16.9868 9.96625C15.3431 11.5043 13.6935 13.0365 12.038 14.5628L11.539 15.0207L16.6991 18.8129L19.1177 7.42437L5.83301 12.5903ZM13.4645 11.8506H13.3941C12.1496 12.6608 10.8933 13.4709 9.65465 14.2927C9.61581 14.3287 9.5868 14.374 9.57036 14.4244C9.55392 14.4747 9.55061 14.5284 9.56072 14.5804C9.69574 15.0735 9.85424 15.5549 10.0069 16.048C10.0069 16.1067 10.0597 16.1713 10.0832 16.23C10.1419 15.8543 10.1419 15.4903 10.2006 15.1322C10.2242 14.9372 10.3084 14.7544 10.4413 14.6097C10.8522 14.2047 11.2984 13.8407 11.7269 13.4357L13.4645 11.8506ZM11.1164 17.3101L11.9147 16.6174L11.2044 16.0949L11.1164 17.3101Z' fill='%234E8E33'/%3e%3c/svg%3e ");
	width: 24px;
height: 24px;
background-size: contain;
background-repeat: no-repeat;
display: block;
background-position: center;
}

.mobile_menu_content .socseti a.wa i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 27.1098C1.1998 26.3769 1.38895 25.6817 1.57892 24.9861C1.97278 23.5454 2.37155 22.1055 2.75395 20.6618C2.7912 20.51 2.77441 20.3499 2.70646 20.209C-0.810451 13.8057 1.65507 5.74711 8.15255 2.42836C15.3346 -1.23962 24.065 2.44924 26.4311 10.1516C28.5191 16.9509 24.6788 24.232 17.8742 26.318C14.4953 27.3554 11.2162 27.0279 8.05879 25.4402C7.92439 25.3781 7.77313 25.3625 7.6289 25.396C5.51589 25.9393 3.40575 26.4957 1.29478 27.0471C1.21044 27.0688 1.12283 27.0844 1 27.1098ZM4.1034 24.0494C5.40166 23.7091 6.64589 23.3878 7.88643 23.0524C8.09728 22.9951 8.25818 23.0238 8.44406 23.1343C10.8392 24.5706 13.4205 25.0443 16.1559 24.5001C21.9545 23.3493 25.7129 17.7382 24.6202 11.9162C23.5344 6.13238 17.8619 2.2691 12.0699 3.36921C4.82725 4.74486 1.05282 12.8211 4.69624 19.2268C5.07331 19.8901 5.15028 20.4363 4.91527 21.1323C4.59879 22.0739 4.37812 23.0455 4.10299 24.051L4.1034 24.0494Z' fill='%234E8E33' stroke='white' stroke-width='0.5'/%3e%3cpath d='M9.87196 7.98666C10.4194 7.85114 10.6883 8.18073 10.88 8.67776C11.1731 9.43723 11.4941 10.1869 11.8159 10.9353C11.9281 11.1957 11.9182 11.4266 11.7496 11.6493C11.4937 11.9896 11.2484 12.3388 10.9778 12.6667C10.7952 12.8886 10.7788 13.0864 10.9254 13.3324C11.9817 15.1073 13.456 16.3908 15.3782 17.1568C15.6427 17.262 15.8515 17.2141 16.0288 16.9931C16.3457 16.5967 16.67 16.2062 16.984 15.8057C17.2149 15.5126 17.348 15.4401 17.68 15.5912C18.5938 16.0083 19.4992 16.4429 20.3961 16.8952C20.507 16.9513 20.6065 17.1556 20.6049 17.2895C20.584 18.6692 20.1783 19.33 18.7089 19.9482C17.8757 20.2987 17.0098 20.2164 16.1504 19.9769C13.031 19.1077 10.7326 17.1466 8.89386 14.5611C8.32272 13.7578 7.80767 12.93 7.58904 11.956C7.2742 10.5545 7.61811 9.33979 8.64862 8.32525C8.9827 7.9969 9.38762 7.9318 9.87196 7.98666Z' fill='%234E8E33' stroke='%234E8E33' stroke-width='0.5'/%3e%3c/svg%3e ");
	width: 24px;
height: 24px;
background-size: contain;
background-repeat: no-repeat;
display: block;
}

.mobile_menu_content .socseti a.tg:hover i {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.1629 0.256837C15.7073 0.255685 18.1949 1.00959 20.3106 2.42311C22.4263 3.83662 24.075 5.84616 25.0479 8.19727C26.0208 10.5484 26.2742 13.1353 25.7759 15.6305C25.2777 18.1257 24.0502 20.4169 22.249 22.2141C20.4477 24.0112 18.1537 25.2335 15.6573 25.726C13.161 26.2186 10.5747 25.9593 8.22578 24.981C5.8769 24.0027 3.87114 22.3494 2.46247 20.2305C1.0538 18.1115 0.305577 15.6222 0.312548 13.0778C0.32187 9.67524 1.67966 6.41515 4.08838 4.01193C6.49711 1.60871 9.7603 0.258378 13.1629 0.256837ZM13.1629 1.3546C10.8408 1.3546 8.57078 2.04319 6.64001 3.33328C4.70925 4.62338 3.20441 6.45704 2.31577 8.60239C1.42714 10.7477 1.19463 13.1084 1.64765 15.3859C2.10067 17.6634 3.21887 19.7554 4.86085 21.3974C6.50283 23.0394 8.59484 24.1576 10.8723 24.6106C13.1498 25.0636 15.5105 24.8311 17.6559 23.9425C19.8012 23.0539 21.6349 21.549 22.925 19.6182C24.2151 17.6875 24.9037 15.4175 24.9037 13.0954C24.9037 11.5526 24.5996 10.0249 24.0088 8.59968C23.4181 7.17445 22.5522 5.87964 21.4607 4.78925C20.3692 3.69886 19.0735 2.83428 17.6477 2.24495C16.2219 1.65561 14.6939 1.35306 13.1511 1.3546H13.1629Z' fill='%23A07338' stroke='%23A07338' stroke-width='0.5'/%3e%3cpath d='M12.8129 17.2866L10.8287 19.0067C10.7602 19.0888 10.672 19.1523 10.5723 19.1911C10.4726 19.23 10.3647 19.243 10.2586 19.2289C10.1526 19.2149 10.0518 19.1742 9.96571 19.1107C9.8796 19.0472 9.81097 18.9629 9.76619 18.8658C9.65538 18.6803 9.56484 18.4835 9.49615 18.2787C9.14392 17.1457 8.7917 16.0069 8.45708 14.868C8.43587 14.7772 8.38932 14.6942 8.32281 14.6287C8.2563 14.5632 8.17258 14.518 8.08138 14.4982C7.10689 14.1929 6.12849 13.8799 5.14618 13.5589C4.96491 13.4998 4.79586 13.4083 4.6472 13.2889C4.56523 13.229 4.49647 13.153 4.44517 13.0654C4.39388 12.9778 4.36115 12.8806 4.34904 12.7798C4.33693 12.6791 4.34567 12.5769 4.37475 12.4796C4.40382 12.3824 4.45261 12.2922 4.51805 12.2146C4.71963 11.9633 4.97688 11.7624 5.26946 11.6276C9.69966 9.88994 14.1357 8.16599 18.5776 6.45575C18.7056 6.40346 18.8398 6.36794 18.9768 6.35008C19.1498 6.30595 19.3312 6.3079 19.5032 6.35572C19.6751 6.40354 19.8315 6.49557 19.9568 6.62265C20.0821 6.74973 20.1719 6.90742 20.2173 7.08001C20.2627 7.2526 20.2621 7.43407 20.2155 7.60635C20.1392 8.11707 20.0159 8.61606 19.9102 9.11504C19.241 12.289 18.5679 15.4629 17.8908 18.6368C17.8908 18.6368 17.8908 18.6897 17.8908 18.719C17.6267 19.8931 16.8165 20.2042 15.8421 19.5056C14.8676 18.8071 13.8402 18.0439 12.8129 17.2866ZM5.83301 12.5903C5.87945 12.6203 5.92858 12.6458 5.97977 12.6666C6.84859 12.9484 7.74089 13.2537 8.58623 13.5002C8.68083 13.5201 8.77944 13.5033 8.86214 13.4533C9.20263 13.2419 9.53137 13.013 9.87185 12.7958C11.8971 11.5219 13.9283 10.2422 15.9595 8.98002C16.2448 8.81735 16.5457 8.68362 16.8576 8.58084C16.9645 8.54668 17.0796 8.54826 17.1855 8.58532C17.2915 8.62239 17.3824 8.69294 17.4447 8.7863C17.5176 8.877 17.5573 8.98987 17.5573 9.10624C17.5573 9.2226 17.5176 9.33548 17.4447 9.42618C17.315 9.62444 17.1611 9.80585 16.9868 9.96625C15.3431 11.5043 13.6935 13.0365 12.038 14.5628L11.539 15.0207L16.6991 18.8129L19.1177 7.42437L5.83301 12.5903ZM13.4645 11.8506H13.3941C12.1496 12.6608 10.8933 13.4709 9.65465 14.2927C9.61581 14.3287 9.5868 14.374 9.57036 14.4244C9.55392 14.4747 9.55061 14.5284 9.56072 14.5804C9.69574 15.0735 9.85424 15.5549 10.0069 16.048C10.0069 16.1067 10.0597 16.1713 10.0832 16.23C10.1419 15.8543 10.1419 15.4903 10.2006 15.1322C10.2242 14.9372 10.3084 14.7544 10.4413 14.6097C10.8522 14.2047 11.2984 13.8407 11.7269 13.4357L13.4645 11.8506ZM11.1164 17.3101L11.9147 16.6174L11.2044 16.0949L11.1164 17.3101Z' fill='%23A07338'/%3e%3c/svg%3e ");
}

.mobile_menu_content .socseti a.wa:hover i {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 27.1098C1.1998 26.3769 1.38895 25.6817 1.57892 24.9861C1.97278 23.5454 2.37155 22.1055 2.75395 20.6618C2.7912 20.51 2.77441 20.3499 2.70646 20.209C-0.810451 13.8057 1.65507 5.74711 8.15255 2.42836C15.3346 -1.23962 24.065 2.44924 26.4311 10.1516C28.5191 16.9509 24.6788 24.232 17.8742 26.318C14.4953 27.3554 11.2162 27.0279 8.05879 25.4402C7.92438 25.3781 7.77313 25.3625 7.6289 25.396C5.51589 25.9393 3.40575 26.4957 1.29478 27.0471C1.21044 27.0688 1.12283 27.0844 1 27.1098ZM4.1034 24.0494C5.40166 23.7091 6.64589 23.3878 7.88643 23.0524C8.09728 22.9951 8.25818 23.0238 8.44406 23.1343C10.8392 24.5706 13.4205 25.0443 16.1559 24.5001C21.9545 23.3493 25.7129 17.7382 24.6202 11.9162C23.5344 6.13238 17.8619 2.2691 12.0699 3.36921C4.82725 4.74486 1.05282 12.8211 4.69624 19.2268C5.07331 19.8901 5.15028 20.4363 4.91527 21.1323C4.59879 22.0739 4.37812 23.0455 4.10299 24.051L4.1034 24.0494Z' fill='%23A07338' stroke='white' stroke-width='0.5'/%3e%3cpath d='M9.87196 7.98666C10.4194 7.85114 10.6883 8.18073 10.88 8.67776C11.1731 9.43723 11.4941 10.1869 11.8159 10.9353C11.9281 11.1957 11.9182 11.4266 11.7496 11.6493C11.4937 11.9896 11.2484 12.3388 10.9778 12.6667C10.7952 12.8886 10.7788 13.0864 10.9254 13.3324C11.9817 15.1073 13.456 16.3908 15.3782 17.1568C15.6427 17.262 15.8515 17.2141 16.0288 16.9931C16.3457 16.5967 16.67 16.2062 16.984 15.8057C17.2149 15.5126 17.348 15.4401 17.68 15.5912C18.5938 16.0083 19.4992 16.4429 20.3961 16.8952C20.507 16.9513 20.6065 17.1556 20.6049 17.2895C20.584 18.6692 20.1783 19.33 18.7089 19.9482C17.8757 20.2987 17.0098 20.2164 16.1504 19.9769C13.031 19.1077 10.7326 17.1466 8.89386 14.5611C8.32272 13.7578 7.80767 12.93 7.58904 11.956C7.2742 10.5545 7.61811 9.33979 8.64862 8.32525C8.9827 7.9969 9.38762 7.9318 9.87196 7.98666Z' fill='%23A07338' stroke='%234E8E33' stroke-width='0.5'/%3e%3c/svg%3e ");
}

.mobile_menu_content .head_btn {
  text-align:center;
  margin-top: 10px;
}

.mobile_menu_content .head_btn a {
  font-size: 14px;
  background: #CA8D57;
  border-radius: 60px;
  color: #fff;
  padding: 5px 30px;
  display: inline-block;
}

.mobile_menu_content .head_btn a:hover {
  text-decoration: none;
  background: #A07338;
}

.mobile_menu_content .lk {
display: flex;
    justify-content: center;
    margin-top: 10px;
}

.mobile_menu_content .lk a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
  font-size: 14px;
}

.mobile_menu_content .lk a:hover {
  text-decoration: underline;
  color: #A07338;
}

.mobile_menu_content .lk i {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='38' viewBox='0 0 36 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.0001 15.9126C21.3137 15.9126 24 13.2263 24 9.91259C24 6.59889 21.3137 3.9126 18.0001 3.9126C14.6863 3.9126 12 6.59889 12 9.91259C12 13.2263 14.6863 15.9126 18.0001 15.9126Z' stroke='white' stroke-width='3'/%3e%3cpath d='M29.9963 27.9126C30 27.6663 30 27.4161 30 27.1626C30 23.4347 24.6274 20.4126 17.9999 20.4126C11.3726 20.4126 6 23.4347 6 27.1626C6 30.8905 6 33.9126 17.9999 33.9126C21.3466 33.9126 23.7597 33.6775 25.5 33.2577' stroke='white' stroke-width='3' stroke-linecap='round'/%3e%3c/svg%3e ");
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}

.mobile_menu_content .lk a:hover i {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='38' viewBox='0 0 36 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.0001 15.9126C21.3137 15.9126 24 13.2263 24 9.91259C24 6.59889 21.3137 3.9126 18.0001 3.9126C14.6863 3.9126 12 6.59889 12 9.91259C12 13.2263 14.6863 15.9126 18.0001 15.9126Z' stroke='%23A07338' stroke-width='3'/%3e%3cpath d='M29.9963 27.9126C30 27.6663 30 27.4161 30 27.1626C30 23.4347 24.6274 20.4126 17.9999 20.4126C11.3726 20.4126 6 23.4347 6 27.1626C6 30.8905 6 33.9126 17.9999 33.9126C21.3466 33.9126 23.7597 33.6775 25.5 33.2577' stroke='%23A07338' stroke-width='3' stroke-linecap='round'/%3e%3c/svg%3e ");
}

#content_page {
  padding: 30px 0;
}

.news_items .news_item {
  position: relative;
  width: 100%;
}

.news_items {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.content_block {
	font-size: 13px;
}


#slider_head .owl-nav {
  position: absolute;
  width: 100%;
  top: 5px;
  display: none;
}

.category_items .item {
	width: 100%;
	flex-wrap: wrap;
	position: relative;
}

.category_items .item .info {
order: 1;
text-align: center;
}

.category_items .item .img {
order: 0;
justify-content: end;
    display: flex;
    width: 100%;
}

.category_items .item .info h3 {
	position: absolute;
  top: 20px;
}

#category_prod {
	padding: 30px 0;
}

.prod_items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0;
}

.prod_items .prod_item {
	width: 46%;
}

.prod_items .prod_item .price_cart {
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 15px 15px;
}

.prod_items .prod_item .name h3 {
	font-size: 14px;
	margin: 5px;
}

#new_prod {
	padding: 0px 0;
}

.about_main {
  width: 100%;
  padding: 30px 0;
}

.about_main h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.about_main p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.about_main::after {
  content: '';
  background: url(../img/wood.png);
    background-size: auto;
  width: 630px;
  height: 300px;
  position: relative;
  right: 0;
  left: 0;
  top: -35px;
  background-size: cover;
  display: block;
}

#about_main {
  padding: 0px 0;
    padding-bottom: 0px;
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
}

#map_main .map iframe {
	height: 300px;
}

.footer .f_menu_1 ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .f_logo img {
  margin-bottom: 15px;
  width: 250px;
}

.footer .f_contacts .soc_p {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.copyright .left {
order: 1;
width: 100%;
}

.copyright .right {
	order: 0;
	width: 100%;
}

.copyright {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.copyright .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.copyright {
	gap: 20px;
}

.chat_form {
    bottom: 0px;
    right: 0px;
    width: 50px;
  height: 50px;
  }

.chat_form i {
  background: url(../img/chat.svg);
    background-size: auto;
  background-size: auto;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7px 5px;
  background-size: cover;
}

#breadcrumbs {
  padding-top: 20px;
}

.breadcrumbs ul li a {
	font-size: 13px;
}

.breadcrumbs ul li span {
	font-size: 13px;
}

#category_prod_catalog {
  margin-top: 30px;
  margin-bottom: 50px;
}

.title_block h3 {
	font-size: 30px;
}

#catalog_prod {
  margin-top: 10px;
  margin-bottom: 30px;
}

.prod_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prod_detail .left {
  width: 100%;
}

.thumb_img .column_img {
  width: 100px;
  height: 80px;
}

#prod_detail {
  padding: 30px 0;
}

.prod_detail .right {
  width: 100%;
}

.prod_detail .right .title_prod {
  margin-bottom: 30px;
  margin-top: 20px;
}

.prod_detail .right .title_prod h1 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}

.prod_detail .right .price {
	justify-content: center;
}

.prod_detail .right .cart_link {
	display: flex;
  justify-content: center;
}

.cart_items .cart_item {
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.cart_items .cart_item .name {
  width: 100%;
  text-align: center;
}

.cart_items .cart_item .price {
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

.cart_items .cart_item .quantity {
	width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.cart_items .cart_item .quantity input {
  font-weight: 700;
  font-size: 20px;
  padding: 0 10px;
  width: 100px;
}

.cart_items .cart_item .total_price {
	width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.cart_items .cart_item .delete_prod {
	position: absolute;
  top: 0;
  right: 0;
}

.total_cart {
	justify-content: center;
	flex-wrap: wrap;
}

.total_cart .t_prod {
  display: flex;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.total_cart .t_price {
  display: flex;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.order_block {
	flex-wrap: wrap;
}

.order_block .left {
  width: 100%;
  margin-bottom: 30px;
}

.order_block .left h3 {
	text-align: center;
}

.order_block .left .contact_order div {
	flex-wrap: wrap;
	justify-content: center;
}

.order_block .left .contact_order div label {
  width: 100%;
  font-weight: 500;
  text-align: center;
}

.order_block .left .contact_order div input {
	text-align: center;
}

.order_block .right {
  width: 100%;
}

.order_block .right .card-body table tfoot tr td {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.order_block .right .card-body table thead tr th {
	font-size: 13px;
}

.order_block .right .card-body table tbody tr td {
  font-weight: 500;
  font-size: 16px;
}

.order_block .right .card-body table tfoot tr th {
	font-size: 14px;
}

.order_block .right .card-body table {
	margin-bottom: 0;
}

.order_block .right .btn_order {
	text-align: center;
}




}

@media (max-width: 320px){
	.mobile_menu_container{
		width: 240px;
	}
}