/*!
Theme Name: Квітковий заколот
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: http://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: kvitkovyyzakolot
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.

Квітковий заколот 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=Kurale&display=swap');

:root {
	--main-color: #EE0202;
	--text-color: #3C3D3C;
}


body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Kurale', serif;
	line-height: 1.5;
	color: var(--text-color);
}
a, a:hover {
	color: var(--text-color);
	text-decoration: none;
	transition: .25s;
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: 400;
	margin-bottom: 20px;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 26px;
}
h6 {
	font-size: 22px;
}
p, ul, ol, .wp-caption, .gallery {
	margin-bottom: 20px;
}
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 {
	margin-bottom: 0;
}



.form-field {
	position: relative;
	margin-bottom: 15px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	width: 100%;
    border: 1px solid #3C3D3C;
    border-radius: 10px;
    outline: none;
    background: #fff;
    padding: 10px 15px;
}
textarea {
	height: 80px;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 16px;
	text-align: center;
	margin: 20px 0 0;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}


.btn {
  	border: 2px solid transparent;
  	padding: 10px 40px;
  	font-size: 21px;
  	border-radius: 10px;
  	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.btn-check:focus + .btn, .btn:focus {
  	box-shadow: none;
}
.btn-group-sm>.btn, .btn-sm {
	padding: 6px 20px;
    font-size: 18px;
    border-radius: 10px;
}
.btn-primary,
.btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle,
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-primary:disabled, .btn-primary.disabled {
  	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
	box-shadow: none;
}
.btn-primary:hover {
  	color: #fff;
  	background-color: var(--text-color);
  	border-color: var(--text-color);
}



.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: 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;
}
.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;
}



.wrapper {
	position: relative;
	top: 0;
	z-index: 1;
}
.header {
	position: sticky;
	background: var(--main-color);
	padding: 10px 0;
	top: 0;
	z-index: 99;
}
.header-inner {
	display: flex;
	align-items: center;
}
.header-logo {
	position: relative;
	margin-right: 30px;
}
.header-logo img {
	width: 100%;
	max-width: 155px;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: auto;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-menu li {
	position: relative;
	margin-right: 40px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	display: inline-block;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.main-menu li a:hover {
	border-bottom-color: #fff;
}
.header-phone {
	position: relative;
	margin-left: 60px;
	margin-bottom: 0;
}
.header-phone a {
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	padding: 8px 25px 8px 60px;
	font-size: 24px;
	line-height: 1.5;
}
.header-phone a:before {
	content: '';
	-webkit-mask-image: url(images/phone-call.svg);
    mask-image: url(images/phone-call.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--text-color);
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: 25px;
    transition: .25s;
    z-index: 1;
}
.header-phone a:hover {
	color: var(--main-color);
}
.header-phone a:hover:before {
	background-color: var(--main-color);
}




.main-block {
	position: relative;
	display: flex;
	align-items: center;
	height: 1000px;
	z-index: 1;
}
.main-block-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.main-block-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-block-info {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	background: rgba(37, 39, 38, 0.5);
	padding: 50px;
}
.main-block-title {
	position: relative;
	font-size: 64px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.main-block-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 75px;
	background: #fff;
	width: calc(100% - 150px);
	margin: auto;
	height: 1px;
	z-index: 1;
}
.main-block-content {
	text-align: center;
	font-size: 42px;
	color: #fff;
	line-height: 1.35;
}
.main-block-button {
	position: relative;
	margin-top: 40px;
	text-align: center;
}



.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.heading {
	position: relative;
	margin-bottom: 50px;
}
.heading:last-child {
	margin-bottom: 0;
}
.heading h2 {
	position: relative;
	display: inline-block;
	padding: 0 130px;
	font-size: 48px;
}
.heading h2:before,
.heading h2:after {
	content: '';
	width: 105px;
	height: 2px;
	background: var(--text-color);
	position: absolute;
	top: calc(50% + 3px);
	z-index: 1;
}
.heading h2:before {
	left: 0;
}
.heading h2:after {
	right: 0;
}



.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	position: relative;
	margin-right: 20px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: block;
	width: 25px;
	height: 25px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--text-color);
}
.soc-links li.facebook a {
	-webkit-mask-image: url(images/facebook.svg);
    mask-image: url(images/facebook.svg);
}
.soc-links li.instagram a {
	-webkit-mask-image: url(images/instagram.svg);
    mask-image: url(images/instagram.svg);
}
.soc-links li a:hover {
	background-color: var(--main-color);
}










.category-section {
	background: #FFF9E6;
}



.cat-items {
	position: relative;
	margin-bottom: -30px;
}
.cat-item {
	position: relative;
	margin-bottom: 30px;
}
.cat-item__inner {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
	height: 380px;
}
.cat-item__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.cat-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.cat-item__inner:hover .cat-item__image img {
	transform: scale(1.05);
}
.cat-item__info {
	position: absolute;
	bottom: 30px;
	width: calc(100% - 60px);
	padding: 20px 30px;
	left: 30px;
	z-index: 2;
	border-radius: 10px;
	text-align: center;
	background: #fff;
}
.cat-item__info h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.cat-item__info span {
	text-transform: uppercase;
	color: var(--main-color);
	font-size: 18px;
}
.cat-item__info span:hover {
	text-decoration: underline;
}



.advantages-items {
	position: relative;
	margin-bottom: -30px;
}
.advantages-item {
	position: relative;
	margin-bottom: 30px;
}
.advantages-item__inner {
	position: relative;
	display: flex;
	align-items: flex-end;
}
.advantages-item__image {
	flex: 0 0 50px;
	max-width: 50px;
}
.advantages-item__info {
	flex: auto;
	max-width: 100%;
	margin-left: 30px;
}
.advantages-item__info p:first-child {
	position: relative;
	line-height: 1.1;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.advantages-item__info p:first-child:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background: var(--text-color);
	z-index: 1;
}
.advantages-item__info p:last-child {
	line-height: 1;
	color: var(--main-color);
	letter-spacing: .2em;
}



.about-section {
	padding-top: 160px;
	padding-bottom: 160px;
}
.about-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.about-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.about-description {
	font-size: 36px;
	max-width: 520px;
	text-align: center;
	margin: 0 auto 50px;
}
.about-content {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}
.about-button {
	position: relative;
	text-align: center;
	margin-top: 50px;
}






.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 0 -40px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: none;
	margin: 0 20px 40px 0;
	width: inherit;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	flex: 0 0 calc((100% / 3) - (2 * 20px / 3));
	max-width: calc((100% / 3) - (2 * 20px / 3));
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	flex: 0 0 calc((100% / 4) - (3 * 20px / 4));
	max-width: calc((100% / 4) - (3 * 20px / 4));
}
.woocommerce ul.products.columns-3 li.product:nth-child(3n), .woocommerce-page ul.products.columns-3 li.product:nth-child(3n) {
	margin-right: 0;
}
.woocommerce ul.products.columns-4 li.product:nth-child(4n), .woocommerce-page ul.products.columns-4 li.product:nth-child(4n) {
	margin-right: 0;
}
.woocommerce ul.products li.product a {
	display: block;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	overflow: hidden;
}
.product-image {
	position: relative;
	height: 280px;
	overflow: hidden;
	margin-bottom: 20px;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.woocommerce ul.products li.product a:hover img {
	transform: scale(1.05);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 21px;
	margin: 0 20px 20px;
	padding: 0;
	text-align: center;
	line-height: 1.15;
}
.woocommerce ul.products li.product a:hover .woocommerce-loop-category__title, .woocommerce ul.products li.product a:hover .woocommerce-loop-product__title, .woocommerce ul.products li.product a:hover h3 {
	color: var(--main-color);
}
.product-btn {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}




.footer {
	position: relative;
	background: #1B1218;
	padding: 60px 0 20px;
	z-index: 1;
}
.footer-inner {
	position: relative;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
.footer-soc li a {
	background-color: #fff;
}
.footer-soc li a:hover {
	background-color: var(--main-color);
}
.footer-phone,
.footer-address,
.footer-email {
	position: relative;
	margin-bottom: 0;
	color: #fff;
	font-size: 21px;
	padding-left: 34px;
}
.footer-phone:before,
.footer-address:before,
.footer-email:before {
	content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background: #fff;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: calc(50% - 12px);
	z-index: 1;
}
.footer-phone a,
.footer-address a,
.footer-email a {
	color: #fff;
}
.footer-phone a:hover,
.footer-address a:hover,
.footer-email a:hover {
	color: var(--main-color);
}
.footer-phone:before {
	-webkit-mask-image: url(images/phone-call.svg);
    mask-image: url(images/phone-call.svg);
}
.footer-address:before {
	-webkit-mask-image: url(images/marker.svg);
    mask-image: url(images/marker.svg);
}
.footer-email:before {
	-webkit-mask-image: url(images/envelope.svg);
    mask-image: url(images/envelope.svg);
}
.copyright {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #fff;
	text-align: center;
	font-size: 14px;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: var(--main-color);
}



.page-header {
	position: relative;
	min-height: 220px;
	text-align: center;
	display: flex;
	align-items: center;
	background: var(--text-color);
	padding: 40px 0;
	z-index: 1;
}
.page-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.page-header-bg img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.page-header-bg:after {
	content: '';
	background: rgba(44, 43, 43, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.page-title {
	position: relative;
	display: inline-block;
	padding: 0 130px;
	font-size: 48px;
	margin-bottom: 20px;
	color: #fff;
}
.page-title:before,
.page-title:after {
	content: '';
	width: 105px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% + 3px);
	z-index: 1;
}
.page-title:before {
	left: 0;
}
.page-title:after {
	right: 0;
}
.breadcrumbs {
	position: relative;
	color: #fff;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs a:hover {
	color: var(--main-color);
}
.page-content {
	padding-top: 60px;
}

.error-404-number {
	font-size: 220px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	color: var(--main-color);
}


.widget {
	position: relative;
	margin-bottom: 40px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	font-size: 32px;
	color: #3C3D3C;
}
.woo-cat-widget {
	position: relative;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	padding: 20px 0;
	margin: 0;
	list-style: none;
}
.woo-cat-widget > li {
	position: relative;
	margin-bottom: 10px;
}
.woo-cat-widget > li:last-child {
	margin-bottom: 0;
}
.woo-cat-widget > li > a {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 21px;
}
.woo-cat-widget > li > a:hover {
	color: var(--main-color);
}
.woo-cat-widget > li > a i {
	flex: 0 0 30px;
	max-width: 30px;
	height: 30px;
	position: relative;
	margin-right: 15px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--text-color);
    transition: .25s;
}
.woo-cat-widget > li > a span {
	flex: auto;
	max-width: 100%;
}
.woo-cat-widget > li > a:hover i {
	background-color: var(--main-color);
}



.woocommerce nav.woocommerce-pagination {
	position: relative;
	display: block;
	margin-top: 50px;
}
.woocommerce nav.woocommerce-pagination ul {
	margin: 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before {
	display: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	float: none;
	margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
	margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 10px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--main-color);
	color: #fff;
}


.pink-bg {
	background: #FFF9E5;
}

.term-description {
	position: relative;
	margin-top: 60px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: none;
	width: 100%;
	margin-bottom: 0;
}

.wpgis-slider-for {
	margin-bottom: 30px;
}
.wpgis-slider-for .slick-slide > div > div {
	height: 636px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.woocommerce div.product div.images .wpgis-slider-for img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.wpgis-slider-nav .slick-list {
	margin: 0 -15px;
}
.wpgis-slider-nav .slick-slide {
	border: none;
	padding: 0 15px;
}
.wpgis-slider-nav .slick-slide li {
	height: 192px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.woocommerce div.product div.images .wpgis-slider-nav img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.woocommerce div.product .product_title {
	position: relative;
	padding-bottom: 10px;
	font-size: 48px;
	margin-bottom: 40px;
}
.woocommerce div.product .product_title:after {
	content: '';
	background: var(--main-color);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 2px;
	z-index: 1;
}
.woocommerce-product-details__short-description {
	font-size: 36px;
	margin-bottom: 40px;
}


.product-single-btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.orderProduct-modal {
	margin-right: 40px;
}
.orderProduct-phone {
	position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    padding: 10px 25px 10px 60px;
    font-size: 21px;
    line-height: 1.5;
    border: 2px solid var(--text-color);
}
.orderProduct-phone:before {
	content: '';
	-webkit-mask-image: url(images/phone-call.svg);
    mask-image: url(images/phone-call.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--text-color);
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: 25px;
    transition: .25s;
    z-index: 1;
}
.orderProduct-phone:hover {
	color: var(--main-color);
}
.orderProduct-phone:hover:before {
	background-color: var(--main-color);
}



.product-single-content {
	position: relative;
	margin: 100px 0 0;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	overflow: hidden;
}
.product-single-content__heading {
	background: var(--main-color);
	color: #fff;
	font-size: 36px;
	text-align: center;
	margin-bottom: 0;
	padding: 15px;
}
.product-single-content__inner {
	padding: 40px;
	position: relative;
}



body.page-id-17 .wpcf7 {
	max-width: 520px;
	margin: 0 auto;
}




.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 66px;
	max-width: 66px;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
  	mask-image: url(images/menu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--text-color);
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	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: #fff;
  border-radius: 4px 0 0 4px;
  height: 100%;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  transform: translateX(100%);
  padding: 70px 20px 20px;
  transition: .25s;
  overflow: auto;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--text-color);
}








@media (max-width: 1399px) {
	body {
		font-size: 16px;
	}
	h1,
	.page-title,
	.woocommerce div.product .product_title {
		font-size: 42px;
	}
	h2,
	.main-block-content,
	.heading h2 {
		font-size: 36px;
	}
	h3,
	.about-description,
	.woocommerce-product-details__short-description,
	.product-single-content__heading {
		font-size: 30px;
	}
	h4,
	.widget-title {
		font-size: 24px;
	}
	h5 {
		font-size: 21px;
	}
	h6 {
		font-size: 18px;
	}
	.btn {
		font-size: 18px;
	}
	.btn-group-sm>.btn, .btn-sm {
		font-size: 16px;
	}
	.section {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.heading {
		margin-bottom: 40px;
	}
	.header-logo img {
		max-width: 140px;
	}
	.main-menu li a {
		font-size: 18px;
	}
	.header-phone a {
		font-size: 18px;
	}
	.main-block {
		height: 720px;
	}
	.main-block-info {
		max-width: 680px;
		padding: 40px;
	}
	.main-block-title {
		font-size: 48px;
	}
	.cat-item__inner {
		height: 320px;
	}
	.cat-item__info {
		padding: 15px 20px;
	}
	.cat-item__info h3 {
	    font-size: 21px;
	}
	.product-image {
		height: 240px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    	font-size: 18px;
    }
    .footer-phone, .footer-address, .footer-email {
    	font-size: 18px;
    }
    .woo-cat-widget > li > a {
    	font-size: 18px;
    }
    .orderProduct-modal {
   	 	margin-right: 30px;
	}
	.wpgis-slider-for .slick-slide > div > div {
		height: 546px;
	}
	.wpgis-slider-nav .slick-slide li {
	    height: 162px;
	}
	.product-single-content {
		margin-top: 80px;
	}
	.product-single-content__heading {
		padding: 10px 15px;
	}
	.page-header {
		min-height: 180px;
	}
	.error-404-number {
	    font-size: 180px;
	}
}



@media (max-width: 1199px) {
	body {
		font-size: 16px;
	}
	h1,
	.page-title,
	.woocommerce div.product .product_title {
		font-size: 36px;
	}
	h2,
	.heading h2 {
		font-size: 32px;
	}
	h3,
	.about-description,
	.woocommerce-product-details__short-description,
	.product-single-content__heading,
	.main-block-content {
		font-size: 28px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.main-menu li {
		margin-right: 30px;
	}
	.header-phone {
		margin-left: 40px;
	}
	.main-block {
    	height: 620px;
	}
	.main-block-title {
    	font-size: 42px;
    	padding-bottom: 24px;
    	margin-bottom: 24px;
	}
	.main-block-button {
		margin-top: 30px;
	}
	.main-block-info {
	    max-width: 580px;
	    padding: 30px;
	}
	.product-image {
    	height: 200px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	    margin: 0 15px 20px;
	}
	.about-description {
		margin-bottom: 30px;
	}
	.about-button {
		margin-top: 30px;
	}
	.footer {
		padding: 40px 0 15px;
	}
	.footer-phone, .footer-address, .footer-email {
	    font-size: 16px;
	}
	.copyright {
	    margin-top: 20px;
	    padding-top: 15px;
	}
	.widget-title {
		font-size: 21px;
	}
	.woo-cat-widget > li > a {
    	font-size: 16px;
	}
	.woo-cat-widget > li > a i {
	    flex: 0 0 24px;
	    max-width: 24px;
	    height: 24px;
	}
	.woocommerce div.product .product_title,
	.woocommerce-product-details__short-description {
		margin-bottom: 30px;
	}
	.wpgis-slider-for {
	    margin-bottom: 20px;
	}
	.wpgis-slider-for .slick-slide > div > div {
	    height: 456px;
	}
	.wpgis-slider-nav .slick-slide li {
    	height: 132px;
	}
	.product-single-content__inner {
	    padding: 30px;
	}
}





@media (max-width: 991px) {
	body {
		font-size: 15px;
	}
	h1,
	.page-title,
	.woocommerce div.product .product_title {
		font-size: 32px;
	}
	h2,
	.heading h2 {
		font-size: 28px;
	}
	h3,
	.about-description,
	.woocommerce-product-details__short-description,
	.product-single-content__heading,
	.main-block-content {
		font-size: 24px;
	}
	h4,
	.widget-title {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.header-logo img {
	    max-width: 120px;
	}
	.header-phone {
		margin-left: 0;
		margin-bottom: 0;
		flex: auto;
		max-width: 100%;
		text-align: right;
	}
	.main-block {
		height: inherit;
		padding: 80px 0;
	}
	.main-block-info {
		max-width: 100%;
	}
	.main-block-title {
	    font-size: 36px;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product,
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    	flex: 0 0 calc((100% / 2) - (1 * 20px / 2));
    	max-width: calc((100% / 2) - (1 * 20px / 2));
    	margin-right: 20px;
	}
	.woocommerce ul.products.columns-3 li.product:nth-child(3n), .woocommerce-page ul.products.columns-3 li.product:nth-child(3n) {
		margin-right: 20px;
	}
	.woocommerce ul.products.columns-4 li.product:nth-child(2n), .woocommerce-page ul.products.columns-4 li.product:nth-child(2n),
	.woocommerce ul.products.columns-3 li.product:nth-child(2n), .woocommerce-page ul.products.columns-3 li.product:nth-child(2n) {
		margin-right: 0;
	}
	.footer-inner {
		flex-direction: column;
	}
	.footer-soc,
	.footer-inner p {
		margin-bottom: 15px;
	}
	.footer-inner p:last-child {
		margin-bottom: 0;
	}
	.header-phone a {
	    font-size: 16px;
	    padding: 8px 20px 8px 50px;
	}
	.header-phone a:before {
	    width: 20px;
	    height: 20px;
	    top: calc(50% - 10px);
	    left: 20px;
	}
	.main-menu {
		display: block;
	}
	.main-menu li {
		margin-right: 0;
		margin-bottom: 12px;
	}
	.main-menu li:last-child {
		margin-bottom: 0;
	}
	.main-menu li a {
		color: var(--text-color);
		display: block;
	}
	.main-menu li a:hover {
		color: var(--main-color);
	}
	.page-header {
	    min-height: 150px;
	    padding: 30px 0;
	}
	.page-title {
		margin-bottom: 10px;
	}
	.section {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.widget-area {
		margin-bottom: 30px;
	}
	.widget-title {
		margin-bottom: 15px;
	}
	.woo-cat-widget {
		padding: 15px 0;
	}
	.product-image-image {
		max-width: 456px;
		margin: 0 auto 30px;
	}
	.error-404-number {
    	font-size: 160px;
	}
	.product-single-content {
	    margin-top: 60px;
	}
}




@media (max-width: 767px) {
	.btn {
	    font-size: 16px;
	}
	.btn-group-sm>.btn, .btn-sm {
	    font-size: 15px;
	}
	.main-block-title {
	    font-size: 32px;
	}
	.heading h2,
	.page-title {
		padding: 0 80px;
	}
	.heading h2:before, .heading h2:after,
	.page-title:before, .page-title:after {
		width: 60px;
	}
	.cat-item__info h3 {
	    font-size: 18px;
	}
	.cat-item__info {
	    padding: 15px;
	    width: calc(100% - 40px);
	    left: 20px;
	    bottom: 20px;
	}
	.cat-item__info span {
		font-size: 16px;
	}
	.cat-item__inner {
	    height: 260px;
	}
}




@media (max-width: 575px) {
	.header-phone a {
	    padding: 0;
	    height: 40px;
	    width: 40px;
	    font-size: 0;
	    display: block;
	    margin-left: auto;
	}
	.header-phone a:before {
	    width: 20px;
	    height: 20px;
	    top: calc(50% - 10px);
	    left: calc(50% - 10px);
	}
	.product-image-image {
	    max-width: 400px;
	}
	.wpgis-slider-for .slick-slide > div > div {
	    height: 360px;
	}
	.wpgis-slider-for .slick-slide > div > div {
	    height: 360px;
	}
}




@media (max-width: 479px) {
	.product-image {
	    height: 150px;
	    margin-bottom: 15px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	    font-size: 16px;
	}
	.main-block-content {
		font-size: 18px;
	}
	.main-block-title {
	    font-size: 24px;
	}
	.main-block-bg img {
		object-position: left;
	}
	.wpgis-slider-nav .slick-list {
	    margin: 0 -10px;
	}
	.wpgis-slider-nav .slick-slide {
		padding: 0 10px;
	}
	.wpgis-slider-for .slick-slide > div > div {
	    height: 320px;
	}
	.wpgis-slider-for .slick-slide > div > div {
	    height: 320px;
	}
	.page-title, .woocommerce div.product .product_title {
		font-size: 28px;
	}
	.woocommerce-product-details__short-description {
		font-size: 21px;
	}
	.orderProduct-modal {
		margin: 0 auto 10px;
		width: 232px;
	}
	.orderProduct-phone {
		width: 232px;
		margin: 0 auto;
	}
	.product-single-content__heading {
		font-size: 21px;
	}
	.header {
		padding: 5px 0;
	}
	.header-logo img {
		max-height: 60px;
	}
	.error-404-number {
	    font-size: 120px;
	}
}