/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 104 version
*/

/*!
Theme Name: ApricotSpace Template
Author: Apricot Space
Author URI: https://www.apricotspace.com/
Description: Custom theme desinged for Caucasus Institute
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apricotspace
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
	--primary-bg: #505050;
	--primary: #505050;
	--secondary: #DADADA;
	--accent: #958DA5;
	--heading-color: rgba(0, 0, 0, 0.8);

	--link:  #505050;
	--text-dark: #000000;
	--text-light: #ffffff;
	--error: #B3261E;
	--duration: 0.3s;

	--placeholder: rgba(255, 255, 255, 0.5);

	--contact-spacing: 160px;
	--gap: 32px;

	--site-info: #cccccc;
	--footer-gap: 57px;

	--icon-size: 24px;
	--container-padding: 15px;

	--gallery-block--gutter-size: 27px;
	--slider-arrow-size: 32px;

	--product-gallery-size: 373px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Fonts
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	word-wrap: break-word;
	word-break: break-word;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

#primary {
	min-height: -webkit-calc(100vh - 468px);
	min-height: -moz-calc(100vh - 468px);
	min-height: calc(100vh - 468px);
}

@media screen and (max-width: 576px) {
	#primary {
		min-height: unset;
	}
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	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.
 */
a {
	background-color: transparent;
}

