b {
	font-weight: 500;
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
	color: var(--adp-color-other-month);
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
	color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
	color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
	color: #fff;
	background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
	background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
	background-color: var(--adp-background-color-in-range);
	color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
	background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
	background: none;
	border: none;
}

.box2 p {
	position: relative;
	z-index: 2222;
	color: #fff;
}

.reserve_modal .header {
	width: 100%;
}

.head_2 {
	color: rgb(255, 255, 255);
	font-family: Bebas Neue, cursive;
	font-size: 120px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.9;
}

.reserve_modal .form_main {
	margin-top: 0;
	width: fit-content;
}

.reserve_modal .footer {
	width: 100%;
	height: auto;
	position: relative;
	bottom: auto;
	left: auto !important;
	transform: none;
}

.reserve_modal .form_main label {
	width: 100%;
	padding-top: 0;
	display: flex;
	flex-direction: column;
}

.reserve_modal .form_main label #data_show,
.reserve_modal .form_main label #time_show {
	pointer-events: none;
}

.review_form .spinner:last-child {
	display: none !important;
}

.reserve_modal .form_main label:not(.noline) {
	padding-top: 11px;
	padding-left: 2px;
}

.reserve_modal .form_main label .frame-icon6,
.reserve_modal .form_main label .div34 {
	top: 50% !important;
	transform: translateY(-50%);
}

.reserve_modal .form_main label.noline {
	width: 50%;
	height: 70px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.reserve_modal .form_main label.noline.lastbtn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: Bebas Neue;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.9;
	color: #fff;
}

.air-datepicker-cell {
	border-radius: var(--adp-cell-border-radius);
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.thanks_form {
	position: fixed;
	bottom: -58px;
	left: 50%;
	width: 319px;
	height: 58px;
	display: flex;
	background: #fff;
	justify-content: center;
	align-items: center;
	font-family: Bebas Neue;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
	transform: translateX(-50%);
	padding-top: 5px;

	opacity: 0;
}

.thanks_form_active {
	animation: fadeOut 6s forwards;
	animation-delay: 1s;
	z-index: 200;
}

@keyframes fadeOut {
	0% {
		bottom: -58px;
		opacity: 0;
	}

	20% {
		bottom: 0;
		opacity: 1;
	}

	90% {
		bottom: 0;
		opacity: 1;
	}

	100% {
		bottom: 0;
		opacity: 0;
	}
}

.lorem-ipsum-is8 p,
.lorem-ipsum-is9 p {
	margin-top: 0;
}

.air-datepicker-cell.-focus- {
	background: var(--adp-background-color-hover);
}

.air-datepicker-cell.-current- {
	color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
	color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
	color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
	cursor: default;
	color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
	color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
	color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
	color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
	background: var(--adp-cell-background-color-in-range);
	border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
	background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
	border: 1px solid var(--adp-cell-border-color-in-range);
	background-color: var(--adp-cell-background-color-in-range);
	border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
	border: 1px solid var(--adp-cell-border-color-in-range);
	background-color: var(--adp-cell-background-color-in-range);
	border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
	border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
	color: #fff;
	border: none;
	background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
	color: #fff;
	background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
	background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
	transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
	display: none;
}

.air-datepicker-body--day-names {
	display: grid;
	grid-template-columns: repeat(7, var(--adp-day-cell-width));
	margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
	color: var(--adp-day-name-color);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
	cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
	color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
	display: grid;
}

.air-datepicker-body--cells.-days- {
	grid-template-columns: repeat(7, var(--adp-day-cell-width));
	grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--adp-border-color-inner);
	min-height: var(--adp-nav-height);
	padding: var(--adp-padding);
	box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
	display: none;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.air-datepicker-nav--action {
	width: var(--adp-nav-action-size);
	border-radius: var(--adp-border-radius);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.air-datepicker-nav--action:hover {
	background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
	background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
	visibility: hidden;
}

.air-datepicker-nav--action svg {
	width: 32px;
	height: 32px;
}

.air-datepicker-nav--action path {
	fill: none;
	stroke: var(--adp-nav-arrow-color);
	stroke-width: 2px;
}

.air-datepicker-nav--title {
	border-radius: var(--adp-border-radius);
	padding: 0 8px;
}

.air-datepicker-nav--title i {
	font-style: normal;
	color: var(--adp-nav-color-secondary);
	margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
	background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
	background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
	cursor: default;
	background: none;
}

.air-datepicker-buttons {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
}

.air-datepicker-button {
	display: inline-flex;
	color: var(--adp-btn-color);
	border-radius: var(--adp-btn-border-radius);
	cursor: pointer;
	height: var(--adp-btn-height);
	border: none;
	background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
	color: var(--adp-btn-color-hover);
	background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
	color: var(--adp-btn-color-hover);
	background: var(--adp-btn-background-color-hover);
	outline: none;
}

.air-datepicker-button:active {
	background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.air-datepicker-time {
	display: grid;
	grid-template-columns: -webkit-max-content 1fr;
	grid-template-columns: max-content 1fr;
	grid-column-gap: 12px;
	align-items: center;
	position: relative;
	padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
	border-top: none;
}

.air-datepicker-time--current {
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 14px;
	text-align: center;
}

.air-datepicker-time--current-colon {
	margin: 0 2px 3px;
	line-height: 1;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1;
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
	content: '';
	background: var(--adp-background-color-hover);
	border-radius: var(--adp-border-radius);
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
	opacity: 1;
}

.air-datepicker-time--current-ampm {
	text-transform: uppercase;
	align-self: flex-end;
	color: var(--adp-time-day-period-color);
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px;
}

.air-datepicker-time--row {
	display: flex;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100%
		var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
	margin-bottom: 4px;
}

.air-datepicker-time--row input[type='range'] {
	background: none;
	cursor: pointer;
	flex: 1;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
}

.air-datepicker-time--row input[type='range']::-ms-tooltip {
	display: none;
}

.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb {
	border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb {
	border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type='range']:hover::-ms-thumb {
	border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type='range']:focus {
	outline: none;
}

.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type='range']:focus::-ms-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-webkit-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type='range']::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-moz-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type='range']::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-ms-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
	margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: transparent;
	background: transparent;
}

.air-datepicker-time--row input[type='range']::-moz-range-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: transparent;
	background: transparent;
}

.air-datepicker-time--row input[type='range']::-ms-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: transparent;
	background: transparent;
}

.air-datepicker-time--row input[type='range']::-ms-fill-lower {
	background: transparent;
}

.air-datepicker-time--row input[type='range']::-ms-fill-upper {
	background: transparent;
}

.air-datepicker {
	--adp-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	--adp-font-size: 14px;
	--adp-width: 246px;
	--adp-z-index: 100;
	--adp-padding: 4px;
	--adp-grid-areas: 'nav' 'body' 'timepicker' 'buttons';
	--adp-transition-duration: 0.3s;
	--adp-transition-ease: ease-out;
	--adp-transition-offset: 8px;
	--adp-background-color: #fff;
	--adp-background-color-hover: #f0f0f0;
	--adp-background-color-active: #eaeaea;
	--adp-background-color-in-range: rgba(92, 196, 239, 0.1);
	--adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
	--adp-background-color-selected-other-month-focused: #8ad5f4;
	--adp-background-color-selected-other-month: #a2ddf6;
	--adp-color: #4a4a4a;
	--adp-color-secondary: #9c9c9c;
	--adp-accent-color: #4eb5e6;
	--adp-color-current-date: var(--adp-accent-color);
	--adp-color-other-month: #dedede;
	--adp-color-disabled: #aeaeae;
	--adp-color-disabled-in-range: #939393;
	--adp-color-other-month-hover: #c5c5c5;
	--adp-border-color: #dbdbdb;
	--adp-border-color-inner: #efefef;
	--adp-border-radius: 4px;
	--adp-border-color-inline: #d7d7d7;
	--adp-nav-height: 32px;
	--adp-nav-arrow-color: var(--adp-color-secondary);
	--adp-nav-action-size: 32px;
	--adp-nav-color-secondary: var(--adp-color-secondary);
	--adp-day-name-color: #ff9a19;
	--adp-day-name-color-hover: #8ad5f4;
	--adp-day-cell-width: 1fr;
	--adp-day-cell-height: 32px;
	--adp-month-cell-height: 42px;
	--adp-year-cell-height: 56px;
	--adp-pointer-size: 10px;
	--adp-poiner-border-radius: 2px;
	--adp-pointer-offset: 14px;
	--adp-cell-border-radius: 4px;
	--adp-cell-background-color-selected: #5cc4ef;
	--adp-cell-background-color-selected-hover: #9747ff;
	--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
	--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
	--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
	--adp-btn-height: 32px;
	--adp-btn-color: var(--adp-accent-color);
	--adp-btn-color-hover: var(--adp-color);
	--adp-btn-border-radius: var(--adp-border-radius);
	--adp-btn-background-color-hover: var(--adp-background-color-hover);
	--adp-btn-background-color-active: var(--adp-background-color-active);
	--adp-time-track-height: 1px;
	--adp-time-track-color: #dedede;
	--adp-time-track-color-hover: #b1b1b1;
	--adp-time-thumb-size: 12px;
	--adp-time-padding-inner: 10px;
	--adp-time-day-period-color: var(--adp-color-secondary);
	--adp-mobile-font-size: 16px;
	--adp-mobile-nav-height: 40px;
	--adp-mobile-width: 320px;
	--adp-mobile-day-cell-height: 38px;
	--adp-mobile-month-cell-height: 48px;
	--adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
	--adp-overlay-background-color: rgba(0, 0, 0, 0.3);
	--adp-overlay-transition-duration: 0.3s;
	--adp-overlay-transition-ease: ease-out;
	--adp-overlay-z-index: 99;
}

.air-datepicker {
	background: var(--adp-background-color);
	border: 1px solid var(--adp-border-color);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: var(--adp-border-radius);
	box-sizing: content-box;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, -webkit-max-content);
	grid-template-rows: repeat(4, max-content);
	grid-template-areas: var(--adp-grid-areas);
	font-family: var(--adp-font-family), sans-serif;
	font-size: var(--adp-font-size);
	color: var(--adp-color);
	width: var(--adp-width);
	position: absolute;
	transition: opacity var(--adp-transition-duration) var(--adp-transition-ease),
		transform var(--adp-transition-duration) var(--adp-transition-ease);
	z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
	opacity: 0;
}

.air-datepicker.-from-top- {
	transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
	transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
	transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
	transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
	transform: translate(0, 0);
	opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
	transition: none;
}

.air-datepicker.-inline- {
	border-color: var(--adp-border-color-inline);
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
	display: none;
}

.air-datepicker.-is-mobile- {
	--adp-font-size: var(--adp-mobile-font-size);
	--adp-day-cell-height: var(--adp-mobile-day-cell-height);
	--adp-month-cell-height: var(--adp-mobile-month-cell-height);
	--adp-year-cell-height: var(--adp-mobile-year-cell-height);
	--adp-nav-height: var(--adp-mobile-nav-height);
	--adp-nav-action-size: var(--adp-mobile-nav-height);
	position: fixed;
	width: var(--adp-mobile-width);
	border: none;
}

.air-datepicker.-is-mobile- * {
	-webkit-tap-highlight-color: transparent;
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
	display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
	transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
	transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
	transition: none;
}

.air-datepicker-global-container {
	position: absolute;
	left: 0;
	top: 0;
}

.air-datepicker--pointer {
	--pointer-half-size: calc(var(--adp-pointer-size) / 2);
	position: absolute;
	width: var(--adp-pointer-size);
	height: var(--adp-pointer-size);
	z-index: -1;
}

.air-datepicker--pointer:after {
	content: '';
	position: absolute;
	background: #fff;
	border-top: 1px solid var(--adp-border-color-inline);
	border-right: 1px solid var(--adp-border-color-inline);
	border-top-right-radius: var(--adp-poiner-border-radius);
	width: var(--adp-pointer-size);
	height: var(--adp-pointer-size);
	box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^='top'] .air-datepicker--pointer {
	top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^='top'] .air-datepicker--pointer:after {
	transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^='right'] .air-datepicker--pointer {
	right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^='right'] .air-datepicker--pointer:after {
	transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^='bottom'] .air-datepicker--pointer {
	bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^='bottom'] .air-datepicker--pointer:after {
	transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^='left'] .air-datepicker--pointer {
	left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^='left'] .air-datepicker--pointer:after {
	transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
	left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
	right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
	left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
	top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
	bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
	top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
	grid-area: nav;
}

