/*!
Theme Name: Salon
Theme URI: http://underscores.me/
Author: Ievgen Chernovol
Author URI: http://codemix.com.ua
Description: good work
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: salon
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.

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	
}


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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

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

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

.post,
.page {
	margin: 0 0 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 0;
}

/* 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;
}
/*------------------------------NEW STYLE--------------------------*/
html {
  scroll-behavior: smooth;
}
body{
	/*font-family: 'EB Garamond', serif;
    font-family: 'Jost', sans-serif;*/
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: rgb(40, 40, 40);
}
.site-title a {
  font-family: 'EB Garamond', serif;
  font-size: 50px;
  text-decoration: none;
  font-weight: 500;
}
#masthead {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  background: transparent;
  transition: 0.5s all;
  position: fixed;
  width: 100%;
  margin: 0;
  background: transparent;
  align-items: center;
  top: 0;
  z-index: 2;
}
#masthead:hover {
  background: white;
}
#masthead.active {
  background: white;
}
.header__branding a {
  display: flex;
}
#site-navigation {
  width: auto;
}
#menu-item-389 a {
  color: red;
}
.header__social {
  display: flex;
}
.header__social a{
  margin:0 10px;
}
.main-navigation li {
  position: relative;
  padding: 0px 21px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main-navigation a {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  display: block;
  border-bottom: 1px solid transparent;
  padding: 6px 0;
}
.main-navigation a:hover {
  border-bottom: 1px solid #000;
  opacity: 1;
}

article .entry-header {
  background-image: url(/wp-content/uploads/2022/09/lorem-scaled.webp);
  height: 471px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  flex-direction: column;
	background-color: #f6ebe7;
	position: relative;
}
article .entry-header .entry-title {
  font-family: EB Garamond;
  font-size: 60px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #000000;
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
}
.sub-title {
  font-family: Jost;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  text-align: left;
  text-transform: none;
  color: #000000;
  text-align: center;
  display: block;
  padding: 50px 15px 0;
}

#colophon {
  padding: 30px;
  background-color: #F6EBE7;
  clear: both;
  background-color: rgb(215, 167, 149);
}
.footer__box {
  display: flex;
  justify-content: space-between;
}

.contacts {
  padding: 100px 0 50px;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
.container.container--contacts {
  display: flex;
  justify-content: space-between;
}
h2 {
  width: 100%;
  font-family: EB Garamond;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  text-align: center;
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 50px;
  color: #000000;
	font-family: 'Jost', sans-serif;
}
.contacts__item {
  text-align: center;
}
.contacts__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 29px;
  color: #000000;
  margin-bottom: 10px;
}
.contacts__item span {
  display: block;
}

.team {
  padding: 100px 0 50px;
}
.container.container--team {
  /*display: flex;
  justify-content: space-between;*/
}
.team-item:hover {
  opacity: 0.6;
}
.team-item {
  margin: 0 0.5%;
	transition:0.5s all;
}
.team__name {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #000000;
  margin: 30px 0 20px;
  display: block;
  text-align: center;
}
.team__skills {
  display: block;
  text-align: center;
  font-family: Jost;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-transform: none;
  margin: 0 0 45px;
	color: black;
}

.price {
  padding: 100px 0 50px;
  background-color: #f6ebe7;
}
.container.container--price {
  display: flex;
  justify-content: space-between;
}
.price-item {
  width: 23%;
}
.price-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  margin-top: 22px;
  padding-bottom: 5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  color: #000000;
  transition:0.5s all;
}
.price-item:hover {
  text-decoration:underline;
}
.price__title {
  padding-top: 20px;
}

.review {
  padding: 100px 0 50px;
  font-size: 16px;
}
.bi.bi-quote {
  margin: 0 auto;
  width: 64px;
  display: block;
}
.review__slider.slick-initialized.slick-slider {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.review__item.slick-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review__text {
  font-size: 18px;
}
.review__item.slick-slide img{
  width:150px;
  margin:30px 0;
}
.slick-arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  background-color: white;
  transition: 1s all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.slick-prev.slick-arrow {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background: transparent;
    background-image: none;
  border: 0;
  background-image: url(/wp-content/themes/salon/img/arrow-left.svg);
}
.slick-next.slick-arrow {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background: transparent;
    background-image: none;
  background-image: none;
  border: 0;
  background-image: url(/wp-content/themes/salon/img/arrow-left.svg);
  transform: rotate(-180deg);
  right: 0;
  top: 42%;
}
.slick-arrow:hover {
background-color: #f6ebe7;
}
.review__name {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000000;
}

.servises {
  padding: 100px 0 50px;
  background-color: #f6ebe7;
}
.container.container--servises {
  display: flex;
  justify-content: space-between;
}
.servises-item {
  width: 23%;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: .1em;
  color: #000000;
  transition:0.5s all;
}
.servises-item:hover {
  opacity: 0.6;
}
.servises-item img{
  margin-bottom:30px;
}
.servises-item:hover{
  text-decoration:underline;
}


.about {
  padding: 50px 0 50px;
}
.container.container--about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__left {
  width: 50%;
  padding: 0 50px 0 0;
  position: relative;
}
.about__right {
  width: 50%;
  padding: 50px;
  position: relative;
}
p {
  font-size: 18px;
  font-weight: 300;
  hyphens: manual;
  line-height: 31px;
}
.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  margin: 5px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid black;
}
.slick-dots li.slick-active  button {
  background: black;
}