/**
 * 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;
	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted;
	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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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 {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.container {
	max-width: 1076px;
	padding: 0 var(--container-padding);
	margin: 0 auto;
}

.square-image-box {
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	position: relative;
}

.square-image-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cover-object img {
	width: 100%; 
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.center-btn-box {
	text-align: center;
}
.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.justify-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.section-title {
	color: var(--text-dark);
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--secondary);
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.4;
}
.section-title--white {
	color: var(--text-light);
}
*:first-child {
    margin-top: 0;
}
*:last-child {
	margin-bottom: 0 !important;
}
/* slick slider */
.slick-list {
	overflow: hidden;
}
.slick-track, .slick-list {
	height: 100%;
	width: 100%;
}
.slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.slick-arrow {
	width: var(--slider-arrow-size);
	height: var(--slider-arrow-size);
}
.slick-prev, .slick-next {
	z-index: 2;
}
.slick-prev::before, .slick-next::before {
	content: "";
	display: block;
	width: var(--slider-arrow-size);
	height: var(--slider-arrow-size);
	background-image: url(img/slider-prev-arrow.svg);
	background-size: var(--slider-arrow-size);
	background-repeat: no-repeat;
	opacity: 1;
}
.slick-next:before {
	transform: rotate(180deg);
}
.slick-prev:not(.slick-disabled):hover::before, .slick-next:not(.slick-disabled):hover::before {
	background-image: url(img/slider-prev-arrow-hover.svg);
}
.slick-prev {
	left: -45px;
}
.slick-next {
	right: -45px;
}
.slick-arrow.slick-disabled {
	cursor: initial;
}
.slick-dots li {
	width: unset;
	height: unset;
	margin: 0
}
.slick-dots li+li {
	margin-left: 8px;
}
.slick-dots li button:before {
	display: none;
	content: none;
}
.slick-dots li button {
	background: rgba(175, 175, 175, 0.5);
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.slick-dots .slick-active button {
	background: var(--text-light);
	width: 10px;
	height: 10px;
}

@media screen and (max-width: 1200px) {
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
}

@media screen and (max-width: 768px) {
	.section-title {
		font-size: 1.25rem;
		padding-bottom: 5px;
	}
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: 'MontserratArm';
	src: url("fonts/MontserratArm/MontserratArm-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'MontserratArm';
	src: url("fonts/MontserratArm/MontserratArm-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'MontserratArm';
	src: url("fonts/MontserratArm/MontserratArm-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'MontserratArm';
	src: url("fonts/MontserratArm/MontserratArm-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'MontserratArm';
	src: url("fonts/MontserratArm/MontserratArm-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}


@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

/* Typography
--------------------------------------------- */

body, html {
	color: var(--text-dark);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}
body {
	font-family: 'Montserrat', sans-serif;
}
body.arm {
	font-family: 'MontserratArm', sans-serif;
}

button,
input,
select,
optgroup,
textarea {
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}
 
h1 {
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 1.3;
	margin: 0;
}

h2 {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 30px 0 10px;
}

h3 {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.4;
	margin: 20px 0 10px;
}

h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	margin: 20px 0 10px;
}

p {
	margin: 10px 0;
}

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

blockquote {
	margin: 0 1.5em;
	padding-left: 16px;
	border-left: 5px solid var(--primary);
}

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%;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 1.375rem;
	}

	h2 {
		font-size: 1.25rem;
		margin: 30px 0 10px;
	}

	h3 {
		font-size: 1.125rem;
		margin: 15px 0 10px;
	}

	h4 {
		font-size: 1rem;
		margin: 15px 0 10px;
	}
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
body.overflow-hidden {
	overflow: hidden;
}

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

ul,
ol {
	margin: 10px 0 20px 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: 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: inherit;
	-webkit-transition: color var(--duration);
	-o-transition: color var(--duration);
	-moz-transition: color var(--duration);
	transition: color var(--duration);
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid;
	background: none;
	padding: 6px 32px;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 300;
	text-align: left;
	text-decoration: none;
	display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

button:hover,
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
}

.btn--primary {
	background: var(--primary);
	color: var(--text-light);
	border-color: var(--primary);
}
.btn--secondary {
	background: none;
	color: var(--text-light);
	border-color: var(--text-light);
}
.btn--contrast {
	background: var(--text-light);
	color: var(--text-dark);
	border-color: var(--text-light);
}
.btn--dark {
	background: none;
	color: var(--text-dark);
	border-color: var(--text-dark);
}

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,
textarea:active,
textarea:focus {
	outline: 0;
}

@media screen and (max-width: 768px) {
	button,
	.btn,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		padding: 6px 16px;
		font-size: 0.9375rem;
	}
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input {
	outline: 0 !important;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* header */
.site-header {
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

	position: relative;
	z-index: 10;
}

.site-header__top {
	background-color: var(--primary);
	color: var(--text-light);
}

.site-header__top-inner {
	height: 70px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.header__contacts-link {
	position: relative;
	font-size: 13px;
}
.header__contacts-link address {
	font-style: normal;
}

.header__contacts-icon {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.site-branding {
	line-height: 0;
}

.logo {
	line-height: 0;
	display: inline-block;
}

.logo img {
	height: 45px;
	width: auto;
	max-width: 100px;
}
.header__logo  {
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.header__search {
	line-height: 0;
}
.header__search-icon  {
	width: 20px;
	height: 20px;
}
.header__offer {
	font-size: 14px;
	padding: 9px 16px;
}
.ml-2 {
	margin-left: 15px;
}
.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
 
@media screen and (max-width: 768px) {
	.site-header__top-inner {
		height: 54px;
	}
	.header__contacts,
	.header__search {
		display: none;
	}
	.header__offer {
		padding: 5px 12px;
		font-size: 12px;
	}
	.logo img {
		height: 34px;
	}
	.py-50 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* wpml lang dropdown */
.wpml-ls-legacy-dropdown-click {
	width: 85px;
	margin-left: 8px;
}

.wpml-ls-legacy-dropdown-click a,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
	background: none;
	border: none;
	color: var(--text-light);
	text-decoration: none;
}

.wpml-ls-legacy-dropdown-click a {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	background: var(--text-light);
	color: var(--text-dark);
	text-align: center;
	line-height: 26px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
	background: #D9D9D9;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
	border: none;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item+.wpml-ls-item {
	border-top: 1px solid #D9D9D9;
}

@media screen and (max-width: 576px) {
	.wpml-ls-legacy-dropdown-click {
		margin-left: 0;
		width: 70px;
	}
	.wpml-ls-legacy-dropdown-click a {
		font-weight: 600;
		font-size: 16px;
		line-height: 16px;
	}

	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
		line-height: 20px;
	}

	.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
		right: 5px;
	}

	.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
		padding: 5px 20px 5px 5px;
	}
}
/* langs */
.mobile-langs {
	display: none;
}
.mobile-langs .wpml-ls-legacy-dropdown-click a, 
.mobile-langs .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, 
.mobile-langs .wpml-ls-legacy-dropdown-click a:focus, 
.mobile-langs .wpml-ls-legacy-dropdown-click a:hover {
	color: var(--link);
}
@media screen and (max-width: 991px) {
	.mobile-langs {
		display: block;
	}
	.header__langs {
		display: none;
	}
}

/* search form */
.search-form {
	border-bottom: 1px solid var(--text-light);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	height: 21px;
}

.search-form.opened .form-control {
	display: block;
	width: 380px;
}

.search-form .form-control {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
		 border-radius: 0;
	background: none;
	color: var(--text-light);
	font: inherit;
	/* display: none; */
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	width: 0;
	height: 100%;
	padding: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.search-form .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-form .form-control:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-form .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-form .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-form .form-control::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-form .form-control::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.searchform {
	margin-bottom: 20px;
}
.search-form_submit {
	border: none;
	background: none;
	cursor: pointer;
	padding: 0 5px 2px 3px;
	min-width: 20px;
	height: 100%;
}

.search-icon {
	width: 12px;
	height: 12px;
}

.search-form__trigger {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 2;
	display: block;
}

.search-form.opened .search-form__trigger {
	display: none;
}

.searchform .search {
	position: relative;
}

.searchform input {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 6px 50px 6px 18px;
	/* change also #searchsubmit right */
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
}

#searchsubmit {
	min-width: unset;
	padding: 2px;
	position: absolute;
	right: 18px;
	/* see .searchform input padding */
	top: 0;
	height: 100%;
	border: none;
}

#searchsubmit svg {
	width: 20px;
	height: auto;
}

.not-found__search-text {
	margin-top: 25px;
	text-align: center;
	opacity: 0.2;
}
.search__stonetypes-wr {
	margin-bottom: var(--gap);
}
@media screen and (max-width: 991px) {
	.search-form.opened .form-control {
		width: 230px;
	}
}
@media screen and (max-width: 576px) {
	.search-form {
		display: none;
	}

	.mobile-search {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5px;
	}
}
/* header bottom */
.mobile-visible {
	display: none;
}
@media screen and (max-width: 991px) {
	.header__bottom {
		box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
	}
	.header__bottom-inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	.header__bottom-inner {
		height: 40px;
	}
	.mobile-visible {
		display: block;
		line-height: 0;
		font-size: 0;
	}
	.header__mobile-icon {
		width: 24px;
		height: 24px;
		fill: currentColor;
	}
	.header__mobile-icon path {
		fill: var(--primary)
	}
}

@media screen and (max-width: 576px) {
	.header__logo img {
		height: 34px;
	}
}

/* Navigation
--------------------------------------------- */
#site-navigation {
	width: 100%;
}
#site-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#primary-menu li {
	position: relative;
}
#primary-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
#primary-menu > li {
	font-size: 13px;
	font-weight: 400;
	line-height: 15.85px;
}
#primary-menu > li li {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
#primary-menu ul ul li {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
}
#primary-menu > li {
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}
#primary-menu > .menu-item:hover,
#primary-menu > .menu-item.opened,
#primary-menu > .current-menu-item,
#primary-menu > .current-menu-ancestor {
	border-bottom-color: var(--primary);
	background: url(img/menu-item-decor.svg) center no-repeat;
	background-position-y: 102%;
}
#primary-menu a:hover {
	text-decoration: none;
}
#primary-menu>li>a {
	height: 54px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-item-has-children>a::after {
	content: url(img/dropdown-menu-arrow.svg);
	display: inline-block;
	margin: 0 0 0 6px;
}
.menu-item-has-children .menu-item-has-children>a::after {
	transform: rotate(-90deg);
	float: right;
}

#primary-menu>li> ul {
	position: absolute;
	left: 0;
	top: calc(100% + 2px);
	width: 295px;
	background-color: #ffffff;
	box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
	padding-top: 4px;
	visibility: hidden;
	opacity: 0;
	transition: var(--duration);
}
#primary-menu >li:last-child > ul {
	left: unset;
	right: 0;
}
#primary-menu > li>ul>li>a {
	display: block;
	width: 100%;
	padding: 6px 10px;
	font-weight: 500;
}
#primary-menu ul li>a {
	display: block;
	width: 100%;
	padding: 6px 10px;
}
#primary-menu ul li>a:hover {
	background-color: var(--secondary);
}
#primary-menu ul ul {
	display: none;
	position: static;
}

