/*
Theme Name: Hanova
Theme URI: https://denisyavor.com
Author: Самохідний Піксель
Author URI: https://denisyavor.com
Description: Тема для майстра перманентного макіяжу
Version: 09.24
Text Domain: beauty
Tags: beauty
*/


/*--------------------------------------------------------------
# 1.0 - Нормализация
--------------------------------------------------------------*/

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: initial;
}

figure {
	margin: 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: none;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

label {
	display: inline-block;
	margin-bottom: 8px;
	font-weight: 700;
}

textarea {
	overflow: auto;
	height: 146px !important;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# 2.0 - Типографика
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #262626;
	font-size: 16px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	line-height: 1.35;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	line-height: 1.2 !important;
	font-weight: 700 !important;
}

h2 {
	font-size: 28px !important;
	margin: 36px 0 8px !important;
}

p {
	margin: 0 0 16px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

.align-c {
	text-align: center;
}

.align-r {
	text-align: right;
}

.float-r {
	float:right;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.m-grey {
	color:#999;
}

.medium-large {
	font-size: 20px;
}

.dotted {
	border-bottom:1px dotted;
}

/*--------------------------------------------------------------
# 3.0 - Элементы
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	-webkit-tap-highlight-color: unset;
}

blockquote {
	margin: 0 0 1.5em;
	padding-left: 1.25em;
	border-left: 4px solid #222;
	color: #777;
	font-style: italic;
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}

hr {
	margin: 32px 0;
	height: 1px;
	border: 0;
	background-color: #ddd;
}

ul,
ol {
	margin: 0 0 16px;
	padding: 0 0 0 32px;
}

ul {
	list-style: none;
}

.entry-content li:before {
	position: relative;
	display: block;
	max-width: 0;
	max-height: 0;
	left: -14px;
	top: -4px;
	content: '\2022';
	font-size: 22px;
}

li {
	margin-bottom: 4px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 16px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

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

th,
td {
	padding: 8px 16px 8px 0;
	border-color: #ddd;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

a {
	color: #215CE0;
	text-decoration: none;
}

a:link,
a:visited {
	color: #215CE0;
}

a:hover,
a:active {
	color: #ff4081;
	text-decoration:none;
}

a:hover,
a:active {
	outline: none;
/* 	-webkit-tap-highlight-color: rgba(0,0,0,0); */
}

.grey-text {
	color: rgba(0, 0, 0, 0.68);
}

.red {
	color: #f35056;
}

/*--------------------------------------------------------------
# 4.0 - Формы
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0 16px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #215CE0;
	line-height: 46px;
	color: #fff;
	text-decoration: none;
	/* -webkit-tap-highlight-color: rgba(0,0,0,0); */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	outline: none;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 100%;
	padding: 0 13px;
	max-width: 100%;
	background: #fff;
	border: 1px solid #999;
	border-radius: 6px;
	line-height: 44px;
	color: #444;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #444;
	outline:0 !important;
}

.form-group {
	margin: 16px 0 0;
}

textarea {
	width: 100%;
	padding: 8px;
	line-height: 1.45;
}

.wpcf7 .row {
	margin-left: -8px;
	margin-right: -8px;
}

.wpcf7 .col-sm-6 {
	padding-left: 8px;
	padding-right: 8px;
}

.wpcf7 .col-sm-4 {
	padding-left: 8px;
	padding-right: 8px;
}

.wpcf7 p,
.wpcf7 .wpcf7-list-item label {
	margin-bottom: 0 !important;
}

span.wpcf7-not-valid-tip {
	display: inline-block;
	margin-top: 4px;
	font-size: 13px;
	color: #f21212 !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 16px 0 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 13px;
	color: #f21212;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #25B72B;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

/*--------------------------------------------------------------
# 5.0 - Общедоступность
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar. */
	display: block;
	clip: auto !important;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: normal;
}

/*--------------------------------------------------------------
# 7.0 - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
	display: table;
	content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# 8.0 - Структура макета
--------------------------------------------------------------*/

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	padding-left: 8px;
	padding-right: 8px;
}

.site {
	margin: 0;
	width: 100%;
}

.section-inner {
	max-width: 730px;
	margin: 0 auto;
}

.site-content {
	padding-top: 32px;
	background: transparent;
}

.home .site-content {
	padding-top: 0;
}

.content-single {
	box-sizing: border-box;
}

/* .sidabar-floating {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 0 16px;
} */



/* ---------------------------------------------- *\
   Глобальные переменные --- начало
\* ---------------------------------------------- */

:root {
	--hero-fs: 76px;
	--title-fs: 52px;
	--title-medium-fs: 34px;
	--large-text-fs: 28px;
	--medium-text-fs: 21px;
	--default-text-fs: 16px;
}

/* ---------------------------------------------- *\
   Глобальные переменные --- конец
\* ---------------------------------------------- */



/*--------------------------------------------------------------
# 9.0 - Шапка
--------------------------------------------------------------*/

.top-line {
	
	background-color:#111;
	font-size: 14px;
	color: rgb(255,255,255,.8);
}

.menu__logo {
	padding: 16px 0 19px;
	display: inline-block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	white-space: nowrap;
}

.menu__site-name {
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	color: #f5f5f7;
}

.menu__site-description {
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: rgb(255,255,255,.8);
}

.top-line a.top-line__map {
	color: rgb(255,255,255,.8);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.top-line a.top-line__map:hover {
	color: rgb(255,255,255,.98);
}

a.menu__button {
	padding: 35px 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

.menu__hamburger:before,
.menu__hamburger:after,
.menu__hamburger {
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: relative;
	width: 29px;
}

.menu__hamburger:before {
	top: -8px;
}

.menu__hamburger:after {
	bottom: -6px;
}


.menu__modal .modal-header {
	background-color: #111;
	height: 78px;
	border-bottom: 1px solid rgba(255,255,255,.10);
}

.menu__modal .modal-content {
	background-color: #111;
}

.menu__modal.modal .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f5f5f7'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/21px auto no-repeat;
	width: 18px;
	height: 16px;
	padding: 16px;
    margin: 0 0 0 auto;
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.menu__modal .modal-body {
	padding: 24px 16px 16px;
}

.menu__modal .modal .btn-close:focus {
	box-shadow: none;
}

.menu__modal .modal-title {
}

.menu__modal .modal-title a {
	display: block;
	line-height: 26px;
	font-size: 18px;
	font-weight: 700;
	color: #f5f5f7;
}

.menu__modal .working-hours {
	margin-top: 1px;
	line-height: 17px;
	font-weight: 400;
	font-size: 13px;
	color: rgb(255,255,255,.8);
}


/* ----------------------------------------------
   Меню -- начало
*/

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

.menu {
	
}

.menu a {
	color: #25282d;
}





.menu__links {
	display: inline-block;
	vertical-align: top;
	float: right;
}

.menu__links ul,
.menu__links li {
	margin: 0;
	padding: 0;
}

.menu__links-item {
	display: inline-block;
}

.menu__links-item a {
	display: inline-block;
	padding: 31px 12px 33px;
    font-weight: 400;
	line-height: 20px;
	font-size: 16px;
	color: rgb(255,255,255,.8);
}

.menu__links-item a:hover {
	color: rgb(255,255,255,.98);
}

.appointment a {
    margin-left: 24px;
    padding: 11px 12px 12px;
	background-color: #ff4081;
    border-radius: 4px;
	font-size: 17px;
    color: #fff;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.appointment a:hover {
	background-color: #ff2972;
}


/* 
   Меню -- Конец
   ---------------------------------------------- */ 


/* ----------------------------------------------
   Меню Bootstrap -- начало
*/

.navbar {
	padding:0 !important;
}

.navbar a,
.navbar-text {
	color: rgb(255,255,255,.8) !important;
}

.navbar a:hover {
	color: #f5f5f7 !important;
}

.navbar-brand {
	margin-right: 0 !important;
	padding: 15px 0 19px !important;
	font-size: 20px !important;
	font-family: 'Montserrat', sans-serif;
}

a.navbar-brand:hover {
	color: #25282d !important;
}

.navbar-brand .fas {
	margin-right: 8px;
}

.navbar-sitename {
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-description {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 16px;
    font-weight: 400;
	font-size: 13px;
}

.navbar-text {
	font-weight: 600;
}

.navbar__call {
	padding: 17px 0 20px;
	font-size: 14px;
}

.navbar__call a {
	margin-left: 24px;
	font-size: 20px;
	font-weight: 700;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.navbar-nav li {
	margin:0;
}

.navbar-light .navbar-nav .nav-link {
	font-weight: 400 !important;
	padding: 18px 0 24px !important;
	font-size: 16px;
}

.navbar button:hover {
	background: transparent !important;
	padding: 13px 16px !important;
}

.navbar button:active,
.navbar button:focus {
	background: transparent !important;
	padding: 13px 16px !important;
}

.navbar-toggler {
	padding: 13px 16px !important;
	font-size: 20px !important;
}

.navbar-light .navbar-toggler {
	border: none !important;
	color: #111 !important;
}

.navbar-light .navbar-toggler-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.98)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
	width: 30px;
    height: 30px;
}

.dropdown-toggle::after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 900;
	margin-left: 8px;
	vertical-align: 0;
	border: none;
	font-size: 12px;
}

.dropdown-menu {
	margin: 0 0 0;
	padding: 6px 0 10px;
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.12);
	font-size: 16px;
	color: inherit;
}

.dropdown-menu a {
	color: #262626 !important;
}

.dropdown-menu a:hover {
	color: #ff4081 !important;
}

