/*!
Theme Name: goodhome
Theme URI: http://underscores.me/
Author: Evhen Voynarovskiy
Author URI: http://webeffect.com.ua
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: goodhome
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

goodhome is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- 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;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
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.
 */
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;
	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 {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	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
--------------------------------------------- */
body {
	background: #fff;
}

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

/*General*/

main > section {
    margin-bottom: 50px;
    padding-bottom: 0px;
    padding-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	color:#333333;
}

h1, .h1 {
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
}

h2, .h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
}

.text-content {
	padding: 50px 0;
}

.pb-100 {
	padding-bottom: 100px;
}

a:visited {
	color: inherit;
}

ul li {
	list-style: none;
}

li:before {
	content: '\F285';
	font-family: bootstrap-icons !important;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	color: #baa08f;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	left: -20px;
	position: absolute;
}

ul, ul > li {
	position: relative;
}

section.has-bg {
	background-position: center;
	background-size: cover;
	padding-bottom: 50px;
}

section.has-bg h2, section.has-bg {
	color: #fff;
	text-align: center;
}

.spacer-border-top {
	margin-bottom: 50px;
}

.dark-bg {
	background-color: #000;
}

.light-bg {
	background-color: #fff;
}

.mb-50 {
	margin-bottom: 50px;
}

.pad-0 {
	padding:0;
}

section.page_header {
	margin-top: 100px;
	background-position: center;
	background-size: cover;
	position: relative;
}

section.page_header:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
	z-index: 1;
	top: 0;
}

section.page_header .container-fluid {
	position: relative;
	z-index: 2;
}

section.page_header h1 {
	color: #fff;
}

.breadcrumbs, .breadcrumbs a {
	color: #fff;
	font-size: 16px;
	position: relative;
	padding-left: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.breadcrumbs > span {
	margin-right: 10px;
	padding-left: 10px;
}

.page_header .spacer-border-top {
	margin-bottom: 0;
	z-index: 2;
	position: relative;
}

.page_header_text {
	color: #fff;
	font-size: 18px;
	margin-bottom: 50px;
}

/*Main page banner -------------------------------------------*/

section.main_page_banner {
	height: 100vh;
	position: relative;
	background-size: cover;
	background-position: center;
	min-height: 500px;
}

section.main_page_banner:before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 50px);
	position: absolute;
	background-color: #000;
	z-index: 1;
	opacity: 0.5;
}

section.main_page_banner > .container-fluid {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.banner-content {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	padding: 0 10%;
}

.banner-content h1 {
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 36px;
}

.main_page_banner .container {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

/*Header*/

header {
	position: fixed;
	z-index: 250;
	background-color: rgb(255 255 255);
	width: 100%;
	box-shadow: 0px 0px 10px 0px #e7e7e7;
	top: 0;
}

header nav .nav > li > a {
	transition: all 0.3s ease;
	font-size: 15px;
	font-weight: 500;
	margin-right: 10px;
	height: 95px;
	line-height: 95px;
	padding: 0;
	color: #333333;
	position: relative;
	text-transform: uppercase;
}

header nav .nav>li{
	margin-right: 35px;
	/*margin-right: 15px;*/
}

a:hover {
	color: #baa08f !important;
}

header .nav>li.menu-item a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1px;
	height: 0px;
	background: #baa08f;
	transition: all .8s ease;
}
/*header .menu-item.active>a {*/
header .menu-item.active>a {
	color: #baa08f;
}
header .nav>li.menu-item.active>a:before {
	height: 30px;
}
header .nav>li.menu-item>a:hover:before {
	height: 30px;
}

nav ul li:before {
	content: none;
}

.header-phone i, .header-phone a {
	transition: all 0.3s ease;
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
	height: 95px;
	line-height: 95px;
	padding: 0;
	color: #333333;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.header-phone i:after {
	border: 1px solid #333333;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	content: '';
	position: absolute;
	top: 29px;
	left: -8px;
}

.header-phone i {
	margin-right: 20px;
}

.messengers {
	height: 95px;
	line-height: 95px;
}

.header-mess {
	margin-right: 15px;
}

.header-phone {
	padding-left: 10px;
}

.header-mess img {
	width: 32px;
}

.menu-burger span {
	height: 2px;
	display: block;
	background: #baa08f;
	margin: 6px 0 0;
	transition: all .5s ease;
	cursor: pointer;
	list-style: none;
	width: 30px;
}

.menu-burger span.line2 {
	width: 20px;
}

.menu-burger:hover span.line2 {
	width: 30px;
}

header button.navbar-toggler, header button.navbar-toggler:active, header button.navbar-toggler:hover {
	border: none;
	background: transparent;
	color: transparent;
	padding: 36px;
}



.offcanvas.menu-dop {
	background: #000000;
}
.offcanvas.menu-dop .offcanvas-body {
	padding: 20px 40px 50px 50px;
	color: #fff;
}

.menu-dop button.btn-close {
	color: #fff !important;
	background: none;
	font-size: 33px;
}

.offcanvas.menu-dop .offcanvas-body h5 {
	color: inherit;
}

.offcanvas.menu-dop .offcanvas-body ul {
	margin: 0;
	padding: 0 0 0 25px;
	line-height: 30px;
	margin-bottom: 35px;
}
.offcanvas.menu-dop .offcanvas-body ul.sub-menu {
	margin-bottom: 0;
}
.offcanvas.menu-dop .offcanvas-body ul a {
	text-decoration: none;
	color: #fff !important;
}

.offcanvas.menu-dop .offcanvas-body ul a:hover:before {
	content: none;
}


.offcanvas.menu-dop .offcanvas-body ul a:hover:before {
	content: none;
}

.offcanvas.menu-dop .offcanvas-body ul li:before {
	content: none;
}

.offcanvas.menu-dop .offcanvas-body .button .square:before {
	background-color: #fff;
}

div#callback {
	z-index: 500;
}

.modal-backdrop {
	z-index: 240;
}
.offcanvas-backdrop {
	display: none;
}

/*Forms ---------------------------------------------------*/

section[class*="form"] .wpcf7 {
	margin-top:35px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"]{
	width: 100%;
	height: 50px;
	border-radius: 0;
	max-width: 450px;
	margin-bottom: 35px;
	padding: 10px 18px;
	border: 1px solid #f7f3f3;
	box-shadow: 0 0px 50px 0px #eee;
	background: #fff;
	color: #333333;
}


.wpcf7 textarea {
	width: 100%;
	height: 150px;
	border-radius: 0;
	max-width: 450px;
	padding: 10px 18px;
	border: 1px solid #f7f3f3;
	box-shadow: 0 0px 50px 0px #eee;
	background: #fff;
	color: #333333;
}

span.wpcf7-spinner {
	display: none;
}

.wpcf7 input[type="submit"] {
	background: no-repeat !important;
	color: #333333 !important;
	padding: 0px !important;
	font-size: 16px;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
    position: relative;
    top: -7px;
}
.wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.wpcf7 textarea {
    margin-bottom: 15px !important;
}
.wpcf7-list-item-label {
    font-size: 14px;
}
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.modal-body {
	padding: 35px;
}

