@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.eot');
	src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Medium.woff2') format('woff2'),
		url('../fonts/Montserrat-Medium.woff') format('woff'),
		url('../fonts/Montserrat-Medium.ttf') format('truetype'),
		url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype'),
		url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.eot');
	src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Light.woff2') format('woff2'),
		url('../fonts/Montserrat-Light.woff') format('woff'),
		url('../fonts/Montserrat-Light.ttf') format('truetype'),
		url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.eot');
	src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('../fonts/Montserrat-SemiBold.woff') format('woff'),
		url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
		url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Regular.woff2') format('woff2'),
		url('../fonts/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat-Regular.ttf') format('truetype'),
		url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--color-accent: #CA0A3B;
}

html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 18px;
	line-height: 1.25em;
	background: #000;
	color: #fff;
}

body::-webkit-scrollbar {
	width: 2px;
	background-color: #000;
}

body::-webkit-scrollbar-thumb {
	background-color: #A9012C;
	border-radius: 50px;
}

* {
	box-sizing: border-box;
}

ul,
li,
span {
	display: block;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

h1 {
	font-family: 'Montserrat';
	color: #fff;
	font-weight: 500;
	font-size: 55px;
	line-height: 1.25em;
	text-transform: uppercase;
}

h2 {
	font-family: 'Montserrat';
	color: #fff;
	font-weight: 500;
	font-size: 45px;
	line-height: 1.25em;
}

a {
	text-decoration: none;
	font-family: 'Montserrat';
}

p {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	object-fit: cover;
}

button:active,
button:focus {
	outline: none;
}

input,
select {
	outline: none;
	border: none;
}

/* input[type="email"],
input[type="tel"],
input[type="text"],
input[type="search"],
select {
	border-radius: 12px;
	background: var(--white);
	padding: 15px;
	color: var(--dark);
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: normal;
} */

input:active {
	outline: none;
}

/* input::placeholder,
textarea::placeholder {
	color: var(--grey-2);
}

.input-primary {
	width: 410px;
}

.input-secondary {
	width: 330px;
} */

:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

.container {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.color-accent {
	color: #CA0A3B;
}

.btn {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
	text-align: center;
	transition: .5s ease;
}

.btn-primary {
	background: var(--color-accent);
	border: 1px solid var(--color-accent);
	padding: 24px 0;
	width: 219px;
	transition: .5s ease;
}

.btn-primary:hover {
	background: #A9012C;
	border: 1px solid #A9012C;
	transition: .5s ease;
}

.btn-secondary {
	border: 1px solid #fff;
	padding: 24px;
	width: 219px;
	transition: .5s ease;
}

.btn-secondary:hover {
	background: #fff;
	color: #000;
	transition: .5s ease;
}

.section {
	padding: 55px 0;
}

.section-title {
	margin-bottom: 50px;
}

.base {
	background: #151517;
	border-radius: 20px;
}

.sticky-bar {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 999;
	background: #000;
	width: 100%;
	height: auto;
	transition: .5s ease;
}

/* header */
.header {
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #000;
}

.top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.header .top__logo,
.about .top__logo,
.footer .top__logo {
	width: 150px;
}

.top__logo {
	width: 118px;
}

.top__logo a {
	display: flex;
}

.top__logo img {
	width: 100%;
}

.top__contact {
	display: flex;
	align-items: center;
}

.top__address {
	font-size: 14px;
	font-weight: normal;
	color: #D0D0D0;
	padding-right: 31px;
	margin-right: 31px;
	border-right: 1px dashed #717171;
}

.top__phone {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.top__for-mobile,
.top-line__for-mobile {
	display: none;
}

/* main-content */
.main-content .container {
	display: flex;
	justify-content: space-between;
}

.nav-site {
	position: fixed;
	width: 150px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nav-site #primary-menu li:not(:last-of-type) {
	margin-bottom: 35px;
}

.nav-site #primary-menu li a {
	font-size: 12px;
	font-weight: normal;
	color: #7C7C7C;
}

.nav-site #primary-menu li a.active {
	color: #CECECE;
}

/* content-site */
.content-site {
	width: 1100px;
	margin-left: 180px;
}

.offer {
	position: relative;
	padding: 155px 0 55px;
	background: url('../img/offer-bg.png') no-repeat right -80px top;
}

.page-title {
	width: 625px;
	max-width: 100%;
}

.offer__desc {
	width: 375px;
	max-width: 100%;
	margin-left: 94px;
	position: relative;
	margin-top: 65px;
}

.offer__desc::before {
	content: '';
	position: absolute;
	width: 64px;
	height: 10px;
	border-top: 1px dashed #717171;
	top: 10px;
	left: -94px;
}

.offer__desc p:not(:last-of-type) {
	margin-bottom: 25px;
}

.offer__btns {
	margin-top: 65px;
	display: flex;
	align-items: center;
}

.offer__btn:not(:last-of-type) {
	margin-right: 20px;
}

/* programms */
.programm-card {
	width: 100%;
	height: 640px;
	padding: 29px;
}

.programm-card__top {
	width: 100%;
}

.programm-card__top img {
	width: 100%;
	border-radius: 10px;
	height: 342px;
}

.programm-card__bottom {
	margin-top: 25px;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.programm-card__heading {
	width: 170px;
}

.programm-card__title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #A9012C;
	margin-bottom: 25px;
}

.heading-item {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.heading-item svg {
	margin-right: 10px;
}

.programm-card__price {
	margin-bottom: 15px;
}

.programm-card__desc {
	width: 270px;
}

.programm-card__desc ul li {
	color: #D9D9D9;
}

.programm-card__desc ul li:not(:last-of-type) {
	border-bottom: 1px dashed #494949;
	padding-bottom: 10px;
	margin-bottom: 11px;
}

.for-slider__mobile {
	display: none;
}

/* slider */
.slider {
	position: relative;
}

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

.slider__arrow {
	cursor: pointer;
	width: 40px;
	height: 40px;
}

.slider__arrow svg circle,
.slider__arrow svg path {
	transition: .5s ease;
}

.slider__arrow:hover svg circle,
.slider__arrow:hover svg path {
	stroke: #fff;
	transition: .5s ease;
}

.slider__arrow_next {
	transform: rotate(180deg);
}

.slider .swiper-pagination {
	position: relative;
	bottom: 0 !important;
	min-width: 100px;
	max-width: 100%;
	width: auto !important;
	margin: 0 31px;
}

.slider .swiper-pagination-bullet {
	background: #D9D9D9;
	opacity: 1;
	margin: 0 9px !important;
}

.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #A9012C;
}

/*<- slider*/

.all-programms {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}

.all-programms a {
	padding: 24px 38px;
	font-size: 15px;
	width: auto;
}

/* masters */
.girl-card {
	width: 845px;
	max-width: 100%;
	padding: 27px 31px;
	display: flex;
	align-items: center;
	position: relative;
}

.girl-card:not(:last-of-type) {
	margin-bottom: 30px;
}

.girl-card .slider {
	position: relative;
}

.girl-card .slider .open-modal-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgb(21, 21, 23, 40%);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Montserrat';
	opacity: 0;
	transition: .5s ease;
}