.single article .entry-header {
  background: #F6EBE7;
}
.header__single-left {
  width: 50%;
  max-height: 100%;
  position: relative;
  height: 100%;
}
.single .post-thumbnail {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.single .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header__single-right {
  width: 50%;
  letter-spacing: .1em;
  line-height: 19px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.single article .entry-title {
  font-family: EB Garamond;
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #000000;
  padding: 0;
  text-align: center;
  margin-top: 30px;
}
.single .entry-content {
  width: 750px;
  margin: 0 auto;
}
.single .entry-footer {
  width: 750px;
  margin: 0 auto;
}
.single #comments {
  width: 750px;
  margin: 0 auto;
}
.single .navigation.post-navigation {
  width: 750px;
  margin: 15px auto;
  padding: 50px 15px 50px;
  background-color: #F6EBE7;
}
.single #submit {
  font-family: Jost;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border-color: #000000;
  padding: 14px 31px;
  background-color: transparent;
  border: 1px solid;
  transition: all 250ms ease-in-out;
  border-radius: 0;
}
.single #submit:hover {
  color: white;
  background-color: black;

}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #000;
    color: #000;
    font-weight: 300;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}
textarea {
  width: 100%;
  border-radius: 0;
  height: 160px;
  padding: 16px;
  color: #000;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 300;
}



.category .page-header {
  height: 471px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  background-image: url(/wp-content/uploads/2022/09/lorem-scaled.webp);
}
.container.container--category {
  display: flex;
  justify-content: space-between;
}
.container.container--category article {
  width: 23%;
  text-align: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  transition: 0.5s all;
  opacity: 1;
}
.container.container--category article:hover {
  opacity: 0.6;
}
.category article h1.entry-title {
  letter-spacing: 0.02em;
  text-transform: none;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin:0;
  padding:0;
}
.category .page-title {
  font-family: EB Garamond;
  font-size: 60px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #000000;
  padding: 0;
  margin: 0;
}

.faq.faq--yellow {
  padding: 100px 0 50px;
  background-color: #F6EBE7;
}
.faq.faq--yellow p{
	text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
}
.faq {
  list-style: none;
}
.faq li { padding: 20px; }

.faq li.q {
  border-bottom: 1px solid rgba(0,0,0,.1);
cursor: pointer;
color: #000000;
justify-content: space-between;
display: flex;
font-weight:500;
	
	font-size: 18px;
  font-weight: 300;
  hyphens: manual;
  line-height: 31px;
}
.faq li.q img{
	transition: 0.5s all;
}
.faq li.a {
  	background-color: #F6EBE7;
	color: #000000;
  	display: none;
	font-size: 18px;
  font-weight: 300;
  hyphens: manual;
  line-height: 31px;
}

