/*!
Theme Name: EGO STUDIO
Theme URI: egostudio.com.ua
Author: egostudio.com.ua
Author URI: egostudio.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: EGO STUDIO
Text Domain: EGO STUDIO
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.

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


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

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

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: #fefefe;
	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: #000;
}

select {
	border: 1px solid #000;
}

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



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

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













/******************* SITE ******************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 140%;
}
a, a:hover {
	transition: 0.35s;
	text-decoration: none;
}
main.site-main {
	overflow: hidden;
}

.language-switcher {
	position: relative;
	display: inline-block;
}

.language-switcher ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.language-switcher ul li {
	position: relative;
	display: inline-block;
}

.language-switcher ul li a {
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	color: #333;
	cursor: pointer;
}

.language-switcher ul li .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 1000;
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 80px;
}

.language-switcher ul li .dropdown-menu li {
	display: block;
}

.language-switcher ul li .dropdown-menu li a {
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
}

.language-switcher ul li .dropdown-menu li a:hover {
	background-color: #f0f0f0;
}

.language-switcher ul li:hover .dropdown-menu {
	display: block;
}

.language-switcher ul li.current-language a {
	font-weight: bold;
	color: #007bff; 
}
header.site {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.35057773109243695) 0%, rgba(0,0,0,0.35057773109243695) 100%);
	padding: 10px 0;
}
.top_header {
	display: flex;
	justify-content: space-between;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.phone_header a {
	font-size: 18px;
	color: #fff;
}

.social_header {
	display: flex;
	column-gap: 15px;
}

.social_header a img {
	width: 25px;
	display: flex;
}

.content_header {
	display: flex;
	justify-content: space-between;
}
header.site {
	position: absolute;
	width: 100%;
}
.box_baner {
	height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
}

.box_baner_content {
	max-width: 65%;
}
header.site {
	z-index: 9;
}

.box_baner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.35057773109243695) 100%);
}
.container {
	position: relative;
	z-index: 1;
}
.title {
	font-size: 48px;
	color: #7C6957;
	font-weight: 800;
	display: flex;
	line-height: 1;
}
.des_title {
	font-size: 19px;
	color: #fff;
	padding: 40px 0;
}
h1.title {
	margin: 0;
}
h1.title {
	margin: 0;
}
a.btn {
	font-size: 18px;
	color: #fff;
	padding: 20px 60px;
	border-radius: 50px;
	background-color: #7C6957;
	font-weight: 600;
	border: 2px solid #7C6957;
}
.button_baner {
	display: flex;
	align-items: center;
	column-gap: 15px;
}
a.btn + a.btn {
	background-color: transparent;
	border-color: #7C6957;
}
a.btn + a.btn:hover {
	background-color: #7C6957;
}
a.btn:hover {
	background-color: #323232;
	border-color: #323232;
}
.item_social a:hover img {
	-webkit-filter: brightness(70%);
}
.item_social a img {
	transition: 0.35s;
}
main.site-main {
	background: #000;
}
.item_content_about {
	display: flex;
	gap: 45px;
}
.img_item_content_about img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.img_item_content_about {
	width: calc(60% - 23px);
}
.text_item_content_about {
	width: calc(40% - 22px);
}
.des_text_item_content_about {
	color: #fff;
}
.des_text_item_content_about {
	max-height: 450px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.5s ease;
}

.des_text_item_content_about.collapsed {
	max-height: 100%;
}

.toggle-text {
	display: block;
	margin-top: 10px;
	cursor: pointer;
	background: none;
	border: none;
	color: #007bff;
	font-size: 16px;
	text-decoration: underline;
}

.text_item_content_about .toggle-text {
	display: none;
}

.text_item_content_about.expanded .toggle-text {
	display: block;
}
.text_item_content_about.expanded .toggle-text {
	padding: 0;
	color: #fff;
}
.img_item_content_about {
	max-height: 550px;
}
.item_content_about {
	margin-bottom: 80px;
}
.content_about .item_content_about:nth-child(even) {
	display: flex;
	flex-direction: row-reverse;
}
.content_box_programm .title {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
main.site-main > div {
	padding-top: 140px;
}
main.site-main > div:nth-child(1) {
	padding-top: 0;
}
.box_baner_content .title {
	text-align: left;
	display: flex;
	justify-content: flex-start;
}
.box_baner_content .des_title {
	text-align: left;
}
.des_title {
	text-align: center;
	max-width: 920px;
	margin: 0 auto;
}
.title {
	text-align: center;
	display: flex;
	justify-content: center;
}
.box_about .title {
	display: flex;
	justify-content: flex-start;
	text-align: left;
}
.des_text_item_content_about {
	padding-top: 30px;
}
.items_programm {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.items_programm > div {
	width: calc(20% - 15px);
}
.img_item_programm img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
}
.img_item_programm {
	display: flex;
	align-items: center;
	justify-content: center;
}
.title_item_programm {
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 20px 0 25px;
	min-height: 90px;
}
.price_item_programm a {
	color: #fff;
	width: 100%;
	border: 1px solid #7C6957;
	display: flex;
	padding: 15px;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.price_item_programm a:hover {
	background-color: #7C6957;
}
.sl_uslugy_y_czen .item_sl_uslugy_y_czen {
	margin-right: 15px !important;
}
.slick-slide {
	margin-right: 0 !important;
}
.sl_uslugy_y_czen .slick-list {
	margin-right: -15px;
}
.content_about .item_content_about:nth-last-child(1) {
	margin-bottom: 0;
}
.slick-slide {
	height: auto !important;
	display: flex;
	align-items: stretch;
	box-sizing: border-box;
}

.item_sl_uslugy_y_czen {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.item_sl_uslugy_y_czen {
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 35px 20px 45px;
}
.item_sl_uslugy_y_czen:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: hsl(0deg 0% 0% / 65%);
	top: 0;
	left: 0;
}
.item_sl_uslugy_y_czen > div {
	position: relative;
	z-index: 1;
}
.img_item_sl_uslugy_y_czen img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
.title_item_sl_uslugy_y_czen {
	font-size: 20px;
	padding: 20px 0;
	color: #7C6957;
	font-weight: 700;
}
.price_item_sl_uslugy_y_czen a {
	color: #fff;
	width: 100%;
	border: 1px solid #7C6957;
	display: flex;
	padding: 15px;
	border-radius: 50px;
	align-items: center;
	font-weight: 600;
	justify-content: center;
}
.price_item_sl_uslugy_y_czen a:hover {
	background-color: #7C6957;
}
.price_item_sl_uslugy_y_czen a {
	pointer-events: none;
}

.item_sl_uslugy_y_czen:hover a {
	background-color: #7C6957;
}
.price_item_sl_uslugy_y_czen {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}
.des_item_sl_uslugy_y_czen {
	color: #fff;
	line-height: 26px;
	min-height: 190px;
}
ul.slick-dots {
	display: flex !important;
	margin: 0 auto;
	padding: 0;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	list-style-type: none;
	column-gap: 15px;
}
ul.slick-dots button {
	font-size: 0;
	padding: 0;
	margin: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgb(255 255 255 / 40%);
	border: none;
}
ul.slick-dots li.slick-active button {
	background: #fff;
}
.items_dopovnennya {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: flex-start;
}

.items_dopovnennya > div {
	width: calc(16.6% - 21px);
	margin-bottom: 25px;
}

.img_item_dopovnennya img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.img_item_dopovnennya {
	display: flex;
	align-items: center;
	justify-content: center;
}

.title_item_dopovnennya {
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 20px 0;
	min-height: 110px;
}

.price_item_dopovnennya {
	color: #fff;
	width: 100%;
	border: 1px solid #7C6957;
	display: flex;
	padding: 15px;
	border-radius: 50px;
	align-items: center;
	font-weight: 600;
	justify-content: center;
	transition: 0.35s;
}

.price_item_dopovnennya:hover {
	background-color: #7C6957;
}
.icon_item_chomu_my img {
	width: 70px;
	height: 70px;
}

.items_chomu_my {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}

.items_chomu_my > div {
	width: calc(33.3% - 25px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: rgb(255 255 255 / 5%);
	padding: 30px;
	color: #fff;
}

.title_item_chomu_my {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px 0;
}

.des_item_chomu_my {
	text-align: center;
	color: rgb(255 255 255 / 80%);
}
main.site-main > .box_majstry_studiyi {
	background-color: #141616;
	margin-top: 140px;
	padding: 100px 0;
}

.items_majstry_studiyi {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
}

.items_majstry_studiyi > div {
	width: calc(25% - 15px);
}
.sl_interyer_studiyi_wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.sl_interyer_studiyi_main {
	width: 100%;
	margin-bottom: 20px;
}

.sl_interyer_studiyi_main img {
	width: 100%;
	height: auto;
	display: block;
}

.sl_interyer_studiyi_nav {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.sl_interyer_studiyi_nav div {
	cursor: pointer;
}

.sl_interyer_studiyi_nav img {
	width: 100%;
	height: auto;
	display: block;
}
.sl_interyer_studiyi_wrapper {
	background: rgb(255 255 255 / 5%);
	padding: 50px;
	margin-top: 50px;
}

.sl_interyer_studiyi_nav .slick-slide.slick-current.slick-active {
	opacity: 1;
}

.sl_interyer_studiyi_nav .slick-slide {
	opacity: 0.65;
	transition: 0.35s;
	margin-right: 20px !important;
}

.sl_interyer_studiyi_nav .slick-slide:hover {
	opacity: 1;
}

.sl_interyer_studiyi_nav .slick-track {
	margin-right: -20px;
}

button.slick-arrow {
	position: absolute;
	top: 45%;
	left: 15px;
	z-index: 9;
	padding: 0;
	margin: 0;
	font-size: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url(img/arrow-prev.svg);
	background-size: 25px;
	background-position: center;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

button.slick-next.slick-arrow {
	right: 15px;
	left: auto;
	transform: rotate(180deg);
	background-position: 5px;
}
.sl_interyer_studiyi_main img {
	height: 540px;
	object-fit: cover;
	object-position: center;
}
main.site-main > .box_robota_dlya_divchat {
	padding: 100px;
	margin-top: 100px;
	background: #141616;
}

.icon_item_robota_dlya_divchat img {
	width: 70px;
	height: 70px;
}

.items_robota_dlya_divchat {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}

.items_robota_dlya_divchat > div {
	width: calc(33.3% - 20px);
	background: #000;
	padding: 35px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.title_item_robota_dlya_divchat {
	font-size: 20px;
	color: #fff;
	padding: 25px 0;
}

.des_item_robota_dlya_divchat {
	color: rgb(255 255 255 / 65%);
}

.button_robota_dlya_divchat {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.button_robota_dlya_divchat a {
	color: #fff;
	border: 1px solid #7C6957;
	display: inline-flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	transition: 0.35s;
	width: auto;
	padding: 15px 45px;
	font-weight: 600;
}

.button_robota_dlya_divchat a:hover {
	background: #7C6957;
}
.box_robota_dlya_divchat .title {
	color: #7C6957;
}
.adr_contacts span:nth-child(1), 
.phone_contacts span:nth-child(1), 
.email_contacts span:nth-child(1) {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	width: 150px;
}

.adr_contacts span, 
.phone_contacts a, 
.email_contacts a {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	width: calc(100% - 165px);
}
.item_mess_contacts img {
	width: 30px;
	height: 30px;
}
.mess_contacts {
	display: flex;
	column-gap: 15px;
}
.content_contacts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}
.box_contacts .title {
	text-align: left;
	display: flex;
	justify-content: flex-start;
}
.box_contacts .des_title {
	text-align: left;
	line-height: 30px;
}
.adr_contacts, .phone_contacts, .email_contacts {
	padding-bottom: 35px;
	display: flex;
}
.right_content_contacts {
	padding: 50px;
	background-color: rgb(0 0 0 / 50%);
}

.form_site input, .form_site textarea {
	width: 100%;
	background: #474748;
	border: none;
	padding: 15px 25px;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
}

.form_site input.wpcf7-submit {
	font-size: 18px;
	color: #fff;
	padding: 20px 60px;
	border-radius: 50px;
	background-color: #7C6957;
	font-weight: 600;
	border: 2px solid #7C6957;
}

.form_site textarea {
	border-radius: 20px;
	max-height: 150px;
}

.box_contacts {
/*	background-image: url(/wp-content/uploads/2024/08/61de6f403fce2d0022119bfb_optimized_1785_c1417x916-233x37-1.jpeg);*/
background-size: cover;
background-position: center;
padding-bottom: 140px;
position: relative;
}

