/*
Theme name: Faura
Description: Interior Design Residency
Author: Aleksandrlao
Author URI: https://alaoweb.top
*/


:root {
	--white: #fff;
	--black: #000;
}


/*@font-face{*/
/*	font-family: "Quadranta";*/
/*	src: url("fonts/quadranta/quadranta.eot");*/
/*	src: url("fonts/quadranta/quadranta.eot?#iefix")format("embedded-opentype"),*/
/*	url("fonts/quadranta/quadranta.woff")format("woff"),*/
/*	url("fonts/quadranta/quadranta.woff2")format("woff2"),*/
/*	url("fonts/quadranta/quadranta.ttf")format("truetype");*/
/*	font-weight:normal;*/
/*	font-style:normal;*/
/*	font-display:swap;*/
/*}*/
@font-face{
	font-family: "Oceanic Grotesk";
	src: url("fonts/oceanicgrotesk-medium/oceanicgrotesk-medium.eot");
	src: url("fonts/oceanicgrotesk-medium/oceanicgrotesk-medium.eot?#iefix")format("embedded-opentype"),
	url("fonts/oceanicgrotesk-medium/oceanicgrotesk-medium.woff")format("woff"),
	url("fonts/oceanicgrotesk-medium/oceanicgrotesk-medium.woff2")format("woff2"),
	url("fonts/oceanicgrotesk-medium/oceanicgrotesk-medium.ttf")format("truetype");
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}


*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html {
	font-size: 20px;
}
body {
	background: var(--white);
	color: var(--black);
	font: 0.8rem/1.5 'Host Grotesk', Arial, sans-serif;
}
.wrapper,
body.nav-active {
	overflow: hidden;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1440px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 auto;
	position: relative;
	border-top: 0 solid transparent;
}
.container::after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.wrapper {
	overflow: hidden;
}


a {
	color: var(--black);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, 
textarea, 
select,
button {
	font-family: 'Host Grotesk', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: var(--black);
}
input::-webkit-input-placeholder {
	color: var(--black);
}
input::-moz-placeholder {
	color: var(--black);
}
input:-moz-placeholder {
	color: var(--black);
}
input:-ms-input-placeholder {
	color: var(--black);
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 1.2rem;
}
.text h2, 
.text h3, 
.text h4, 
.text h5 {
	margin-bottom: 1.2rem;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.3rem;
}
.text h3 {
	font-size: 1.2rem;
}
.text h4, .text h5 {
	font-size: 1rem;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid var(--black);
	padding: 10px;
	margin-bottom: 1.2rem;
}
.text ul, .text ol {
	margin: 0 0 1rem 1.2rem;
}
.text li {
	margin-bottom: 8px;
}
.text img {
	display: block;
	max-width: 100%;
	height: auto;
}



.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}


/* ========== PRELOADER ========== */
#preloader {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 9999;
	overflow: hidden;
}
#seeds-img {
	position: absolute;
	width: 480px;
	height: 480px;
	object-fit: contain;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#logo-dots {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-60px, -60px);
	width: 120px;
	height: 120px;
}
.logo-dot {
	position: absolute;
	width: 34px;
	height: 34px;
	background: #000;
	border-radius: 50%;
	opacity: 0;
}
.logo-dot:nth-child(1) { top: 0; left: 0; }
.logo-dot:nth-child(2) { top: 0; left: 43px; }
.logo-dot:nth-child(3) { top: 0; left: 86px; }
.logo-dot:nth-child(4) { top: 43px; left: 0; }
.logo-dot:nth-child(5) { top: 43px; left: 43px; }
.logo-dot:nth-child(6) { top: 86px; left: 0; }
#single-dot {
	position: absolute;
	width: 34px;
	height: 34px;
	background: #000;
	border-radius: 50%;
	left: calc(50% - 43px);
	bottom: 48%;
	opacity: 0;
}






