/**
Theme Name: Salon Theme
Author: Chikanitus
Author URI: https://antonshestakov.ru
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: salon-theme
Template: astra
*/
@font-face {
	font-family: Xolonium;
	src: url("fonts/Xolonium-Bold.otf");
}

:root {
	--color-main: #ccab58;
	--color-white: #fff;
	--font-1: 'Xolonium';
	--d: 3000ms;
	--e: cubic-bezier(0.19, 1, 0.22, 1);
}

.grecaptcha-badge {
	visibility: hidden;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.mt-50 {
	margin: 50px 0 0;
}

body {
	background: #000000;
}

ul li {
	list-style: none;
}

h1 {
	font-family: var(--font-1) !important;
}

.home h1 {
	font-size: 3.8em;
	letter-spacing: 20px;
	text-shadow:
		1px 5px 4px rgb(0 0 0 / 70%),
		0 0 2px #ffffff,
		0 0 10px #ffffff,
		0 0 20px #ffffff,
		0 0 30px #ffffff,
		0 0 40px var(--color-main),
		0 0 70px var(--color-main),
		0 0 80px var(--color-main),
		0 0 100px var(--color-main);
}

@media (width < 380px) {
	.home h1 {
		font-size: 3.4em;
	}
}

.read-more {
	display: none;
}

label:has(input.check) span {
	color: #fff;
}

input.check:checked {
	accent-color: #ccab58;
}

input[type="submit"] {
	padding: 1em;
	text-transform: uppercase;
	font-size: 110%;
	border: 2px solid #fff;
	box-shadow: none;
	background: rgba(0, 0, 0, .1);
	color: #fff;
	line-height: 1.2em;
	width: calc(100% - 3em);
	display: block;
	transition: all 0.5s ease-out;
}

input[type="submit"]:hover {
	background-color: rgba(204, 171, 88, .2);
	color: var(--color-main);
}

.shadow-1 {
	box-shadow: 2px 0px 2px 0px var(--color-main);
}

@media (width < 920px) {
	.shadow-1 {
		box-shadow: none;
	}
}

.site-header i {
	color: var(--color-white);
	padding-right: 15px;
}

.elementor-slideshow__title {
	display: none;
}

#ast-mobile-popup i {
	padding-right: 10px;
	color: var(--color-main);
}

.plus18 {
	color: var(--color-main);
	border: 2px solid var(--color-main);
	border-radius: 100px;
	padding: 5px;
}

.ast-footer-copyright a {
	color: var(--color-main);
}

.ast-footer-copyright a:hover {
	color: var(--color-white);
}

/**==============================
  ========== Masters ==========
 ==============================**/
.masters .elementor-shortcode,
.programs .elementor-shortcode {
	display: grid;
	grid-template-columns: repeat(auto-fill, 350px);
	grid-template-rows: repeat(auto-fill, auto);
	justify-content: center;
	justify-items: center;
}

.masters .elementor-shortcode {
	gap: 100px 15px;
	margin: 50px 0;
}

.masters_bio h3,
.masters_bio-info p {
	margin: 0;
	padding: 0;
}

.masters_bio-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.masters_description {
	position: absolute;
	padding: 25px;
	background-color: #000000CC;
}

/**==============================
  ========== Masters Card ==========
 ==============================**/
.masters_card {
	position: relative;
	width: 340px;
	height: 510px;
	transform-style: preserve-3d;
}

.masters_card .face {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 1.2s ease-in-out;
	transform: perspective(500px) rotateY(0deg);
	backface-visibility: hidden;
	transform-style: preserve-3d
}

.face>img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-astglobalcolor0);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.masters_card:hover .face.front {
	transform: perspective(500px) rotateY(180deg)
}

.masters_card .face.back {
	color: #FFF;
	transform: perspective(500px) rotateY(180deg)
}

.masters_card:hover .face.back {
	transform: perspective(500px) rotateY(360deg)
}

.masters_card .face .masters_bio {
	font-size: .8em;
	transform: perspective(500px) translateZ(50px)
}

.masters_bio {
	position: absolute;
	width: 240px;
	background: #5e5e5e3d !important;
	background-position: center;
	box-shadow: 1px 1px 20px 2px black;
	background-blend-mode: multiply;
	background-color: #351d1db0;
	padding: 10px 20px;
	margin: 400px 25px 0 25px;
	border-radius: 5px;
}

.masters_bio-info {
	display: flex;
	justify-content: space-between;
}