.air-datepicker--content {
	box-sizing: content-box;
	padding: var(--adp-padding);
	grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
	display: none;
}

.air-datepicker--time {
	grid-area: timepicker;
}

.air-datepicker--buttons {
	grid-area: buttons;
}

.air-datepicker--buttons,
.air-datepicker--time {
	padding: var(--adp-padding);
	border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
	position: fixed;
	background: var(--adp-overlay-background-color);
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
	transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s,
		width 0s;
	transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration),
		var(--adp-overlay-transition-duration);
	z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
	opacity: 1;
	width: 100%;
	height: 100%;
	transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

.datepicker--cells {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.datepicker--cell {
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 46px;
	max-width: 46px;
	z-index: 1;
	padding-top: 4px;
	border-radius: 50%;
}

.datepicker--cell.-focus- {
	background: #9747ff;
	box-shadow: 0px 0px 20px 2px rgba(151, 71, 255, 0.4);
}

.datepicker--cell.-current- {
	border: solid 1px #5c5c5c;
}

.datepicker--cell.-current-.-focus- {
}

.datepicker--cell.-current-.-in-range- {
}

.datepicker--cell.-in-range- {
	background: rgba(92, 196, 239, 0.1);
	color: #4a4a4a;
	border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
	cursor: default;
	color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
	color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae;
}

.datepicker--cell.-range-from- {
	border: 1px solid rgba(92, 196, 239, 0.5);
	background-color: rgba(92, 196, 239, 0.1);
}

.datepicker--cell.-range-to- {
	border: 1px solid rgba(92, 196, 239, 0.5);
	background-color: rgba(92, 196, 239, 0.1);
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
	color: #fff;
	background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
	border-radius: 4px;
}

.datepicker--cell.-selected- {
	border: none;
}

.datepicker--cell.-selected-.-focus- {
	background: #9747ff;
	box-shadow: 0px 0px 20px 2px rgba(151, 71, 255, 0.4);
}

.datepicker--cell:empty {
	cursor: default;
}

.datepicker--days-names {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 8px 0 3px;
}

.datepicker--day-name {
	color: #ff9a19;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: none;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
	display: none;
}

.datepicker--cell-day {
	width: 14.28571%;
}

.datepicker--cells-months {
	height: 170px;
}

.datepicker--cell-month {
	width: 33.33%;
	height: 25%;
}

.datepicker--cells-years,
.datepicker--years {
	height: 170px;
}

.datepicker--cell-year {
	width: 25%;
	height: 33.33%;
}

.datepickers-container {
	position: absolute;
	left: 0;
	top: 0;
}

@media print {
	.datepickers-container {
		display: none;
	}
}

.datepicker {
	width: 329px;
	box-sizing: content-box;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: -100000px;
	opacity: 0;
	text-transform: uppercase;
	margin: 30px auto;

	z-index: 100;
}

.datepicker.-from-top- {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.datepicker.-from-right- {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.datepicker.-from-bottom- {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

.datepicker.-from-left- {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}

.datepicker.active {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
	transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
	border-color: #d7d7d7;
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.datepicker--content {
	box-sizing: content-box;
}

.datepicker--pointer {
	position: absolute;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 10px;
	height: 10px;
	z-index: -1;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
	background: #f0f0f0;
}

.datepicker--nav-title {
	flex-direction: column;
	font-size: 32px;
}

.datepicker--nav-title i {
	font-size: 14px;
	color: #fff;
	opacity: 0.25;
}

.data {
	background: #2f2f2f;
	position: fixed;
	bottom: -1000px;
	max-height: 770px;
	height: max-content;
	width: 100%;
	overflow: auto;
	z-index: 10001;
	transition: bottom 0.5s;
	max-width: 500px;
	margin: 0 auto;
	font-family: 'Bebas Neue';
	left: 50%;
	transform: translateX(-50%);
}

.data .times_btn.active {
	background: #9747ff;
	box-shadow: 0px 0px 20px 2px rgba(151, 71, 255, 0.4);
}

.data.show {
	bottom: 0;
}

.girls_fs {
	overflow: hidden;
	z-index: 1;
}

.girls_fs .img-box {
	height: 100%;
	position: relative;
	display: flex;
	transition: all 1s;
	justify-content: center;
	align-items: center;
	will-change: transform;
}

.girls_fs .img-box .box2 {
	width: 200px;
	height: 120px;
	overflow: hidden;
	transition: all 1s;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	will-change: transform;
}

.girls_fs .img-box .box2 img {
	width: 200px;
	height: 120px;
	object-fit: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	transform-origin: center;
	will-change: transform;
}

.girls_fs .swiper-button-next,
.girls_fs .swiper-button-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 200px;
	height: 120px;
	margin-top: -5px;
	transition: none;
	opacity: 0 !important;
}

.girls_fs .swiper-button-next svg,
.girls_fs .swiper-button-prev svg {
	opacity: 0 !important;
}

.girls_fs .frame-parent {
	top: auto !important;
	bottom: 60px;
	transform: translate(-50%) !important;
}

.girls_fs .swiper-button-next:hover,
.girls_fs .swiper-button-prev:hover {
	opacity: 1;
}

.name-slider,
.girls-slider,
.girls_fs .frame-parent {
	z-index: 2;
}

.girls_fs .swiper-button-next {
	right: 0;
}

.girls_fs .swiper-button-prev {
	left: 0;
	transform: rotate(180deg);
}

.girls_fs .custom-active-class .img-box .box2 img {
	height: 680px;
	width: 390px;
	transform: rotate(-90deg);
}

.girls_fs .custom-active-class .img-box .box2 {
	width: 680px;
	height: 390px;
	overflow: hidden;
	transition: all 1s;
	transform: rotate(90deg);
}

.girls_fs .swiper-slide-next .img-box {
	justify-content: flex-end;
}

.girls_fs .swiper-slide-prev .img-box {
	justify-content: flex-start;
}

.data .close_btn {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 45px;
	right: 20px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18.1049' y='15.3096' width='3.77126' height='18.8563' transform='rotate(135 18.1049 15.3096)' fill='white'/%3E%3Crect x='4.77148' y='18.1387' width='3.77126' height='18.8563' transform='rotate(-135 4.77148 18.1387)' fill='white'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
}

.data h4 {
	margin-top: 50px;
	margin-left: 20px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 90%;
	/* or 14px */

	color: rgba(255, 255, 255, 0.35);
}

.data .select_time_ul {
	display: flex;
	width: 283px;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 0;
	margin-left: 20px;
}

.data .select_time_ul li.disabled {
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.1);
	pointer-events: none;
}

.data .select_time_ul li {
	margin-bottom: 10px;
	list-style: none;
	align-items: center;
	display: flex;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;

	justify-content: center;
	width: 65px;
	height: 30px;

	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 35px;
}

.data h4 span {
	color: #9747ff;
}

.data .ready_btn span {
	display: block;
	z-index: 2;
}

.data .ready_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 71px;
	transition: all 0.5s;
	color: rgba(255, 255, 255, 0.25);
	background: #363636;
	font-size: 24px;
	position: relative;
	overflow: hidden;
	pointer-events: none;
}

.data .times_btns {
	display: flex;
	margin: 26px 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.data .times_btn {
	display: flex;
	height: 40px;
	margin-bottom: 10px;
	width: calc(25% - 10px);
	background: #272727;
	font-size: 16px;
	font-family: 'Montserrat';
	color: #ffffff;
	justify-content: center;
	align-items: center;
}

.data .ready_btn.ready {
	color: rgba(255, 255, 255, 1);
	pointer-events: all;
}

.data .ready_btn:after {
	top: 100%;
	content: '';
	background: #9747ff;
	transition: top 0.5s;
	width: 100%;
	height: 100%;
	position: absolute;
}

.data .ready_btn.ready:after {
	top: 0;
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
	top: calc(100% - 4px);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
	right: calc(100% - 4px);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
	bottom: calc(100% - 4px);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
	left: calc(100% - 4px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
	left: 10px;
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
	right: 10px;
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
	left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
	top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
	bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
	top: calc(50% - 10px / 2);
}

.datepicker--body.active {
	display: block;
}

.datepicker--nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	justify-content: center;
	min-height: 32px;
	padding: 4px;
}

.-only-timepicker- .datepicker--nav {
	display: none;
}

.datepicker--nav-action,
.datepicker--nav-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.datepicker--nav-action {
	width: 32px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 20px;
}

.datepicker--nav-action.-disabled- {
	visibility: hidden;
}

.datepicker--nav-action svg {
	width: 32px;
	height: 32px;
}

.datepicker--nav-action:hover path {
	stroke: #9c9c9c;
}

.datepicker--nav-action path {
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
}

.datepicker--nav-title {
	border-radius: 4px;
	padding: 0 8px;
}

.datepicker--buttons,
.datepicker--time {
	border-top: 1px solid #efefef;
	padding: 4px;
}

.datepicker--nav-title i {
	font-style: normal;
	color: #9c9c9c;
	margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
	cursor: default;
	background: 0 0;
}

.datepicker--buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.datepicker--button {
	color: #4eb5e6;
	cursor: pointer;
	border-radius: 4px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
}

.datepicker--button:hover {
	color: #4a4a4a;
	background: #f0f0f0;
}

.datepicker--time {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
	-webkit-flex: 0 1 138px;
	-ms-flex: 0 1 138px;
	flex: 0 1 138px;
	max-width: 138px;
}

.-only-timepicker- .datepicker--time {
	border-top: none;
}

.datepicker--time-sliders {
	-webkit-flex: 0 1 153px;
	-ms-flex: 0 1 153px;
	flex: 0 1 153px;
	margin-right: 10px;
	max-width: 153px;
}

.datepicker--time-label {
	display: none;
	font-size: 12px;
}

.datepicker--time-current {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
	margin: 0 2px 3px;
	line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
	content: '';
	background: #f0f0f0;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
	opacity: 1;
}

.datepicker--time-current-ampm {
	text-transform: uppercase;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #9c9c9c;
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px;
}

.datepicker--time-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
	margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
	background: 0 0;
	cursor: pointer;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
	display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
	outline: 0;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background 0.2s;
	margin-top: -6px;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background 0.2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background 0.2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0;
}

.datepicker--time-row input[type='range']::-moz-range-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0;
}

.datepicker--time-row input[type='range']::-ms-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
	background: 0 0;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
	background: 0 0;
}

.datepicker--time-row span {
	padding: 0 12px;
}

.datepicker--time-icon {
	color: #9c9c9c;
	border: 1px solid;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	margin: 0 5px -1px 0;
	width: 1em;
	height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
	content: '';
	background: currentColor;
	position: absolute;
}

.datepicker--time-icon:after {
	height: 0.4em;
	width: 1px;
	left: calc(50% - 1px);
	top: calc(50% + 1px);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.select_time .dd {
	display: none;
}

.select_data .tt {
	display: none;
}

.datepicker--time-icon:before {
	width: 0.4em;
	height: 1px;
	top: calc(50% + 1px);
	left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #fff;
	opacity: 0.1;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, 0.1);
	color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: none;
}

:root {
	/* fonts */
	--font-work-sans: 'Work Sans';
	--font-manrope: Manrope;
	--font-bebas-neue: 'Bebas Neue';

	/* font sizes */
	--font-size-xs: 12px;
	--font-size-sm: 14px;
	--font-size-base: 16px;
	--font-size-lg: 18px;
	--font-size-xl: 24px;
	--font-size-2xl: 32px;
	--font-size-3xl: 46px;
	--font-size-4xl: 120px;
	--font-size-5xl: 162px;
	--font-size-6xl: 185px;

	/* Colors */
	--color-gray-100: #262626;
	--color-gray-200: #0d0d0d;
	--color-gray-300: rgba(255, 255, 255, 0.25);
	--color-gray-400: rgba(255, 255, 255, 0.35);
	--color-gray-500: rgba(255, 255, 255, 0.15);
	--color-white: #fff;

	/* Gaps */
	--gap-2xs: 5px;
	--gap-xs: 10px;
	--gap-sm: 20px;
	--gap-md: 30px;
	--gap-lg: 40px;
	--gap-xl: 50px;
	--gap-2xl: 100px;

	/* Paddings */
	--padding-xs: 5px;
	--padding-sm: 6px;
	--padding-md: 7px;
	--padding-lg: 10px;

	/* border radiuses */
	--br-md: 35px;
}

.lorem-ipsum-has + .lorem-ipsum-has {
	top: 190px;
}

.lorem-ipsum-has + .lorem-ipsum-has + .lorem-ipsum-has {
	top: 380px;
}

