/*!
Theme Name: kuhni-serebro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: kuhni-serebro
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.

kuhni-serebro 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.
 */
/* 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;
	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
--------------------------------------------- */

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

/* Links
--------------------------------------------- */

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

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 {
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.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;
}

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

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

/*--------------------------------------------------------------
# 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;
}



--Instrument Sans--
@font-face {
	font-family: "Instrument Sans";
	src: url("/wp-content/themes/kuhni-serebro/fonts/Instrument-Sans/InstrumentSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Instrument Sans";
	src: url("/wp-content/themes/kuhni-serebro/fonts/Instrument-Sans/InstrumentSans-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


body {
	background: #F3F0EB;

	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

.btn {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 8px 16px;

	font-size: 16px;
	line-height: 20px;
	color: #F3F0EB;

	border: 1px solid #F3F0EB;
	border-radius: 36px;
	text-decoration: none;

	transition: .3s ease-out;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
}



/*////////////////////////////////////////// header ///////////////////////////////////////////*/

.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 16px 0;

	background: transparent;
	transition: .3s ease-out;
}

.site-header.open-menu,
.site-header.is-scrolled {
	background: #272727;
}

.site-header .header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
}

.site-header .header-container a {
	display: flex;
	text-decoration: none;
}

.site-header .header-container a.branding {
	width: 208px;
	height: auto;
}

.site-header .header-container a.branding img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.site-header .header-container .items {
	display: flex;
	align-items: center;
	gap: 20px;
}

.site-header .header-container .items .item {
	padding: 2px 4px 6px 4px;
	position: relative;

	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #F3F0EB;
}

.site-header .header-container .block {
	display: flex;
	align-items: center;
	gap: 24px;
}

.site-header .header-container .block .phones {
	display: flex;
	flex-direction: column;
}

.site-header .header-container .block .phones .item {
	position: relative;
	padding: 4px 8px;
	display: flex;
	align-items: center;
	gap: 6px;

	font-size: 16px;
	line-height: 20px;
	text-align: center;

	color: #F3F0EB;
}

