/**
Theme Name: ELEGANT STONE - M-WebDev
Author: M-WebDev
*/

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

html {
	height: 100%;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
/*	font-family: "Open Sans", serif;*/
	font-family: "Montserrat", serif;
	line-height: 1.3;
	font-size: 16px;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Prata", serif;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
/*	color: #4169e1;*/
}

a:visited {
/*	color: #800080;*/
}

a:hover,
a:focus,
a:active {
/*	color: #191970;*/
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* 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 {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



/*_____________________*/

.row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	width: 95%;
	margin: 20px auto;
}

.column{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	width: 95%;
	margin: 20px auto;
}

.breadcrumbs{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	font-size: 1rem;
	width: 100%;
	margin: 0 0 20px 0;
}

.breadcrumbs li{
	display: block;
	word-wrap: break-word;
}

.breadcrumbs li a{
	color: #ffffff !important;
}

.breadcrumbs li::after{
	content: ">";
	margin: 0 5px;
}

.breadcrumbs li:last-child::after{
	content: "";
}

.breadcrumbs span{
	display: inline-block;
}

.button{
	display: inline-block;
	padding: 18px 32px;
	background: #2D3F2F;
	color: #ffffff;
	cursor: pointer;
}

.button:hover{
	background: #3C5A40;
}

.wp-block-button__link{
	display: inline-block;
	padding: 18px 32px !important;
	background: #2D3F2F;
	color: #ffffff;
	border-radius: 0 !important;
}

.wp-block-button__link:hover{
	background: #3C5A40 !important;
}

body{
	height: 100%;
	background: #F4F4F4;
}

.wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

main{
	flex-grow: 1;
}

a{
	color: #000000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
/*	font-family: "Playfair Display", serif;*/
	color: #000000;
	font-weight: 700;
}

h2{
	display: block;
	width: 100%;
	font-size: 2rem;
	word-wrap: break-word;
}

header{
	display: block;
	padding: 0;
}

header .row{
	justify-content: space-between;
}

.logo{
	display: block;
}

.logo a{
	display: flex;
	flex-direction: column;
	font-family: "Prata", serif;
	align-items: center;
	font-size: 1rem;
}

.logo a img{
	display: block;
	height: 40px;
/*	width: 150px;*/
	margin-right: 10px;
	margin-bottom: 5px;
	object-fit: contain;
	filter: drop-shadow(1px 1px 1px #ffffff);
}

.nav_icon{
    display: none;
    width: 50px;
    margin: 20px 0;
    font-size: 2rem;
    text-align: center;
}

nav{
	display: flex;
	align-items: center;
}

nav ul{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 0 !important;
}

nav ul li{
	display: block;
}

.tel_button{
	cursor: pointer;
}

.tel_button img{
	display: block;
	width: 24px;
	height: 24px;
	object-fit: cover;
	float: left;
	margin-right: 10px;
}

.hero_section{
	position: relative;
	padding: 40px 0;
}

.hero_section .row{
	flex-direction: row-reverse;
	position: relative;
	height: 100%;
	margin: 0 auto;
}

.hero_section_img{
	width: calc(100% / 2.5);
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.hero_section_img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero_section_text{
	width: calc(100% / 1.7);
	position: relative;
	padding: 40px;
}

.hero_section_text h1{
	display: block;
	width: 100%;
	font-size: 3rem;
	font-weight: 700;
}

.hero_section_text p{
	display: block;
	width: 100%;
	font-size: 1.25rem;
	margin: 20px 0;
}

.title{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.title::after{
	content: "";
	display: block;
	height: 100%;
	background: rgba(0, 0, 0, 0.60);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.title .row{
	height: 310px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	color: #ffffff;
}

.title h1{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 3rem;
	margin: 100px 0;
	color: inherit;
}

.counts_block{
	width: 100%;
	padding: 40px 0;
}

.counts_block .row{
	align-items: flex-start;
}

.counts_block .row .wp-block-group{
	width: calc(100% / 4);
	margin: 20px 40px;
}


.counts_block .wp-block-group p{
	font-size: 1.25rem;
}

.counts_block .wp-block-group p:first-child{
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.about_us{
	padding: 100px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.about_us:after{
	display: block;
	content: "";
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.about_us .row{
	align-items: flex-start;
	position: relative;
	z-index: 2;
}

.about_us_img{
	width: calc(100% / 2.5);
}

.about_us_img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_us_text{
	width: calc(100% / 2);
	color: #ffffff;
}

.about_us_text h2{
	color: inherit;
}

.about_us_text p{
	margin-top: 40px;
	font-size: 1.5rem;
	color: inherit;
}

.services{
	padding: 100px 0;
}

.services h2{
	width: 95%;
	margin: 0 auto 40px auto;
}

.services .row{
/*	gap: 3px;*/
}

.services_card{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 49.8%;
	position: relative;
	margin: 1px;
}

/*.services_card:nth-child(odd){
	flex-direction: row-reverse;
}*/

.services_card_img{
	width: 100%;
	height: 350px;
}

.services_card_img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services_card_text{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	height: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.75);
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.services_card_text h3{
	font-size: 1.5rem;
	font-weight: 700;
	color: inherit;
	text-shadow: 1px 1px 1px #000000;
}

.services_card_text p{
	font-size: 1.25rem;
	margin: 15px 0;
	color: inherit;
	text-shadow: 1px 1px 1px #000000;
}

.services_card_text .button{
	background: #E5E5E5;
	color: #000000;
}

.services_card_text .button:hover{
	background: #C4C4C4;
}

/*.services_card{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 40px 0;
}

.services_card:nth-child(odd){
	flex-direction: row-reverse;
}

.services_card_img{
	width: calc(100% / 2);
	height: 350px;
}

.services_card_img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services_card_text{
	width: calc(100% / 2);
	padding: 20px;
}

.services_card_text h3{
	font-size: 1.5rem;
	font-weight: 700;
}

.services_card_text p{
	font-size: 1.25rem;
	margin: 15px 0;
}*/

.catalog{
	width: 100%;
	padding-bottom: 50px;
}

.catalog h2{
	margin: 20px 0;
	text-align: center;
}

.catalog > p{
	display: block;
	text-align: center;
	width: calc(100% / 2.5);
	margin: 0 auto;
}

.product_card{
	width: calc(100% / 3.5);
	margin: 20px 0;
	position: relative;
}

.product_card .product_card_img{
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.product_card .product_card_img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_card:hover img{
	transition: 1s;
	transform: scale(1.2)
}

.product_card .product_card_title{
	display: block;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 58%, rgba(0,0,0,0.1) 80%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.product_card .product_card_title h5{
	display: block;
	font-size: 1.25rem;
	color: #ffffff;
	padding: 0 10px;
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	z-index: 1;
}

.catalog .button{
	margin: 0 auto;
}

.advantages{
	padding-bottom: 100px;
}

.advantages .row{
	justify-content: flex-end;
	position: relative;
}

.advantages_text{
	width: calc(100% / 2.5);
    padding: 30px;
    position: absolute;
    left: 15%;
    top: 7%;
    z-index: 2;
    background: rgb(255, 255, 255);
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.989233193277311) 51%, rgba(255, 255, 255, 0.8407738095238095) 89%);
    backdrop-filter: blur(5px);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);*/

}

.advantages_text ul{
	display: block;
	margin: 20px 0 0 0 !important;
}

.advantages_text ul li{
	display: flex;
	align-items: center;
	margin: 25px 0;
	font-size: 1.25rem;
	vertical-align: middle;
}

.advantages_text ul li::before{
	content: '✓';
	margin-right: 10px;
	font-size: 2rem;
}

.advantages_text ul li img{
	display: block;
	width: 32px;
	float: left;
	margin-right: 15px;
}

.advantages_img{
	width: calc(100% / 2);
}

.advantages_img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta{
	margin-bottom: 60px;
}

.cta_text p{
	margin-top: 20px;
}

.stone_samples{
	display: block;
	/*background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	margin-bottom: 100px;
	position: relative;
}

/*.stone_samples .row::before{
	display: flex;
	content: " scroll \21E2";
	font-size: 1.25rem;
	position: absolute;
	top: -40px;
	right: 40px;
	z-index: 99;

}*/

.stone_samples_text{
	display: block;
	width: calc(100% / 3);
}

.stone_samples_text p{
	margin-top: 20px;
	font-size: 1rem;
}

.stone_samples_items{
	display: flex;
	flex-wrap: nowrap;
	height: 250px;
	width: calc(100% / 2);
	/*overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	scrollbar-color: #2D3F2F transparent;*/
	position: relative;
}

.stone_samples_items .slick-arrow{
	display: block;
	position: absolute;
	font-size: 0;
	width: 30px;
	height: 30px;
	top: 115%;
	z-index: 10;
}

.stone_samples_items .slick-prev{
	left: 80%;
	background: url('icon/arrow-left-svgrepo-com.svg');
	background-position: center;
	 background-size: contain !important;
	background-repeat: no-repeat;
	 opacity: 1 !important;
    visibility: visible !important;
}

.stone_samples_items .slick-next{
	right: 0;
	background: url('icon/arrow-right-svgrepo-com.svg');
	background-position: center;
	 background-size: contain !important;
	background-repeat: no-repeat;
	 opacity: 1 !important;
    visibility: visible !important;
}

.stone_samples_items .slick-prev:before, .stone_samples_items .slick-next:before{
	font-size: 0;
}

.stone_samples_items .slick-prev:hover, .stone_samples_items .slick-prev:focus{
	background: url('icon/arrow-left-svgrepo-com.svg') !important;
	background-size: contain !important;
	opacity: 1 !important;
}

.stone_samples_items .slick-next:hover, .stone_samples_items .slick-next:focus{
	background: url('icon/arrow-right-svgrepo-com.svg') !important;
	background-size: contain !important;
	opacity: 1 !important;
}



/*.stone_samples_items::-webkit-scrollbar{
	height: 10px;
}

.stone_samples_items::-webkit-scrollbar-thumb{
	background-color: #2D3F2F;
	border-radius: 20px;
}

.stone_samples_items::-webkit-scrollbar-track{
	background: transparent;
	
}*/

.stone_samples_item{
	display: block;
	scroll-snap-align: start;
	margin: 0 10px;
}

.stone_samples_item figure{
	display: block;
	height: 250px;
	width: 250px;
	margin: 0;
	position: relative;
}

.stone_samples_item figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stone_samples_item figure figcaption{
	display: block;
	height: 100%;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 58%, rgba(0,0,0,0.1) 80%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.stone_samples_item figure figcaption p{
	display: block;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	margin: 24px;
	z-index: 1;
}

/*.stone_samples::after{
	content: "";
	display: block;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}*/


.portfolio .wp-block-gallery{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 350px;
	margin-top: 40px;
}

.portfolio .row .wp-block-image{
	width: calc(100% / 7) !important;
	height: 100%;
	object-fit: cover;
	border-left: 1px solid #F4F4F4;
	border-right: 1px solid #F4F4F4;
}

.portfolio .row .wp-block-image a{
	display: block;
	height: 100% !important;
}

.portfolio .row .wp-block-image img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

/*.portfolio_img img{
	display: block;
	width: calc(100% / 7);
	height: 100%;
	object-fit: cover;
	border-left: 1px solid #F4F4F4;
	border-right: 1px solid #F4F4F4;
}*/

.portfolio_img img:first-child{
	border-left: none;
}

.portfolio_img img:last-child{
	border-right: none;
}

.portfolio .button{
	margin: 20px auto;
}

.contacts{
	padding: 100px 0;
}

.contacts .row{
	align-items: flex-start;
	margin: 0 auto;
	position: relative;
}

.contact_text{
	width: 60%;
	border-right: 3px solid #000000;
	position: relative;
}

.contact_text .row{
	flex-direction: row-reverse;
}

.contacts_form{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(100% / 2);
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.contacts_form form{
	display: block;
	width: 100%;
	margin-top: 20px;
}

.contacts_form form input{
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
}

.contacts_form form textarea{
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	resize: none;
	height: 150px;
}

.contact{
	width: calc(100% / 2);
	position: relative;
}

.contact .column{
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0;
}

.contact .column .contact_card{
	margin: 10px 0;
	font-size: 1.5rem;
}

.contact .column .contact_card h5{
	font-size: 1.5rem;
	margin-bottom: 5px;
}

.contact .column .contact_card p{
	font-size: 1.25rem;
}

.contacts_img{
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.contacts_img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer{
	padding-top: 20px;
}

footer nav{
	margin: 0 auto;
}

footer .row{
	justify-content: space-around;
}

footer .row:last-child p{
	display: block;
	text-align: center;
	margin: 20px auto;
}

.social_web{
	display: none;
	gap: 10px;
}

.social_web img{
	display: block;
	width: 24px;
	height: 24px;
	object-fit: cover;
}


.product-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    width: auto;
    margin: 0 auto;
}

.product-gallery {
    height: 350px;
    width: calc(100% / 2);
/*    max-width: 400px;*/
}

.product-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.product-details {
    flex: 1;
    width: 100%;
}

.product-details h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.product-action{
	display: block;
	background: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.product-action .button{
	cursor: pointer;
}

.product-description {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
}



.product_description_gallery {
    max-width: 800px; /* Адаптуй під свій дизайн */
    margin: 0 auto;
}
.product_description_gallery a {
    display: block;
}
.product_description_gallery a img {
    width: 100%; /* Або потрібний розмір */
    height: auto;
    object-fit: cover;
}

/*.product-description .gallery .gallery-item{
	width: 100% !important;
}*/




.product_row .wp-block-columns{
	width: 100%;
}

/*.product_row .wp-block-gallery{
	width: 100%;
	height: 350px;
}

.product_row .wp-block-gallery .slick-track{
	height: 350px;
}

.product_row .wp-block-gallery img{
	display: block;
	width: 100%;
	height: 250px !important;
	object-fit: cover;
}*/

.product_slider{
	width: 100%;
	height: 350px;
}

.product_slider .slick-track{
	height: 350px;
}

.product_slider img{
	display: block;
	width: 100%;
	height: 250px !important;
	object-fit: cover;
}

.contact_row{
	justify-content: space-around;
}

/*.contact_row .wp-block-button__link{
	display: inline-block;
	padding: 18px 32px !important;
	background: #2D3F2F;
	color: #ffffff;
	border-radius: 0 !important;
}

.contact_row .wp-block-button__link:hover{
	background: #3C5A40 !important;
}*/

.contact_row iframe, .contact_text iframe{
	width: 100%;
	height: 100%;
}

.our_phone{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(10px);
}

.our_phone .phone_list{
	display: block;
	width: 45%;
	padding: 20px;
	margin: 0 auto;
	background: #F4F4F4;
	color: #333333;
	font-size: 1.5rem;
/*	border-radius: 20px;*/
	box-shadow: 1px 1px 15px #000000;
}

.our_phone .phone_list .cross{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.our_phone .phone_list .cross p{
	margin: 0;
}

.our_phone .phone_list .cross img{
	width: auto;
	height: auto;
	max-width: 24px;
}

.our_phone .phone_list a{
	display: block;
	text-align: center;
	margin: 20px auto;
}

.order_form{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(10px);
}

.order_form form{
	display: block;
	width: calc(100% / 3);
	height: auto;
	padding: 20px;
	margin: 0 auto;
	background: #F4F4F4;
	color: #000000;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
}

.order_form form .cross{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.order_form form .cross span{
	display: block;
	width: 75%;
	font-size: 1.25rem;
}

.order_form form .cross img{
	display: block;
	width: auto;
	height: auto;
	width: 24px;
	position: absolute;
	top: 3px;
	right: 10px;
	z-index: 1;
}

.order_form form label{
	display: block;
	font-size: 1.125rem;
	margin: 10px 0;
}

.order_form form input{
	display: block;
	width: 100%;
	border: 3px solid #2D3F2F;
	background: transparent;
	padding: 10px;
	margin: 10px 0;
	font-size: 1.125rem;
	outline: none;
	color: #000000;
}

.order_form form textarea{
	display: block;
	width: 100%;
	height: 100px;
	border: 3px solid #2D3F2F;
	background: transparent;
	padding: 10px;
	margin: 10px 0;
	font-size: 1.125rem;
	outline: none;
	color: #000000;
	resize: none;
}

.order_form form .send{
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px auto 0 auto;
	padding: 15px 0;
	cursor: pointer;
	color: #ffffff;
	background: #2D3F2F;
	border: 3px solid #2D3F2F;
}

.order_form form .send:hover{
	transition: 0.3;
	background: #3C5A40;
	border: 3px solid #3C5A40;
	color: #ffffff;
}


.thanks{
	display: none;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
	position: fixed;
	top: 0;
	z-index: 9999;
	
}

.thanks figure{
	display: block;
	width: 50%;
	height: auto;
	background: #F4F4F4;
	font-size: 2rem;
	-webkit-box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.75);
	text-align: center;
	padding: 20px;
	border-radius: 15px;
	font-weight: bold;
}

.thanks figcaption{
	font-weight: 400;
	font-size: 1em;
}

.thanks figure p{
	display: block;
	padding: 5px;
	margin: 10px auto;
	width: 20%;
	background: #2D3F2F;
	border: 1px solid #2D3F2F;
	color: #ffffff;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
}

.thanks figure p:hover{
	background: #3C5A40;
	border: 1px solid #3C5A40;
	transition: 0.3s;
}

.request{
	width: 100%;
	background: #ffffff;
	color: #000000;
	padding: 20px;
}

.request span{
	display: block;
	font-size: 1.5rem;
	color: inherit;
	font-weight: 500;
}

.show_block{
	display: flex;
	flex-direction: row;
    justify-content: space-around;
    align-items: center;		
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-width: 992px) and (max-width: 1339px){

	.services_card{
		width: calc(100% / 2.1);
	}

	.advantages_text{
		color: #ffffff;
		background: rgba(0, 0, 0, 0.65);
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
    	bottom: 0;
    	left: 0;
	}

	.advantages_text h2{
		color: inherit;
	}

	.advantages_text ul li{
		color: #ffffff;
	}

	.advantages_img{
		width: 100%;
		position: absolute;
		height: 100%;
		top: 0;
		right: 0;
    	bottom: 0;
    	left: 0;
    	z-index: 1;

	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	
	header .row{
		justify-content: flex-end;
	}

	.logo{
		margin-right: auto;
	}

	.nav_icon{
		display: none;
		order: 2;
	}

	nav{
		width: 100%;
		order: 3;
		padding: 20px 0;
	}

	header nav ul{
		width: 100%;
		align-items: center;
	}

	.tel_button{
		order: 1;
	}

	.hero_section_img{
		width: 100%;
		z-index: -1;
	}

	.hero_section_img::after{
		content: "";
		display: block;
		height: 100%;
		background: rgba(0, 0, 0, 0.75);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.hero_section_text{
		width: 100%;
		color: #ffffff;
	}

	.hero_section_text h1, .hero_section_text p{
		color: inherit;
	}

	.hero_section_text .wp-block-button__link{
		background: #E5E5E5 !important;
		color: #000000;
	}

	.hero_section_text .wp-block-button__link:hover{
		background: #C4C4C4 !important;
	}

	.counts_block .row .wp-block-group{
		width: calc(100% / 3.5);
		margin: 20px auto;
	}

	.counts_block .wp-block-group p:first-child{
		font-size: 2.5rem;
	}

	.counts_block .wp-block-group p{
		font-size: 1.125rem;
	}

	.about_us_text{
		width: 80%;
	}

	.services{
		padding: 100px 10px;
	}

	.services_card{
		width: 100%;
	}

	.catalog{
		padding: 0 10px;
	}

	.product_card{
		width: 230px;
	}

	.product-gallery{
		width: 100%;
	}

	.product-action{
		margin: 0 auto 20px auto;
	}

	.advantages_text{
		color: #ffffff;
		background: rgba(0, 0, 0, 0.65);
		position: relative;
		width: auto;
		height: 100%;
		top: 0;
		right: 0;
    	bottom: 0;
    	left: 0;
	}

	.advantages_text h2{
		color: inherit;
	}

	.advantages_text ul li{
		color: #ffffff;
	}

	.advantages_img{
		width: 100%;
		position: absolute;
		height: 100%;
		top: 0;
		right: 0;
    	bottom: 0;
    	left: 0;
    	z-index: 1;

	}

	.stone_samples_text, .stone_samples_items{
		width: 100%;
	}

	.portfolio .wp-block-gallery{
		display: flex;
		flex-wrap: nowrap !important;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-color: #e67e22 transparent;
		scrollbar-width: none;
	}

	.portfolio .wp-block-image{
		display: block;
		min-width: 260px !important;
		height: 250px !important;
		scroll-snap-align: start;
		border-right: 1px solid #000000;
	}

	.contacts{
		padding: 100px 10px;
	}

	.contact_text{
		border: none;
		width: 100%;
	}

	.contacts_img{
		position: relative;
		width: 100%;
		height: 250px;
		margin: 40px 0;
	}

	.order_form form{
		width: auto;
	}

	.thanks figure{
		width: 90%;
	}

}

@media only screen and (max-width: 767px), screen and (max-device-width:767px){
	
	*{
		font-size: 1rem;
	}

	main{
		padding-top: 81px;
	}

	header{
		background: #F4F4F4;
		box-shadow: 1px 1px 15px #000000;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 999;
	}

	header .row{
		margin: 5px auto;
	}

	.logo a{
		font-size: 0.875rem;
	}

	.logo a img{
/*		height: 32px;*/
	}

	.nav_icon{
		display: block;
		font-size: 1.5rem;
	}

	nav{
		display: none;
		width: 100%;
		order: 3;
		padding: 15px 0;
	}

	header nav ul{
		flex-direction: column;
		align-items: center;
	}

	.tel_button{
		display: none;
		text-align: center;
		margin: 10px auto;
	}

	.tel_button img{
		width: 18px;
		height: 18px;
		float: left;
		vertical-align: middle;
	}

	.our_phone .phone_list{
		width: 80%;
	}

	.hero_section{
		padding: 0;
	}

	.hero_section_img{
		width: 100%;
		z-index: -1;
	}

	.hero_section_img::after{
		content: "";
		display: block;
		height: 100%;
		background: rgba(0, 0, 0, 0.75);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.hero_section_text{
		width: 100%;
		color: #ffffff;
	}

	.hero_section_text h1, .hero_section_text p{
		color: inherit;
	}

	.hero_section_text h1{
		font-size: 2.5rem;
	}

	.hero_section_text .wp-block-button__link{
		background: #E5E5E5 !important;
		color: #000000;
	}

	.hero_section_text .wp-block-button__link:hover{
		background: #C4C4C4 !important;
	}

	.counts_block{
		padding: 0;
	}

	.counts_block .wp-block-group{
		width: 100%;
	}


	.counts_block .wp-block-group p:first-child{
		font-size: 2rem;
	}

	.counts_block .wp-block-group p{
		font-size: 1rem;
	}

	.title .row{
		height: auto;
	}

	.about_us_text{
		width: 100%;
	}

	.about_us_text p{
		font-size: 1rem;
	}

	.services{
		padding: 100px 10px;
	}

	.services_card{
		width: 100%;
	}

	.services_card_text p{
		font-size: 1rem;
		margin: 20px 0;
	}

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

	.catalog{
		padding: 0 10px;
	}

	.catalog > p{
		width: 100%;
	}

	.product_card{
		width: 100%;
	}

	.advantages_text{
		color: #ffffff;
		background: rgba(0, 0, 0, 0.65);
		position: relative;
		width: auto;
		height: 100%;
		top: 0;
		right: 0;
    	bottom: 0;
    	left: 0;
	}

	.advantages_text h2{
		color: inherit;
	}

	.advantages_text ul li{
		color: #ffffff;
	}

	.advantages_img{
		width: 100%;
		position: absolute;
		height: 100%;
		top: 0;
		right: 0;
    	bottom: 0;
    	left: 0;
    	z-index: 1;

	}

	.stone_samples_text, .stone_samples_items{
		width: 100%;
	}

	.stone_samples_items .slick-prev{
		left: 70%;
	}

	.portfolio .wp-block-gallery{
		display: flex;
		flex-wrap: nowrap !important;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-color: #e67e22 transparent;
		scrollbar-width: none;
	}

	.portfolio .wp-block-image{
		display: block;
		min-width: 260px !important;
		height: 250px !important;
		scroll-snap-align: start;
		border-right: 1px solid #000000;
	}

	.contacts{
		padding: 40px 10px 0 10px;
	}

	.contact_text{
		border: none;
		width: 100%;
	}

	.contacts_form{
		align-items: center;
		text-align: center;
		position: relative;
		width: 100%;
	}

	.contacts_form h2{
		margin-bottom: 20px;
	}

	.contact{
		width: 100%;
	}

	.contact .column{
		justify-content: center;
    	align-items: center;
	}

	.contact .column .contact_card{
		text-align: center;
	}

	.contacts_img{
		position: relative;
		width: 100%;
		height: 250px;
		margin: 40px 0;
	}

	footer .row{
		flex-direction: column;
	}

	footer .social_web{
		margin: 20px 0;
	}

	.order_form form{
		width: 90%;
	}

	.order_form form .cross span{
		font-weight: 500;
		font-size: 1rem;
	}

	.order_form form label, .order_form form input{
		font-size: 1rem;
	}

	.thanks figure{
		width: 90%;
	}

	.thanks figure figcaption{
		width: 100%;
		font-size: 1rem;
		margin-top: 10px;
	}

	.thanks figure p{
		width: 40%;
	}

	.request span{
		font-size: 1.125rem;
		margin-bottom: 10px;
	}

	.product-gallery{
		width: 100%;
	}

	.product-action{
		margin: 0 auto 20px auto;
	}
}

@media only screen and (max-width: 320px), screen and (max-device-width:320px){

	body{
		font-size: 0.9rem;
	}
}

@media only screen and (min-width: 1441px){
	.row, .column{
		max-width: 1280px;
	}
}