#primary-menu ul .current-menu-item > a,
#primary-menu ul .current-menu-ancestor > a {
	color: var(--accent);
}

/* opened menus */
#primary-menu>.opened>ul {
	visibility: visible;
	opacity: 1;
}
#primary-menu ul .opened ul {
	display: block;
}
#primary-menu ul .opened.menu-item-has-children>a::after{
	transform: rotate(0deg);
}
/* mobile menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 991px) {
	.site-header {
		box-shadow: none;
	}
	.overflow-hidden {
		overflow: hidden;
	}
	#primary-menu {
		display: block;
	}
	#primary-menu > .menu-item,
	#primary-menu > .menu-item:hover,
	#primary-menu > .menu-item.opened,
	#primary-menu > .current-menu-item,
	#primary-menu > .current-menu-ancestor {
		border: none;
		background: none;
	}
	#primary-menu > li {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		margin: 20px 0;
	}
	#primary-menu > li:first-child {
		margin-top: 0;
	}
	#primary-menu>li>a {
		height: unset;
		display: inline-block;
	}
	#primary-menu>li> ul {
		position: static;
		display: none;
		width: unset;
	}
	#primary-menu>.opened>ul {
		display: block;
		box-shadow: none;
	}
	#primary-menu>.opened ul{
		padding-top: 10px;
		padding-left: 10px;
	}
	#primary-menu > li>ul>li>a,
	#primary-menu ul li>a {
		padding: 0;
		display: inline-block;
		width: auto;
	}
	#primary-menu ul li>a:hover {
		background: none;
	}
	#primary-menu ul ul li {
		margin: 10px 0;
	}
	#primary-menu ul ul li:first-child {
		margin-top: 0;
	}
	#site-navigation {
		height: 0px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: var(--duration);
		-o-transition: var(--duration);
		-moz-transition: var(--duration);
		transition: var(--duration);
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #ffffff;
		overflow: hidden;
	}

	#site-navigation.toggled {
		display: block;
		min-height: 50vh;
		height: 87vh;
		box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
		padding: 30px 10px;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	#site-navigation.toggled .menu-menu-1-container {
		padding: 0 15px 15px;
		overflow: hidden auto;
		height: 100%;
	}

	.menu-toggle {
		display: block;
		border: none;
		padding: 0;
		width: 50px;
		height: 40px;
		min-width: unset;
	}

	.menu-toggle[aria-expanded="true"] {
		position: relative;
		/* width: 20px;
		height: 20px; */
	}
	.menu-toggle[aria-expanded="true"] .menu-toggle__line {
		margin: 0;
	}
	.menu-toggle__line {
		border: 2px solid var(--primary-bg);
		width: 100%;
		display: block;
	}

	.menu-toggle__line+.menu-toggle__line {
		margin-top: 5px;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__line {
		width: 24px;
		position: absolute;
		transform: translate(-50%, -50%) rotate(-45deg);
		top: 50%;
        left: 50%;
		border-width: 1.5px;
		-webkit-transition: -webkit-transform var(--duration);
		transition: -webkit-transform var(--duration);
		-o-transition: -o-transform var(--duration);
		-moz-transition: transform var(--duration), -moz-transform var(--duration);
		transition: transform var(--duration);
		transition: transform var(--duration), -webkit-transform var(--duration), -moz-transform var(--duration), -o-transform var(--duration);
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__line+.menu-toggle__line {
		transform: translate(-50%, -50%) rotate(45deg);
	}
}

@media screen and (max-width: 768px) {
	.menu-toggle {
		width: 35px;
		height: 20px;
	}
}

/* footer */
.site-footer {
	background-color: var(--secondary);
	color: var(--text-dark);
	padding-top: var(--contact-spacing);
	margin-top: calc( 0px - var(--contact-spacing) );
}
.footer__top {
	padding-top: var(--gap);
}
.footer__logo-wr {
	line-height: 0;
}

.footer__main {
	padding: 25px 0 50px 0;
}
.footer__desc {
	max-width: 220px;
	min-width: 170px;
	font-size: 0.93rem;
	margin-right: var(--footer-gap);
}

.footer-navigation {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	width: 100%;
}
.footer-navigation .menu:not(:last-child) {
	margin-right: var(--footer-gap);
}
.footer-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-navigation li {
	margin-bottom: 15px;
}
.social-nav__link {
	margin-left: var(--gap);
	display: block;
	min-width: var(--icon-size);
	width: var(--icon-size);
	height: var(--icon-size);
	background-color: var(--primary-bg);
	border-radius: 50%;
	text-align: center;
    line-height: 29px;
}
.social-nav__icon {
	height: 1em;
	width: 1em;
	font-size: 1em;
	color: var(--text-light);
}
.social-nav__link:first-child {
	margin-left: 0;
}

/* copyright */
.site-info-wr {
	border-top: 1px solid var(--site-info);
}
.site-info {
	font-size: 10px;
	font-weight: 400;
	line-height: 12.19px; 
	text-align: left;
	padding: 18px 0;
}

.site-info a {
	color: inherit;
}

@media screen and (max-width: 991px) {
	.footer__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 0;
	}
	.footer__desc {
		max-width: 400px;
		margin-bottom: 30px;
	}

	.social-nav__link {
		margin-left: var(--gap);
	}
}

@media screen and (max-width: 576px) {
	
	.footer-navigation, .site-info {
		flex-direction: column;
	}
	.footer-navigation .menu:not(:last-child) {
		margin-right: 0;
	}
	.footer-navigation .menu {
		margin-top: 30px;
	}
	.footer-navigation .menu:first-child {
		margin-top: 0;
	}
	.site-info {
		padding: 10px 0;
	}
	.copyright {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 475px) {
	.footer__top {
		display: block;
	}
	.footer__logo-wr {
		margin-bottom: 20px;
	}
	.footer__logo img {
		height: 46px;
	}
	.footer-navigation>div {
		min-width: 120px;
	}
}

.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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	-moz-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

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

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

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

.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: -ms-grid;
	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;
	display: none;
}
.wp-block-gallery figcaption {
	display: none;
}
/*--------------------------------------------------------------
# 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);
	-webkit-clip-path: inset(50%);
	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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	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;
}

/* 404 */
.error-404__img {
	width: 100%;
	max-width: 472px;
	margin: 10px auto 35px;
	display: block;
}
.error-404__text {
	text-align: center;
	max-width: 634px;
	width: 100%;
	margin: 0 auto;
}
.error-404__btn-wr {
	margin-top: 20px;
	text-align: center;
}
.error-404__btn {
	max-width: 254px;
	width: 100%;
	margin: 0 auto;
}