.dropdown-item {
	padding: 8px 16px;
	font-weight: 400;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
	background-color: transparent;
}

/*
   Меню Bootstrap -- конец
   ---------------------------------------------- */


/* Исправляем баг рендеринга для браузера Safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.magazine-grid .magazine-grid-post {
			margin-right: -1px;
		}
	}
}


/* ----------------------------------------------
   Главная страница -- начало
*/

.hero {
	padding: 120px 0 120px;
	/* background-color: #e7e7e9; */
	/* background-color: #f2f4f4; */
	/* background-color: #fde4ee; */
	/* background: linear-gradient(to top, #ffc9d0, #ffe2e7); */
	/* background-color: #f7e8ee; */
	/* background-color: #fadce9; */
	/* background-color: #f1f2f6; */
	/* background-color: #fee7ea; */
	/* background-color: #ffcdd2; */
	background-color: #ffd2d7;
	color: #000;
}

.hero img {
	border-radius: 8px;
}

.hero__location a {
	display: inline-block;
    margin: -20px 0 8px;
    font-size: var(--medium-text-fs);
}

.hero__location a {
    color: #262626;
}

.hero__location .fa-map-marker-alt {
	margin-right: 6px;
	font-size: 17px;
	vertical-align: 1px;
	color: #262626;
}

.hero__title {
    z-index: 3;
    line-height: normal;
    line-height: 1.05;
    font-size: var(--hero-fs);
    font-weight: 700;
}

.izum {
	margin-top: 32px;
	padding-right: 150px;
	font-size: var(--medium-text-fs);
}

.izum__item {
	padding-left: 20px;
	margin-bottom: 4px;
}

.izum__item:before {
	position: relative;
	display: block;
	max-width: 0;
	max-height: 0;
	left: -16px;
	content: '\2022';
	font-size: 21px;
	color: #0f0f0f;
}

.hero__actions {
	margin-top: 40px;
}

