/*!
Theme Name: anasazi
*/


/* Navigation
--------------------------------------------- */
/* .main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
} */

/* Small menu. */
/* .menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
} */

/* Posts and pages
--------------------------------------------- */
/* .sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
} */

/* Comments
--------------------------------------------- */
/* .comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
} */

/* Widgets
--------------------------------------------- */
/* .widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
} */

/* Media
--------------------------------------------- */
/* .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
} */

/* Make sure logo link wraps around logo image. */
/* .custom-logo-link {
	display: inline-block;
} */

/* Captions
--------------------------------------------- */
/* .wp-caption {
	margin-bottom: 1.5em;
	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;
} */

/* Galleries
--------------------------------------------- */
/* .gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
} */

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
/* .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
} */

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
/* .infinity-end.neverending .site-footer {
	display: block;
} */

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
/* .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
} */

/* Do not show the outline on the skip link target. */
/* #primary[tabindex="-1"]:focus {
	outline: 0;
} */

/* Alignments
--------------------------------------------- */
/* .alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
} */

/* My styles */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&family=Space+Mono&family=Spartan:wght@500;600&display=swap");

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Spartan', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.15;
	color: #374151
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.norm_row {
    float: right;
    min-width: 25px;
}
ul {
	list-style: none
}

a {
	text-decoration: none
}

a:hover {
	opacity: 0.8;
	-webkit-transition: .3s;
	transition: .3s
}

img {
	width: 100%
}

button {
	border: none;
	cursor: pointer
}

span,
a,
i,
p,
li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit
}

input,
textarea {
	border: none;
	outline: none
}

label {
	display: block
}
.site-main {
	padding: 40px 0;
}
.chat {
	position: fixed;
	right: 40px;
	bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	width: 80px;
	height: 80px;
	background: #FFFFFF;
	border: 2px solid #D1D5DB;
	-webkit-box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
	border-radius: 53px;
	z-index: 11
}

.hamburger {
	width: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
	display: none
}

.hamburger span {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #162546;
	margin-bottom: 5px;
	-webkit-transition: 0.7s ease;
	transition: 0.7s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	margin: 3px 0
}

.hamburger_active {
	position: fixed;
	right: 5%;
	z-index: 55;
	height: 24px
}

.hamburger_active span {
	background: #9CA3AF
}

.hamburger_active span:nth-child(1) {
	-webkit-transform: translateY(4px) rotate(45deg);
	transform: translateY(4px) rotate(45deg)
}

.hamburger_active span:nth-child(2) {
	display: none
}

.hamburger_active span:nth-child(3) {
	-webkit-transform: translateY(-3px) rotate(-45deg);
	transform: translateY(-3px) rotate(-45deg)
}

.tac {
	text-align: center;
}
.count .count__item {
	text-align: center;
    max-width: 33%;
}
.title {
	color: #162546
}

.title-72 {
	font-size: 72px
}

.title-48 {
	font-size: 48px
}

.title-36 {
	font-size: 36px
}

.title-24 {
	font-size: 24px
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.d-flex-sb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
/* 	justify-content: space-between */
	justify-content: space-evenly
}

.d-grid {
	display: -ms-grid;
	display: grid
}

.section-label {
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #CD553B
}

.overlay_active {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	z-index: 2
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-weight: 600;
	line-height: 1.1;
	height: 52px
}

.btn-or {
	color: #fff;
	background-color: #CD553B
}

.btn-clear {
	color: #CD553B;
	border: 1px solid #CD553B
}

.btn-opac {
	background: rgba(205, 85, 59, 0.1);
	color: #CD553B
}

.btn:hover {
	opacity: 0.8
}

.header {
	padding: 24px 0;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05)
}

.header__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__inner-links {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px
}

.header .btn {
	width: 172px;
	min-height: 44px;
	font-size: 16px
}

.header .logo_active {
	z-index: 999;
	position: fixed
}

.logo {
	display: block;
	width: 266px;
	height: 56px
}

.menu__wrap {
	gap: 40px
}

.hero>.container{
	z-index: 9;
  height: 100%;
}
.hero {
	position: relative;
	background: url("../img/hero-bg.png") center center/cover no-repeat;
	height: 600px
}
.hero::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
  background: #262626;
  opacity: 0.6;
	top:0;
	left:0;
		z-index: 0
}
.hero__wrap {
    position: absolute;
    bottom: 60px;
    text-align: left;
    margin-bottom: 100px;
}

.hero .text {
	margin-top: 24px;
	width: 56%
}

.hero .btn {
	margin-top: 40px;
	width: 209px
}

.home-gallery {
	padding: 80px 0
}