.girl-card .slider:hover .open-modal-btn {
	opacity: 1;
	transition: .5s ease;
}

.mastersSwiper {
	width: 275px;
}

.girl-card .slider__arrow {
	display: none;
}

.girl-card__photo img {
	width: 100%;
	border-radius: 10px;
}

.girl-card__info {
	margin-left: 35px;
}

.girl-card__main p {
	margin-bottom: 25px;
}

.girl-card__main p:first-child {
	font-size: 20px;
}

.girl-card__main p:not(:first-of-type) {
	margin-top: 25px;
	font-size: 16px;
	width: 380px;
	max-width: 100%;
}

.girl-card__main ul li {
	color: #D9D9D9;
	font-weight: 500;
}

.girl-card__main ul li:not(:last-of-type) {
	border-bottom: 1px dashed #717171;
	padding-bottom: 15px;
	margin-bottom: 14px;
}

.girl-card__contact {
	display: flex;
	align-items: center;
}

.girl-card__btn:not(:last-of-type) {
	margin-right: 15px;
}

.girl-card__btn {
	padding: 12px 0;
	width: 160px;
	font-size: 12px;
	font-weight: 500;
}

/* about */
.wrap-about {
	display: flex;
	align-items: stretch;
}

.wrap-about__list {
	width: 300px;
	padding: 53px 40px;
}

