.main-menu-parent {
	position: relative;
	right: 0 !important;
}
.main-menu-2 + .frame {
	display: none;
}

.n-container {
	margin: 0 auto;
	padding: 0 25px;
	max-width: 1340px;
}

/* 
 * HEADER
 */
.n-header {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 10;
	margin: 0 auto;
	padding: 0 25px;
	max-width: 1340px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: 'Manrope';
	font-size: 12px;
	/* font-weight: 600; */
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
}

.n-header__logo {
	display: block;
}
.n-header__logo img {
	height: 150px;
	display: block;
	width: auto;
}

.n-header__city {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-left: 60px;
}
.n-header__city-active {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.n-header__city-active::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99982 8.93732L11.9597 4.97754L13.091 6.10891L7.99982 11.2001L2.90869 6.10891L4.04006 4.97754L7.99982 8.93732Z' fill='white'/%3E%3C/svg%3E%0A")
		no-repeat center;
}
.n-header__city-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding-top: 10px;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-10px);
	transition: 0.2s;
}
.n-header__city-list li a {
	border-bottom: 1px solid transparent;
	transition: 0.2s;
	display: block;
	padding: 2px 0 1px;
}
.n-header__city-list li a:hover {
	border-color: rgba(255, 255, 255, 0.3);
}
.n-header__city:hover .n-header__city-list {
	opacity: 1;
	transform: translateY(0px);
	pointer-events: auto;
}

.n-header__phone {
	display: block;
	margin-right: auto;
}

.n-header__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.n-header__nav li a {
	padding: 2px 0 1px;
	border-bottom: 1px solid transparent;
	transition: 0.2s;
	display: block;
}
.n-header__nav li a:hover {
	border-color: rgba(255, 255, 255, 0.3);
}

.n-header__reservation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	margin-left: 40px;
	font-family: 'Bebas Neue';
	font-weight: normal;
	font-size: 16px;
}
.n-header__reservation::after {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='UpRightArrow'%3E%3Cpath d='m20.961 4.608a2.023 2.023 0 0 0 -1.961-1.608h-14a2 2 0 0 0 0 4h9.172l-10.586 10.586a2 2 0 0 0 2.828 2.828l10.586-10.586v9.172a2 2 0 0 0 4 0v-14a2.076 2.076 0 0 0 -.039-.392z' fill='%23000000' style='fill: rgb(122, 44, 122);'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
		no-repeat center;
}

/* 
 * FOOTER
 */
.n-footer {
	color: #fff;
	font-family: 'Manrope';
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	display: block !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.n-footer .n-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.n-footer__title {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.1;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 0.6em;
	color: rgba(255, 255, 255, 0.35);
	margin: 0 0 60px;
	width: 100%;
}

.n-footer__contact {
	max-width: 640px;
	width: 100%;
	justify-content: space-between;
}
.n-footer__contact-groups {
	display: grid;
	grid-template-columns: repeat(2, 200px);
	justify-content: space-between;
	gap: 40px 20px;
}
.n-footer__contact-group span {
	display: block;
	color: rgba(255, 255, 255, 0.35);
	margin-bottom: 10px;
}
.n-footer__contact-group p {
	margin: 0;
}
.n-star {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00056 12.1733L3.29826 14.8055L4.34848 9.51993L0.39209 5.86119L5.74345 5.2267L8.00056 0.333328L10.2576 5.2267L15.609 5.86119L11.6526 9.51993L12.7028 14.8055L8.00056 12.1733Z' fill='white'/%3E%3C/svg%3E%0A")
		no-repeat center top;
	margin-left: 5px;
}

.n-footer__menu {
	max-width: 400px;
	width: 100%;
}
.n-footer__nav {
	display: grid;
	grid-template-columns: repeat(2, 90px);
	justify-content: space-between;
	gap: 5px;
	color: rgba(255, 255, 255, 0.35);
	list-style: none;
	margin: 0;
	padding: 0;
}
.n-footer__nav li a {
	transition: 0.2s;
}
.n-footer__nav li a:hover {
	color: #fff;
}

.n-footer__copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.35);
	padding: 20px 0;
	font-size: 14px;
	margin-top: 100px;
}
.n-footer__copyright .n-container {
	gap: 20px;
}
.n-footer__copyright p {
	margin: 0;
}
.n-footer__copyright a {
	transition: 0.2s;
}
.n-footer__copyright a:hover {
	color: #fff;
}
iframe {
	border: none !important;
}
.n-footer__map {
	width: 100%;
	height: 440px;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}
.n-footer__map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	filter: grayscale(1);
}