a.hero__button {
	display: inline-block;
	padding: 8px 32px 12px;
	background-color: #ff4081;
	border-radius: 8px;
	line-height: 44px;
	font-weight: 500;
	font-size: var(--medium-text-fs);
	color: #fff;
	vertical-align: top;
	box-shadow: rgb(255 64 129 / 94%) 0px 8px 14px -8px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

a.hero__button:hover {
	background-color: #ff2972;
}

.css-selector {
    background: linear-gradient(45deg, #ff4081, #ff8bb2);
    background-size: 150% 150%;

    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

a.hero__button2 {
	display: inline-block;
	margin-left: 16px;
	padding: 8px 32px 12px;
	border: 1px solid;
	border-radius: 8px;
	line-height: 42px;
	font-weight: 700;
	font-size: var(--medium-text-fs);
	color: #0f0f0f;
	vertical-align: top;
}

span.domain,
span.hosting,
span.wordpress {
	border-bottom: 1px dashed;
}

.hero__img-1 {
	padding: 4px 3px 5px;
    background-color: #fff;
	border-style: solid;
	border-radius: 8px;
    border-width: 20px 4px;
    border-color: #5f5f5f;
	box-shadow: 0 2.74416px 2.74416px rgba(0,0,0,.0274351), 0 5.48831px 5.48831px rgba(0,0,0,.0400741), 0 13.7208px 10.9766px rgba(0,0,0,.0499982), 0 20.5812px 20.5812px rgba(0,0,0,.0596004), 0 41.1623px 41.1623px rgba(0,0,0,.0709366), 0 96.0454px 89.1851px rgba(0,0,0,.09);
}


.book__modal .row {
	--bs-gutter-x: 16px !important;
}

@media (min-width: 576px) {
	.modal-sm {
		max-width: 330px;
	}
}

.modal-backdrop.show {
	opacity: 0.74;
}

.modal .modal-content {
	border-radius: 6px;
}

.modal-header {
	/* background-color: #fee7ea; */
	border-bottom: 1px solid #999;
	border-bottom: 1px solid #ddd;
}

.modal .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal .btn-close:focus {
	box-shadow: none;
}

.modal-title {
	font-size: 18px;
	font-weight: 700;
}

.modal-body {
	font-size: 15px;
}

.modal label {
	margin-bottom: 16px;
	font-weight: 400;
}

.modal .wpcf7-list-item {
	margin: 0;
}

.modal .wpcf7-list-item-label {
	margin-left: 8px;
	display: inline-block;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: none;
}

.modal select {
	height: 46px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.modal .select {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 46px;
    line-height: 44px;
    padding-left: 10px;
	border: 1px solid #999;
    border-radius: 6px;
	color: #444;
}

.menu-638,
.menu-501,
.menu-169 {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.menu-638:after,
.menu-501:after,
.menu-169:after {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 13px;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #555;
	pointer-events: none;
	box-sizing: border-box;
}

.modal input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.modal input[type="submit"] {
	width: 100%;
	background-color: #222;
	color: #f5f5f7;
}

.modal input[type="submit"]:hover {
	background-color: #333;
}

.modal .wpcf7 form.sent .wpcf7-response-output {
	padding: 4px 10px !important;
	background-color: #d7ffd9;
	color: #2e7d32;
    font-size: 15px;
}


/*
   Общие стили секций
*/

.section__title {
	margin-bottom: 40px;
	line-height: 1.2;
	font-weight: 700;
	font-size: var(--title-fs);
}

.section__subtitle {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 20px;
}


/* ----------------------------------------------
   Блок О нас -- начало
*/

.about {
	margin-top: 120px;
}

.about__description {
	font-size: var(--large-text-fs);
	line-height: 1.3;
}


/* ----------------------------------------------
   Блок Услуги -- начало
*/

.services {
	margin-top: 120px;
}

.row {
	--bs-gutter-x: 32px;
}

.services .col-md-3 {

}

.services__item {
	z-index: 1;
	position: relative;
	overflow: hidden;
	border: 1px solid #0f0f0f;
	border-radius: 8px;
}

.services__item-hover {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.services__item-hover:hover {
	opacity: 0.12;
}

.services__title {
	padding: 16px 16px 18px;
	border-top: 1px solid #0f0f0f;
	background-color: #fff;
	line-height: 1.2;
	font-size: var(--medium-text-fs);
	font-weight: 700;
	color: rgb(15, 15, 15);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.15s ease-in-out;
}

/* .services__item:hover .services__title {
	color: #ff4081;
} */

.services__price {
	padding: 0 16px 18px;
	font-size: 20px;
	color: rgb(15, 15, 15);
}

.services__item .fas {
	position: absolute;
	bottom: 20px;
	right: 16px;
	font-size: 36px;
	color: #ddd;
	line-height: 27px;
}


/* ----------------------------------------------
   Блок Наши работы -- начало
*/

.portfolio {
	margin-top: 120px;
}

.portfolio .section__title {
	margin-bottom: 22px;
}

.portfolio__quote {
	margin-bottom: 32px;
    padding-top: 16px;
    border-top: 1px solid;
}

.portfolio__quote-item {
	line-height: 1.3;
	font-size: var(--large-text-fs);
}

.portfolio__quote-description {
	margin-top: 6px;
	font-size: 14px;
	color: rgb(82, 82, 82);
}

.portfolio__item {
	margin-bottom: 32px;
}

.portfolio__item img {
	margin: 0 0 8px;
}

.img-hover {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 0 0 8px;
}

.img-hover img {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.img-hover img:hover {
	z-index: 1;
	cursor: zoom-in;
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.portfolio__note {
	position: relative;
	font-size: 14px;
}

.portfolio__note-title {
	display: inline-block;
	width: 144px;
	position: relative;
}

.portfolio__note span {
	position: relative;
	z-index: 2;
	padding-right: 4px;
	background-color: #fff;
	font-weight: 700;
}

.portfolio__note span.note-border {
	position: absolute;
    z-index: 1;
    bottom: 8px;
    left: 0;
    width: 140px;
    height: 1px;
    border-bottom: 1px dotted #999;
}

.portfolio__more {
	font-size: var(--medium-text-fs);
	font-weight: 500;
}

.portfolio__more .fas {
	margin-left: 6px;
	font-size: 17px;
	vertical-align: -1px;
}


/* ----------------------------------------------
   Блок Мастера студии -- начало
*/

.team {
	padding: 120px 0;
}

.team__item {
}

.team__photo img {
	margin-bottom: 32px;
}

.team__name {
	margin: 0 0 4px;
	line-height: 1.2;
	font-size: var(--title-medium-fs);
	font-weight: 700;
}

.team__role {
	margin: 0 0 20px;
}

.team__description {
	line-height: 1.3;
	font-size: var(--medium-text-fs);
}

.team__description .fas {
    margin-right: 4px;
    vertical-align: -1px;
    font-size: 22px;
	color: #ff4081;
}

.team__description .fa-angle-double-left {
    margin-right: 4px;
}

.team__description .fa-angle-double-right {
    margin-left: 4px;
}


/* ----------------------------------------------
   Блок Студия -- начало
*/

.studio {
	margin-top: 120px;
}

.studio video {
	margin-bottom: 32px;
}

.studio__description {
	font-size: var(--medium-text-fs);
	line-height: 1.3;
}

.studio__photo {
	color: rgb(82, 82, 82);
}

.frame {
	position: relative;
	overflow: hidden;
	background: #eee;
	height: 0;
	margin-bottom: 32px;
	padding-top: calc( ( 9 / 16 ) * 100% );
	border-radius: 8px;
}

.frame__inside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.frame__inside span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 14px;
}

/* ----------------------------------------------
   Блок Школа -- начало
*/

.training {
	margin-top: 120px;
	padding: 120px 0;
	background-color: #111;
}

.training .section__title {
	margin-bottom: 22px;
	color: #f5f5f7;
}

.training__description {
	line-height: 1.25;
	font-size: var(--large-text-fs);
	color: #b1b1b1;
}

a.training__more {
	display: inline-block;
	margin-top: 20px;
	font-weight: 500;
	font-size: var(--medium-text-fs);
	color: #5284f3;
	color: #f5f5f7;
}

a.training__more:hover {
	text-decoration: underline;
}

a.training__more .fas {
	margin-left: 8px;
	font-size: 18px;
	vertical-align: -1px;
}


/* ----------------------------------------------
   Блок Вопросы и ответы -- начало
*/

.questions {
	padding: 120px 0 88px;
	/* background-color: #f1f2f6; */
	/* background-color: #eaebec; */
	background-color: #eee;
}

.questions__item {
	margin-bottom: 32px;
}


.questions__question {
	font-size: var(--medium-text-fs);
	font-weight: 700;
	margin-bottom: 16px;
}

.questions__answer {
	position: relative;
	font-size: 16px;
    padding: 13px 16px 16px;
    border-radius: 8px 8px 8px 0;
    background-color: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 16%);
}

.questions__answer:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent;
	margin-top: -10px;
	margin-left: -10px;
	box-shadow: 0 1px 0 rgb(0 0 0 / 16%);
}



/* ---------------------------------------------- *\
   Блок Консультация --- начало
\* ---------------------------------------------- */

.consult {
	margin: 94px 0 120px;
}

.consult .section__title {
	margin-bottom: 22px;
}

.consult .form-wrapper {
	background-color: #fff;
}

.consult__contact-title {
	margin: 32px 0 8px;
	font-size: var(--medium-text-fs);
	font-weight: 700;
}

.consult__contact-note {
	margin-bottom: 20px;
}

a.messenger {
	display: inline-block;
	width: 97px;
	padding: 0 16px 2px;
	border-radius: 6px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	transition: background-color 0.15s ease-in-out;
}

a.messenger.telegram {
	background-color: #389ce9;
}

a.messenger.telegram:hover {
	background-color: #2a95e7;
}

a.messenger.viber {
	margin-left: 16px;
	background-color: #7360f2;
}

a.messenger.viber:hover {
	background-color: #6550f0;
}

.call a {
	display: inline-block;
	margin-top: -3px;
	line-height: 44px;
	font-size: 48px;
	font-weight: 600;
	color: #262626;
	transition: color 0.15s ease-in-out;
}

.call a:hover {
	color: #ff4081;
}

/* ---------------------------------------------- *\
   Блок Консультация --- конец
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Блок Текст --- начало
\* ---------------------------------------------- */

.text h1 {
	font-size: var(--title-fs);
	margin-bottom: 22px;
}

.text__text {
	line-height: 1.3;
	font-size: var(--medium-text-fs);
}

/* ---------------------------------------------- *\
   Блок Текст --- конец
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Блок Подписаться на Instagram --- начало
\* ---------------------------------------------- */

a.instagram {
	display: block;
	padding: 64px 0;
	background-color: #ffd2d7;
	color: #111;
}

.instagram .section__title {
	margin-bottom: 0;
	font-size: var(--title-medium-fs);
	line-height: 1;
}

.instagram .fa-instagram {
	margin-right: 16px;
	font-size: 54px;
	vertical-align: -8px;
}

.instagram__description {
	line-height: 1.3;
	font-size: var(--medium-text-fs);
}

/* ---------------------------------------------- *\
   Блок Подписаться на Instagram --- конец
\* ---------------------------------------------- */





/*  */

.type-post,
.type-attachment,
.type-sale	{
	margin: 0 0 32px 0;
	max-width: 100%;
}

.home .type-post,
.home .type-attachment,
.home .type-sale,
.archive .type-post,
.archive .type-attachment,
.archive .type-sale {
	border-radius: 8px;
	box-shadow: 0 7px 24px 0 rgba(0,0,0,.03), 0 4px 12px 0 rgba(0,0,0,.04);
	position: relative;
}


.relative-wrapper .archive-edit-link {
	display: none;
}

.relative-wrapper:hover .archive-edit-link {
	display: block;
}

.archive-edit-link {
	position: absolute;
	z-index: 999;
	right: 31px;
	top: 16px;
	background-color: #f41224;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,.08);
}

.archive-edit-link a {
	padding: 3px 6px 1px;
	line-height: 16px;
	font-size: 11px;
}

.archive-edit-link:hover {
	background-color: #e81526;
}

.archive-edit-link a,
.archive-edit-link a:hover {
	color: #fff;
}




.type-page {
	margin: 0 0 64px 0;
	max-width: 100%;
}

.error-404 {
	text-align: center;
}

.abovetitle-note {
	margin-bottom: 16px;
	color: rgba(0,0,0,.5);
}

.services-block_title span,
.abovetitle-note span {
	display: inline-block;
	margin-right: 6px;
	padding: 3px;
	border: solid;
	border-width: 0 2px 2px 0;
	vertical-align: 1px;
}

.services-block_title span {
	vertical-align: 2px;
	color: #215CE0;
}

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

.arrow-left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.archive .abovetitle-note .fas {
	margin-right: 8px;
	font-size: 20px;
	vertical-align: -2px;
}

.archive-title,
.page-title,
.entry-title {
	display: block;
	margin: 0;
	padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: 700;
	font-size: 28px;
}

.entry-title {
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 4px;
	color: rgba(0, 0, 0, 0.94);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a:hover .entry-title {
	color: #f41224;
}

.top-left-block {
	position: relative;
	background: #f1f1f1;
	height: 100%;
    padding: 32px;
}

.top-left-block .entry-meta {
	position: absolute;
	left: 32px;
	bottom: 32px
}

/* .flexslider {
	height: 420px;
} */

.flexslider-wrapper {
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	background: #f1f1f1;
	padding-top: 66.6667%;
	overflow: hidden;
}

.flexslider-wrapper-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container {
	position: relative;
	margin: 0 0 32px;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.flexslider .fa-spin {
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	margin-left:-13px;
	font-size: 26px;
}

.img-counter {
	position: absolute;
	z-index: 999;
	display: inline-block;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	padding: 2px 6px;
	background-color: rgba(0,0,0,.5);
	border-radius: 3px;
	line-height: 21px;
	color: #fff;
}

.entry-title a {
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Общие стили статических страниц */

.static-page {
	padding-top: 32px;
}

.static-page h1 {
	font-size: 36px !important;
}

.static-page h2 {
	margin: 40px 0 8px !important;
}


/* Карточка объекта */

.relative-wrapper {
	position:relative;
}

.apt-card_gradient {
	z-index: 50;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	padding: 32px 16px 16px;
	color: #fff;
}

.apt-card_gradient a {
	color: #fff;
}

.entry-header {
	padding: 18px 16px 16px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #fff;
	font-size: 14px;
}


/* Галерея объекта */

.zoom-link a:hover {
	cursor:zoom-in;
}

/* Всплывающее окно FooBox */

.fbx-inner-shadow {
	box-shadow: 0 0 12px rgba(0,0,0,.5);
}

.fbx-light .fbx-close,
.fbx-light .fbx-prev,
.fbx-light .fbx-next {
	background-color:transparent;
}

.fbx-icon,
.fbx-loader {
	display: none;
}

.fbx-rounded .fbx-close,
.fbx-rounded .fbx-next,
.fbx-rounded .fbx-prev {
	border:none;
	width: 58px;
	text-align: center;
}

.fbx-rounded .fbx-close {
	top:-16px;
	right: -76px;
}

.fbx-rounded .fbx-prev {
	left: -79px;
	padding-right: 16px;
}

.fbx-rounded .fbx-next {
	right: -79px;
	padding-left: 16px;
}

.fbx-rounded .fbx-close.fbx-btn-shadow,
.fbx-rounded .fbx-close.fbx-btn-shadow:hover,
.fbx-rounded .fbx-prev.fbx-btn-shadow,
.fbx-rounded .fbx-prev.fbx-btn-shadow:hover,
.fbx-rounded .fbx-next.fbx-btn-shadow,
.fbx-rounded .fbx-next.fbx-btn-shadow:hover {
	box-shadow:none;
}

a.fbx-close.fbx-btn-transition.fbx-btn-shadow::before,
a.fbx-prev.fbx-btn-transition.fbx-btn-shadow::before,
a.fbx-next.fbx-btn-transition.fbx-btn-shadow::before {
	color: rgba(255, 255, 255, 1) !important;
}

.fbx-prev::before,
.fbx-next::before {
	font-family: "Font Awesome 5 Free";
	font-size: 40px;
	color: rgba(255, 255, 255, 1);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.fbx-close {
	background-image: url(/wp-content/themes/beauty/images/close-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.7;
}

.fbx-close:hover {
	opacity: 1;
}

.fbx-close::before {
	content: '' !important;
}

.fbx-prev::before {
	content: '\f053' !important;
}

.fbx-next::before {
	content: '\f054' !important;
}

.fbx-phone .fbx-count {
	display: inline-block;
}

.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait .fbx-inner-spacer {
	padding: 60px 0 0;
}

.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait .fbx-inner-spacer,
.fbx-modal.fbx-phone.fbx-portrait .fbx-inner-spacer {
	padding: 35px 0 15px;
}

.fbx-rounded .fbx-item-current,
.fbx-rounded .fbx-item-image,
.fbx-rounded .fbx-item-next,
.fbx-rounded .fbx-inner {
	border-radius: 0;
}

.fbx-rounded.fbx-light .fbx-count,
.fbx-rounded.fbx-light .fbx-credit a {
	color: rgba(255, 255, 255, 1);
}

.fbx-rounded .fbx-count,
.fbx-rounded .fbx-credit {
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	padding: 2px 6px;
	background-color: rgba(0,0,0,.5);
	width: auto;
	border-radius: 3px;
	line-height: 21px;
	font-size: inherit;
}

/* Всплывающее окно FooBox Mobile Portrait */

.fbx-modal.fbx-phone.fbx-portrait .fbx-close {
	left: auto;
	height: 52px;
	width: 52px;
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-next,
.fbx-modal.fbx-phone.fbx-portrait .fbx-prev {
	top: 50%;
	margin-top: -50px;
	width: 58px;
	height: 100px;
	line-height: 100px;
	padding:0;
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-prev {
	left: -8px;
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-next {
	left: auto;
	right: -8px;
}

/* Всплывающее окно FooBox Mobile Landscape */

.fbx-modal.fbx-phone.fbx-landscape {
	border-right-width: 0;
}

.fbx-modal.fbx-phone .fbx-next,
.fbx-modal.fbx-phone .fbx-prev {
	position:absolute;
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-close {
	height: 52px;
	width: 52px;
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-next,
.fbx-modal.fbx-phone.fbx-landscape .fbx-prev {
	top: 50%;
	margin-top: -50px;
	width: 58px;
	height: 100px;
	line-height: 100px;
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-prev {
	left: 0;
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-next {
	right: 0;
}

/* ------- */

.entry-content {
	margin: 32px 0 32px;
}

.page .entry-content,
.single-post .entry-content {
	font-size: 16px;
}

.wp-post-image {
	margin: 0;
}

/* Ссылки страниц */
.page-links {
	margin: 0;
	word-spacing: 1em;
	font-weight: bold;
}

/*--------------------------------------------------------------
## 12.2 - Мета информация
--------------------------------------------------------------*/
.price-position {
	position: relative;
}

.home .entry-meta,
.archive .entry-meta {
	font-size: 20px;
}

.entry-meta {
	display: inline-block;
	margin-top: 32px;
	font-weight: 700;
	font-size: 22px;
	color: rgba(0, 0, 0, 0.94);
}

.entry-meta span.divider {
	font-weight: 400;
	font-size: 17px;
}

.category-type {
	color: rgba(0, 0, 0, 0.94);
}

.category-type a {
/* 	display: inline-block;
	padding-left: 8px;
	border-left: 1px solid #ddd;
	line-height: 24px;
	font-size: 22px;
	font-weight: 700; */
	text-transform: lowercase;
}

/* Категория объекта на странице архива */

.home .category-type,
.archive .category-type {
	vertical-align: 1px;
	font-weight: 700;
	font-size: 14px;
	text-transform: lowercase;
}

/* --- */

.home .entry-meta,
.archive .entry-meta {
	margin-top: 0;
	line-height: 1.25;
}

/* .entry-meta a:link,
.entry-meta a:visited {
	color: #fff;
}

.entry-meta a:hover,
.entry-meta a:active {
	color: #444;
} */

.entry-meta span:last-child:after {
	display: none;
}

.info-line {
	margin: 0;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.94);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-excerpt {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 20px;
	height: 60px;
}

.entry-excerpt p {
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.68);
}

.hide-gradient {
	position: absolute;
	bottom: 2px;
	left: 0;
	height: 20px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}


/*--------------------------------------------------------------
## 12.2 - Архивы публикаций
--------------------------------------------------------------*/

/* Заголовок архива */

.archive .page-header {
	margin-bottom: 24px;
}

.post-type-archive-land .page-header,
.post-type-archive-house-sale .page-header,
.tax-commercial-object .page-header {
	margin-bottom: 8px;
}

.page-header {
	margin-bottom: 16px;
}

.archive .page-header {
	
}

.page-header .archive-title {
	margin-bottom: 24px;
}

.archive-description {
	margin-bottom: 16px;
}

.page-header .blog-description,
.page-header .archive-description {
	font-size: 16px;
}

.page-header .blog-description,
.page-header .archive-description p {
	margin: 0;
}

.archive-description h1 {
	margin: 0;
	font-weight: 500;
}

/* Стиль публикации в архиве */
.post-wrapper .type-post .entry-content {
	font-size: 15px;
}

.post-wrapper .type-post .entry-excerpt p {
	margin: 0;
}

.post-wrapper .type-post .entry-meta {
	line-height: 1.2;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.88);
}

/* Колонки публикаций на странице архива */
.post-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -32px;
}

.post-wrapper .post-column {
	box-sizing: border-box;
	padding-right: 32px;
}

.post-wrapper img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}


/* Fix Render Bug for Safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.post-wrapper .post-column {
			margin-right: -1px;
		}
	}
}

/* Навигация */
.pagination {
	margin: 0 0 64px;
	text-align: center;
}

.pagination a,
.pagination .current {
	display: inline-block;
	min-width: 44px;
	margin: 0 4px 0 0;
	padding: 0 16px;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	font-weight: 500;
	font-size: 20px;
}

.pagination a {
	border-radius: 4px;
}

.pagination a:link,
.pagination a:visited {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pagination .current {
	background: #f1f1f1;
	border-radius: 8px;
	color: rgba(0, 0, 0, 0.94);
}

/* Хлебные крошки */
.breadcrumbs {
	font-size: 15px;
}

.breadcrumbs-container {
	background: #f5f5f5;
	padding: 8px 0;
	color: #888;
}

.breadcrumbs-container a {
	color: #888;
}

.breadcrumbs-container a:hover {
	color: #f21212;
}


/*--------------------------------------------------------------
# 15.0 - Подвал
--------------------------------------------------------------*/
.footer__copyright {
	margin-top: 16px;
}

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

.footer ul li {
	margin: 0;
	list-style: none !important;
}

.footer-content {
	padding: 64px 0;
	word-break: normal;
	color: rgb(161, 161, 166);
}

a.footer__phone,
a.footer__phone:hover {
    display: block;
    margin-top: 16px;
    line-height: 1.25;
	font-size: 28px;
    color: #f5f5f7;
}

.footer__item {
	margin-bottom: 24px;
}

a.footer__link,
span.footer__link {
	display: block;
	margin-top: 8px;
	color: rgba(0, 0, 0, 0.94);
}

a.footer__link:hover {
	color: #f95036;
}

.footer__title {
	margin-bottom: 16px;
	font-weight: 700;
	color: #f5f5f7;
}

.footer__social {
	margin-top: 32px;
	padding-top: 16px;
	border-top: 1px solid #ddd;
}

.footer__social .footer__title {
	margin: 16px 0 0 0;
	font-weight: 400;
	font-size: 14px;
}

.footer_theme_dark {
	background: #111;
	color: #f5f5f7;
}

.footer_theme_dark a.footer__link,
.footer_theme_dark span.footer__link,
.footer__developer a {
	background: #111;
	color: rgb(161, 161, 166);
}

.footer_theme_dark a.footer__link:hover,
.footer_theme_dark .social-icons__item .fab:hover,
.footer__developer a:hover {
	color: #f5f5f7;
}

.footer_theme_dark .footer__social {
	border-top: 1px solid rgba(255,255,255,.16);
}

.footer_theme_dark .social-icons__item .fab {
	color: rgb(161, 161, 166);
}

.footer__developer {
	margin-top: 16px;
	font-size: 14px;
}

.footer__developer a {
	border-bottom: 1px solid rgba(255,255,255,.3);
}


/*--------------------------------------------------------------
# 16.0 - Медиа
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}







/* ---------------------------------------------- *\

   Мини-сайт --- начало

\* ---------------------------------------------- */

body.page.mini,
body.single-card {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	background-color: #eee;
	color: #262626;
	line-height: 18px;
	font-size: 14px;
}

.mini a {
	color: #00376b;
	color: #0055a5;
	color: #215CE0;
	outline: none;
	text-decoration: none;
}

.mini__container {
	max-width: 574px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 16px;
    padding-right: 16px;
}

.mini__content {
	margin: 0 0 16px;
}



/* Общие стили модальных окон --- начало */

.mini .modal-content {
	border-radius: 0;
	border: none;
	height: 100%;
}

.mini .modal-body {
	border-radius: 0;
	border: none;
}

.mini .modal-title {
	font-weight: 400;
	font-size: 14px;
}

/* Общие стили модальных окон --- конец */



/* Меню --- начало */

.mini .top-line .row {
	--bs-gutter-x: 0;
}

.mini .menu__logo {
	padding: 16px 0 20px;
}

.mini .menu__site-name {
	font-size: 18px;
}

.mini .menu__site-description {
	line-height: 16px;
	font-size: 14px;
}

.mini .row {
	--bs-gutter-x: 16px;
}

a.menu__modal-item {
	display: block;
	padding: 12px 0;
	font-size: 18px;
	color: #f5f5f7;
}

a.menu__modal-item.whatsapp {
	margin-bottom: 8px;
	color: #25D366;
}


.top-line .row {
	--bs-gutter-x: 32px;
}

/* Меню --- конец */



/* Общие стили секций --- начало */

.mini__section {
	margin: 4px -16px 0;
	padding: 16px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgb(0 0 0 / 6%);
}

.mini__section.section-divider {
	margin: 16px -16px 0;
}

.mini__title-1 {
	margin-top: -2px;
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;
}

.mini__title-2 {
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
}

.mini__title-1 h1 {
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.mini__text {
	margin-top: 8px;
}

.wpcf7-spinner {
	display: none !important;
}

/* Общие стили секций --- конец */



/* ---------------------------------------------- *\
   Мини hero --- начало
\* ---------------------------------------------- */

.mini__hero {
	margin-bottom: 16px;
}

.mini__section.mini__hero {
	margin: 0 -16px 0;
	padding-top: 0;
}

.mini__hero-img {
	margin: 0 -16px 16px;
	position: relative;
    overflow: hidden;
    background: #111;
	height: 0;
    padding-top: calc( ( 600 / 600 ) * 100% );
}

.page-id-335 .mini__hero-img {
    padding-top: calc( ( 709 / 800 ) * 100% );
}

.page-id-349 .mini__hero-img {
    padding-top: calc( ( 1200 / 900 ) * 100% );
}

.page-id-354 .mini__hero-img {
    padding-top: calc( ( 1440 / 1080 ) * 100% );
}

.mini__hero-img .hero-img-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mini__hero .mini__title-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 16px;
	color: #fff;
	text-shadow: 0 3px 7px rgb(0 0 0 / 90%);
}

.mini__hero-author {
	margin-top: 12px;
}

a.mini__button {
	display: inline-block;
	margin-top: 16px;
	background-color: rgba(226, 0, 22, .02);
	border: 1px solid;
	border-radius: 6px;
	width: 100%;
	line-height: 46px;
	font-weight: 500;
	color: #e20016;
	text-align: center;
}

/* ---------------------------------------------- *\
   mini hero --- конец
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Адрес и карта --- начало
\* ---------------------------------------------- */
.mini__location {
	display: block;
	margin-top: 8px;
}

.mini__address {
	display: inline;
	margin-bottom: 16px;
	border: none;
	border-bottom: 1px dotted;
	cursor: pointer;
	line-height: 20px;
	font-size: inherit;
	color: initial;
}

.metro-red {
	margin-right: 4px;
	height: 10px;
	vertical-align: 0px;
	fill: rgba(255,255,255,.8);
}

.mini__location .accordion-button {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}

.mini__location .accordion-button:not(.collapsed) {
	background-color: unset;
	color: initial;
}

.mini__location .accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0;
}

.mini__location .accordion-body {
	padding: 16px 0 0;
}

.mini__location .accordion-item,
.mini__location .accordion-item:last-of-type .accordion-collapse {
	border: none;
}

/* ---------------------------------------------- *\
   Адрес и карта --- конец
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Блоки для связи --- начало
\* ---------------------------------------------- */

/* Кнопки мессенджеров --- начало */

.mini__telegram-button {
	margin-top: 16px;
}

a.mini__telegram-button {
    display: inline-block;
	width: calc(50% - 8px);
	background-color: #389ce9;
    border-radius: 6px;
    line-height: 46px;
    color: #fff;
    text-align: center;
}

a.mini__viber-button {
    display: inline-block;
	margin-left: 16px;
	width: calc(50% - 8px);
	background-color: #7360f2;
    border-radius: 6px;
    line-height: 46px;
    color: #fff;
    text-align: center;
}

a.mini__whatsapp-button {
    display: inline-block;
	margin-top: 16px;
	width: 100%;
	background-color: #25D366;
    border-radius: 6px;
	border-bottom: none !important;
    line-height: 46px;
    color: #fff;
    text-align: center;
}

.mini__telegram-button .fab {
	margin-left: 8px;
}

/* Кнопки мессенджеров --- конец */


/* Форма для заявок --- начало */

.mini input,
.mini select,
.mini textarea {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	font-size: inherit;
}

.select__wrapper {
	position: relative;
	margin-top: 6px;
}

.select__wrapper .select__label,
.select__wrapper .select__label {
	position: absolute;
	z-index: 2;
	padding: 0 4px;
    background-color: #fff;
	top: -10px;
	left: 8px;
	font-weight: 700;
	font-size: 13px;
}

label {
	margin-bottom: 16px;
	font-weight: 400;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.wpcf7-list-item label {
	display: flex;
}

.wpcf7-list-item-label {
	margin-left: 8px;
	display: inline-block;
	font-size: inherit;
}

.wpcf7-checkbox {
	display: block;
	margin-bottom: 16px;
}

select {
	height: 46px;
	width: 100%;
	background-color: white;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.mini .select {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 46px;
    line-height: 44px;
    padding-left: 12px;
	border: 1px solid #999;
    border-radius: 6px;
	color: #444;
}

.menu-638 {
	margin-top: 20px;
}

.mini input[type="text"] {
	padding: 0 12px;
}

.mini input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.mini input[type="submit"] {
	width: 100%;
	background-color: #111;
	color: #f5f5f7;
}

.mini input[type="submit"]:hover {
	background-color: #000;
}

.mini .wpcf7 form.sent .wpcf7-response-output {
	padding: 4px 10px !important;
	background-color: #d7ffd9;
	background-color: #bcf7c2;
	border-radius: 6px;
	color: #2e7d32;
	color: #13633d;
    font-size: 15px;
}

.policy-accept {
	font-size: 12px;
	line-height: 16px;
}

/* Форма для заявок --- конец */


/* Телефоны --- начало */

a.mini__сall {
	display: inline-block;
	margin: 8px 0 0;
	line-height: 34px;
	font-size: 32px;
	color: #262626;
    font-weight: 500;
}

.mini__сall a:hover {
	color: #262626;
}

.mini__сall span {
	display: inline-block;
	margin-left: 14px;
	line-height: 16px;
	font-size: 13px;
}

/* Телефоны --- конец */

/* ---------------------------------------------- *\
   Блоки для связи --- конец
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Прайс --- начало
\* ---------------------------------------------- */

.mini__price ul {
	margin: 0 0 0 !important;
	padding: 0 !important;
}

.mini__price li {
	margin: 0;
}

.mini__price li:before {
	content: none !important;
}

.mini__price .nav-item {
	margin: 0;
}

.mini__price .nav-link {
	margin: 8px 8px 0 0;
	padding: 0 12px 1px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 16px;
	line-height: 29px;
	font-size: inherit;
	font-weight: 400;
	color: #262626;
	transition: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mini__price .nav-pills .nav-link.active,
.mini__price .nav-pills .show > .nav-link {
	background-color: #111;
	border: 1px solid #111;
	color: #fff;
}


.title-border-bottom {
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}

.table__head {
	margin-top: 20px;
}

.table__head.first {
	margin-top: 16px;
}

.mini table {
	margin-bottom: 0;
}

.mini thead th {
	padding-top: 0 !important;
	border-bottom: 1px solid #999;
}

.mini th,
.mini td {
	padding: 6px 0 6px 16px !important;
	vertical-align: top;
}

.mini .left-width {
	padding-left: 0 !important;
	width: 100%;
}

.redprice {
	color: #e20016;
}

a.loyalty-program {
	display: block;
	width: 100%;
	margin-top: 16px;
	border: 1px solid;
	border-radius: 6px;
	text-align: center;
	line-height: 44px;
	font-weight: 500;
	color: #e31837;
}

/* ---------------------------------------------- *\
   Прайс --- конец
\* ---------------------------------------------- */


/* ---------------------------------------------- *\
   Лендинг Наращивание волос --- начало
\* ---------------------------------------------- */

.mini__price .mini__text {
	margin-top: 16px;
}

/* ---------------------------------------------- *\
   Лендинг Наращивание волос --- конец
\* ---------------------------------------------- */


/* ---------------------------------------------- *\
   Команда --- начало
\* ---------------------------------------------- */

.mini__team {
	margin-top: 16px;
}

.mini__team img {
	border-radius: 6px;
}

.mini__team .mini__title-2 {
	margin-top: 12px;
}

.mini__team ul {
	margin-top: 6px;
	padding: 0 0 0 13px;
}

/* ---------------------------------------------- *\
   Команда --- конец
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Фото и видео --- начало
\* ---------------------------------------------- */

/* Фото --- начало */

.mini__gallery {
	margin: 10px -16px 0;
	overflow: hidden;
}

.mini__gallery-wrapper {
	margin-left: -1px;
	margin-right: -1px;
}

.mini__gallery figure {
	position: relative;
	margin: 2px 0 0;
	width: 33.333333333%;
	float: left;
	padding-left: 1px;
	padding-right: 1px;
}

.mini__gallery figure.figure_width_100 {
	width: calc( 33.333333333 * 3% );
}

.mini__gallery .row {
	--bs-gutter-x: 2px;
}

.label__healed {
	position: absolute;
    top: 6px;
    left: 6px;
	display: inline-block;
    padding: 0 4px;
	background-color: rgba(0,0,0,.5);
    border-radius: 3px;
    line-height: 16px;
    font-size: 10px;
	color: #fff;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 8%);
}

/* Фото --- конец */


/* Видео --- начало */

.mini__text.mini__video {
	margin-top: 16px;
	font-weight: 700;
}

.mini__video-item {
	margin-top: 16px;
}

.mini__video img {
	border-radius: 6px;
}

.mini__video-title {
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mini__video-play-circle {
	z-index: 10;
	display: inline-block;
	width: 40px;
	height: 40px;
    border-radius: 50%;
	background-color: rgba(0,0,0,.5);
}

.mini__video .fas {
	z-index: 20;
	margin-left: 1px;
	color: #fff;
}

.modal__video-container {
	position: relative;
	margin: -16px -16px 16px;
    padding-bottom: 80%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.modal__video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal__video .modal-header {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	z-index: 3;
	border-bottom: 0;
}

.modal__video .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: rgba(0,0,0,.5);
    opacity: 1;
    border-radius: 50%;
	padding: 13px;
}

.modal__video .modal-title {
	line-height: 1;
	font-size: 16px;
}

.modal__video .modal-body {
	padding: 0;
	background-color: #fff;
}

.modal__video video {
	margin: 0 0 -4px;
}

.modal__video iframe {
	margin: 0 !important;
	width: 100% !important;
	border-width: 1px 0 0 0 !important;
	border-radius: 0 !important;
}

.modal__video-description {
	padding: 16px;
}

/* Видео --- конец */

/* ---------------------------------------------- *\
   Фото и видео --- конец
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Частые вопросы --- начало
\* ---------------------------------------------- */

.mini__question {
	margin-top: 16px;
	font-weight: 700;
	line-height: 20px;
	font-size: 16px;
}

.mini__answer {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	padding: 9px 12px 10px;
	background-color: #fff;
    border-radius: 8px 8px 8px 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 14%);
}

.mini__answer:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #ffffff transparent;
	margin-top: -8px;
	margin-left: -8px;
    box-shadow: 0 1px 0 rgb(0 0 0 / 14%);
}

.mini__answer a {
	border-bottom: none !important;
}

.mini__questions.mini__faq {
	margin: 32px 0 0;
}

.mini__question.mini__more {
	padding-bottom: 32px;
	font-weight: 400;
	line-height: inherit;
	font-size: inherit;
}

.mini__question.mini__more a,
.mini__more a {
	display: inline-block;
	/* border-bottom: 1px solid rgba(0,85,165,.3); */
}

.no-triangle .mini__answer {
    border-radius: 8px;
}

.no-triangle .mini__answer:after {
	content: none;
}

/* ---------------------------------------------- *\
   Частые вопросы --- конец
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Мини-страницы --- начало
\* ---------------------------------------------- */

/* Стили страниц --- начало */

.page .mini__content a,
.policy-accept  a {
	/* border-bottom: 1px solid rgba(0,85,165,.3); */
}

.page .mini__section.first {
	margin-top: 0;
}

.page .mini__title-1 {
	margin-bottom: 12px;
}

.page-id-335 .mini__title-1 {
	margin-bottom: 2px;
}

.page .mini__price .mini__title-1 {
	margin-bottom: 8px;
}

.page .mini__title-2 {
	margin: 20px 0 8px;
}

.page-id-2 .mini__title-2,
.page-id-335 .mini__title-2,
.page-id-349 .mini__title-2,
.page-id-354 .mini__title-2 {
	margin: -1px 0 8px;
}

.mini ul {
	margin: 12px 0 0;
	padding: 0 0 0 18px;
}

.mini li:before {
	content: '\2022';
	margin-left: -12px;
	padding-top: 4px;
	line-height: 10px;
	font-size: 20px;
	float: left;
}

.mini .no li:before {
	color: #f41224;
}

.mini .yes li:before {
	color: #0ab21b;
}

.mini__section p:last-of-type {
	margin-bottom: 0;
}

.mini__ul {
	margin: 8px 0 0;
	padding: 0 0 0 18px;
}

.mini__li {
	margin-bottom: 4px;
}

.page p {
	margin: 0 0 12px;
}

/* Общие стили страниц --- конец */


/* Частые вопросы --- начало */

.mini__faq .mini__title-2 {
	margin-top: 0;
}

.mini__faq .mini__question {
	margin-top: 20px;
}

.mini__faq .mini__questions {
	margin-bottom: 26px;
}

/* Частые вопросы --- конец */


/* О мастере, о нас --- начало */

.mini__about-photo {
	margin: 0 -16px 16px;
	position: relative;
    overflow: hidden;
    background: #111;
	height: 0;
    padding-top: calc( ( 846 / 600 ) * 100% );
}

.page-id-339 .mini__about-photo,
.page-id-351 .mini__about-photo,
.page-id-356 .mini__about-photo {
	margin: 0 -16px 16px;
	position: relative;
    overflow: hidden;
    background: #111;
	height: 0;
    padding-top: calc( ( 875 / 700 ) * 100% );
}

.mini__about-photo .hero-img-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mini__about .mini__title-1 {
	margin-bottom: 4px;
}

.mini__about-role {
	margin: 2px 0 12px;
}

/* О мастере, о нас --- конец */


/* Рекомендации --- начало */

.recommendations .mini__title-1 {
	margin-top: 24px;
}

.recommendations .mini__title-1:first-of-type {
	margin-top: 8px;
}

/* Рекомендации --- конец */


/* Отзывы --- начало */

.mini__reviews-gallery {
    overflow: hidden;
	margin: 0 -8px 0;
}

.mini__reviews-gallery figure {
	position: relative;
    width: 50%;
    float: left;
	margin: 16px 0 0;
	padding-left: 8px;
    padding-right: 8px;
}

.mini__reviews-gallery img {
	border: 1px solid #ddd;
	border-radius: 8px;
}

.home .mini__more,
.page .mini__more {
	margin-top: 16px;
}

.mini__question.mini__more,
.mini__reviews .mini__more {
	margin-top: 16px;
}

/* Отзывы --- конец */


/* Ошибка 404 --- начало */

.error404 h1 {
	font-size: 48px;
	font-weight: 400 !important;
    margin: 15vh 0 8px;
}

.error__description {
	margin-bottom: 32px;
}

.error__back {
	margin-bottom: 20vh;
}

.error__back a {
	border-bottom: 1px solid rgba(0,85,165,.3);
}

/* Ошибка 404 --- конец */

/* ---------------------------------------------- *\
   Мини-страницы --- конец
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Магазин --- начало
\* ---------------------------------------------- */

.shop .mini__monolog {
	margin: 12px 0 0;
}

.mini__monolog .mini__answer {
	margin-top: 4px;
}

.shop .mini__title-1 {
	margin: 32px 0 2px;
}

.shop .mini__title-2 {
	margin: 0;
}

.shop__catalog {
	margin: 0 0 32px;
}

.product__item {
	position: relative;
	height: 100%;
	background-color: #fff;
	border-radius: 8px;
	box-shadow:0 1px 1px rgba(0,0,0,.14);
}

.label__new {
	position: absolute;
	z-index: 999;
	top: 12px;
	left: 12px;
	background-color: #00b341;
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.08);
}

.label__top {
	position: absolute;
	z-index: 999;
	top: 12px;
	left: 12px;
	background-color: #ff4081;
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.08);
}

.product__item li {
	margin-bottom: 0;
}

.product__item .nav-pills .nav-link {
	border-radius: 3px;
}

.product__item .nav-pills .nav-link.active {
    background-color: #f5f5f5;
	border: 1px solid #ccc;
	color: initial;
}

.product__item .nav-link {
	margin-right: 8px;
    padding: 0 4px;
    border: 1px solid #ddd;
	font-size: 12px;
	color: initial;
	cursor: pointer;
	transition: none;
}

.mt-16 {
	margin-top: 16px;
}

.product__photo img {
	border-radius: 8px 8px 0 0;
}

.product__info {
	padding: 0 12px 0;
}

.product__info a {
	color: #262626;
}

.product__pricing {
	padding: 0 12px 12px;
}

.product__pricing ul {
	margin: 0;
	padding: 0;
}

.product__pricing li {
	margin: 0;
}

.product__pricing li:before {
	/* content: '';
	margin-left: 0;
	padding-top: 0;
	line-height: 0;
	font-size: 0;
	float: none; */
	display: none;
}

.product__title {
	padding: 12px 0 4px;
	font-weight: 700;
}

.product__description {
	margin-bottom: 11px;
	line-height: 16px;
    font-size: 12px;
}

.product__package {
	margin-bottom: 10px;
}

.product__package span {
	display: inline-block;
    margin-right: 8px;
    padding: 0 4px;
	border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
}

.product__price {
	font-weight: 700;
    line-height: 20px;
	font-size: 16px;
}

.product__item a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/* Всплывающие окно товара --- начало */

.modal__product .label__new,
.modal__product .label__top {
	top: 16px;
	left: 16px;
	padding: 2px 6px;
	font-size: 14px;
}

.modal__product .modal-header {
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 0;
	z-index: 3;
	border-bottom: 0;
}

.modal.modal__product .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/12px auto no-repeat;
	background-color: rgba(0,0,0,.5);
	opacity: 1;
	border-radius: 50%;
	margin: 0;
	padding: 8px;
}

.modal__product .product__photo {
	position: relative;
	margin: 0 -16px;
}

.modal__product .product__photo img {
	border-radius: 0;
}

.modal__product .modal-body {
	padding: 0 16px;
	background-color: #fff;
}

.modal__product .product__title {
	padding: 16px 0 16px;
	line-height: 24px;
	font-size: 20px;
}

.modal__product .product__pricing {
	padding: 0 0 16px;
}

.modal__product .product__package {
	margin-bottom: 16px;
}

.modal__product .product__package span,
.product__item .modal__product .nav-link {
	padding: 1px 5px;
	font-size: 14px;
}

.modal__product .product__price {
	font-size: 20px;
}

.modal__product .product__description {
	margin-bottom: 16px;
    font-size: 14px;
}

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

/* Всплывающие окно товара --- конец */

/* Блок Купить */

p.buy {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
}

/* ---------------------------------------------- *\
   Магазин --- конец
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Подвал --- начало
\* ---------------------------------------------- */

.mini__footer-link a  {
	display: inline-block;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(38,38,38,.3);
	color: #262626;
}

.mini__copyright {
	margin: 32px 0 16px;
}

.page-id-349 .mini__copyright,
.page-id-354 .mini__copyright,
.page-id-335 .mini__copyright {
	margin: 32px 0;
}

.mini__copyright a,
.mini__developer a {
	border-bottom: 1px solid rgba(38,38,38,.3);
	color: #262626;
}

.mini__developer {
	margin-bottom: 32px;
}

/* ---------------------------------------------- *\
   Подвал --- Конец
\* ---------------------------------------------- */



/* ---------------------------------------------- *\
   Карта лояльности --- начало
\* ---------------------------------------------- */

body.page-id-29,
body.page-id-95,
body.single-card {
	background-color: #111;
}

.card__body {
	margin-bottom: 16px;
    padding: 16px;
	background-color: #fff;
	border-radius: 14px;
}

.card__note {
	margin-bottom: 10px;
	color: rgb(82, 82, 82);
}

.card__title {
	margin-bottom: 0;
    line-height: 25px;
    font-size: 21px;
	font-weight: 700;
}

.card__my {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid;
}

.card__item {
	position: relative;
	width: 100%;
	background-color: #eee;
	margin-top: 16px;
	border-radius: 8px;
}

.checked .card__item,
.single-card .checked .card__item {
	background-color: #ff4081;
}

.card__item:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.card__number {
	position: absolute;
	left: 8px;
	top: 8px;
	line-height: 12px;
	font-size: 12px;
	color: rgba(0,0,0,.5);
}

.card__number.card__discount {
	display: none;
}

.card__item .fas {
	display: none;
}

.checked .card__item .fas {
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 12px;
	color: #fff;
}

.checked .card__number,
.checked .card__date {
	color: #fff;
}

.card__discount {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 21px;
}

.card__discount-small {
	display: none;
}

.checked .card__discount {
	display: none;
}

.checked .card__discount-small {
	display: inline-block;
	font-size: 12px;
}

.card__date {
	position: absolute;
	left: 8px;
	bottom: 8px;
	font-size: 12px;
}

.card__item-square {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------- *\
   Карта лояльности --- конец
\* ---------------------------------------------- */

/* ---------------------------------------------- *\

   Мини-сайт --- конец

\* ---------------------------------------------- */




/* ---------------------------------------------- *\

   Адаптивность мини-сайта

\* ---------------------------------------------- */

@media (min-width: 576px) {

	body.page.mini,
	body.single-card,
	.mini .modal-title {
		line-height: 20px;
		font-size: 15px;
	}
	
	.mini__container {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Общие стили модальных окон --- начало */
	.modal-backdrop.show,
	.page-id-14 .modal-backdrop.show,
	.page-id-16 .modal-backdrop.show,
	.page-id-20 .modal-backdrop.show,
	.single-card .modal-backdrop.show {
		opacity: 1;
		background-color: #111;
	}

	.mini .modal {
		padding-right: 17px;
	}

	.mini .menu__modal .modal-header {
		padding: 1rem 20px;
		border-bottom: none;
	}

	.mini .modal-title {
		font-weight: 400;
	}

	.mini .modal-dialog {
		max-width: 574px;
		margin: 0 auto;
		height: 100%;
	}
	
	.mini .modal-body {
		padding: 16px 20px 0;
	}
	
	.mini .menu__modal.modal .btn-close,
	.mini .modal.modal__product .btn-close {
		width: 15px;
	}
	
	.modal__product.show ~ .modal-backdrop.show {
		opacity: 0.74;
	}
	/* Общие стили модальных окон --- конец */
	
	/* Мини hero --- начало */
	.mini__section.mini__hero {
		margin: 20px -20px 0;
	}
	
	.mini__hero-img {
		margin: 0 -20px 16px;
		background: #eee;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	
	.mini__hero-img img {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	
	.mini__hero .mini__title-1 {
		padding: 20px;
	}
	/* Мини hero --- начало */

	/* Общие стили секций --- начало */
	.mini .mini__section {
		border-radius: 8px;
		box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
	}

	.mini__section,
	.mini__section.section-divider {
		margin: 20px -20px 0;
		padding: 18px 20px 22px;
	}
	
	.mini__hero .mini__title-1,
	.mini__title-1,
	.modal__product .product__title,
	.modal__product .product__price {
		line-height: 30px;
		font-size: 24px;
	}

	.mini__question,
	.product__price,
	.mini__title-2	{
		font-size: 17px;
	}
	
	a.mini__сall {
		margin: 10px 0 0;
	}
	
	.mini__telegram-button {
		margin-top: 20px;
	}
	
	.mini .mb-20,
	.wpcf7-checkbox {
		margin-bottom: 20px;
	}
	
	.select__wrapper {
		margin-top: 7px;
	}
	
	.select__wrapper .select__label,
	.select__wrapper .select__label {
		font-size: 13px;
	}
	
	.mini th,
	.mini td {
		padding: 7px 0 7px 20px !important;
	}
	
	.mini__price ul {
		margin: 12px 0 0 !important;
	}
	
	a.loyalty-program {
		margin-top: 20px;
	}
	
	.mini__faq .mini__questions {
		margin-bottom: 34px;
	}
	
	.mini__question,
	.mini__faq .mini__question {
		margin-top: 26px;
	}
	
	.mini__hero .mini__question {
		margin-top: 20px;
	}
	
	.mini__answer {
		margin-top: 12px;
		padding: 10px 13px 11px;
	}
	
	.mini__reviews .mini__answer {
		margin-top: 32px;
	}

	.mini__question.mini__more {
		margin-top: 22px;
		padding-bottom: 16px;
	}
	
	.page .mini__section.first {
		margin-top: 20px;
	}
	
	.page .mini__title-1 {
		margin-bottom: 10px;
	}
	
	.page-id-335 .mini__title-1 {
		margin-bottom: 2px;
	}
	
	.mini__about .mini__title-1 {
		margin-bottom: 8px;
	}
	
	.recommendations .mini__title-1:first-of-type {
		margin-top: 0;
	}
	
	.page p {
		margin: 0 0 13px;
	}
	
	.page li {
		margin-bottom: 4px;
	}
	
	.product__pricing li {
		margin-bottom: 0;
	}
	
	p.mt-10 {
		margin-top: 10px;
	}
	
	.mini li:before {
		padding-top: 4px;
	}

	/* Магазин --- начало */
	.shop .mini__monolog {
		margin: 16px 0 0;
	}

	.mini__catalog {
		margin: 20px -20px 32px;
	}
	
	.shop .mini__title-1 {
		margin: 34px 0 4px;
	}
	
	.product__item .nav-link,
	.product__package span,
	.product__description,
	.label__new,
	.label__top {
		font-size: 14px;
	}
	
	.label__new {
		top: 14px;
		left: 14px;
	}
	
	.product__info {
		padding: 0 14px 0;
	}
	
	.product__title {
		padding: 12px 0 4px;
	}
	
	.product__description {
		margin-bottom: 12px;
		line-height: 18px;
	}

	.product__info a:hover {
		color: #ff4081;
	}
	
	.product__pricing {
		padding: 0 14px 16px;
	}
	
	.modal__product .modal-header {
		padding: 4px 6px 4px 20px;
	}

	.modal__product .modal-body {
		padding: 0 20px 6px;
	}
	
	.modal__product .product__photo {
		margin: 0 -20px;
	}

	.modal__product .product__package span,
	.product__item .modal__product .nav-link
	.modal__product .label__new,
	.modal__product .label__top {
		line-height: 19px;
		font-size: 15px;
	}

	.modal__product .label__new,
	.modal__product .label__top {
		top: 20px;
		left: 20px;
	}
	
	.modal__product .product__title {
		padding: 20px 0;
	}
	
	.modal__product .product__pricing {
		padding: 0 0 20px;
	}
	
	.modal__product p {
		font-size: 15px;
	}
	/* Магазин --- начало */
	

	/* Страница об авторе */
	.mini__about-photo,
	.page-id-339 .mini__about-photo,
	.page-id-351 .mini__about-photo,
	.page-id-356 .mini__about-photo {
		margin: 20px 0;
		border-radius: 8px;
		background: #eee;
	}

	.mini__about-photo img {
		border-radius: 8px;
	}
	
	.mini__about-role {
		margin: 6px 0 16px;
	}
	
	
	/* Команда */
	.mini__team .mini__title-2 {
		margin-top: 14px;
	}
	
	/* Галерея */
	.mini__gallery {
		margin: 6px 0 0;
	}
	
	.mini__gallery-wrapper {
		margin-left: -5px;
		margin-right: -5px;
	}

	.mini__gallery a:hover {
		cursor: zoom-in;
	}
	
	.mini__gallery figure {
		margin: 10px 0 0;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.label__healed {
		padding: 2px 5px;
		font-size: 11px;
	}

	.mini__video-item {
		margin-top: 20px;
	}

	.modal__video .modal-body {
		padding: 0;
	}
	
	.modal__video-container {
		margin: -16px -20px 16px;
	}
	
	.modal__video-description {
		padding: 20px;
	}

	/* Карта лояльности */
	.card__note,
	.card__my {
		line-height: 20px;
		font-size: 15px;
	}

	.card__title {
		line-height: 26px;
		font-size: 22px;
	}
	
	.card__number {
		left: 16px;
		top: 16px;
		line-height: 16px;
		font-size: 16px;
	}

	.checked .card__item .fas {
		top: 16px;
		right: 16px;
		font-size: 16px;
	}
	
	.card__discount {
		font-size: 22px;
	}
	
	.card__date {
		bottom: 16px;
		left: 16px;
		font-size: 15px;
		line-height: 20px;
	}
}







/*--------------------------------------------------------------
# 17.0 - Адаптивность
--------------------------------------------------------------*/

@media only screen and (max-width: 1399px) {
	.hero__title {
		font-size: 64px;
	}
	
	.section__title {
		font-size: 48px;
	}
	
	.izum {
		margin-top: 28px;
	}
	
	.about__description,
	.portfolio__quote-item,
	.studio__description,
	.training__description {
		font-size: 24px;
	}
	
	.team__description,
	.portfolio__moren,
	.portfolio__more,
	a.training__more {
		font-size: 18px;
	}
	
	.team__name {
		font-size: 30px;
	}
	
	.team__description .fas {
		font-size: 20px;
	}
	
	.a.training__more {
		padding: 14px 22px;
	}
	
}

@media only screen and (max-width: 1199px) {
	
	.hero {
		padding: 65px 0 100px;
	}
	
	.hero__title {
		font-size: 52px;
	}
	
	a.hero__button {
		padding: 4px 24px 8px;
	}

	.hero__location a,
	.izum,
	a.hero__button,
	.services__title,
	.services__price {
		font-size: 18px;
	}
	
	.izum__item:before {
		font-size: 19px;
	}
	
	.about,
	.services,
	.portfolio,
	.training {
		margin-top: 100px;
	}

	.studio {
		margin-top: 100px;
	}

	.team,
	.training {
		padding: 100px 0;
	}
	
	.questions {
		padding: 100px 0 68px;
	}
	
	.consult {
		margin: 90px 0 100px;
	}
	
	.call a {
		margin-top: -2px;
		font-size: 40px;
	}
	
	.about__description,
	.portfolio__quote-item,
	.studio__description,
	.training__description {
		font-size: 22px;
	}
	
	.services .row {
		--bs-gutter-x: 16px;
	}
	
	.instagram .section__title {
		margin-bottom: 16px;
	}

}


@media only screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}
	
	.navbar-expand-lg .navbar-nav .pr-0 .nav-link {
		padding-right: 0 !important;
	}
}


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

	.hero .container {
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	
	.hero .row {
		--bs-gutter-x: 0;
	}

	.hero {
		padding: 0 0 100px;
	}
	
	.hero img {
		border-radius: 0;
	}
	
	.hero__location {
		margin: 32px 0 8px;
	}
	
	.hero__location a {
		margin: 0;
	}
	
	.hero__text {
		max-width: 720px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.hero__title {
		margin-top: 32px;
		font-size: 48px;
	}
	
	.izum__item {
		margin-bottom: 2px;
	}
	
	.hero__actions {
		margin-top: 0;
	}
	
	a.hero__button {
		margin-top: 32px;
	}

	.navbar {
		border-bottom: none;
	}
	
	.services .row {
		--bs-gutter-x: 32px;
	}
	
	.section__title {
		margin-bottom: 32px;
	}
	
	.services .section__title {
		margin-bottom: 0;
	}
	
	.services__item {
		margin-top: 32px;
	}
	
	.portfolio__quote-description {
		margin-top: 28px;
	}

	.team {
		padding: 0;
		background-color: transparent;
	}
	
	.team__name {
		margin: 32px 0 4px;
	}
	
	.about,
	.services,
	.portfolio,
	.training {
		margin-top: 80px;
	}
	
	.questions {
		padding: 80px 0 68px;
	}
	
	.consult {
		margin: 80px 0 80px;
	}

	.team,
	.training {
		padding: 80px 0;
	}
	
	.type-post {
		margin: 0 0 16px 0;
	}

	.slider-section {
		margin-bottom: 32px;
	}
	
	#carousel li {
		width: 120px !important;
	}


	/* Всплывающее окно FooBox */
	
	.fbx-prev::before,
	.fbx-next::before,
	.flex-direction-nav a:before {
		font-size: 28px !important;
	}
	
	.fbx-rounded .fbx-close {
		right: -58px;
	}
	
	.fbx-rounded .fbx-prev {
		left: -58px;
	}

	.fbx-rounded .fbx-next {
		right: -58px;
	}


}

/* -------------- До 767px -- */
@media only screen and (max-width: 767px) {

	.hero__text {
		max-width: 540px;
	}
	
	.call a {
		margin-top: -6px;
	}
	

	.img-counter,
	.fbx-rounded .fbx-count,
	.fbx-rounded .fbx-credit {
		padding: 2px 6px;
		line-height: 16px;
		font-size: 12px;
	}

	.footer-item {
		text-align: inherit;
	}
	
/* 	.flexslider {
		height: auto;
	} */

	.team__operations {
		height: 73px;
	}
	
	.footer .row {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.footer .col-md-6 {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.footer__copyright {
		margin-bottom: 8px;
	}
	
	.footer ul li,
	a.footer__link,
	span.footer__link {
		display: inline-block;
	}
	
	.footer_theme_dark a.footer__link:first-of-type {
		margin-right: 8px;
	}
	
	.footer__developer {
		margin-top: 32px;
		text-align: left;
	}
	
	.footer__developer a {
		border-bottom: 1px solid;
	}

}

/*--------------------------------------------------------------
Разрешение < 576px
--------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
	
	.menu__site-name {
		font-size: 17.5px;
	}
	
	.menu__site-description {
		line-height: 17px;
	}
	
	.hero {
		padding: 0;
		background-color: #fff;
	}
	
	.hero__text {
		max-width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}
	
	.hero__location .fa-map-marker-alt {
		font-size: 13px;
	}
	
	.hero__location a,
	.izum,
	a.hero__button,
	.team__description,
	.portfolio__more,
	.training__description,
	.studio__description,
	a.training__more {
		font-size: 16px;
	}
	
	.izum {
		margin-top: 20px;
		padding-right: 0;
	}
	
	.izum__item {
		margin-bottom: 4px;
		padding-left: 18px;
	}
	
	.izum__item:before {
		top: -5px;
		left: -16px;
		font-size: 23px;
	}
	
	a.hero__button2 {
		box-shadow: none;
		border: 1px solid;
		padding: 15px 30px;
	}

	a.hero__button,
	a.hero__button2 {
		width: 100%;
		border-radius: 6px;
		text-align: center;
	}
	
	.modal .modal-content {
		border-radius: 0;
	}
	
	.about,
	.services,
	.portfolio,
	.training,
	.studio,
	.consult {
		margin-top: 80px;
	}
	
	.studio video {
		margin-bottom: 16px;
	}
	
	.about__description,
	.portfolio__quote-item,
	.team__description .fas,
	.questions__question,
	.instagram__description {
		font-size: 18px;
	}
	
	.questions__answer {
		padding: 14px 15px;
		font-size: 14px;
	}
	
	.questions__answer:after {
		border-width: 0 0 8px 8px;
		margin-top: -8px;
		margin-left: -8px;
	}
	
	.section__title {
		margin-bottom: 28px;
	}
	
	.section__title,
	.hero__title,
	.instagram .section__title {
		font-size: 30px;
	}
	
	.instagram .fa-instagram {
		font-size: 48px;
		vertical-align: -7px;
	}
	
	.hero__title {
		margin-top: 16px;
		line-height: 1.25;
	}
	
	.services__item-hover:hover {
		opacity: 0;
	}
	
	.services .section__title {
		margin-bottom: 12px;
	}
	
	.services__item {
		margin-top: 16px;
	}
	
	.services .row {
		--bs-gutter-x: 16px;
	}
	
	.services__title {
		padding: 10px 12px 12px;
		font-size: 16px;
	}
	
	.services__price {
		display: none;
	}
	
	.training {
		padding: 80px 0;
	}
	
	.questions {
		padding: 80px 0 48px;
	}
	
	a.training__more {
		margin-top: 40px;
		padding: 12px 16px;
	}
	
	.img-hover {
		margin: 0 -16px 8px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	
	.portfolio__item .img-100,
	.team__photo,
	.studio .video-100 {
		margin: 0 -16px;
	}
	
	.team__photo img {
		margin-bottom: 16px;
	}
	
	.team__name {
		margin: 0 0 4px;
		font-size: 24px;
	}

	.call a {
		line-height: 1;
		font-size: 32px;
	}

	a.messenger.telegram {
		width: calc(50% - 8px);
	}
	
	a.messenger.viber {
		margin-left: 16px;
		width: calc(50% - 8px);
	}


	.type-post {
		margin-bottom: 24px;
	}
	
	.container,
	.container-fluid,
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm {
		padding-left: 16px;
		padding-right: 16px;
	}


	
	.type-page {
		margin: 0 0 48px 0;
	}

	.static-page h1 {
		font-size: 30px !important;
	}
	
	.static-page h2 {
		margin: 32px 0 8px !important;
		font-size: 24px !important;
	}
	
	.contact-page-block h2 {
		margin: 0 0 8px !important;
	}
	
	.pagination {
		margin: 16px 0 48px;
	}
	
	a.footer__phone {
		margin-bottom: 16px;
	}

}


/*--------------------------------------------------------------
Разрешение < 400px
--------------------------------------------------------------*/

@media only screen and (max-width: 358px) {
	a.hero__button,
	a.hero__button2 {
		padding: 16px 20px;
	}
}


/*--------------------------------------------------------------
Разрешение < 320px
--------------------------------------------------------------*/
@media only screen and (max-width: 322px) {


}

/*--------------------------------------------------------------
# 19.0 - Media Query Fixes
--------------------------------------------------------------*/

/* Ensure navigation is visible on desktop view */
@media only screen and (min-width: 60.001em) {
	.main-navigation-menu {
		display: block !important;
	}

}