* {
	outline: none;
}

body {
	font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #111;
}

@media (max-width: 1519.98px) {
	body {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (max-width: 1213.98px) {
	body {
		font-size: 14px;
		line-height: 20px;
	}
}

#main-wrapper {
	position: relative;
}

#main-wrapper.burger,
#main-wrapper.book,
#main-wrapper.finish {
	overflow: hidden;
}

.body-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.50);
	opacity: 0;
	z-index: -1;
	transition: 0.3s;
}

.burger > .body-overlay,
.finish > .body-overlay,
.book > .body-overlay {
	opacity: 1;
	z-index: 99;
}

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

a {
	color: #111;
	text-decoration: none;
	transition: 0.3s;
	font-variant-numeric: lining-nums;
}

a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.a:active, a:focus {
	opacity: 1;
	outline: none !important;
}

ul {
	margin: 0;
	padding: 0;
}

@media (min-width: 1214px) {
	.desc-d-none {
		display: none !important;
	}
}

@media (max-width: 1213.98px) {
	.mobile-d-none {
		display: none !important;
	}
}

.mb-200 {
	margin-bottom: 200px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-16 {
	margin-bottom: 16px;
}

@media (max-width: 1519.98px) {
	.mb-200 {
		margin-bottom: 160px;
	}

	.mb-120 {
		margin-bottom: 80px;
	}

	.mb-80 {
		margin-bottom: 60px;
	}

	.mb-60 {
		margin-bottom: 40px;
	}

	.mb-40 {
		margin-bottom: 20px;
	}

	.mb-20 {
		margin-bottom: 16px;
	}
}

@media (max-width: 1213.98px) {
	.mb-200 {
		margin-bottom: 60px;
	}

	.mb-80 {
		margin-bottom: 40px;
	}
}

.fs-40 {
	font-size: 40px;
	line-height: 48px;
}

@media (max-width: 1519.98px) {
	.fs-40 {
		font-size: 26px;
		line-height: 31px;
	}
}

.container {
	margin-left: auto;
	max-width: 1490px;
	padding: 0 40px;
}

@media (max-width: 1919.98px) {
	.container {
		max-width: 1213px;
	}
}

@media (max-width: 1519.98px) {
	.container {
		max-width: 1010px;
		padding: 0 20px;
	}
}

@media (max-width: 1259.98px) {
	.container {
		max-width: 100%;
		padding: 0 20px;
	}
}

@media (max-width: 575.98px) {
	.container {
		padding: 0 15px;
	}
}

h1, h2, h4 {
	font-weight: 500 !important;
	font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

h1 {
	color: #ffffff;
	text-align: right;
	font-size: 130px;
	font-weight: 500;
	line-height: 156px;
	position: absolute;
	right: 40px;
	bottom: 50px;
	text-transform: lowercase;
	width: 1490px;
}

@media (max-width: 1919.98px) {
	h1 {
		max-width: 1213px;
	}
}

@media (max-width: 1519.98px) {
	h1 {
		max-width: 1010px;
	}
}

@media (max-width: 1213.98px) {
	h1 {
		max-width: 95%;
		right: 30px;
		bottom: 20px;
	}
}

h2 {
	color: #111;
	text-align: right;
	font-size: 140px;
	font-style: normal;
	font-weight: 400;
	line-height: 168px;
}

h4 {
	color: #111;
	font-size: 60px;
	font-weight: 500;
	line-height: 72px;
}

@media (max-width: 1519.98px) {
	h1 {
		font-size: 90px;
		line-height: 108px;
	}

	h2 {
		font-size: 100px;
		line-height: 120px;
	}

	h4 {
		font-size: 40px;
		line-height: 48px;
	}
}

@media (max-width: 1213.98px) {
	h1 {
		font-size: 64px;
		line-height: 77px;
	}

	h2 {
		font-size: 58px;
		line-height: 57px;
	}

	h4 {
		font-size: 24px;
		line-height: 29px;
	}
}

@media (max-width: 767.98px) {
	h1 {
		font-size: 40px;
		line-height: 48px;
		bottom: 100px;
		left: 30px;
		width: calc(100% - 60px);
	}

	h2 {
		font-size: 48px;
		line-height: 58px;
	}
}

/*HERO*/

.hero {
	color: #ffffff;
	text-transform: uppercase;
	height: 100vh;
	background-color: transparent;
	position: relative;
}

.hero-bg {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
	min-height: calc(100% - 40px);
	z-index: -1;
}

@media (max-width: 1519.98px) {
	.hero-bg {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		width: calc(100% - 20px);
		min-height: calc(100% - 20px);
	}
}

.hero-bg img {
	object-fit: cover;
	object-position: 65% 0;
	width: 100%;
	height: 100%;
}

.hero-bg-inner-mobile,
.hero-bg-inner-desk {
	width: 100%;
	height: 100%;
}

.hero-bg-inner-mobile {
	display: none;
}

@media (max-width: 767.98px) {
	.hero {
		height: 640px;
	}
	.hero-bg-inner-mobile {
		display: block;
	}

	.hero-bg-inner-desk {
		display: none;
	}
}

.hero-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding: 20px 0;
}

@media (max-width: 1519.98px) {
	.hero-top {
		padding: 10px 0;
	}
}

.header {
	font-size: 18px;
	font-weight: 600;
	line-height: 29px;
	position: relative;
}

@media (max-width: 1519.98px) {
	.header {
		font-size: 16px;
		line-height: 22px;
	}
}

.header-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: calc(100% - 40px);
	padding: 25px 20px 10px 20px;
	z-index: 11;
	justify-content: space-between;
	display: flex;
	transition: 0.3s;
}