.wrap-about__list li:not(:last-of-type) {
	border-bottom: 1px dashed #717171;
	padding-bottom: 34px;
	margin-bottom: 34px;
}

.wrap-about__list li span {
	font-size: 45px;
	font-weight: bold;
	background: linear-gradient(160deg, #fe3e74 0%, #a9012c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.25em;
}

.wrap-about__list li p {
	margin-top: 5px;
}

.wrap-about__more {
	width: 625px;
	margin-left: 30px;
	padding: 40px 50px 55px;
}

.more__list {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.more__list li {
	padding: 11px 18px;
	border: 1px solid #D9D9D9;
	border-radius: 300px;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 20px 15px 0;
	display: flex;
	align-items: center;
}

.more__list li span {
	color: #A9012C;
	display: inline;
}

.more__text {
    max-height: 345px;
    overflow-y: auto;
	padding-right: 10px;
}

.more__text::-webkit-scrollbar {
	width: 2px;
	background-color: #000;
}

.more__text::-webkit-scrollbar-thumb {
	background-color: #A9012C;
	border-radius: 50px;
}

.more__text p {
	font-size: 16px;
	font-weight: 500;
}

.more__text p:not(:last-of-type) {
	margin-bottom: 30px;
}

.more__item_mobile {
	display: none !important;
}

/* tour */
.salon-show iframe {
	width: 844px;
	height: 420px;
	border: none;
	border-radius: 45px;
}

/* feedback */
.feedback {
	padding: 55px 0 110px;
}

.feedback-card {
	padding: 42px 27px 29px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.feedback-card__rating {
	display: flex;
	align-items: center;
}

.feedback-card__rating svg:not(:last-of-type) {
	margin-right: 4px;
}

.feedback-card__title {
	font-weight: 500;
	font-size: 20px;
	margin-top: 25px;
}

.feedback-card__desc {
	line-height: 1.4em;
	margin-top: 25px;
}

.feedback-card__date {
	font-size: 16px;
	font-weight: 500;
}

.feedbackSwiper .swiper-slide {
	height: 560px;
}

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

.swiper-pagination_feedback .swiper-pagination-current {
	margin-right: 5px;
}

.swiper-pagination_feedback .swiper-pagination-total {
	margin-left: 5px;
}

/* on-session */
.on-session {
	width: 845px;
	height: 460px;
	background: url('../img/form-bg.png') no-repeat center / cover;
	border-radius: 20px;
	padding: 42px 81px 42px 42px;
	display: flex;
	justify-content: space-between;
}

.on-session__info {
	width: 410px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.on-session__items {
	display: flex;
	align-items: center;
}

.on-session__item {
	font-weight: 500;
	display: flex;
	align-items: center;
}

.on-session__item:first-of-type {
	margin-right: 34px;
}

.on-session__item svg {
	margin-right: 10px;
}

.on-session__heading ul {
	margin-top: 30px;
}

.on-session__heading ul li {
	font-weight: 500;
	display: list-item;
	margin-left: 20px;
}

.on-session__heading ul li:not(:last-of-type) {
	margin-bottom: 20px;
}

.on-session__warning {
	font-weight: 500;
	font-size: 35px;
}

.on-session__form {
	width: 250px;
}

.on-session__call-info {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
}

.on-session__call-info .circle-gradient {
	width: 10px;
	min-width: 10px;
	height: 10px;
	border-radius: 100%;
	margin-right: 5px;
	background: linear-gradient(160deg, #fe3e74 0%, #a9012c 100%);
}


/*form ->*/
.form {
	margin-top: 48px;
}

.form .body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

.label {
	position: relative;
}

.label input {
	font-size: 15px;
	font-weight: 500;
	color: #D9D9D9;
	padding: 30px 25px 20px 25px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	font-family: 'Montserrat';
	width: 100%;
	display: block;
	background: transparent;
	transition: 0.3s;
}

.label input:focus~span {
	color: #9A9A9A;
}

.label span {
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	cursor: text;
	transition: 0.3s;
	font-size: 14px;
}

.label input:focus~span {
	color: #9A9A9A;
	transform: translateY(calc(-50% - 15px));
}

.label input:valid~span {
	color: #9A9A9A;
	transform: translateY(calc(-50% - 15px));
}

.label input.error {
	border-color: #FF0000;
	color: #FF0000;
}

.label-policy {
	display: flex;
	gap: 5px;
	align-items: center;
}

.label-policy p {
	font-size: 8px;
	font-weight: 300;
	color: #D9D9D9;
	text-transform: lowercase;
	line-height: 1.5em;
	transition: 0.3s;
}

.label-policy input {
	display: none;
}

.label-policy span {
	width: 15px;
	min-width: 15px;
	height: 15px;
	border-radius: 2px;
	transition: 0.3s;
	background: #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.label-policy span img {
	opacity: 0;
}

.label-policy input:checked~span img {
	opacity: 1;
}

.label-policy input.error~span {
	border-color: #FF0000;
}

.label-policy.error p {
	color: #FF0000;
}

.message-user {
    display: none;
    font-size: 16px;
	color: #A9012C;
    font-weight: 500;
    margin-top: 5px;
	position: absolute;
	left: 0;
	bottom: -40px;
}

.btn-send {
	width: 100%;
	cursor: pointer;
}

/* contacts */
.contacts {
	padding: 110px 0 0;
}

.contacts__wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.contacts__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contacts__top h2 {
	margin-bottom: 30px;
}

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

.contacts__top ul li a,
.contacts__top ul li div {
	display: flex;
	align-items: center;
	color: #fff;
}

.contacts__top ul li a svg,
.contacts__top ul li div svg {
	margin-right: 10px;
}

.contacts__bottom {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.contacts__bottom svg {
	margin-right: 10px;
}

.contacts__map iframe {
	border-radius: 20px;
}

.site-info {
	margin-top: 25px;
	font-size: 15px;
	color: #D9D9D9;
}

/* footer */
.footer {
	padding: 23px 0;
}

.footer .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.privacy-content {
	display: flex;
	flex-direction: column;
}

.privacy-content a {
	text-decoration: underline;
	margin-bottom: 10px;
}

.privacy-content a,
.privacy-content span {
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	line-height: 1em;
}

/* programms page */
.over-head {
	display: none;
	font-size: 12px;
	color: #CECECE;
	margin-bottom: 25px;
}

.offer-other {
	padding: 170px 0 55px;
}

.offer-other__info {
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.offer-other__desc,
.offer-other__tags {
	width: 535px;
	max-width: 100%;
}

.offer-other__desc p:not(:last-of-type) {
	margin-bottom: 25px;
}

.offer-other__tags .more__list {
	margin: 0;
}

.programm-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.programm-cards .programm-card {
	height: auto;
}

.programm-cards .programm-card__top img {
	height: auto;
}

.programm-cards .programm-card__heading {
	width: 40%;
}

.programm-cards .programm-card__desc {
	width: 60%;
}

.crazy-menu {
	padding: 55px 0 100px;
}

.crazy-menu .section-title span {
	display: inline;
}

.crazy-menu__price {
	width: 672px;
	max-width: 100%;
	margin-left: 110px;
	display: flex;
	flex-wrap: wrap;
}

.crazy-menu__price p {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	color: #D9D9D9;
	padding: 25px 0 24px;
	border-bottom: 1px dashed #A9012C;
}

.crazy-menu__price p:nth-child(odd) {
	width: 74%;
}

.crazy-menu__price p:nth-child(even) {
	width: 26%;
	padding: 25px 0 24px 40px;
}

.crazy-menu__price p:last-of-type {
	border-bottom: none;
	font-size: 16px;
	font-weight: normal;
	width: 100% !important;
}

/* job page */
.job .offer-other__info {
	margin: 0;
	align-items: end;
	justify-content: start;
}

.job .offer-other__desc {
	width: 385px;
	max-width: 100%;
	margin-right: 80px;
}

.job .tags__list {
	padding: 55px 60px;
}

.job .tags__list li {
	font-weight: bold;
	color: #D9D9D9;
	display: flex;
	align-items: center;
	text-transform: lowercase;
}

.job .tags__list li svg {
	margin-right: 15px;
}

.job .tags__list li:not(:last-of-type) {
	margin-bottom: 15px;
}

.job-opening {
	padding: 55px 0 110px;
}

.job-card {
	padding: 25px 40px 50px;
}

.job-card:not(:first-of-type) {
	margin-top: 30px;
}

.job-card__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.job-card__title {
	font-size: 24px;
	font-weight: bold;
}

.job-card__title .circle-gradient {
	margin-right: 10px;
}

.job-card__price {
	display: flex;
	align-items: center;
	padding: 15px 24px;
	border-radius: 300px;
	border: 1px solid #fff;
	font-weight: bold;
	color: #FFFEFF;
}

.job-card__price svg {
	margin-right: 15px;
}

.job-card__content {
	width: 720px;
	width: 100%;
	margin-top: 48px;
}

.job-card__content ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-left: 80px;
}

.job-card__content ul li {
	display: list-item;
}

.on-session_job .on-session__heading p {
	margin-top: 30px;
}

.on-session_job .on-session__call-info {
	align-items: start;
}

.on-session_job .on-session__call-info .circle-gradient {
	margin-top: 6px;
}





/* mobile-menu start */
.top__burger {
	display: none;
}

#nav-icon {
	width: 23px;
	height: 17px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
	top: 8px;
	width: 70%;
	left: 50%;
	transform: translate(-50%, 0);
}

#nav-icon span:nth-child(4) {
	top: 16px;
}

#nav-icon.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon.open span:nth-child(2) {
	transform: rotate(45deg);
	width: 100%;
	left: 0;
	background: #fff;
}

#nav-icon.open span:nth-child(3) {
	transform: rotate(-45deg);
	width: 100%;
	left: 0;
	background: #fff;
}

#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.mobile-menu {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	background: #000;
	padding: 100px 0;
}

.mobile-menu nav {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mobile-menu #primary-menu li {
	display: flex;
	position: relative;
}

.mobile-menu #primary-menu li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -25px;
	width: 7px;
	height: 7px;
	background: #A9012C;
	border-radius: 100%;
}