.home-gallery__head-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 120px;
	gap: 80px;
	margin-bottom: 24px
}

.home-gallery__main-img {
	width: 49.1111%
}
.tool__cards_content .tool__cards{
	display: none;
}
.tool__cards.tool__cards_active{
	display: flex;
}
.home-gallery__header {
	width: 45%
}

.home-gallery .title {
	margin-bottom: 24px
}

.home-gallery .text {
	color: #4B5563
}

.home-gallery .btn {
	margin-top: 40px;
	width: 206px;
	height: 44px
}

.home-gallery__items {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	-ms-grid-rows: (228px)[2];
	grid-template-rows: repeat(2, 228px);
	gap: 24px
}

.home-gallery__item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.home-gallery__item:first-child {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2
}

.home-gallery__item:nth-child(2) {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2
}

.home-gallery__item:nth-child(3) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3
}

.home-gallery__item:nth-child(4) {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3
}

.home-gallery__item:nth-child(5) {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3
}

.count {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}

.count__num {
	display: block;
	font-size: 36px;
	color: #162546;
	margin-bottom: 24px
}

.process {
	padding: 80px 0 120px;
	background-color: #F3F5F6
}

.process__items {
	margin-top: 80px;
	gap: 80px
}
.featured_items{
	gap:50px;
}
.process__item {
	text-align: center
}

.process__icon {
	width: 64px;
	height: 64px
}

.process__title {
	font-weight: 600;
	font-size: 20px;
	color: #162546;
	margin: 24px 0
}

.section-form {
	padding: 120px 0;
	background: #F9FAFB
}

.section-form-white .section-form  {
	background: #fff
}

.section-form__wrap {
	gap: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.section-form__img {
	width: 57%
}

.section-form .text {
	margin-top: 24px;
	color: #4B5563
}
.wpcf7-submit.btn,
.section-form .btn {
	min-width: 98px
}

.form {
	width: 43%
}
.wpcf7-not-valid-tip {
	margin-top: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
}
.form__input-wrap {
	margin-top: 28px;
	position: relative;
	margin-bottom: 52px
}

.form__tr-wrap {
	margin-bottom: 0
}

.form__footer {
	position: relative;
	margin-top: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px
}
.wpcf7-spinner {
	position: absolute;
	left: 40%;
}
.agree {
	font-size: 14px;
	line-height: 150%;
	color: #6B7280
}
.popup{
	display: none;
}
.agree a {
	text-decoration: underline
}

form {
	padding-top: 24px
}

form:not(.search-form) label {
	position: absolute;
	top: -28px;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #6B7280
}

label span {
	color: #CD553B
}

.input,
.textarea {
	padding: 16px;
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #9CA3AF;
	font-size: 16px;
	color: #111827
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #6B7280
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #6B7280
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
	font-size: 16px;
	color: #6B7280
}

.input::placeholder,
.textarea::placeholder {
	font-size: 16px;
	color: #6B7280
}

.input:focus,
.textarea:focus {
	border: 1px solid #6B7280
}

.input:focus+label,
.textarea:focus+label {
	color: #374151
}

.textarea {
	height: 235px;
	resize: none
}

.login {
	padding: 120px 0
}

.login form {
	margin: 40px auto 0;
	width: 464px
}

.login .btn {
	width: 115px
}

.login .form__footer {
	margin-top: -24px
}

.sign-in {
	font-size: 14px;
	line-height: 150%;
	color: #6B7280
}

.sign-in a {
	color: #CD553B;
	font-weight: bold;
	text-decoration: underline
}

.contact-us {
	padding: 40px 0 80px
}

.contact-us__wrap {
	margin-top: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}
.swiper23{

    overflow: hidden;
}
.contact-us__title {
	font-size: 24px
}

.contact-us__block {
	margin-top: 40px
}

.contact-us__label {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #6B7280
}

.contact-us__text {
	color: #374151;
	line-height: 150%
}

.contact-us__items {
	width: 45%
}

.contact-us__map {
	width: 54%
}

.contact-us__map iframe {
	width: 100%
}

.gallery {
	padding: 40px 0 80px
}

.gallery__wrap {
	margin-top: 40px;
	gap: 24px
}

.gallery__item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.gallery__item:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-column: 1/5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	height: 560px
}

.gallery__item:nth-child(2) {
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-column: 5/7;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
	height: 268px
}

.gallery__item:nth-child(3) {
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-column: 5/7;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
	height: 268px
}

.gallery__item:nth-child(4) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1/4;
	height: 400px
}

.gallery__item:nth-child(5) {
	-ms-grid-column: 4;
	-ms-grid-column-span: 3;
	grid-column: 4/7;
	height: 400px
}

