/*!
Theme Name: Komod.te.ua
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: komod-te-ua
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Komod.te.ua is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: 1316px;
	--radius: 12px;
	--gap: 24px;

	--text-size: 16px;
	--text-size-sm: 14px;
	--text-size-esm: 12px;
	--h1-size: 40px;
	--h2-size: 32px;
	--h3-size: 28px;
	--h4-size: 24px;
	--h5-size: 20px;
	--h6-size: 18px;

	--brown: #4B3B2B;
	--white: #FFFFFF;
	--light: #EBE5DC;
	--orange: #E67600;
	--black: #212121;
	--grey: #CBCFD4;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: var(--brown);
	background: var(--white);
}
a {
	color: var(--orange);
	transition: .5s;
}
a:hover {
	text-decoration: none;
	color: var(--blue-dark);
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover-span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: var(--gap) 0;
	line-height: 1.125;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 var(--gap);
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -1.5 / 2) calc(var(--gap) / -1.5);
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 2 / 1.5);
	margin-bottom: calc(var(--gap) / 1.5);
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
::-webkit-input-placeholder {
	color: #C0BCB7;
}
::-moz-placeholder {
	color: #C0BCB7;
}
:-ms-input-placeholder {
	color: #C0BCB7;
}
:-moz-placeholder {
	color: #C0BCB7;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid var(--light);
	color: var(--brown);
	padding: calc(var(--gap) / 3) calc(var(--gap) / 1.5);
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	height: 42px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 90px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 4px;
	font-size: var(--text-size-esm);
}
.wpcf7 form .wpcf7-response-output {
	margin: var(--gap) 0 0;
	padding: calc(var(--gap) / 2) calc(var(--gap) / 1.5);
}
.blockMsg {
	max-width: 480px !important;
}



.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
	z-index: 1;
}
.section-esm {
	position: relative;
	padding-top: 24px;
	padding-bottom: 24px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}


.heading {
	margin-bottom: calc(var(--gap) * 1.75);
}
.heading:last-child {
	margin-bottom: 0;
}
.heading.center {
	text-align: center;
}
.heading h2 {
	font-size: var(--h2-size);
}



.btn,
.awooc-custom-order,
.awooc-col-wrap  {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: calc(var(--gap) / 6);
	font-size: var(--text-size);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	border: none;
	padding: calc(var(--gap) / 3) calc(var(--gap) / 1.5);
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	outline: none;
	min-height: 42px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
}
.btn-icon-left:before,
.btn-icon-right:after {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
.btn-icon-left:before {
	margin-left: -2px;
}
.btn-icon-left:after {
	margin-right: -2px;
}
.btn-primary,
.awooc-custom-order {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}
.btn-primary:hover,
.awooc-custom-order:hover {
	background-color: var(--brown);
	border-color: var(--brown);
	color: var(--white);
}
.btn-primary:before,
.btn-primary:after {
	background-color: var(--white);
}
.btn-secondary {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--brown);
}
.btn-secondary:hover {
	background-color: var(--brown);
	border-color: var(--brown);
	color: var(--white);
}
.btn-secondary:before,
.btn-secondary:after {
	background-color: var(--brown);
}
.btn-secondary:hover:before,
.btn-secondary:hover:after {
	background-color: var(--white);
}
.btn-icon-phone:before,
.btn-icon-phone:after {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.btn-icon-filter:before,
.btn-icon-filter:after {
	-webkit-mask-image: url(images/filter_alt.svg);
	mask-image: url(images/filter_alt.svg);
}
.btn.btn-link {
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: var(--brown);
	min-height: inherit;
}
.btn.btn-link:hover {
	color: var(--orange);
}
.btn.btn-link:after {
	content: '';
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand_down.svg);
	mask-image: url(images/expand_down.svg);
	background-color: var(--brown);
	transform: rotate(-90deg);
	transition: .5s;
}
.btn.btn-link:hover:after {
	background-color: var(--orange);
}


button.swiper-navigation {
	position: absolute;
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	background: var(--light);
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	padding: 0;
	cursor: pointer;
	z-index: 9;
	transition: .5s;
}
button.swiper-navigation.white {
	background: var(--white);
	border: 1px solid var(--light);
}
button.swiper-navigation:hover,
button.swiper-navigation.white:hover {
	border-color: var(--orange);
	background: var(--orange);
}
button.swiper-navigation:disabled {
	background: var(--light);
	opacity: .15;
	cursor: no-drop;
}
button.swiper-navigation.white:disabled {
	background: var(--white);
	border-color: var(--light);
}
button.swiper-navigation.prev {
	transform: rotate(90deg);
	left: -16px;
}
button.swiper-navigation.next {
	transform: rotate(-90deg);
	right: -16px;
}
button.swiper-navigation:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/expand_down.svg);
    mask-image: url(images/expand_down.svg);
    background-color: var(--brown);
    flex: 0 0 18px;
    max-width: 18px;
    width: 18px;
    height: 18px;
    transition: .5s;
}
button.swiper-navigation:hover:before {
	background-color: var(--white);
}


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.soc-links.sm li a {
	width: 20px;
	height: 20px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li a path {
	fill: var(--brown);
	transition: .5s;
}
.soc-links li a:hover path {
	fill: var(--orange);
}
.soc-links.white li a path {
	fill: var(--white);
}
.soc-links.white li a:hover path {
	fill: var(--orange);
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px var(--gap) var(--gap);
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--orange);
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu > li {
	border-bottom: 1px solid var(--light);
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	font-size: var(--h6-size);
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: var(--brown);
	z-index: 1;
}
.mobile-menu li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--orange);
}
.mobile-menu-toggle {
	order: 2;
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand_down.svg);
	mask-image: url(images/expand_down.svg);
	background-color: var(--brown);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-toggle {
	background-color: var(--orange);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-toggle {
	background-color: var(--orange);
	transform: rotate(180deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	list-style: none;
	text-transform: none;
	z-index: 9;
}


/*
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 420px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	background-clip: padding-box;
	outline: 0;
	padding: calc(var(--gap) * 1.5) var(--gap) var(--gap);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .7;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h4-size);
	color: var(--black);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: var(--gap);
	text-align: center;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: #999999;
	width: 34px;
	height: 34px;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--black);
}
*/