.header-mobile.scroll {
	background: #ffffff;
	color: #111111;
	border-bottom: 2px solid rgba(17, 17, 17, 0.10);
}


.header-book {
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 10px 20px;
	transition: 0.3s;
	cursor: pointer;
	background: #fff;
	color: #111;
	z-index: 2;
}

@media (max-width: 1519.98px) {
	.header-book {
		top: 30px;
	}
}


@media (max-width: 1213.98px) {
	.header-book {
		top: initial;
		right: initial;
		left: 25px;
		bottom: 25px;
		padding: 15px 20px;
	}
}

@media (max-width: 767.98px) {
	.header-book {
		left: 20px;
		right: 20px;
		bottom: 20px;
		text-align: center;
	}
}


.header-book:active {
	opacity: 0.6;
}

.menu-wrapper {
	position: fixed;
	top: 40px;
	left: 40px;
	height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 500;
	transition: 0.3s;
	z-index: 11;
}

@media (max-width: 1519.98px) {
	.menu-wrapper {
		top: 40px;
		left: 40px;
		font-size: 16px;
		line-height: 22px;
		font-weight: 500;
	}
}

@media (max-width: 1259.98px) {
	.menu-wrapper {
		display: none;
	}
}

.menu-top {
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}

.menu-top:hover {
	opacity: 0.6;
}

.scroll .menu-top {
	color: #111111;
}

.hero-burger-black {
	display: none;
}

.scroll .hero-burger-black {
	display: block;
}

.scroll .hero-burger-white {
	display: none;
}

@media (max-width: 1213.98px) {
	.menu-top {
		font-size: 16px;
	}
}

.menu-wrapper li {
	margin-bottom: 10px;
}

.menu-wrapper li:last-child {
	margin-bottom: 0;
}

.menu-wrapper li a:hover {
	color: #000000 !important;
	opacity: 1;
}

.menu-wrapper a {
	color: #fff;
}

.anchor.active {
	color: #111 !important;
	padding-left: 15px;
	position: relative;
}

.anchor.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #111;
	border-radius: 100%;
}

.menu-mobile-wrapper {
	top: 0;
	transition: 0.3s;
	position: fixed;
	right: -540px;
	z-index: 999;
	background: #fff;
	height: calc(100vh - 40px);
	width: 440px;
	padding: 20px;
}

.burger .menu-mobile-wrapper {
	right: 0;
}

@media (max-width: 767.98px) {
	.menu-mobile-wrapper {
		right: -100%;
		width: calc(100% - 40px);
	}
}