.site-header .header-container .block .phones .item span.icon {
	width: 18px;
	height: 18px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header .header-container .items .item .line,
.site-header .header-container .block .phones .item .line {
	position: absolute;
	bottom: 3px;
	left: 32px;
	width: calc(100% - 8px * 2 - 6px - 18px);
	height: 1px;
	background: #F3F0EB;
	z-index: 1;
	transform-origin: left center;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}

.site-header .header-container .items .item .line {
	bottom: 2px;
	left: 4px;
	width: calc(100% - 4px * 2);
}

.site-header .header-container .burger-button {
	width: 42px;
	height: 42px;

	display: none;
	align-items: center;
	justify-content: center;

	cursor: pointer;
}

.site-header .header-container .burger-button svg path {
	transform-box: fill-box;
	transform-origin: center;
	transition: transform .3s ease-out, opacity 180ms ease-out;
}

.site-header.open-menu .header-container .burger-button svg path:first-child {
	transform: translateY(-9px) rotate(-45deg);
}

.site-header.open-menu .header-container .burger-button svg path:last-child {
	transform: translateY(9px) rotate(45deg);
}

.site-header.open-menu .header-container .burger-button svg path:nth-child(2) {
	opacity: 0;
}

.site-header .header-container .mobile-menu {
	height: calc(100dvh - 74px);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #272727;

	position: absolute;
	top: 74px;
	left: 0;
	transform: translateY(-100%);

	opacity: 0;
	z-index: -1000;
	transition: opacity .3s ease-out, transform .3s .3s ease-out;
}

.site-header.open-menu .header-container .mobile-menu {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .3s ease-out, transform 0s;
}

.site-header .header-container .mobile-menu {
	padding: 24px 20px 20px 20px;
}


/*/////////////////////////////////////// footer ///////////////////////////////////////////////*/
.site-footer {
	background: #272727;
}

.site-footer .footer-block {
	padding: 48px 0 100px;

	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.site-footer .footer-block .block-logo {
	width: 224px;
}

.site-footer .footer-block .block-logo a {
	display: flex;
	margin-bottom: 27px;
}

.site-footer .footer-block .block-logo a img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.site-footer .footer-block .block-logo .text {
	font-size: 12px;
	line-height: 16px;
	color: #A3A3A3;
}

.site-footer .footer-block .block-info {
	display: flex;
	gap: 20px;
}

.site-footer .footer-block .block-info .menu-items,
.site-footer .footer-block .block-info .contacts-info {
	width: 224px;
}


.site-footer .footer-block .block-info .form-block {
	max-width: 467px;
}

.site-footer form .block-text input[type="submit"] {
	font-size: 16px;
	line-height: 20px;
	width: 160px;
	padding: 8px;
}

.site-footer form .block-text,
.site-footer form .block-text a {
	font-size: 12px;
	line-height: 16px;
	gap: 16px;
	color: #A3A3A3;
}

.site-footer form .group-input {
	margin-bottom: 14px;
}

.site-footer form .group-input .span-text,
.site-footer form .group-input input::placeholder {
	color: #7F7F7E;
}

.site-footer form .group-input .span-text,
.site-footer form .group-input input,
.site-footer form .group-input input::placeholder {
	font-size: 14px;
	line-height: 18px;
}

.site-footer form .group-input input {
	color: #F3F0EB;
}

.site-footer .footer-block .block-info .title-block {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #C9C6BF;
	margin-bottom: 12px;
}

.site-footer .footer-block .block-info .menu-items .items {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.site-footer .footer-block .block-info .menu-items .items .item {
	padding: 2px 0 8px;
	text-decoration: none;

	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #F3F0EB;
}


.site-footer .footer-block .block-info .social .links .item .line,
.site-footer .footer-block .block-info .contacts .phones .item .line,
.site-footer .footer-block .block-info .menu-items .items .item .line {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #F3F0EB;
	z-index: 1;
	transform-origin: left center;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}

.site-footer .footer-block .block-info .contacts .phones .item .line {
	bottom: 5px;
	left: 24px;
	width: calc(100% - 24px);
}

.site-footer .footer-block .block-info .social .links .item .line {
	bottom: 2px;
	left: 26px;
	width: calc(100% - 26px);
}

.site-footer .footer-block .block-info .contacts .phones {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.site-footer .footer-block .block-info .social .links .item,
.site-footer .footer-block .block-info .contacts .phones .item {
	position: relative;
	padding: 4px 0;
	display: flex;
	align-items: center;
	gap: 6px;

	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;

	color: #F3F0EB;
}

.site-footer .footer-block .block-info .contacts .phones .item span.icon {
	width: 18px;
	height: 18px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.site-footer .footer-block .block-info .title-block.unp {
	margin-top: 12px;
}

.site-footer .footer-block .block-info .contacts {
	margin-bottom: 24px;
}

.site-footer .footer-block .block-info .social .links {
	display: flex;
	gap: 20px;
}

.site-footer .footer-block .block-info .social .links .item img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}



#front-page .sub-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #A3A3A3;
	margin-bottom: 8px;
}
#front-page .title {
	font-weight: 500;
	font-size: 48px;
	line-height: 52px;
	color: #464646;
	margin-top: 0;
	margin-bottom: 56px;
}

/*////////////////////////// первый экран ////////////////////////////////////*/
#front-page .main-section {
	height: 100vh;
	max-height: 900px;
	position: relative;
}

#front-page .main-section .slider-images {
	width: 100%;
	height: 100%;
	margin: 0;

	position: absolute;
	top: 0;
	left: 0;
}

#front-page .main-section .slider-images .slick-list,
#front-page .main-section .slider-images .slick-track {
	height: 100%;
}

#front-page .main-section .slider-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#front-page .main-section .arrows {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;

	display: flex;
	justify-content: space-between;
}

#front-page .main-section .arrows .arrow {
	width: calc((100vw - 1440px) / 2);
	position: absolute;
	top: 0;
	height: 100%;

	cursor: none;
}

#front-page .main-section .arrows .arrow.prev {
	left: 0;
}

#front-page .main-section .arrows .arrow.next {
	right: 0;
}

#front-page .main-section .arrows .arrow-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;
	border: 1px solid #F3F0EB;
	opacity: 0;

	position: fixed;
	pointer-events: none; /* Чтобы элемент не мешал кликам */
	transform: translate(-50%, -50%); /* Центрирование курсора на элементе */
	transition: transform 0.2s linear, opacity .2s ease-out; /* Плавность, по желанию */
}

#front-page .main-section .arrows .arrow-icon.is-visible {
	opacity: 1;
}

#front-page .main-section .dots {
	position: absolute;
	bottom: 65px;
	left: 50%;
	transform: translateX(-50%);
	min-width:  100px;
	height: 12px;
	z-index: 1;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;

	--dotDur: 500ms;   /* будет перезаписано из JS */
	--dotEase: linear; /* будет перезаписано из JS */
}

#front-page .main-section .dots .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	cursor: pointer;
	background: #F3F0EB;
	flex-shrink: 0;
	transition:
			width var(--dotDur) var(--dotEase),
			height var(--dotDur) var(--dotEase),
			opacity var(--dotDur) var(--dotEase);
}