.rotate {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vacancy__title {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 23px;
  color: #000000;
  margin-bottom: 15px;
}
.vacancy__text {
  margin-bottom: 50px;
  background-color: #F6EBE7;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: .02em;
  color: #000000;
  padding: 15px;
}
.sub-menu {
  background-color: #F6EBE7;
}




.page-template-page-price article .entry-header {
  background-image: url(/wp-content/uploads/2022/09/Service-Menu-Hero-scaled.webp);
}
.pricepage {
  padding: 100px 0 0;
}
.pricepage__subheading {
  width: 100%;
}
.pricepage.pricepage--first{
	padding:0;
}
.pricepage.pricepage--dark {
  background-color: #F6EBE7;
}
.container.container--pricepage {
  display: flex;
  flex-wrap: wrap;
  max-width: 854px;
}
.container.container--pricepage p {
  text-align: center;
  width:100%;
  max-width: 600px;
  margin: 0 auto 50px;
}
.pricepage h2{
	width:100%;
}
.pricepage h3 {
  width:100%;
  font-family: Jost;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 32px;
  color: #000000;
  padding: 0;
  margin-bottom: 24px;
}
.pricepage__item {
  width: 44%;
  margin: 0 3% 15px 0px;
  border-bottom: 2px dotted #F6EBE7;
  padding: 10px;
}
.pricepage__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricepage__title {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 23px;
  color: #000000;
}
.pricepage__check {
  font-weight: 300;
}
.pricepage__link {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.button.button--pricepage {
  font-family: Jost;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
  text-decoration: none;
  box-sizing: border-box;
  color: #000000;
  border-color: #000000;
  display: inline-block;
  border: 1px solid;
  padding: 14px 31px;
  background-color: transparent;
  transition: all 250ms ease-in-out;
  height: fit-content;
  margin-bottom: 50px;
}
.button.button--pricepage.button--frontpage {
  margin: 15px 0;
  display: block;
}
.button.button--pricepage:hover {
  color: white;
  background-color: #000000;
}
.button.button--pricepage.button--frontpage.button--green {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(70, 198, 86);
  border-color: rgb(70, 198, 86);
  max-width: 600px;
  margin: 30px auto 30px;
}
.button.button--pricepage.button--frontpage.button--green:hover  {
  background-color: transparent;
	color: rgb(70, 198, 86);
}
.button.button--pricepage.button--frontpage.button--green img {
  height: 48px;
  margin-right: 30px;
  width: 48px;
  max-width: 48px;
  max-height: 48px;
}
.price__fixed {
  position: relative;
  z-index: 0;
  height: 770px;
  padding: 0;
  margin: 0;
  background-image: url(/wp-content/uploads/2022/09/image-21@1.webp);
  background-attachment: fixed;
}

.page-template-page-servise article .entry-header {
  background-image: url(/wp-content/uploads/2022/09/Service-Menu-Hero-scaled.webp);
}
.price__area {
  position: relative;
}
.price_nav {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}
.price__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
  position: sticky;
  top: 100px;
  padding: 0;
  margin: 0 0 0 100px;
}
.price__menu li a {
  text-decoration: navajowhite;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  margin-top: 22px;
  padding-bottom: 5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  color: #000000;
}
.price__menu li a:hover {
  text-decoration: underline;
}
/* TABS */
.accordion-tabs {
	*zoom: 1;
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 0.1875em;
	margin-bottom: 1.5em; 
	margin-left:0;
	padding-left:0;
}
    .accordion-tabs:before, 
	.accordion-tabs:after {
		content: " ";
		display: table;
	}
    .accordion-tabs:after {
		clear: both; 
	}
		.accordion-tabs li{
			list-style:none;
		}
			.accordion-tabs li.tab-head-cont:first-child a {
				border-top-left-radius: 0.1875em;
				border-top-right-radius: 0.1875em;
				border-top: 0;
			}
			.accordion-tabs li.tab-head-cont:last-child a {
				border-bottom-left-radius: 0.1875em;
				border-bottom-right-radius: 0.1875em; 
			}
			.accordion-tabs li.tab-head-cont a {
				text-decoration:none;
				border-top: 1px solid #dddddd;
				color: #888888;
				display: block;
				/*padding: 0.75em 0.809em;*/
				font-weight: 500;
font-size: 13px;
line-height: 19px;
padding-bottom: 50px;
letter-spacing: .1em;
text-transform: uppercase;
opacity: .6;
color: #000000;
margin: 0;
border:none;
				padding-right: 50px;
			}
			.accordion-tabs li.tab-head-cont a:hover {
				color: #000000;
				opacity: 1;
			}
			.accordion-tabs li.tab-head-cont a:focus {
				outline: none;
			}
			.accordion-tabs li.tab-head-cont a.is-active {
				border-bottom: 0; 
				color:#333333;
				font-weight: 500;
font-size: 13px;
line-height: 19px;
padding-bottom: 15px;
letter-spacing: .1em;
text-transform: uppercase;
opacity: 1;
color: #000000;
margin: 0;
				text-decoration: underline;
				border:none;
				background:none;
				padding-bottom: 50px;
				padding-right: 50px;
			}
		.accordion-tabs li.tab-head-cont section {
			padding: 1.5em 1.618em;
			display: none;
			overflow: hidden;
			width: 100%; 
		}
.tab-head-cont:nth-child(2n) section {
  background-color: #F6EBE7;
}
/* RESPONSIVE */
@media screen and (min-width: 40em) {
	.accordion-tabs {
		border: none;
		position: relative; 
	}
		.accordion-tabs li.tab-head-cont {
			display: inline; 
		}
			.accordion-tabs li.tab-head-cont:last-child a {
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
			} 
			.accordion-tabs li.tab-head-cont a {
				display: inline-block;
				vertical-align: baseline;
				zoom: 1;
				*display: inline;
				*vertical-align: auto;
				border-top: 0;
				border-top-right-radius: 0.1875em;
				border-top-left-radius: 0.1875em; 
			} 
			.accordion-tabs li.tab-head-cont a.is-active {
				/*background-color: #f7f7f7;
				border: 1px solid #dddddd;
				border-bottom: 1px solid #f7f7f7;
				margin-bottom: -1px; */
			}
			.accordion-tabs li.tab-head-cont section {
				border-bottom-left-radius: 0.1875em;
				border-bottom-right-radius: 0.1875em;
				border: 0px solid #dddddd;
				float: left;
				left: 0;
				padding: 0.75em 0.809em;
			}
				.accordion-tabs li.tab-head-cont section p {
					-webkit-columns: 2;
					-moz-columns: 2;
					columns: 2;
				}
}




.woocommerce-products-header {
  height: 471px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  background-image: url(/wp-content/uploads/2022/09/lorem-scaled.webp);
}
.woocommerce-products-header main {
  display: block;
  text-align: center;
}
.woocommerce-products-header__title.page-title {
  font-family: EB Garamond;
  font-size: 60px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #000000;
  padding: 0;
  margin: 0;
}
.woocommerce-loop-product__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: .02em;
  padding: 0;
  color: #000000;
  font-family: Jost;
  margin: 0;
  text-transform: none;
  text-decoration: none;
  padding-top: 15px;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price {
  background: none;
  text-align: center;
  display: block;
  padding: 5px 0 0 0;
  margin: 0 auto;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price {
  background: none;
  display: block;
  padding: 15px 0 0 0;
  margin: 0 auto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: .02em;
  text-decoration: none;
  color: black;
}
ul.products li.product img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%;
  text-align: center;
  display: block;
  text-decoration: navajowhite;
  opacity: 1;
  transition: 0.5s all;
  position: relative;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
  opacity: 0.7;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none;
}
.onsale {
  position: absolute;
  right: 20px;
  top: 20px;
  color: black;
  padding: 5px 10px;
  border: 1px solid black;
}
.woocommerce-ordering {
  font-family: Jost;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7em;
  text-align: left;
  text-transform: none;
  color: #000000;
  margin: 0 0 1em;
  float: right;
}
select.orderby {
  border: 1px solid #000;
  color: #000;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  cursor: pointer;
  border-radius: 0;
  font-size: 14px;
  moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/wp-content/themes/salon/img/select.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
}

.single-product .woocommerce-breadcrumb {
  height: 200px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  background-image: url(/wp-content/uploads/2022/09/lorem-scaled.webp);
}
.single-product div.product {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 49%;
}
.single-product .summary.entry-summary {
  width: 49%;
}
.single-product .cart {
  display: none;
}
.single-product .onsale {
  right: auto;
  left: 20px;
  z-index: 1;
  top: 40px;
}
.single-product .price {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: .02em;
  color: #000000;
  padding: 0;
  background:none;
}
.single-product .product_title.entry-title {
  font-family: Jost;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 38px;
  text-transform: none;
  color: #000000;
}
.single-product .tabs.wc-tabs {
  display: flex;
  justify-content: flex-start;
}
.woocommerce-tabs.wc-tabs-wrapper li {
  margin-right: 50px;
  padding-right: 50px;
}
.woocommerce-tabs.wc-tabs-wrapper li a{
  margin-right: 50px;
  padding-right: 50px;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 23px;
  color: #000000;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #F6EBE7 !important;
}
#tab-description h2 {
  text-align: left;
  font-size: 20px;
}
#tab-reviews h2 {
  text-align: left;
  font-size: 20px;
}