.button-showreel,
.button-scroll,
.parent,
.frame-parent,
.group,
.parent1,
.parent2 {
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

.header {
	color: #fff;
	z-index: 3;
}

.element-animation {
	opacity: 0;
}

.element-animation-bot {
	transform: translateY(100%);
}

.element-animation.element-animation-bot.element-show {
	opacity: 1;
	transition: all 1s;
	transform: translateY(0%);
}

.element-animation.element-show {
	opacity: 1;
	transition: opacity 1s;
}

.glide-girls .icon {
	position: relative;
	width: 520px;
	height: auto;
	transition: all 0.7s;
}

.white_border {
	color: black;
	text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
	-webkit-text-stroke: 1px #fff;
}

.glide-girls .glide__slide {
	position: relative;
	transition: all 0.7s;
}

.glide-girls .glide__slide:not(.glide__slide--active) {
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform: translateZ(0);
	backface-visibility: hidden;
	perspective: 1000;
	transform: translate3d(0, 0, 0);
	transform: translateZ(0);
	filter: blur(2.5px);
}

.glide-girls .glide__slide .dinara,
.glide-girls .glide__slide .show-manager {
	opacity: 1;
	transition: all 0.7s;
}

.glide-girls .glide__slide:not(.glide__slide--active) .icon {
	width: 338px;
	height: auto;
	margin-top: 200px;
}

.glide-girls .glide__slide:not(.glide__slide--active) .dinara,
.glide-girls .glide__slide:not(.glide__slide--active) .show-manager {
	opacity: 0;
}

.party div.party_slider {
	z-index: 1;
}

.glide-girls .glide__arrow {
	border: none;
	box-shadow: none;
	display: flex;
	align-items: center;
	z-index: 1;
}

.glide-girls .glide__arrow:hover .glide__arrow_name {
	opacity: 1;
}

.glide-girls .glide__arrow .glide__arrow_name {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	opacity: 0.35;
	text-shadow: none;
	text-transform: capitalize;
}

.glide-girls .glide__arrow.glide__arrow--next {
	right: 0;
}

.header {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	margin: 0 auto;
	width: 1290px;
	height: 42px;
	margin-bottom: -62px;
	margin-top: 20px;
	font-size: var(--font-size-base);
	font-family: var(--font-manrope);
}

.footer {
	left: 50% !important;
	transform: translateX(-50%);
	top: auto !important;
	bottom: -245px;
}

body {
	background: #000;
	position: relative;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(13, 13, 13, 1) 35%, rgba(13, 13, 13, 1) 100%);
}

.lorem-ipsum-has2,
.lorem-ipsum-is6,
.div129 {
	z-index: 3;
}

body .main-page,
body .girls-page,
body .party-events,
body .interior-main-hall,
body .contact {
	width: 1440px;
	margin: 0 auto;
}

body .about {
	width: 1440px;
}

.form_main {
	margin-top: 685px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form_main label {
	padding-top: 25px;
	width: calc(50% - 15px);
	min-height: 64px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	box-sizing: border-box;
	position: relative;
	height: 39px;
}

.form_main label.error {
	border-bottom: 1px solid #ff5e5e;
}

#file-list {
	width: 100%;
	display: flex;
}

.file-item {
	width: fit-content;
	margin-right: 20px;
	position: relative;
}

.file-remove {
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
}

.file-icon {
	height: 60px;
}

.form_main label input {
	width: 100%;
	border: none !important;
	outline: none !important;
	font-size: 16px;
	background: transparent;
	color: #fff;
}

.form_main label input:placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.gp_fs_img_box.gp_fs_img_box_last {
	position: relative;
}

.form_main label.noline {
	border-bottom: none;
}

.parent1 {
	right: 0 !important;
	top: 5px !important;
	left: auto !important;
}

.frame-icon6,
.div34 {
	top: 20px !important;
}

@media screen and (max-width: 1439px) {
	:root {
		--font-size-6xl: 160px;
	}

	.party_slider .glide__bullets {
		right: 0 !important;
	}

	.header,
	.footer,
	body .main-page,
	body .girls-page,
	body .about,
	body .party-events,
	body .interior-main-hall,
	body .contact,
	.main-1,
	.main-2-icon,
	.main-full-1,
	.main,
	.text-about-club,
	.girls,
	.interior,
	.party,
	.form,
	.lorem-ipsum-is5 {
		width: 1321px !important;
		overflow: hidden;
	}

	.text-about-club,
	.girls,
	.interior,
	.party,
	.form,
	.lorem-ipsum-is5 {
		left: 0 !important;
	}

	.lorem-ipsum-is5 {
		top: 7181px !important;
	}

	.girls {
		top: 1527px !important;
	}

	.main-page {
		height: 7158px !important;
	}

	.form {
		top: 6152px !important;
	}

	.party {
		top: 4906px !important;
	}

	.frame-parent {
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%);
	}

	.icon,
	.icon1 {
		left: 100px !important;
	}

	.footer-child {
		width: 100% !important;
		left: 0 !important;
	}

	.button-showreel {
		left: auto !important;
		right: 80px !important;
	}

	.div42,
	.main-menu-parent,
	.parent2,
	.button-scroll,
	.div5,
	.div8 {
		left: auto !important;
		right: 20px !important;
	}

	.party_slider .glide__slide {
		flex-wrap: wrap;
	}

	.logo-icon,
	.honey-bunny1,
	.main-menu1 {
		left: 20px !important;
	}
}

@media screen and (max-width: 1320px) {
	.header,
	.footer,
	body .main-page,
	body .girls-page,
	body .about,
	body .party-events,
	body .interior-main-hall,
	body .contact,
	.main-1,
	.main-2-icon,
	.main-full-1,
	.main,
	.text-about-club,
	.girls,
	.interior,
	.party,
	.form,
	.lorem-ipsum-is5 {
		width: 1067px !important;
	}
}

@media screen and (max-width: 1067px) {
	.header,
	.footer,
	body .main-page,
	body .girls-page,
	body .about,
	body .party-events,
	body .interior-main-hall,
	body .contact,
	.main-1,
	.main-2-icon,
	.main-full-1,
	.main,
	.text-about-club,
	.girls,
	.interior,
	.party,
	.form,
	.lorem-ipsum-is5 {
		width: 1009px !important;
	}

	.phonoteka-org-p-anime-fon-noch-icon,
	.vl-1-icon {
		width: 100% !important;
		object-fit: cover;
	}

	body div.about,
	body div.about + .footer {
		width: 100% !important;
	}

	.lorem-ipsum-has1,
	.lorem-ipsum-has2,
	.lorem-ipsum-has3,
	.lorem-ipsum-is6,
	.lorem-ipsum-is7,
	.lorem-ipsum-is8,
	.lorem-ipsum-is9,
	.div127,
	.div128,
	.div129,
	.lorem-ipsum,
	.b45,
	.lorem-ipsum,
	.vl-1-icon {
		width: 100% !important;
		padding-left: 25px !important;
		left: 0 !important;
	}

	.lorem-ipsum-is8,
	.lorem-ipsum-is9 {
		padding-left: 130px !important;
		padding-right: 30px !important;
	}
}

.button-showreel .spinner,
.parent .spinner,
.group .spinner,
.parent2 .spinner,
.parent1 .spinner,
.button_more .spinner {
	right: 0;
	top: 0;
	position: absolute;
}