#front-page .main-section .dots .dot.active {
	width: 12px;
	height: 12px;
}

/* по умолчанию все точки скрыты */
#front-page .main-section .dots .dot { opacity: 0; }

/* активная */
#front-page .main-section .dots .dot.active { opacity: 1; }

/* расстояние от активной */
#front-page .main-section .dots .dot.d1 { opacity: .8; }
#front-page .main-section .dots .dot.d2 { opacity: .6; }
#front-page .main-section .dots .dot.d3 { opacity: .4; }
#front-page .main-section .dots .dot.d4 { opacity: .2; }


#front-page .main-section .container {
	height: 100%;
}

#front-page .main-section .text-wrapper {
	height: 100%;
	padding: 130px 0;
	position: relative;
	z-index: 3;

	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
}

#front-page .main-section .text-wrapper .text {
	position: relative;
	font-weight: 500;
	font-size: 72px;
	line-height: 76px;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 1118px;
	margin-bottom: 16px;
}

#front-page .main-section .text-wrapper .text .small-text {
	position: absolute;
	bottom: 12px;
	right: 0;
	max-width: 400px;

	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-transform: none;
	color: #DFDBD3;
}

#front-page .main-section .text-wrapper a.btn {
	font-size: 20px;
	line-height: 24px;

	padding: 12px 24px;
}

#front-page .about-us {
	padding: 100px 0;
}

#front-page .about-us .flex-row {
	display: flex;
	gap: 20px;
	align-items: center;
}

#front-page .about-us .item {
	width: calc(100% / 2 - 20px / 2);
}

#front-page .about-us .item.image {
	height: 735px;
}

#front-page .about-us .item .text-block .image img,
#front-page .about-us .item.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#front-page .about-us .item .text {
	font-size: 18px;
	line-height: 22px;
	color: #7C7C7C;

	display: flex;
	flex-direction: column;
	gap: 16px;
}

#front-page .about-us .item .text-block .text {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
}

#front-page .about-us .item .text-block {
	max-width: 465px;
	margin: 0 0 50px auto;
}

#front-page .about-us .item .text-block .image {
	width: 100%;
	height: 220px;
}

#front-page .services {
	padding: 0 0 100px 0;
}

#front-page .services .items {
	display: flex;
	gap: 20px;
}

#front-page .services .items .item {
	width: calc(100% / 2 - 20px / 2);
	height: 540px;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
	overflow: hidden;
}

#front-page .services .items .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: .4s ease-out;
}

#front-page .services .items .item > * {
	position: relative;
	z-index: 1;
}

#front-page .services .items .item .title-block {
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
	color: #F3F0EB;
	margin-bottom: 4px;
}

#front-page .services .items .item .text-arrow {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #F3F0EB;
	padding: 8px 0;

	display: flex;
	align-items: center;
	gap: 8px;
}

#front-page .services .items .item .text-arrow .icon {
	width: 30px;
	height: 24px;

	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#front-page .services .items .item .text-arrow .icon svg path {
	transform-origin: left center;
	transform: scaleX(1);
	transition: .4s ease-out;
}

#front-page .calculation {
	padding: 100px 0;
	position: relative;
}

#front-page .calculation > * {
	position: relative;
	z-index: 1;
}

#front-page .calculation .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

#front-page .calculation .flex-row {
	display: flex;
	gap: 20px;
	align-items: flex-end;
	margin-bottom: 60px;
}

#front-page .calculation .flex-row .item {
	width: calc(100% / 2 - 20px / 2);
}

#front-page .calculation .flex-row .item .title {
	font-weight: 500;
	font-size: 64px;
	line-height: 70px;
	color: #F3F0EB;
	margin-bottom: 24px;
}

#front-page .calculation .flex-row .item .sub-text {
	font-size: 18px;
	line-height: 22px;
	color: #CDCAC5;
	max-width: 632px;
}

#front-page .calculation .flex-row .item.form-block {
	padding: 24px;
	border-radius: 16px;
	background: #F3F0EB33;
	backdrop-filter: blur(14px);
}

#front-page .calculation .flex-row .item.form-block .title-form {
	font-weight: 500;
	font-size: 32px;
	line-height: 36px;
	color: #F3F0EB;
	margin-bottom: 8px;
}

#front-page .calculation .flex-row .item.form-block .sub-title-form {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #CDC9C9;
	margin-bottom: 32px;
}

#front-page .calculation .title-items {
	font-weight: 500;
	font-size: 32px;
	line-height: 36px;
	color: #F3F0EB;
	margin-bottom: 24px;
}