/* Ѕазовые стили сло¤ затемнени¤ и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнени¤ */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнени¤ */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popuper {
  top: -100%;
  right: 0;
  left: 50%;
  font-size: 14px;
  z-index: 20;
  margin: 0;
  width: 85%;
  min-width: 320px;
  position: fixed;
  background: white;
  -webkit-transform: translate(-50%, -500%);
  -ms-transform: translate(-50%, -500%);
  -o-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
  -webkit-transition: -webkit-transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
  -o-transition: -o-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  padding: 100px 100px;
  width: auto;
  max-width: 1366px;
  width: 100%;
}
.popuper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popuper img {
  width: 100%;
  max-width: 35%;
}
.popuper__info {
  width: 100%;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.popuper .popuper__name {
  font-family: EB Garamond;
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 10px;
  color: black;
}
.popuper .popuper__skills {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 23px;
  color: #000000;
  margin-bottom: 32px;
  display: block;
}
.popuper .popuper__text {
  font-family: Jost;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7em;
  text-transform: none;
  color: #000000;
}
/* активируем модальный блок */
.overlay:target+.popuper {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10%;
}
/* формируем кнопку закрыти¤ */
.close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: #101010;
    content: "X";
	content: url(/wp-content/themes/salon/img/close.svg);
    font-size: 12px;
}
.team-link {
  text-decoration: none;
}
.container.container--video {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container.container--video.reverse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.container.container--video > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.video__left video {
  width: 100%;
}
.video__right {
  padding: 50px;
}
li {
  /*position: relative;
  display: list-item;*/
}
.open-close.open-close-video {
	counter-reset: num-div;
} /* объявляем счетчик num-p */

.open-close.open-close-video div {
  position: relative;
  padding-left: 20px;
  counter-increment: num-div; /* для каждого p внутри div инкрементируем его */
}

.open-close.open-close-video div::before {
  content: counter(num-div) ". ";
  position:absolute;
  left: 0;
}
details {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
summary {
  display: inline;
	display: contents;
}
summary::marker {
  display: none;
  font-size: 0;
}
details span {
  font-weight: 500;
  font-family: 'Jost', sans-serif;
}
details:hover span {
 text-decoration:none;
}
details[open]  span {
  display:none;
}
details[open]  span.readmoretext {
  display:inline;
  font-size: 18px;
  font-weight: 300;
  hyphens: manual;
  line-height: 31px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/*-------------------------REKLAMA---------------------------------*/
body.page-template-page-reklama{
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}
.page-template-page-reklama article .entry-header {
  background-image: url(/wp-content/uploads/2023/01/Исходник-для-ШАПКИ.jpg);
  height: 750px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;
  background-color: #f6ebe7;
 justify-content: flex-end;
}
.page-template-page-reklama article .entry-header .entry-title {
  color: white;
  max-width: 750px;
  text-align: center;
}

.page-template-page-reklama .about {
  background-color: #f6ebe7;
}
.page-template-page-reklama .container.container--about {
  align-items: center;
}
.page-template-page-reklama .about .about__right {
  padding: 0;
}
.video {
  padding: 50px 0 50px;
}
.spa .video {
  padding: 0px 0 0px;
}
.page-template-page-reklama .container.container--video {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-reklama .video__right,  .page-template-page-reklama .about__left {
  width: 50%;
  max-width: 750px;
  padding: 50px;
}
.about_up {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.about_meta {
  display: flex;
  flex-direction: column;
  font-size: 25px;
  line-height: 31px;
  color: #404040;
  font-family: EB Garamond;
  font-weight: 300;
}
.about_meta span:nth-child(3) {
  font-weight: 300;
  padding-top: 30px;
}
.important {
  padding: 50px 0 50px;
  background-color: #f6ebe7;
}
.faq {
  padding: 0px 0;
}
.text {
  padding: 50px 0 50px;
  background-color: #f6ebe7;
}
body.page-template-page-reklama .button.button--pricepage.button--frontpage.button--hidden {
  display: flex;
}
.button.button--pricepage.button--frontpage.button--hidden {
  height: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.button.button--pricepage.button--frontpage.button--hidden span {
    height: 50px;
    display: block;
    width: 100%;
    min-height: 50px;
	transform: translateY(0px);
}
button.button.button--pricepage.button--frontpage.button--hidden span.up {
    transform: translateY(-50px);
}
button.button.button--pricepage.button--frontpage.button--hidden span.down {
    transform: translateY(0px);
}
#order {
  padding: 50px 0 50px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  font-family: Jost;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
  text-decoration: none;
  box-sizing: border-box;
  color: #000000;
  border-color: #000000;
  display: inline-block;
  border: 1px solid;
  padding: 14px 31px;
  background-color: transparent;
  transition: all 250ms ease-in-out;
  height: fit-content;
  margin-bottom: 50px;
  border-radius: 0px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  color: white;
  background-color: #000000;
}
#orderbox {
  padding-top: 50px;
  text-align: center;
}
.lang-list {
  padding: 0;
    padding-left: 0px;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  padding-left: 19px;
  transform: translateY(-15px);
}
	.lang-item-en {
  display: none;
}
.lang-item img {
  width: 24px !important;
  height: 16px !important;
}
.about__slider.about__slider--half-image {
 
}
.about__slider.about__slider--half-image  .about__item{
  padding: 10px;
	 background: white;
}
.about__slider.about__slider--half-image img {
  width: 50%;
}
.about__slider.about__slider--half-image .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
/*-------------------------SPA---------------------------------*/
.page-template-page-spa article .entry-header {
  /*background-image: url(/wp-content/uploads/2023/01/Исходник-для-ШАПКИ.jpg);*/
  height: 750px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;
  background-color: #f6ebe7;
  justify-content: flex-end;
}
.rose {
  background-color: #f6ebe7;
}
.container.container--video-spa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 300;
  hyphens: manual;
  line-height: 31px;
}
.container--video-spa--reverse {
  background-color: #f6ebe7;
  display: flex;
  align-items: center;
}
.container.container--video-spa > div {
  max-width: 50%;
  padding:50px;
}
.spa-price .faq li.a{
	background-color: #f6ebe7 !important;
}
.page-template-page-spa article .entry-header {
  position: relative;
}
.spa article .entry-header .entry-title {
  position: absolute;
  top: 27%;
  max-width: 550px;
  text-align: center;
  line-height: 1;
  font-family: 'Jost', sans-serif;
  color: rgb(77, 58, 64);
}
.spa .contacts__item:first-child span:last-child {
  display: none;
}
/*-------------------LANDING 4---------------------------*/
.fat-2 p {
  text-align: left;
}
.video strong, .fat-2 strong{
  font-weight: 700;
}
.fat-2.rose {
  padding: 50px 0;
}
.fat-2.rose + .spa-price {
  padding: 50px 0;
}
#post-1350 + .fat-2 {
  padding-bottom: 50px;
}
.page-template-page-fat .order {
  padding: 50px 0 0;
}
.spa.fat article .entry-header .entry-title {
  position: absolute;
	top:auto;
  bottom: 7%;
  max-width: 600px;
  text-align: center;
  line-height: 1;
  font-family: 'Jost', sans-serif;
  color: rgb(77, 58, 64);
}
.page-template-page-fat article .entry-header {
  height: 750px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;
  background-color: #f6ebe7;
  justify-content: flex-end;
}
/*-------------------LANDING 5---------------------------*/
.page-template-page-landing5 article .entry-header {
  height: 750px;
}
.open-close{
	padding:0;
	margin-bottom: 0;
}
.page-template-page-landing5 article .entry-header {
  height: 750px;
  justify-content: flex-end;
  padding-bottom: 30px;
  margin: 0;
}
.page-template-page-landing5 article .entry-header h1 {
  color: white;
  max-width: 750px;
  text-align: center;
  line-height: 1;
  font-family: 'Jost', sans-serif;
}
.page-template-page-landing5 .lang-list.lang-list--reklama .lang-item-ru, .page-template-page-landing5 .lang-list.lang-list--reklama .lang-item-uk {
	display:none;
}
.page-template-page-landing5 #metod {
  padding: 50px 0 50px;
  background-color: #f6ebe7;
}
/*-------------------LANDING 6---------------------------*/

.page-template-page-landing6 article .entry-header {
  height: 750px;
}
.open-close{
	padding:0;
	margin-bottom: 0;
}
.page-template-page-landing6 article .entry-header {
  height: 750px;
  justify-content: flex-end;
  padding-bottom: 30px;
  margin: 0;
}
.page-template-page-landing6 article .entry-header h1 {
  color: white;
  max-width: 750px;
  text-align: center;
  line-height: 1;
  font-family: 'Jost', sans-serif;
}
.page-template-page-landing6 .lang-list.lang-list--reklama .lang-item-ru, .page-template-page-landing6 .lang-list.lang-list--reklama .lang-item-uk {
	display:none;
}
.page-template-page-landing6 #metod {
  padding: 50px 0 50px;
}
.pink{
	background-color:#f6ebe7;
}