.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--gap) + 2px) calc(var(--gap) / -2) 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: calc(var(--gap) * -1);
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.gallery-item > * {
	overflow: hidden;
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-2 .gallery-item > * {
	height: calc((var(--container) - var(--gap)) / 2 / 1.4);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-3 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 2) / 3 / 1.4);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-4 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 3) / 4 / 1.4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-5 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 4) / 5 / 1.4);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-6 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 5) / 6 / 1.4);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 6) / 7 / 1.4);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-8 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 7) / 8 / 1.4);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-columns-9 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 8) / 9 / 1.4);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.gallery-item a:hover img {
	transform: scale(1.08);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: var(--gap);
	margin-bottom: var(--gap);
}
.alignright {
	float: right;
	margin-left: var(--gap);
	margin-bottom: var(--gap);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap);
}


.wrapper {
	position: relative;
	z-index: 1;
}

.topbar {
	position: relative;
	padding: calc(var(--gap) / 1.5) 0;
	border-bottom: 1px solid var(--light);
	z-index: 1;
}
.topbar-wrap {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.2);
	min-height: 20px;
	justify-content: center;
}
.topbar-contacts {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.2);
	font-size: var(--text-size-sm);
	line-height: 1.333;
}
.topbar-contacts li {
	position: relative;
	padding-left: 24px;
	z-index: 1;
}
.topbar-contacts li:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--brown);
	z-index: 1;
}
.topbar-contacts li.address:before {
	-webkit-mask-image: url(images/pin.svg);
	mask-image: url(images/pin.svg);
}
.topbar-contacts li.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
}
.topbar-contacts li.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.topbar-contacts li.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.topbar-contacts li a {
	position: relative;
	color: var(--brown);
	text-decoration: none;
	z-index: 1;
}
.topbar-contacts li a:hover {
	color: var(--orange);
}
.topbar-contacts li .sep {
	margin: 0 calc(var(--gap) / 4);
}
.topbar-contacts li br {
	display: none;
}