.wpcf7 .button {
	margin-bottom: 0px;
}
.wpcf7 .button .button-text {
    height: 40px;
}
.wpcf7 p:has(textarea) {
    margin-bottom: 0;
}
.wpcf7 textarea {
    margin-bottom: 0 !important;
}
.wpcf7 input[type="checkbox"] {
    margin-top: 5px;
}
.modal-content {
	border-radius: 0;
}

/*Buttons-----------------------------------------------*/

.button {
	display: inline-block;
	-webkit-animation: fadeInUp 1.8s ease-in-out;
	animation: fadeInUp 1.8s ease-in-out;
	color: #000;
	margin-bottom: 45px;
	position: relative;
	z-index: 2;
}

.service-child-price .button,
.main_page_banner .button {
	color: #fff;
}

.button .square:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -2.4em;
	height: 1px;
	width: 3em;
	background-color: #000;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.service-child-price .button .square:before,
.main_page_banner .button .square:before {
	background-color: #baa08f;
}

span.button-text {
	color: #000;
	position: relative;
	padding: 14px 32px;
	line-height: 1.5;
	text-transform: uppercase;
	display: inline-block;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.service-child-price span.button-text,
.main_page_banner span.button-text {
	color: #fff;
}

span.button-text:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #000;
	top: 0;
	left: 0;
	transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-child-price span.button-text:before,
.main_page_banner span.button-text:before {
	background-color: #baa08f;
}

span.button-text:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #000;
	bottom: 0;
	right: 0;
	transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-child-price span.button-text:after,
.main_page_banner span.button-text:after {
	background-color: #baa08f;
}

.button .square:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #000;
	bottom: 0;
	right: 0;
	transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-child-price .button .square:after,
.main_page_banner .button .square:after {
	background-color: #baa08f;
}

span.button-text span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 2px;
	background-color: #000;
	transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.service-child-price span.button-text span:before,
.main_page_banner span.button-text span:before {
	background-color: #baa08f;
}

span.button-text span:after {
	content: '';
	position: absolute;
	width: 2px;
	background-color: #000;
	height: 0;
	right: 0;
	top: 0;
	transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-child-price span.button-text span:after,
.main_page_banner span.button-text span:after {
	background-color: #baa08f;
}

.button .square {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-transform: capitalize;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all 0.4s;
}

.button .square:hover:before {
	width: 0;
	transition: all 0.4s ease;
}

.button .square:hover .button-text {
	transform: translateX(-2.2em);
	transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}

.button .square:hover .button-text:before {
	width: 100%;
	max-width: 100%;
	-webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.button .square:hover .button-text span:before {
	left: 0;
	height: 100%;
	transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.button .square:hover .button-text span:after {
	right: 0;
	height: 100%;
	transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.button .square:hover .button-text:after {
	width: 100%;
	-webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button .square {
	position: relative;
	outline: none;
	color: #ffffff;
	font-weight: 600;
	margin-left: 40px;
	margin-top: 20px;
}

/*Elements*/

   /*Figure*/

.figure.banner {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	height: 450px;
	width: 320px;
	padding: 10px;
	font-size: inherit;
	font-weight: 700;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	z-index: -1;
	transform: translateY(-51%);
	left: -45px;
	display: block;
	transition: color 0.25s;
}

.figure.banner::before,
.figure.banner::after {
	border: 4px solid #bd383800;
	width: 100%;
	height: 100%;
	content:'';
	z-index: 999;
	box-sizing: inherit;
	position: absolute;
}
.figure.banner::before {
	top: 0;
	left: 0;
	border-top-color: #baa08f;
	border-right-color: #baa08f;
	transition: width 1.5s ease-out, height 1.5s ease-out 1.5s;
}
.figure.banner::after {
	bottom: 0;
	right: 0;
	border-bottom-color: #baa08f;
	border-left-color: #baa08f;
	transition: border-color 0s ease-out 0.99s, width 0.5s ease-out 4s, height 0.5s ease-out 5s;
}

   /*Spacer*/

.spacer-border {
	position: absolute;
	left: 50%;
	bottom: 6%;
	z-index: 10;
}
.spacer {
	height: 70px;
	border-right: 1px solid #baa08f;
	width: 1px;
	margin: 0 auto;
}

/*Main page about*/

.double-images.contacts {
    position: relative;
}
.first-image {
    width: 70%;
    margin: 0 30% 20% 0;
    display: block;
}
.second-image {
    position: absolute;
    bottom: 40px;
    right: 50px;
    width: 62%;
    background: rgba(0, 0, 0, 0.85);
    padding: 30px;
    z-index: 2;
}
.duble-images {
    position: relative;
    margin-right: 0;
}
.figure.about {
    display: block;
    position: absolute;
    width: 75%;
    border: 4px solid #baa08f;
    height: 80%;
    top: 10%;
    left: 10%;
    z-index: -1;
}
.text-whith-icon {
    position: relative;
    padding-left: 150px;
}

.text-whith-icon i {
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    padding: 0 28px;
    border-style: solid;
    border-width: 2px;
    border-color: #BAA08F;
    font-size: 85px;
    top: 0;
    left: 0;
    color: #333333;
}

.text-whith-icon ul li {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.main_page_about li:before {
    line-height: 28px;
}
.main_page_about {
    padding-top: 0px !important;
}

@media (max-width: 768px) {

    .double-images.contacts {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .first-image {
        width: 100% !important;
        margin: 0 !important;
        display: none
    }
    .second-image {
        position: relative !important;
        bottom: auto;
        right: auto;
        width: 100% !important;
        margin-top: 15px;
        padding: 20px;
    }
    .main_page_form_bottom {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

}

/*Main page services*/

.single-service {
	padding: 100px;
	position: relative;
	background-position: center;
	background-size: cover;
	color: #fff;
	z-index: 1;
}

.single-service .cover {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: -1;
	border: 1px solid rgb(255 255 255 / 50%);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.main_page_remont p {
	margin-bottom: 50px;
}

.single-service h3 {
	color: #fff;
	height: 100px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


.single-service .button {
	color: #fff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.single-service .button .square:before {
	background-color: #baa08f;
}

.single-service span.button-text {
	color: #fff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.single-service span.button-text:before {
	background-color: #baa08f;
}

.single-service span.button-text:after {
	background-color: #baa08f;
}

.single-service .button .square:after {
	background-color: #baa08f;
}

.single-service span.button-text span:before {
	background-color: #baa08f;
}

.single-service span.button-text span:after {
	background-color: #baa08f;
}

.single-service:hover .cover {
	background-color: #fff;
}

.single-service:hover h3, .single-service:hover span.button-text {
	color: #000;
}

section.main_page_remont_elements .row .col-12.col-lg-4 {
	padding-bottom: 0px;
}

.main_page_remont_element {
	display: flex;
	padding: 38px 30px 36px 30px;
	margin: 0 -5px 0 0;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	box-shadow: 0px 0px 40px 0px #eee;
	margin-bottom: 0px;
	min-height: 160px;
	height: 100%;
	align-items: center;
}

.main_page_remont_element img {
	width: 75px;
	/* height: 50px; */
	max-width: unset;
}

.remont-element-text {
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
}

/*Main page form*/

.main_page_form_top .button {
	color: #fff;
}

.main_page_form_top .button .square:before {
	background-color: #fff;
}

.main_page_form_top span.button-text {
	color: #fff;
}

.main_page_form_top span.button-text:before {
	background-color: #fff;
}

.main_page_form_top span.button-text:after {
	background-color: #fff;
}

.main_page_form_top .button .square:after {
	background-color: #fff;
}

.main_page_form_top span.button-text span:before {
	background-color: #fff;
}

.main_page_form_top span.button-text span:after {
	background-color: #fff;
}

.form-phone {
	color: #baa08f;
}

.has-bg .form-phone a, .form-phone i {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.form-phone i {
	margin-right: 10px;
}

/*Price*/

.package-list ul {
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 35px;
}

.package-list ul li:before {
	content: "";
}

.package-list ul i {
	margin-right: 5px;
	min-width: 15px;
	font-size: 18px;
	color: #000;
}

.package {
	padding: 52px 40px 52px 40px;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0.2rem 2.8rem #eee;
}

.package-price {
	font-size: 18px;
	color: #8c8c8c;
	font-weight: bold;
	margin-bottom: 15px;
}

.package-price span {
	font-size: 36px;
	color: #baa08f;
}

.accordion-body ul {
	margin: 0;
	padding: 0;
}

.accordion-body ul li:before {
	content: none;
}

.accordion-body ul {
	margin: 0;
	padding: 0;
}

.accordion-body ul li:before {
	content: none;
}

.package-list i.bi-x {
	color: #ff0000;
}

.package-list i.bi-check {
	color: #00d900;
}

.package button.accordion-button {
	text-align: center;
	padding-bottom: 30px;
	display: block;
}

.package button.accordion-button:after {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: calc(50% - 10px);
	bottom: 5px;
}

.package .accordion-button:focus {
	border: none;
	box-shadow: none;
}

.package .accordion-button:not(.collapsed) {
	color: #000;
	background-color: #f5f5f5;
	box-shadow: none;
}

.package .accordion-button:not(.collapsed)::after {
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}


/*Main page portfolio*/

.single-slide-portfolio img {
	width: 100%;
	text-align: center;
}

.slick-portfolio .slick-list.draggable {
	padding: 0 150px !important;
}

.single-slide-portfolio {
	padding: 0 50px;
	position: relative;
}

.single-slide-portfolio-img {
	position: relative;
	overflow: hidden;
}

.single-slide-portfolio-img img {
	width: 100%;
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	height: 320px;
	object-fit: cover;
}
@media (min-width:576px){
	.single-slide-portfolio-img img {
		height: 420px;
	}
}
@media (min-width:992px){
	.single-slide-portfolio-img img {
		height: 520px;
	}
}
@media (min-width:1200px){
	.single-slide-portfolio-img img {
		height: 720px;
	}
}


.single-slide-portfolio:hover img {
	transform: scale(1.05);
}

.single-slide-portfolio-info:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.61);
	transition: all 0.3s ease 0s;
}

.single-slide-portfolio-info {
	position: absolute;
	width: 100%;
	height: 120px;
	text-align: center;
	z-index: 10;
	padding: 40px 120px;
	transform: rotate(-90deg);
	opacity: 1;
	/* transition: 0.3s all ease-out; */
	border-radius: 5px;
	display: block;
	transform-origin: 59px;
	text-align: left;
	bottom: 0;
}

.single-slide-portfolio-info a {
	font-size: 22px;
	line-height: normal;
	margin-top: 15px;
	color: #fff;
	margin-bottom: 0;
	max-width: 335px;
	transform: translate(36%, 0px);
	text-decoration: none;
	position: relative;
	margin-left: 20px;
}

.single-slide-portfolio-info a:before {
	content: "";
	left: -100px;
	top: 55%;
	background: #baa08f;
	width: 70px;
	height: 1px;
	display: block;
	border-radius: 5px;
	transform: translateY(-50%);
	position: absolute;
}

.slick-slider .slick-arrow {
	position: absolute;
	font-size: 0;
	border: none;
	right: 55% !important;
	background: #333333;
	color: #ffffff;
	/*top: 100% !important;*/
	bottom: -80px;
	visibility: visible;
	opacity: 1;
	border-radius: 0;
	width: 80px;
	height: 80px;
}

.slick-slider .slick-arrow.slick-next {
	left: 45%;
	background: #baa08f;
}

.slick-slider .slick-prev:before {
	font-family:bootstrap-icons !important;
	content:'\F12F';
	display: block;
	font-size: 18px;
	color: #fff;
}

.slick-slider .slick-next:before {
	font-family:bootstrap-icons !important;
	content:'\F138';
	display: block;
	font-size: 18px;
	color: #fff;
}

.portfolio-desc {
	/*margin: -200px 80px 0px 0px;*/
	/*padding: 50px 60px 50px 60px;*/
	background: #f9f9f9;
	position: relative;
	z-index: 11;

	margin: 0;
	padding: 30px;
	padding-top: 70px;
}

/*@media (min-width:576px) {*/
/*	.portfolio-desc {*/
/*		margin: 0;*/
/*		padding: 30px;*/
/*		padding-top: 70px;*/
/*	}*/
/*}*/
@media (min-width:768px) {
	.portfolio-desc {
		margin: -200px 80px 0px 0px;
		padding: 50px 60px 50px 60px;
	}
}

/*Contacts -----------------------------------------*/

section.main_page_form_bottom {
	background: url(assets/img/contact-bg.png);
	background-position: center;
	/*background-size: cover;*/
	background-repeat: no-repeat;
}

.contacts .second-image {
	background: url(assets/img/contact-card-bg.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #fff;
	padding: 60px 60px 100px 35px;
	font-size: 18px;
	margin-bottom: -150px;
}
@media (max-width: 768px) {
    .contacts .second-image {
        margin-bottom: 0;
    }
}

.duble-images.contacts h3 {
	color: #fff;
	margin-bottom: 35px;
}

.contact-title i {
	color: #baa08f;
	margin-right: 15px;
}

.contact-title {font-weight: bold;}

.contact-content {
	padding-left: 33px;
	margin-bottom: 15px;
}

.contacts .second-image a {
	text-decoration: none;
	color: #fff;
}

/*Footer ------------------------------------------------------*/

footer {
	padding: 70px 0;
	background: url(assets/img/footer-bg.jpg);
	color: #fff;
	background-position: center;
	background-size: cover;
	font-size: 18px;
}

footer h4 {
	color: #fff;
	margin-bottom: 35px;
}

footer ul {
	padding: 0;
	margin: 0;
}

footer ul li:before {
	content: none;
}

footer ul a {
	color: #fff;
	text-decoration: none;
}

footer ul i {
	color: #baa08f;
	margin-right: 10px;
}

footer ul li {
	margin-bottom: 10px;
}

.footer-logo img {
	max-width: 235px;
}

/*Contacts page ---------------------------------------------*/

section.contacts_page_info {
	background: url(assets/img/contact-bg.png);
	background-position: center;
	/* background-size: cover; */
	background-repeat: no-repeat;
}

/*About page -------------------------------------------------*/

.about_page_command_fact {
	display: inline-flex;
}

.about_page_command_fact .icon-image {
	width: 100px;
	flex: none;
}

.about_page_command_fact .icon-image img {
	width: 70px;
}

.about_page_command_fact .icon-image i {
	font-size: 65px;
	line-height: 65px;
	color: #baa08f;
}

section.about_page_command {
	background: url(assets/img/command-bg.jpg);
	color: #fff;
	background-position: center;
	background-size: cover;
	font-size: 18px;
}

.command-item {
	margin: 50px;
	position: relative;
}

.command-item-cover {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50px;
	left: 50px;
	background: #fff;
	z-index: -1;
	transition: all .5s ease;
	opacity: 0;
}

.slick-center .command-item-cover, .command-item:hover .command-item-cover {
	opacity: 1;
}

.command-item-title {
	display: block;
	position: absolute;
	bottom: 10px;
	color: #000;
	left: 30px;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
}

.command-item-position {
	display: block;
	position: absolute;
	transform: rotate(90deg);
	top: 125px;
	right: -50px;
	color: #000;
}

/*Service page ------------------------------------------------*/

.service_page_adv_element {
	padding: 30px;
	margin: 0 -5px 0 0;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	box-shadow: 0px 0px 40px 0px #eee;
	margin-bottom: 35px;
	min-height: 160px;
}

.service_page_adv_element_img img {
	width: 75px;
	margin-bottom: 15px;
}

.flex {
	display: flex;
}

.service_page_adv_element_text {
	font-size: 16px;
}

.button.small a.square span {
	color: #baa08f;
	font-size: 14px;
}

.button.small a span:before, .button.small a span:after {
	content: none;
}
.button.small a.square span {
	color: #baa08f;
	font-size: 14px;
}

.button.small a span:before, .button.small a span:after {
	content: none;
}



section.service_page_child {
	background: url(assets/img/subservice-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.service-child-image {
	position: relative;
	padding-bottom: 30%;
	overflow: hidden;
}

.service-child-title {
	position: absolute;
	top: 0;
	width: 100%;
	font-family: 'Playfair Display', serif;
	color: #fff;
	/* text-align: center; */
	padding: 15px 75px 15px 15px;
	font-size: 26px;
}

.service-child-price.t100 {
	top: -100px;
}
.service-child-price {
	position: absolute;
	top: -75px;
	width: 100%;
	font-family: 'Playfair Display', serif;
	color: #fff;
	padding: 15px 75px 15px 15px;
	font-size: 24px;
	left: 0;
	z-index: 5;
}

.service-child-desc {
	background: #fff;
	padding: 35px;
	height: 150px;
	position: absolute;
	bottom: 0;
	transition: all .8s ease;
}

.service-child-item a {
	text-decoration: none;
}

.service-child-item:hover .service-child-desc {
	height: 60%;
	background: #222;
	color: #fff;
}

.service-child-desc:after {
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .8s ease;
	box-shadow: inset 0px -70px 20px -30px rgb(255 255 255);
}
.service-child-item:hover .service-child-desc:after {
	/* transition: all .8s ease; */
	box-shadow: none;
}

.service-child-desc p {
	margin: 0;
}

.slick-steps-content {
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 40px 0px #959595;
	padding: 80px 35px 35px 35px;
	width: 66%;
	margin-top: -150px;
}

.single-step {
	/* background: url(assets/img/one-step-bg.jpg); */
	/* background-position: center; */
	/* background-repeat: no-repeat; */
	/* margin: 30px; */
	padding: 50px;
	transition: all 300ms ease;
}

.single-step img {
	width: 100%;
	border: 1px solid #dadada;
}

.single-step-icon {
	text-align: inherit;
}

.single-step-icon img {
	width: 20%;
	margin-left: 40%;
	margin-bottom: 35px;
}

.slick-steps-slider .slick-center {
	transform: scale(1.1);
}

.single-step img {
	width: 100%;
	border: 1px solid #dadada;
}

.single-step h4 {
	height: 60px;
	font-size: 20px;
}

.slick-steps-slider .slick-list {
	padding: 0 150px !important;
}

.slick-steps-slider .slick-next.slick-arrow {
	z-index: 1;
	bottom: 60px;
	left: 50%;
}

.slick-steps-slider button.slick-prev.slick-arrow {
	z-index: 1;
	left: 44%;
	bottom: 60px;
}

.single-step-black {
	background-color: rgba(51, 51, 51, 0.65);
	margin: 0 -8px 0 0;
	padding: 40px 20px 40px 20px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.cover-desc {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #ffffff;
	opacity: 0;
	transition: all 0.3s ease;
	padding: inherit;
	color: #000;
}

.single-step-black h4 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
	height: 60px;
}
.main_page_steps_black h2 {
    color: #fff !important;
}
.main_page_steps_black {
    margin-bottom: 50px !important;
}
.single-step-black img {
	width: 120px;
	margin-bottom: 50px;
}

.single-step-black:hover .cover-desc {
	opacity: 1;
}
.main_page_steps_black {
    background: url('/wp-content/themes/goodhome/assets/img/steps-bg.jpg') center center no-repeat;
    background-size: cover;
}
.numeric {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 25px;
	font-size: 80px;
	color: #57575796;
	font-family: 'Playfair Display', serif;
	line-height: 80px;
}

.numeric-big {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 230px;
	line-height: 230px;
	color: rgb(87 87 87 / 20%);
	z-index: 1;
	font-family: 'Playfair Display', serif;
}

.cover-desc p {
	position: relative;
	z-index: 2;
}

section.service_page_items {
	background: url(assets/img/counter-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.service_page_items .accordion {
	width: 100%;
	/*max-width: 700px;*/
	margin: 0 auto;
}

div#accordion_service_page .accordion-item {
	background-color: transparent;
	border: 1px solid #383535;
}

div#accordion_service_page .accordion-button {
	background: transparent;
	color: #fff;
	font-size: 24px;
	font-family: inherit;
}

div#accordion_service_page .accordion-header {
	/* padding-left: 50px; */
}

div#accordion_service_page .accordion-header .accordion-button {
	border-bottom: 1px solid #383535;
}

div#accordion_service_page .accordion-header .accordion-button.collapsed {
	border-bottom: none;
	color: #fff;
}

div#accordion_service_page .accordion-header .accordion-button:after {
	content: none;
}

div#accordion_service_page .accordion-header .accordion-button {
	padding: 25px 0 25px 75px;
	color: #baa08f;
}

div#accordion_service_page .accordion-header .accordion-button:before {
	content: '\F2EA';
	display: block;
	position: absolute;
	font-family: bootstrap-icons !important;
	color: #baa08f;
	left: 25px;
}

div#accordion_service_page .accordion-header .accordion-button.collapsed:before {
	content: '\F4FE';
	color: #fff;
}

div#accordion_service_page .accordion-item .accordion-body {
	padding: 25px 25px 25px 0;
	font-size: 18px;
	text-align: left;
}

.service_page_items .col-6 {
	padding: 35px;
}

.service_page_items .col-6 h2 {
	text-align: left;
}

/*Portfolio page -----------------------------------------------*/

.slick-portfolio-page button.slick-prev.slick-arrow {
	left: 0;
	top: calc(50% - 40px);
	z-index: 1;
	background: rgb(51 51 51 / 50%);
}

.slick-portfolio-page button.slick-next.slick-arrow {
	left: calc(100% - 80px);
	top: calc(50% - 40px);
	background: rgb(51 51 51 / 50%);
}

.slick-portfolio-page a img {
	width: 100%;
}

.slick-portfolio-page {
	position: relative;
}

.portfolio_page_table h3 {
	padding: 14px 20px;
	background: #baa08f;
	border-radius: 0;
	font-size: 20px;
	color: #fff;
	line-height: 26px;
	margin: 0;
}

.portfolio_page_table ul {
	margin: 0;
	list-style: none;
	text-align: left;
	padding: 25px 30px;
	background: #fbfbfb;
}

.portfolio_page_table ul li {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid rgba(54, 54, 54, 0.05);
}

.portfolio_page_table ul li:before {
	content: none;
}

.portfolio_page_table ul li span {
	width: 150px;
	display: inline-block;
	color: #333333;
	font-weight: 600;
}

/*Design page -----------------------------------------------------*/

.design_page_offer {
	padding: 50px 40px 120px 40px;
	border-radius: 5px 5px 5px 5px;
	background-color: #fff;
	box-shadow: 0 0.2rem 2.8rem #eee;
	height: 100%;
	position: relative;
}

.design_page_offer h3 {
	margin-bottom: 35px;
}

.design_page_offer_price {
	font-size: 22px;
	color: #baa08f;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.design_page_offer_bottom.text-center {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.design_page_offer ul {
	padding: 0;
}

/*Portfolio archive page ----------------------------------------*/

.portfolio-loop-single {
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}

.portfolio-loop-single img {
	transition: 1.3s all ease;
	position: relative;
}

.portfolio-loop-single a {
	display: block;
	height: 100%;
	width: 100%;
}

.portfolio-loop-single .portfolio-loop-single-title {
	position: absolute;
	top: -50px;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 3;
	transition: 0.3s;
	opacity: 0;
	left: 0;
	font-size: 24px;
	padding: 0 50px;
}

.portfolio-loop-single a:after {
	content: '';
	position: absolute;
	display: block;
	z-index: 2;
	background: #000;
	width: 90%;
	height: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.portfolio-loop-single:hover a:after {
	opacity: 0.76;
	visibility: visible;
}

.portfolio-loop-single:hover .portfolio-loop-single-title {
	top: 50px;
	z-index: 3;
	opacity: 1;
}

.round-button {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background: #baa08f;
	z-index: 3;
	bottom: -50px;
	left: calc(50% - 25px);
	border-radius: 50px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	transition: 0.3s;
	opacity: 0;
	line-height: 50px;
}

.portfolio-loop-single:hover .round-button {
	bottom: 50px;
	opacity: 1;
}

.portfolio-loop-single:hover img {
	transform: scale(1.2);
}

/*Page complect --------------------------------*/

.complect_page_remont_element {
	padding: 38px 30px 36px 30px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0;
	box-shadow: 0px 0px 40px 0px #eee;
	margin-bottom: 35px;
	height: 100%;
}

.complect-element-img {
	display: flex;
	margin-bottom: 15px;
}

.complect-element-img img {
	width: 75px;
	height: 100%;
}

.complect-element-text {
	padding-left: 25px;
	font-weight: bold;
	font-size: 18px;
}

.complect_page_remont_element p {
	font-size: 14px;
	margin-bottom: 0;
}

.page-template-page-complect section.design_page_refs {
	background: url(assets/img/subservice-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*Warranty page---------------------------------------------------*/

.warranty_page_info .row {
    display: flex;
    align-items: center;
}

.warranty_page_info_text {
    padding-right: 40px;
}

.warranty_page_info_gallery {
    display: flex;
    justify-content: center;
}

.warranty-slider,
.warranty-slider .slick-list,
.warranty-slider .slick-track,
.warranty-slider .slick-slide {
    background: transparent !important;
}

.warranty-slider .slick-list.draggable {
    box-shadow: none;
}

.warranty-image-box {
    position: relative;
    width: 450px;
    height: 575px;
}
.warranty-image-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 100%;
    height: 2px;

    background: #baa08f;

    -webkit-mask-image: linear-gradient(to right, 
        transparent 0%, 
        black 20%, 
        black 80%, 
        transparent 100%
    );
    mask-image: linear-gradient(to right, 
        transparent 0%, 
        black 20%, 
        black 80%, 
        transparent 100%
    );

    opacity: 0.7;
    z-index: 2;
}

.warranty-image-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.warranty-image-inner img {
    width: 120%;
    height: 120%;
    object-fit: cover;

    transform: translate(-30px, 30px);
}

.warranty-slider {
    width: 100%;
    height: 100%;
}

.warranty-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.warranty-slider button.slick-next.slick-arrow {
    top: calc(50% - 40px);
    left: calc(100% - 80px);
    background: rgba(51,51,51,0.5);
}

.warranty-slider button.slick-prev.slick-arrow {
    top: calc(50% - 40px);
    left: 0;
    z-index: 2;
    background: rgba(51,51,51,0.5);
}

.warranty_page_info_text .icon-image {
    width: 130px;
}

.warranty_page_info_text .icon-image img {
    width: 90px;
}

.about_page_command_fact {
    min-height: 120px;
}
.warranty_page_info h2 {
    font-size: 36px;
}

@media (max-width: 768px) {
    .warranty-image-box {
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
    }

    .warranty-image-inner img {
        transform: none;
        width: 100%;
        height: 100%;
    }
}

/*Calculator --------------------------------------------*/

.input-calc label {
	width: 100%;
	font-weight: bold;
}

.input-calc select, .input-calc input {
	width: 100%;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

.page-calculator {
	padding: 30px;
	background-color: #f1f1f1;
	box-shadow: 0px 0px 40px 0px #eee;
	text-align: center;
	margin-right: 50px;
}

.input-calc {
	text-align: left;
	flex-basis: 50%;
	margin-right: 15px;
	margin-bottom: 30px;
}

.result {
	font-family: 'Playfair Display', serif;
	color: #baa08f;
}

.result span {
	font-size: 40px;
}

.dops-price {
	text-align: left;
	margin-bottom: 35px;
}

/*Media ----------------------------------------*/

@media only screen and (max-width: 480px) {
	.header-phone span {
		display: none;
	}
	.banner-content h1 {
		font-size: 32px;
		line-height: 46px;
		margin-bottom: 25px;
	}
	.button .square {
		font-size: 14px;
	}
	section.main_page_banner {
		height: 75vh;
	}
	main > section {
		margin-bottom: 50px;
		padding-bottom: 0px;
		padding-top: 50px;
	}
	.main_page_price {
		margin-top: -50px;
	}
	.service-child-price {
		padding-bottom: -30px;
	}
	.main_page_remont_elements {
		padding-top: 0px;
	}
	.spacer-border {
		display:none;
	}
	h2, .h2 {
		font-size: 24px;
		line-height: 30px;
		font-weight: 700;
	}
	.text-whith-icon {
		padding-left:0;
	}
	.text-whith-icon i {
		display: none;
	}
	.text-whith-icon ul {
		margin-left: 0;
	}
	.text-content {
		padding-bottom: 0;
	}
	.single-service {
		padding: 35px;
		margin-bottom:35px;
	}
	.main_page_remont_element {
		padding: 15px;
		margin-bottom: 15px;
		min-height: 100px;
	}
	.remont-element-text {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.spacer-border-top {
		margin-bottom: 50px;
	}
	.spacer {
		height:50px;
	}
	.package {
		padding:15px;
		margin-bottom: 15px;
	}
	.duble-images.contacts {
		margin-right: 0;
		margin-bottom: 35px;
	}
	.duble-images.contacts .first-image {
		display:none;
	}
	.duble-images.contacts .second-image {
		position:relative;
		width:100%;
		background-size: cover;
		padding: 35px;
	}
	.package ul {
		font-size:14px;
		line-height: 20px;
	}
	footer {
		padding: 30px 0;
	}
	footer .row > div {
		padding: 25px;
	}

	.footer-logo {
		padding: 0 !important;
	}
	.header-phone a {
		font-size: 16px;
	}
	p {
		font-size:14px;
	}
	header button.navbar-toggler {
		padding: 30px 0;
	}

	.header-logo {
		padding: 18px 0;
	}
	section.page_header h1 {
		font-size: 32px;
		line-height: 46px;
		margin-bottom: 25px;
	}

	.breadcrumbs, .breadcrumbs a {
		font-size: 12px;
		position: relative;
		padding-left: 0;
	}

	.page_header_text {
		font-size: 14px;
	}

	.service_page_adv_element {
		padding: 15px;
	}

	.service_page_adv_element_img {
		width: 75px;
		float: left;
	}

	.service_page_adv_element_text {text-align: left;padding-left: 90px;}

	.service_page_adv_element_button {
		padding-left: 90px;
		text-align: left;
	}

	span.button-text {
		padding: 15px;
	}

	.button.small .square {
		margin-top: 0;
	}

	.service_page_adv_element_img img {
		margin-top: 15px;
	}
	.duble-images {
		margin-right: 0;
	}

	.service-child-item {
		margin-bottom: 30px;
	}

	.page-calculator {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.single-step-black {
		/* display: flex; */
	}

	.slick-steps-content {
		width: 100%;
		margin-top: 0;
	}
	.single-step {
		padding: 0;
	}

	.slick-steps-slider .slick-list {
		padding: 0 !important;
	}

	.slick-steps-slider .slick-next.slick-arrow {
		bottom: -90px;
	}

	.slick-steps-slider button.slick-prev.slick-arrow {
		bottom: -90px;
		left: calc(50% - 80px);
	}

	.slick-steps-slider .slick-center {
		transform: scale(1);
	}

	.single-slide-portfolio {
		padding: 0;
	}

	.single-slide-portfolio-info {
		transform: rotate(0);
		top: 0;
		height: 90px;
		padding: 20px;
		text-align: center;
	}

	.single-slide-portfolio-info:before {
		/*     content: none; */
	}
	.slick-portfolio .slick-list.draggable {
		padding: 0 !important;
	}

	.single-slide-portfolio-info a {
		font-size: 18px;
		margin: 0;
	}

	.single-slide-portfolio-info a:before {
		content: none;
	}

	.slick-slider .slick-arrow {
		z-index: 12;
	}

	.slick-portfolio .slick-arrow.slick-next {
		left: 50%;
		bottom: -40px;
	}

	.slick-portfolio .slick-prev {
		left: calc(50% - 80px);
		bottom: -40px;
	}

	.portfolio-desc .button {
		margin-bottom: 15px;
	}
	section.main_page_portfolio {
		padding-bottom: 0;
	}
	section.portfolio_page_parametrs .row {
		flex-direction: column-reverse;
	}
	.portfolio_page_table {
		margin-bottom: 30px;
	}
	.portfolio-loop-single a:after {
		opacity: 0.5;
		visibility: visible;
	}

	.portfolio-loop-single .portfolio-loop-single-title {
		top: 50px;
		z-index: 3;
		opacity: 1;
	}

	.portfolio-loop-single .round-button {
		bottom: 50px;
		opacity: 1;
	}
	.design_page_offer {
		padding: 20px;
		height: auto;
		margin-bottom: 30px;
	}

	.design_page_offer_bottom.text-center {
		position: relative;
	}

	.warranty_page_info_text {
		padding-top: 0;
		margin-bottom: 30px;
	}

	.warranty_page_info_gallery {
		padding: 0;
	}
	.slick-command .slick-list {
		padding: 0 !important;
	}

	.command-item {
		margin: 0;
	}

	.command-item-cover {
		top: 0;
		position: relative;
		opacity: 1;
		height: auto;
		left: 0;
		padding: 15px;
		text-align: center;
	}

	.command-item-title {
		position: relative;
		bottom: 0;
		left: 0;
	}

	.command-item-position {
		position: relative;
		transform: rotate(0);
		top: 0;
		right: 0;
	}

	.command-item-position:before {
		content: none;
	}
}


.dropdown>.dropdown-menu>.dropdown>.dropdown-menu {
	top: 0;
	left: calc(100% - 1px);
}


.dropdown:hover>.dropdown-menu{
	display: block;
	opacity: 1;
}

.dropdown-item.active, .dropdown-item:active{
	color: #1e2125;
	background-color: #e9ecef;
}



.ash1133__gallery__img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 10px;
}

@media (min-width:576px) {
	.ash1133__gallery__img {
		height: 300px;
	}
}
@media (min-width:768px) {
	.ash1133__gallery__img {
		height: 250px;
	}
}
@media (min-width:992px) {
	.ash1133__gallery__img {
		height: 300px;
	}
}
.portfolio-new {
    padding: 0px 0;
}

.portfolio-header {
    text-align: center;
    margin-bottom: 40px;
}

.portfolio-header h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.portfolio-header p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.portfolio-item {
    position: relative;
}

.portfolio-image {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
    color: #ffffff;
}

.portfolio-overlay h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    color: #ffffff;
}
.portfolio-item {
    position: relative;
    border: 2px solid #ab9270;
    transition: 0.3s ease;
}

.portfolio-item:hover {
    border-color: #c5a87d;
    transform: translateY(-3px);
}

@media (max-width: 992px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}
.portfolio-image {
    position: relative;
}

.portfolio-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: 0.3s ease;
}

.portfolio-item:hover .portfolio-image::after {
    opacity: 1;
}
.main_page_price {
    margin-top: -50px;
}
.service-child-price {
    padding-bottom: -30px;
}
.main_page_remont_elements {
    padding-top: 0px;
}
.about_page_command_fact {
	padding-top: 0px;
}
@media only screen and (max-width: 480px) {
	.main_page_price {
		margin-top: -50px !important;
	}
	.service-child-price {
		padding-bottom: -30px !important;
	}
	.main_page_remont_elements {
		padding-top: 0px !important;
	}
	.about_page_command_fact {
		padding-top: 0px !important;
	}
}
.about_new {
    padding: 0px 0;
}
main > section.about_new {
    padding-top: 0;
}
.about-video-wrapper {
    position: relative;
    display: inline-block;
}
.about-video {
    width: 100%;
    max-width: 520px;
    display: block;
    position: relative;
    z-index: 2;
    transition: transform 0.6s ease, filter 0.6s ease;
}
.about-video-frame {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #baa08f;
    z-index: 1;
}
.about-video-wrapper:hover .about-video {
    transform: scale(1.02);
    filter: brightness(0.75);
}
.about-video-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: 0.4s;
    pointer-events: none;
    z-index: 3;
}
.about-video-wrapper:hover::after {
    background: rgba(0,0,0,0.15);
}
.about-content {
    padding-left: 40px;
}
.about-content h2 {
    font-size: 31px;
}
.about-content .button {
    margin-top: 0px;
    margin-bottom: 0px;
}
@keyframes glowHover {
    0%   { opacity: 1; transform: scale(1); color: inherit; }
    10%  { opacity: 1; transform: scale(1.04); color: #baa08f; }
    25%  { opacity: 1; transform: scale(1); color: inherit; }
    100% { opacity: 1; transform: scale(1); color: inherit; }
}
.adv-item {
    animation: glowHover 6s ease-in-out infinite;
}
.adv-item:nth-child(1) { animation-delay: 0s; }
.adv-item:nth-child(2) { animation-delay: 2s; }
.adv-item:nth-child(3) { animation-delay: 4s; }
.about-list {
    margin: 30px 0;
}
.about-list li {
    margin-bottom: 10px;
    font-weight: 500;
}
.about-contacts {
    margin-top: 30px;
}
.about-contacts a {
    text-decoration: none;
    color: inherit;
}
.about-form {
    margin-top: 40px;
}
@media (max-width: 992px) {
    .about-content {
        padding-left: 0;
        margin-top: 40px;
    }
}
.about-advantages {
    margin: 25px 0 0px;
}
.adv-item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    transition: 0.3s ease;
}
.adv-check {
    font-size: 16px;
    color: #baa08f;
    margin-right: 10px;
    transition: 0.3s;
}
.adv-text {
    font-size: 20px;
    transition: 0.3s;
}
.adv-item:hover {
    transform: scale(1.05);
}
.adv-item:hover .adv-text {
    color: #baa08f;
}
.adv-item:hover .adv-check {
    transform: scale(1.2);
}
.about-contacts-card {
    margin-top: 40px;
    padding: 5px 5px;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: 3px solid #baa08f;
    background: #0f0f0f url('/wp-content/themes/goodhome/assets/img/footer-bg.jpg') center/cover no-repeat;
}
.about-contacts-card h4 {
    color: #fff;
    margin-bottom: 20px;
    margin-left: 10px;
}
.contact-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    margin-left: 25px;
}
.contact-row i {
    color: #baa08f;
    margin-right: 12px;
    font-size: 23px;
    min-width: 20px;
    margin-left: 25px;
}
.contact-row a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
.contact-row a:hover {
    color: #baa08f;
}
.about-contacts-card:hover {
    transform: translateY(-3px);
    transition: 0.3s ease;
}
.contact-us-section {
    padding: 100px 20px;
    background: #f8f8f8;
    position: relative;
}
.main_page_form_top::before {
    display: none;
}
.contact-us-container {
    max-width: 1100px;
    margin: 0 auto;
}
.contact-us-header {
    margin-bottom: 40px;
    text-align: left;
}
.contact-us-header h1 {
    font-size: 32px;
    margin-bottom: 10px;
    text-align: left !important;
}
.contact-us-header p {
    font-size: 18px;
    color: #777;
    text-align: left !important;
}
.contact-us-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}
.contact-us-form .left-fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-us-form .right-fields textarea {
    height: 100%;
    min-height: 180px;
}
.contact-us-form .right-fields {
    display: flex;
}
.contact-us-form input[type="submit"] {
    grid-column: 1 / -1;
    margin-top: 10px;
    padding: 15px 30px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}
.contact-us-form input,
.contact-us-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    background: #fff;
}
@media (max-width: 768px) {
    .contact-us-form form {
        grid-template-columns: 1fr;
    }
}
.custom-form-clean {
    background: #fff;
    padding: 0px 0;
    padding-top: 25px;
    text-align: left;
}
.form-inner {
    max-width: 600px;
    margin: 0 auto;
}
.form-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}
.form-subtitle {
    color: #666;
    margin-bottom: 40px;
    line-height: 1.5;
    text-align: left;
}
.form-wrapper input,
.form-wrapper textarea {
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}
.form-phone {
    margin-top: 0px;
    font-size: 14px;
    color: #888;
}
.form-phone a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

/*Services*/
/*Services - galery*/
.service-gallery__head {
    text-align: center;
}
.photo-gallery-section {
    padding: 50px 0;
    background:
        linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95)),
        url('/wp-content/themes/goodhome/assets/img/pattern_bg.jpg');
}