.page-template-page-landing6 footer.entry-footer{
  display: none;
}
.page-template-page-landing6 #faq{
  padding: 50px 0;
}
.page-template-page-landing6 summary p {
  margin-bottom: 0;
}
.page-template-page-landing6 details {
  margin-bottom: 40px;
}
.reverse-flex {
  flex-direction: row-reverse;
}
/*-------------------LANDING 7---------------------------*/

.page-template-page-landing7 article .entry-header {
  background-color: rgb(177, 217, 229);
  height: 441px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 70px;
  margin-bottom: 0;
}
.page-template-page-landing7 article .entry-header .entry-title {
  max-width: 730px;
  text-align: center;
  color: white;
  line-height: 1;
  font-family: 'Jost', sans-serif;
}
.page-template-page-landing7  .faq {
  padding: 60px 0;
  text-align: center;
}
.page-template-page-landing7 .faq .container {
  max-width: 800px;
  margin: 0 auto;
}
.open-close{
	padding:0;
	margin-bottom: 0;
}
/*.page-template-page-landing6 article .entry-header {
  height: 750px;
  justify-content: flex-end;
  padding-bottom: 30px;
  margin: 0;
}
.page-template-page-landing6 article .entry-header h1 {
  color: white;
  max-width: 750px;
  text-align: center;
  line-height: 1;
  font-family: 'Jost', sans-serif;
}*/
.page-template-page-landing7 .lang-list.lang-list--reklama .lang-item-ru, .page-template-page-landing7 .lang-list.lang-list--reklama .lang-item-uk {
	display:none;
}
.page-template-page-landing6 #metod {
  padding: 50px 0 50px;
}
.pink{
	background-color:#f6ebe7;
}