.mobile-menu #primary-menu li a {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.3em;
}

.mobile-menu #primary-menu li:not(:last-of-type) a {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #717171;
}

body.noscroll {
	overflow: hidden;
}

body.noscroll main .main-content .content-site {
	filter: blur(4px);
	transition: .5s ease;
}

/* mobile-menu end */

/*modal start*/
#modal {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #151517
}

div#modal-swiper-container {
	display: flex;
	align-items: center;
	height: 100%;
}

.modal-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 1001;
}

#modal .mastersSwiper {
	height: calc(100vh - 30px*2);
	width: 100%;
	display: flex;
	align-items: center;
}

#modal .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

#modal .girl-card__photo {
	height: 100%;
}

#modal .swiper-slide img {
	border-radius: 0px;
	height: 100%;
}

#modal .swiper-pagination_masters {
	display: none;
}

#modal .masters-prev {
	left: 40px;
	top: 50%;
	transform: translate(0, -50%);
	position: fixed;
	z-index: 1002;
}

#modal .masters-next {
	right: 40px;
	top: 50%;
	transform: translate(0, -50%), rotate(180deg);
	position: fixed;
	z-index: 1002;
}

#modal .modal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 1002;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: .5s ease;
}

#modal .modal-close path {
	stroke: #717171;
	transition: .5s ease;
}