.gallery__item:nth-child(6) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	grid-row: 4/5;
	height: 268px
}

.gallery__item:nth-child(7) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	grid-row: 5/6;
	height: 268px
}

.gallery__item:nth-child(8) {
	-ms-grid-column: 3;
	-ms-grid-column-span: 4;
	grid-column: 3/7;
	-ms-grid-row: 4;
	-ms-grid-row-span: 3;
	grid-row: 4/7;
	height: 560px
}

.gallery__item:nth-child(9) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-row: 6;
	-ms-grid-row-span: 1;
	grid-row: 6/7
}

.gallery__item:nth-child(10) {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
	-ms-grid-row: 6;
	-ms-grid-row-span: 1;
	grid-row: 6/7
}

.gallery__item:nth-child(11) {
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-column: 5/7;
	-ms-grid-row: 6;
	-ms-grid-row-span: 1;
	grid-row: 6/7
}

.gallery__item:nth-child(12) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-row: 7;
	-ms-grid-row-span: 1;
	grid-row: 7/8
}

.gallery__item:nth-child(13) {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3/5;
	-ms-grid-row: 7;
	-ms-grid-row-span: 1;
	grid-row: 7/8
}

.gallery__item:nth-child(14) {
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-column: 5/7;
	-ms-grid-row: 7;
	-ms-grid-row-span: 1;
	grid-row: 7/8
}

.materials {
	padding: 40px 0 80px
}

.materials__wrap {
	margin-top: 40px;
	-ms-grid-columns: (minmax(100px, 464px))[3];
	grid-template-columns: repeat(3, minmax(100px, 464px));
	gap: 40px 24px
}

.materials__item span {
	width: 85%;
	margin: 24px auto 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.175em
}

.faq {
	padding: 80px 0
}

.accordion {
	margin: 24px auto 0;
	width: 66%
}

.accordion__item {
	position: relative;
	cursor: pointer
}

.accordion__item::after {
	content: '';
	position: absolute;
	border-bottom: 2px solid #CD553B;
	border-left: 2px solid #CD553B;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 25px;
	right: 29px
}

.accordion__item:not(:last-child) {
	margin-bottom: 24px
}
.tool__head-img{
    transition: 0.4s all;
    transform: translateY(-100%);
		position: absolute;
    top: 0;
    left: 0;
}
.tool__head-img.tool__head-img_active{
	display: block;
  height: auto;
	transform: translateY(0);
}
.tool__head-images {
    overflow: hidden;
    position: relative;
    min-height: 500px;
}
.accordion__title {
	padding: 16px 50px 16px 24px;
	min-height: 59px;
	background: #F9FAFB;
	border: 1px solid #9CA3AF;
	line-height: 150%;
	color: #374151
}

.accordion__descr {
	padding: 16px 20px 16px 24px;
	display: none;
	-webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.accordion__item-active:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.accordion__item-active .accordion__descr {
	display: block
}

.products-page {
	padding: 40px 0 80px
}

.filter {
	padding: 40px 0
}

/* .filter__wrap {
	-ms-grid-columns: (minmax(100px, 1fr))[4];
	grid-template-columns: repeat(4, minmax(100px, 1fr));
	gap: 24px
} */
.filter__wrap form {
	padding: 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(100px, 1fr))[4];
	grid-template-columns: repeat(4, minmax(100px, 1fr));
	gap: 24px
}

.filter__res {
	margin-top: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.filter__res-text {
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #6B7280
}

.filter .btn-opac {
	width: 188px;
	margin-right: 24px
}
.filter .reset-filters{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.1;
    height: 52px;
	background: rgba(205,85,59,0.1);
    color: #CD553B;
	width: 188px;
    margin-right: 24px;

}
.filter .btn-or {
	width: 106px
}

.filter__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3px;
	width: 56px;
	height: 56px;
	background: rgba(205, 85, 59, 0.1)
}

.filter__icon span {
	display: block;
	height: 2px;
	background: #CD553B
}

.filter__icon span:nth-child(1) {
	width: 20px
}

.filter__icon span:nth-child(2) {
	width: 14px
}

.filter__icon span:nth-child(3) {
	width: 6px
}

.filter__mob {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none
}

.filter__fil-text {
	color: transparent
}