.frame-parent .spinner {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.element_spinner:hover .spinner {
	display: flex;
	z-index: 2;
	position: absolute;

	width: 100px;
	height: 100px;
}

.parent1 .element_spinner:hover .spinner,
.parent1.element_spinner:hover .spinner {
	width: 70px;
	height: 70px;
}

.element_spinner:hover .spinner .path {
	stroke: #fff;
	stroke-linecap: round;
	animation: dash 1.5s ease-in-out forwards;
}

.element_spinner .spinner .path {
	stroke-dasharray: 320;
	stroke-dashoffset: 320;
	transform: rotate(-90deg);
	transform-origin: center;
}

.en-1-1 {
	position: relative;
	top: 0;
	left: 0;
	width: 354px;
	height: 534px;
	object-fit: cover;
	transition: all 1s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.en-1-1:hover {
	width: 110%;
}

.en-1-1-parent {
	position: relative !important;
	margin-bottom: 170px;
}

div.party_slider {
	z-index: 8;
	position: relative;
	margin-top: 354px;
}

.glide__slide_cont {
	position: relative;
}

.party_slider .glide__bullets {
	left: auto;
	right: -13px;
	transform: none;
	bottom: -40px;
	width: 100%;
	justify-content: flex-end;
}

.party_slider .glide__bullet.glide__bullet--active,
.party_slider .glide__bullet:hover {
	opacity: 1;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.party_slider .party-inner {
	order: -1;
	position: relative;
	top: 18px;
	width: 100%;
	margin-right: 26px;
	left: auto;
}

.party_slider .glide__slide {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.main-menu-2 {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #000;
	left: 0;
	top: 0;
	z-index: 2;
	background-size: 100%;
	background-position: center center;
	background-image: url('../assets/menu_bg.png');
}

.header .frame {
	cursor: pointer;
}

.main-menu-2 .home {
	position: absolute;
	left: 75px;
	top: 30px;
	cursor: pointer;
}

.main-menu-2 .close {
	position: absolute;
	top: 21px;
	right: 75px;
	cursor: pointer;
}

.main-menu-2 .tel {
	position: absolute;
	bottom: 85px;
	left: 75px;
	cursor: pointer;
	font-family: var(--font-work-sans);
}

.main-menu-2 .zap {
	position: absolute;
	right: 75px;
	cursor: pointer;
}

.main-menu-2 .main-menu-2-inner .submemu1 {
	display: flex;
	flex-direction: column;
}

.main-menu-2 .main-menu-2-inner .submemu1:hover .div1,
.main-menu-2 .main-menu-2-inner .submemu:hover .div2 {
	color: rgba(255, 255, 255, 0.1);
}

.main-menu-2 .main-menu-2-inner .submemu1 .div1:hover,
.main-menu-2 .main-menu-2-inner .submemu .div2:hover {
	color: #ffffff;
}

.main-menu-2 .main-menu-2-inner .submemu1 .div1:hover:before {
	content: '';
	width: 42px;
	display: flex;
	flex-shrink: 0;
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_484_106)'%3E%3Cpath d='M21.3389 12.552L9.86287 24.028L7.97754 22.1427L19.4522 10.6667H9.33887V8H24.0055V22.6667H21.3389V12.552Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_484_106'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.main-menu-2 .main-menu-2-inner .submemu .div2:hover:after {
	content: '';
	background-position: 4px -2px;
	width: 20px;
	margin-left: 0px;
	display: flex;
	flex-shrink: 0;
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_484_120)'%3E%3Cpath d='M13.3362 7.845L6.16368 15.0175L4.98535 13.8392L12.157 6.66667H5.83619V5H15.0029V14.1667H13.3362V7.845Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_484_120'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.main-menu-2 .main-menu-2-inner {
	width: 100%;
	max-width: 520px;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.main-menu-2-inner-text {
	margin-top: 33px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 110%;

	letter-spacing: 0.6em;
	text-transform: uppercase;

	color: #ffffff;

	opacity: 0.35;
	margin-bottom: 40px;
	display: none;
}

.main-menu-2 .div1 {
	position: relative;
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 110px;
	line-height: 90%;
	display: flex;
	/* identical to box height, or 108px */

	color: #ffffff;
	margin-bottom: 5px;
}

.main-menu-2 .submemu {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 60px;
	align-items: flex-end;
}

.main-menu-2 .submemu .div2 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	display: flex;
	/* or 15px */

	text-align: right;
	text-transform: uppercase;
	margin-bottom: 5px;

	color: #ffffff;
}

.party_slider .glide__bullet {
	flex-shrink: 0;
	color: #fff;
	width: 36px;
	background: transparent !important;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.35;
	background: opacity;
	font-size: var(--font-size-base);
	line-height: 90%;
	font-weight: 500;
	font-family: var(--font-work-sans);
	margin: 0;
	margin-left: 3px;
	border: 1px solid transparent;
}

.wrapper {
	position: absolute;
	top: 574px;
	border-radius: var(--br-md);
	background-color: var(--color-gray-100);
	display: flex;
	flex-direction: row;
	padding: var(--padding-sm) var(--padding-lg) var(--padding-md);
	align-items: flex-start;
	justify-content: flex-start;
}

.party.event_page {
	top: 0 !important;
	position: relative;
	z-index: 1;
	min-height: calc(100vh - 104px);
	height: auto;
}

.event_page div.party_slider {
	margin-top: 104px;
}

.event_form .right_side {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	overflow: auto;
	position: relative;
	padding-top: 30px;
	width: 100%;
	padding-left: 100px;
	min-height: 100vh;
	box-sizing: border-box;
}

.fixed_menu svg circle {
	opacity: 0;
	transition: opacity 1s;
}

.fixed_menu.show svg circle {
	opacity: 1;
}

.fixed_menu {
	position: fixed;
	right: 8px;
	bottom: 120vh;
	transition: bottom 0.5s;
	cursor: pointer;
}

.fixed_menu.show {
	bottom: 8px;
}

.event_form {
	position: inherit;
	width: 70%;
	margin-left: auto;
	min-height: 100vh;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	font-family: var(--font-bebas-neue);
	color: #fff;
	background: #000;
}

.event_form .en-1-1-parent {
	position: relative;
	height: 100%;
	margin-bottom: 0;
	width: fit-content;
	height: 100vh;
	flex: 1;
}

.main-page.event_page {
	height: fit-content !important;
}

.event_form .left_imag {
	width: fit-content;
	flex-shrink: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.event_form .b8 {
	left: 75px;
}

.event_form_show,
.event_form_show_el {
	display: flex !important;
}

.event_form .b9 {
	left: 168px;
}

.event_form .en-1-1 {
	width: auto;
	height: 100%;
	top: unset;
	left: unset;
	transform: unset;
}

.side_info {
	flex-direction: column;
}

.side_info .play-with-me,
.side_info .wrapper,
.side_info .wrapper1,
.side_info .pro,
.side_info .div16,
.side_info .div22,
.side_info .info {
	position: relative;
	left: 0;
	top: 0 !important;
}

.main-menu-2 .zap,
.main-menu-2 .tel,
.main-menu-2 .close,
.main-menu-2 .home {
	z-index: 2;
}

.side_info .wrapper,
.side_info .wrapper1 {
	width: fit-content;
	margin-bottom: 20px;
}

.side_info .div16 {
	text-align: left;
	margin-bottom: 50px;
}

.event_form .form_main h4 {
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 90%;
	/* identical to box height, or 22px */

	color: #ffffff;
}

.event_form .form_main {
	width: 100%;
	max-width: 630px;
	margin-bottom: 60px;
}

.side_info .info {
	width: 100%;
	max-width: 630px;

	opacity: 0.35;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}

.side_info .play-with-me,
.side_info .pro {
	font-size: 46px;
	margin-bottom: 5px;
}

.event_form .form_main {
	margin-top: 0;
}

.event_form div[data-id],
.event_form {
	display: none;
}

.girls_fs .swiper-button-next:after,
.girls_fs .swiper-button-prev:after {
	content: none !important;
}

.gp .icon2,
.gp .icon3 {
	overflow: hidden;
}

.gp .div155 {
	font-weight: 500;
	font-size: 46px;
	line-height: 110%;
}

.gp .div158 {
	position: relative;
	top: 350px;
	width: 100%;
	max-width: 1290px;
	left: 0%;
}

.gp .icon4 {
	transform-origin: bottom right;
	transform: scale(1.5) translateX(-20%);
	object-fit: contain;
	left: 500px;
}

.lorem-ipsum-has5,
.lorem-ipsum-has6,
.div159,
.lorem-ipsum-is11 {
	transform: translateX(275px);
}

.gp .icon2 video,
.gp .icon3 img {
	object-fit: cover;
	object-position: 0 100px;
	height: calc(100% + 100px);
}

.gp .icon2 video {
	height: 100%;
}

.gp .show-,
.gp .manager {
	padding-top: 108px;
	height: 108px;
	overflow: hidden;
	line-height: 115px;
}

.gp {
	width: 100%;
	font-family: var(--font-bebas-neue);
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: -20px;
	z-index: 3;
	opacity: 0;
	pointer-events: none;
	display: flex;
	box-sizing: border-box;
	max-height: 100vh;
	overflow: hidden;
	color: #fff;
}

.gp_active {
	opacity: 1;
	pointer-events: auto;
	display: flex;
}

.gp_full {
	max-height: none;
	z-index: 1;
	overflow: auto;
}

.gp .div154 {
	position: relative;
	left: 0;
	top: auto;
	width: 100%;
	height: 1592px;
	max-width: 1420px;
	margin-top: 240px;
}

.gp_fs_img_box {
	width: 100%;
	height: 100vh;
	position: absolute;
}

.gp_active .gp_fs_img_box:not(.gp_fs_img_box_last) .gp_fs_img_box_inner,
.gp_active .gp_fs_img_box:not(.gp_fs_img_box_last) .gp_fs_img_box_inner img {
	width: 100%;
	height: 100%;
}

.gp_fs_img_box_inner {
	position: absolute;
	left: 50%;
	top: 110px;
	transform: translateX(-50%);
	width: 390px;
	overflow: hidden;
	height: 680px;
	transition: all 1s;
	will-change: width, height;
}

.gp_fs_img_box:not(.gp_fs_img_box_last) .gp_fs_img_box_inner_hide {
	height: 0 !important;
	transition: all 1.5s;
}

.fixed_burger svg.spinner {
	position: absolute;
	top: 81px;
	left: -4px;
	transform: rotate(-90deg);
	width: 86px;
	height: 86px;
}

::-webkit-scrollbar {
	width: 0;
}

.progress {
	transition: stroke-dasharray 0.5s ease-out;
	width: 1px;
	stroke-width: 1;
	stroke: white;
}

.fixed_menu.show svg circle.progress {
	opacity: 0.15;
}

.video_galery_out {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin-bottom: 200px;
	margin-top: 300px;
	position: relative;
}

.video_galery {
	width: 100%;

	padding-left: 100%;
	position: relative;
	display: flex;
	overflow: auto;
	height: 90%;
	align-items: center;
}

.gp .div160 {
	position: relative;
	top: auto;
	left: 0;
	margin-bottom: 380px;
	overflow: hidden;
}

.gp .icon7,
.gp .icon6 {
	transform-origin: top center;
}

.gp_showreal {
	width: 100%;
	height: 900px !important;
	overflow: hidden;
	position: relative;
	margin-bottom: 380px !important;
}

.copy_inst {
	cursor: pointer;
}

.gp .windows-11-black-1-icon {
	top: 312px;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	background: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

.gp_showreal img {
	width: 100%;
	object-fit: contain;
	object-position: 0 0;
}

.gp_showreal svg.plus {
	position: absolute;
}

.gp_showreal svg.plus:nth-child(5) {
	left: 75px;
	top: 80px;
}

.gp_showreal svg.plus:nth-child(2) {
	right: 75px;
	top: 80px;
}

.gp_showreal svg.plus:nth-child(3) {
	right: 75px;
	bottom: 80px;
}

.wpcf7 {
	display: none;
}

.gp_showreal svg.plus:nth-child(4) {
	left: 75px;
	bottom: 80px;
}

div.frame-icon6 {
	border: 2px solid #fff;
	width: 14px;
	height: 14px;
	transform: translate(2px, 2px);
}

.soglas-false img.frame-icon6 {
	display: none;
}

.gp_showreal .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
}

.gp .div161 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1290px;
	margin-bottom: 380px;
}

.gp_showreal .text svg {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	flex-shrink: 0;
}

.gp_form {
	width: 100%;
	max-width: 1290px;
	position: relative;
	overflow: hidden;
	height: 1040px;
}

.gp_form .form {
	top: 0 !important;
}

.gp_form .form_main label:not(.noline) {
	width: 100%;
	height: 144px;
}

.gp .lorem-ipsum-has8 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 46px;
	line-height: 110%;
}

.gp_form .form_main label input,
.gp_form .form_main label .placeholder-text {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 46px;
}

.gp .frame-parent3 {
	cursor: pointer;
}

.gp .vl-1-icon1 {
	overflow: hidden;
	width: 100%;
}

.gp .vl-1-icon1 img {
	width: 100%;
	object-fit: contain;
	object-position: 0 0;
}

.gp .lorem-ipsum-is14 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	/* or 26px */
}

.gp .dinara2 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 46px;
	line-height: 110%;
}

.gp_showreal .text span {
	font-style: normal;
	font-weight: 500;
	font-size: 220px;
}

.gp .parent14,
.gp .studio-photo,
.gp .lifestyle,
.gp .parent15,
.gp .show-girl,
.gp .home-sweet-home,
.gp .item,
.inner {
	opacity: 0;
}

.gp .lorem-ipsum-has7 {
	font-style: normal;
	font-weight: 500;
	font-size: 46px;
	top: auto;

	line-height: 110%;
}

.gp .lorem-ipsum-is-container p:first-child {
	margin-bottom: 16px;
}

.gp .lorem-ipsum-is-container {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	/* or 26px */
	top: 50px;

	color: #ffffff;

	opacity: 0.35;
	margin-bottom: 380px;
}

.gp .lorem-ipsum-has7,
.gp .lorem-ipsum-is-container {
	position: relative;
	left: 0;
}

.video_galery_text {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #ffffff;
	left: 0;
	top: 0;
	font-family: 'Bebas Neue';
	text-transform: uppercase;
}

.video_galery_text .up {
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 20px;
	width: 459px;
	flex-shrink: 0;
	margin-left: -140px;
	position: relative;
	overflow: hidden;
}

.video_galery_text .box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	background: #000;
}

.careers_form .side_info,
.careers_form .en-1-1-parent {
	display: none;
}

.careers_form .side_info.careers_form_show_el,
.careers_form .en-1-1-parent.careers_form_show_el {
	display: flex;
}

.careers_form {
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: relative;
	left: 0;
	top: -20px;
	padding-top: 217px;
}

.careers_form .right_side {
	position: relative;
	color: #fff;
	padding-left: 73px;
	padding-right: 73px;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 60px;
	font-family: 'Manrope';
	font-style: normal;
	overflow: auto;
}

.careers_form .form_main {
	margin: 0;
}

.careers_form_link {
	margin-top: 20px;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.35);
}

.careers_form .right_side .div68 {
	top: 60px;
	left: 73px;
}

.careers_form .right_side .div71 {
	top: 60px;
	left: 273px;
}

.careers_form .left_imag {
	height: 100%;
	position: relative;
	color: #fff;
}

.careers_form .left_imag .b28 {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 46px;
	left: 75px;
	bottom: 92px;
}

.careers_form .form_main .form_img {
	width: 100%;
	cursor: pointer;
}

.careers_form .form_main h4 {
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 0;
	width: 100%;
	text-transform: uppercase;
}

.careers_form .careers_form_text {
	opacity: 0.35;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	margin-top: 100px;
}

.careers_form .left_imag .b29 {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	left: 75px;
	bottom: 60px;
}

.careers_form .left_imag .b29 .span2 {
	font-size: 14px;
}

.careers_form_show {
	display: flex;
}

.careers_form .en-1-1-parent {
	margin-bottom: 0;
	width: fit-content;
	height: 100%;
}

.careers_form .right_side {
	background: #181818;
	width: 100%;
}

.careers_form .en-1-1 {
	height: 100%;
	min-height: calc(100vh - 217px);
	object-position: top center;
	top: auto;
	left: auto;
	transform: none;
	width: 600px;
}

.close_careers {
	position: absolute;
	right: 75px;
	top: 165px;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.35);
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}

body .career {
	width: 100% !important;
	max-width: 1290px !important;
	position: relative !important;
	padding-top: 162px;
	left: auto !important;
	margin: 0 auto;
	background: transparent !important;
	height: auto !important;
	padding-bottom: 160px;
}

.careers .parent4,
.careers .en-1-14,
.careers .b28 {
	cursor: pointer;
}

.careers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.career_item {
	position: relative;
	width: 410px;
	height: 683px;
	margin-bottom: 80px;
}

.career_item .div67 {
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
}

.career_h {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.career_h h1 {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 120px;
	margin: 0;
}

.career_h_r {
	text-align: right;
	opacity: 0.35;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	width: 100%;
	max-width: 374px;
}

.galery_item h3 {
	font-weight: 500;
	font-size: 46px;
	line-height: 110%;
	margin-bottom: 50px;
}

.galery_item p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 40px;
	opacity: 0.35;
}

.galery_item:last-child {
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	margin-left: 110px;
	margin-right: 75px;
}

.galery_item .frame-parent {
	position: relative;
	position: relative;
	opacity: 1 !important;
	top: 0;
	left: 0;
	right: 0;
	flex-direction: row-reverse;
}

.galery_item .frame-parent img {
	object-position: 0 !important;
}