#front-page .calculation .items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#front-page .calculation .items .item {
	width: calc(100% / 4 - 20px + 20px / 4);

	border: 1px solid #A19B90;
	background: #F3F0EB33;
	backdrop-filter: blur(5px);
	padding: 16px;
	border-radius: 12px;

	display: flex;
	gap: 8px;
	align-items: center;
}

#front-page .calculation .items .item .icon {
	width: 72px;
	height: 72px;
	flex-shrink: 0;
}

#front-page .calculation .items .item .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#front-page .calculation .items .item .title-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #F3F0EB;
	margin-bottom: 4px;
}

#front-page .calculation .items .item .sub-title-text {
	font-size: 16px;
	line-height: 20px;
	color: #F3F0EB;
}

form .group-input {
	margin-bottom: 16px;
	position: relative;
}

form .group-input > p {
	margin: 0;
}

form br {
	display: none;
}

form .group-input .span-text {
	font-size: 18px;
	line-height: 22px;
	color: #F3F0EB;
	caret-color: #F3F0EB;

	position: absolute;
	top: 12px;
	left: 0;
	transition: .3s ease-out;
}

form .group-input.focus .span-text {
	left: 10px;
	opacity: 0;
}

form .group-input input,
form .group-input textarea  {
	width: 100%;
	height: 100%;
	padding: 12px 0;
	border: none;
	border-bottom: 1px solid #A3A3A3;
	background: transparent;
	border-radius: 0;

	font-family: "Instrument Sans", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #F3F0EB;
	caret-color: #F3F0EB;
}

form .group-input textarea {
	max-height: 110px;
}

form .group-input.file input {
	border-bottom: none;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}

form .group-input input[type="file"]::file-selector-button {
	padding:8px 10px;
	margin-right: 16px;

	border-radius:10px;
	background: #F3F0EB4D;
	border:1px solid #A3A3A3;
	backdrop-filter: blur(4px);

	font-size: 16px;
	line-height: 20px;
	color: #F3F0EB;
	cursor:pointer;

	transition: .3s ease-out;
}

form .group-input input.wpcf7-not-valid,
form .group-input textarea.wpcf7-not-valid {
	border-color: #FE4447;
	color: #FE4447;
}

form .group-input .wpcf7-not-valid-tip {
	font-size: 12px;
	line-height: 16px;
	color: #FE4447;
	margin-top: 2px;
}

form .group-input textarea::placeholder,
form .group-input input::placeholder {
	color: #CDCAC5;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;

	opacity: 0;
	transition: .3s ease-out;
}

form .group-input.focus textarea::placeholder,
form .group-input.focus input::placeholder {
	opacity: 1;
	padding-left: 10px;
}

form .group-input input:focus-visible,
form .group-input input:focus,
form .group-input textarea:focus-visible,
form .group-input textarea:focus {
	outline: none;
}

form .group-input input:-webkit-autofill,
form .group-input textarea:-webkit-autofill {
	-webkit-text-fill-color: inherit;
	box-shadow: 0 0 0 1000px #69534752 inset; /* это и есть "фон" */
	color: #F3F0EB!important;
}

form .block-text p {
	margin: 0;
}

form .block-text {
	font-size: 16px;
	line-height: 20px;
	color: #CCC5BA;

	display: flex;
	align-items: center;
	gap: 20px;
}

form .block-text a {
	color: #CCC5BA;
}

form .block-text > p {
	display: flex;
}

form .block-text .wpcf7-spinner {
	display: none;
}

form .block-text input[type="submit"] {
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #F3F0EB;

	background: transparent;
	border: 1px solid #A3A3A3;
	border-radius: 36px;
	padding: 12px;
	width: 223px;

	cursor: pointer;
	transition: .3s ease-out;
}
form .wpcf7-response-output {
	border: none;
	padding: 0;

	font-size: 16px;
	line-height: 20px;
	color: #CCC5BA;
	text-align: center;
}

form[data-status="invalid"] .wpcf7-response-output {
	color: #FE4447;
}

form[data-status="sent"] .wpcf7-response-output {
	color: #85C994;
}



#front-page .step-by-step {
	padding: 100px 0;
}

#front-page .step-by-step .flex-row {
	display: flex;
	align-items: stretch;
	gap: 20px;
}

#front-page .step-by-step .flex-row .steps {
	width: 100%;
	flex: 2;
}

#front-page .step-by-step .flex-row .image {
	width: 100%;
	flex: 4;
}

#front-page .step-by-step .flex-row .item.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#front-page .step-by-step .flex-row .steps {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#front-page .step-by-step .flex-row .step {
	display: flex;
	align-items: flex-end;
	gap: 15px;
	position: relative;
}