.select {
	width: 100%;
	position: relative
}
.select form {
	padding: 0;
}
.select form label{
	position: unset;
	margin: 0;
}
select {
	outline: none;
}
.woof_products_top_panel {
	display: none !important;
}
.select__title {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #6B7280
}
.filter-title {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #6B7280
}
.current_page_item a{

    color: #cd553b;
}
.sfsi_shortcode_container {
    position: absolute;
    right: 0;
    top: 35px;
    width: 300px;
}
.select__header {
	padding: 0 16px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #9CA3AF;
	cursor: pointer
}
.yith-wcan-dropdown  {
	padding: 0 16px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #9CA3AF !important;
	border-radius:unset !important;
	cursor: pointer
}
.select2-container--default .select2-selection--single  {
	padding: 0 16px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #9CA3AF !important;
	border-radius:unset !important;
	cursor: pointer
}
#post-date-filter > button {
	grid-column: 4/5;
    grid-row: 2/3;
	width: 106px;
	color: #fff;
    background-color: #CD553B;
	font-weight: 600;
    line-height: 1.1;
    height: 52px;
	justify-self: flex-end;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
	box-shadow: none;
}
.yith-wcan-filters .yith-wcan-filter {
	margin: 0;
}
.yith-wcan-filters {
	margin: 0;
}
.select__header::before {
	content: '';
	position: absolute;
	border-bottom: 2px solid #CD553B;
	border-left: 2px solid #CD553B;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 15px;
	right: 16px
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed:after {
	content: '';
	position: absolute;
	border-bottom: 2px solid #CD553B;
	border-left: 2px solid #CD553B;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 15px;
	background-image: none;
	right: 16px
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open:after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.opened:after {
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 20px;
	content: '';
	position: absolute;
	border-bottom: 2px solid #CD553B;
	border-left: 2px solid #CD553B;
	width: 7px;
	height: 7px;
	background-image: none;
	right: 16px
}
.select__current {
	font-weight: 500;
	font-size: 16px;
	color: #6B7280
}
.dropdown-label {
	font-weight: 500;
    font-size: 16px;
    color: #162546;
}

.select__current-act {
	font-weight: 600;
	color: #374151
}

.select__body {
	width: 100%;
	background-color: #fff;
	overflow: overlay;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 3;
	-webkit-box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04)
}
.fancybox-navigation .fancybox-button div {
    background: #fff;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
	width: 100%;
	background-color: #fff;
	overflow: overlay;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 3;
	border: none;
	border-radius:unset !important;
	padding: 0;
	-webkit-box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04)
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li:last-child {
	margin-bottom: 1px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
	color: unset;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
	color: unset;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li > a {
	width: 100%;
}

.select__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	padding: 16px;
	font-weight: 500;
	font-size: 16px;
	color: #162546;
	cursor: pointer;
	background: #F9FAFB;
	border: 1px solid #9CA3AF
}
.select2-results__option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	padding: 16px;
	font-weight: 500;
	font-size: 16px;
	color: #162546;
	cursor: pointer;
	background: #F9FAFB;
	border: 1px solid #9CA3AF
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: unset;

}
.select2-container--default .select2-search--dropdown .select2-search__field {
	display: none;
}
.select2-search--dropdown {
	padding: 0;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	padding: 16px;
	font-weight: 500;
	font-size: 16px;
	color: #162546;
	cursor: pointer;
	background: #F9FAFB;
	margin-bottom: -1px;
	border: 1px solid #9CA3AF
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
	max-height: unset;
	overflow-y: hidden;
}
.select__item span {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #D1D5DB;
	border-radius: 50%
}

.select__item:hover {
	background-color: #f2f2f2
}

.select.is-active .select__body {
	display: block
}

.select.is-active .select__header::before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 20px
}

.collection__items {
	margin-top: 40px;
	-ms-grid-columns: (minmax(100px, 1fr))[3];
	grid-template-columns: repeat(3, minmax(100px, 1fr));
	gap: 40px 24px
}

.collection__img {
	height: 320px;
	-o-object-fit: cover;
	object-fit: cover
}

.collection__name {
	margin-top: 24px;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #162546
}

.pagination {
	margin-top: 64px;
	gap: 16px
}
.page-numbers {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap: 16px;
}
.pagination li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 56px;
	height: 48px;
	background: rgba(205, 85, 59, 0.1);
	font-weight: 600;
	font-size: 14px;
	color: #CD553B
}
.pagination a {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .current {
	background: #CD553B;
	color: #fff;
	width: 100%;
    height: 100%;
    text-align: center;
	padding: 16px 22px;
}

.pagination .last {
	width: 88px
}

.pagination .last span {
	position: relative;
	margin-left: 20px;
	font-weight: 600;
    font-size: 14px;
    color: #CD553B;
}

.pagination .last span:after {
	content: '';
	position: absolute;
	border-bottom: 2px solid #CD553B;
	border-right: 2px solid #CD553B;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 3px;
	right: -16px
}

.product-single {
	padding: 40px 0 80px
}

.product-single__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 80px
}