/* Header ----------------------------------------------------------------------------- */
.header {
	--nav-color: var(--white);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 102px;
	padding-bottom: 16px;
	color: var(--nav-color);
	transition: all 0.4s ease;
	z-index: 50;
}
.page-template-page-apply .header,
.page-template-default .header,
.header-active .header {
	background: var(--white);
	--nav-color: var(--black);
}
.header .container {
	z-index: 10;
}
.header__logo {
	display: block;
	width: 70px;
	height: 88px;
	mix-blend-mode: difference;
	background: var(--nav-color);
	-webkit-mask: url('i/bg-logo.webp') no-repeat;
	mask: url('i/bg-logo.webp') no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
	opacity: 0;
}

.header__nav {
	width: calc(100% - 100px);
	margin-left: auto;
}
.header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 24px;
	list-style: none;
}
.header__nav ul li {
	min-width: 100px;
}
.header__nav ul a {
	display: block;
	padding-top: 28px;
	position: relative;
	color: var(--nav-color);
	opacity: 0;
	transform: translateY(-24px);
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.header__nav ul a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: var(--nav-color);
	transition: all .3s ease-in-out;
}
.header__nav ul a.menu-item-unlock::before {
	width: 24px;
	height: 24px;
	border-radius: 0;
	-webkit-mask: url("i/bg-icon-key.svg") center no-repeat;
	mask: url("i/bg-icon-key.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transform: translateY(-2px);
}
.header__nav ul a:hover::before {
	top: -5px;
	left: -5px;
	width: 24px;
	height: 24px;
}
.header__nav ul a.menu-item-unlock:hover::before {
	top: -5px;
	left: -5px;
	width: 34px;
	height: 34px;
}

.header__nav-btn {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border: none;
	background: var(--white);
	outline: none;
	cursor: pointer;
	z-index: 50;
}
.header__nav-btn span {
	position: relative;
	display: block;
	width: 6px;
	height: 6px;
	background: var(--black);
	border-radius: 50%;
	transition: all 0.3s ease;

	box-shadow:
			-10px -10px 0 var(--black),
			0px  -10px 0 var(--black),
			10px -10px 0 var(--black),

			-10px  0px  0 var(--black),
			10px  0px  0 var(--black),

			-10px  10px 0 var(--black),
			0px   10px 0 var(--black),
			10px  10px 0 var(--black);
}
.header__nav-btn span::before,
.header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 4px;
	background: var(--black);
	transform: translate(-50%, -50%) scaleX(0);
	transition: all 0.3s ease;
}
.nav-active .header__nav-btn span {
	background: transparent;
	box-shadow: none;
}
.nav-active .header__nav-btn span::before {
	transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
}
.nav-active .header__nav-btn span::after {
	transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
}




.mob-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: var(--white);
	padding: 80px 40px 20px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
	z-index: 40;
}
.nav-active .mob-menu {
	pointer-events: auto;
	opacity: 1;
}
.mob-menu__nav {
	height: calc(100vh - 100px);
	overflow: hidden;
	overflow-y: visible;
}
.mob-menu__nav ul {
	list-style: none;
}
.mob-menu__nav ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mob-menu__nav ul li:first-child {
	border-top: none;
}
.mob-menu__nav ul a {
	display: block;
	padding: 16px 4px;
	position: relative;
	color: var(--black);
	font-family: 'Oceanic Grotesk', Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	text-align: right;
	transition: all 0.4s ease;
}
.mob-menu__nav ul a::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: -20px;
	height: 8px;
	width: 8px;
	background: var(--black);
	border-radius: 50%;
	transition: all 0.4s ease;
}
.mob-menu__nav ul a:hover {
	padding-right: 40px;
}
.mob-menu__nav ul a:hover::before {
	right: 20px;
}








/* Hero ----------------------------------------------------------------------------- */
.hero {
	width: 100%;
	min-height: 100vh;
}
.hero .container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	max-width: 1120px;
	height: 100%;
	padding-top: 280px;
	padding-bottom: 120px;
	z-index: 10;
}
.hero__info {
	width: 100%;
	max-width: 320px;
}
.hero__head {
	width: 100%;
	margin-bottom: 8px;
	opacity: 0;
	transform: translateY(-40px);
	color: var(--white);
	font-family: 'Oceanic Grotesk', Arial, sans-serif;
	font-size: 24px;
	line-height: 1.1;
	text-transform: uppercase;
}
.hero__desc {
	margin-bottom: 80px;
	opacity: 0;
	transform: translateY(40px);
	color: var(--white);
	font-size: 16px;
}
.hero__become {
	display: block;
	padding-top: 72px;
	position: relative;
	opacity: 0;
	transform: scale(0.6);
	color: var(--white);
	font-family: 'Oceanic Grotesk', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.hero__become::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 64px;
	background: var(--white);
	-webkit-mask: url("i/bg-icon-request.jpg") center no-repeat;
	mask: url("i/bg-icon-request.jpg") center no-repeat;
	-webkit-mask-size: 56px 92px;
	mask-size: 56px 92px;
}

.hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero__bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.hero__bg video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}







/* cat-item ----------------------------------------------------------------------------- */
.cat-item {
	width: calc(33.3% - 24px);
	margin: 0;
	position: relative;
}
.welcome__cat-item {
	opacity: 0;
	transform: translateY(60px);
}
.cat-item__thumb {
	display: block;
	width: 100%;
}
.cat-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 150%;
	position: relative;
	overflow: hidden;
}
.cat-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}
.cat-item:hover .cat-item__thumb-ins img {
	transform: scale(1.1) rotate(2deg);
}
.cat-item__info {
	position: relative;
	z-index: 2;
}
.cat-item__logo {
	position: absolute;
	top: -40px;
	left: 30px;
	width: 52px;
	height: 58px;
}
.cat-item__title {
	width: 100%;
	padding: 40px 30px 20px;
	background: var(--white);
	color: var(--black);
	font-size: 24px;
	line-height: 1.1;
	transition: all .3s ease;
}







/* Welcome ----------------------------------------------------------------------------- */
.welcome {
	padding-top: 60px;
	padding-bottom: 80px;
	background: #C4C2C1;
}
.welcome .container {
	align-items: stretch;
}
.welcome__info {
	width: 240px;
}
.welcome__head {
	margin-bottom: 20px;
	opacity: 0;
	transform: scale(0.6);
	color: var(--black);
	font-family: 'Oceanic Grotesk', Arial, sans-serif;
	font-size: 24px;
}
.welcome__text {
	padding-top: 28px;
	position: relative;
}
.dot-text {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: var(--black);
	border-radius: 50%;
}
.welcome__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(100% - 300px);
}
.welcome__box .cat-item {
	width: calc(50% - 24px);
}







/* Type ----------------------------------------------------------------------------- */
.type {
	padding-top: 100px;
	padding-bottom: 160px;
	background: #C4C2C1;
}
.type__list .cat-item:nth-child(1) {
	align-self: flex-end;
	width: calc(25% - 24px);
	margin-bottom: -4rem;
}
.type__list .cat-item:nth-child(2) {
	width: calc(38% - 24px);
}
.type__list .cat-item:nth-child(3) {
	width: calc(37% - 24px);
}
.type__list .cat-item:nth-child(3) .cat-item__thumb-ins {
	padding-top: 140%;
}






/* beautiful ----------------------------------------------------------------------------- */
.beautiful {
	height: 100vh;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 5;
}
.beautiful .container {
	padding-left: 40px;
	padding-right: 40px;
	z-index: 10;
}
.beautiful__box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: calc(100vh - 160px);
	padding: 64px;
	position: relative;
}
.beautiful__head {
	color: var(--white);
	font-family: 'Oceanic Grotesk', Arial, sans-serif;
	font-size: 24px;
}
.beautiful__desc {
	color: var(--white);
	font-size: 16px;
}
.beautiful__logo {
	position: absolute;
	bottom: 80px;
	right: 80px;
	display: block;
	width: 70px;
	height: 88px;
	background: url('i/bg-logo.png') center no-repeat;
	background-size: contain;
}
.beautiful__box-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.beautiful__box-bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.beautiful__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(8px);
}
.beautiful__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}





/* ========== BRANDS BLOCK ========== */