#modal .modal-close:hover path {
	stroke: #fff;
	transition: .5s ease;
}

/*modal end*/

/*age modal*/
.arcticmodal-overlay,
.arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	backdrop-filter: blur(10px);
}

.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
	height: 100%
}

.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto;
}

.arcticmodal-container_i2 {
	padding: 24px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}

.arcticmodal-error {
	padding: 20px;
	border-radius: 10px;
	background: #000;
	color: #fff;
}

.arcticmodal-loading {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: #000 url(../img/loading.gif) no-repeat 50% 50%;
}
/*----custom---*/
.modal_age {
	display: none;
	width: 100%;
	height: 100%;
}

#info_age_modal {
    width: 406px;
	height: 406px;
	background: url('../img/form-bg.png') no-repeat center / cover;
    padding: 25px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.modal_title {
    display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.modal_title .top__logo {
	width: 97px;
}

.modal_title ul {
	display: flex;
	align-items: center;;
}

.modal_title ul li {
	width: 66px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #A9012C;
	border-radius: 300px;
}

.modal_title ul li:first-of-type {
	margin-right: 10px;
}

.modal_age_text {
	width: 248px;
	
}

.modal_age_text span {
	padding: 35px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	border-top: 1px dashed #717171;
	border-bottom: 1px dashed #717171;
}

.modal_age_but {
	margin-top: 25px;
}

.modal_but_yes {
	width: 248px !important;
	cursor: pointer;
	padding: 24px 0 !important;
	font-size: 18px !important;
}

.modal_footer {
	font-size: 14px;
	color: #D0D0D0;
	text-align: center;
}
/*age modal end*/

/*wp*/
.menu-item-type-post_type.current-menu-item a {
	color: #CECECE !important;
}

.grecaptcha-badge, .recaptcha-none { display: none !important; }










/* Responsive */
@media (max-width: 1368px) {
	.container {
		max-width: 1140px;
	}

	.content-site {
		width: 960px;
	}

	.contacts__map iframe {
		width: 660px;
	}

	.offer-other__desc,
	.offer-other__tags {
		width: 470px;
	}

	.offer-other__tags .more__list li {
		font-size: 16px;
	}


}

@media (max-width: 1199px) {
	.container {
		max-width: 960px;
	}

	.nav-site {
		display: none;
	}

	.content-site {
		margin-left: 0;
	}

	.top__for-mobile {
		display: flex;
		align-items: center;
	}

	.top-line__for-mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 14px;
		font-weight: 500;
		color: #D0D0D0;
		border-bottom: 1px dashed #717171;
		padding: 17px 0;
	}

	.header {
		position: relative;
		padding: 0;
	}

	.top {
		padding: 15px 0;
	}

	.top.sticky-bar {
		padding: 15px;
	}

	.top .top__right .top__contact {
		display: none;
	}

	.for-mobile__phone {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		border: 1px solid var(--color-accent);
		background: var(--color-accent);
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
		transition: .5s ease;
	}

	.for-mobile__phone:hover {
		background: #A9012C;
		border: 1px solid #A9012C;
		transition: .5s ease;
	}

	.top__burger {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		border: 1px solid #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.offer-other {
		padding: 100px 0 55px;
	}

	.offer-other__desc p {
		font-size: 16px;
	}


}