.video_galery_text .down {
	font-style: normal;
	font-weight: 500;
	font-size: 220px;
	width: 459px;
	flex-shrink: 0;
	margin-left: -140px;
	position: relative;
	overflow: hidden;
}

.galery_item.fancybox-video {
}

.galery_item.fancybox-video,
.galery_item {
	font-family: 'Bebas Neue';
	color: #ffffff;
	width: 410px;
	height: 730px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 30px;
}

.video_galery {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
	overflow: -moz-scrollbars-none;
	/* Firefox */
}

.video_galery::-webkit-scrollbar {
	display: none;
}

.video_galery {
	scrollbar-width: none;
}

* {
	box-sizing: border-box;
}

.galery_item img {
	height: 100%;
	object-fit: contain;
}

.galery_item svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gp_name {
	justify-content: center;
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 220px;
	line-height: 100%;
	text-align: center;
	color: #ffffff;
	width: fit-content;
	position: absolute;
	left: 50%;
	top: 459px;
	transform: translate(-50%, -50%);
	transition: all 1s;
	height: 146px;
	transform-origin: center;
}

.gp_fs {
	width: 100%;
	position: relative;
	min-height: 100vh;
	max-width: 1290px;
}

.gp_fs .gp_name_size {
	top: 485px;
	font-size: 162px;
}

.gp_fs .gp_name_active {
	left: 0;
	top: calc(100% - 87px - 166px);
	transform: translate(0);
}

.gp_fs .gp_name_active2 {
	top: 550px;
}

.gp_active .gp_fs_img_box:not(.gp_fs_img_box_last) .gp_fs_img_box_inner {
	top: 0;
}

.gp_fs_img_box_inner img {
	width: 390px;
	overflow: hidden;
	height: 680px;
	object-fit: cover;
	transition: all 1s;
	will-change: width, height;
}

.gp_fs_img_box_back img,
.gp_fs_img_box_front img {
	width: 100%;
}

.gp_fs_img_box_txts {
	width: 100%;
	max-width: 1290px;
	position: absolute;
	height: 100%;
	bottom: 0;
	padding-bottom: 37px;
	display: flex;
	flex-direction: column-reverse;
	align-items: stretch;
	transform: translateX(-50%);
	left: 50%;
	transition: all 1.5s;
	justify-content: space-between;
}

.gp_fs_img_box_txts .showreals {
	width: fit-content;
	height: fit-content;
	align-self: end;
	position: relative;

	top: 550px;
}

.gp:not(.gp_full) .gp_fs_img_box_txts {
	bottom: -100px;
}

.gp:not(.gp_full) .gp_fs_img_box_hb {
	padding-top: 100%;
}

.gp.gp_full .gp_fs_img_box_black {
	height: 0px;
}

.gp_fs_img_box_txts .params {
	display: flex;
	align-items: center;
	font-family: 'Bebas Neue';
	color: #ffffff;
}

.gp_fs {
	pointer-events: none;
}

.gp_fs_img_box_txts .params .param {
	margin-right: 40px;
	display: flex;
	align-items: center;
}

.gp_fs_img_box_txts .params .param .num {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	position: relative;
	margin-right: 26px;
}

.gp_fs_img_box_txts .params .param span {
	opacity: 0.5;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}

.gp_fs_img_box_txts .params .param .num:after {
	position: absolute;
	content: '';

	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	right: -15px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
}

.gp_fs_img_box_black {
	width: 100%;
	height: 100%;
	transition: height 1s;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.parent14,
.parent15 {
	cursor: pointer;
}

.showreals a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 476px;
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	height: 100px;
}

.showreals svg {
	margin-left: 30px;
}

.gp_fs_img_box_hb {
	max-width: 1290px;
	position: absolute;
	transform: translateX(-50%) translate3d(0, 0, 0);
	-webkit-transform: translateX(-50%) translate3d(0, 0, 0);
	left: 50%;
	padding-left: 4px;
	top: calc(270px);
	width: 100%;
	transition: all 1.5s;
	overflow: hidden;
	padding-top: 0;
	height: 270px;
}

.gp_fs_img_box_hb img {
	width: 100%;
}

.gp_fs_img_box_back,
.gp_fs_img_box_front {
	position: absolute;
	width: 100%;
}