.brands {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.brands__info {
	position: absolute;
	top: 40px;
	left: calc(50% - 680px);
	z-index: 2;
	pointer-events: none;
}
.brands__head {
	font-family: 'Oceanic Grotesk', Arial, sans-serif;
	font-size: 24px;
}
.g-container {
	height: 100%;
}








.advantage {
	position: relative;
}
.advantage .container {
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	min-height: 100vh;
	padding-top: 144px;
	padding-bottom: 144px;
	z-index: 10;
}
.advantage__info {
	width: 100%;
	max-width: 440px;
	padding-bottom: 52px;
}
.advantage__head {
	margin-bottom: 10px;
	font-family: 'Oceanic Grotesk', Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.advantage__desc {
	max-width: 380px;
}
.advantage__list {
	width: 100%;
}
.advantage-item {
	width: calc(33.3% - 32px);
	padding-top: 28px;
	position: relative;
	font-size: 16px;
}
.advantage-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--black);
}
.advantage-item__title {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
}
.advantage__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.advantage__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}







/* unlock ----------------------------------------------------------------------------- */
.unlock {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #C4C2C1;
}
.unlock__thumb {
	width: 56%;
	max-width: 640px;
	position: relative;
	z-index: 5;
}
.unlock__thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.unlock__thumb::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 32px;
	width: 870px;
	height: 870px;
	background: url("i/bg-unlock-dots.svg") center no-repeat;
	background-size: contain;
	z-index: 8;
}
.unlock__info {
	width: 40%;
	max-width: 480px;
	padding-top: 40px;
	position: relative;
	z-index: 10;
}
.unlock__head {
	padding-top: 36px;
	position: relative;
	margin-bottom: 16px;
	font-family: 'Oceanic Grotesk', Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.unlock__head::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 14px;
	background: var(--black);
	-webkit-mask: url("i/bg-icon-key.png") center no-repeat;
	mask: url("i/bg-icon-key.png") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.unlock__desc {
	max-width: 430px;
	margin-bottom: 108px;
	font-size: 16px;
}
.unlock-enter {
	padding-top: 32px;
	position: relative;
}
.unlock-enter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
	height: 5px;
	background: var(--black);
}
.unlock-enter__head {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
}
.unlock-enter__code {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 4px;
	padding-bottom: 16px;
}
.unlock-enter__code input {
	flex: 1;
	width: calc(15% - 4px);
	aspect-ratio: 1;
	background: #fff;
	border: 1px solid #948478;
	border-radius: 50%;
	outline: none;
	font-size: 40px;
	text-align: center;
}
.unlock-enter__bottom-text {
	font-size: 16px;
}







/* Request ----------------------------------------------------------------------------- */
.request {
	position: relative;
	background: var(--black);
	color: var(--white);
}
.request .container {
	min-height: 100vh;
	padding-top: 110px;
	padding-bottom: 110px;
	z-index: 10;
}
.request__info {
	width: 44%;
	margin-left: auto;
	position: relative;
	padding-top: 600px;
}
.request__info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 503px;
	opacity: .1;
	background: var(--white);
	-webkit-mask: url("i/bg-icon-request.png") center no-repeat;
	mask: url("i/bg-icon-request.png") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.request__head {
	position: relative;
	padding-top: 30px;
	font-family: 'Oceanic Grotesk', Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	cursor: pointer;
}
.request__head::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--white);
}
.request__desc {
	max-width: 260px;
}
.request__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.request__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}