/**==============================
  ========== Telegram section ==========
 ==============================**/
.home-telegram {
	width: 800px !important;
	margin: 0 auto;
}

/**==============================
  ========== Programs  ==========
 ==============================**/
.shadow {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.7);
}

.program_link-wrap {
	width: 240px;
	background: #5e5e5e3d !important;
	background-position: center;
	box-shadow: 1px 1px 20px 2px black;
	background-blend-mode: multiply;
	background-color: #351d1db0;
	padding: 10px 20px;
	border-radius: 5px;
}

.program_link {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.page-content {
	display: grid;
	grid-gap: 1rem;
	padding: 1rem;
	max-width: 1024px;
	margin: 0 auto;
}

@media (min-width: 600px) {
	.page-content {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (min-width: 800px) {
	.page-content {
		grid-template-columns: repeat(1, 1fr);
	}
}

.card {
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	padding: 1rem;
	width: 100%;
	color: whitesmoke;
	background-color: whitesmoke;
}

@media (min-width: 600px) {
	.card {
		height: 450px;
	}
}

.card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	background-size: cover;
	background-position: 0 0;
	transition: transform calc(var(--d) * 1.5) var(--e);
	pointer-events: none;
}

.card:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	pointer-events: none;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
	transform: translateY(-50%);
	transition: transform calc(var(--d) * 2) var(--e);
}

.content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 1rem;
	transition: transform var(--d) var(--e);
	z-index: 1;
}

.content>*+* {
	margin-top: 1rem;
}

.program_title {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
}

.program_description {
	font-size: .8em;
}

.program_time-price {
	display: flex;
	justify-content: space-around;
}

.program_time,
.program_price {
	color: var(--color-main);
}

.program_time i,
.program_price i {
	padding-right: 10px;
}

@media (hover: hover) and (min-width: 600px) {
	.card:after {
		transform: translateY(0);
	}

	.content {
		transform: translateY(calc(100% - 4.5rem));
	}

	.blog .content {
		transform: translateY(calc(100% - 9rem));
	}

	.content>*:not(.program_title) {
		opacity: 0;
		transform: translateY(1rem);
		transition: transform var(--d) var(--e), opacity var(--d) var(--e);
	}

	.card:hover,
	.card:focus-within {
		align-items: center;
	}

	.card:hover:before,
	.card:focus-within:before {
		transform: translateY(-4%);
	}

	.card:hover:after,
	.card:focus-within:after {
		transform: translateY(-50%);
	}

	.card:hover .content,
	.card:focus-within .content {
		transform: translateY(0);
	}

	.card:hover .content>*:not(.program_title),
	.card:focus-within .content>*:not(.program_title) {
		opacity: 1;
		transform: translateY(0);
		transition-delay: calc(var(--d) / 8);
	}

	.card:focus-within:before,
	.card:focus-within:after,
	.card:focus-within .content,
	.card:focus-within .content>*:not(.program_title) {
		transition-duration: 0s;
	}
}

/**==============================
  ========== About ==========
 ==============================**/
.about {
	background-color: rgb(0 0 0 / 85%);
	padding: 30px 10px;
	height: 100%;
	border: 1px solid var(--color-main);
}

/**==============================
  ========== Footer ==========
 ==============================**/
.site-footer i {
	padding-right: 10px;
}

.footer-widget-area .widget {
	margin: 0 0 1em 0 !important;
}

/**==============================
  ========== Vacancies ==========
 ==============================**/
.v_info-block span {
	font-family: 'Rubik', sans-serif;
	color: var(--color-main);
	font-size: 18px;
}

.v_info-block p {
	padding-top: 20px;
}

/**==============================
  ========== Links ==========
 ==============================**/
.link {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	transition: all 0.3s ease;
}

.link:hover {
	color: transparent;
}

.link:focus {
	outline: none;
}

.link:before,
.link:after {
	content: attr(data-hover);
	color: var(--color-main);
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 100%;
	transition: all .4s ease 0s;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}

.link:after {
	left: -100%;
	clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}

.link:hover:before,
.link:hover:after {
	opacity: 1;
	left: 0;
}

/**==============================
  ========== Popup ==========
 ==============================**/
.popup {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	font-size: 1em;
}

.popup .popup_left,
.popup .popup_right {
	margin: 10px 0;
	display: flex;
	align-items: center;
}

.popup i {
	padding: 0 15px;
	color: var(--color-main);
}

@media (width < 1000px) {
	.popmake-close {
		right: 0px !important;
	}
}