#front-page .step-by-step .flex-row .step:before {
	content: "";
	position: absolute;
	bottom: -3.5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #DFDBD3;
}

#front-page .step-by-step .flex-row .step .number {
	width: 76px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;

	font-weight: 500;
	font-size: 124px;
	line-height: 128px;
	color: #DFDBD3;
}

#front-page .step-by-step .flex-row .step .step-title {
	font-size: 24px;
	line-height: 28px;
	color: #464646;
	margin-bottom: 8px;
	max-width: 258px;
}

#front-page .step-by-step .flex-row .step .step-text {
	font-size: 16px;
	line-height: 20px;
	color: #7C7C7C;
	padding-bottom: 17px;
	max-width: 258px;
}



#front-page .portfolio {
	padding: 100px 0;
	background: #272727;
	position: relative;
	overflow: hidden;
}

#front-page .portfolio .arrow {
	width: calc((100vw - 1440px) / 2);
	position: absolute;
	top: 0;
	height: 100%;

	cursor: none;
	z-index: 2;
}

#front-page .portfolio .arrow.prev {
	left: 0;
}

#front-page .portfolio .arrow.next {
	right: 0;
}

#front-page .portfolio .arrow-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;
	border: 1px solid #F3F0EB;
	opacity: 0;

	position: fixed;
	pointer-events: none; /* Чтобы элемент не мешал кликам */
	transform: translate(-50%, -50%); /* Центрирование курсора на элементе */
	transition: transform 0.2s linear, opacity .2s ease-out; /* Плавность, по желанию */
}

#front-page .portfolio .arrow .arrow-icon.is-visible {
	opacity: 1;
}

#front-page .portfolio .arrow[aria-disabled="true"] {
	cursor: inherit;
}

#front-page .portfolio .arrow[aria-disabled="true"] .arrow-icon.is-visible {
	opacity: 0;
}

#front-page .portfolio .sub-title {
	color: #A3A3A3;
}

#front-page .portfolio .title {
	color: #F3F0EB;
}

#front-page .portfolio .container {
	position: relative;
	z-index: 1;
}

#front-page .portfolio .gallery-container,
#front-page .portfolio .gallery-container .slick-track {
	/*gap: 56px;*/
	/*display: flex;*/
}

#front-page .portfolio .gallery-container .slick-list {
	overflow: visible;
}

#front-page .portfolio .gallery-container .slide[aria-hidden="true"] {

}

#front-page .portfolio .gallery-container .slide {
	width: 948px;
	height: 658px;
	margin-right: 56px;
}

#front-page .portfolio .gallery-container .slide:last-child {
	margin-right: 0;
}

#front-page .portfolio .gallery-container .slide img {
	width: 100%;
	height: 100%;
}

#front-page .cities {
	padding: 100px 0;
}

#front-page .cities .flex-row {
	display: flex;
	align-items: center;
	gap: 20px;
}

#front-page .cities .flex-row .map {
	max-width: 760px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#front-page .cities .flex-row .map .map-wrapper {
	position: relative;
}

#front-page .cities .flex-row .map .map-wrapper svg path {
	transition: .3s ease-out;
}

#front-page .cities .flex-row .map .map-wrapper svg path.active {
	fill: #C9C6BF;
}

#front-page .cities .flex-row .map .map-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#front-page .cities .flex-row .dot-wrapper {
	position: absolute;
	bottom: 34%;
	left: 28%;

	display: flex;
	flex-direction: column-reverse;
	gap: 7px;

	transition: .3s ease-out;
}

#front-page .cities .flex-row .dot-wrapper .dot {
	background: #868076;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	box-shadow: 0px 1px 2px 0px #91846996,
				1px 3px 3px 0px #91846982,
				3px 6px 4px 0px #9184694D,
				5px 11px 5px 0px #91846917,
				7px 18px 5px 0px #91846903;
	z-index: 0;
}

#front-page .cities .flex-row .dot-wrapper .dot:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #F3F0EB;
}

#front-page .cities .flex-row .dot-wrapper .text {
	padding: 4px 8px;
	background: #A29C91;
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px;
	color: #F3F0EB;
}

#front-page .cities .flex-row .buttons {
	width: 100%;
	max-width: 658px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#front-page .cities .flex-row .buttons .button {
	padding: 8px 0;
	display: flex;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	position: relative;
}

#front-page .cities .flex-row .buttons .button:not(:last-child):before {
	content: "";
	position: absolute;
	bottom: -3.5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #DFDBD3;
}

#front-page .cities .flex-row .buttons .button .circle {
	width: 34px;
	height: 34px;
	position: relative;
}