.page-template-page-landing6 footer.entry-footer{
  display: none;
}
.page-template-page-landing6 #faq{
  padding: 50px 0;
}
.page-template-page-landing6 summary p {
  margin-bottom: 0;
}
.page-template-page-landing6 details {
  margin-bottom: 40px;
}
.reverse-flex {
  flex-direction: row-reverse;
}
.page-template-page-landing7  .faq p{
	text-align:left;
}
.page-template-page-landing7 #KONTAKTI {
  padding-bottom: 0px;
}
.page-template-page-landing7 .lang-list.lang-list--reklama {
  display: none;
}
/*-------------------LANDING 8---------------------------*/

.page-template-page-landing8 article .entry-header {
  background-color: rgb(232, 231, 236);
  height: 780px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 70px;
  margin-bottom: 0;
  justify-content: flex-end;
  padding-bottom: 64px;
}
.page-template-page-landing8 article .entry-header .entry-title {
  max-width: 1000px;
  text-align: center;
  color: white;
  line-height: 1;
  font-family: 'Jost', sans-serif;
  font-size: 100px;
  color: #000000;
}
.page-template-page-landing8  .faq {
  padding: 60px 0;
  text-align: center;
}
.page-template-page-landing8 .faq .container {
  max-width: 800px;
  margin: 0 auto;
}
.open-close{
	padding:0;
	margin-bottom: 0;
}

.page-template-page-landing8 .lang-list.lang-list--reklama .lang-item-ru, .page-template-page-landing8 .lang-list.lang-list--reklama .lang-item-uk {
	display:none;
}
.reverse-flex {
  flex-direction: row-reverse;
}
.page-template-page-landing8 .faq p, .page-template-page-landing8 section p, .page-template-page-landing8 details, .page-template-page-landing8 li.a {
  text-align: left;
}
.page-template-page-landing8 #KONTAKTI {
  padding-bottom: 0px;
}
.page-template-page-landing8 .lang-list.lang-list--reklama {
  display: none;
}
summary p {
  display: inline;
}
.slides-price {
  padding:0;
  margin:0;
  list-style:none;
  display: flex;
  gap:0;
  justify-content: center;
}
.slides-price li{
  padding:0;
  margin:0;
}
@media screen and (min-width:1650px) and (max-width:3200px){
	.container {
  max-width: 1600px;
  margin: 0 auto;
}
}
@media screen and (min-width:1199px) and (max-width:1650px){
.container.container--video-spa > div {
  max-width: 50%;
  padding: 50px;
  overflow: hidden;
}
}
@media screen and (max-width:1199px){
	.price_nav {
  display: none;
}
	#rmp-container-1028 {
  background: white;
}
	.spa .menu-spa-hr-container {
  display: none;
}
	.spa .menu-spa-ru-container {
  display: none;
}
	.spa .menu-spa-uk-container {
  display: none;
}
	.spa .menu-spa-de-container {
  display: none;
}
	.spa .menu-spa-nl-container {
  display: none;
}
.menu-fat-container, .menu-fat-en-container, .menu-fat-ru-container {
  display: none;
}
}