.box_contacts:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 60%);
}
.form_site input::placeholder, .form_site textarea::placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.form_site input {
	color: #fff;
}
.items_mista svg {
	width: 20px;
	height: 20px;
}
.items_mista {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 60px;
	gap: 15px;
}
.items_mista a {
	color: #fff;
	display: flex;
	column-gap: 7px;
	text-decoration: underline;
	font-size: 18px;
	align-items: center;
}
.items_mista a:hover {
	text-decoration: none;
}
.box_mista {
	background: #000;
	padding: 100px 0 !important;
}
.box_seo {
	background: #fff;
	padding: 100px 0 !important;
}

.content_seo {
	max-width: 860px;
	margin: 0 auto;
}

.content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4 {
	color: #7C6957;
	text-align: center;
	font-size: 38px;
	padding-bottom: 30px;
	margin: 0;
}
.item_zapyty svg {
	width: 20px;
}

.box_zapyty {
	background: #141616;
	padding: 100px 0 !important;
}

.box_zapyty .title {
	color: #7C6957;
}

.items_zapyty {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 60px;
	gap: 20px;
}

.items_zapyty a {
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	display: flex;
	column-gap: 7px;
	align-items: flex-start;
}

.items_zapyty a:hover {
	text-decoration: none;
}
footer.site-footer {
	padding: 100px 0;
	background: #000;
}