#front-page .cities .flex-row .buttons .button .circle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #C9C6BF;
	z-index: 0;
	opacity: .5;
	transition: .3s ease-out;
}

#front-page .cities .flex-row .buttons .button .circle:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #F3F0EB;
	z-index: 1;
}

#front-page .cities .flex-row .buttons .button.active .circle:before {
	opacity: 1;
}

#front-page .cities .flex-row .buttons .button .text {
	font-size: 20px;
	line-height: 24px;
	color: #464646;
	opacity: .5;
	transition: .3s ease-out;
}

#front-page .cities .flex-row .buttons .button.active .text {
	opacity: 1;
}

#front-page .cities .flex-row .buttons .button .arrow {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	margin: 0 0 0 auto;
	transition: .3s ease-out;
}

#front-page .cities .flex-row .buttons .button.active .arrow {
	opacity: 1;
}




@media (hover: hover) and (pointer: fine) {

	.btn:hover {
		background: #F3F0EB;
		color: #272727;
	}

	.site-header .header-container .items .item:hover .line,
	.site-header .header-container .block .phones .item:hover .line,
	.site-footer .footer-block .block-info .menu-items .items .item:hover .line,
	.site-footer .footer-block .block-info .contacts .phones .item:hover .line,
	.site-footer .footer-block .block-info .social .links .item:hover .line {
		transform: scaleX(1);
	}

	#front-page .services .items .item:hover img {
		transform: scale(1.3);
	}

	#front-page .services .items .item:hover .text-arrow .icon svg path {
		transform: scaleX(1.3);
	}

	form .group-input input[type="file"]::file-selector-button:hover {
		background: #F3F0EB;
		border-color: #F3F0EB;
		color: #464646;
	}

	form .block-text input[type="submit"]:hover {
		background: #F3F0EB3D;
		border-color: #F3F0EB;
	}


	#front-page .cities .flex-row .buttons .button:hover .circle:before,
	#front-page .cities .flex-row .buttons .button:hover .text {
		opacity: 1;
	}
}

@media (max-width: 1480px) {
	.container {
		padding: 0 20px;
	}
}

@media (max-width: 1340px) {
	.site-header .header-container {
		gap: 16px;
	}

	.site-header .header-container .items {
		gap: 12px;
	}

	.site-header .header-container a.branding {
		width: 184px;
	}

	.site-header .header-container .block a.btn {
		display: none;
	}

	.site-footer .footer-block .block-info .form-block {
		max-width: 340px;
	}

	.site-footer form .block-text {
		flex-direction: column;
	}

	form .block-text > p,
	.site-footer form .block-text input[type="submit"] {
		width: 100%;
	}
}

@media (max-width: 1260px) {

	#front-page .calculation .flex-row .item {
		width: 100%;
	}

	#front-page .calculation .items .item {
		width: calc(100% / 2 - 20px + 20px / 2);
	}

	#front-page .calculation .flex-row .item .title {
		font-size: 48px;
		line-height: 52px;
	}
}

@media (max-width: 1200px) {
	#front-page .main-section .text-wrapper .text {
		font-size: 56px;
		line-height: 60px;
		max-width: 876px;
	}

	#front-page .main-section .text-wrapper .text .small-text {
		font-size: 16px;
		line-height: 20px;
		max-width: 322px;
	}


	#front-page .about-us .item .text-block .text {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	#front-page .about-us .item .text-block {
		margin-bottom: 24px;
	}

	#front-page .portfolio .gallery-container .slide {
		width: 590px;
		height: 409px;
		margin-right: 32px;
	}
}

@media (max-width: 1100px) {

	.site-header .header-container a.branding {
		width: 144px;
	}

	#front-page .step-by-step .flex-row .image {
		flex: 3;
	}

	#front-page .cities .flex-row .buttons .button .arrow {
		display: none;
	}

	#front-page .cities .flex-row {
		flex-direction: column-reverse;
	}

	#front-page .cities .flex-row .buttons {
		max-width: none;

		flex-direction: row;
		flex-wrap: wrap;
		gap: 16px;
	}

	#front-page .cities .flex-row .buttons .button {
		width: calc(100% / 3 - 16px + 16px / 3);
	}

	#front-page .cities .flex-row .buttons .button:not(:last-child):before {
		content: none;
	}
}