.menu-mobile-header {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-mobile-header-logo {
	font-size: 16px;
	line-height: 22px;
	color: #111;
	padding: 20px 0;
	margin-bottom: 40px;
}

.menu-mobile li {
	padding: 10px 0;
}

.menu-mobile li a {
	color: #111111;
	font-size: 26px;
	font-weight: 400;
	line-height: 31px;
	display: block;
	width: 100%;
}

.menu-mobile-bottom {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	width: calc(100% - 40px);
}

.menu-mobile-bottom-item {
	padding: 20px 0;
	border-top: 1px solid rgba(17, 17, 17, 0.10);
}

.menu-mobile-bottom-item a {
	width: 100%;
	display: block;
}

.menu-mobile-book {
	text-align: center;
	margin-bottom: -20px;
}

.hero-burger {
	cursor: pointer;
	transition: 0.3s;
}

.hero-burger:hover {
	opacity: 0.6;
}

/*MAIN*/

.main {
	background-color: #FFFFFF;
	padding: 70px 0;
}

@media (max-width: 1519.98px) {
	.main {
		padding: 40px 0;
	}
}

@media (max-width: 991.98px) {
	.main {
		padding: 40px 0 0 0;
	}
}

/*ABOUT*/

.section-about {
	display: flex;
}

@media (min-width: 768px) {
	.alt-title {
		display: none;
	}
}

.text-all {
	margin-top: -10px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: 0.6s;
	font-weight: 600;
}

.text-all:hover {
	opacity: 0.6;
}

@media (min-width: 576px) {
	.text-all {
		display: none;
	}
}

.about-photo,
.about-text-right-cup {
	margin-right: 60px;
	min-width: 560px;
	width: 560px;
	min-height: 100%;
}

.about-photo img {
	width: 100%;
	height: 800px;
	position: sticky;
	top: 20px;
}

.about-content {
	width: 870px;
}

.about-text-left {
	width: 1180px;
	font-weight: 500;
	font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.about-text-right {
	width: 100%;
	display: flex;
}

@media (max-width: 1919.98px) {
	.about-photo,
	.about-text-right-cup {
		margin-right: 40px;
		min-width: 500px;
		width: 500px;
	}

	.about-photo img {
		height: 715px;
	}

	.about-content {
		width: 705px;
	}

	.about-text-left {
		width: 900px;
	}
}

@media (max-width: 1519.98px) {
	.about-photo,
	.about-text-right-cup {
		margin-right: 40px;
		min-width: 380px;
		width: 380px;
	}

	.about-photo img {
		height: 540px;
	}

	.about-content {
		width: 590px;
	}

	.about-text-left {
		width: 800px;
	}
}

@media (max-width: 1259.98px) {
	.about-photo,
	.about-text-right-cup {
		width: 50%;
		margin-right: 20px;
	}

	.about-photo img {
		height: 65vw;
		object-fit: initial;
		top: 70px;
	}

	.about-content {
		width: 50%;
	}

	.about-text-left {
		width: 100%;
	}

	.about-text-right-word {
		width: 50%;
	}
}

@media (max-width: 767.98px) {
	.section-about {
		flex-direction: column;
	}

	.about-photo {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.about-text-right-cup {
		width: 0;
		margin-right: 0;
		display: none;
	}

	.about-photo img {
		height: 100vw;
		object-fit: cover;
	}

	.about-content {
		width: 100%;
	}

	.about-content h2 {
		display: none;
	}

	.about-text-left {
		width: 100%;
	}

	.about-text-right-word {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.about-text {
		max-height: 60px;
		overflow: hidden;
	}

	.about-text.active {
		max-height: 10000px;
		overflow: initial;
	}

	.text-all.active {
		display: none;
	}
}

/*PROCESS*/

.section-process {
	display: flex;
}

.process-content {
	width: 870px;
	margin-left: 60px;
}

.process-photo {
	width: 870px;
}

.process-photo img {
	width: 100%;
}

.process-content-left-wrapper {
	position: sticky;
	top: 20px;
}

.process-content-left-title {
	font-weight: 500 !important;
	font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.process-reviews {
	width: 1180px;
}

.reviews-photos {
	display: flex;
	align-items: center;
	margin-left: -20px;
}

.reviews-photos-item {
	margin-left: 20px;
	width: 130px;
	height: 130px;
	cursor: pointer;
	border-radius: 100%;
	filter: grayscale(100%);
	transition: 0.3s;
}

@media (max-width: 1519.98px) {
	.reviews-photos {
		margin-left: -5px;
	}

	.reviews-photos-item {
		margin-left: 5px;
		width: 95px;
		height: 95px;
	}
}

@media (max-width: 1213.98px) {
	.process-content-left-wrapper {
		top: 70px;
	}
	.reviews-photos-item {
		width: 85px;
		height: 85px;
	}
}

@media (max-width: 575.98px) {
	.process-text {
		max-height: 50px;
		overflow: hidden;
	}

	.process-text.active {
		max-height: 10000px;
		overflow: initial;
	}

	.text-all.active {
		display: none;
	}
}

.reviews-photos-item:hover,
.reviews-photos-item.active {
	filter: grayscale(0%);
}

.reviews-photos-item img {
	width: 100%;
	height: 100%;
}

.reviews-text {
	position: relative;
}

.reviews-text-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.6s;
}

.reviews-text-item.active {
	opacity: 1;
}

.reviews-text-item-word {
	font-weight: 500 !important;
	font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.reviews-text-item-date {
	opacity: 0.4;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
}

@media (max-width: 1919.98px) {
	.process-content {
		width: 705px;
		margin-left: 40px;
	}

	.process-photo {
		width: 705px;
	}

	.process-reviews {
		width: 900px;
	}
}

@media (max-width: 1519.98px) {
	.process-content {
		width: 590px;
	}

	.process-photo {
		width: 590px;
	}

	.process-reviews {
		width: 800px;
	}
}

@media (max-width: 1213.98px) {
	.process-content {
		width: 50%;
		margin-left: 20px;
	}

	.process-content-left {
		width: 50%;
	}

	.process-photo {
		width: 100%;
		margin-bottom: 40px;
	}

	.process-reviews {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.section-process {
		flex-direction: column;
	}

	.process-content {
		width: 100%;
		margin-left: 0;
	}

	.process-content-left {
		width: 100%;
		margin-bottom: 60px;
	}
}

/*SERVICES*/

.services-item {
	width: 1490px;
	margin-left: auto;
}

.services-item:last-child {
	margin-bottom: 0;
}

.services-item-title {
	opacity: 0.4;
	transition: 0.6s;
	cursor: pointer;
	font-weight: 500 !important;
	font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.active .services-item-title {
	opacity: 1;
	padding-left: 30px;
	position: relative;
	margin-bottom: 40px;
}

.services-item-title:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #111;
	opacity: 0;
	transition: opacity 0.6s;
}

.active .services-item-title:before {
	opacity: 1;
}

.services-item-title:hover {
	opacity: 1;
}

.services-item-text {
	max-height: 0;
	display: flex;
	margin-left: -60px;
	overflow: hidden;
}


.services-item-text-item {
	margin-left: 60px;
	width: 50%;
}

@media (max-width: 1919.98px) {
	.services-item {
		width: 1213px;
	}
}

@media (max-width: 1519.98px) {
	.services-item-title.active {
		margin-bottom: 20px;
	}

	.services-item-text {
		margin-left: -10px;
	}

	.services-item-text-item {
		margin-left: 10px;
	}

	.services-item {
		width: 1010px;
	}
}

@media (max-width: 1213.98px) {
	.services-item {
		width: 100%;
	}

	.services-item-text {
		margin-left: -20px;
	}

	.services-item-text-item {
		margin-left: 20px;
	}
	.services-item-title.active:before {
		width: 7px;
		height: 7px;
	}
}

@media (max-width: 767.98px) {
	.services-item-text {
		flex-direction: column;
		margin-left: 0;
	}

	.services-item-text-item {
		margin-left: 0;
		width: 100%;
	}
}

/*GALLERY*/

.gallery-mobile {
	display: none;
}

@media (max-width: 767.98px) {
	.gallery-mobile {
		display: block;
	}

	.gallery-desc {
		display: none;
	}
}

.gallery-top,
.gallery-bottom {
	display: flex;
	margin-left: -20px;
	margin-bottom: 20px;
}

.gallery-top-item,
.gallery-bottom-item {
	width: 483px;
	height: 380px;
	margin-left: 20px;
}

.twentytwenty-wrapper, .twentytwenty-horizontal,
.twenty-container, .twentytwenty-container {
	width: 100%;
	height: 100% !important;
}

.twentytwenty-container img {
	min-width: 100%;
	min-height: 100%;
}

@media (max-width: 1919.98px) {
	.gallery-top,
	.gallery-bottom {
		margin-left: -10px;
		margin-bottom: 10px;
	}

	.gallery-top-item,
	.gallery-bottom-item {
		width: 398px;
		height: 318px;
		margin-left: 10px;
	}
}

@media (max-width: 1519.98px) {
	.gallery-top-item,
	.gallery-bottom-item {
		width: 330px;
		height: 330px;
	}
}

@media (max-width: 1259.98px) {
	.gallery-top-item,
	.gallery-bottom-item {
		width: 33.333333%;
		max-width: 33.333333%;
		min-height: 31.444444vw;
		height: 31.444444vw;
	}
}

.gallery-top-item img,
.gallery-bottom-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-mid {
	display: flex;
	margin-left: -20px;
	margin-bottom: 20px;
}

.gallery-mid-item {
	margin-left: 20px;
}

/*SLIDER*/

.gallery-mid-slider {
	min-width: 987px;
	width: 987px;
}

@media (max-width: 1919.98px) {
	.gallery-mid-slider {
		min-width: 805px;
		width: 805px;
	}
}

@media (max-width: 1519.98px) {
	.gallery-mid-slider {
		min-width: 670px;
		width: 670px;
	}
}

@media (max-width: 1259.98px) {
	.gallery-mid-slider {
		min-width: initial;
		max-width: 67.666666%;
		max-height: 50.666666vw;
		width: 67.666666%;
		height: 100%;
	}
}
@media (max-width: 767.98px) {
	.gallery-mid-slider {
		min-width: initial;
		max-width: 100%;
		max-height: 75vw;
		width: 100%;
		height: 75vw;
	}
}

.gallery-mid-slider img {
	width: 100%;
	height: 100%;
}

#viewport,
#viewport2,
#viewport3,
#viewport4 {
	width: 100%;
	position: relative;
	overflow: hidden;
	user-select: none;
	text-align: center;
}

#slide-wrapper,
#slide-wrapper2,
#slide-wrapper3,
#slide-wrapper4 {
	position: relative;
	display: flex;
	transition: 0.6s;
}

#slide-wrapper, #slide-wrapper ul, #slide-wrapper li,
#slide-wrapper2, #slide-wrapper2 ul, #slide-wrapper2 li,
#slide-wrapper3, #slide-wrapper3 ul, #slide-wrapper3 li,
#slide-wrapper4, #slide-wrapper4 ul, #slide-wrapper4 li {
	margin: 0;
	padding: 0;
}

.slide, .slide3 {
	list-style: none;
	display: inline;
	float: left;
}

.slide-img {
	width: 100%;
}

#prev-next-btns,
#prev-next-btns2,
#prev-next-btns3,
#prev-next-btns4 {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	color: #fff;
}

#prev-btn, #next-btn,
#prev-btn2, #next-btn2,
#prev-btn3,
#next-btn3,
#prev-btn4,
#next-btn4 {
	cursor: pointer;
	transition: 0.3s;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
}

#prev-btn:hover, #next-btn:hover,
#prev-btn2:hover, #next-btn2:hover,
#prev-btn3:hover,
#next-btn3:hover,
#prev-btn4:hover,
#next-btn4:hover {
	background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767.98px) {
	#prev-btn2, #next-btn2,
	#prev-btn4,
		#next-btn4 {
		width: 40px;
		height: 40px;
	}
}