.photo-slider {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.photo-slider .slick-list {
    padding: 0 38% !important;
}

.photo-slider .slick-slide {
    display: flex !important;
    justify-content: center;
    transition: transform 0.3s ease;
    transform: scale(0.95);
    
}
.photo-slider .slick-center {
    transform: scale(1);
    border-radius: 6px;
    
    
}
.photo-slider .slick-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.7);
    pointer-events: none;
    transition: all 0.3s ease;
}

.photo-slider .slick-center::after {
    background: rgba(255,255,255,0);
}

.photo-slide {
    width: 320px; 
    height: 500px;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    position: relative;
    transition: all 0.3s ease;
    transform: scale(0.95);
    background: transparent;
}
.photo-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.6);
    transition: 0.3s ease;
    z-index: 2;
    pointer-events: none;
}
.slick-center .photo-slide::after {
    background: rgba(255,255,255,0);
    background: transparent !important;
}
.photo-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slick-center .photo-slide {
    transform: scale(1);
}
.photo-slider .slick-arrow {
    position: absolute;
    bottom: -25px;
    left: 55%;
    transform: translateX(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
}
.photo-slider .slick-prev {
    margin-left: -89px;
}

.photo-slider .slick-next {
    margin-left: 89px;
}
.photo-slide::after {
    background: rgba(255,255,255,0.35);
}

.slick-center .photo-slide::after {
    background: rgba(255,255,255,0);
}

@media (max-width: 768px) {

    .photo-gallery-section {
        padding: 10px 0;
    }

    .photo-slider .slick-list {
        padding: 0 !important;
    }

    .photo-slider .slick-slide {
        transform: none;
    }

    .photo-slider .slick-slide::after {
        display: none;
    }

    .photo-slide {
        width: 220px;
        height: 340px;
    }

        .photo-slider .slick-arrow {
        bottom: -15px;
        left: 50%;
        transform: translateX(-25%);
        width: 50px;
        height: 50px;
    }

    .photo-slider .slick-prev {
        margin-left: -34px;
    }

    .photo-slider .slick-next {
        margin-left: 34px;
    }
}

.service-page-heading {
    padding: 0;
    text-align: center;
}

.service-page-heading__title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.service-page-heading__subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: #777;
    margin: 0;
}