.error-404__btn:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.error-404__img {
		margin-top: 20px;
	}
}

/* intro */
.intro {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
	height: 506px;
	position: relative;
	background-color: var(--primary);
	color: var(--text-light);
}
.intro__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.intro__bg--gradient {
	background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.intro__slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.intro__slider .slick-dots {
	bottom: 30px;
	text-align: left;
	line-height: 0;
	text-align: center;
}

.intro__slide,
.intro {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.intro__slide {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.intro__title {
	font-size: 1.625rem;
	margin: 0 0 15px;
	text-align: center;
}
.intro__descr {
	margin: 0 auto 20px;
	max-width: 670px;
	text-align: center;
}
.intro__btn {
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	
}

@media screen and (max-width: 768px) {

	.intro {
		height: 475px;
	}
	.intro__title {
		font-size: 1.49rem;
	}
	.intro__descr {
		margin-bottom: 15px;
	}

	.intro .slick-dots {
		bottom: 20px;
	}
}
/* adv */
.adv__list {
	/* padding: 10px 0; */
	border-top: 1px solid var(--secondary);
	border-bottom: 1px solid var(--secondary);
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.adv__item {
	display: grid;
	gap: 10px;
	text-align: center;
	width: 198px;
	margin: 10px 10px 10px 0;
	align-items: flex-start;
}
.adv__item:last-child {
	margin: 10px 0 10px 0!important;
}
.adv__media {
	width: 130px;
	height: 130px;
	margin: 0 auto;
}
.adv__icon {
	width: 100%;
	height: 100%;
}
.adv__line {
	margin: 0;
	background-color:rgba(0, 0, 0, 0.5);
	width: 94px;
	margin: 0 auto;
}
.adv__title {
	font-size: 1rem;
	margin: 0;
	color: rgba(0, 0, 0, 0.8);
}
.adv__desc {
	margin: 0;
	font-size: 0.93rem;
}
.adv__slider {
	overflow: hidden;
}
.page-template-about .adv {
	box-shadow: 0px 2px 11.3px 0px #00000040;
	padding: 15px 0;
	margin-top: 30px;
}
.page-template-about .adv__list {
	border: none;
}
@media screen and (max-width: 768px) {
	.adv__desc {
		font-size: 0.9375rem;
	}
	.adv__slider {
		margin-right: calc( 0px - var(--container-padding));
	}
}
@media screen and (max-width: 576px) {
	.adv__item  {
		width: 50%;
		margin: 10px 0;
		padding: 0 10px;
	}
}
@media screen and (max-width: 475px) {
	.adv__line, .adv__desc {
		display: none;
	}
	.adv__media {
		width: 90px;
		height: 90px;
	}
}
/* about */
.about {
	background: var(--primary-bg);
	color: var(--text-light);
}
.about__content p {
	margin: 0;
}
.about__title {
	margin: 0 0 20px;
}
.about__btn {
	margin-top: 20px;
}
.about__content {
	flex-shrink: 2;
    min-width: 300px;
}
.about__media {
	margin: 0 0 0 43px;
	max-width: 534px;
	min-width: 300px;
	width: 100%;
	height: 233px;
	flex-shrink: 1;
	position: relative;
}
.about__media img {
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	.about__body {
		flex-direction: column;
	} 
	.about__media {
		margin: 40px auto 0;
	}
	.about__content,
	.about__media {
		min-width: unset;
	}
	
}

/* product item */
.product__link {
	line-height: 0;
}
.product__link:first-of-type {
	margin-left: 0;
}
.product__media {
	margin: 0;
	border-radius: 4px;
	border: 1px solid var(--secondary);
	width: 100%;
}
.product__item-title {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 46px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin: 12px 0 0 0;
}
.product .product__item img {
	border: 1px solid var(--secondary);
	border-radius: 4px;
}
@media screen and (max-width: 475px) {
	.product .product__item img {
		width: 100%;
		height: auto;
	}
	.stonetype__list .product__item-title {
		display: none;
	}
}

/* popular products */
.pb-35 {
	padding-bottom: 35px;
}
.popular-products {
	overflow: hidden;
}
.popular-products ~ .popular-products {
	padding-top: 0;
}
.popular-products__title {
	margin-top: 10px;
	margin-bottom: 20px;
}

.popular-products__slider {
	position: relative;
	display: flex;
}
.popular-products__slider .product__link,
.popular-products__slider .portfolio-single__slide {
	width: 183px;
	margin: 0 15px;
	display: inline-block;
}
.popular-products__slider .product__media {
	/* max-width: calc(100% / 5 ); */
}
@media screen and (max-width: 768px) {
	.popular-products__slider-wr {
		padding-bottom: 0;
		margin-right: calc( 0px - var(--container-padding));
	}
	.popular-products__slider .product__link {
		margin: 0 10px;
	}
}

/* portfolio homepage */
.portfolio {
	background: var(--primary-bg);
	color: var(--text-light);
	overflow: hidden;
}
.portfolio__layout-wr {
	position: relative;
}
.loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.5;
	z-index: 2;
}
.portfolio__layout {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, calc( (100% / 3) - (var(--gap) / 2) - (var(--container-padding) / 2) + 2px));
	gap: var(--gap);
	/* align-items: start; */
}
.portfolio__item {
	position: relative;
}
.portfolio__slider {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.portfolio__slider .slick-dots {
	bottom: 15px;
}
.portfolio__item:not(:first-child) {
	background-color: var(--secondary);
}
.portfolio__content {
	flex-direction: column;
	align-items: flex-start;
}
.portfolio__title {
	margin-bottom: 20px;
}
.portfolio__descr {
	margin-bottom: 20px;
}
.portfolio__btn {
	margin-top: auto;
}
.portfolio__media {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.portfolio__media::after {
	--size: 54px;
	content: "";
	position: absolute;
	left: calc(50% - var(--size) / 2);
	top: calc(50% - var(--size) / 2);
	display: block;
	background: rgba(255, 255, 255, 0.24) url(img/search.svg) center/28px auto no-repeat;
	width: var(--size);
	height: var(--size);
	display: none;
}
.portfolio__media:hover::after {
	display: block;
}

@media screen and (max-width: 768px) {
	.portfolio__layout {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media screen and (max-width: 475px) {
	.portfolio__layout {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* contact form */
.contact-form {
	padding: 100px 0 0;
}
.contact-form__content {
	margin-bottom: 20px;
}
.contact-form__content-title {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.contact-form__entity {
	position: relative;
	padding-right: 60px;
}
.contact-form__entity::before {
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	height: 100%;
	background: var(--primary-bg);
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.41);
}
.contact-form__entity form {
	position: relative;
	z-index: 2;
	color: var(--text-light);
	background-color: var(--primary-bg);
}
.contact-form__title {
	font-size: 1.25rem;
	margin: 0 0 36px;
}
.contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--gap);
}
.form-control {
	display: block;
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid var(--text-light);
	padding: 10px 16px;
	font-size: 0.93rem;
	color: var(--text-light);
	border-radius: 0;
}
.form-control::placeholder {
	color: var(--placeholder);
	font-family: inherit;
}
.form-textarea {
	grid-column: 1 / 3;
	resize: none;
	min-height: 38px;
	max-height: 100px;
	field-sizing: content;
}
.contact-form__files-text {
	position: relative;
	padding-left: 34px;
	background: url(img/attach_file.svg) left center no-repeat;
	background-size: 24px 24px;
	width: auto;
	display: inline-block;
	cursor: pointer;
}
.contact-form__submit {
	margin: 4px 0 0;
} 

/* upload file plugin wpcf7*/
.codedropz-upload-handler, .contact-form__entity .dnd-upload-status .dnd-upload-details .name em,
.contact-form__entity .dnd-upload-status .dnd-upload-details .dnd-progress-bar{
	display: none;
}
.contact-form__entity .wpcf7-form-control-wrap:nth-child(3) {
	grid-column: 1/3;
}
.attached-files {
	margin-top: 16px;
}
.attached-files .codedropz-upload-wrapper {
	display: grid;
	grid-template-columns: repeat(3, calc((100% / 3) - 13px));
	gap: 0 20px;
} 
.contact-form__entity .dnd-upload-status {
	padding: 10px 16px;
	border: 1px solid var(--text-light);
	margin-bottom: 20px!important;
}
.contact-form__entity .dnd-upload-status .dnd-upload-image {
	width: 18px;
	height: 22px;
	border: none;
}
.contact-form__entity .dnd-upload-status .dnd-upload-image span.file {
	background-image: url(img/file.svg);
}
.contact-form__entity .dnd-upload-status .dnd-upload-details .remove-file {
    right: -10px;
    top: -10px;
}
.contact-form__entity .dnd-icon-remove {
	font-size: 0;
	line-height: 0;
}
.contact-form__entity .dnd-upload-status .dnd-upload-details .remove-file span::after {
	width: 24px;
    height: 24px;
	background-image: url(img/delete-file.svg);
}
.contact-form__entity  .dnd-upload-status .dnd-upload-details .name {
	color: var(--text-light);
	padding: 0;
}
.contact-form__entity .dnd-upload-status .dnd-upload-details span.has-error {
	color: #dc3232;
	position: absolute;
    left: 0;
    top: 100%;
    padding-top: 3px;
    width: 100%;
    font-size: 11px;
    line-height: 12px;
}

.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.contact-form {
		padding-top: 80px;
	}
	.contact-form__content-title {
		text-transform: uppercase;
		padding-bottom: 10px;
		border-bottom: 1px solid var(--secondary);
		font-size: 1.25rem;
	}
	.contact-form__entity {
		padding-right: var(--container-padding);
	}
	.contact-form__title  {
		font-size: 1.125rem;
	}
	.attached-files .codedropz-upload-wrapper {
		grid-template-columns: 100%;
	}
	.contact-form__submit {
		margin-top: 10px;
	}
}
@media screen and (max-width: 475px) {
	.contact-form__entity {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.contact-form__title {
		margin-bottom: 10px;
	}
	.contact-form__grid {
		display: block;
	}
	.form-control {
		padding: 7px 10px;
	}
	.contact-form__grid .wpcf7-form-control-wrap {
		display: block;
		margin-bottom: 20px;
	}
	.contact-form__files-text {
		padding-left: 32px;
	}
}
/* breadcrumbs */
.breadcrumbs-wr {
	justify-content: flex-end;
	margin-top: 8px;
}
#breadcrumbs {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: right;
	color: var(--text-dark);
}

#breadcrumbs a {
	color: inherit;
}

#breadcrumbs>span span {
	opacity: 0.6;
}
#breadcrumbs>span span::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 18px;
	background: url(img/breadcrumb-sep.svg) center no-repeat;
	background-size: auto 7px;
	margin-left: -3px; /* spacing */
}
#breadcrumbs>span span:first-child::before {
	content: none;
}
#breadcrumbs .breadcrumb_last {
	opacity: 1;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	color: inherit;
}