/**==============================
  ========== Zoom ==========
 ==============================**/
.zoom {
	-webkit-transition-duration: 0.7s !important;
	transition-duration: 0.7s !important;
	-webkit-transition-property: transform !important;
	transition-property: transform !important;
}

.zoom:hover {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

/**==============================
  ========== Scrollbar ==========
 ==============================**/
::-webkit-scrollbar-button {
	background-image: url('style.css@ver=1.0.0.css');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px;
}

::-webkit-scrollbar-track {
	background-color: #090d00;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: var(--color-main);
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

::-webkit-resizer {
	background-image: url('style.css@ver=1.0.0.css');
	background-repeat: no-repeat;
	width: 4px;
	height: 0px;
}

::-webkit-scrollbar {
	width: 4px;
}

/**==============================
  ========== Profile ==========
 ==============================**/
.profile {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.profile_left {
	width: 100%;
}

.profile_right {
	width: 100%;
	background-color: red;
	padding: 0 35px;
	z-index: 99;
}

/**==============================
  ========== Contact Form ==========
 ==============================**/
.form-firstrow p {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

@media (width < 500px) {
	.form-firstrow p {
		display: block;
	}
}

.order {
	font-size: 1.5em;
	text-align: center;
}

.wpcf7-form {
	background: rgba(0, 0, 0, .3);
	padding: 1em;
	box-shadow: 0 0 1em rgba(0, 0, 0, .3);
}

.wpcf7-form * {
	transition: 225ms;
}

.wpcf7-form label {
	color: rgba(204, 171, 88, .3);
	display: block;
	width: 100%;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
	display: block;
	width: 100%;
	padding: .5em 0;
	margin-bottom: 1.5em;
	border: 0;
	border-bottom: 1px solid var(--color-main);
	background: transparent;
	font-size: 1.2em;
}

.wpcf7-form input:hover,
.wpcf7-form select:hover,
.wpcf7-form textarea:hover {
	cursor: pointer;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	border-bottom: 1px solid var(--color-main);
	box-shadow: inset 0 -2px 0 #333;
	outline: none;
	background: rgba(204, 171, 88, .1);
	color: var(--color-main);
}

.wpcf7-form input,
.wpcf7-form textarea {
	background: rgba(0, 0, 0, .0.3);
}

.wpcf7-form input[type="submit"] {
	margin: 0 auto;
	border: 2px solid #fff;
	width: calc(100% - 3em);
}

span.wpcf7-not-valid-tip {
	position: relative;
	top: -1em;
	color: #e87676 !important;
}

div.wpcf7-response-output {
	padding: 1em !important;
	margin: 0 !important;
}

div.wpcf7 .ajax-loader {
	display: none;
	background: none;
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s cubic-bezier(0.36, 0.09, 0.27, 0.97) infinite;
	border: 3px solid #dedede;
	border-top: 3px solid #000000;
	border-radius: 50%;
	height: 1em;
	width: 1em;
	margin: 0;
	vertical-align: middle;
}

@-webkit-keyframes spin {
	50% {
		border-top-color: #a7005d;
	}

	100% {
		border-top-color: #000000;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	50% {
		border-top-color: #a7005d;
	}

	100% {
		border-top-color: #000000;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	opacity: .75;
}

/**==============================
  ========== Text effect ==========
 ==============================**/
.text-effect {
	display: inline-block;
	animation: zoomup 2.5s linear infinite;
	animation-delay: calc(200ms * var(--i));
}

@keyframes zoomup {

	0%,
	100% {
		color: var(--color-main);
		filter: blur(1px);
		text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff,
			0 0 40px #fff, 0 0 60px #fff, 0 0 80px #fff, 0 0 100px #fff,
			0 0 120px #fff;
	}

	5%,
	95% {
		filter: blur(0);
		color: var(--color-main);
		text-shadow: none;
	}
}

/**==============================
  ========== Masters.php ==========
 ==============================**/
.post-navigation {
	display: none;
}

article {
	padding-top: 0 !important;
}

.s_wrap {
	flex-direction: column;
	width: 100%;
}

.s_top {
	width: 100%;
	height: 50vh;
	background-position: top right;
	background-size: cover;
	box-shadow: inset 0 0 0 200vw rgba(0, 0, 0, .5);
}

.s-container {
	width: 1140px;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
}

.s_top .s-container {
	height: 100%;
}

.s_title,
.s_top_right {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.s_title>.separator {
	width: 20%;
	border-bottom: 1px solid var(--color-main);
	margin: 20px 0;
}

.s_top_right {
	text-align: center;
	align-items: center;
}

.info-box {
	display: flex;
	gap: 20px;
}

.info-box_item {
	text-align: center;
	display: inline-block;
	width: 100%;
	max-width: 150px;
	background-color: rgba(0, 0, 0, .5);
	margin: 20px 0;
	padding: 20px;
	border: 1px solid var(--color-white);
}

.info-box_item p {
	/*	font-size: 18px;*/
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0;
}

.info-box_item span {
	font-family: 'Rubik', sans-serif;
	color: var(--color-main);
	font-size: 30px;
}

.s-content {
	padding: 100px 0;
}

.s-main {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: 20%;
}

.s_wrap input[type="submit"] {
	margin: 50px auto 0;
	width: calc(50% - 3em);
	border: 2px solid var(--color-white);
}

.s_wrap input[type="submit"]:focus {
	background-color: transparent;
}

.s-bottom {
	background-image: url(img/back.gif);
	background-size: contain;
	background-repeat: repeat;
}

.s-bottom .s-container {
	padding: 100px 20px;
}

.s-bottom_info {
	border: 1px solid var(--color-main);
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	text-align: center;
	padding: 30px;
}

@media (width <=544px) {
	.s-bottom_info h2 {
		font-size: 1.5em;
	}
}

.s_content .s-container {
	flex-direction: column;
}

.next-prev {
	display: flex;
	justify-content: space-between;
	padding: 20px 30px 0;
}

.next-prev_btn {
	border: 1px solid var(--color-main);
	padding: 10px 30px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.next-prev_btn i:nth-child(1) {
	padding-right: 10px;
}

.next-prev_btn i:nth-child(2) {
	padding-left: 10px;
}

@media (width <=1024px) {
	.s_top {
		height: 85vh;
	}

	.m_top {
		height: 50vh;
	}

	.s-container {
		width: auto;
		flex-direction: column;
		justify-content: flex-end;
	}

	.s_top_right {
		justify-content: flex-start;
	}

	.s_wrap input[type="submit"] {
		width: calc(80% - 3em);
	}
}

@media (width <=768px) {
	.s-container {
		width: auto;
	}

	.s-main {
		padding: 50px 0;
	}

	.s_title,
	.s_top_right {
		width: 100%;
	}
}

@media (width=1366px) {
	.info-box_item {
		padding: 5px;
	}
}

/**==============================
  ========== Programs.php ==========
 ==============================**/
.p-content {
	display: flex;
	flex-direction: row;
}

.p-left,
.p-right {
	width: 50%;
	padding: 0 30px;
}

.p-left {
	background-size: cover;
	min-height: 685px;
}

.p-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-right p {
	margin-bottom: 1em;
}

.p-right ul li {
	background: url('img/check.svg') no-repeat center left;
	padding-left: 50px;
	line-height: 40px;
}

.p-price {
	display: flex;
	justify-content: space-evenly;
	padding: 1em 0;
	font-size: 30px;
}

.p-price i {
	color: var(--color-main);
	font-size: 30px;
}

@media (width <=768px) {
	.p-content {
		flex-direction: column;
	}

	.p-left,
	.p-right {
		width: 100%;
	}

	.p-right {
		padding-top: 50px;
	}

	.s-container {
		justify-content: center !important;
	}
}

/**==============================
  ========== Modal 18 ==========
 ==============================**/
.modal-18 {
	text-align: center;
	padding: 30px 0;
}

.modal-18 span {
	font-size: 3em;
	text-transform: uppercase;
	color: var(--color-main);
}

@media (width <=544px) {
	.modal-18 span {
		font-size: 2em
	}
}

.modal-18 .modal-body {
	display: flex;
	justify-content: space-evenly;
	padding-top: 30px;
}

.modal-18 input {
	width: 30%;
	font-weight: 600;
	transition: all 0.5s ease-out;
}

.modal-18 input:nth-child(1) {
	background: rgba(225, 232, 240, 0.1);
}

.modal-18 input:hover {
	color: black;
	background: var(--color-main);
}

#popmake-1800 button {
	display: none !important;
}

/**==============================
  ========== Blog ==========
 ==============================**/
.blog {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1024px;
	margin: 0 auto;
}

@media (width <=768px) {
	.blog {
		grid-template-columns: 1fr 1fr;
	}
}

@media (width <=544px) {
	.blog {
		grid-template-columns: 1fr;
	}
}