@media (max-width: 992px) {
	header {
		padding: 20px 0;
	}
	.button, .button:focus, .button:hover {
		font-size: 20px;
		padding: 23px 0;
	}
	.form-group + .form-group {
		margin-top: 30px;
	}
	.privacy-group {
		margin: 25px 0;
	}

	.custom-swiper-button {
		width: 32px;
		height: 32px;
	}

	.header-menu-wrap {
		position: fixed;
		background: #504D4D;
		width: 100%;
		max-width: 375px;
		height: 100%;
		z-index: 999;
		left: 0;
		top: 0;
		padding: 13px 30px 30px;
		overflow: auto;
	}
	.header-menu-wrap ul.menu {
		display: block;
	}
	.header-menu-wrap ul.menu > li.menu-item {
		width: 100%;
	}
	.header-menu-wrap ul.menu > li.menu-item + li.menu-item {
		margin-top: 22px;
	}
	.header-menu-wrap ul.menu > li.menu-item > a {
		font-family: 'Bebas Neue';
		font-weight: 300;
		font-size: 34px;
		color: #FFFFFF;
	}
	.header-menu-wrap ul.menu li.menu-item-has-children::after {
		content: none;
	}
	.header-menu-wrap ul.menu li.menu-item-has-children > span {
		display: block;
		width: 20px;
		height: 20px;
		margin-left: 8px;
		position: absolute;
		right: 10px;
		top: 10px;
		/*margin-top: -10px;*/
		background: #ffffff;
		mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjE4MDkwNSAwLjE4MDkwNUMwLjQwMDE4MyAtMC4wMzgzNzM3IDAuNzQzMzE4IC0wLjA1ODMwODEgMC45ODUxMTYgMC4xMjExMDFMMS4wNTQzOSAwLjE4MDkwNUw2LjM4MjM1IDUuNTA4NTlMMTEuNzEwMyAwLjE4MDkwNUMxMS45Mjk2IC0wLjAzODM3MzcgMTIuMjcyNyAtMC4wNTgzMDgxIDEyLjUxNDUgMC4xMjExMDFMMTIuNTgzOCAwLjE4MDkwNUMxMi44MDMxIDAuNDAwMTgzIDEyLjgyMyAwLjc0MzMxOCAxMi42NDM2IDAuOTg1MTE2TDEyLjU4MzggMS4wNTQzOUw2LjgxOTEgNi44MTkxQzYuNTk5ODIgNy4wMzgzNyA2LjI1NjY4IDcuMDU4MzEgNi4wMTQ4OCA2Ljg3ODlMNS45NDU2MSA2LjgxOTFMMC4xODA5MDUgMS4wNTQzOUMtMC4wNjAzMDE1IDAuODEzMTgzIC0wLjA2MDMwMTUgMC40MjIxMTEgMC4xODA5MDUgMC4xODA5MDVaIiBmaWxsPSIjNTU1NTU1Ii8+Cjwvc3ZnPgo=);
		-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjE4MDkwNSAwLjE4MDkwNUMwLjQwMDE4MyAtMC4wMzgzNzM3IDAuNzQzMzE4IC0wLjA1ODMwODEgMC45ODUxMTYgMC4xMjExMDFMMS4wNTQzOSAwLjE4MDkwNUw2LjM4MjM1IDUuNTA4NTlMMTEuNzEwMyAwLjE4MDkwNUMxMS45Mjk2IC0wLjAzODM3MzcgMTIuMjcyNyAtMC4wNTgzMDgxIDEyLjUxNDUgMC4xMjExMDFMMTIuNTgzOCAwLjE4MDkwNUMxMi44MDMxIDAuNDAwMTgzIDEyLjgyMyAwLjc0MzMxOCAxMi42NDM2IDAuOTg1MTE2TDEyLjU4MzggMS4wNTQzOUw2LjgxOTEgNi44MTkxQzYuNTk5ODIgNy4wMzgzNyA2LjI1NjY4IDcuMDU4MzEgNi4wMTQ4OCA2Ljg3ODlMNS45NDU2MSA2LjgxOTFMMC4xODA5MDUgMS4wNTQzOUMtMC4wNjAzMDE1IDAuODEzMTgzIC0wLjA2MDMwMTUgMC40MjIxMTEgMC4xODA5MDUgMC4xODA5MDVaIiBmaWxsPSIjNTU1NTU1Ii8+Cjwvc3ZnPgo=);
		mask-size: contain;
		-webkit-mask-size: contain;
		mask-position: center right;
		-webkit-mask-position: center right;
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
		transform: none;
	}
	.header-menu-wrap ul.sub-menu {
		position: static;
		background: transparent;
		padding: 0;
		box-shadow: none;
		margin-top: 22px;
	}
	.header-menu-wrap ul.sub-menu > li.menu-item > a {
		color: #ffffff;
		font-size: 18px;
	}
	.header-menu-wrap ul.sub-menu > li.menu-item > a:hover {
		text-decoration: underline;
	}
	.header-menu-wrap ul.sub-menu > li.menu-item + li.menu-item {
		margin-top: 22px;
	}
	ul.sub-menu > li > ul.sub-menu {
		margin-left: 24px;
	}
	.header-mobile-menu-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 35px;
	}
	.header-mobile-menu-top .header-logo-link img {
		height: 40px;
	}
	.header-mobile-menu-bottom {
		display: block;
		border-top: 1px solid #FFFFFF;
		margin-top: 22px;
		padding-top: 22px;
	}
	.header-mobile-menu-bottom-title {
		font-family: 'Bebas Neue';
		font-size: 32px;
		color: #FFFFFF;
		margin-bottom: 18px;
	}
	.header-mobile-menu-social {
	}
	.header-mobile-menu-social a {
		display: flex;
		gap: 11px;
		align-items: center;
	}
	.header-mobile-menu-social img {
		width: 34px;
		height: 34px;
	}
	.header-mobile-menu-social span {
		font-weight: 500;
		font-size: 16px;
		color: #FFFFFF;
	}
	.header-mobile-menu-social + .header-mobile-menu-social {
		margin-top: 10px;
	}

	.header-menu-wrap, .header-phone-wrap {
		display: none;
	}
	.header-open-mobile-wrap {
		display: block;
	}
	.home-banner {
		padding: 0;
	}
	.page-h1 {
		font-size: 60px;
		text-align: center;
	}
	.home-plus {
		gap: 23px;
	}
	.home-banner-button {
		margin: 0 auto;
	}
	.home-banner-image {
		position: static;
		width: 100%;
		margin-top: -70px;
	}
	.landing-section {
		margin-top: 100px;
	}
	.section-title, .single-content-wrap h1 {
		margin-bottom: 35px;
	}
	.full-separator {
		display: none;
	}
	.productions-wrap {
		gap: 30px;
	}
	.production-item {
		width: calc(50% - 15px);
		padding: 0;
	}
	.productions-wrap + .productions-wrap {
		margin-top: 30px;
	}
	.production-item img {
		margin-bottom: 22px;
	}
	.production-item span {
		font-size: 32px;
	}

	.pluses-wrap {
		width: 100%;
	}
	.pluses-list {
		margin: 0;
	}
	.plus-number {
		font-size: 48px;
	}
	.plus-text {
		font-size: 24px;
	}
	.pluses-image {
		position: static;
		width: 100%;
		height: auto;
		margin-top: 24px;
	}

	.portfolio-text, .portfolio-filter {
		width: 100%;
		margin: 0 0 60px;
	}
	.portfolio-text {
		margin: -24px 0 33px;
	}
	.portfolio-filter .button {
		margin-left: 0;
	}

	#how-banner {
		background-size: 90%;
		padding-bottom: 300px;
	}
	#how-banner .section-title {
		text-align: center;
	}
	.how-banner-text {
		margin: 0 0 55px;
		text-align: center;
		max-width: 100%;
	}
	.how-banner-button {
		margin: 0 auto;
	}

	#popular {
		background-color: #ffffff;
	}
	.popular-tabs-head {
		gap: 22px;
		flex-flow: nowrap;
	}
	.popular-button {
		font-size: 24px;
		width: 50%;
		text-align: center;
	}
	.product-item:not(.product-item-slide) {
		width: calc((100% - 45px) / 2);
	}
	.product-item-title {
		font-size: 24px;
	}
	.popular-button-wrap .button {
		margin:  0 auto;
	}

	#how-work {
		position: relative;
	}
	#how-work::before {
		content: "";
		display: block;
		width: 100%;
		height: 230px;
		background-color: #ffffff;
		position: absolute;
		left: 0px;
		top: -100px;
	}
	.how-work-wrap {
		gap: 40px;
	}
	.how-work-item {
		width: calc(50% - 20px);
	}

	.how-work-item::before {
		z-index: 0;
		font-size: 96px;
		line-height: 0.5;
		text-align: left;
		padding-left: 20px;
	}
	.how-work-item-icon {
		position: relative;
		z-index: 1;
		width: 56px;
		float: left;
		margin-right: 23px;
	}
	.how-work-item-title {
		position: relative;
		z-index: 1;
		font-size: 32px;
	}
	.how-work-item-text {
		position: relative;
		z-index: 1;
		clear: both;
	}
	.how-work-item-text {
		font-size: 24px;
	}

	#manufacturers .flex-wrap {
		gap: 40px 30px;
	}
	.manufacturer-col {
		width: calc(50% - 15px);
	}
	.manufacturer-item {
		background-color: #ffffff;
		box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.09);
		border-radius: 7px;
		border-bottom: none!important;
		padding: 0;
	}
	.manufacturer-item img {
		border-radius: 7px;
		margin-bottom: 0;
	}
	.manufacturer-item span {
		display: block;
		text-align: center;
		font-size: 20px;
		padding: 25px;
	}
	.manufacturer-col-full {
		width: 100%;
	}
	.manufacturer-col:not(.manufacturer-col-full) {
		margin-bottom: 40px;
	}
	.manufacturer-text {
		text-align: center;
	}
	.manufacturer-button .button {
		margin: 0 auto;
	}

	.blog-wrap {
		gap: 46px;
	}
	.blog-item {
		width: 100%;
	}

	footer {
		padding: 35px 0 130px;
	}
	.footer-wrap {
		flex-flow: wrap;
	}
	.footer-logo-wrap {
		width: 100%;
		order: 0;
		margin-bottom: 25px;
	}
	.footer-logo-link {
		width: 180px;
		height: 90px;
	}
	.footer-contacts-wrap {
		width: 100%;
		order: 1;
		margin-bottom: 45px;
	}
	.footer-contact-item {
		width: 50%;
		font-size: 20px;
	}
	.footer-contact-address {
		float: right;
		margin-top: -100px;
	}
	.footer-menu-wrap {
		width: 50%;
		order: 2;
	}
	.footer-menu-wrap + .footer-menu-wrap {
		order: 3;
	}
	.footer-socials-wrap {
		/*position: absolute;*/
		width: 100%;
		bottom: -95px;
		margin: 0;
	}

	#contacts-content {
		padding: 18px 0 0;
	}
	.contacts-data, .contacts-form {
		width: 100%;
	}
	.contacts-data-button {
		margin-top: 45px;
	}
	.contacts-data .footer-contact-item {
		width: 100%;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.contacts-data {
		margin-bottom: 70px;
	}
	#contacts-content + #before-footer {
		margin-top: 0!important;
	}
	#breadcrumbs {
		padding: 18px 0;
	}
	#breadcrumbs * {
		font-size: 16px;
	}

	#page-banner {
		background-size: cover;
		background-position: center center;
	}
	.page-banner-wrapper {
		padding: 25px 0 75px;
	}
	.page-banner-white {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 49.47%, rgba(255, 255, 255, 0) 115.67%);
	}
	.page-banner-text {
		font-size: 24px;
	}
	#cooperation-whats {
		margin-top: 60px;
	}
	.whats-wrap {
		gap: 15px 12px;
	}
	.whats-item {
		width: calc(50% - 6px);
		padding: 6px 22px;
	}
	.whats-item img {
		width: 37px;
	}
	.whats-item span {
		width: calc(100% - 37px - 18px);
		font-size: 22px;
	}
	.cooperation-why-we-wrap {
		gap: 34px;
	}
	.cooperation-why-we-item {
		width: 100%;
	}
	.cooperation-why-we-item-text {
		padding: 35px 42px;
		font-size: 24px;
	}
	.cooperation-clients-wrap {
		gap: 40px;
	}
	.cooperation-client-item {
		width: calc(50% - 20px);
	}

	.work-content {
		padding: 16px 0 0;
	}
	.work-content-wrap:not(.production-content-wrap) {
		gap: 40px;
	}
	.work-gallery-item img {
		height: 360px;
	}
	.work-gallery, .work-info {
		width: 100%;
	}
	.work-gallery-thumb-item {
		height: 100px;
	}
	.work-gallery .custom-swiper-button {
		top: 164px;
	}
	.work-swiper-thumbs {
		margin-top: 34px;
	}
	.work-gallery .custom-swiper-button.swiper-button-next {
		right: -12px;
	}
	.work-gallery .custom-swiper-button.swiper-button-prev {
		left: -12px;
	}
	.page-h1-small {
		font-size: 60px;
		line-height: 1.1;
	}
	.work-content .page-h1-small:not(.production-single-h1) {
		position: absolute;
		top: -10px;
		width: 100%;
		text-align: center;
		left: 0;
	}
	.work-gallery:not(.production-gallery) {
		margin-top: 96px;
	}

	.work-loop {
		padding-top: 14px;
	}
	.work-tags {
		margin-bottom: 60px;
	}
	.work-tag {
		border-bottom: 2px solid transparent;
		font-size: 20px
	}
	.active-work-tag {
		border-bottom: 2px solid #406F87;
	}
	.work-loop-wrap {
		gap: 40px;
	}
	.work-item-image {
		width: 100%;
		order: 1;
	}
	.work-item-image img, .blog-item2-image img, .blog-item2:nth-of-type(2n+2) .blog-item2-image img {
		width: 100%;
		min-height: 0px;
		height: 280px;
		border-radius: 0px 0px 15px 15px;
	}
	.work-item-content {
		width: 100%;
		order: 0;
		padding: 32px 32px 40px;
	}
	.work-item-title {
		margin-bottom: 11px;
	}
	.work-item-title a {
		font-size: 26px;
	}
	.work-item-excerpt {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.work-loop-read-more {
		margin-top: 38px;
	}

	.catalog-stone .page-h1-small {
		margin-bottom: 17px;
	}
	.filter-item-title {
		font-size: 24px;
	}
	.filter-item-label {
		gap: 9px;
	}
	.filter-item-label span {
		font-size: 14px;
	}
	.catalog-stone-list {
		gap: 25px 15px;
		padding: 15px 17px 45px;
	}
	.catalog-stone-list .product-item {
		width: calc((100% - 15px * 3) / 4);
	}
	.catalog-stone-list .product-item .product-item-image {
		height: 120px;
		margin-bottom: 5px;
		border-radius: 7px;
	}
	.catalog-stone-list .product-item .product-item-title {
		font-size: 10px;
	}
	.catalog-stone-list .product-item .product-item-price {
		font-size: 10px;
	}

	.filter-wrap {
		gap: 22px 11px;
		padding: 32px 0 60px;
		margin-bottom: 60px;
	}
	.filter-title {
		font-size: 32px;
		padding: 0;
	}
	.filter-wrap .filter-item {
		width: calc((100% - 22px) / 3);
		padding: 22px;
	}
	.filter-buttons {
		padding: 32px 22px 0;
		gap: 84px;
		margin-top: 0;
		justify-content: space-between;
		flex-flow: nowrap;
	}

	.work-content .swiper-container {
		padding: 0;
	}
	.stone-single-out {
		font-size: 20px;
	}
	.stone-single-sku {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.stone-single-info {
		font-size: 24px;
	}
	.stone-description-text {
		padding: 17px 22px;
		width: 55%;
	}
	.stone-description-image {
		padding: 17px 22px;
		width: 45%;
	}
	.stone-description-image img {
		width: 100%;
		height: auto;
		border: 2px solid #555555;
	}
	#stone-description + #how-banner {
		background-position: right bottom -140px;
	}

	.blog-wrap2 {
		padding-bottom: 100px;
	}
	.blog-item2, .blog-item2:nth-of-type(2n + 2) {
		flex-direction: column;
	}
	.blog-item2 + .blog-item2 {
		margin-top: 55px;
	}
	.blog-item2-content {
		width: 100%;
		padding: 31px 31px 43px;
	}
	.blog-item2-number {
		display: none;
	}
	.blog-item2-info {
		width: 100%;
	}
	.blog-item2-title {
		margin-bottom: 14px;
	}
	.blog-item2-title a {
		font-size: 26px;
	}
	.blog-item2-excerpt {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.blog-item2-read-more a {
		font-size: 22px;
	}
	.blog-item2-image {
		width: 100%;
		height: 280px;
	}
	.blog-item2-image img, .blog-item2:nth-of-type(2n + 2) .blog-item2-image img {
		border-radius: 0px 0px 15px 15px;
	}
	.blog-wrap2-read-more {
		margin-top: 43px;
	}

	.single-content-thumbnail {
		max-width: 100%;
		width: 100%;
		float: none;
		margin: 0 0 38px;
	}
	.single-content-wrap {
		font-size: 24px;
		margin-bottom: 38px;
	}
	.single-content-wrap h1 {
		margin-bottom: 11px;
	}
	.single-table {
		margin-top: 35px;
	}
	.single-table-text {
		font-size: 26px;
		margin-bottom: 37px;
	}
	.single-table-content {
		border: 1px solid #406F87;
		padding: 30px 27px;
	}
	.single-table-content tr * {
		padding-bottom: 22px;
		font-size: 24px;
	}
	.single-table-content tr + tr * {
		padding-top: 20px;
	}
	.single-important-wrap {
		margin-top: 26px;
	}
	.single-important-left {
		width: 100%;
		font-size: 60px;
	}
	.single-important-right {
		width: 100%;
		font-size: 24px;
	}
	.single-feature-item {
		width: 100%;
	}
	.single-feature-item::before {
		content: none;
	}

	.woocommerce-pagination {
		margin-top: 50px;
	}
	.woocommerce-pagination ul.page-numbers {
		gap: 4px;
		/*justify-content: space-between;*/
	}
	.woocommerce-pagination ul.page-numbers a.page-numbers,
	.woocommerce-pagination ul.page-numbers span.page-numbers {
		font-size: 14px;
		padding: 6px;
		border-radius: 3px;
	}

	.catalog-pluses::before, .catalog-pluses::after {
		width: 100%;
		height: 50%;
	}
	.catalog-pluses-item {
		width: 100%;
		text-align: center;
	}
	.catalog-pluses::after {
		top: auto;
		bottom: 0;
	}
	.catalog-pluses-left {
		padding: 60px 60px 80px;
	}
	.catalog-pluses-right {
		padding: 100px 60px 60px;
	}
	.catalog-pluses-title {
		font-size: 60px;
	}
	.catalog-pluses-text {
		font-size: 24px;
	}
	.catalog-pluses-sale {
		width: 138px;
		height: 138px;
		margin: -49px 0 0 -69px;
	}
	.catalog-pluses-sale-text {
		top: 7px;
		left: 7px;
		width: calc(100% - 14px);
		height: calc(100% - 14px);
	}
	.catalog-pluses-sale-text-top, .catalog-pluses-sale-text-bottom {
		font-size: 18px;
		margin: 0;
		line-height: 1;
	}
	.catalog-pluses-sale-text-bottom span {
		font-size: 60px;
	}

	.filter-item-label input, .filter-item-label span.checkbox {
		margin: 0px;
		min-width: 23px;
		height: 23px;
	}

	.production-catalog-wrap {
		gap: 12px 30px;
	}
	.production-catalog-wrap + .portfolio-slider-wrap,
	.production-catalog-wrap + .section-title {
		margin-top: 65px;
	}
	.production-catalog-item {
		width: calc(50% - 15px);
		padding: 14px 16px 20px;
	}
	.production-catalog-item-image {
		margin-bottom: 22px;
	}
	.production-catalog-item-image img {
		height: 250px;
	}
	.production-catalog-button {
		margin-top: 65px;
	}
	.production-why-we-wrap {
		gap: 15px 12px;
		width: 100%;
	}
	.production-why-we-item {
		padding: 20px 22px;
	}
	.production-why-we-item img {
		width: 38px;
	}
	.production-why-we-item span {
		width: calc(100% - 60px);
		font-size: 22px;
	}
	.production-why-we-image {
		width: 100%;
		height: auto;
		position: static;
		margin: 30px 0 0;
	}

	.production-single-h1 {
		text-align: center;
		margin-bottom: 22px;
	}
	.production-content-shortdesc {
		font-size: 24px;
		margin-bottom: 22px;
	}
	.production-content-after-gallery, .production-content-after-gallery2 {
		margin: 0 0 11px;
	}
	.production-content-after-gallery {
		display: none;
	}
	.production-content-after-gallery2 {
		display: block;
	}
	.production-single-stone {
		margin: 33px 0 22px;
	}
	.production-single-stone-name div, .production-single-stone-name a {
		font-size: 24px;
	}
	.production-single-stone-image img {
		height: 70px;
	}
	.production-single-atts-table th, .production-single-atts-table td {
		font-size: 24px;
	}
	.production-single-atts {
		margin-bottom: 33px;
	}

	.stone-pluses {
		margin-top: 65px;
		padding: 66px 0;
	}
	.prod-stone-pluses-title {
		font-size: 60px;
	}
	.prod-stone-pluses-wrap {
		gap: 45px 33px;
	}
	.prod-stone-plus-item {
		width: calc((100% - 66px) / 3);
	}
	.prod-stone-plus-icon img {
		height: 54px;
	}
	.prod-stone-plus-text {
		font-size: 24px;
	}
	.production-description {
		font-size: 24px;
	}
	.production-description h2, .production-description h3, .production-description h4, .production-description h5, .production-description h6 {
		font-size: 26px;
	}
	.production-portfolio-item {
		padding: 14px 15px;
		height: 250px;
	}
	.production-plus {
		left: 35px;
		padding: 24px 34px;
	}
	.production-plus + .production-plus {
		margin-top: 26px;
	}
	.production-plus-title {
		font-size: 24px;
	}
	.production-plus-text {
		font-size: 22px;
	}
	.production-catalog-item-this-text {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	#before-footer {
		padding-top: 0px;
	}
	.before-footer-form-wrap {
		position: static;
		width: 100%;
		border-radius: 15px 15px 0 0;
	}
	.before-footer-form-wrap + iframe, #contacts-content + #before-footer iframe {
		max-height: 50vh;
	}
}