/* Contact ----------------------------------------------------------------------------- */
.contact {
	padding-top: 92px;
	padding-bottom: 92px;
	background: #C4C2C1;
}
.contact__list {
	width: 140%;
	margin-left: -16px;
}
.contact-item {
	width: calc(33.3% - 32px);
	margin: 0 16px;
	position: relative;
	background: #948478;
	border-radius: 50%;
}
.contact-item__bg {
	display: block;
	width: 100%;
	padding-top: 100%;
}
.contact-item__ins {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 176px;
	border-radius: 50%;
	z-index: 2;
}
.contact-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 74px;
	height: 110px;
	margin: 0 auto 32px;
}
.contact-item__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.contact-item__title {
	width: 100%;
	margin-bottom: 24px;
	font-family: 'Oceanic Grotesk', Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
.contact-item__text {
	font-size: 16px;
	text-align: center;
}
.contact-item__text a {
	text-decoration: none;
}


.contact-social__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding-top: 48px;
}
.contact-social-item {
	display: block;
	width: 36px;
	height: 36px;
	background: var(--black);
	-webkit-mask: url("i/bg-icon-facebook.svg") center no-repeat;
	mask: url("i/bg-icon-facebook.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	border-radius: 50%;
	transition: all .3s ease;
}
.contact-social-item:hover {
	transform: scale(1.1);
}
.contact-social-item--ig {
	-webkit-mask-image: url("i/bg-icon-instagram.svg");
	mask-image: url("i/bg-icon-instagram.svg");
}
.contact-social-item--pi {
	-webkit-mask-image: url("i/bg-icon-pinterest.svg");
	mask-image: url("i/bg-icon-pinterest.svg");
}
.contact-social-item--in {
	-webkit-mask-image: url("i/bg-icon-linkedin.svg");
	mask-image: url("i/bg-icon-linkedin.svg");
}





.page-main {
	padding-top: 10rem;
	padding-bottom: 4rem;
}
.page-main .container {
	max-width: 1020px;
}
.page-main h1 {
	margin-bottom: 1.2rem;
	font-size: 2.4rem;
}






/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 48px;
	padding-bottom: 64px;
	background: #C4C2C1;
	overflow: hidden;
}
.footer__nav {
	position: relative;
	z-index: 2;
}
.footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
}
.footer__nav ul li {
	min-width: 130px;
}
.footer__nav ul a {
	display: block;
	padding-top: 28px;
	position: relative;
	color: var(--black);
	mix-blend-mode: difference;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.footer__nav ul a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: var(--black);
	transition: all .3s ease-in-out;
}
.footer__nav ul a.menu-item-unlock::before {
	width: 24px;
	height: 24px;
	border-radius: 0;
	-webkit-mask: url("i/bg-icon-key.png") center no-repeat;
	mask: url("i/bg-icon-key.png") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transform: translateY(-2px);
}
.footer__nav ul a:hover::before {
	top: -5px;
	left: -5px;
	width: 24px;
	height: 24px;
}
.footer__nav ul a.menu-item-unlock:hover::before {
	top: -5px;
	left: -5px;
	width: 34px;
	height: 34px;
}

.footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 5;
}
.footer__logo {
	display: block;
	width: 70px;
	height: 88px;
	margin-right: -2px;
	mix-blend-mode: difference;
	background: var(--black);
	-webkit-mask: url('i/bg-logo.webp') no-repeat;
	mask: url('i/bg-logo.webp') no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.footer__bottom-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 52px;
	width: calc(100% - 68px);
	min-height: 48px;
	margin-bottom: 1px;
	background: var(--black);
	position: relative;
	color: var(--white);
	font-size: 16px;
	line-height: 1.2;
}
.footer__bottom-info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: var(--black);
	z-index: -1;
}
.footer__bottom-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	gap: 48px;
}
.footer__bottom-nav ul a {
	color: var(--white);
	text-decoration: none;
}
.footer__bottom-nav ul a:hover {
	text-decoration: underline;
}






/* popup */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 680px;
	max-height: 92vh;
	overflow: hidden;
	overflow-y: visible;
	padding: 40px;
	background: #fff;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.popup__close {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	transition: all .3s ease;
}
.popup__close svg {
	fill: var(--black);
	transition: all .3s ease;
}
.popup__close:hover svg {
	opacity: .8;
}
.popup__head {
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 1.2;
}
.popup__desc {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.3;
	color: #000;
}
.popup-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.popup-label {
	position: relative;
	margin-bottom: 20px;
}
.popup-line .popup-label {
	width: calc(50% - 8px);
}
.popup-label label {
	display: block;
	width: 100%;
	margin-bottom: 4px;
	opacity: .7;
	font-size: 0.8rem;
}
.popup-label input,
.popup-label textarea,
.popup-label select {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid var(--black);
	background-color: #FFF;
	font-size: 18px;
	outline: none;
}
.popup-label textarea {
	height: 80px;
	resize: none;
	padding-top: 5px;
}
.popup-label .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-list-item {
	margin-left: 0;
}
.popup-label .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
}
.popup-label .wpcf7-checkbox label {
	display: block;
}
.popup-label .wpcf7-checkbox input {
	display: none;
}
.popup-label .wpcf7-checkbox .wpcf7-list-item-label {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	border: 1px solid var(--black);
	background: var(--white);
	color: var(--black);
	font-size: 0.8rem;
	cursor: pointer;
	transition: all .3s ease;
}
.popup-label .wpcf7-checkbox .wpcf7-list-item-label:hover {
	background: rgba(0, 0, 0, .05);
}
.popup-label .wpcf7-checkbox input:checked + .wpcf7-list-item-label {
	background: var(--black);
	color: var(--white);
}