.text_footer {
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 40px;
}

.Copyright {
	font-size: 14px;
	text-align: center;
	color: #ababab;
}
.language-switcher ul li.current-language a {
	color: #fff;
}
.language-switcher a {
	text-transform: uppercase;
}
.popmake {
	background-image: url(../../uploads/2024/08/627d4cfda7f36900233445fc_optimized_1814_c1396x930-331x128-1.jpeg) !important;
	background-size: cover !important;
	background-position: center !important;
}

.popmake:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(0 0 0 / 65%);
	width: 100%;
	height: 100%;
}
.menu_header li a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	padding: 7px 15px;
}

.menu_header ul {
	display: flex;
	column-gap: 20px;
}

.menu_header ul ul {
	display: flex;
	flex-direction: column;
	background: #000;
}

.menu_header li a:hover {
	color: #7C6957;
}
.tabs {
	display: flex;
	flex-direction: column;
}

.tabs-nav {
	display: flex;
}

.tabs-nav .tab-link {
	background: none;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 16px;
}

.tabs-nav .tab-link.active {
	border-bottom: 2px solid #007bff;
}

.tabs-content .tab-content {
	display: none;
	padding: 20px;
	border-top: none;
}

.tabs-content .tab-content.active {
	display: block;
}

.menu_header ul.menu > li.menu-item > a:nth-child(1) {
	padding-left: 0;
}
.box_baner {
	background-size: cover;
	background-position: center;
}
.content_service_price {
	color: #fff;
}