.product-single__gallery {
	width: 60%;
	-ms-grid-columns: (minmax(80px, 170px))[5];
	grid-template-columns: repeat(5, minmax(80px, 170px));
	gap: 24px
}

.product-single__descr {
	width: 40%
}

.product-single__image {
	height: 99px;
	-o-object-fit: cover;
	object-fit: cover
}

.product-single .overlay:first-child {
	-ms-grid-column: 1;
	-ms-grid-column-span: 5;
	grid-column: 1/6
}

.product-single .overlay:first-child img {
	height: 480px
}

.product-single .overlay_active .product-single__item {
	position: absolute;
	display: block;
	top: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70%;
	height: 80%
}

.product-single .overlay_active .product-single__item img {
	height: 100%
}

.product-single__block {
	margin-top: 40px
}

.product-single__label {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #6B7280
}

.product-single__option {
	line-height: 150%;
	color: #374151
}

.product-single__table-block {
	margin-top: 64px
}

.product-single__table {
	margin-top: 24px
}

.product-single__table-row:nth-child(2) {
	border-bottom: 1px solid #D1D5DB
}

.product-single__table-row:not(:first-child) {
	padding: 16px;
	border-bottom: 1px solid #D1D5DB
}

.product-single__table-row:first-child {
	padding: 0 16px;
	border-bottom: 1px solid #D1D5DB
}

.product-single .psb {
	min-width: 200px
}

.tool {
	padding: 40px 0 80px
}

.tool__head {
	margin-top: 40px
}

.tool__head-images {
    max-width: 900px;
    margin: auto;
}

.tool__option {
	margin: 30px 0
}

.tool__option-label {
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #6B7280;
	display: none
}

.tool__option-label-mob {
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #6B7280;
	display: none;
	display: none
}

.tool .btn {
	padding: 0 24px
}

.tool__card {
	border: 2px solid #E5E7EB;
	padding: 24px
}

.tool__card:nth-child(even) {
	background: #F3F4F6;
	border: none
}

.tool__title {
	color: #111827;
	font-weight: 600
}

.tool__title span {
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #6B7280;
    margin-left: 10px;
}
.footer__item .text{
    font-size: 14px;
    max-width: 600px;
    color: #f0f0f0;
    margin-bottom: 20px;
    font-weight: 300;
}
.tool__items {
	padding: 12px;
	-ms-grid-columns: (85px)[3];
	grid-template-columns: repeat(3, 85px);
	gap: 24px 16px
}

.tool__item img {
    width: 87px;
    height: 87px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid #f3f4f6;
    transition: 0.4s all;
		cursor: pointer;
}

.tool__item span {
	display: block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #162546
}

.tool__item_active img {
	border: 3px solid #CD553B
}

.tool__item_active span {
	color: #CD553B
}

.tool .mob-select {
	display: none
}

.tabs {
	position: relative;
	padding: 16px 0;
	margin-bottom: 24px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabs:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0%;
	background: #E5E7EB
}

.tabs .tab {
	width: 163.5px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #6B7280;
	background: #F9FAFB;
	border: 1px solid #9CA3AF;
	cursor: pointer;
	transition: 0.4s all;
}

.tabs .tab_active {
	background: rgba(205, 85, 59, 0.1);
	border: 1px solid #CD553B;
	font-weight: 600;
	color: #CD553B
}

.checkbox {
	position: unset;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #162546;
	margin-right: 46px;
	cursor: pointer
}

.checkbox__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-end
}

.checkbox input {
	opacity: 0;
	height: 0;
	width: 0
}

.checkbox .checkmark {
	position: relative;
	margin-right: 16px;
	width: 24px;
	height: 24px;
	border: 2px solid #6B7280
}

.checkbox .checkmark:after {
	content: '';
	position: absolute
}

.checkbox_active .checkmark {
	background-color: #CD553B;
	border: none
}

.checkbox_active .checkmark:after {
	display: block;
	position: absolute;
	left: 8px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.footer {
	padding: 80px 0;
	background: #162546;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05)
}

.footer__item:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer__title-list {
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #9CA3AF
}

.footer ul {
	margin-top: 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF
}

.footer ul img {
	width: 24px;
	height: 24px
}

.footer li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px
}

.footer li:not(:last-child) {
	margin-bottom: 32px
}