.twentytwenty-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.twentytwenty-wrapper,
.twentytwenty-container img {
    width: 100%;
}

@media (max-width: 768px) {
    .twentytwenty-container {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}
.service-page-heading {
    padding: 0;
    text-align: center;
}

.service-page-heading__title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.service-page-heading__subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: #777;
    margin: 0;
}

.twentytwenty-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.twentytwenty-wrapper,
.twentytwenty-container img {
    width: 100%;
}

@media (max-width: 768px) {
    .twentytwenty-container {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}
/*Services - video*/
.video_steps_section {
    padding: 50px 0;
    overflow: hidden;
    background:
        linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95)),
        url('/wp-content/themes/goodhome/assets/img/pattern_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video_steps_section .container {
    display: block !important;
}
.video-steps-slider {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    min-width: 0;
}
.video-steps-slider .slick-list {
    padding: 0 190px !important;
}

.video-steps-slider .slick-slide {
    position: relative;
    opacity: 1;
    transform: scale(0.9);
    transition: all 0.3s ease;
}
.video-steps-slider .slick-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.7); 
    transition: all 0.3s ease;
}
.video-steps-slider .slick-center::after {
    background: rgba(255,255,255,0);
}

.video-steps-slider .slick-center {
    opacity: 1;
    transform: scale(1);
}
.video-steps-slider .single-step {
    padding: 10px;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    
}