@media screen and (max-width:767px){
	.container{
		padding:0 15px;
		max-width: 100%;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 100%;
}
	.single-product .summary.entry-summary {
  width: 100%;
}
	.single .entry-content {
  max-width: 100%;
}
	.products.columns-4 {
  clear: both;
}
	
	
	
	.container.container--category {
  flex-direction: column;
}
	.container.container--category article {
  width: 100%;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 50px;
}
	
	
	.single article .entry-header {
  background: #F6EBE7;
  flex-direction: column-reverse;
  height: auto;
}
	.header__single-right {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
}
	.header__single-left {
  width: 100%;
  height: 300px;
}
	.single .post-thumbnail {
  position: relative;
  width: 100%;
  height: 300px;
}
	.single #comments {
  max-width: 100%;
  padding: 0 15px;
}
	.container.container--about {
  flex-direction: column;
}
	.about__left {
  padding: 0;
  width: 100%;
}
	.about__right {
  width: 100%;
  padding: 0;
}
	.container.container--servises {
  flex-direction: column;
  align-items: center;
}
	.servises-item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px;
}
	.price-item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px;
}
.container.container--price {
  flex-direction: column;
  align-items: center;
}
.container.container--team {
  /*flex-direction: column;
  align-items: center;*/
}
.team-item {
  /*width: 100%;
  max-width: 400px;
  margin: 0 auto 50px;*/
}
.team-item {
  margin:0;
}
.container.container--contacts {
  flex-direction: column;
  align-items: center;
}
.contacts__item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px;
}

	
	.accordion-tabs li.tab-head-cont a {
  padding: 15px;
}
	.accordion-tabs li.tab-head-cont section {
  padding: 0;
}
	.faq.container {
  padding: 0;
}
	.faq li {
  padding: 20px 10px;
}
	.faq li.q {
  padding: 20px 10px;
}
	article .entry-header .entry-title {
  text-align: center;
}
	
	
	.pricepage__item {
  width: 100%;
  margin: 0 0 15px;
}
	#masthead {
  justify-content: flex-start;
  padding: 5px 0 15px 0;
		position: absolute;
    width: 100%;
	background-color: #f6ebe7;	
}
	.slick-next.slick-arrow {
  top: 47%;
}
	.popuper {
  padding: 30px;
}
	.popuper img{
		display:none;
	}
	.popuper .popuper__name {
  font-family: EB Garamond;
  font-size: 28px;
  font-weight: 500;
  line-height: 37px;
}
	.popuper__info {
  max-width: 100%;
}
	
	/*-------------------------REKLAMA---------------------------------*/
	.lang-list {
  padding: 0;
    padding-left: 0px;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  padding-left: 19px;
  transform: translateY(-15px);
}
	.lang-item-en {
  display: none;
}
	.page-template-page-reklama article .entry-header .entry-title {
  color: white;
  max-width: 94%;
  text-align: center;
  font-size: 28px;
		line-height: 1.3;
}
	.page-template-page-reklama article .sub-title {
  padding: 20px 15px 0;

}
	.container.container--video {
  display: flex;
  flex-direction: column-reverse;
}
	video {
  width: 100%;
  margin-bottom: 15px;
}
	.page-template-page-reklama .video__right, .page-template-page-reklama .about__left {
  width: 100%;
  max-width: 750px;
  padding: 0px;
}
	.menu-menu-1-container {
  display: none;
}
	.menu-reklama-ru-container {
  display: none;
}
	.page-template-page-reklama #masthead {
  position: static;
  position: absolute;
  width: 100%;
}
	#rmp-container-461, #rmp-container-1028 {
  padding: 0;
  margin: 0 !important;
}
	#rmp-container-1028, #rmp-container-1402 {
		width: 55%;
max-width: 350px;
min-width: 200px;
	}
	
	.page-template-page-reklama article .entry-header {
  height: 471px;
}
	.about_up img {
  max-width: 50%;
}
	.page-template-page-spa article .entry-header {
  height: 471px;
}
	.container.container--video-spa {
  flex-direction: column;
}
	.container.container--video-spa.container--video-spa--reverse {
  flex-direction: column-reverse;
}
	.container.container--video-spa > div {
  max-width: 100%;
  padding: 15px 0px;
}
	#rmp-container-1028, #rmp-container-1402 {
  background: white;
}
	.spa .menu-spa-hr-container {
  display: none;
}
	.spa .menu-spa-ru-container {
  display: none;
}
	.spa .menu-spa-uk-container {
  display: none;
}
	.spa .menu-spa-de-container {
  display: none;
}
	.spa .menu-spa-nl-container {
  display: none;
}
.spa article .entry-header .entry-title {
  font-size: 35px;
}
	.page-template-page-fat .lang-item-uk {
  display: none;
}
	.page-template-page-fat .lang-item-de {
  display: none;
}
	.page-template-page-fat .lang-item-nl {
  display: none;
}
	
	
	 .spa.fat article .entry-header .entry-title {
    font-size: 35px;
  }
	.page-template-page-fat article .entry-header {
    height: 471px;
  }
	
	.container.container--video {
    flex-direction: column-reverse;
  }
.container.container--video.reverse {
  flex-direction: column-reverse;
}
	.container.container--video > div {
  width: 100%;
}
	.home .video__right {
  padding: 0;
}
	/*-------------------------Landing 5---------------------------------*/
	.page-template-page-landing5 article .entry-header {
  height: 471px;
		padding-bottom: 20px;
}
	.page-template-page-landing5 article .entry-header h1 {
  font-size:35px;
}
	#video .video__right {
  padding: 0;
}
	.open-close {
  margin: 0 15px;
}
	.container.container--video > div {
  padding: 0;
}
	.menu-land5-hr-container {
  display: none;
}
	.menu-land5-ru-container {
  display: none;
}
	.menu-land5-ua-container {
  display: none;
}
	#rmp-container-1738{
		width: 55%;
max-width: 350px;
min-width: 200px;
	}
	/*-------------------------Landing 6---------------------------------*/
	.page-template-page-landing6 article .entry-header {
  height: 471px;
		padding-bottom: 20px;
}
	.page-template-page-landing6 article .entry-header h1 {
  font-size:35px;
}
	#video .video__right {
  padding: 0;
}
	.open-close {
  margin: 0 15px;
}
	.container.container--video > div {
  padding: 0;
}
	.menu-land5-hr-container {
  display: none;
}
	.menu-land5-ru-container {
  display: none;
}
	.menu-land5-ua-container {
  display: none;
}
	#rmp-container-1951{
		width: 55%;
max-width: 350px;
min-width: 200px;
	}