@media (max-width: 991px) {

	.container {
		max-width: 720px;
	}

	.content-site {
		width: 100%;
	}

	h1 {
		font-size: 45px;
	}

	.offer {
		padding: 90px 0 55px;
		background: url(../img/offer-bg.png) no-repeat right -170px top;
	}

	.btn {
		font-size: 16px;
	}

	.btn-primary,
	.btn-secondary {
		padding: 18px 0;
		width: 200px;
	}

	.programm-card {
		height: auto;
	}

	.programm-card__top img {
		height: auto;
	}

	.programm-card__heading,
	.programm-card__desc {
		width: 50%;
	}

	.girl-card {
		flex-direction: column;
		align-items: start;
	}

	.girl-card__photo,
	.girl-card__info {
		width: 100%;
	}

	.girl-card__info {
		margin: 30px 0 0;
	}

	.wrap-about {
		flex-direction: column;
	}

	.wrap-about__list {
		width: 100%;
		text-align: center;
	}

	.wrap-about__more {
		width: 100%;
		margin: 30px 0 0;
	}

	.salon-show iframe {
		width: 100%;
	}

	.on-session {
		width: 100%;
		height: auto;
		flex-direction: column;
	}

	.on-session__info {
		width: 100%;
	}

	.on-session__form {
		width: 100%;
		margin-top: 40px;
	}

	.on-session__heading {
		margin: 30px 0 40px;
	}

	.contacts__wrap {
		flex-direction: column;
	}

	.contacts__info {
		width: 100%;
	}

	.contacts__map {
		width: 100%;
		margin-top: 30px;
	}

	.contacts__map iframe {
		width: 100%;
	}

	.contacts__bottom {
		border-top: 1px dashed #717171;
		padding-top: 20px;
		margin-top: 20px;
	}

	.offer-other__info {
		flex-direction: column-reverse;
		margin-top: 30px;
	}

	.offer-other__desc {
		margin-top: 30px;
		width: 100%;
	}

	.programm-cards {
		grid-template-columns: 1fr;
	}

	.crazy-menu__price {
		margin: 0;
	}

	.job .offer-other__info {
		margin-top: 30px;
		align-items: start;
		flex-direction: column;
	}

	.job .offer-other__desc {
		margin: 0;
		width: 100%;
	}

	.job .offer-other__tags {
		margin-top: 30px;
	}

	.job-card__content ul {
		margin-left: 20px;
	}

	.on-session_job .on-session__call-info .new-line {
		display: inline;
	}

	.on-session .form {
		margin-top: 18px;
	}

	.open-modal-btn {
		display: none !important;
	}

	.girl-card .slider {
		width: 100%;
	}

	.mastersSwiper {
		width: 100%;
	}

	.slider .swiper-pagination_masters {
		position: absolute !important;
		bottom: var(--swiper-pagination-bottom, 20px) !important;
		width: 100% !important;
		margin: 0 !important;
	}




















}