/* contacr us */
.contact-us {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact-us__list-wr {
	flex: 1;
}
.contact-us__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top: 5px;
}
.contact-us__list a {
	text-decoration: underline;
	display: inline-block;
	margin: 0 16px 10px 0;
}
.contact-us__list a:hover {
	text-decoration: none;
}
.contact-us__list li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
	word-break: break-word;
	color: var(--link);
	position: relative;
	padding-left: 48px;
	min-height: 32px;
}
.contact-us__list .phone {
	flex-wrap: wrap;
}
.contact-us__list li:last-child {
	margin-bottom: 0;
}

.contact-us__list li::before {
	content: "";
	display: block;
	min-width: 32px;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: -5px;
}

.contact-us__list .place::before {
	background-image: url(img/location.svg);
}

.contact-us__list .phone::before {
	background-image: url(img/phone.svg);
}

.contact-us__list .mail::before {
	background-image: url(img/mail.svg);
}

.contact-us__list .fb::before {
	background-image: url(img/fb.svg);
}

.contact-us__map {
	width: 517px;
	height: 374px;
	margin-right: 20px;
}

.map {
	position: relative;
}

.map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.working-hours {
	margin-top: 40px;
}

@media screen and (max-width: 991px) {
	.contact-us {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contact-us__map {
		margin: 0 0 24px;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.contact-us__list-wr {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.contact-us__list-wr::before {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 23px;
		height: 46px;
		margin-left: -14px;
	}

	.contact-us__map {
		width: 100%;
		height: 329px;
	}
	.working-hours {
		margin-top: 24px;
	}
}
@media screen and (max-width: 475px) {
	.contact-us__map {
		height: 217px;
	}
}

/* pagination */
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: var(--gap);
	gap: 8px;
}

.page-numbers {
	color: var(--link);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	border: 1px solid var(--secondary);
}

.page-numbers:hover {
	color: var(--link);
	text-decoration: none;
	border-color: var(--primary);
}

.page-numbers svg {
	width: 10px;
	height: auto;
}

.page-numbers path {
	fill: currentColor;
}

.page-numbers.current {
	color: var(--link);
	text-decoration: none;
	border-color: var(--primary);
}

.page-next,
.page-prev {
	color: var(--secondary);
}

.page-next.disabled,
.page-prev.disabled {
	color: #ffffff;
	background: var(--secondary);
	border: none;
}
.page-next svg path,
.page-prev svg path {
	fill: currentColor;
}

@media screen and (max-width: 576px) {
	.pagination {
		margin-top: 10px;
	}
}

/* search */
.search-post__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: var(--text-dark);
}

.search-post__link:hover {
	color: var(--link);
	text-decoration: none;
}

.search-post+.search-post {
	margin-top: 20px;
}

.search-post__thumbnail {
	max-width: 200px;
	min-width: 200px;
	line-height: 0;
}

.search-post__thumbnail img {
	width: 100%;
}

.search-post__header {
	padding: 10px;
}

.search-post__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	text-align: left;
}