.video-steps-slider video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.video-steps-content {
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

.single-step-desc {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.video-steps-slider .slick-arrow {
    position: absolute;
    bottom: -25px;
    left: 55%;
    transform: translateX(-50%);
    z-index: 10;
    width: 70px;
    height: 70px;
}
.video-steps-slider .slick-prev {
    margin-left: -70px;
}

.video-steps-slider .slick-next {
    margin-left: 70px;
}
.video-steps-slider a {
    display: block;
}

.video-steps-slider .video-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.video-steps-slider .video-link video {
    width: 100%;
    display: block;
    pointer-events: auto;
}

.video-steps-slider .video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.fancybox__content {
    padding: 0 !important;
    background: transparent !important;
}
.fancybox__content video {
    width: auto;
    max-width: 85vw;
    max-height: 75vh;
    height: auto;
    display: block;
    margin: 0 auto;
}
.fancybox__slide {
    padding: 0 !important;
}
.fancybox__thumbs {
    background: transparent !important;
}

.fancybox__thumb {
    border-radius: 6px;
    overflow: hidden;
}
.fancybox__backdrop {
    background: rgba(0,0,0,0.9);
}
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}
.single-step-desc h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 600;
}
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    z-index: 3;
    pointer-events: none;
    transition: all 0.25s ease;
}
.video-link:hover .video-play-btn {
    background: rgba(186,160,143,1);
    transform: translate(-50%, -50%) scale(1.08);
}