@media (max-width: 992px) {
	.site-header .header-container a.branding {
		width: 138px;
	}

	.site-header .header-container > .items,
	.site-header .header-container > .block {
		display: none;
	}

	.site-header .header-container .block a.btn,
	.site-header .header-container .burger-button {
		display: flex;
	}

	.site-header .header-container .items {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.site-header .header-container .items .item {
		padding: 8px 0;
		width: 100%;
	}

	.site-header .header-container .items .item:not(:last-child):before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		background: #464646;
		bottom: -8px;
	}

	.site-header .header-container .block {
		justify-content: space-between;
		gap: 14px;
	}

	#front-page .main-section .text-wrapper {
		padding: 100px 0;
	}

	#front-page .main-section .text-wrapper a.btn {
		font-size: 16px;
		line-height: 20px;
		padding: 12px 24px;
	}

	#front-page .main-section .text-wrapper .text {
		display: flex;
		flex-direction: column;
		gap: 16px;

		font-size: 48px;
		line-height: 52px;
		max-width: 776px;
	}

	#front-page .main-section .text-wrapper .text .small-text {
		position: relative;
		display: flex;
		bottom: 0;
	}

	.site-footer .footer-block {
		flex-direction: column;
		padding: 48px 0;
		gap: 32px;
	}

	.site-footer .footer-block .block-logo {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		gap: 20px;
	}

	.site-footer .footer-block .block-logo a {
		margin: 0;
	}

	.site-footer .footer-block .block-logo a img {
		width: 224px;
	}

	.site-footer .footer-block .block-logo .text {
		max-width: 346px;
		text-align: right;
	}

	.site-footer .footer-block .block-info {
		justify-content: space-between;
	}

	#front-page .sub-title {
		font-size: 18px;
		line-height: 22px;
	}

	#front-page .title {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 44px;
	}

	#front-page .about-us .flex-row {
		flex-direction: column;
		gap: 24px;
	}

	#front-page .about-us .item {
		width: 100%;
	}

	#front-page .about-us .item.image {
		height: 435px;
	}

	#front-page .about-us .item .text-block {
		margin: 0 0 20px 0;
	}

	#front-page .about-us .item .text {
		gap: 8px;
	}

	#front-page .about-us,
	#front-page .calculation,
	#front-page .step-by-step,
	#front-page .portfolio,
	#front-page .cities {
		padding: 80px 0;
	}

	#front-page .services {
		padding: 0 0 80px 0;
	}

	#front-page .calculation .flex-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	#front-page .calculation .flex-row .item .title {
		font-size: 40px;
		line-height: 44px;
	}

	#front-page .step-by-step .flex-row .image {
		flex: 2;
	}

	#front-page .step-by-step .flex-row .step .step-title {
		font-size: 20px;
		line-height: 24px;
		max-width: 247px;
	}

	#front-page .step-by-step .flex-row .step .number {
		font-size: 110px;
		line-height: 114px;
	}

	#front-page .step-by-step .flex-row .step .step-text {
		padding-bottom: 15px;
	}
}

@media (max-width: 768px) {

	.container {
		padding: 0 16px;
	}

	.site-header .header-container .mobile-menu {
		padding: 24px 16px 16px 16px;
	}

	#front-page .main-section .text-wrapper .text {
		font-size: 44px;
		line-height: 48px;
		max-width: 700px;
		gap: 8px;
	}

	.site-footer .footer-block .block-info {
		flex-wrap: wrap;
		gap: 32px 14px;
	}

	.site-footer .footer-block .block-info .form-block {
		width: 100%;
	}

	#front-page .sub-title {
		font-size: 16px;
		line-height: 20px;
	}

	#front-page .title {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 32px;
	}

	#front-page .about-us .item.image {
		height: 370px;
	}

	#front-page .about-us .item .text {
		font-size: 16px;
		line-height: 20px;
	}

	#front-page .services .items .item {
		height: 340px;
		padding: 16px;
	}

	#front-page .services .items .item .title-block {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 2px;
	}

	#front-page .services .items .item .text-arrow {
		font-size: 18px;
		line-height: 22px;
		padding: 6px 0;
	}

	#front-page .calculation .flex-row .item .title {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	#front-page .calculation .items {
		gap: 12px;
	}

	#front-page .calculation .items .item {
		padding: 8px;
		width: calc(100% / 2 - 12px + 12px / 2);
	}

	#front-page .calculation .items .item .title-text {
		font-size: 18px;
		line-height: 22px;
	}

	#front-page .calculation .items .item .sub-title-text {
		font-size: 14px;
		line-height: 18px;
	}

	form .block-text {
		font-size: 14px;
		line-height: 18px;
	}

	#front-page .calculation .flex-row .item.form-block .title-form {
		font-size: 28px;
		line-height: 32px;
	}

	#front-page .calculation .flex-row .item.form-block .sub-title-form {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 24px;
	}

	#front-page .step-by-step .flex-row {
		flex-direction: column;
		gap: 12px;
	}

	#front-page .step-by-step .flex-row .steps {
		gap: 4px;
		flex: auto;
	}

	#front-page .step-by-step .flex-row .step:before{
		bottom: -1.5px;
	}

	#front-page .step-by-step .flex-row .step .number {
		font-size: 98px;
		line-height: 100px;
		width: 60px;
	}

	#front-page .step-by-step .flex-row .image {
		height: 260px;
		flex: auto;
	}

	#front-page .cities .flex-row .buttons {
		gap: 4px;
	}

	#front-page .cities .flex-row .buttons .button {
		width: calc(100% / 2 - 4px + 4px / 2);
	}

	#front-page .cities .flex-row .map .map-wrapper svg {
		width: 100%;
		height: auto;
	}

	#front-page .cities .flex-row .buttons .button {
		gap: 8px;
	}

	#front-page .cities .flex-row .buttons .button .circle {
		width: 28px;
		height: 28px;
	}

	#front-page .cities .flex-row .buttons .button .text {
		font-size: 16px;
		line-height: 20px;
	}


}