.wpcf7-acceptance {
	margin-bottom: 1.2rem;
}
.wpcf7-acceptance label {
	opacity: 1;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	display: block;
	min-height: 20px;
	padding-left: 32px;
	position: relative;
	cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid var(--black);
}
.wpcf7-acceptance input {
	display: none;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
	background: var(--black);
}

.popup-submit {
	width: 100%;
	position: relative;
}
.popup-submit input {
	width: 100%;
	height: 46px;
	padding-left: 0;
	background-color: var(--black);
	border: none;
	outline: none;
	color: var(--white);
	font-size: 17px;
	font-weight: bold;
	line-height: 44px;
	cursor: pointer;
	text-align: center;
	transition: all .3s ease;
}
.popup-submit input:hover {
	opacity: .8;
}
.popup-submit .wpcf7-spinner {
	position: absolute;
	top: 8px;
	right: 0;
}



.form-box {
	margin-bottom: 3rem;
}
.form-box__head {
	margin-bottom: 1rem;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
}




input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1400px) {

	.unlock__thumb {
		width: 52%;
		max-width: 560px;
	}
	.unlock__thumb::before {
		content: '';
		position: absolute;
		top: 40px;
		left: 32px;
		width: 480px;
		height: 480px;
	}


	.brands__info {
		left: 20px;
	}


	.request__info {
		padding-top: 450px;
	}
	.request__info::before {
		left: -20px;
		width: 250px;
		height: 380px;
	}


	.contact-item__ins {
		padding-top: 90px;
	}
	.contact-social__list {
		padding-top: 24px;
	}

}








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

	.header {
		padding-top: 72px;
	}


	.header__nav ul {
		gap: 20px;
	}
	.header__nav ul li {
		min-width: 90px;
	}


	.request .container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.request__info {
		padding-top: 360px;
	}
	.request__info::before {
		left: -20px;
		width: 240px;
		height: 340px;
	}


	.contact-item__icon {
		width: 64px;
		height: 100px;
		margin: 0 auto 24px;
	}


	.contact__list {
		width: 136%;
	}


}











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

	.header__nav ul li {
		min-width: 80px;
	}


	.welcome__info {
		width: 200px;
	}
	.welcome__box {
		width: calc(100% - 240px);
	}


	.welcome {
		padding-top: 40px;
		padding-bottom: 50px;
	}


	.type {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.type__list .cat-item:nth-child(1) {
		width: calc(28% - 24px);
		margin-bottom: -2rem;
	}
	.type__list .cat-item:nth-child(2) {
		width: calc(35% - 24px);
	}
	.cat-item__logo {
		left: 24px;
	}
	.cat-item__title {
		padding: 32px 24px 20px;
		font-size: 20px;
	}


	.unlock__thumb {
		width: 50%;
		max-width: 500px;
	}
	.unlock__thumb::before {
		content: '';
		position: absolute;
		top: 40px;
		left: 32px;
		width: 400px;
		height: 400px;
	}
	.unlock__info {
		width: 44%;
		max-width: 450px;
	}


	.request .container {
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.request__info {
		padding-top: 320px;
	}
	.request__info::before {
		left: -20px;
		width: 200px;
		height: 300px;
	}


	.contact-item__ins {
		padding-top: 45px;
	}
	.contact-item__icon {
		width: 56px;
		height: 80px;
		margin: 0 auto 20px;
	}
	.contact-item__title {
		margin-bottom: 16px;
	}


	.footer__nav ul {
		gap: 16px;
	}
	.footer__nav ul li {
		min-width: 90px;
	}

	.footer__bottom-nav ul {
		gap: 32px;
	}


}












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

	.header {
		padding-top: 0 !important;
	}
	.header__logo {
		margin-top: 20px;
	}
	.header__nav {
		display: none;
	}
	.header__nav-btn {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
	}


	.hero .container {
		padding-top: 200px;
		padding-bottom: 80px;
	}
	.hero__desc {
		margin-bottom: 50px;
	}


	.beautiful {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.beautiful__box {
		height: calc(100vh - 100px);
		padding: 40px;
	}
	.beautiful__logo {
		bottom: 40px;
		right: 40px;
	}


	.request .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.request__info {
		padding-top: 200px;
	}
	.request__info::before {
		left: -15px;
		width: 120px;
		height: 200px;
	}


	.contact {
		padding-top: 72px;
		padding-bottom: 72px;
	}
	.contact__list {
		width: 100%;
		margin-left: 0;
	}
	.contact-item {
		width: calc(50% - 8px);
		margin: 0;
	}
	.contact-item:last-child {
		display: none;
	}
	.contact-item__icon {
		margin-bottom: 8px;
	}
	.contact-social__list {
		padding-top: 16px;
	}


	.footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer__nav ul li {
		min-width: 80px;
	}

}












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

	.hero .container {
		padding-top: 160px;
		padding-bottom: 40px;
	}
	.hero__desc {
		margin-bottom: 32px;
	}


	.welcome {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.cat-item,
	.welcome__box .cat-item {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.cat-item__thumb-ins {
		padding-top: 120%;
	}
	.type__list .cat-item:nth-child(1) {
		margin-bottom: 20px;
	}


	.type {
		padding-top: 20px;
		padding-bottom: 40px;
	}


	.advantage .container {
		padding-top: 80px;
		padding-bottom: 80px;
	}


	.unlock__thumb {
		width: 30%;
		max-width: 300px;
		margin-top: 40px;
	}
	.unlock__thumb::before {
		top: 20px;
		left: 20px;
		width: 180px;
		height: 180px;
	}
	.unlock__info {
		width: 60%;
		max-width: 450px;
		padding-top: 0;
	}
	.unlock__desc {
		margin-bottom: 24px;
	}


	.request .container {
		min-height: 50vh;
	}
	.request__info {
		width: 48%;
		padding-top: 160px;
	}
	.request__info::before {
		left: -10px;
		width: 110px;
		height: 150px;
	}


	.contact__list {
		max-width: 360px;
		margin: 0 auto;
	}
	.contact-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.contact-item__ins {
		padding-top: 64px;
	}


	.footer__nav ul li {
		min-width: 56px;
	}
	.footer__nav ul a {
		font-size: 14px;
	}


}












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

	.header__logo {
		width: 50px;
		height: 74px;
	}
	.header__nav-btn {
		width: 72px;
		height: 72px;
	}


	.welcome__info {
		width: 100%;
		padding-bottom: 25px;
	}
	.welcome__box {
		width: 100%;
	}
	.type__list .cat-item,
	.welcome__box .cat-item {
		max-width: 320px;
	}
	.welcome__box .cat-item:nth-child(2) {
		margin-left: auto;
	}


	.advantage-item {
		width: 100%;
		margin-bottom: 25px;
	}


	.unlock__thumb {
		width: 50%;
		max-width: 300px;
		margin-top: 0;
	}
	.unlock__info {
		width: 100%;
		max-width: 100%;
		padding-top: 30px;
	}


	.request .container {
		min-height: 40vh;
		padding-top: 40px;
	}
	.request__info {
		width: 100%;
		padding-top: 0;
		padding-bottom: 80px;
	}
	.request__desc {
		max-width: 320px;
	}
	.request__info::before {
		display: none;
	}



	.footer__nav {
		display: none;
	}
	.footer__bottom-info {
		gap: 0;
	}
	.footer__bottom-nav {
		order: -1;
		width: 100%;
	}
	.footer__bottom-nav ul {
		gap: 20px;
	}
	.footer__copyright {
		font-size: 13px;
	}

}












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

	.beautiful {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.beautiful .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.beautiful__box {
		height: calc(100vh - 40px);
		padding: 88px 20px 20px;
	}


	.unlock-enter__code input {
		font-size: 32px;
	}


	.request__bg img {
		object-position: left;
	}


	.contact-item__ins {
		padding-top: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}

}












/* END ============================================================= */