.footer .logo {
	margin-bottom: 24px
}
.footer-policy li {
	margin-bottom: 0 !important;
}
.footer-policy ul {
	margin: 0 ;
}
.footer .fz14 {
	display: block;
	margin-top: 16px;
	font-size: 14px;
	color: #FFFFFF
}
.ssba-share-text {
    display: none;
}
.ssbp--theme-1 .ssbp-btn:hover, .ssbp--theme-1 .ssbp-btn:focus, .ssbp--theme-1 .ssbp-btn:active {
    box-shadow: 0 0 10px #a3a2a2;
}
.ssba-modern-2.ssbp-wrap{
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 99;
    top: -30px;
	}
	.ssba-modern-2>div{
		text-align: right!important;
	}
.mw70{
    max-width: 70%;
    margin: auto;
}
.footer .rights {
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.5
}
.tool_img_layer{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
}

@media (max-width: 1500px) {
	.container {
		width: 90%
	}

	.logo {
		width: 209px;
		height: 44px
	}

	.tool__cards.tool__cards_active {
    display: grid;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

	.tool__card:nth-child(even) {
		background: #fff;
		border: 2px solid #E5E7EB
	}

	.tool__items {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		justify-items: center
	}

	.tool__item img {
		margin: 0 auto;
		display: block
	}
}

@media (max-width: 1310px) {
	.product-single .psb {
		min-width: 220px
	}
}

@media (max-width: 1250px) {
	.hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header__wrap {
		height: 44px
	}

	.header__inner-links {
		position: fixed;
		z-index: 55;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		padding: 90px 15px 60px;
		background-color: #fff;
		-webkit-transition: .4s all;
		transition: .4s all
	}

	.header__inner-links_active {
		left: 0;
		overflow-y: auto
	}

	.header__inner-links:after {
		content: '';
		position: fixed;
		width: 100%;
		height: 90px;
		top: 0;
		background: #fff;
		-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05)
	}

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

	.menu li {
		width: 100%;
		border-bottom: 1px solid #E5E7EB;
		padding: 32px 0
	}

	.menu__wrap {
		gap: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 24px;
		color: #162546;
		font-size: 18px
	}

	.home-gallery__main-img {
		width: 40%
	}

	.home-gallery__header {
		width: 60%
	}

	.process {
		padding: 80px 0
	}

	.process__items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 40px
	}

	.section-form .form {
		width: 60%
	}

	.materials__wrap {
		-ms-grid-columns: (minmax(100px, 464px))[2];
		grid-template-columns: repeat(2, minmax(100px, 464px));
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product-single__image {
		height: 85px
	}

	.product-single .psb {
		min-width: 200px
	}
}
body, html, #wrapper {
    width: 100%;
}
.print_result{
	display: none;
}
@media print {
      body, html, #wrapper {
          width: 100%;
      }
			.tool .mob-select{
				display: none;
			}
			.ssba-modern-2.ssbp-wrap,
			.tabs,
			.tool__option,
			.mob-select,
			.tool__option-label-mob,
			.tool__cards_content,
			.section-form,
			.footer,
			.header{
				display: none!important;
			}
			.print_result{
				display: block;
			}
}
.ssba img {
    border-radius: 5px;
}
@media (max-width: 991px) {
	.section-form {
		padding: 0 0 80px
	}

	.section-form__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 0
	}

	.section-form__wrap-reverce {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.section-form__img {
		width: 110%
	}

	.section-form .form {
		margin-top: 40px;
		width: 100%
	}

	.footer {
		padding: 40px 0;
		text-align: center
	}

	.footer__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footer__item:last-child li {
		font-size: 14px
	}

	.footer__item:not(:first-child) {
		margin-bottom: 72px
	}

	.footer__item:first-child {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footer li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}

	.footer .rights {
		margin-top: 40px
	}

	.gallery__wrap {
		-ms-grid-columns: (minmax(100px, 1fr))[2];
		grid-template-columns: repeat(2, minmax(100px, 1fr))
	}

	.gallery__item {
		height: 300px !important;
		grid-row: unset !important;
		grid-column: unset !important
	}

	.materials {
		padding: 40px 0
	}

	.accordion {
		margin: 24px auto 0;
		width: 100%
	}

	.faq {
		padding: 80px 0 56px
	}

	.collection__items {
		-ms-grid-columns: (minmax(100px, 1fr))[2];
		grid-template-columns: repeat(2, minmax(100px, 1fr))
	}
	ul.products {
		-ms-grid-columns: (minmax(100px, 1fr))[2];
		grid-template-columns: repeat(2, minmax(100px, 1fr))
	}

	/* .filter__wrap {
		-ms-grid-columns: (minmax(100px, 1fr))[2];
		grid-template-columns: repeat(2, minmax(100px, 1fr))
	} */
	.filter__wrap form{
		-ms-grid-columns: (minmax(100px, 1fr))[2];
		grid-template-columns: repeat(2, minmax(100px, 1fr))
	}

	.product-single .overlay_active .product-single__item {
		height: 45%;
		width: 70%
	}

	.product-single {
		padding: 16px 0 40px
	}

	.product-single__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px
	}

	.product-single__gallery {
		width: 100%
	}

	.product-single__descr {
		width: 100%
	}

	.product-single__table-inner {
		width: 1100px
	}

	.product-single__table {
		overflow-x: scroll
	}

	.product-single ::-webkit-scrollbar {
		padding: 5px;
		height: 10px;
		background-color: #F9FAFB;
		border: 1px solid #E5E7EB
	}

	.product-single ::-webkit-scrollbar-thumb {
		background: #E5E7EB;
		border-radius: 2px
	}

	.tool__option {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px
	}

	.tool__option-label {
		display: block
	}
}

