/**************************************/

@font-face {
	font-family: 'Greek Collection Font';
	src: url('../fonts/GFSDidot/GFSDidot.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Infant';
	src: url('../fonts/Cormorant_Infant/CormorantInfant-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Infant';
	src: url('../fonts/Cormorant_Infant/CormorantInfant-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Infant';
	src: url('../fonts/Cormorant_Infant/CormorantInfant-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Infant';
	src: url('../fonts/Cormorant_Infant/CormorantInfant-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Infant';
	src: url('../fonts/Cormorant_Infant/CormorantInfant-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Infant';
	src: url('../fonts/Cormorant_Infant/CormorantInfant-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Infant';
	src: url('../fonts/Cormorant_Infant/CormorantInfant-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Infant';
	src: url('../fonts/Cormorant_Infant/CormorantInfant-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Infant';
	src: url('../fonts/Cormorant_Infant/CormorantInfant-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Infant';
	src: url('../fonts/Cormorant_Infant/CormorantInfant-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Waterfall';
	src: url('../fonts/Waterfall/Waterfall-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/**************************************/

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
	transition: 0.3s ease-in-out;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 1px solid #161616;
	outline-offset: 4px;
}

img {
	max-width: 100%;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(210, 217, 232, 0.6);
	backdrop-filter: blur(5px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1200;
}

#overlay.active {
	opacity: 1;
	visibility: visible;
}

body {
	font-family: 'Cormorant Infant';
	background-color: #F9F9F9;
}

/* Global */

p {
	line-height: 120%;
}


.list--reset {
	margin: 0;
	padding: 0;
	list-style: none;
}


.btn-reset {
	padding: 0;
	border: 0;
	border-color: transparent;
	cursor: pointer;
	background-color: transparent;
	transition: .3s ease-in-out;
}

.container {
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 24px;
	padding-left: 24px;
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
	left: -9999px;
}

/* Hover focus active */

.form_btn:hover {
	background-color: transparent;
	color: #FFFFFF;
}

.footer_docs_link:hover {
	color: #161616;
}

/* Header */

.header_list {
	display: flex;
	justify-content: space-between;
	padding: 16px 0;
	align-items: center;
}

.header_logo_svg {
	width: 182px;
	height: 88px;
}

.header_link {
	position: relative;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 0 1px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	transition: background-size 0.3s ease;
	color: #161616;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 6%;

}

.header_link:hover {
	background-size: 100% 1px;
}

.header_list_item_custom {
	width: 113px;
}



/* Hero */

.hero_content {
	display: flex;
	flex-direction: column;
	gap: 128px;

}

.hero_main_top {
	display: flex;
	gap: 20px;
	height: 760px;
}

.hero_right {
	width: 686px;

	flex: 1;
}

.hero_left {
	height: 759px;
	flex: 1;
	outline: 1px solid #3C3C3C;
}

.hero_left_wrapper {
	padding: 180px 218px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.hero_arrow {
	margin-left: 16px;
}

.hero_left_link {
	color: #161616;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 1.08px;
	display: inline-flex;
	align-items: center;
	position: relative;
	text-decoration: none;

}

.hero_img_right {
	object-fit: cover;
	max-width: 686px;
	height: 760px;
}

.hero_img_left{
	object-fit: cover;
	height: 350px;
}

.hero_text {
	position: relative;
	background-image: linear-gradient(#161616, #161616);
	background-position: center bottom 3px;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	transition: background-size 0.3s ease;
	white-space: nowrap;
}

.hero_left_img_box{
	width: 249px;
	height: 350px;
}
.hero_left_button_wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero_left_link:hover .hero_text {
	background-size: 0 1px;
}

.hero_main_bottom {
	display: flex;
	gap: 20px;
}

.hero_main_bottom_wrapper {
	display: flex;
	gap: 20px;
}

.hero_main_bottom_card {
	display: flex;
	flex-direction: column;
	width: 333px;
	flex: 1;
	height: 500px;
}

.hero_main_bottom_card_img {
	object-fit: cover;
	height: 500px;
}

.hero_main_bottom_card_link {
	display: block;
	width: 100%;
	height: 100%;
}

.hero_main_bottom_card_link .hero_main_bottom_card_img {
	width: 100%;
}

.hero_new_arrival_flip_card {
	perspective: 1200px;
	outline-offset: 4px;
}

.hero_new_arrival_flip_inner {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero_new_arrival_flip_front,
.hero_new_arrival_flip_back {
	position: absolute;
	inset: 0;
	overflow: hidden;
	backface-visibility: hidden;
}

.hero_new_arrival_flip_back {
	color: #F9F9F9;
	transform: rotateY(180deg);
}

.hero_new_arrival_flip_back_image,
.hero_new_arrival_flip_overlay,
.hero_new_arrival_flip_content {
	position: absolute;
	inset: 0;
}

.hero_new_arrival_flip_back_image {
	width: 100%;
}

.hero_new_arrival_flip_overlay {
	background: rgba(22, 22, 22, 0.70);
}

.hero_new_arrival_flip_content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px 16px;
}

.hero_new_arrival_flip_title,
.hero_new_arrival_flip_price,
.hero_new_arrival_flip_description {
	margin: 0;
}

.hero_new_arrival_flip_title {
	margin: 0;
	font-family: "Cormorant Infant";
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
}

.hero_new_arrival_flip_price {
	margin: 0;
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 300;
	line-height: 140%;
}

.hero_new_arrival_flip_description {
	margin: 0;
	font-size: clamp(13px, 1.1vw, 18px);
	font-weight: 300;
	line-height: 145%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.hero_new_arrival_flip_card:focus-visible .hero_new_arrival_flip_inner {
	transform: rotateY(180deg);
}

@media (hover: hover) and (pointer: fine) {
	.hero_new_arrival_flip_card:hover .hero_new_arrival_flip_inner {
		transform: rotateY(180deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero_new_arrival_flip_inner {
		transition: none;
	}
}

@media (max-width: 768px) {
	.hero_new_arrival_flip_inner,
	.hero_new_arrival_flip_card:hover .hero_new_arrival_flip_inner,
	.hero_new_arrival_flip_card:focus-visible .hero_new_arrival_flip_inner {
		transform: none !important;
	}

	.hero_new_arrival_flip_front {
		transform: none;
	}

	.hero_new_arrival_flip_back {
		display: none;
	}
}

@media (max-width: 767px) {
	.hero_new_arrival_flip_content {
		padding: 16px 32px;
	}

	.hero_new_arrival_flip_title {
		margin-bottom: 12px;
		font-size: 18px;
	}

	.hero_new_arrival_flip_price {
		margin-bottom: 14px;
		font-size: 13px;
	}

	.hero_new_arrival_flip_description {
		font-size: 12px;
		-webkit-line-clamp: 5;
	}
}

.title_standart {
	margin: 0;
	color: #161616;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hero_main_bottom_title_margin {
	margin-bottom: 32px;
}

.text_standart {
	margin: 0;
	color: #161616;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
}

.hero_main_bottom_card_button_wrapper {
	margin-top: auto;
}

/* About */

.about {
	padding-top: 128px;
}

.section_title {
	margin: 0;
	margin-bottom: 32px;
	color: #161616;
	font-family: 'Waterfall';
	font-size: 135px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.about_content_main_wrapper {
	display: flex;
	gap: 197px;

}

.about_content_left {
	display: flex;
	flex-direction: column;
	max-width: 686px;
	height: 925px;
}

.about_content_right {
	display: flex;
	flex-direction: column;
	max-width: 509px;
	height: 925px;
}

.about_content_img {
	height: 760px;
	margin-bottom: 8px;
}

.about_img {
	height: 760px;
}

.about_img_descr {
	margin: 0;
	margin-bottom: 32px;
	color: #161616;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 25.2px */
}

.text_custom {
	color: #161616;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
}


.about_content_right_descr {
	margin-bottom: 32px;
}

.about_content_right_img_wrapper {
	width: 509px;
	height: 350px;
	margin-bottom: 153px;
}

.about_content_right_img {
	width: 509px;
	height: 350px;
	object-fit: cover;
}

.about_content_right_button_wrapper {
	padding-left: 176px;
	margin-top: auto;
}

/* Portfolio */

.portfolio {
	padding-top: 128px;
}

.portfolio_title {
	padding-left: 740px;
}


.portfolio_main_wrapper {
	width: 100%;
}

.portfolio_viewport {
	width: 100%;
	overflow: hidden;
	cursor: grab;
}

.portfolio_gallery {
	display: flex;
	height: 500px;
	gap: 20px;
	will-change: transform;
	transform: translateX(0px);
}

.portfolio_img {
	flex: 0 0 auto;
	width: auto;
	cursor: pointer;
	object-fit: cover;
	transform-origin: center center;
	transition:
		opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1),
		clip-path 1.35s cubic-bezier(0.22, 1, 0.36, 1),
		transform 1.35s cubic-bezier(0.22, 1, 0.36, 1),
		filter 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio_gallery.is-editorial-pending .portfolio_img {
	opacity: 0;
	clip-path: inset(10% 0 0 0);
	transform: translate3d(0, 22px, 0) scale(1.025);
	will-change: opacity, clip-path, transform;
}

.portfolio_viewport:active {
	cursor: grabbing;
}

.portfolio_gallery.is-editorial-ready .portfolio_img {
	opacity: 1;
	clip-path: inset(0 0 0 0);
	transform: translate3d(0, 0, 0) scale(1);
	transition-delay: var(--portfolio-reveal-delay, 0ms);
	will-change: auto;
}

.portfolio_gallery.is-editorial-ready .portfolio_img:hover,
.portfolio_gallery.is-editorial-ready .portfolio_img:focus-visible {
	opacity: 1;
	filter: saturate(0.96) contrast(1.04);
	transform: translate3d(0, -6px, 0) scale(1.035);
	transition-delay: 0ms;
	will-change: transform, filter;
}

/* Use data attributes instead of nth-child */
.portfolio_img[data-i="1"] {
	width: 333px;
	max-height: 335px;
}

.portfolio_img[data-i="2"] {
	width: 333px;
	max-height: 500px;
}

.portfolio_img[data-i="3"] {
	width: 333px;
	max-height: 429px;
}

.portfolio_img[data-i="4"] {
	width: 333px;
	max-height: 338px;
}

.portfolio_img[data-i="5"] {
	width: 333px;
	max-height: 429px;
}

.portfolio_img[data-i="6"] {
	width: 333px;
	max-height: 338px;
}

.portfolio_img[data-i="7"] {
	width: 333px;
	max-height: 414px;
}

.portfolio_img[data-i="8"] {
	width: 333px;
	max-height: 500px;
}

.portfolio_img[data-i="9"] {
	width: 333px;
	max-height: 411px;
}

.portfolio_img[data-i="10"] {
	width: 333px;
	max-height: 396px;
}

.portfolio_img[data-i="11"] {
	width: 333px;
	max-height: 500px;
}

.portfolio_img[data-i="12"] {
	width: 333px;
	max-height: 416px;
}

.portfolio_img[data-i="13"] {
	width: 333px;
	max-height: 444px;
}

.portfolio_img[data-i="14"] {
	width: 333px;
	max-height: 413px;
}

.portfolio_img[data-i="15"] {
	width: 333px;
	max-height: 500px;
}

.portfolio_img[data-i="16"] {
	width: 333px;
	max-height: 425px;
}

.portfolio_img[data-i="17"] {
	width: 333px;
	max-height: 418px;
}

.portfolio_img[data-i="18"] {
	width: 333px;
	max-height: 389px;
}

.portfolio_img[data-i="19"] {
	width: 333px;
	max-height: 415px;
}

.portfolio_img[data-i="20"] {
	width: 333px;
	max-height: 500px;
}

.portfolio_img[data-i="21"] {
	width: 333px;
	max-height: 414px;
}

.portfolio_img[data-i="22"] {
	width: 333px;
	max-height: 456px;
}

.portfolio_img[data-i="23"] {
	width: 333px;
	max-height: 411px;
}

.portfolio_img[data-i="24"] {
	width: 333px;
	max-height: 500px;
}

.portfolio_img[data-i="25"] {
	width: 333px;
	max-height: 378px;
}

.portfolio_img[data-i="26"] {
	width: 333px;
	max-height: 409px;
}

.portfolio_img[data-i="27"] {
	width: 333px;
	max-height: 477px;
}

.portfolio_img[data-i="28"] {
	width: 333px;
	max-height: 406px;
}

.portfolio_img[data-i="29"] {
	width: 333px;
	max-height: 415px;
}

.portfolio_img[data-i="30"] {
	width: 333px;
	max-height: 420px;
}

/* Buttons */
.portfolio_btns {
	display: flex;
	gap: 20px;
	max-width: 333px;
	flex: 1;
}

.arrow_left,
.arrow_right {
	display: flex;
	align-items: first baseline;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	user-select: none;
	font-size: 30px;
}

/* LIGHTBOX */
.lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition:
		opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
		background-color 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.lightbox img {
	max-width: 85%;
	max-height: 85%;
	user-select: none;
	opacity: 0;
	transform: translate3d(0, 16px, 0) scale(0.985);
	transition:
		opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.lightbox.active {
	background: rgba(0, 0, 0, 0.94);
	opacity: 1;
	pointer-events: auto;
}

.lightbox.active img {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.lightbox.is-changing img {
	opacity: 0;
	transform: translate3d(0, 10px, 0) scale(1.012);
}

/* Arrows inside fullscreen */
.lb_prev,
.lb_next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 60px;
	color: white;
	cursor: pointer;
	user-select: none;
	opacity: 0.72;
	transition:
		opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.lb_prev:hover,
.lb_next:hover,
.lb_prev:focus-visible,
.lb_next:focus-visible {
	opacity: 1;
}

.lb_prev {
	left: 40px;
}

.lb_next {
	right: 40px;
}

.portfolio_gallery_btn_wrapper {
	display: flex;
	justify-content: center;
	margin-top: 32px;
	gap: 20px;


}

.portfolio_descr_gallery {
	width: 333px;
}



.portfolio_descr_wrapper {
	max-width: 333px;
	flex: 1;
}

/* Collections */

.collections {
	padding-top: 128px;
	padding-bottom: 128px;
}

.collections_content {
	display: flex;
	gap: 108px;
	justify-content: flex-end;
	height: 850px;
}

.collections_left_wrapper {
	max-width: 510px;
	display: flex;
	flex-direction: column;
}

.collections_title {
	text-align: center;
	margin-bottom: 32px;
}

.collections_logo_title {
	margin: 0;
	color: #161616;
	font-family: 'Waterfall';
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 72px */
}

.collections_pagination_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}

.collections_logo_wrapper {
	position: relative;
}

.collections_logo_title_greek {
	font-family: 'Greek Collection Font', serif;
	position: absolute;
	top: 8px;
	right: -34px;
	font-size: 14px;
	font-weight: 300;
}

.collections_img_sun {
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}

.collections_decr_wrapper {
	margin-bottom: 32px;
}

.collections_btn_wrapper {
	display: flex;
	justify-content: flex-end;
}

.collections_right_wrapper {
	max-width: 686px;
}

.collections_right_slider {
	display: grid;
	overflow: hidden;
}

.collections_right_img {
	width: 686px;
	height: 850px;
	display: block;
	object-fit: cover;
}

.collections_right_slide {
	grid-area: 1 / 1;
	opacity: 0;
	transform: scale(1.06);
	transition:
		opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
		transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.collections_right_slide.active {
	opacity: 1;
	transform: scale(1);
}


/* Connections */

.connections {
	padding-top: 128px;
	padding-bottom: 128px;
	background-image: url("../img/unit6/background_unit6.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.connections_content {
	display: flex;
	justify-content: center;
}

.form_wrapper {
	max-width: 686px;
	padding: 80px 88px;
	background: rgba(22, 22, 22, 0.70);


}



.connections_title {
	color: #F9F9F9;
	margin-bottom: 32px;
	text-align: center;
}

.connections_descr {
	margin: 0;
	margin-bottom: 24px;
	color: #F9F9F9;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 25.2px */
}


/* Form */



/* ===== Checkbox ===== */
.custom_checkbox {
	user-select: none;
	cursor: pointer;
	margin-bottom: 0px;
	display: flex;
	justify-content: flex-end;
}

.custom_checkbox_input {
	position: absolute;
	appearance: none;
}

.custom_checkbox_text {
	margin-top: -1px;
	margin-bottom: 16px;
	position: relative;
	display: flex;
	margin-left: 27px;
	color: #8D8D8D;
	text-align: center;
	font-size: 18px;
	line-height: 120%;
	text-decoration: underline;
	text-decoration-color: #8D8D8D;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.custom_checkbox_text::before {
	content: "";
	position: absolute;
	right: 365px;
	top: 43%;
	transform: translateY(-38%);
	width: 18px;
	height: 18px;
	border: 1px solid #8D8D8D;
}

.custom_checkbox_text::after {
	content: "";
	position: absolute;
	right: 367px;
	top: 51%;
	width: 12px;
	height: 15px;
	background-image: url("../img/vector.svg");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.custom_checkbox_input:checked+.custom_checkbox_text::after {
	opacity: 1;
}

.custom_checkbox_input:checked+.custom_checkbox_text::before {
	border-color: #F7F7F7;
}

.custom_checkbox:hover .custom_checkbox_text::before {
	border-color: #F7F7F7;
	transition: 0.3s ease-in-out;
}

.custom_checkbox_text:hover {
	color: #F7F7F7;
}

.connections_form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.connections_form_input {
	width: 100%;
	border: 1px solid #909090;
	padding: 11px 16px;
	color: #FFF;
	font-family: 'Cormorant Infant';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	background-color: transparent;
	/* 25.2px */
}

.connections_form_textarea {
	border: 1px solid #909090;
	color: #FFF;
	font-family: 'Cormorant Infant';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	background-color: transparent;
	padding: 11px 16px;
	height: 158px;
}

.form_btn {
	padding: 12px 98px;
	background: #F9F9F9;
	color: #161616;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 25.2px */
	letter-spacing: 1.08px;
	text-transform: uppercase;
	border: 1px solid #F9F9F9;
	transition: .3s ease-in-out;
}

.button_wrapper {
	display: flex;
	justify-content: flex-end;
}

.contacts_submit {
	margin-top: -8px;
}

.input_container {
	width: 100%;
	position: relative;
}

.element_right {
	position: absolute;
	top: 19px;
	right: 24px;
	opacity: 0;
	transform: scale(0.8);
	transition: 0.25s ease;
}

/* Error state */
.connections_form_input.error {
	border-color: #FF6262;
}

/* Show checkmark */
.input_container.success .element_right {
	opacity: 1;
	transform: scale(1);
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);

	display: flex;
	align-items: center;
	justify-content: center;

	opacity: 0;
	pointer-events: none;
	transition: 0.4s ease;
	z-index: 9999;
}

.modal.active {
	opacity: 1;
	pointer-events: all;
}

.modal_content {
	width: 1039px;
	position: relative;
	background: #F9F9F9;
	padding: 95px 88px;
	text-align: center;
	transform: translateY(40px) scale(0.95);
	transition: 0.4s ease;
}

.modal.active .modal_content {
	transform: translateY(0) scale(1);
}

.modal_close {
	position: absolute;
	top: 95px;
	right: 89px;

	background: none;
	border: none;
	color: #161616;
	cursor: pointer;
}

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

.message_descr {
	max-width: 353px;
	margin: 0;
	color: #161616;
	text-align: center;
	font-family: 'Waterfall';
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 64px */
}

.message_img {
	width: 421px;
	height: 577px;
}

/* Footer */

.footer {
	padding: 128px 0;
}

.footer_main_wrapper {
	display: flex;
	justify-content: space-between;

}

.footer_logo_svg {
	width: 510px;
	height: 245px;
}

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

.footer_docs_left {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer_docs_link {
	color: #7F7F7F;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	transition: .3s ease-in-out;
}

.footer_left_wrapper {
	display: flex;
	flex-direction: column;
	gap: 88px;
}

.footer_docs_right {
	display: flex;
	align-items: last baseline;
}

.footer_rr {
	margin-top: 0;
	color: #7F7F7F;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 25.2px */
}

.footer_navigation_wrapper {
	display: flex;
	flex-direction: column;

}

.footer_nav_section {
	display: flex;
	gap: 272px;
}

.p1 {
	padding-bottom: 32px;
	border-bottom: 1px solid #C0C0C0;
}

.p2 {
	padding: 32px 0;
}

.p3 {
	padding-top: 32px;
	border-top: 1px solid #C0C0C0;
}

.footer_nav_list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer_nav_title {
	width: 81px;
}

.footer_right_wrapper {
	width: 686px;
}



/* Burger menu */

/* Overlay dimming */
.menu_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(3px);

	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;

	z-index: 998;
}

/* Side menu */
.side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 388px;
	height: 100vh;
	background: #F9F9F9;
	transform: translateX(-100%);
	transition: transform 0.5s cubic-bezier(.77, 0, .18, 1);
	z-index: 999;
	padding: 120px 24px;
}

/* Active state */
.side_menu.active {
	transform: translateX(0);
}

.menu_overlay.active {
	opacity: 1;
	visibility: visible;
}

.hero_mobile_button_wrapper{
	display: none;
}

.collections_right_wrapper_mobile{
	display: none;
}

.hero_img_right_mobile{
	display: none;
}

.mobile_br{
	display: none;
}

.powered{
	margin-top: 16px;
}

.captcha_modal {
	position: fixed;
	inset: 0;
	z-index: 1450;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.captcha_modal.active {
	visibility: visible;
	opacity: 1;
}

.captcha_modal_overlay {
	position: absolute;
	inset: 0;
	background: rgba(22, 22, 22, 0.42);
	backdrop-filter: blur(4px);
}

.captcha_modal_content {
	position: relative;
	z-index: 1;
	width: min(100%, 440px);
	padding: 36px;
	background: #F9F9F9;
	color: #161616;
	text-align: center;
	transform: translateY(24px) scale(0.98);
	transition: transform 0.3s ease;
}

.captcha_modal.active .captcha_modal_content {
	transform: translateY(0) scale(1);
}

.captcha_modal_close {
	position: absolute;
	top: 12px;
	right: 16px;
	color: #161616;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

.captcha_modal_title {
	margin: 0;
	font-family: "Cormorant Infant", serif;
	font-size: 34px;
	font-weight: 300;
	line-height: 1.1;
}

.captcha_modal_text {
	margin: 12px 0 24px;
	font-size: 16px;
	line-height: 1.4;
}

.captcha_modal .cf-turnstile {
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	.captcha_modal {
		padding: 16px;
	}

	.captcha_modal_content {
		padding: 32px 20px 24px;
	}
}

@media (max-width: 374px) {
	.captcha_modal {
		padding: 8px;
	}

	.captcha_modal_content {
		padding: 30px 10px 20px;
	}

	.captcha_modal_title {
		font-size: 30px;
	}

	.captcha_modal_text {
		margin-bottom: 18px;
		font-size: 14px;
	}
}

/* Motion */
.home_page .motion-reveal {
	opacity: 0;
	transform: translate3d(0, 18px, 0);
	transition:
		opacity 1s cubic-bezier(.22, .61, .36, 1),
		transform 1s cubic-bezier(.22, .61, .36, 1);
	transition-delay: var(--reveal-delay, 0ms);
	will-change: opacity, transform;
}

.home_page .motion-reveal--text {
	transform: translate3d(0, 14px, 0);
}

.home_page .motion-reveal--image {
	transform: translate3d(0, 14px, 0) scale(1.01);
}

.home_page .motion-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	will-change: auto;
}

.home_page .hero_left_link,
.home_page .hero_arrow,
.home_page .arrow_left,
.home_page .arrow_right,
.home_page .collections_arrow_left,
.home_page .collections_arrow_right,
.home_page .portfolio_img,
.home_page .form_btn {
	transition:
		opacity 0.35s ease,
		color 0.35s ease,
		background-color 0.35s ease,
		border-color 0.35s ease,
		transform 0.45s cubic-bezier(.22, .61, .36, 1);
}

.home_page .hero_left_link:hover {
	opacity: 0.78;
}

.home_page .hero_left_link:hover .hero_arrow {
	transform: translate3d(5px, 0, 0);
}

.home_page .arrow_left:hover,
.home_page .collections_arrow_left:hover {
	transform: translate3d(-4px, 0, 0);
}

.home_page .arrow_right:hover,
.home_page .collections_arrow_right:hover {
	transform: translate3d(4px, 0, 0);
}

.home_page .portfolio_img:hover {
	opacity: 1;
}

.home_page .form_btn:hover {
	opacity: 0.88;
	transform: translate3d(0, -2px, 0);
}

.home_page .side_menu .nav_list_item {
	opacity: 0;
	transform: translate3d(-10px, 0, 0);
	transition:
		opacity 0.45s ease,
		transform 0.55s cubic-bezier(.22, .61, .36, 1);
}

.home_page .side_menu.active .nav_list_item {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.home_page .side_menu.active .nav_list_item:nth-child(1) {
	transition-delay: 0.12s;
}

.home_page .side_menu.active .nav_list_item:nth-child(2) {
	transition-delay: 0.17s;
}

.home_page .side_menu.active .nav_list_item:nth-child(3) {
	transition-delay: 0.22s;
}

.home_page .side_menu.active .nav_list_item:nth-child(4) {
	transition-delay: 0.27s;
}

.home_page .side_menu.active .nav_list_item:nth-child(5) {
	transition-delay: 0.32s;
}

@media (prefers-reduced-motion: reduce) {
	.home_page *,
	.home_page *::before,
	.home_page *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		transition-delay: 0ms !important;
	}

	.home_page .motion-reveal,
	.home_page .motion-reveal--text,
	.home_page .motion-reveal--image,
	.home_page .motion-reveal.is-visible,
	.home_page .side_menu .nav_list_item {
		opacity: 1;
		transform: none;
		will-change: auto;
	}
}