.header {
	position: sticky;
	position: relative;
	top: 0;
	background: var(--white);
	padding: calc(var(--gap) / 1.5) 0;
	border-bottom: 1px solid var(--light);
	z-index: 92;
}
.main-menu {
	position: relative;
	flex: auto;
	margin: 0 0 calc(var(--gap) / 1.5);
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--gap) * 1.5);
	z-index: 2;
}
.main-menu:last-child {
	margin-bottom: 0;
}
.main-menu li {
	position: relative;
	z-index: 1;
}
.main-menu li a {
	color: var(--brown);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 8);
	padding: 6px 0;
	text-decoration: none;
}
.main-menu li a:hover {
	color: var(--orange);
}
.main-menu li.menu-item-has-children > a:after {
	content: '';
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand_down.svg);
	mask-image: url(images/expand_down.svg);
	background-color: var(--brown);
	transition: .5s;
}
.main-menu li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu li.menu-item-has-children > a:hover:after,
.main-menu li.current-menu-item.menu-item-has-children > a:after {
	background-color: var(--orange);
}
.main-menu ul {
	position: absolute;
	top: 100%;
	left: calc(var(--gap) / -1.5);
	margin: 0;
	padding: 0;
	list-style: none;
	background: var(--white);
	border: 1px solid var(--light);
	width: max-content;
	max-width: 280px;
	-moz-border-radius: calc(var(--radius) / 3);
	-webkit-border-radius: calc(var(--radius) / 3);
	border-radius: calc(var(--radius) / 3);
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: -99;
}
.main-menu li:hover > ul {
	transform: translateY(0);
	opacity: 1;
	visibility: inherit;
	z-index: 1;
}
.main-menu > li:last-child > ul {
	left: auto;
	right: 0;
}
.main-menu ul li {
	padding: 10px calc(var(--gap) / 1.5);
	border-bottom: 1px solid var(--light);
}
.main-menu ul li:last-child {
	border-bottom: none;
}
.main-menu ul li a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-menu ul li.menu-item-has-children > a:after,
.main-menu ul li.menu-item-has-children:hover > a:after {
	transform: rotate(-90deg);
}
.main-menu ul ul {
	top: 0;
	left: 100%;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	gap: var(--gap);
}
.header-logo img {
	max-height: 60px;
}
.header-search {
	flex: auto;
	max-width: 680px;
}
.header-search-btn {
	-webkit-mask-size: 32px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/search.svg);
	mask-image: url(images/search.svg);
	background-color: var(--brown);
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	outline: none;
	border: 0;
	padding: 0;
	transition: .5s;
}
.header-search-btn:hover,
.header-search.active .header-search-btn {
	background-color: var(--orange);
}
.search-form {
	position: relative;
	width: 100%;
	display: flex;
	height: 42px;
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	border: 1px solid var(--light);
	z-index: 1;
}
.search-form input {
	flex: auto;
	max-width: 100%;
	background: none;
	border: none;
	height: 40px;
	padding-right: calc(var(--gap) / 6);
}
.search-form button {
	-webkit-mask-size: 26px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/search.svg);
	mask-image: url(images/search.svg);
	background-color: var(--brown);
	flex: 0 0 40px;
	max-width: 40px;
	height: 40px;
	cursor: pointer;
	outline: none;
	border: 0;
	padding: 0;
	transition: .5s;
}
.search-form button:hover {
	background-color: var(--orange);
}
.header-toggle {
	display: flex;
	align-items: center;
}
.header-toggle button {
	-webkit-mask-size: 32px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--brown);
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	outline: none;
	border: 0;
	padding: 0;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: var(--orange);
}


.main {
	position: relative;
	z-index: 2;
}



.footer {
	position: relative;
	background: var(--black);
	color: var(--grey);
	z-index: 1;
}
.footer a {
	color: var(--grey);
	text-decoration: none;
}
.footer a:hover {
	color: var(--orange);
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
	padding: 64px 0 24px;
}
.footer-widget {
	max-width: 280px;
}
.footer-widget-title {
	font-size: var(--h6-size);
	line-height: 1.25;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: calc(var(--gap) / 1.2);
	color: var(--white);
}
.footer-logo {
	margin-bottom: calc(var(--gap) / 1.2);
}
.footer-logo img {
	max-height: 48px;
}
.footer-company {
	font-size: var(--text-size-sm);
	margin-bottom: calc(var(--gap) / 1.2);
	line-height: 1.333;
}
.footer-menu {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.25;
}
.footer-contacts {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	line-height: 1.25;
}
.footer-contacts li {
	position: relative;
	padding-left: 28px;
	z-index: 1;
}
.footer-contacts li:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--grey);
	z-index: 1;
}
.footer-contacts li.address:before {
	-webkit-mask-image: url(images/pin.svg);
	mask-image: url(images/pin.svg);
}
.footer-contacts li.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
}
.footer-contacts li.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.footer-contacts li.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.footer-bottom {
	border-top: 1px solid var(--light);
	padding: calc(var(--gap) / 2);
	text-align: center;
	font-size: var(--text-size-sm);
}