@media (max-width: 850px) {
	.mw70{
		max-width: 100%;
		margin: auto;
	}
		.ssba-modern-2>div {
		    text-align: center!important;
		}
		.ssba-modern-2.ssbp-wrap {
		    position: relative;
		    right: auto;
		    text-align: center;
		    z-index: 99;
		    top: 0;
		}
	.tool__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.tool__option {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin: 24px 0 0
	}

	.tool__option-label-mob {
		margin-top: 24px;
		display: block
	}

	.tool__cards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative
	}

	.tool__cards:after {
		position: absolute;
		content: '';
		width: 112%;
		height: 1px;
		bottom: 0;
		left: -6%;
		background: #E5E7EB
	}

	.tool__card,
	.tool__card:nth-child(even) {
		border: none;
		background: #fff
	}

	.tool__card {
		display: none
	}

	.tool__card_active {
		padding: 12px 0;
		width: 100%;
		display: block
	}

	.tool__card_active .tool__items {
		padding: 12px;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		justify-items: center
	}

	.tool__title {
		display: none
	}

	.tool .mob-select {
		display: block;
		padding-bottom: 24px;
		position: relative
	}

	.tool .mob-select:after {
		position: absolute;
		content: '';
		width: 112%;
		height: 1px;
		bottom: 0;
		left: -6%;
		background: #E5E7EB
	}

	.tool .mob-select .tool__option-label {
		margin-bottom: 8px
	}

	.tool .tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.tool__head-images {
		width: 110%;
		margin-left: -5%
	}

	.tool__head-img {
		display: none
	}

	.tool__head-img_active {
		width: 100%;
		height: 448px;
		-o-object-fit: cover;
		object-fit: cover;
		display: block
	}

	.tool__checkwrap {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		gap: 38px
	}

	.tool .checkbox {
		margin-right: 0
	}
}