@media (max-width: 576px) {

	.site-header .header-container .block a.btn {
		font-size: 16px;
		line-height: 20px;
		padding: 12px;
	}
	#front-page .main-section .text-wrapper .text {
		font-size: 36px;
		line-height: 40px;
	}

	.site-footer .footer-block .block-logo {
		flex-direction: column;
	}

	.site-footer .footer-block .block-logo a img {
		width: 100%;
	}

	.site-footer .footer-block .block-logo a {
		width: 358px;
	}

	.site-footer .footer-block {
		padding: 16px 0;
	}

	.site-footer .footer-block .block-info .menu-items,
	.site-footer .footer-block .block-info .contacts-info {
		width: calc(100% / 2 - 14px / 2);
	}

	#front-page .sub-title {
		font-size: 14px;
		line-height: 18px;
	}

	#front-page .title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 24px;
	}

	#front-page .about-us,
	#front-page .calculation,
	#front-page .step-by-step,
	#front-page .portfolio,
	#front-page .cities {
		padding: 56px 0;
	}

	#front-page .services {
		padding: 0 0 56px 0;
	}

	#front-page .services .items .item .title-block {
		font-size: 24px;
		line-height: 28px;
	}

	#front-page .services .items .item .text-arrow {
		font-size: 16px;
		line-height: 20px;
	}

	#front-page .services .items .item {
		height: 272px;
		width: 100%;
		padding: 12px;
	}

	#front-page .services .items {
		flex-direction: column;
	}

	#front-page .calculation .flex-row .item .title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 16px;
	}

	#front-page .calculation .flex-row .item .sub-text {
		font-size: 16px;
		line-height: 20px;
	}

	#front-page .calculation .title-items {
		font-size: 28px;
		line-height: 32px;
	}

	#front-page .calculation .items .item {
		width: 100%;
	}

	form .block-text {
		flex-direction: column;
	}

	form .block-text {
		font-size: 12px;
		line-height: 16px;
	}

	form .group-input input[type="file"]::file-selector-button,
	form .group-input.file input {
		font-size: 14px;
		line-height: 18px;
	}

	form .group-input .span-text,
	form .group-input input,
	form .group-input input::placeholder {
		font-size: 16px;
		line-height: 20px;
	}

	form .group-input {
		margin-bottom: 12px;
	}

	#front-page .calculation .flex-row .item.form-block .title-form {
		font-size: 24px;
		line-height: 28px;
	}

	form .block-text > p,
	form .block-text input[type="submit"] {
		width: 100%;
	}

	#front-page .portfolio .gallery-container .slide {
		width: 383px;
		height: 266px;
		margin-right: 20px;
	}
}

@media (max-width: 480px) {
	#front-page .main-section .text-wrapper a.btn {
		width: 100%;
	}

	.site-footer .footer-block .block-logo a {
		width: 100%;
	}

	#front-page .calculation .flex-row .item.form-block {
		padding: 12px;
	}

	.site-footer .footer-block .block-info .form-block {
		max-width: none;
	}

	.site-footer form .block-text input[type="submit"] {
		padding: 12px;
	}
}

@media (max-width: 440px) {
	.site-footer .footer-block .block-info .menu-items {
		width: auto;
	}

	.site-footer .footer-block .block-info .contacts-info {
		min-width: 206px;
	}

	#front-page .portfolio .gallery-container .slide {
		width: 330px;
		height: 229px;
		margin-right: 14px;
	}
}

@media (max-width: 400px) {
	.site-header .header-container .mobile-menu .block {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.site-header .header-container .block a.btn {
		width: 100%;
	}
}