@media screen and (max-width: 576px) {
	.search-post__link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.search-post__thumbnail {
		max-width: 100%;
	}
}

/* page */
#page {
	overflow: hidden;
}
.page-content,
.entry-content {
	padding-top: 40px;
}
.entry-header {
	margin-bottom: 20px;
}
.entry-title {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--secondary);
}
@media screen and (max-width: 768px) {
	.page-content,
	.entry-content {
		padding-top: 30px;
	}
	.entry-title {
		padding-bottom: 5px;
	}
}

/* card item */
.card-item {
	box-shadow: 0px 5px 11.9px -3px rgba(0, 0, 0, 0.25);
	display: block;
}
.card-item__media {
	margin: 0;
}
.card-item__body {
	padding: 16px;
	height: 84px;
}
.card-item__title {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-height: 52px;
}
@media screen and (max-width: 768px) {
	.card-item__body {
		padding: 12px 10px;
		height: 78px;
	}
}
/* grids */
.grid-3-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--gap);
}
.grid-4-columns {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--gap);
}
.grid-5-columns {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: var(--gap);
}
@media screen and (max-width: 991px) {
	.grid-5-columns {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-4-columns {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.grid-3-columns, .grid-4-columns {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-5-columns {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
}
@media screen and (max-width: 576px) {
	.grid-3-columns, .grid-4-columns, .grid-5-columns {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 475px) {
	.grid-3-columns, .grid-4-columns, .grid-5-columns {
		grid-template-columns: 1fr;
	}
	.stonetype__list.grid-4-columns {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* product category page */
.category-descrpition,
.term-description {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--secondary);
}
.cat-add-block__title {
	margin-bottom: 0;
}
.cat-add-block__header a {
	margin-left: var(--gap);
	font-size: 0.875rem;
}
.cat-add-block__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 27px;
	margin-top: 20px;
}
.cat-add-block__grid figure {
	margin: 0;
	border-radius: 4px;
	border: 1px solid var(--secondary);
}

@media screen and (max-width: 768px) {
	.cat-add-block__grid {
		gap: 20px;
	}
}
@media screen and (max-width: 475px) {
	.cat-add-block__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
/* standard page */
.wp-block-table td, .wp-block-table th {
	border-color: var(--secondary);
}
.page-content img {
	border-radius: 12px;
}

/* radio btn */
.radio-label {
	cursor: pointer;
	display: inline-block;
}

.radio-text {
	display: block;
	position: relative;
	-webkit-transition: background var(--duration);
	-o-transition: background var(--duration);
	-moz-transition: background var(--duration);
	transition: background var(--duration);
	background-image: url(img/radio.svg);
	background-repeat: no-repeat;
	background-position-y: top;
	min-height: 24px;
	padding-left: 30px;
	color: var(--primary);
}

.radio:checked+.radio-text {
	background-image: url(img/radio-selected.svg);
	color: var(--text-dark);
}
/* checkbox btn */
.checkbox-label {
	cursor: pointer;
	display: inline-block;
}

.checkbox-text {
	display: block;
	position: relative;
	-webkit-transition: background var(--duration);
	-o-transition: background var(--duration);
	-moz-transition: background var(--duration);
	transition: background var(--duration);
	background-image: url(img/checkbox.svg);
	background-repeat: no-repeat;
	background-position-y: 3px;
	min-height: 24px;
	padding-left: 30px;
	color: var(--primary);
}

.checkbox:checked+.checkbox-text {
	background-image: url(img/checkbox-selected.svg);
	color: var(--text-dark);
}

/* product */
.product-grid-layout {
	display: grid;
	grid-template-areas: 
	"gallery attr optionals"
	"gallery attr delivery"
	"descr . .";
	grid-template-columns: var(--product-gallery-size) auto 320px;
	gap: 30px 20px;
	padding-bottom: 30px;
	position: relative;
}
.product-main {
	grid-area: gallery;
}
.product__attributes {
	grid-area: attr;
}
.product__optionals {
	grid-area: optionals;
}
.product__description {
	grid-area: descr;
}

.product-delivery {
	grid-area: delivery;
}
.product-main {
	width: var(--product-gallery-size);
}
@media screen and (max-width: 991px) {
	.product-grid-layout {
		grid-template-areas: 
		"gallery attr"
		"optionals optionals"
		"delivery delivery"
		"descr descr";
		
		grid-template-columns: var(--product-gallery-size) auto;
		width: 100%;
		max-width: 760px;
		margin: 0 auto;
	}
	.product-main {
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.product-grid-layout {
		grid-template-areas: 
		"gallery"
		"attr"
		"optionals"
		"descr"
		"delivery";
		grid-template-columns: 100%;
		max-width: 576px;
	}
}
/* product slider */
.product__slider-wr {
	overflow: hidden;
	position: relative;
}
.product-zoom {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 38px;
	height: 38px;
	background: rgba(0, 0, 0, 0.7) url(img/zoom.svg) center no-repeat;
	background-size: 28px auto;
	cursor: pointer;
	z-index: 2;
}
.product__slider {
	position: relative;
	border: 1px solid rgba(130, 130, 130, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product__slider .slick-prev {
	left: 5px;
}
.product__slider .slick-next {
	right: 5px;
}
.product__slide {
	overflow: hidden;
	margin: 0;
	position: relative;
	height: 100%;
} 
/* product thumbs slider */
.product-thumbs__slider {
	margin-top: 5px;
}
.product-thumbs__slider .slick-track {
	align-items: flex-start;
}
.product-thumbs__slider:not(.slick-initialized) .slick-slide {
	width: calc(100% / 4);
}
.product-thumbs__slider .slick-slide:not(:first-child) {
	margin-left: 16px;
}
.product-thumbs__slider .slick-slide:last-child {
	/* margin-right: 2px; */
}
.product-thumbs__slider .slick-slide {
	opacity: 0.5;
	transition: var(--duration);
	cursor: pointer;
}
.product-thumbs__slider .slick-slide:hover,
.product-thumbs__slider .slick-current {
	opacity: 1;
}
.product-thumbs__slider .product-thumbs__slide {
	height: 100%;
	border: 1px solid #828282;
	line-height: 0;
}
.product-thumbs__slider .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 475px) {
	.product-thumbs__slider {
		margin-right: calc( 0px - var(--container-padding));
	}
	.product-thumbs__slider .slick-slide:not(:first-child) {
		margin-left: 10px;
	}
	.product-thumbs__slider .slick-slide {
		width: 85px;
	}
}

/* variations slider */
.product-variations {
	margin-top: 30px;
}
.product-variations__slider {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}
/* .product-variations__slider .slick-slide:not(:first-child) {
	margin-left: 12px;
} */
.product-variations__header a {
	margin-left: var(--gap);
	font-size: 0.85rem;
}
.product-variations__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-bottom: var(--gap);
}
.product-variations__item {
	cursor: pointer;
} 
.product-variations__media {
	position: relative;
}
.product-variations__name {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 5px;
}
.product-variations__media::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(img/stone-type-check.png) center no-repeat;
	background-size: 48px auto;
	opacity: 0;
	transition: var(--duration);
}
.product-variations__item input:checked + .product-variations__media::after {
	opacity: 1;
}
@media screen and (max-width: 475px) {
	.product-variations__slider {
		margin-right: calc( 0px - var(--container-padding));
	}
	.product-variations__slider .slick-slide {
		/* width: 65px; */
	}
}
/* single product */
.single-product ul {
	list-style: none;
}
.single-product__heading {
	margin: 0 0 8px;
	font-size: 1rem;
}

/* product attributes */
.product__attributes-child {
	margin-bottom: 30px;
}
.product__attributes-list {
	margin-top: 0;
}
.product__attributes-item {
	margin: 0 0 10px;
}

/* product optionals */
.product__optionals {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 12px;
}
.product__optionals .single-product__heading {
	font-size: 15px;
	height: 40px;
	overflow: hidden;
}
.product__optionals-media {
	border: 1px solid rgba(130, 130, 130, 0.3)
}
.select-list {
	background: #ffffff;
	height: 39px;
	width: 100%;
	outline: none;
	padding: 9px 25px 9px 10px;
	margin-top: 4px;
	font-size: 0.875rem;
	line-height: 1.4;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	position: relative;
	background: url(img/select-arrow.svg) no-repeat;
	background-position: 93% center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select-list option {
	padding: 9px 10px;
}
@media screen and (max-width: 475px) {
	.product__optionals {
		grid-template-columns: 100%;
	}
}
/* product description */
.product__description-title {
	font-size: 1.125rem;
	margin: 0 0 12px!important;
}
.product__description ul {
	list-style: none;
}
.product__description ol {
	list-style: inside;
}
.product__description ul li {
	margin: 8px 0;
}
.product__description ul li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: var(--secondary);
	margin-right: 8px;
}
/* product delivery */
.product-delivery-wr {
	box-shadow: 0px 2px 8.9px 1px rgba(0, 0, 0, 0.12);
	padding: 10px;
	font-size: 0.875rem;
}
.product-delivery {
	background: #ffffff;
	position: absolute;
	right: 0;
	max-width: 320px;
	width: 100%;
}
.product-delivery__title {
	font-size: 0.9375rem;
	margin: 0 0 6px;
}
.product-delivery-list {
	margin: 0 0 6px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--secondary);
}
.product-delivery-item {
	margin: 4px 0;
}
.product__choosen-options {
	margin: 6px 0 10px 0;
}
.product__choosen-options li{
	margin-bottom: 6px;
}
.product-delivery__send {
	width: 100%;
	margin-top: 20px;
}
.individual-order-wr {
	padding: 10px 0;
}
.individual-order {
	width: 100%;
	box-shadow: 0px 1px 3.6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
	.product-delivery {
		max-width: 100%;
		position: static;
	}
}
@media screen and (max-width: 768px) {
	.product-delivery {
		max-width: 100%;
	}
}
/* product additional sliders / extra-products*/
.pt-30 {
	padding-top: var(--gap);
}
.portfolio-single__slide {
	margin: 0 15px;
	border: 1px solid var(--secondary);
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.popular-products__slider .portfolio-single__slide {
		margin: 0 10px;
	}
}
@media screen and (max-width: 475px) {
	.extra-products .slick-slide {
		width: 126px;
	}
	.product__optionals .single-product__heading {
		height: unset;
	}
}

/* variations single */
.variations-box {
	display: grid;
	grid-template-areas: "gallery descr";
	grid-template-columns: var(--product-gallery-size) auto;
	gap: 20px;
}
.variations-order {
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.variations-box {
		display: grid;
		grid-template-areas: "gallery" "descr";
		grid-template-columns: 100%;
		gap: 20px;
	}
}

/* filter */
.page-portfolio__filter-wr {
	margin-bottom: 10px;
	justify-content: flex-end;
}
.filter-select {
	position: relative;
	z-index: 2;
}
.filter-select.opened {
	z-index: 3;
}
.filter-select + .filter-select {
	margin-left: var(--gap);
}
.filter-select__title {
	font-size: 0.875rem;
	line-height: 17.07px;
	box-shadow: 0px 4px 11.5px 0px rgba(0, 0, 0, 0.25);
	padding: 10px 16px;
	width: 210px;
	cursor: pointer;
}
.filter-select__options-wr {
	position: absolute;
    width: 100%;
    top: 100%;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}
.filter-select.opened .filter-select__options-wr {
	visibility: visible;
	opacity: 1;
}
.filter-select__options-list {
	list-style: none;
	box-shadow: 0px 4px 11.5px 0px rgba(0, 0, 0, 0.25);
	padding: 10px;
	margin: 0;
	display: grid;
	gap: 10px;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
	.filter-select + .filter-select {
		margin-left: 20px;
	}
}
@media screen and (max-width: 576px) {
	.filter-select,
	.filter-select__title {
		width: 100%;
	}
}
@media screen and (max-width: 475px) {
	.page-portfolio__filter-wr {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.filter-select + .filter-select {
		margin: 10px 0 0;
	}
}

/* page portfolio */
.page-portfolio__descr {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--secondary);
	margin-bottom: 10px;
}
.page-portfolio .portfolio__media {
	border: 1px solid rgba(130, 130, 130, 0.3);
}


/* about : extra box */
.extra-box {
	position: relative;
}
.extra-box::before {
	content: "";
	display: block;
	position: absolute;
	left: -80vw;
	top: 0;
	height: 100%;
	width: 200vw;
	background: #F5F5F5;
	z-index: -1;
}
.extra-box__left {
	margin-right: var(--gap);
}
.extra-box__grid {
	display: grid;
	grid-template-columns: repeat(3, 160px);
	grid-template-rows: repeat(2, 160px);
	gap: 20px;
}
.extra-box__grid figure {
	margin: 0;
	box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.2);
}
.extra-box__grid figure:first-child {
	grid-column: 1/3;
	grid-row: 1/3;
}
.extra-box__content h2 {
	margin-top: 0;
}
.special-list {
	margin-top: 28px;
}
.special-list__item:not(:first-child) {
	margin-top: 16px;
}
.special-list__icon {
	width: 40px;
	height: 40px;
	margin-right: 12px;
}
@media screen and (max-width: 991px) {
	.extra-box {
		display: block;
	}
	.extra-box__left {
		margin: 0 auto var(--gap);
	}
	.extra-box__grid {
		justify-content: center;
	}
}
@media screen and (max-width: 576px) {
	.extra-box {
		padding: 20px 0;
	}
	.extra-box__left {
		margin-bottom: 20px;
	}
	.extra-box__grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		gap: 10px;
	}
	.special-list {
		margin-top: 15px;
	}
}

/* popups */
.popup-overlay {
	background: rgba(0, 0, 0, 0);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	z-index: 20;
	transition: var(--duration);
}
.popup-overlay.opened {
	visibility: visible;
	background: rgba(0, 0, 0, 0.5);
}
.popup-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 30;
	display: none;
}
.popup-container.opened {
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-content {
	position: relative;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
}
.autoheight .popup-content {
	height: auto!important;
}
.popup-close {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(img/close.svg) center no-repeat;
	font-size: 0;
	line-height: 0;
	border: none;
	padding: 0;
	z-index: 2;
}
.popup-body {
	height: 100%;
}
.popup-slider {
	width: 100%;
	height: 100%;
}
.popup-slider .slick-track {
	/* width: 100%!important; */
}
.popup-slider .slick-prev {
	left: 5px;
}
.popup-slider .slick-next {
	right: 5px;
}
.popup-slider .slick-dots {
	bottom: 0;
	padding-bottom: 15px;
}
.popup-slider .slick-dots::before {
	content: "";
	display: block;
	width: 100%;
	height: 38px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.19) 54.42%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.popup-slider__item {
	position: relative;
}
.popup-slider__btn-wr {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 45px;
	left: 0;
	width: 100%;
}
.popup-slider__btn {
	text-align: center;
}
.last-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.order-form-wr {
	padding: 20px;
    height: 100%;
    overflow: hidden auto;
	display: none;
}
.popup-body .order-form-wr {
	display: block;
}
.order-form {
	display: grid;
	grid-template-columns: 100%;
	gap: var(--gap);
}
.order-form__media-wr {
	max-width: 60%;
	width: 100%;
	min-width: 280px;
	min-height: 280px;
	margin: 0 auto;
	border: 1px solid var(--secondary);
	margin-bottom: var(--gap);
}
.order-form__media {
	margin: 0;
}
.order-form .form-control {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	color: var(--text-dark);
}
.order-form .form-control::placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.order-form__submit-wr {
	text-align: center;
	position: relative;
}
.order-thanks {
	padding: 37px 40px;
	text-align: center;
}
.order-form .wpcf7-response-output {
	margin-top: 0!important;
}
.order-form .wpcf7-spinner {
	position: absolute;
}
.order-form__add-info {
	display: none;
}
.order-form .wpcf7-not-valid-tip {
	font-size: 13px;
	position: absolute;
	top: calc(100% + 1px);
    left: 0;
}
.order-form .wpcf7-response-output {
	display: none;
}
@media screen and (max-width: 575px) {
	.order-form__media-wr {
		max-width: 80%;
		min-width: unset;
		min-height: unset;
	}
}
@media screen and (max-height: 575px) and (min-width: 768px) {
	.order-form__media-wr {
		min-width: unset;
		min-height: unset;
	}
}
/* woocommerce */
.products {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* services */
.services-cat__list,
.services__list {
	list-style-type: none;
}