.video-play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    border-left: 18px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
@media (max-width: 768px) {

    .video-steps-slider .slick-list {
        padding: 0 !important;
    }

    .video-steps-slider .slick-slide {
        transform: none;
    }

    .video-steps-slider .slick-slide::after {
        display: none !important;
    }
    .video_steps_section {
        background: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
     .video-steps-slider video {
        max-height: 300px;
        object-fit: cover;
    }
        .video-steps-slider .slick-arrow {
        bottom: -15px;
        left: 50%;
        transform: translateX(-25%);
        width: 50px;
        height: 50px;
    }

    .video-steps-slider .slick-prev {
        margin-left: -34px;
    }

    .video-steps-slider .slick-next {
        margin-left: 34px;
    }

}
#menu-item-564 > a {
    cursor: default;
}
.faq {
    padding: 0px 0;
}

.faq__title {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    font-weight: 400;
}

.faq__title::after {
    content: '';
    display: block;
    width: 75px;
    height: 1px;
    background: #baa08f;
    margin: 5px auto 0;
}

.faq__item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.faq__question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    transition: 0.3s;
}

.faq__question:hover {
    color: #baa08f;
}

.faq__icon {
    color: #baa08f;
    font-size: 20px;
}

.faq__answer {
    display: none;
    padding-top: 10px;
    color: #555;
}