.slider-length, .slider-length3 {
	padding: 0 10px;
}

.slider2 .gallery-mid-item-inner:last-child {
	margin-top: 20px;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
}

@media (max-width: 1919.98px) {
	.slider2 .gallery-mid-item-inner:last-child {
		margin-top: 0;
	}
	
	.slider2 .gallery-mid-item-inner:last-child::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: -5px;
		background-color: #fff;
		width: 100%;
		height: 10px;
		z-index: 1;
	}
}


/*SLIDER END*/

.gallery-mid-column {
	display: flex;
	flex-direction: column;
}

.gallery-mid-item-inner {
	display: flex;
	align-items: center;
	width: 483px;
	height: 380px;
	font-weight: 500 !important;
	font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.gallery-mid-item-inner:last-child {
	padding-left: 10px;
}

.gallery-mid-item-inner img {
	width: 100%;
	height: 100%;
}

@media (max-width: 1919.98px) {
	.gallery-mid {
		margin-left: -10px;
		margin-bottom: 10px;
	}

	.gallery-mid-item {
		margin-left: 10px;
	}

	.gallery-mid-item-inner {
		width: 398px;
		height: 318px;
	}
}

@media (max-width: 1519.98px) {
	.gallery-mid-item-big {
		min-width: 65.444444%;
		width: 70%;
		height: 670px;
	}

	.gallery-mid-item-big img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.gallery-mid-column {
		width: 33.333333%;
		max-width: 33.333333%;
	}

	.gallery-mid-item-inner {
		width: 100%;
		height: 50%;
		margin-bottom: 10px;
	}
	.slider2 .gallery-mid-item-inner {
		margin-bottom: 0;
	}
}

@media (max-width: 767.98px) {
	.gallery-top-item,
	.gallery-bottom-item {
		max-width: 50%;
		width: 50%;
		min-height: 45vw;
		height: 45vw;
	}

	.gallery-mid-item {
		width: 100vw;
		height: 75vw;
	}

	.gallery-mid-item-inner {
		height: 120px;
		padding: 17px 10px;
		width: calc(100% - 20px);
	}
}

.twentytwenty-handle {
	border: 3px solid #111 !important;
	width: 60px !important;
	height: 60px !important;
	background: #111;
	margin-left: -32px !important;
	margin-top: -32px !important;
}

.twentytwenty-handle:before,
.twentytwenty-handle:after {
	background: #111 !important;
	box-shadow: initial !important;
}

.twentytwenty-right-arrow {
	border-left: 10px solid #fff !important;
	margin-right: -25px !important;
}

.twentytwenty-left-arrow {
	border-right: 10px solid #fff !important;
	margin-left: -25px !important;
}

@media (max-width: 1259.98px) {
	.twentytwenty-handle {
		width: 50px !important;
		height: 50px !important;
		margin-left: -28px !important;
		margin-top: -28px !important;
	}

	.twentytwenty-right-arrow {
		border-left: 8px solid #fff !important;
		margin-right: -23px !important;
	}

	.twentytwenty-left-arrow {
		border-right: 8px solid #fff !important;
		margin-left: -23px !important;
	}
}

@media (max-width: 767.98px) {
	.twentytwenty-handle {
		width: 40px !important;
		height: 40px !important;
		margin-left: -22px !important;
		margin-top: -22px !important;
	}

	.twentytwenty-right-arrow {
		border-left: 7px solid #fff !important;
		margin-right: -21px !important;
	}

	.twentytwenty-left-arrow {
		border-right: 7px solid #fff !important;
		margin-left: -21px !important;
	}
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	opacity: 1 !important;
	font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important
}

.twenty-container:hover .twentytwenty-before-label,
.twenty-container:hover .twentytwenty-after-label {
	opacity: 0 !important;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: initial !important;
	bottom: 10px !important;
	background: transparent !important;
	padding: 0 !important;
	line-height: 26px !important;
}

/*NEWS*/

.section-news {
	display: flex;
	margin-left: -60px;
}

.news-item {
	width: 50%;
	margin-left: 60px;
	position: relative;
}

.news-item-a-1,
.news-item-a-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.news-item-photo img {
	width: 100%;
	transition: opacity 0.6s;
}

.news-item-title span {
	background: linear-gradient(black, black) no-repeat 0 90%;
	background-size: 0 1px;
	transition: 0.3s;
	margin-bottom: 10px;
	color: #111;
	font-weight: 400;
	font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.news-content-wrapper {
	display: flex;
	flex-direction: column;
}

.news-item-btn-wrapper {
	margin-top: auto;
}

@media (max-width: 1919.98px) {
	.section-news {
		margin-left: -40px;
	}

	.news-item {
		margin-left: 40px;
	}
}

@media (max-width: 991.98px) {
	.section-news {
		margin-left: 0;
		flex-direction: column;
	}

	.news-item {
		display: flex;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
		min-height: initial;
	}

	.news-item-photo {
		width: 50%;
		margin-bottom: 0;
	}

	.news-item-photo img {
		height: 100%;
		object-fit: cover;
	}

	.news-content-wrapper {
		width: 50%;
		margin-left: 20px;
		min-height: initial;
	}
}

@media (max-width: 767.98px) {
	.news-item {
		flex-direction: column;
		margin-bottom: 40px;
	}

	.news-item-photo {
		width: 100%;
		margin-bottom: 16px;
	}

	.news-item-photo img {
		height: 340px;
	}

	.news-content-wrapper {
		width: 100%;
		margin-left: 0;
	}
}

/*FOOTER*/

.footer {
	padding-top: 90px;
	padding-bottom: 30px;
}

@media (max-width: 767.98px) {
	.footer {
		padding-top: 60px;
		padding-bottom: 20px;
	}
}

.footer-address {
	text-align: right;
	font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
	font-size: 120px;
	font-weight: 400;
	line-height: 144px;
	margin-bottom: 100px;
	position: relative;
}

.footer-phone {
	text-align: right;
	position: relative;
	font-size: 150px;
	font-weight: 400;
	line-height: 180px;
	font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.footer-address a:hover,
.footer-phone a:hover {
	opacity: 0.8;
}

@media (max-width: 1919.98px) {
	.footer-address {
		font-size: 80px;
		line-height: 96px;
		margin-bottom: 60px;
	}

	.footer-phone {
		font-size: 100px;
		line-height: 120px;
	}
}

@media (max-width: 1023.98px) {
	.footer-address {
		font-size: 48px;
		line-height: 58px;
		margin-bottom: 50px;
	}

	.footer-phone {
		font-size: 60px;
		line-height: 72px;
	}
}

.footer-text-left {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.4;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

@media (max-width: 1213.98px) {
	.footer-text-left {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 767.98px) {
	.footer-address {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.footer-phone {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 40px;
	}

	.footer-text-left {
		position: relative;
		text-align: right;
		margin-top: 10px;
	}
}

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

.footer-contacts-copy {
	opacity: 0.4;
}

.footer-contacts {
	display: flex;
	align-items: center;
	margin-left: -60px;
}

.footer-contacts-item {
	margin-left: 60px;
}

.footer-contacts-item a {
	text-decoration: underline !important;
}

.footer-book {
	padding: 10px 20px;
	background: #111;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.3s;
	cursor: pointer;
}

.footer-book:active,
.footer-book:hover {
	opacity: 0.6;
}

@media (max-width: 1213.98px) {
	.footer-book {
		padding: 15px 20px;
	}
}

@media (max-width: 767.98px) {
	.footer-bottom {
		flex-direction: column-reverse;
		justify-content: flex-start;
	}

	.footer-contacts {
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
		padding: 0 10px;
		margin-left: 0;
	}

	.footer-contacts-item {
		width: 100%;
		margin-left: 0;
		padding: 10px 0;
		border-top: 1px solid rgba(17, 17, 17, 0.10);
	}

	.footer-contacts-item a {
		width: 100%;
		display: block;
	}

	.footer-book {
		margin: 10px 0;
		text-align: center;
	}
}

/*MODALS*/

.modal {
	position: fixed;
	top: 0;
	right: -910px;
	background: #ffffff;
	overflow: auto;
	height: 100dvh;
	width: 910px;
	transition: 0.3s;
	z-index: -99;
}

@media (max-width: 1519.98px) {
	.modal {
		width: 610px;
	}
}

.book > .modal-book,
.finish > .modal-finish {
	right: 0;
	z-index: 999;
}

@media (max-width: 767.98px) {
	.modal {
		top: initial;
		bottom: 0;
		left: 0;
		width: 100%;
		transform: initial;
		opacity: 0;
		transition: 0.3s;
	}

	.finish > .modal-finish,
	.book > .modal-book {
		transform: translate(0, 0);
	}
}

@media (max-width: 767.98px) {
	.menu-mobile-wrapper,
	.modal-finish,
	.modal-book {
		transform: initial;
		border-radius: 0;
		transition: 0.3s;
	}

	.book > .menu-mobile-wrapper,
	.book > .modal-book,
	.finish > .modal-finish {
		opacity: 1;
		transform: initial;
	}
}

.modal-wrapper {
	position: relative;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 60px);
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	transition: 0.3s;
	opacity: 0.6;
}

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

@media (max-width: 1519.98px) {
	.modal-wrapper {
		padding: 30px;
	}

	.modal-close {
		top: 40px;
	}
}

@media (max-width: 1213.98px) {
	.modal-wrapper {
		padding: 20px;
		height: calc(100% - 40px);
	}

	.modal-close {
		top: 20px;
		z-index: 9999;
	}
}

.modal-title {
	font-size: 100px;
	line-height: 120px;
	color: #111111;
	font-weight: 400;
	font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

@media (max-width: 1519.98px) {
	.modal-title {
		font-size: 80px;
		line-height: 96px;
	}
}

@media (max-width: 1213.98px) {
	.modal-title {
		font-size: 64px;
		line-height: 77px;
	}
}

@media (max-width: 767.98px) {
	.modal-title {
		font-size: 48px;
		line-height: 58px;
	}
}

.modal-bottom {
	display: flex;
	flex-direction: column;
}

.modal-bottom input {
	border-bottom: 2px solid rgba(1, 1, 1, 0.3);
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	color: #111;
	width: 100%;
	transition: 0.3s;
}

input:hover {
	border-bottom: 2px solid rgba(1, 1, 1, 0.5);
}

input:focus {
	border-bottom: 2px solid rgba(1, 1, 1, 1);
}

.modal-bottom input::-webkit-input-placeholder {
	color: #111;
	opacity: 0.3;
	transition: 0.3s;
}

.modal-bottom input::-moz-placeholder {
	color: #111;
	opacity: 0.3;
	transition: 0.3s;
}

.modal-bottom input:-ms-input-placeholder {
	color: #111;
	opacity: 0.3;
	transition: 0.3s;
}

.modal-bottom input::-ms-input-placeholder {
	color: #111;
	opacity: 0.3;
	transition: 0.3s;
}

.modal-bottom input::placeholder {
	color: #111;
	opacity: 0.3;
	transition: 0.3s;
}

input:hover::-webkit-input-placeholder {
	opacity: 0.5;
}

input:hover::-moz-placeholder {
	opacity: 0.5;
}

input:hover::-ms-input-placeholder {
	opacity: 0.5;
}

input:hover::-ms-input-placeholder {
	opacity: 0.5;
}

input:hover::placeholder {
	opacity: 0.5;
}


button.submit-btn {
	border: none;
	width: 100%;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

.submit-btn-on {
	animation-name: submit-btn-on;
  	animation-timing-function: linear;
  	animation-duration: 1s;
  	animation-iteration-count: infinite;
}

@keyframes submit-btn-on {
	  50% {
		opacity: 0.6;
	  }
}

@-webkit-keyframes submit-btn-on {
	  50% {
		opacity: 0.6;
	  }
}

.submit-btn {
	color: #fff;
	background: #111;
	padding: 15px;
	width: 100%;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	text-transform: uppercase;
}

.submit-btn:active,
.submit-btn:focus {
	opacity: 1 !important;
}

.modal-finish-btn {
	padding: 11px 0;
	text-transform: uppercase;
	border: 2px solid #111;
	cursor: pointer;
	text-align: center;
	transition: 0.3s;
}

.modal-finish-btn:hover {
	opacity: 0.6;
}

.modal-bottom-text {
	margin-bottom: 40px;
}

.modal-bottom-inputs {
	margin-bottom: 40px;
}

@media (max-width: 1213.98px) {
	.modal-bottom-inputs {
		margin-bottom: 20px;
	}
}

.modal-finish .modal-wrapper {
	padding: 40px;
	height: calc(100% - 80px);
}

.modal-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.modal-content-title {
	font-size: 160px;
	color: #111111;
	line-height: 192px;
	margin-bottom: 20px;
	font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.modal-content-text {
	margin-bottom: 60px;
}

@media (max-width: 1519.98px) {
	.modal-finish .modal-wrapper {
		padding: 30px;
		height: calc(100% - 60px);
	}

	.modal-content-title {
		font-size: 48px;
		line-height: 57px;
		margin-bottom: 16px;
	}

	.modal-content-text {
		margin-bottom: 40px;
	}
}

@media (max-width: 1213.98px) {
	.modal-finish .modal-wrapper {
		height: calc(100% - 40px);
		padding: 20px;
	}
}

@media (max-width: 767.98px) {
	.modal-content-text-wrapper {
		max-width: 100%;
	}

	.modal-content-title {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 16px;
	}

	.modal-content-text {
		margin-bottom: 40px;
	}
}

.input-error-text {
	color: #EE7C7C;
	font-size: 14px;
	line-height: 17px;
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.input-error-enter input,
.input-error-correct input {
	border-bottom: 2px solid #EE7C7C;
}

.input-error-enter .input-enter {
	display: block;
}

.input-error-correct .input-correct {
	display: block;
}

.input {
	position: relative;
}

@media (hover: hover) {
	.header-book:hover {
		background: #111;
		color: #fff;
	}

	.submit-btn-hover:hover {
		opacity: 0.6;
	}

}

@media (hover: none) {
	.modal-close:active svg path {
		fill: #111111;
	}
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
	box-shadow: 0 0 0 30px #ffffff inset !important;
}