.page-header {
	position: relative;
	padding: calc(var(--gap) / 1.5) 0 calc(var(--gap) * 1.5);
	z-index: 1;
}
.page-breadcrumbs {
	font-size: var(--text-size-sm);
	font-weight: 300;
	margin-bottom: calc(var(--gap) / 3);
}
.page-breadcrumbs:last-child {
	margin-bottom: 0;
}
.page-breadcrumbs a {
	text-decoration: none;
}
.page-title {
	margin: 0;
	font-size: var(--h2-size);
}

.error-404-number {
	font-size: calc(var(--h1-size) * 7);
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: var(--grey);
}
.error-404-button {
	text-align: center;
}






.catsList-items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 3);
}
.catsList-items li a {
	display: inline-flex;
	align-items: center;
	gap: calc(var(--gap) / 5);
	background: var(--light);
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	font-size: var(--text-size-esm);
	line-height: 1.333;
	color: var(--brown);
	text-decoration: none;
	padding: calc(var(--gap) / 4 + 4px) calc(var(--gap) / 2.4) calc(var(--gap) / 4);
}
.catsList-items li a:hover {
	background: var(--brown);
	color: var(--white);
}
.catsList-items li a span {
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--brown);
	margin-top: -3px;
	transition: .5s;
}
.catsList-items li a:hover span {
	background-color: var(--white);
}