.n-girls-gold {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

/* 
 * FORM
 */
.n-form__title {
	font-size: 220px;
	font-weight: normal;
	font-family: 'Bebas Neue';
	margin-bottom: 100px;
	line-height: 0.9;
}
.n-form__main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	padding: 0 !important;
}
.n-form__button.parent1 {
	position: relative !important;
	top: initial !important;
	left: initial !important;
	right: initial !important;
}
.n-form__label {
	height: 52px !important;
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	width: calc(100% / 2 - 15px) !important;
	padding: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
}
.n-form__label input {
	width: 100%;
	height: 100%;
	padding: 0;
	background: transparent;
	color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	font-size: 18px;
	font-weight: 500;
}
.n-form__label input::placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.n-form__label.error {
	border-color: #ff5e5e;
}
.n-form__label.error input,
.n-form__label.error input::placeholder {
	color: #ff5e5e;
}
.n-form__label.data_show,
.n-form__label.time_show {
	position: relative;
	cursor: pointer;
}
.n-form__label.data_show::before,
.n-form__label.time_show::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.n-form__politic {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.15);
	padding-left: 28px;
	position: relative;
}
.n-form__politic::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	display: block;
	background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_98_270)'%3E%3Cpath d='M3 2.25H15C15.1989 2.25 15.3897 2.32902 15.5303 2.46967C15.671 2.61032 15.75 2.80109 15.75 3V15C15.75 15.1989 15.671 15.3897 15.5303 15.5303C15.3897 15.671 15.1989 15.75 15 15.75H3C2.80109 15.75 2.61032 15.671 2.46967 15.5303C2.32902 15.3897 2.25 15.1989 2.25 15V3C2.25 2.80109 2.32902 2.61032 2.46967 2.46967C2.61032 2.32902 2.80109 2.25 3 2.25ZM3.75 3.75V14.25H14.25V3.75H3.75ZM8.25225 12L5.07 8.81775L6.1305 7.75725L8.25225 9.879L12.4943 5.63625L13.5555 6.69675L8.25225 12Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_98_270'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
		no-repeat center;
}
.n-form__politic a {
	color: rgba(255, 255, 255, 0.35);
	transition: 0.2s;
}
.n-form__politic a:hover {
	color: #fff;
}
.n-form__button {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 25px;
	color: #fff;
	font-family: 'Bebas Neue';
	font-weight: normal;
	font-size: 18px;
	line-height: 0.9;
}
.n-form__button span {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: linear-gradient(45deg, #7a2c7a 0%, #dd3a93 100%);
    box-shadow: 0px 10px 20px rgba(221, 58, 147, .5);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-form__button span::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.n-form__button span::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_98_283)'%3E%3Cpath d='M16.0039 9.414L7.39691 18.021L5.98291 16.607L14.5889 8H7.00391V6H18.0039V17H16.0039V9.414Z' fill='%23222222'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_98_283'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
		no-repeat center;
}

@media (max-width: 1023px) {
	.n-form__title {
		font-size: 72px;
		margin-bottom: 60px;
	}
	.n-form__main label {
		width: 100% !important;
	}

	.n-footer__title {
		margin-bottom: 40px;
	}
	.n-footer__map {
		margin-bottom: 0;
	}
	.n-footer__contact,
	.n-footer__menu {
		max-width: 100%;
	}
	.n-footer .n-container {
		gap: 80px;
	}
	.n-footer__contact-groups,
	.n-footer__nav {
		grid-template-columns: repeat(2, 1fr);
	}

	.n-footer__copyright .n-container {
		gap: 20px;
	}

	.n-header__logo img {
		height: 24px;
	}
	.n-header__nav {
		display: none;
	}
	.n-header__reservation {
		display: none;
	}
	.main-menu-2 + .frame {
		display: block;
	}

	.n-girls-gold {
		height: 330px;
	}
}

@media (max-width: 576px) {
	.n-footer__contact-groups {
		grid-template-columns: repeat(1, 1fr);
	}
	.n-footer__copyright .n-container {
		flex-direction: column;
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	.n-header__city {
		display: none;
	}
	.n-header__phone {
		margin-left: auto;
		margin-right: 15px;
	}

	.n-girls-gold {
		height: 100%;
	}
}
.n-footer__nav.col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 6px;
}

.n-hero-video {
	object-fit: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.hero-content,
.hero-bottom {
	position: relative;
	z-index: 8;
}

.n-hero-anim .n-header {
	transform: translateY(calc((100% + 20px) * -1));
	opacity: 0;
}

.n-hero-anim .scroll_to_section_form {
	display: block;
	opacity: 0;
	transform: translateY(160px);
}

.n-hero-anim-show .n-header,
.n-hero-anim-show .scroll_to_section_form {
	animation: nHeroAnim 1s ease 1s forwards 1;
}

@keyframes nHeroAnim {
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.fixed_menu {
	z-index: 30;
}

.main-menu-parent {
	z-index: 40;
}

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

@media (max-width: 1024px) {
	.main-menu-parent {
		position: absolute;
		right: 20px;
		top: 12px;
	}
}

.section-bachelor {
	margin-top: 0 !important;
	margin-bottom: 135px !important;
}

.hero {
	margin-bottom: 80px;
}

@media (max-width: 600px) {
	.section-bachelor {
		margin-bottom: 0 !important;
	}
}