.faq__item.active .faq__answer {
    display: block;
}
@media (max-width: 768px) {
    .faq__question {
        font-size: 14px;
    }
}
.about-image-box {
    position: relative;
    width: 420px;
    height: 520px;
    overflow: hidden;
}

.about-image-box::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #baa08f;
    z-index: 1;
}

.about-main-image {
    position: absolute;
    top: 0;
    left: 0;

    width: 110%;
    height: 110%;

    object-fit: cover;

    transform: translate(-20px, 20px);
}
@media (max-width: 768px) {
    .about-image-box {
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
    }

    .about-main-image {
        transform: none;
        width: 100%;
        height: 100%;
    }
}
.about-image-box {
    position: relative;
    width: 450px;
    height: 550px;
}

.about-image-box::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #baa08f;
    -webkit-mask-image: linear-gradient(to right, 
        transparent 0%, 
        black 15%, 
        black 85%, 
        transparent 100%
    );
    mask-image: linear-gradient(to right, 
        transparent 0%, 
        black 15%, 
        black 85%, 
        transparent 100%
    );
    opacity: 0.7;
    z-index: 1;
}

.about-image-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-main-image {
    position: absolute;
    top: 0;
    left: 0;

    width: 120%;
    height: 120%;

    object-fit: cover;

    transform: translate(-30px, 30px);
}
.about_page_info h2 {
    font-size: 36px;
}
@media (max-width: 480px) {
    .about_page_info h2,
    .warranty_page_info h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}