.banner-wrap {
	border: 2px solid rgba(255, 255, 255, .65);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	padding-left: calc(var(--gap) * 2);
	padding-right: calc(var(--gap) * 2);
}
.banner-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner-image:after {
	content: '';
	background: linear-gradient(90deg, rgba(8, 8, 8, 0.65) -0.46%, #B69C6F -0.46%, rgba(7, 7, 7, 0.65) 86.55%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .35;
	z-index: 1;
}
.banner-heading {
	line-height: 1.1;
	letter-spacing: .06em;
	color: var(--brown);
	text-transform: uppercase;
}
.banner-button .btn {
	min-width: 220px;
}



.catsPrimary-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.catsPrimary-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.catsPrimary-items__last-3 .catsPrimary-item:nth-last-child(1),
.catsPrimary-items__last-3 .catsPrimary-item:nth-last-child(2),
.catsPrimary-items__last-3 .catsPrimary-item:nth-last-child(3) {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.catsPrimary-items__last-2 .catsPrimary-item:nth-last-child(1),
.catsPrimary-items__last-2 .catsPrimary-item:nth-last-child(2) {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.catsPrimary-items__last-1 .catsPrimary-item:last-child {
	flex: 0 0 100%;
	max-width: 100%;
}
.catsPrimary-item__wrap {
	position: relative;
	background: var(--light);
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.5);
	padding: calc(var(--gap) / 1.5);
	z-index: 1;
}
.catsPrimary-item__left {
	flex: auto;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.catsPrimary-item__title {
	font-size: var(--h5-size);
	font-weight: 500;
	line-height: 1.333;
	letter-spacing: .03em;
	margin: 0;
}
.catsPrimary-item__title a {
	text-decoration: none;
	color: var(--brown);
}
.catsPrimary-item__title a:hover {
	color: var(--orange);
}
.catsPrimary-item__sub {
	font-size: var(--text-size-esm);
	font-weight: 500;
	color: #C0BCB7;
}
.catsPrimary-item__sub a {
	color: #C0BCB7;
	text-decoration: none;
}
.catsPrimary-item__sub a:hover {
	color: var(--orange);
}
.catsPrimary-item__right {
	flex: 0 0 40%;
	max-width: 40%;
}



.block-section-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: calc(var(--gap) * 1.75) var(--gap);
}
.block-section-wrap .heading {
	flex: auto;
	max-width: calc(100% - var(--gap) - 280px);
}
.block-section-button {
	flex: 0 0 280px;
	max-width: 280px;
	text-align: right;
}
.block-section-full {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	z-index: 1;
}




.products-items:not(.swiper-wrapper) {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.products-items.swiper-wrapper .swiper-slide {
	height: auto !important;
}
.products-items:not(.swiper-wrapper) .products-item {
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.products-items.columns-4:not(.swiper-wrapper) .products-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.products-items.columns-3:not(.swiper-wrapper) .products-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.products-items.columns-2:not(.swiper-wrapper) .products-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.products-items.columns-1:not(.swiper-wrapper) .products-item {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
.products-swiper {
	overflow: hidden;
}
.woocommerce-loop-product__link {
	position: relative;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: calc(var(--gap) / 1.5);
	gap: calc(var(--gap) / 2);
	border: 1px solid var(--light);
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	z-index: 1;
}
.products-item__image {
	flex: 0 0 calc(((var(--container) - var(--gap) * 3) / 4 - var(--gap) / 1.5 * 2) / 1.55);
	max-height: calc(((var(--container) - var(--gap) * 3) / 4 - var(--gap) / 1.5 * 2) / 1.55);
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-item__image img {
	max-height: calc(((var(--container) - var(--gap) * 3) / 4 - var(--gap) / 1.5 * 2) / 1.55);
}
.woocommerce-loop-product__title {
	font-size: var(--h6-size);
	font-weight: 500;
	color: var(--brown);
	margin: 0;
	text-align: center;
}
.products-item__excerpt {
	flex: auto;
	font-size: var(--text-size-sm);
	color: #C0BCB7;
	text-align: center;
}
.products-item__excerpt p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.products-item .price {
	text-align: center;
	color: var(--orange);
	font-size: var(--h6-size);
	margin: 0;
	display: block;
}



.reviews-swiper {
	overflow: hidden;
}
.reviews-swiper .swiper-slide {
	height: auto !important;
}
.reviews-item__wrap {
	position: relative;
	height: 100%;
	background: var(--light);
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	padding: var(--gap);
	z-index: 1;
}
.reviews-item__head {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
}
.reviews-item__image {
	flex: 0 0 70px;
	max-width: 70px;
	height: 70px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.reviews-item__info {
	flex: 0 0 calc(100% - 70px - var(--gap) / 2);
	max-width: calc(100% - 70px - var(--gap) / 2);
}
.reviews-item__name {
	font-weight: 700;
	margin-bottom: calc(var(--gap) / 12);
}
.reviews-item__date {
	font-size: var(--text-size-esm);
	margin-bottom: calc(var(--gap) / 4);
}
.reviews-item__rating {
	display: flex;
	gap: calc(var(--gap) / 4);
}
.reviews-item__rating span {
	flex: 0 0 12px;
	max-width: 12px;
	height: 12px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/star.svg);
	mask-image: url(images/star.svg);
	background-color: var(--grey);
}
.reviews-item__rating span.active {
	background-color: #F9D15B;
}




.portfolio-swiper {
	overflow: hidden;
}
.portfolio-item__image {
	position: relative;
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	overflow: hidden;
	height: calc((var(--container) - var(--gap) * 3) / 4 / .815);
	cursor: zoom-in;
	z-index: 1;
}
.portfolio-item__image a:hover img {
	transform: scale(1.05);
}




.location-section iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.location-info {
	position: relative;
	width: 300px;
	margin-left: auto;
	background: var(--white);
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	padding: var(--gap);
	z-index: 1;
}
.location-info:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/pin.svg);
	mask-image: url(images/pin.svg);
	background-color: var(--brown);
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto calc(var(--gap) / 3);
}
.location-label {
	text-align: center;
	font-size: var(--h4-size);
	font-weight: 700;
	margin: 0 0 calc(var(--gap) / 3);
	line-height: 1.1;
}
.location-address {
	text-align: center;
	margin-bottom: calc(var(--gap) / 2);
}
.location-button .btn {
	width: 100%;
}



.pageContacts-wrap {
	display: flex;
	gap: var(--gap);
}
.pageContacts-left {
	flex: 0 0 420px;
	max-width: 420px;
}
.pageContacts-info {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	line-height: 1.25;
	font-size: var(--h6-size);
}
.pageContacts-info li {
	position: relative;
	padding-left: 32px;
	z-index: 1;
}
.pageContacts-info li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	left: 0;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--orange);
	z-index: 1;
}
.pageContacts-info li.address:before {
	-webkit-mask-image: url(images/pin.svg);
	mask-image: url(images/pin.svg);
}
.pageContacts-info li.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
}
.pageContacts-info li.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.pageContacts-info li.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.pageContacts-info li a {
	color: var(--brown);
	text-decoration: none;
}
.pageContacts-info li a:hover {
	color: var(--orange);
}
.pageContacts-right {
	flex: auto;
	max-width: calc(100% - 420px - var(--gap));
}




.page-body-wrap {
	display: flex;
	gap: var(--gap);
}
.page-body-sidebar {
	flex: 0 0 calc(25% - var(--gap) / 2);
	max-width: calc(25% - var(--gap) / 2);
}
.page-body-main {
	flex: 0 0 calc(75% - var(--gap) / 2);
	max-width: calc(75% - var(--gap) / 2);
}


.widget-area {
	position: relative;
	padding: calc(var(--gap) / 1.2);
	border: 1px solid var(--light);
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	z-index: 1;
}
.widget {
	margin-bottom: calc(var(--gap) / 1.2);
	padding-bottom: calc(var(--gap) / 1.2);
	border-bottom: 1px solid var(--light);
}
.widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget-title {
	font-size: var(--h6-size);
	font-weight: 500;
	letter-spacing: .03em;
	margin-bottom: calc(var(--gap) / 1.5);
}
.product-categories {
	padding: 0;
	list-style: none;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 6);
}
.product-categories li {
	margin-bottom: calc(var(--gap) / 4);
}
.product-categories li:last-child {
	margin-bottom: 0;
}
.product-categories li.cat-item-15 {
	display: none;
}
.product-categories li.cat-parent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.product-categories li a {
	position: relative;
	padding: 2px 0;
	display: block;
	text-decoration: none;
	color: var(--brown);
}
.product-categories li.cat-parent > a {
	order: 1;
	flex: auto;
	max-width: calc(100% - 24px);
}
.product-categories li a:hover,
.product-categories li.current-cat > a {
	color: var(--orange);
}
.product-categories-toggle {
	order: 2;
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-webkit-mask-size: 18px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand_down.svg);
	mask-image: url(images/expand_down.svg);
	background-color: var(--brown);
	cursor: pointer;
	transition: .5s;
}
.product-categories-toggle:hover,
.product-categories li.current-cat > .product-categories-toggle {
	background-color: var(--orange);
}
.product-categories li.active > .product-categories-toggle {
	transform: rotate(180deg);
}
.product-categories ul {
	display: none;
	flex: 0 0 100%;
	max-width: 100%;
	order: 3;
	margin: 10px 0 0;
	padding: 0 0 0 calc(var(--gap) / 1.5);
	list-style: none;
}
.product-categories li.active > ul {
	display: block;
}