@media (max-width: 768px) {

	.hero {
		height: unset;
		padding: 80px 0;
		text-align: center
	}

	.hero__wrap {
		position: unset;
		-webkit-transform: unset;
		transform: unset
	}

	.hero .title {
		font-size: 48px
	}

	.hero .title br {
		display: none
	}

	.hero .text {
		width: 100%;
		color: #162546
	}

	.hero .btn {
		width: 100%;
		margin: 56px auto 0
	}

	.count {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 80px
	}

	.home-gallery {
		padding-bottom: 0
	}

	.home-gallery__head-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px;
		margin-top: 80px;
		margin-bottom: 40px
	}

	.home-gallery img {
		-o-object-fit: cover;
		object-fit: cover;
		height: 100%
	}

	.home-gallery__main-img {
		width: 110%
	}

	.home-gallery__header {
		width: 100%
	}

	.home-gallery__items {
		gap: 8px;
		width: 110%;
		margin-left: -5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.home-gallery .title {
		font-size: 36px
	}

	.home-gallery .btn {
		width: 100%;
		height: 66px
	}

	.section-form .form__footer {
		margin-top: 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 24px
	}

	.section-form .form__footer .btn {
		width: 100%
	}

	.section-form .agree {
		text-align: center;
		width: 80%
	}

	a:hover,
	.btn:hover {
		opacity: 1
	}

	.contact-us {
		padding: 40px 0 16px
	}

	.contact-us__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact-us__items {
		width: 100%
	}

	.contact-us__map {
		width: 110%
	}

	.materials__wrap {
		-ms-grid-columns: (minmax(100px, 464px))[1];
		grid-template-columns: repeat(1, minmax(100px, 464px));
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.materials_item span {
		width: 100%
	}
}

@media (max-width: 520px) {

	.home-gallery__main-img,
	.home-gallery__item {
		height: 240px
	}
	.header__inner-links .btn {
		width: 100%
	}

	.process__items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.section-form__img {
		height: 240px
	}

	.section-form__img img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: bottom;
		object-position: bottom
	}

	.section-form .title-48 {
		font-size: 36px
	}

	.chat {
		padding: 10px;
		width: 50px;
		height: 50px
	}

	.login {
		padding: 40px 0 80px
	}

	.login form {
		margin: 40px auto 0;
		width: 100%
	}

	.login .btn {
		width: 115px
	}

	.login .form__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.login .btn {
		width: 100%
	}

	.gallery__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 8px;
		width: 110%;
		margin-left: -5%
	}

	.gallery__item {
		height: 240px !important
	}

	.collection__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.collection__img {
		height: 240px
	}

	.collection__name {
		margin-top: 16px
	}

	.products-page {
		padding: 40px 0 56px
	}

	.filter {
		padding: 40px 0 0
	}

	.pagination {
		margin-top: 40px
	}

	.filter__block {
		display: none
	}

	.filter__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.filter__mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.filter__mob .filter__fil-text {
		display: none
	}

	.filter__mob .filter__res-text {
		display: block
	}

	.filter_active {
		padding: 24px;
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #fff;
		top: 0;
		left: 0;
		z-index: 333;
		overflow-y: auto
	}

	.filter_active .filter__block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.filter_active .filter__mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
		padding-bottom: 20px
	}

	.filter_active .filter__res-text {
		display: none
	}

	.filter_active .filter__btns {
		margin-bottom: 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		gap: 24px
	}

	.filter_active .filter__btns .btn {
		width: 100%
	}

	/* .filter_active .filter__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	} */
	.filter_active .filter__wrap form {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.filter_active .filter__fil-text {
		display: block;
		font-weight: 500;
		font-size: 24px;
		color: #162546;
		text-transform: unset
	}

	.filter_active .filter__icon {
		position: fixed;
		right: 5%;
		z-index: 55;
		height: 24px;
		background: none
	}

	.filter_active .filter__icon span {
		width: 20px;
		background: #9CA3AF
	}

	.filter_active .filter__icon span:nth-child(1) {
		-webkit-transform: translateY(2px) rotate(45deg);
		transform: translateY(2px) rotate(45deg)
	}

	.filter_active .filter__icon span:nth-child(2) {
		display: none
	}

	.filter_active .filter__icon span:nth-child(3) {
		-webkit-transform: translateY(-3px) rotate(-45deg);
		transform: translateY(-3px) rotate(-45deg)
	}

	.product-single .overlay_active .product-single__item {
		width: 85%
	}

	.product-single .overlay:first-child {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		grid-column: 1/5
	}

	.product-single .overlay:first-child img {
		height: 240px
	}

	.product-single .overlay:last-child {
		display: none
	}

	.product-single__gallery {
		-ms-grid-columns: (minmax(80px, 181px))[4];
		grid-template-columns: repeat(4, minmax(80px, 181px));
		width: 110%;
		gap: 24px 12px
	}

	.tool__items {
		-ms-grid-columns: (85px)[3];
		grid-template-columns: repeat(3, 85px)
	}

	.tool__item img {
		width: 100%
	}
}

@media (max-width: 346px) {
	.hero .title {
		font-size: 41px
	}

	.footer div>div>div:nth-child(3)>ul>li:nth-child(2)>span>br {
		display: none
	}
}

.content-featured-categories {
/* 	padding:80px 0 0; */
	margin-top: -100px;
    position: relative;
    z-index: 1;
}
.category-item{
	transition: 1s all;
	
}
.category-item a:hover{
	opacity:1;
}
.category-item:hover{
	transform:scale(1.1);
	box-shadow:3px 4px 5px rgb(0 0 0 / 20%);
	
}
.item-box{
    width: 100%;
    height: 350px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item-box span{
    color: #fff;
    line-height: 1.2;
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 37%;
    text-align: left;
    padding: 20px 10px;
    display: inline-block;
    background: rgb(0 0 0 / 48%);
    max-width: 190px;
    border-radius: 0 5px 5px 0;
}
.category-item{
	width:100%;
}

.item-box-overlay{
    background: rgb(0 0 0 / 46%);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}

.search-submit{
	    padding: 12px 10px;
	color:#fff;
    background: #CD553A;
    cursor: pointer;
}
.searchwp-modal-form-default .searchwp-modal-form__footer{
	background:#fff;
}

.searchwp-modal-form-default .searchwp-modal-form__content .search-form{
	    border: 1px solid #cd553a;
    padding-top: 0;
    padding-left: 5px;
}

.product-single__text{
	padding-top:20px;
}

.menu__wrap.d-flex{
	align-items: center;
}