.tabs-nav button.tab-link:nth-child(1) {
	color: #fff;
}

.tabs-nav button.tab-link:nth-child(2) {
	color: #fff;
}

.tabs-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.tabs-nav .tab-link {
	opacity: 0.7;
	font-size: 20px;
	font-weight: 600;
}

.tabs-nav .tab-link.active:nth-child(1) {
	opacity: 1;
	border-bottom: 2px solid #fff;
}

.tabs-nav .tab-link.active:nth-child(2) {
	border-bottom: 2px solid #fff;
}

.tabs-nav .tab-link.active {
	opacity: 1;
}

.tabs-nav:after {
	content: "";
	background-color: rgb(255 255 255 / 10%);
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 1px;
}
.content_service_price {
	padding-top: 60px;
}
.tabs-content {
	padding-top: 40px;
}
.tabs .tabs-content .tab_price_service:nth-child(1) {
	color: #7C6957;
}

.tabs .tabs-content .tab_price_service:nth-child(2) {
	color: #7C6957;
}
.tabs-content .tab-content.active.tab_price_service {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.des_czeni_massazh {
	color: #fff;
	width: 100%;
	padding-top: 10px;
}

.item_tab_price_service {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.czeni_massazh_title {font-size: 20px;font-weight: 600;background: #000;padding-right: 5px;}

.price_czeni_massazh {width: 100px;text-align: right;font-size: 20px;font-weight: 600;background: #000;}

.item_tab_price_service:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgb(255 255 255 / 20%);
	top: 17px;
	z-index: -1;
}
.box_zalyshylys_pytannya {
	padding: 150px 0;
	margin-top: 100px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.box_zalyshylys_pytannya:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0 0 0 / 60%);
}

.button_zalyshylys_pytannya {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.pum-content.popmake-content p {
	text-align: center;
}
.page-template-page-cities .box_contacts .right_content_contacts {
	padding: 0;
}

li.menu-item-has-children > a:after {
	content: "";
	background-image: url(img/arrow-down-sm.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	background-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
}
li.menu-item-has-children.focus > a:after {
	transform: rotate(180deg);
}
main.site-main.blog-page {
	padding-top: 150px;
}

main.site-main.blog-page h1.entry-title {
	font-size: 48px;
	color: #7C6957;
	font-weight: 800;
	display: flex;
	line-height: 1;
}

main.site-main.blog-page * {
	color: #fff;
}

main.site-main.page-contacts .box_contacts {
	padding-top: 180px;
}
.posts-slider .post-item {
	margin-right: 25px !important;
}

.posts-slider .post-item img {
	height: 260px;
	object-fit: cover;
	object-position: center;
}
.post-item * {
	color: #fff;
}

.post-item a.btn-post:hover {
	text-decoration: underline;
}

.post-thumbnail img {
	max-height: 480px;
	object-fit: cover;
	object-position: center;
}
.map_contacts iframe {
	width: 100%;
	height: 580px;
	margin-top: 50px;
}

.box_contact_site {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px 0 30px;
}

.item__contact_site {
	display: flex;
	column-gap: 10px;
	color: #fff;
}

.item__contact_site .adres_contact_site {
	font-size: 16px;
	color: #fff;
}

.content_contacts {
	display: grid;
	align-items: start;
}
.adres_contact_site span.first-word {
	font-weight: 700;
}

.phone_contact_site a {
	color: #fff;
	font-weight: 600;
}

.phone_contact_site a:hover {
	text-decoration: underline;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
}
.items_programm > div, .items_dopovnennya > div {
	background: #0e0e0e;
	padding: 5px 10px 10px;
	transition: 0.35s;
}
.item_sl_uslugy_y_czen {
	background: #0e0e0e;
	transition: 0.35s;
}
.item_sl_uslugy_y_czen:hover, .items_programm > div:hover, .items_dopovnennya > div:hover {
	background: #292929;
	transition: 0.35s;
}
.icon_item_robota_dlya_divchat img {
	filter: brightness(0) saturate(100%) invert(45%) sepia(15%) saturate(400%) hue-rotate(10deg) brightness(90%) contrast(90%);
}
.icon_item_chomu_my img {
	filter: brightness(0) saturate(100%) invert(45%) sepia(15%) saturate(400%) hue-rotate(10deg) brightness(90%) contrast(90%);
}
.items_chomu_my > div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 20px;
	text-align: left;
}
.items_chomu_my > div .icon_item_chomu_my {
	width: 40px;
	height: 40px;
}
.items_chomu_my > div .icon_item_chomu_my img {
	width: 40px;
	height: 40px;
}
.title_item_chomu_my {
	padding: 0;
	font-size: 18px;
	padding-left: 10px;
}
.des_item_chomu_my {
	text-align: left;
	padding-top: 10px;
}
.items_robota_dlya_divchat > div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 20px;
	text-align: left;
}

.items_robota_dlya_divchat > div .icon_item_robota_dlya_divchat, .items_robota_dlya_divchat > div .icon_item_robota_dlya_divchat img {
	width: 40px;
	height: 40px;
}

.title_item_robota_dlya_divchat {
	padding: 0;
	font-size: 18px;
	padding-left: 10px;
}

.des_item_robota_dlya_divchat {
	text-align: left;
	padding-top: 10px;
}
main.site-main > .box_news_site {
	padding: 80px 0;
	background: #141616;
}
.items_hamam_perelik {
	display: flex;
	justify-content: space-between;
}

.item_hamam_perelik {
	background: #0e0e0e;
	transition: 0.35s;
	width: calc(25% - 10px);
	padding: 15px;
}

.item_hamam_perelik:hover {
	background: #292929;
}

.title_item_hamam_perelik {
	color: #7c6957;
	font-size: 18px;
	font-weight: 600;
}

.des_item_hamam_perelik *, .des_item_hamam_perelik {
	color: #fff;
}

.price_item_hamam_perelik {
	color: #7c6957;
	font-size: 18px;
}


.item_majstry_studiyi img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.items_majstry_studiyi > div {
	height: 380px;
}
















.content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5 {
	line-height: 125%;
	margin: 20px 0 10px;
	font-size: 32px;
	font-weight: 500;
}

.content_seo p {
	margin: 0;
	padding-bottom: 15px;
}

.content_seo ul, .content_seo ol {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-bottom: 15px;
}





















@media screen and (min-width: 960px) {
	li.pll-parent-menu-item {
		display: none;
	}
	.menu_header ul ul li {
		width: calc(50% - 10px);
	}
	.menu_header ul ul {
		display: flex;
		flex-direction: row;
		background: #000;
		flex-wrap: wrap;
		width: 380px;
	}
}



@media screen and (max-width: 960px) {
	.items_majstry_studiyi > div {
		height: 220px;
	}
	.items_hamam_perelik {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.item_hamam_perelik {
		width: 100%;
		padding: 15px;
	}
	span.line_contacts {
		display: none;
	}
	.item__contact_site {
		display: flex;
		flex-direction: column;
	}

	.item__contact_site .adres_contact_site {
		padding-bottom: 5px;
	}
	.posts-slider .slick-track {
		margin: 0;
	}

	.posts-slider .post-item {
		margin-right: 0px !important;
		padding: 0 5px;
	}
	.pum-theme-enterprise-blue .pum-container {
		padding: 20px !important;
	}

	.pum-theme-enterprise-blue .pum-title {
		font-size: 32px !important;
	}

	.pum-theme-enterprise-blue .pum-content + .pum-close {
		width: 25px!important;
		height: 25px!important;
		font-size: 25px!important;
		line-height: 18px!important;
	}
	main.site-main.page-contacts .box_contacts {
		padding-top: 90px;
	}
	.top_header {
		width: 80%;
		display: inline-flex;
		align-items: center;
	}

	.menu_lang {
		display: none;
	}

	.content_header {
		width: 20%;
		display: inline-flex;
		justify-content: flex-end;
		margin: 0;
	}

	ul.menu {
		display: none;
	}

	button.menu-toggle {
		padding: 0;
		width: 35px;
		height: 35px;
		background-color: transparent;
		border: none;
	}

	header.site {
		background-color: #000;
	}

	header.site .container {
		display: flex;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.title {
		font-size: 28px;
	}

	.box_baner_content {
		width: 100%;
		max-width: 100%;
	}

	.box_baner {
		height: auto;
		padding: 150px 0 100px !important;
		display: flex;
	}

	.des_title {
		font-size: 16px;
		padding: 20px 0;
	}

	.button_baner {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}

	a.btn {
		font-size: 18px;
		padding: 14px 40px;
	}

	main.site-main > div {
		padding-top: 70px;
	}

	.item_content_about {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

	.img_item_content_about {
		width: 100%;
		height: 220px;
	}

	.text_item_content_about {
		width: 100%;
	}

	.des_text_item_content_about {
		padding-top: 15px;
	}

	.des_text_item_content_about {
		max-height: 315px;
	}

	body {
		font-size: 14px;
	}

	.content_about .item_content_about:nth-child(even) {
		display: flex;
		flex-direction: column;
	}

	.items_programm {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.items_programm > div {
		width: 100%;
	}

	.title_item_programm {
		min-height: auto;
	}

	.price_item_programm a {
		width: 250px;
	}

	.price_item_programm {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.des_title {
		font-size: 14px;
	}

	.des_item_sl_uslugy_y_czen {
		min-height: 150px;
	}

	.img_item_sl_uslugy_y_czen img {
		width: 100px;
		height: 100px;
	}

	.sl_uslugy_y_czen {
		padding: 0 15px;
	}

	.items_dopovnennya > div {
		width: calc(50% - 20px);
	}

	.title_item_dopovnennya {
		min-height: 100px;
	}

	.items_chomu_my > div {
		width: 100%;
	}

	.items_majstry_studiyi > div {
		width: 100%;
	}

	main.site-main > .box_majstry_studiyi {
		margin-top: 70px;
		padding: 60px 0;
	}

	.sl_interyer_studiyi_wrapper {
		padding: 0;
	}

	.sl_interyer_studiyi_main img {
		height: 300px;
	}

	.sl_interyer_studiyi_nav img {
		height: 80px;
	}

	main.site-main > .box_robota_dlya_divchat {
		margin-top: 70px;
		padding: 60px 0;
	}

	.items_robota_dlya_divchat > div {
		width: 100%;
	}

	.adr_contacts span, .phone_contacts a, .email_contacts a {
		font-size: 16px;
	}

	.box_contacts .des_title {
		line-height: 22px;
	}

	.adr_contacts span:nth-child(1), .phone_contacts span:nth-child(1), .email_contacts span:nth-child(1) {
		font-size: 16px;
		width: auto;
		padding-right: 19px;
	}

	.content_contacts {
		display: flex;
		flex-direction: column;
		gap: 35px;
	}

	.right_content_contacts {
		padding: 20px;
	}

	.box_contacts {
		padding-bottom: 70px;
	}
	.items_mista {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4 {
		line-height: 120%;
	}

	.box_seo {
		padding: 70px 0 !important;
	}

	.items_zapyty {
		grid-template-columns: 1fr 1fr;
	}
	.main-navigation ul.menu {
		position: fixed;
		width: 100%;
		height: 100%;
		left: auto;
		top: 0;
		background-color: #000;
		padding: 50px 50px 50px;
		right: 100vh;
	}

	.main-navigation.toggled ul.menu {
		right: 0;
		overflow-y: scroll;
	}

	.main-navigation.toggled button.menu-toggle {
		z-index: 999;
		position: relative;
		background-image: url(img/close-md.svg);
		background-size: contain;
		position: fixed;
		right: 15px;
	}

	.main-navigation.toggled button.menu-toggle svg {
		opacity: 0;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
		position: relative;
		width: 100%;
	}
	li.menu-item-has-children > a:after {
		content: "";
		background-image: url(img/arrow-down-sm.svg);
		width: 20px;
		height: 20px;
		position: absolute;
		background-size: 13px;
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 5px;
	}
	li.menu-item-has-children.focus > a:after {
		transform: rotate(180deg);
	}
	.main-navigation ul.menu > li {
		margin-bottom: 15px;
	}

	.main-navigation ul.menu > li ul {
		margin-bottom: 20px;
		padding-top: 10px;
	}

	.main-navigation ul.menu > li ul a {
		font-size: 16px;
		font-weight: 500;
	}
	.main-navigation.toggled ul.menu, .main-navigation.toggled ul.menu * {
		text-align: center;
	}

	.main-navigation.toggled ul.menu a {
		display: block;
	}
	.main-navigation.toggled ul.menu ul a {
		width: 100%;
		margin-left: -4px;
	}

	.main-navigation ul ul li.lang-item a {
		width: 100%;
		margin-left: -6px;
	}
	.main-navigation.toggled ul.menu ul a {
		width: 100%;
		margin-left: -4px;
	}


	.tabs-content .tab-content.active.tab_price_service {
		display: flex;
		flex-direction: column;
	}

	.box_zapyty {
		padding: 70px 0!important;
	}

	.items_zapyty a {
		font-size: 14px;
	}

	.content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4 {
		font-size: 28px;
	}
	li.menu-item-has-children > a:after {
		margin-left: 5px;
	}
	.box_baner_content .des_title {
		font-size: 19px;
		line-height: 28px;
	}

	.box_baner_content .title {
		font-size: 34px;
	}
	main.site-main.blog-page {
		padding-top: 100px;
	}

	main.site-main.blog-page h1.entry-title {
		font-size: 34px;
	}
	main.site-main > .box_news_site {
		padding: 50px 0;
	}

	.items_majstry_studiyi {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4 {
		padding-bottom: 5px;
	}
}























































span.line_down {
	content: "_";
	background-color: red;
	width: 150px;
	height: 2px;
	position: absolute;
	margin-top: 10px;
	left: 0;
	right: 0;
	margin: 10px auto 0;
}



span.line_head {
	content: "_";
	background-color: red;
	width: 100px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sl_interyer_studiyi_nav .slick-slide img {
	max-height: 120px;
}





.box-link-page {
	position: fixed;
	z-index: 9;
	right: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	top: calc(50% - 150px);
	gap: 15px;
}
.box-link-page a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background-color: #262728;
	width: 100%;
	justify-content: flex-end;
	border-radius: 50px;
	color: #fff;
	padding-right: 10px;
}
.box-link-page a img {
	width: 50px;
	height: 50px;
}
.box-link-page a span {
	display: flex;
}
span.text-box-link-page {
	padding-left: 10px;
}
.page-template-page-cities header.site .menu li {
	display: none;
}
.page-template-page-cities header.site .menu li:nth-child(1) {
	display: block;
}
.box-link-page a:hover, .box-link-page a.mPS2id-highlight-last {
	background-color: #7c6957;
}

@media screen and (max-width: 1380px) {
	.box-link-page {
		right: 10px;
	}
}
@media screen and (max-width: 1280px) {
	.box-link-page {
		display: flex;
		flex-direction: row;
		top: 3px;
		left: 0;
		right: 0;
		width: auto;
		justify-content: center;
		padding: 3px 5px;
	}
	.box-link-page a {
		max-width: 150px;
	}
}

@media screen and (max-width: 960px) {
	.box-link-page a span {font-size: 10px;padding-left: 5px;}

	.box-link-page {
		gap: 7px;
	}

	.box-link-page a img {
		width: 25px;
		height: 25px;
			object-fit: contain;
	object-position: center;
	}
}