.woocommerce-pagination,
.navigation.pagination,
.term-description,
.page-description {
	position: relative;
	margin-top: calc(var(--gap) * 1.5);
	z-index: 2;
}
ul.page-numbers,
.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--gap) / 3);
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.page-numbers li a,
ul.page-numbers li span,
.nav-links .page-numbers {
	min-width: 42px;
	height: 42px;
	font-weight: 500;
	color: var(--black);
	border: 1px solid var(--light);
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
	-moz-border-radius: calc(var(--radius) / 3);
	-webkit-border-radius: calc(var(--radius) / 3);
	border-radius: calc(var(--radius) / 3);
}
ul.page-numbers li a:hover,
ul.page-numbers li span.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}



.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) * 2) var(--gap);
}
.singleProduct-images {
	--sizeThumbnailProduct: 120px;
	--heightProductMainImage: calc(var(--sizeThumbnailProduct) * 4 + var(--gap) / 2 * 3);
	flex: 0 0 63%;
	max-width: 63%;
	height: var(--heightProductMainImage);
	display: flex;
	gap: calc(var(--gap) / 2);
	flex-direction: row-reverse;
}
.singleProductImagesMain-swiper {
	position: relative;
	flex: 0 0 calc(100% - var(--sizeThumbnailProduct) - var(--gap) / 2);
	max-width: calc(100% - var(--sizeThumbnailProduct) - var(--gap) / 2);
	overflow: hidden;
	z-index: 1;
}
.singleProductImagesMain-item__image {
	background: var(--white);
	height: var(--heightProductMainImage);
	display: flex;
	align-items: center;
	justify-content: center;
}
.singleProductImagesMain-item__image a {
	cursor: zoom-in;
}
.singleProductImagesMain-item__image img {
	max-height: var(--heightProductMainImage);
}
.singleProductImagesOther-swiper {
	flex: 0 0 var(--sizeThumbnailProduct);
	max-width: var(--sizeThumbnailProduct);
	overflow: hidden;
}
.singleProductImagesOther-swiper .swiper-slide {
	opacity: 1;
}
.singleProductImagesOther-item__image {
	border: 1px solid var(--grey);
	height: var(--sizeThumbnailProduct);
	cursor: pointer;
	transition: .5s;
}
.singleProductImagesOther-swiper .swiper-slide-thumb-active .singleProductImagesOther-item__image {
	border-color: var(--orange);
}
button.swiper-navigation.singleProductImagesMain-navigation {
	position: absolute;
	top: calc(var(--heightProductMainImage) / 2 - 18px);
	opacity: 0;
	transition: .5s;
}
.singleProductImagesMain-swiper:hover button.swiper-navigation.singleProductImagesMain-navigation {
	opacity: 1;
}
button.swiper-navigation.singleProductImagesMain-navigation.prev {
	left: 10px;
}
button.swiper-navigation.singleProductImagesMain-navigation.next {
	right: 10px;
}
.singleProduct-summary {
	flex: 0 0 calc(37% - var(--gap));
	max-width: calc(37% - var(--gap));
}
.singleProduct-summary .product_title {
	font-size: var(--h2-size);
}
.singleProduct-summary .price {
	font-size: var(--h3-size);
	font-weight: 500;
	color: var(--orange);
	line-height: 1.125;
}
.singleProduct-summary .product_meta {
	margin-bottom: var(--gap);
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.singleProduct-summary .product_meta p {
	margin: 0;
	font-size: var(--text-size);
	letter-spacing: .03em;
	display: flex;
	gap: var(--gap);
}
.singleProduct-summary .product_meta span:first-child {
	font-weight: 700;
	flex: 0 0 100px;
	max-width: 100px;
}
.singleProduct-summary .product_meta p a {
	color: var(--brown);
	text-decoration: none;
}
.singleProduct-summary .product_meta p a:hover {
	color: var(--orange);
}
.singleProducts-tabs {
	flex: 0 0 100%;
	max-width: 100%;
}
.singleProducts-tabs ul.tabs {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
	border-bottom: 1px solid var(--light);
	display: flex;
	z-index: 1;
}
.singleProducts-tabs ul.tabs li {
	flex: 0 0 auto;
}
.singleProducts-tabs ul.tabs li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid transparent;
	padding: 0 calc(var(--gap) / 2) 10px;
	text-decoration: none;
	color: var(--brown);
	font-weight: 500;
}
.singleProducts-tabs ul.tabs li a:hover {
	color: var(--orange);
}
.singleProducts-tabs ul.tabs li.active a {
	border-color: var(--orange);
}
.woocommerce-Tabs-panel {
	margin: var(--gap) 0 0;
}
.woocommerce-product-attributes {
	width: 100%;
	border-spacing: inherit;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	border: 1px solid var(--light);
	padding: calc(var(--gap) / 2) 20px;
}
.woocommerce-product-attributes th {
	text-align: left;
	font-weight: 400;
	color: var(--grey);
	width: 35%;
}
.woocommerce-product-attributes td {
	color: var(--brown);
}