@media (max-width: 576px) {
	.stone-modal-size-add {
		width: calc(50% - 15px);
	}
	.stone-modal-size-remove {
		width: calc(50% - 15px);
	}
	.stone-modal-size-type {
		width: 50%;
	}
	.stone-modal-size-count {
		width: calc(50% - 15px);
	}
	.stone-modal-size-price {
		width: 50%;
	}


	.header-logo-wrap {
		width: 90px;
	}
	.header-open-mobile-wrap {
		width: 30px;
	}


	.button, .button:focus, .button:hover {
		font-size: 16px;
		padding: 15px 0;
	}
	.form-group + .form-group {
		margin-top: 15px;
	}
	.privacy-group {
		margin: 15px 0;
	}
	.before-footer-form-wrap .form-group .form-control, .contacts-form-wrap .form-group .form-control, .form-control {
		border: 1px solid #406F87;
		border-radius: 7px;
		padding: 12px 14px;
		font-size: 14px;
	}
	.privacy-group {
		font-size: 13px;
	}
	.wpcf7-not-valid-tip {
		position: absolute;
		margin-left: 0;
		font-size: 13px;
	}
	.wpcf7-spinner {
		right: 20px;
		bottom: 40px;
	}

	header {
		padding: 15px 0;
	}
	.page-h1 {
		font-size: 40px;
	}
	.home-plus {
		gap: 3px;
	}
	.home-plus img {
		width: 30px;
		height: 30px;
	}
	.home-plus span {
		font-size: 16px;
	}
	.home-banner-image {
		margin-top: -30px;
	}

	.landing-section {
		margin-top: 55px;
	}
	.section-title, .single-content-wrap h1 {
		text-align: center;
		margin-bottom: 20px;
		font-size: 36px;
	}
	.productions-wrap {
		gap: 15px;
	}
	.production-item {
		width: calc(50% - 7.5px);
	}
	.production-item span {
		font-size: 20px;
	}

	.plus-wrap + .plus-wrap {
		margin-top: 23px;
	}
	.plus-number {
		width: 39px;
		font-size: 30px;
	}
	.plus-text {
		width: calc(100% - 40px);
		font-size: 16px;
	}

	.portfolio-text {
		margin: -4px 0 33px;
		text-align: center;
		font-size: 16px;
	}
	.portfolio-slider-wrap .custom-swiper-button {
		display: none;
	}

	#how-banner {
		padding: 60px 0 160px;
	}
	.how-banner-text {
		font-size: 16px;
	}

	#popular {
		background-color: transparent;
	}
	.popular-button {
		font-size: 16px;
		padding: 8px 11px;
	}
	.product-item::after, #how-work::before {
		content: none;
	}
	.products-wrap, #manufacturers .flex-wrap {
		gap: 20px;
	}
	.product-item:not(.product-item-slide), .manufacturer-col:not(.manufacturer-col-full) {
		width: calc(50% - 10px);
	}
	.product-item-image {
		margin-bottom: 15px;
	}
	.product-item-title {
		padding: 0;
		font-size: 16px;
	}

	.how-work-wrap {
		gap: 20px;
	}
	.how-work-item {
		width: 100%;
	}
	.how-work-item-icon {
		width: 47px;
	}
	.how-work-item-title {
		font-size: 20px;
	}
	.how-work-item-icon {
		margin-bottom: 10px;
	}

	.manufacturer-item img {
		height: 130px;
	}
	.manufacturer-item span {
		padding: 15px 20px;
		font-size: 16px;
	}
	.manufacturer-text {
		font-size: 16px;
	}

	.blog-item-image {
		height: 135px;
	}
	.blog-item-content {
		padding: 20px 20px 30px;
		text-align: center;
	}
	.blog-item-title {
		font-size: 20px;
	}
	.blog-item-excerpt {
		font-size: 16px;
		margin: 12px 0 18px;
	}
	.blog-item-read-more {
		font-size: 16px;
	}

	.footer-logo-link {
		width: 110px;
		height: 60px;
	}
	.footer-contact-address {
		float: none;
		margin: 0;
	}
	.footer-contact-item {
		font-size: 16px;
		width: 100%;
	}
	.footer-contact-item, .footer-menu-wrap .menu .menu-item a {
		font-size: 16px;
	}
	.footer-contacts-wrap {
		margin-bottom: 25px;
	}

	#contacts-content {
		padding: 8px 0 0;
	}
	.contacts-data .footer-contacts-wrap {
		margin-top: 0px;
	}
	.contacts-data-button {
		margin-top: 35px;
	}
	.contacts-data .footer-contact-item {
		font-size: 20px;
	}
	.contacts-form {
		width: calc(100% + 32px);
		margin: 0 -16px;
	}
	.contacts-form-wrap {
		border-radius: 0;
		padding: 43px 30px 35px;
	}

	#breadcrumbs {
		padding: 14px 0;
	}
	#breadcrumbs * {
		font-size: 9px;
	}

	#page-banner {
		background-size: cover;
		background-position: center center;
	}
	.page-banner-wrapper {
		padding: 8px 0 55px;
	}
	.page-banner-text {
		font-size: 16px;
	}
	#cooperation-whats {
		margin-top: 60px;
	}
	.whats-wrap {
		gap: 10px;
	}
	.whats-item {
		width: 100%;
		padding: 16px 25px;
	}
	.whats-item span {
		width: calc(100% - 37px - 22px);
		font-size: 16px;
	}
	.cooperation-why-we-item {
		border-radius: 7px;
	}
	.cooperation-why-we-item-image {
		height: 135px;
		border-radius: 7px 7px 0 0;
	}
	.cooperation-why-we-item-text {
		padding: 17px 10px;
		font-size: 16px;
		text-align: center;
	}
	.cooperation-clients-wrap {
		gap: 20px;
	}
	.cooperation-client-item {
		width: calc(50% - 10px);
	}


	.work-content {
		padding: 6px 0 0;
	}
	.page-h1-small {
		font-size: 40px;
	}
	.work-gallery:not(.production-gallery) {
		margin-top: 56px;
	}
	.work-single-material, .work-single-text {
		font-size: 16px;
	}
	.work-gallery-item img {
		height: 210px;
	}
	.work-swiper-thumbs {
		display: none;
	}
	.work-gallery .custom-swiper-button {
		top: 110px;
	}
	.work-content-wrap:not(.production-content-wrap) {
		gap: 20px;
	}
	.work-single-text {
		margin-bottom: 28px;
	}

	.work-loop {
		padding-top: 8px;
	}
	.work-tags {
		/*display: none;*/
		margin-bottom: 30px;
	}
	.work-tag {
		font-size: 16px;
	}
	.work-loop-wrap {
		gap: 20px;
	}
	.work-item {
		border-radius: 7px;
	}
	.work-item-image {
		width: 100%;
		order: 0;
	}
	.work-item-image img, .blog-item2-image img, .blog-item2:nth-of-type(2n+2) .blog-item2-image img {
		width: 100%;
		min-height: 0px;
		height: 135px;
		border-radius: 7px 7px 0 0;
	}
	.work-item-content {
		text-align: center;
		width: 100%;
		order: 1;
		padding: 19px 20px 28px;
	}
	.work-item-title {
		margin-bottom: 13px;
	}
	.work-item-title a {
		font-size: 20px;
	}
	.work-item-excerpt {
		font-size: 16px;
		margin-bottom: 17px;
	}
	.work-loop-read-more {
		margin-top: 38px;
	}
	.work-loop-read-more .button {
		margin: 0 auto;
	}

	.filter-stone-open-mobile {
		display: block;
		margin: 0 0 23px;
	}
	.catalog-stone-wrapper {
		margin: -10px 0 0;
	}
	.filter-stone {
		display: none;
		width: 100%;
		padding: 0 14px 16px;
		background-color: #ffffff;
	}
	.filter-stone form {
		display: flex;
		flex-flow: wrap;
	}
	.filter-item-material, .filter-item-tip-poverhnosti {
		width: calc(100% / 3);
		padding-right: 8px;
	}
	.filter-item-cvet, .filter-item-risunok {
		width: calc(100% / 3 * 2);
		padding-left: 8px;
	}
	.filter-item-cvet .filter-item-list, .filter-item-risunok .filter-item-list {
		columns: 2;
	}
	.filter-item-cvet .filter-item-list label, .filter-item-risunok .filter-item-list label {
		columns: 2;
		width: 50%;
	}
	.filter-item-list label + label {
		margin-top: 5px;
	}
	.filter-item-label {
		gap: 6px;
	}
	.filter-item-label input, .filter-item-label span.checkbox {
		margin: 0px;
		min-width: 15px;
		height: 15px;
	}
	.filter-item-label span {
		font-size: 11px;
	}
	.filter-item-material {
		order: 0;
	}
	.filter-item-cvet {
		order: 1;
	}
	.filter-item-tip-poverhnosti {
		order: 2;
	}
	.filter-item-risunok {
		order: 3;
	}
	.filter-item-btns {
		width: 100%;
		order: 4;
	}
	.filter-stone .filter-item, .filter-stone .filter-item + .filter-item {
		margin-top: 14px;
		padding-top: 14px;
		border-top: 1px solid #555555;
		width: 100%;
	}
	.filter-item-risunok .filter-item-list {
		columns: 1;
	}
	.filter-item-risunok .filter-item-list label {
		width: 100%;
	}
	.filter-item-title {
		font-size: 10px;
		margin-bottom: 7px;
	}
	.catalog-stone {
		width: 100%;
	}
	.catalog-stone .page-h1-small {
		margin-bottom: 5px;
	}
	.catalog-stone-list {
		gap: 9px 13px;
		padding: 13px 13px 25px;
	}
	.catalog-stone-list .product-item {
		width: calc((100% - 26px) / 3);
	}
	.catalog-stone-list .product-item .product-item-image {
		height: 70px;
		margin-bottom: 4px;
		border-width: 1px;
	}
	.catalog-stone-list .product-item .product-item-title {
		font-size: 9px;
	}

	.s-filter-button, .s-filter-button:hover, .s-filter-button:focus {
		position: relative;
		border-radius: 0;
		padding: 11px 55px;
		text-align: left;
	}
	.s-filter-button::before {
		content: "";
		display: block;
		width: 22px;
		height: 100%;
		background-image: url('../icons/filter-icon.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		top: 0;
		left: 14px;
	}
	.s-filter-button::after {
		content: "";
		display: block;
		width: 12px;
		height: 100%;
		background-image: url('../icons/filter-arrow.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		top: 0;
		right: 14px;
	}
	.s-filter-button.is-open::after {
		background-image: url('../icons/filter-arrow-open.png');
	}



	.portfolio-text, .portfolio-filter {
		margin-bottom: 22px;
	}
	.filter-button {
		max-width: 270px!important;
		margin: auto;
	}
	.filter-wrap {
		padding: 22px 0;
		gap: 11px;
	}
	.filter-title {
		font-size: 20px;
		padding-bottom: 0;
	}
	.filter-wrap .filter-item {
		padding: 11px;
	}
	.filter-wrap .filter-item-title {
		font-size: 10px;
	}
	.filter-wrap .filter-item-label {
		gap: 6px;
		align-items: flex-start;
	}
	.filter-wrap .filter-item-label input, .filter-wrap .filter-item-label span.checkbox {
		min-width: 13px;
		height: 13px;
	}
	.filter-wrap .filter-item-label span {
		font-size: 11px;
	}
	.filter-buttons {
		padding: 22px 15px 0;
		gap: 24px;
	}
	.filter-buttons .button {
		width: calc(50% - 12px)!important;
	}
	.product-item-slide {
		padding: 7px;
	}
	.product-item-slide .product-item-image {
		height: 115px;
		margin-bottom: 14px;
	}
	.product-item-slide .product-item-title {
		font-size: 16px;
	}
	.swiper-container {
		padding-bottom: 60px;
	}

	.stone-single-sku {
		font-size: 14px;
		margin-bottom: 7px;
	}
	.stone-single-info {
		font-size: 16px;
	}

	.stone-description-text {
		padding: 15px 18px;
		width: 100%;
	}
	.stone-description-image {
		padding: 15px 26px 20px;
		width: 100%;
	}
	.stone-description-image img {
		border: 1px solid #555555;
	}
	#stone-description + #how-banner {
		background-position: right bottom -40px;
		background-size: 100%;
	}


	.blog-wrap2 {
		padding-bottom: 60px;
	}
	.blog-item2, .blog-item2:nth-of-type(2n + 2) {
		flex-direction: column-reverse;
	}
	.blog-item2 + .blog-item2 {
		margin-top: 24px;
	}
	.blog-item2-content {
		padding: 14px 22px 27px;
	}
	.blog-item2-date {
		font-size: 14px;
		margin-bottom:4px;
	}
	.blog-item2-title {
		margin-bottom: 5px;
	}
	.blog-item2-title a {
		font-size: 20px;
	}
	.blog-item2-excerpt {
		font-size: 16px;
		margin-bottom: 7px;
	}
	.blog-item2-read-more a {
		font-size: 16px;
	}
	.blog-item2-image {
		height: 135px;
	}
	.blog-item2-image img, .blog-item2:nth-of-type(2n + 2) .blog-item2-image img {
		border-radius: 7px 7px 0px 0px;
	}
	.blog-wrap2-read-more {
		margin-top: 24px;
	}
	.blog-wrap2-read-more a {
		margin: auto;
	}

	.single-content-thumbnail {
		margin: 0 0 12px;
	}
	.single-content-wrap {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.single-content-wrap h1 {
		margin-bottom: 5px;
	}
	.single-table {
		margin-top: 22px;
	}
	.single-table-text {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.single-table-content {
		border: 1px solid #406F87;
		padding: 11px 13px;
	}
	.single-table-content tr * {
		padding-bottom: 15px;
		font-size: 16px;
	}
	.single-table-content tr + tr * {
		padding-top: 17px;
	}
	.single-important-wrap {
		margin-top: 26px;
	}
	.single-important-left {
		font-size: 40px;
	}
	.single-important-right {
		font-size: 16px;
	}

	.woocommerce-pagination ul.page-numbers a.page-numbers,
	.woocommerce-pagination ul.page-numbers span.page-numbers {
		font-size: 12px;
		padding: 6px;
		border-radius: 3px;
	}



	.catalog-pluses-left {
		padding: 60px 30px 80px;
	}
	.catalog-pluses-right {
		padding: 90px 30px 30px;
	}
	.catalog-pluses-title {
		font-size: 40px;
	}
	.catalog-pluses-text {
		font-size: 20px;
	}
	.catalog-pluses-sale {
		width: 138px;
		height: 138px;
		margin: -49px 0 0 -69px;
	}

	.production-catalog-item {
		width: 100%;
	}
	.production-catalog-item-title a, .production-catalog-item-read-more {
		font-size: 16px;
	}
	.production-catalog-item-price::before {
		height: 20px;
		margin-top: -10px;
	}
	.production-catalog-item-price {
		font-size: 20px;
		padding-left: 30px;
	}
	.production-why-we-item {
		width: 100%;
		padding: 16px 30px;
	}
	.production-why-we-item span {
		font-size: 16px;
	}

	.production-content-shortdesc {
		font-size: 16px;
	}

	.production-single-stone-name {
		width: calc(100% - 100px);
	}
	.production-single-stone-name div {
		font-size: 20px;
	}
	.production-single-stone-name a {
		font-size: 16px;
	}
	.production-single-stone-image {
		width: 90px;
	}
	.production-single-atts-table th, .production-single-atts-table td {
		font-size: 16px;
	}
	.production-single-atts {
		padding: 0 14px;
	}
	.production-single-atts-table th {
		padding: 33px 0;
	}
	.production-single-atts-table td {
		padding-left: 16px;
	}
	.production-content-after-gallery2 {
		font-size: 16px;
		text-align: center;
	}
	.stone-pluses {
		margin-top: 30px;
		padding: 30px 0;
	}
	.prod-stone-pluses-title {
		font-size: 40px;
	}
	.prod-stone-pluses-wrap {
		gap: 20px;
	}
	.prod-stone-plus-item {
		width: calc(50% - 10px);
	}
	.prod-stone-plus-text {
		font-size: 12px;
	}
	.production-description {
		font-size: 16px;
	}
	.production-description h2, .production-description h3, .production-description h4, .production-description h5, .production-description h6 {
		font-size: 20px;
	}

	.production-plus::before {
		width: 30px;
		height: 30px;
		left: -15px;
		top: -15px;
	}
	.production-plus {
		left: 15px;
		padding: 13px;
	}
	.production-plus + .production-plus {
		margin-top: 16px;
	}
	.production-plus-title {
		font-size: 16px;
	}
	.production-plus-text {
		font-size: 14px;
	}

	.production-catalog-item-this-text {
		font-size: 16px;
	}
}