@keyframes dash {
	0% {
		stroke-dashoffset: 320;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

.contact_page.main-page {
	height: fit-content !important;
}

.contact_page .contact {
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

.contact_page + .footer .parent2,
.contact_page + .footer .main-menu1 {
	display: none !important;
}

/* .contact_page .contact .form_main {
    margin-top: 494px;
    display: flex;
    width: 44%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 73px;
} */

@media screen and (min-width: 1440px) {
	body .main-page {
		width: 100%;
	}

	body .girls-page,
	body .about,
	body .party-events,
	body .interior-main-hall,
	body .contact,
	.main-1,
	.main-2-icon,
	.main-full-1,
	.main,
	.text-about-club,
	.girls,
	.interior,
	.party,
	.form,
	.lorem-ipsum-is5 {
		left: 50% !important;
		transform: translateX(-50%);
	}

	.contact_page .contact {
		margin: 0;
	}

	.main-1,
	.main-2-icon,
	.main-full-1 {
		object-position: top;
		width: 100vw !important;
	}
}

.glide-girls .glide__slide.glide__slide--active {
	z-index: 1;
}

@media screen and (max-width: 1023px) {
	.contact-child {
		left: auto !important;
		right: 0;
	}

	:root {
		--font-size-6xl: 70px;
	}

	.b23 {
		left: 50% !important;
	}

	.main-menu {
		display: none !important;
	}

	.honey-bunny {
		top: 328px !important;
		left: 55px !important;
	}

	.b3 {
		font-size: 24px;
		left: 55px !important;
		top: 296px !important;
	}

	.parent {
		left: 55px !important;
		top: 625px !important;
	}

	.button-showreel {
		left: 175px !important;
		top: 393px !important;
	}

	.button-scroll {
		top: 500px !important;
		left: auto !important;
		right: 35px !important;
	}

	.glide__slide_cont {
		width: 50%;
		width: 24%;
		overflow: hidden;
	}

	.text-about-club {
		top: 790px !important;
	}

	.lorem-ipsum-is {
		font-size: 22px !important;
		line-height: 110% !important;
		width: 300px !important;
	}

	.div5 {
		right: 187px !important;
		top: 183px !important;
	}

	.div8 {
		right: 25px !important;
		top: 183px !important;
	}

	.glide-girls .glide__slide:not(.glide__slide--active) .icon {
		width: 183px;
		left: 50px !important;
	}

	.glide-girls .icon {
		width: 310px;
	}

	.b6 {
		font-size: 150px !important;
		left: 230px !important;
		top: 220px !important;
	}

	.dinara {
		top: 361px !important;
		left: 25px !important;
		font-size: 60px !important;
	}

	.show-manager {
		top: 419px !important;
		left: 25px !important;
	}

	.frame-parent {
		top: 594px !important;
	}

	.girls {
		height: 793px !important;
	}

	.interior {
		top: 1950px !important;
	}

	.tarik-keskin-de1daa17037327-56-icon {
		top: 829px !important;
	}

	.lorem-ipsum-is1 {
		top: 1097px;
	}

	.lorem-ipsum-is2 {
		top: 1162px !important;
	}

	.interior .group {
		left: 25px;
	}

	.vip- {
		top: 36px !important;
		left: 65px !important;
		width: 285px !important;
		font-size: 72px !important;
		line-height: 90%;
	}

	.interior-child {
		left: 20px !important;
		top: 0 !important;
	}

	.div12 {
		left: 65px !important;
		top: 5px !important;
	}

	.tarik-keskin-c45bba17037327-56-icon {
		width: 100% !important;
		height: auto !important;
	}

	.tarik-keskin-c45bba17037327-56-icon {
		top: 260px !important;
	}

	.tarik-keskin-de1daa17037327-56-icon {
		left: auto !important;
		right: 0 !important;
		width: 285px !important;
		height: 200px !important;
	}

	.lorem-ipsum-is1 {
		font-size: 24px !important;
	}

	.lorem-ipsum-is2 {
		font-size: 14px !important;
		top: 1322px !important;
		opacity: 0.35 !important;
	}

	.group {
		top: 1456px !important;
	}

	.lorem-ipsum-is4 {
		left: 35px !important;
		font-size: 72px !important;
		line-height: 90% !important;
	}

	.div29 {
		left: 35px !important;
	}

	.party-item {
		left: 0 !important;
	}

	.lorem-ipsum-has + .lorem-ipsum-has {
		top: 60px;
	}

	.lorem-ipsum-has + .lorem-ipsum-has + .lorem-ipsum-has {
		top: 120px;
	}

	.parent2 {
		width: 280px;
	}

	.button-showreel {
		width: 196px;
	}

	.party {
		top: 3946px !important;
		height: 1900px !important;
	}

	.form {
		top: 5124px !important;
	}

	.lorem-ipsum-has {
		font-size: 72px !important;
		line-height: 118% !important;
		width: 325px !important;
		white-space: nowrap;
	}

	.form_main {
		margin-top: 215px;
	}

	.lorem-ipsum-is5 {
		top: 5631px !important;
	}

	.main-page {
		height: 5308px !important;
	}
	.parent2 {
		justify-content: flex-start !important;
		left: 0 !important;
		right: 0 !important;
	}

	.interior {
		top: 1950px !important;
	}

	.tarik-keskin-de1daa17037327-56-icon {
		top: 829px !important;
	}

	.lorem-ipsum-is1 {
		top: 1097px !important;
	}

	.lorem-ipsum-is2 {
		top: 1162px !important;
	}

	.interior .group {
		left: 25px;
		top: 1356px !important;
	}

	.party {
		top: 3487px !important;
	}

	.lorem-ipsum-is4 {
		width: 345px !important;
		left: 25px !important;
	}

	.div29 {
		left: 25px !important;
	}

	.party-item {
		width: 16px !important;
		height: 16px !important;
		top: 7px !important;
	}

	.form {
		top: 4724px !important;
	}

	.lorem-ipsum-is5 {
		top: 5551px !important;
	}

	.lorem-ipsum-has5,
	.lorem-ipsum-has6,
	.div159,
	.lorem-ipsum-is11 {
		transform: none;
	}
}

.div48 {
	cursor: pointer !important;
}

@media screen and (max-height: 900px) {
	.gp_form .form_main label input,
	.gp_form .form_main label .placeholder-text {
		font-size: 24px;
	}

	.gp_form .form_main label:not(.noline) {
		height: 86px;
	}

	.careers_form {
		padding-top: 157px;
	}

	.close_careers {
		top: 85px;
	}

	.main-menu-2 .submemu {
		margin-top: 30px;
	}
}

@media screen and (max-height: 840px) {
	.careers_form {
		padding-top: 127px;
	}

	.close_careers {
		top: 65px;
	}

	.main-menu-2 .submemu {
		margin-top: 20px;
	}

	.main-menu-2 .div1,
	.main-menu-2 .submemu .div2 {
		margin-bottom: 0;
	}

	.main-menu-2-inner-text {
		margin-bottom: 110px;
	}
}

@media screen and (max-width: 958px) {
	.phonoteka-org-p-anime-fon-noch-icon {
		height: 820px !important;
	}

	.girls_fs .girls-slider .swiper-slide.swiper-slide-next,
	.girls_fs .girls-slider .swiper-slide.swiper-slide-prev {
		width: 60px !important;
		margin: 0 !important;
	}

	.girls_fs .girls-slider .swiper-slide.custom-active-class {
		width: calc(100% - 120px) !important;
	}

	.girls_fs .girls-slider .swiper-slide.custom-active-class img {
		width: 100%;
	}

	.girls_fs .frame-parent {
		bottom: 90px !important;
	}

	.button-scroll1 {
		right: 25px !important;
		left: auto !important;
	}

	.lorem-ipsum-has1 {
		font-size: 72px !important;
	}

	.main-menu-2 .home {
		left: 25px;
		top: 30px;
	}

	.lorem-ipsum-has2,
	.lorem-ipsum-has3 {
		font-size: 24px !important;
	}

	.lorem-ipsum-is6,
	.lorem-ipsum-is7,
	.lorem-ipsum-is8,
	.lorem-ipsum-is9 {
		font-size: 14px !important;
	}

	.main-menu-2 .close {
		right: 25px;
		top: 30px;
	}

	.main-menu-2 .main-menu-2-inner {
		max-width: 280px;
	}

	.main-menu-2 .tel {
		left: 25px;
		bottom: 30px;
		width: 70px;
		height: 70px;
		color: transparent;
		background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.25' cx='35' cy='35' r='34.5' stroke='white'/%3E%3Cg clip-path='url(%23clip0_388_745)'%3E%3Cpath d='M41 37.9467V40.304C41.0001 40.4728 40.9361 40.6353 40.8211 40.7588C40.706 40.8823 40.5484 40.9575 40.38 40.9693C40.0887 40.9893 39.8507 41 39.6667 41C33.7753 41 29 36.2247 29 30.3333C29 30.1493 29.01 29.9113 29.0307 29.62C29.0425 29.4516 29.1177 29.294 29.2412 29.1789C29.3647 29.0639 29.5272 28.9999 29.696 29H32.0533C32.136 28.9999 32.2158 29.0306 32.2772 29.086C32.3385 29.1415 32.3771 29.2177 32.3853 29.3C32.4007 29.4533 32.4147 29.5753 32.428 29.668C32.5605 30.5926 32.832 31.4919 33.2333 32.3353C33.2967 32.4687 33.2553 32.628 33.1353 32.7133L31.6967 33.7413C32.5763 35.791 34.2097 37.4244 36.2593 38.304L37.286 36.868C37.328 36.8093 37.3892 36.7673 37.459 36.7491C37.5288 36.7309 37.6028 36.7379 37.668 36.7687C38.5113 37.1692 39.4104 37.4401 40.3347 37.572C40.4273 37.5853 40.5493 37.6 40.7013 37.6147C40.7835 37.6231 40.8596 37.6617 40.9149 37.7231C40.9702 37.7844 41.0008 37.8641 41.0007 37.9467H41Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_388_745'%3E%3Crect width='16' height='16' fill='white' transform='translate(27 27)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	}

	.main-menu-2 .zap {
		right: 25px;
		bottom: 30px;
		width: 70px;
		height: 70px;
		color: transparent;
		background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.25' cx='35' cy='35' r='34.5' stroke='white'/%3E%3Cg clip-path='url(%23clip0_388_735)'%3E%3Cpath d='M33.162 39.6667H41V41H29V38.1713L35.6 31.5713L38.428 34.4007L33.1613 39.6667H33.162ZM36.542 30.6293L37.9567 29.2147C38.0817 29.0897 38.2512 29.0195 38.428 29.0195C38.6048 29.0195 38.7743 29.0897 38.8993 29.2147L40.7853 31.1007C40.9103 31.2257 40.9805 31.3952 40.9805 31.572C40.9805 31.7488 40.9103 31.9183 40.7853 32.0433L39.3707 33.4573L36.5427 30.6293H36.542Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_388_735'%3E%3Crect width='16' height='16' fill='white' transform='translate(27 27)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	}

	.main-menu-2-inner-text {
		margin-top: 119px;
		font-size: 10px;
		margin-bottom: 60px;
	}

	.main-menu-2 .div1 {
		font-size: 57px;
	}

	.main-menu-2 {
		max-height: 100%;
	}

	.main-menu-2 .submemu {
		margin-top: 40px;
	}

	.main-menu-2 .submemu .div2 {
		margin-bottom: 10px;
	}

	.lorem-ipsum-is5 {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.form_main {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.header,
	.footer,
	body .main-page,
	body .girls-page,
	body .about,
	body .party-events,
	body .interior-main-hall,
	body .contact,
	.main-1,
	.main-2-icon,
	.main-full-1,
	.main,
	.text-about-club,
	.girls,
	.interior,
	.party,
	.form,
	.lorem-ipsum-is5 {
		width: 943px !important;
	}

	.glide__arrow {
		top: calc(100% - 50px) !important;
	}

	.button-showreel {
		width: 216px;
	}

	.glide-girls .glide__slide:not(.glide__slide--active) .icon {
		width: 183px;
		left: 0px !important;
	}

	.main {
		max-height: 100%;
	}

	.parent {
		left: -15px !important;
		top: calc(100vh - 190px) !important;
	}

	.main-page .parent {
		left: 25px !important;
	}

	.main .button-showreel {
		justify-content: flex-end;
		width: 300px;
		left: 55px !important;
	}

	.button-scroll {
		top: calc(100vh - 120px) !important;
	}

	.frame-icon,
	.button-showreel .spinner,
	.parent .spinner,
	.group .spinner,
	.parent2 .spinner,
	.parent1 .spinner {
		width: 70px !important;
		height: 70px !important;
	}

	.lorem-ipsum-is1,
	.lorem-ipsum-is2 {
		left: 25px !important;
		width: calc(100% - 50px);
	}

	.party_main .party_slider .glide__slide {
		flex-wrap: nowrap !important;
		overflow: auto;
		justify-content: flex-start;
	}

	.party_main .party_slider .glide__slide_cont:first-child {
		margin-left: 25px;
	}

	.party_main .party_slider .glide__slide_cont {
		margin-right: 25px;
	}

	.lorem-ipsum-is5 {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.button-scroll {
		right: -15px !important;
	}

	.white_border {
		-webkit-text-stroke: transparent;
	}

	.girls {
		top: 1127px !important;
	}
}

.map_close {
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	margin-right: 75px;
	width: fit-content;
	color: rgba(255, 255, 255, 0.35);
	font-size: 16px;
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 500;
}

.map_close svg {
	margin-left: 10px;
	margin-top: -5px;
}

.bw-map {
	filter: invert(1);
}

.bw-map img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.map_wrapper.show {
	opacity: 1;
	pointer-events: all;
}

.map_wrapper {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 9999;

	background: rgba(13, 13, 13, 0.9);
}

.leaflet-marker-icon {
	width: 60px !important;
	height: 60px !important;
}

.my-custom-marker-icon {
	transform-origin: 50% 100% !important;
}

@media screen and (max-width: 942px) {
	.header,
	.footer,
	body .main-page,
	body .girls-page,
	body .about,
	body .party-events,
	body .interior-main-hall,
	body .contact,
	.main-1,
	.main-2-icon,
	.main-full-1,
	.main,
	.text-about-club,
	.girls,
	.interior,
	.party,
	.form,
	.lorem-ipsum-is5 {
		width: 785px !important;
	}
}

@media screen and (max-width: 785px) {
	.text-404 {
		top: 174px !important;
		width: 193px !important;
	}

	.text-404-1 {
		font-size: 24px !important;
		line-height: 90% !important;
		margin-bottom: 10px !important;
	}

	.text-404-2 {
		font-size: 162px !important;
		line-height: 90% !important;
	}

	.text-404-3 {
		font-size: 10px !important;
		line-height: 110% !important;
	}

	.girls_fs .swiper-button-prev {
		left: -60px;
	}

	.girls_fs .swiper-button-next {
		right: -60px;
	}

	.girls_fs .swiper-button-next,
	.girls_fs .swiper-button-prev {
		top: 60%;
		z-index: 2 !important;
		opacity: 1 !important;
	}

	.girls_fs .swiper-button-next svg,
	.girls_fs .swiper-button-prev svg {
		opacity: 1 !important;
	}

	.header,
	.footer,
	body .main-page,
	body .girls-page,
	body .about,
	body .party-events,
	body .interior-main-hall,
	body .contact,
	.main-1,
	.main-2-icon,
	.main-full-1,
	.main,
	.text-about-club,
	.girls,
	.interior,
	.party,
	.form,
	.lorem-ipsum-is5 {
		width: 100% !important;
	}

	.b6 {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	.play-with-me,
	.pro {
		top: 500px !important;
		font-size: 38px !important;
	}

	.wrapper1,
	.wrapper {
		top: 450px !important;
	}

	.icon,
	.icon1 {
		left: 165px !important;
	}

	.glide-girls .glide__slide:not(.glide__slide--active) .icon {
		width: 183px;
		left: 90px !important;
	}

	.div22,
	.div16 {
		display: none;
	}

	.tarik-keskin-c45bba17037327-56-icon {
		height: 550px !important;
	}

	.vip- {
		width: calc(100% - 65px) !important;
	}

	.en-1-1-parent {
		width: 100% !important;
		height: 434px !important;
	}

	.en-1-1 {
		width: 100%;
		object-position: center center;
		height: 100%;
	}

	.b8,
	.b9 {
		width: 300px;
	}

	.main-menu-2 {
		background-size: cover;
	}
}

@media screen and (max-width: 799px) {
	.careers_form {
		height: auto !important;
	}

	.sp .spt {
		margin-right: 0 !important;
	}

	.contact-child {
		height: 120px !important;
		width: 100% !important;
		object-fit: cover !important;
	}

	.sp {
		font-size: 12px !important;
		justify-content: space-between;
	}

	.gp_form {
		height: 610px;
	}

	.gp_fs_img_box_back,
	.gp_fs_img_box_front {
		height: 100%;
	}

	.gp .div158 {
		width: calc(100% - 51px) !important;
		left: 0 !important;
		top: 320px !important;
		height: 617px;
	}

	.div149,
	.windows-11-black-1-icon {
		width: 100% !important;
	}

	.gp .icon3 img {
		height: calc(230px) !important;
	}

	.div156 {
		top: 1035px !important;
		left: 56px !important;
	}

	.child {
		top: 1023px !important;
		left: 19px !important;
	}

	.gp .div155 {
		font-weight: 500 !important;
		font-size: 22px !important;
		line-height: 110% !important;
		left: 56px !important;
		top: 1058px !important;
		width: calc(100% - 56px - 25px) !important;
	}

	.galery_item.fancybox-video,
	.galery_item {
		width: 283px;
		height: 504px;
	}

	.lorem-ipsum-has5 {
		font-size: 24px !important;
	}

	.video_galery_text .up {
		font-size: 16px !important;
	}

	.video_galery_text .up,
	.video_galery_text .down {
		width: 151px;
		margin-left: 0;
	}

	.gp .div160 {
		width: 100%;
	}

	.icon7 {
		top: 0 !important;
		width: 284px !important;
		height: 382px !important;
		left: 66px !important;
	}

	.studio-photo {
		top: 352px !important;
		font-size: 72px !important;
	}

	.parent14 {
		top: 431px !important;
	}

	.home-sweet-home,
	.show-girl {
		top: 318px !important;
		font-size: 10px !important;
	}

	.icon6 {
		width: 285px !important;
		height: 384px !important;
		left: 25px !important;
	}

	.lifestyle {
		font-size: 72px !important;
		top: 1115px !important;
		font-size: 72px !important;
		left: 128px !important;
	}

	.gp .div160 {
		margin-bottom: 20px !important;
	}

	.gp_showreal {
		height: 100vh !important;
	}

	.gp_showreal img {
		width: 320% !important;
		transform: translate(-36%, 0);
	}

	.gp_showreal .text {
		flex-direction: column;
	}

	.gp_showreal .text span {
		font-size: 162px !important;
	}

	.gp .div161 {
		left: 0 !important;
	}

	.frame-parent2 {
		top: 432px !important;
		left: 50% !important;
		align-items: center !important;
		transform: translateX(-50%);
	}

	.lorem-ipsum-has7,
	.lorem-ipsum-has8 {
		font-size: 22px !important;
	}

	.lorem-ipsum-has8,
	.lorem-ipsum-is14 {
		width: calc(100% - 51px - 25px) !important;
		left: 51px !important;
	}

	.home-sweet-home {
		left: 128px !important;
		top: 1080px !important;
	}

	.parent15 {
		top: 1218px !important;
		left: 128px !important;
	}

	.item {
		top: 307px !important;
	}

	.lorem-ipsum-has7,
	.lorem-ipsum-is-container {
		width: calc(100% - 50px) !important;
		padding-left: 25px;
		padding-right: 25px;
	}

	.gp .vl-1-icon1 {
		width: calc(100% - 25px) !important;
		left: 25px !important;
		height: 112px;
	}

	.gp .vl-1-icon1 img {
		transform: translateX(-20%);
		width: 170%;
	}

	.gp_form .form {
		top: 0 !important;
	}

	.div161 {
		margin-bottom: 0 !important;
		height: 1029px !important;
	}

	.video_galery_text .up {
		margin-bottom: 8px;
	}

	.video_galery_text .down {
		font-size: 72px !important;
	}

	.lorem-ipsum-is11 {
		font-size: 14px !important;
	}

	.lorem-ipsum-has5,
	.lorem-ipsum-is11 {
		width: calc(100% - 56px - 25px) !important;
	}

	.lorem-ipsum-has6 {
		width: calc(50% - 25px) !important;
		left: 50% !important;
	}

	.gp img.icon4 {
		transform: none !important;
		width: 375px;
		height: 564px;
		left: -25px !important;
		top: -560px;
	}

	.icon3 {
		width: 284px !important;
		height: 190px !important;
		left: 66px !important;
		top: 820px !important;
	}

	.parent13 {
		left: 56px !important;
		top: 1192px !important;
	}

	.icon2 {
		width: 283px !important;
		height: 380px !important;
		left: 25px !important;
		top: 410px !important;
	}

	.gp .icon2 video {
		height: 100% !important;
		object-position: 0;
	}

	.gp_name {
		font-size: 96px !important;
		left: 25%;
		transform: none !important;
	}

	.gp_fs_img_box_hb {
		width: calc(100% - 50px);

		top: 528px;
	}

	.gp_full {
		background: #0d0d0d;
		height: 10500px;
	}

	.gp_fs_img_box_txts {
		display: none;
	}

	.gp_fs_img_box_back img,
	.gp_fs_img_box_front img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.gp_fs_img_box {
		height: 100vh;
	}

	.gp_fs .gp_name_size {
		font-size: 96px;
		left: 25px;
	}

	.gp_fs .gp_name_active2 {
		top: 626px;
	}

	.name-slider3 .name_slide {
		font-size: 120px !important;
	}

	.swiper-backface-hidden .swiper-slide:not(.swiper-slide-active),
	.name-slider1,
	.name-slider2 {
		opacity: 0 !important;
		transition: none !important;
	}

	.name-slider3 {
		height: 105px !important;
		top: calc(50% + 30px) !important;
	}

	.swiper-backface-hidden .swiper-slide.custom-active-class {
		opacity: 1 !important;
	}

	.girls_fs .img-box .box2 img,
	.girls_fs .img-box .box2,
	.girls_fs .img-box {
		transition: none !important;
		overflow: hidden !important;
	}

	.career_h {
		flex-direction: column;
		padding-left: 25px;
	}

	.career_item {
		width: calc(100% - 50px);
	}

	.career_h h1 {
		font-family: 'Bebas Neue';
		font-style: normal;
		font-weight: 500;
		font-size: 72px;
		margin-bottom: 20px;
		width: 210px;
	}

	.careers_form {
		padding-top: 120px;
	}

	.careers_form .right_side .div68 {
		left: 25px;
	}

	.career_h_r {
		text-align: left;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
	}

	.close_careers {
		top: 80px;
		right: 25px;
	}

	.careers_form .form_main {
		padding: 0;
		margin-top: 60px;
	}

	.careers_form .en-1-1 {
		min-height: auto;
	}

	.careers_form .right_side {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 40px;
	}

	.careers_form.careers_form_show {
		flex-direction: column;
	}

	.careers_form .en-1-1-parent {
		width: 100%;
		overflow: hidden;
	}

	.careers {
		justify-content: center;
	}

	.careers_form .en-1-1 {
		width: 100%;
		height: 375px;
		object-fit: cover;
		object-position: top;
	}

	.b22 {
		top: 177px !important;
		font-size: 72px !important;
	}

	.div53,
	.div56,
	.div47,
	.div48,
	.div59 {
		transform: translateY(-120px) !important;
	}

	.div53,
	.div56,
	.div47,
	.div48,
	.div59,
	.b22,
	.b23 {
		left: 25px !important;
	}

	.contact {
		height: auto !important;
	}

	.contact_page .contact {
		justify-content: flex-start;
	}

	/* .contact_page .contact .form_main {
        margin-top: 694px !important;
        flex-shrink: 0;
        box-sizing: border-box !important;
        width: calc(100% - 50px) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;

    } */

	.b23 {
		top: 680px !important;
	}

	.video_galery {
		padding-left: 0 !important;
	}

	.video_galery_text,
	.galery_item:last-child:not(.onlymobile) {
		display: none !important;
	}

	.onlymobile {
		display: flex !important;
	}

	.galery_item.onlymobile {
		width: 100% !important;
		height: fit-content !important;
		margin: 0 !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.galery_item .frame-parent {
		left: 0 !important;
		right: auto !important;
		transform: none !important;
		top: 0 !important;
	}

	.video_galery {
		height: 93vh;
	}

	.gp .dinara2 {
		font-size: 37px;
	}

	.video_galery_out {
		height: calc(100vh + 200px);
		margin-bottom: 140px !important;
	}

	.lorem-ipsum-has7,
	.lorem-ipsum-is-container {
		width: 100% !important;
	}

	.galery_item.onlymobile h3 {
		margin-top: 0 !important;
		margin-bottom: 40px !important;
		font-size: 24px !important;
	}

	.galery_item.onlymobile p {
		margin-top: 0 !important;
		margin-bottom: 40px !important;
		font-size: 14px !important;
	}
}

@media screen and (max-width: 599px) {
	.gp .show-,
	.gp .manager {
		font-size: 107px;
	}

	.thanks_form {
		width: calc(100 - 50%);
		max-width: 325px;
	}

	.icon3 {
		width: calc(100% - 66px) !important;
	}

	.lifestyle,
	.home-sweet-home {
		left: 90px !important;
	}

	.event_form {
		width: 100%;
	}

	.event_form .left_imag {
		width: 100%;
	}

	.careers_form .right_side .div71 {
		left: 173px;
	}

	.careers_form .en-1-1-parent {
		background: #181818;
		height: 375px !important;
	}

	.event_form .en-1-1 {
		width: 100%;
		height: 100%;
		object-position: top center;
	}

	.gp img.icon4 {
		width: 300px !important;
	}

	.gp_fs_img_box_inner {
		width: 100% !important;
	}

	.event_form {
		flex-direction: column;
	}

	.gp_fs_img_box_inner {
		width: 160px !important;
	}

	.gp_name {
		left: 50%;
		transform: translateX(-50%) !important;
		top: 359px;
	}

	.gp_active .gp_fs .gp_name {
		transform: all 0.3s;
		transform: translateX(0) !important;
	}

	.gp_active .gp_fs_img_box:not(.gp_fs_img_box_last) .gp_fs_img_box_inner {
		width: 100% !important;
	}

	.gp_fs_img_box_inner img {
		height: 540px;
		transform: translateX(-25%);
		transition: all 0.3s;
	}

	.gp_active .gp_fs_img_box:not(.gp_fs_img_box_last) .gp_fs_img_box_inner img {
		transform: translateX(0);
	}

	.event_form .right_side {
		padding-top: 340px;
		padding-left: 25px;
	}

	.glide__slide_cont {
		width: fit-content !important;
		flex-shrink: 0;
	}

	.b6 {
		font-size: 110px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 240px !important;
	}

	.dot-map-2-1 {
		top: 1391px !important;
	}

	.wrapper3 {
		top: 1716px !important;
	}

	.wrapper4 {
		top: 1868px !important;
	}

	.wrapper5 {
		top: 1868px !important;
	}

	.wrapper6 {
		top: 1841px !important;
	}

	.wrapper7 {
		top: 1936px !important;
	}

	.vl-1-icon {
		top: 2754px !important;
	}

	.lorem-ipsum-is8,
	.div127 {
		top: 2154px !important;
	}

	.lorem-ipsum-is9,
	.div128 {
		top: 2404px !important;
	}

	.form_main,
	.lorem-ipsum-is5 {
		width: 100%;
		padding-right: 25px;
		padding-left: 25px;
	}

	.lorem-ipsum-has3 {
		top: 3334px !important;
	}

	.lorem-ipsum-is7 {
		top: 3437px !important;
	}

	.about {
		height: 3952px !important;
	}

	.lorem-ipsum-has {
		left: 25px !important;
		white-space: nowrap;
	}

	.form_main label {
		width: 100%;
	}

	.form_main label .parent1 {
		left: 0 !important;
		position: relative;
		width: 100%;
	}
	.reserve_modal .form_main label.noline {
		width: 100%;
	}
	.party_slider .glide__slide {
		justify-content: center;
	}

	.b {
		padding-left: 0;
	}

	.glide__slide_cont {
		width: auto;
		display: flex;
		justify-content: center;
	}

	.party {
		height: 2810px !important;
	}

	.party {
		height: 3270px !important;
	}

	.parent2 {
		left: 25px !important;
	}

	.icon,
	.icon1 {
		left: 10px !important;
	}

	.header,
	.footer,
	body .main-page,
	body .girls-page,
	body .about,
	body .party-events,
	body .interior-main-hall,
	body .contact,
	.main-1,
	.main-2-icon,
	.main-full-1,
	.main,
	.text-about-club,
	.girls,
	.interior,
	.party,
	.form,
	.lorem-ipsum-is5 {
		width: 100% !important;
	}

	.logo-icon {
		width: 94px !important;
		height: 24px !important;
		top: 9px !important;
	}

	.div {
		left: 154px !important;
		font-size: 14px !important;
	}

	.vip- span {
		white-space: nowrap;
	}

	.main-full-1 {
		height: 817px !important;
	}

	.map_close {
		margin-right: 25px;
	}

	.div42 {
		width: 50%;
		text-align: right;
	}

	.honey-bunny1 {
		width: 100px;
	}

	.main-page {
		height: 5530px !important;
	}

	.img3,
	.img4 {
		margin-bottom: 80px !important;
	}

	.parallax img {
		width: 100% !important;
		transform: translateX(-50%) !important;
	}

	.gp .div154 {
		margin-bottom: 50px !important;
	}

	.show-manager1 {
		transform: none !important;
		left: auto !important;
		right: 25px;
		top: -247px !important;
	}

	.show-manager1 * {
		text-align: right;
	}

	.icon2 {
		top: 110px !important;
	}

	.icon3 {
		top: 620px !important;
	}
}

.onlymobile {
	display: none;
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 398px) {
	.b3,
	.honey-bunny {
		left: 25px !important;
	}

	.button-showreel {
		left: auto !important;
		right: 20px;
	}

	.b6 {
		font-size: 95px !important;
		top: 290px !important;
	}
}

@media screen and (max-width: 359px) {
	:root {
		--font-size-6xl: 62px;
	}

	.sp {
		font-size: 10px !important;
	}

	.icon,
	.icon1 {
		left: -30px !important;
	}

	.lorem-ipsum-has {
		font-size: 49px !important;
		line-height: 118% !important;
		width: calc(100% - 50px) !important;
		white-space: nowrap;
	}

	.header,
	.footer,
	body .main-page,
	body .girls-page,
	body .about,
	body .party-events,
	body .interior-main-hall,
	body .contact,
	.main-1,
	.main-2-icon,
	.main-full-1,
	.main,
	.text-about-club,
	.girls,
	.interior,
	.party,
	.form,
	.lorem-ipsum-is5 {
		width: 100% !important;
	}

	.div {
		left: 131px !important;
		font-size: 13px !important;
	}

	.main .button-showreel {
		left: 0 !important;
	}

	.text-about-club {
		padding: 0 25px;
	}

	.lorem-ipsum-is {
		width: calc(100% - 50px) !important;
	}

	.div5,
	.lorem-ipsum-is,
	.vip-,
	.div11,
	.div12 {
		left: 25px !important;
		right: auto !important;
	}

	.vip- > p {
		padding-top: 0 !important;
	}

	.vip- {
		padding-top: 20px !important;
		font-size: 56px !important;
	}

	.text-about-club-child,
	.interior-child {
		width: 16px !important;
		height: 16px !important;
		top: 7px !important;
	}

	.glide-girls .glide__slide:not(.glide__slide--active) .icon,
	.interior-child,
	.text-about-club-child {
		left: 0 !important;
	}

	.tarik-keskin-c45bba17037327-56-icon {
		left: 25px !important;
		height: 332px !important;
		width: 285px !important;
	}

	.tarik-keskin-de1daa17037327-56-icon {
		top: 721px !important;
	}

	.lorem-ipsum-is1,
	.lorem-ipsum-is2 {
		width: calc(100% - 50px) !important;
	}

	.lorem-ipsum-is4 {
		width: calc(100% - 50px) !important;
		font-size: 52px !important;
	}

	.lorem-ipsum-has1 {
		font-size: 52px !important;
	}

	.lorem-ipsum-is6 {
		top: 1113px !important;
	}

	.lorem-ipsum-is7 {
		top: 3437px !important;
		padding-right: 25px;
	}

	.lorem-ipsum-is9,
	.div128 {
		top: 2604px !important;
	}

	.about {
		height: 4152px !important;
	}

	.vl-1-icon {
		padding-right: 25px;
		top: 2965px !important;
	}
}

.reserve_modal {
	position: fixed;
	top: 101dvh;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 5% 80px;
	background: #000;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.reserve_modal.opened {
	top: 0;
}

.reserve_modal .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.reserve_modal .header span {
	width: 24px;
	height: 24px;
	background: url(../assets/svg/home.svg) center no-repeat;
}

.reserve_modal .header p {
	margin-left: auto;
	width: calc(40% - 42px);
	color: rgb(255, 255, 255);
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 8.4px;
	text-transform: uppercase;
	min-width: 438px;
}

button {
	border: none;
	background: none;
	cursor: pointer;
}

.reserve_modal .header button {
	width: 42px;
	height: 42px;
	background: url(../assets/svg/white_cross.svg) center no-repeat;
}

.reserve_modal .body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reserve_modal .body .left_side {
	margin-right: 50px;
	max-width: 645px;
}

.reserve_modal .body .right_side {
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	flex-direction: row;
	width: 40%;
	min-width: 480px;
}

.reserve_modal .body .right_side h5 {
	margin-bottom: 30px;
	color: rgb(255, 255, 255);
	font-family: Bebas Neue, cursive;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.9;
}

.reserve_modal .body .right_side label a {
	margin-left: 5px;
	color: rgba(255, 255, 255, 0.35);
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
}

.reserve_modal .body .right_side .controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reserve_modal .body .right_side .controls button {
	height: 70px;
	padding-right: 90px;
}

.reserve_modal .body .right_side .controls button::after {
	height: 70px;
	width: 70px;
	background: url(../assets/svg/arrow_to_top_right.svg) no-repeat center;
}

.reserve_modal .body .right_side .controls button svg {
	height: 70px;
	width: 70px;
}

.reserve_modal .body .right_side .controls button:hover .path {
	stroke: #fff;
	stroke-linecap: round;
	-webkit-animation: dash 1.5s ease-in-out forwards;
	animation: dash 1.5s ease-in-out forwards;
}

.reserve_modal .footer a {
	color: rgb(255, 255, 255);
	text-align: center;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 0.9;
}

@media (max-width: 1240px) {
	.reserve_modal .body .left_side h2 {
		font-size: 76px;
	}
}

@media (max-width: 900px) {
	.reserve_modal .header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.reserve_modal .header p {
		display: none;
	}

	.reserve_modal .body .left_side {
		display: none;
	}

	.reserve_modal .body .right_side {
		margin: 0 auto;
		width: 100%;
		max-width: 480px;
	}
}

@media (max-width: 600px) {
	.reserve_modal .body .right_side .controls {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.reserve_modal .body .right_side .controls label {
		margin-bottom: 30px;
	}

	.reserve_modal .footer a {
		display: none;
	}
}
header.entry-header {
	max-width: 1290px !important;
	color: #fff;
	margin: 100px auto 0;
}
header.entry-header h1 {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 80px;
	margin: 0;
}
article > .entry-content {
	counter-reset: footnotes;
	max-width: 1290px !important;
	margin: 0 auto;
}
@media (max-width: 1439px) {
	header.entry-header h1 {
		padding: 0 20px;
	}
	article > .entry-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 799px) {
	header.entry-header h1 {
		font-size: 60px;
	}
}
@media (max-width: 500px) {
	header.entry-header h1 {
		font-size: 36px;
	}
}
div.footer {
	height: auto;
	bottom: 0;
	position: relative;
	padding-bottom: 100px;
}
div.footer,
div.main-menu1 {
	color: #fff;
	font-family: var(--font-manrope);
}
.main-menu1 {
	display: flex;
	column-gap: 20px;
}
.footer__logo {
	flex: 0 0 144px;
}
.footer__logo img {
	width: 144px;
}
div.footer .parent2 {
	position: relative;
	top: -20px;
	right: 0;
}
div.main-menu1 {
	justify-content: space-between;
	width: 100%;
	top: 40px;
	column-gap: 30px;
	position: relative;
	left: 0;
	padding: 0 75px;
}
div.footer .contacts {
	max-width: 190px;
	font-family: var(--font-manrope);
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	text-align: left;
}
div.footer .contacts address {
	font-style: normal;
}
.footer__menu-items {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex: 1 1 auto;
	column-gap: 20px;
	row-gap: 10px;
}
div.honey-bunny1,
div.div42 {
	top: 160px;
}
.footer-child {
	top: 0 !important;
}
.share-block {
	margin-bottom: 50px;
}
.share-block > .label {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	font-family: var(--font-manrope);
}
.share-block .share-links .ya-share2__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0;
}
.share-block .share-links .ya-share2__link .icon {
	display: block;
	width: 50%;
	height: 50%;
	margin: auto;
	position: absolute;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	background: none;
	fill: currentColor;
	overflow: hidden;
}
.share-block .share-links .ya-share2__link {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid;
	color: #fff;
	position: relative;
	transition: all 0.2s ease-out 0s;
}
.share-block .share-links .ya-share2__link > * {
	display: none;
}
.share-block .ya-share2 :link:hover,
.share-block .ya-share2 :visited:hover {
	color: #ffffffba !important;
}
body > .bg-404 {
	position: relative;
	height: calc(100vh - 213px);
}
body > .text-404 {
	top: 95px;
}
body > .text-404 .text-404-2 {
	font-size: 190px;
}
body > .home_btn {
	bottom: 240px;
}
body > .home_btn + .footer {
	display: block;
}
@media (max-width: 1439px) {
	div.main-menu1 {
		padding: 0;
	}
	div.main-menu1 {
		width: calc(100% - 40px);
	}
	div.footer .parent2 {
		right: 0 !important;
	}
	.fixed_menu.show {
		bottom: 200px;
	}
}
@media (max-width: 1320px) {
	div.footer {
		width: 100% !important;
	}
	div.footer .parent2 svg {
		display: none;
	}
	div.footer .parent2 .frame-icon {
		position: relative;
		width: 70px;
		height: 70px;
		flex-shrink: 0;
		border: 1px solid rgba(255, 255, 255, 0.35);
		border-radius: 50%;
	}
	div.footer {
		padding-bottom: 120px;
	}
}
@media (max-width: 1210px) {
	div.footer .parent2 {
		flex: 0 0 200px;
		top: -12px;
	}
}
@media (max-width: 900px) {
	.footer__menu-items {
		display: none;
	}
}
@media (max-width: 785px) {
	body > .text-404 {
		top: 90px !important;
		width: 193px !important;
	}
}
@media (max-width: 610px) {
	div.main-menu1 {
		flex-direction: column;
		align-items: center;
	}
	.footer__logo {
		flex: none;
	}
	div.footer .contacts {
		max-width: none;
		text-align: center;
	}
	div.footer .parent2 {
		flex: none;
		top: 0;
		justify-content: center !important;
	}
	div.honey-bunny1,
	div.div42 {
		position: static;
		text-align: center;
		width: 100%;
	}
	div.honey-bunny1 {
		margin-top: 86px;
		margin-bottom: 15px;
	}
	div.footer {
		padding-bottom: 20px;
	}
	.fixed_menu.show {
		bottom: 10px;
	}
	.form_main label {
		height: auto;
	}
	body > .home_btn {
		bottom: 440px;
	}
}
@media (max-width: 450px) {
	div.footer .parent2 {
		flex-direction: column;
		align-items: center !important;
		flex: none;
		top: 0;
		justify-content: center !important;
		width: 100%;
		position: static;
	}
	body > .home_btn {
		bottom: 470px;
	}
}

.city-selector {
	width: 200px;
	margin-top: 34px;
	margin-bottom: auto;
	position: relative;
	cursor: pointer;
	margin-bottom: 120px;
}

.city-selector-title {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.city-selector-arrow {
	margin: 0;
	position: absolute;
	top: -5px;
	right: 3px;
	width: 25px;
	height: 25px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEwNyAwLjcwNzEwNyAwLjcwNzEwNyAwLjcwNzEwNyAxMiA2LjUxNDY1KSIgZmlsbD0id2hpdGUiLz4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEwNyAtMC43MDcxMDcgLTAuNzA3MTA3IDAuNzA3MTA3IDIwLjQ4NTQgMTUpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
	background-position: center;
	background-size: 100%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.city-selector-options {
	padding-top: 15px;
	position: absolute;
	top: 100%;
	max-height: 0;
	overflow: hidden;
}

.city-selector-options-item {
	display: block;
	color: rgba(255, 255, 255, 0.25);
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 18px;
}

.city-selector-options-item:hover {
	color: rgb(255, 255, 255);
}

.city-selector-options-item:not(:last-of-type) {
	margin-bottom: 10px;
}

.city-selector-options-item.chosen {
	color: rgb(255, 255, 255);
}

.city-selector.opened .city-selector-options {
	max-height: none;
}

.city-selector.opened .city-selector-arrow {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.element_spinner {
	position: relative;
}

.label-text {
	margin-top: -10px;
	font-size: 12px;
	color: #fff;
}

.mb5 {
	margin-bottom: 5px;
}

.mt30 {
	margin-top: 30px;
}

.book-icon:after {
	background: url(../assets/svg/pen.svg) no-repeat center;
}

.age-restriction .age-gate {
	padding: 40px;
	padding-top: 50px;
	background: url(../assets/age-ver.png) #000 no-repeat right;
	background-size: contain;
}

.age-restriction .age-gate__heading-title {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	font-family: 'Manrope';
	font-style: normal;
	line-height: 110%;
	/* or 15px */
	letter-spacing: 0.6em;
	text-transform: uppercase;

	color: #ffffff;

	opacity: 0.35;
}

.age-restriction .age-gate__headline {
	text-align: left;
	max-width: 60%;

	/* Ð²Ð°Ð¼ ÑƒÐ¶Ðµ â€¨ÐµÑÑ‚ÑŒâ€¨18 Ð»ÐµÑ‚? */
	width: 360px;
	height: 195px;
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 700;
	font-size: 72px;
	line-height: 90%;
	/* or 65px */
	color: #ffffff;
}

.age-restriction .age-gate__subheadline {
	text-align: left;
	max-width: 80%;

	width: 360px;
	height: 40px;

	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	/* or 20px */

	color: rgba(255, 255, 255, 0.65);
}

.age-restriction .age-gate-form,
.age-restriction .age-gate__form {
	align-items: self-start;
	justify-content: left;
	text-align: left;
}
.age-gate__buttons {
	display: block;
}

.age-gate__buttons .age-gate__submit--no {
	background: none;
	border: none;
	padding: 0;
	float: right;

	margin: 0 auto;
	width: 21px;
	height: 76px;

	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 90%;
	/* or 16px */

	color: rgba(255, 255, 255, 0.25);
}

.age-gate-fields,
.age-gate__fields {
	margin-bottom: 0 !important;
}

.age-gate__buttons .age-gate__submit--yes {
	background: none;
	border: none;
	padding: 0;
	margin-left: -15px;

	width: 242px;
	height: 76px;

	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 90%;
	/* or 16px */

	color: #ffffff;
}

.age-gate__buttons .age-gate__submit--yes span {
	margin-top: 30px;
	display: block;
}

.age-gate__buttons .age-gate__submit--yes:hover,
.age-gate__buttons .age-gate__submit--no:hover {
	background: none !important;
}

.age-gate__form .age-gate__heading-title--logo {
	display: none !important;
}

.age-gate__wrapper > .age-gate__heading {
	z-index: 9;
	left: 50%;
	position: relative;
	top: 1%;
	opacity: 1;
}

.age-gate__wrapper .age-gate__heading-title--logo {
	opacity: 1 !important;
}

.button-orange_img {
	position: relative;
	width: 90px;
	height: 90px;
	flex-shrink: 0;
}

.button-orange_spinner {
	position: relative;
}

.button-orange_spinner .spinner {
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	left: 10px;
}

.frame-parent .spinner {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.button-orange_spinner:hover .spinner {
	display: flex;
	z-index: 2;
	position: absolute;

	width: 100px;
	height: 100px;
}

.button-orange_spinner:hover .spinner,
.button-orange_spinner:hover .spinner {
	width: 70px;
	height: 70px;
}

.button-orange_spinner:hover .spinner .path {
	stroke: #fff;
	stroke-linecap: round;
	animation: dash 1.5s ease-in-out forwards;
}

.button-orange_spinner .spinner .path {
	stroke-dasharray: 320;
	stroke-dashoffset: 320;
	transform: rotate(-90deg);
	transform-origin: center;
}

@media (max-width: 610px) {
	.age-gate {
		overflow-y: unset !important;
		padding: 15px;
		padding-top: 20px;
	}

	.age-restriction .age-gate__headline {
		font-size: 54px;
	}

	.age-gate__buttons .age-gate__submit--yes {
		width: 172px;
		font-size: 16px;
	}
}

@media (min-width: 610px) {
	.age-gate-wrapper,
	.age-gate__wrapper {
		width: var(--ag-overlay-width, 93%);
	}
}