.awooc-custom-order-wrap .wpcf7-form-control-wrap {
	margin-bottom: 0 !important;
	display: block !important;
}
.awooc-col.columns-right input.btn {
	width: auto !important;
}





@media (max-width: 1399px) {
	:root {
		--container: 1116px;
		--radius: 12px;
		--gap: 24px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 40px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.singleProduct-images {
		--sizeThumbnailProduct: 100px;
	}
}





@media (max-width: 1199px) {
	:root {
		--container: 916px;
		--radius: 12px;
		--gap: 24px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 34px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header-wrap {
		height: 48px;
	}
	.header-logo img {
		max-height: 48px;
	}
	.main-menu {
		gap: calc(var(--gap) * 1.25);
	}
	.catsPrimary-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.singleProduct-images {
		--sizeThumbnailProduct: 80px;
	}
	.singleProduct-images {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.singleProduct-summary {
		flex: 0 0 calc(50% - var(--gap));
		max-width: calc(50% - var(--gap));
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 5);
	}
}





@media (max-width: 991px) {
	:root {
		--container: 696px;
		--radius: 8px;
		--gap: 16px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.topbar,
	.main-menu,
	.header-button {
		display: none;
	}
	.header-wrap {
		position: relative;
		height: 36px;
		gap: calc(var(--gap) / 2);
		z-index: 1;
	}
	.header-logo {
		flex: auto;
	}
	.header-logo img {
		max-height: 36px;
	}
	.header-search {
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		max-width: 100%;
	}
	.header-search form.search-form {
		display: none;
		position: absolute;
		top: calc(100% + var(--gap) / 1.5);
		left: 0;
		background: var(--white);
	}
	.header-search.active form.search-form {
		display: flex;
	}
	.banner-image:after {
		background: linear-gradient(90deg, rgba(8, 8, 8, 0.75) -0.46%, #B69C6F -0.46%, rgba(7, 7, 7, 0.75) 96.55%);
		opacity: .55;
	}
	.banner-heading {
		color: var(--white);
	}
	.products-items.columns-4:not(.swiper-wrapper) .products-item,
	.products-items.columns-3:not(.swiper-wrapper) .products-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.products-item__image {
		flex: 0 0 calc(((var(--container) - var(--gap)) / 2 - var(--gap) / 1.5 * 2) / 1.55);
		max-height: calc(((var(--container) - var(--gap)) / 2 - var(--gap) / 1.5 * 2) / 1.55);
	}
	.products-item__image img {
		max-height: calc(((var(--container) - var(--gap)) / 2 - var(--gap) / 1.5 * 2) / 1.55);
	}
	.woocommerce-loop-product__link {
		gap: calc(var(--gap) / 1.2);
	}
	.portfolio-item__image {
		height: calc((var(--container) - var(--gap)) / 2 / .815);
	}
	.location-section iframe {
		position: relative;
		height: 360px;
	}
	.location-section.section {
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		flex-direction: column-reverse;
	}
	.location-wrap {
		margin-bottom: -60px;
	}
	.location-info {
		margin-right: auto;
		box-shadow: 0 10px 30px rgba(0,0,0,.15);
	}
	.footer-wrap {
		padding-top: 48px;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: calc(var(--gap) * 1.75);
	}
	.footer-soc {
		justify-content: center;
	}
	.footer-widget {
		max-width: 100%;
	}
	.footer-contacts {
		align-items: center;
		padding-right: 20px;
	}
	.page-title {
		font-size: var(--h1-size);
	}
	.page-body-wrap {
		flex-direction: column;
	}
	.page-body-sidebar,
	.page-body-main {
		flex: auto;
		max-width: 100%;
	}
	.widget-area {
		display: none;
		margin-top: var(--gap);
	}
	.filter-button {
		width: 100%;
	}
	.singleProduct-images,
	.singleProduct-summary {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-images {
        --sizeThumbnailProduct: 120px;
        padding: var(--gap);
        background-color: var(--light);
    }

    .pageContacts-wrap {
    	flex-direction: column;
    	gap: calc(var(--gap) * 2);
    }
    .pageContacts-left,
    .pageContacts-right {
    	flex: auto;
    	max-width: 100%;
    }
    .block-section-wrap .heading {
    	flex: 0 0 100%;
    	max-width: 100%;
    	text-align: center;
    	order: 1;
    }
    .block-section-full {
    	order: 2;
    }
    .block-section-button {
    	flex: 0 0 100%;
    	max-width: 100%;
    	text-align: center;
    	order: 3;
    }

    .product-categories {
    	gap: calc(var(--gap) / 3);
    }

    .single-product .page-body-sidebar {
    	display: none;
    }
}





@media (max-width: 767px) {
	:root {
		--container: 516px;
		--radius: 8px;
		--gap: 16px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.catsPrimary-item,
	.catsPrimary-items__last-2 .catsPrimary-item:nth-last-child(1),
	.catsPrimary-items__last-2 .catsPrimary-item:nth-last-child(2) {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.form-field-50 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-images {
		--heightProductMainImage: calc(var(--sizeThumbnailProduct) * 3 + var(--gap) / 2 * 2);
	}
}





@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 40px);
		--radius: 8px;
		--gap: 16px;

		--text-size: 15px;
		--text-size-sm: 13px;
		--text-size-esm: 12px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.banner-wrap {
		padding-left: var(--gap);
		padding-right: var(--gap);
	}
	.singleProduct-images {
		--sizeThumbnailProduct: 80px;
	}
	.products-item__excerpt {
		font-size: var(--text-size-esm);
	}
	.woocommerce-loop-product__link {
		padding: calc(var(--gap) / 2);
	}
}