.menu-land6-hr-container{
  display: none;
}
	.reverse-flex {
  flex-direction: column-reverse;
}
/*-------------------------Landing 7--------------------------------*/
	
	/*.page-template-page-landing7 article .entry-header {
  height: 471px;
		padding-bottom: 20px;
}*/
    .page-template-page-landing7 #masthead {
        justify-content: flex-start;
        padding: 0 0 0 0;
        position: absolute;
        width: 100%;
        background-color: #f6ebe7;
    }	
	.page-template-page-landing7 article .entry-header h1.entry-title  {
  max-width: 340px;
    text-align: center;
    color: white;
    line-height: 1;
    font-family: 'Jost', sans-serif;
    font-size: 28px;
}
	#video .video__right {
  padding: 0;
}
	.open-close {
  margin: 0 15px;
}
	.container.container--video > div {
  padding: 0;
}
	.menu-land7-hr-container {
  display: none;
}
	.menu-land7-ru-container {
  display: none;
}
	.menu-land7-ua-container {
  display: none;
}
#rmp_menu_trigger-2570 {
  width: 55px;
  height: 55px;
  position: fixed;
  top: 15px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  right: 5%;
  background: transparent;
  transition: transform 0.5s, background-color 0.5s;
}
  #rmp-container-2570 {
    width: 55%;
    max-width: 350px;
    min-width: 200px;
  }	
.psevdo-h2 {
  font-size: 24px;
  line-height: 36px;
}
.page-template-page-landing7 article .entry-header {
        height: 194px;
        margin-top: 87px;
    }
/*#rmp_menu_trigger-2568 {
  width: 55px;
  height: 55px;
  position: fixed;
  top: 15px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  right: 5%;
  background: transparent;
  transition: transform 0.5s, background-color 0.5s;
}	
#rmp-container-2568 {
    position: fixed;
    top: 0;
    margin: 0;
    margin-top: 0px;
    transition: transform 0.5s;
    overflow: auto;
    display: block;
    width: 75%;
    max-width: 350px;
    min-width: 320px;
    background-color: white;
    background-image: url("");
    height: 100%;
    right: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
  }	
	#rmp-container-2568{
		width: 55%;
max-width: 350px;
min-width: 200px;
	}*/
.menu-land7-hr-container{
  display: none;
}
	.reverse-flex {
  flex-direction: column-reverse;
}
/*-------------------------Landing 8--------------------------------*/
.page-template-page-landing8 #masthead {
        justify-content: flex-start;
        padding: 0 0 0 0;
        position: absolute;
        width: 100%;
        background-color: #f6ebe7;
    }
.page-template-page-landing8 article .entry-header {
    height: 300px;
    margin-top: 87px;
    padding-bottom: 20px;
    background-size: cover;
  }	
.page-template-page-landing8 article .entry-header h1.entry-title  {
  max-width: 340px;
    text-align: center;
    color: black;
    line-height: 1;
    font-family: 'Jost', sans-serif;
    font-size: 40px;
}	
#rmp_menu_trigger-2764 {
  width: 55px;
  height: 55px;
  position: fixed;
  top: 15px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  right: 5%;
  background: transparent;
  transition: transform 0.5s, background-color 0.5s;
}
  #rmp-container-2764{
    width: 55%;
    max-width: 350px;
    min-width: 200px;
  }
.menu-land8-hr-container{
  display: none;
}
.slides-price li {
  padding:0;
  margin:0;
}
.slides-price {
  flex-direction: column;
}
	.page-template-page-landing8 h2{
    font-size: 36px;
    line-height: 36px;
  }
}











.main-navigation ul ul.sub-menu {
  display: flex;
  justify-content: center;
  float: none;
  /*left: 0;*/
  right: 0;
  top: 30px;
  align-items: center;
  overflow: hidden;
  width: 400px;
  background: white;
  margin: 0;
  padding: 0;
  height: auto;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: -130px;
}
.main-navigation ul ul.sub-menu li {
  width: 50%;
  margin: 0;
  padding: 0;
  height: auto;
}
.main-navigation ul ul a {
  width: 200px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 0;
}
.main-navigation ul ul a:hover {
  border-bottom: 0px solid #000;
  opacity: 1;
	background-color: #f6ebe7;
}
footer a{
	color:black;
}
#rmp-container-97 {
  margin-top: 100px !important;
}
#rmp-menu-wrap-97 .rmp-menu-item-link {
  text-transform: uppercase;
}


.price-item img {
  max-height: 48px;
}

.error404 {
  padding: 150px 0% 0;
  text-align: center;
}
.error404 #contacts {
  display: none;
}
.error404 #colophon{
  display: none;
}

#price .faq li.q {
  background: none;
}
#price .faq li.a{
  background: white;
}

.lang-list.lang-list--spa .lang-item-en {
  display: block;
}
.spa .lang-list.lang-list--spa .lang-item-uk {
  display: none;
}
/*.spa .lang-list.lang-list--reklama .lang-item-de, .spa .lang-list.lang-list--reklama .lang-item-nl{
  display: none;
}*/
.lang-list.lang-list--reklama .lang-item-de, .lang-list.lang-list--reklama .lang-item-nl {
  
  display: none;
}
.page-template-page-fat .lang-item-uk {
  display: none;
}
	.page-template-page-fat .lang-item-de {
  display: none;
}
	.page-template-page-fat .lang-item-nl {
  display: none;
}
.lang-item-it.no-translation{
  display: none;
}
.page-template-page-landing6 .lang-list.lang-list--reklama .lang-item-en {
  display: block;
}
.page-template-page-landing6 .lang-list.lang-list--reklama .lang-item-de {
  display: block;
}
.button.button--pricepage.button--frontpage:last-child {
  display: none;
}