@media (max-width: 767px) {

	.container {
		max-width: 100%;
		padding: 0 15px;
	}

	.top-line__for-mobile {
		font-size: 10px;
		padding: 10px 0;
	}

	.top__logo {
		width: 94px;
	}

	.offer {
		padding: 60px 0 30px;
		background: url(../img/offer-bg.png) no-repeat right -40px bottom -120px / cover;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 30px;
	}

	.page-title {
		width: 320px;
	}

	.offer__desc {
		width: 320px;
		margin: 35px 0 0;
		font-size: 14px;
	}

	.offer__btns {
		margin: 35px 0 0;
	}

	.btn-primary,
	.btn-secondary {
		padding: 12px 0;
		width: 134px;
		font-size: 12px;
	}

	.section {
		padding: 30px 0;
	}

	.for-slider__mobile {
		color: #494949;
		display: flex;
		align-items: center;
		font-size: 10px;
		font-weight: 500;
		position: absolute;
		top: -45px;
	}

	.for-slider__mobile svg {
		margin-right: 5px;
	}

	.programm-card__title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.heading-item {
		font-size: 20px;
	}

	.wrap-about__list li span {
		font-size: 35px;
	}

	.wrap-about__list li p {
		font-size: 15px;
	}

	.wrap-about__list li:not(:last-of-type) {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.more__list li {
		font-size: 15px !important;
		margin: 0 10px 10px 0;
	}

	.more__text p {
		font-size: 13px;
	}

	.more__text {
		margin-top: 20px;
	}

	.more__text p:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.feedback {
		padding: 30px 0 60px;
	}

	.feedbackSwiper .swiper-slide {
		height: auto;
	}

	.feedback-card__date {
		margin-top: 90px;
	}

	.feedback-card__title {
		font-size: 18px;
	}

	.feedback-card__desc {
		font-size: 15px;
	}

	.swiper-pagination_feedback {
		min-width: 50px !important;
	}

	.on-session__item {
		font-size: 15px;
	}

	.on-session__heading h2 {
		font-size: 35px;
	}

	.on-session__heading ul li {
		font-size: 15px;
	}

	.btn-send {
		font-size: 16px;
		width: 250px;
		padding: 20px 0;
	}

	.label span {
		font-size: 12px;
	}

	.contacts {
		padding: 60px 0 0;
	}

	.contacts__top ul li a,
	.contacts__top ul li div {
		font-size: 16px;
	}

	.contacts__bottom {
		font-size: 16px;
	}

	.offer-other {
		padding: 40px 0 25px;
	}

	.over-head {
		display: block;
	}

	.job-opening {
		padding: 25px 0 40px;
	}

	.job .tags__list {
		padding: 24px;
	}

	.job .tags__list li {
		font-size: 14px;
	}

	.job-card {
		padding: 35px 20px;
	}

	.job-card__heading {
		flex-direction: column;
		align-items: start;
	}

	.job-card__title p {
		font-size: 20px;
	}

	.job-card__price {
		padding: 13px 18px;
		font-size: 12px;
		margin-top: 25px;
	}

	.job-card__price svg {
		width: 18px;
		margin-right: 8px;
	}

	.job-card__content {
		margin-top: 30px;
	}

	.job-card__content ul {
		grid-template-columns: 1fr;
	}

	.job-card__content ul li {
		font-size: 15px;
	}

	.all-programms {
		margin-top: 15px;
	}

	.all-programms a {
		padding: 15px 21px;
	}

















}

@media (max-width: 600px) {
	.offer {
		background: url(../img/offer-bg.png) no-repeat right -40px top 30px / cover;
	}
}


@media (max-width: 480px) {	
	.header .top__logo,
	.footer .top__logo {
		width: 50%;
	}
	
	.offer__desc {
		width: 190px;
	}

	.offer {
		background: url(../img/offer-bg.png) no-repeat right -40px top 120px / cover;
	}

	.programm-card {
		padding: 16px;
	}

	.programm-card__title,
	.heading-item {
		font-size: 15px;
	}

	.programm-card__desc ul li {
		font-size: 14px;
	}

	.programm-card__desc ul li:not(:last-of-type) {
		padding-bottom: 7px;
		margin-bottom: 8px;
	}

	.slider .swiper-pagination {
		margin: 0 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 0 !important;
	}

	.slider .swiper-pagination-bullet {
		width: 5px !important;
		height: 5px !important;
		margin: 0 5px !important;
	}

	.girl-card {
		padding: 20px 16px;
	}

	.girl-card__info p {
		font-size: 14px;
	}

	.girl-card__main p:first-child {
		font-size: 18px;
	}

	.girl-card__main ul li:not(:last-of-type) {
		padding-bottom: 10px;
		margin-bottom: 9px;
	}

	.wrap-about__list {
		padding: 40px;
		text-align: left;
	}

	.wrap-about__list li:not(:last-of-type) {
		padding-bottom: 14px;
		margin-bottom: 14px;
	}

	.wrap-about__more {
		padding: 20px;
	}

	.more__list li {
		font-size: 14px !important;
		margin: 0 10px 10px 0;
		padding: 10px 16px;
	}

	.more__item_desktop {
		display: none !important;
	}

	.more__item_mobile {
		display: flex;
		align-items: center;
	}

	.feedback-card {
		padding: 40px 20px;
	}

	.slider__arrow {
		width: 30px;
		height: 30px;
	}

	.slider__arrow svg {
		min-width: 30px;
		width: 30px;
		height: 30px;
	}

	.on-session {
		padding: 30px 20px;
	}

	.on-session__items {
		flex-direction: column;
		align-items: start;
	}

	.on-session__item:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.on-session__heading {
		margin: 40px 0 45px;
	}

	.btn-send {
		width: 100%;
	}

	.offer-other__desc p {
		font-size: 15px;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.crazy-menu__price {
		justify-content: space-between;
	}

	.crazy-menu__price p {
		font-size: 16px;
		padding: 20px 8px 19px !important;
	}

	.crazy-menu__price p:nth-child(odd) {
		width: 70%;
	}

	.crazy-menu__price p:nth-child(even) {
		width: 30%;
		text-align: end;
	}

	.all-programms a {
		font-size: 9px;
		line-height: normal;
	}

	.more__list {
		width: 300px;
	}

	.for-slider__mobile {
		top: -25px;
	}

	#info_age_modal {
		width: 290px;
		padding: 25px 20px;
	}

	#info_age_modal .top__logo {
		width: 77px;
	}

	.modal_footer {
		font-size: 10px;
	}
}

@media (max-width: 420px) {
	.offer {
		overflow: hidden;
		background: url(../img/offer-bg.png) no-repeat right -60px top 170px / cover;
	}

	.offer__btns {
		position: relative;
		z-index: 1;
	}

	.offer__btns::after {
		content: '';
		position: absolute;
		width: 140px;
		height: 140px;
		background: #000;
		filter: blur(10px);
		opacity: 0.8;
		right: -10px;
		bottom: -80px;
		z-index: -1;
		border-radius: 100%;
		box-shadow: 0px 0px 50px 130px rgba(0, 0, 0, 0.5);
	}

}