:root{
	--white: #fff;
	--black: #000;
	--brown: #7e6e63;
	--green-1: #155724;
	--green-2: #d4edda;
	--green-3: #c3e6cb;
	--red-1: #721c24;
	--red-2: #f8d7da;
	--red-3: #f5c6cb; 
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
html, body{
	margin: 0;
	padding: 0;
	color: var(--white);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Figtree', Arial, Verdana, Tahoma, sans-serif;
	background: var(--black) none;
	overflow-x: hidden;
}
.big-heading{
    text-transform: uppercase;
}
a{
	color: var(--white);
	text-decoration: none;
}
a:hover,
a:focus{
	color: var(--white);
	text-decoration: underline;
	outline: 0 none;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 30px 0;
	color: var(--white);
	line-height: 1.25;
	font-weight: 700;
	font-family: 'Butler', Arial, Verdana, Tahoma, sans-serif;
}
h1{
	font-size: 3rem;
	font-weight: 700;	
}
h2{
	font-size: 2.5rem;	
	font-weight: 700;	
}
h3{
	font-size: 2rem;
	font-weight: 400;
}
h4{
	font-size: 1.5rem;
	font-weight: 400;
}
h5{
	font-size: 1.25rem;
	font-weight: 400;
}
h6{
	font-size: 1.125rem;
	font-weight: 400;
}
@media (max-width: 1559px) {
	h1{
		font-size: 2.5rem;
	}
	h2{
		font-size: 2rem;	
	}
	h3{
		font-size: 1.5rem;
	}
	h4{
		font-size: 1.25rem;
	}
	h5{
		font-size: 1.125rem;
	}
	h6{
		font-size: 1.125rem;
	}
}
@media (max-width: 1199px) {
	h1{
		font-size: 2rem;
	}
	h2{
		font-size: 1.5rem;	
	}
	h3{
		font-size: 1.25rem;
	}
	h4{
		font-size: 1.125rem;
	}
	h5{
		font-size: 1.125rem;
	}
	h6{
		font-size: 1.125rem;
	}		
}
@media (max-width: 991px) {
	h1{
		font-size: 1.5rem;
	}
	h2{
		font-size: 1.25rem;	
	}
	h3{
		font-size: 1.125rem;
	}
	h4{
		font-size: 1.125rem;
	}
	h5{
		font-size: 1.125rem;
	}
	h6{
		font-size: 1.125rem;
	}	
}
@media (max-width: 767px) {
	h1{
		font-size: 1.5rem;
	}
	h2{
		font-size: 1.25rem;	
	}
	h3{
		font-size: 1.125rem;
	}
	h4{
		font-size: 1.125rem;
	}
	h5{
		font-size: 1.125rem;
	}
	h6{
		font-size: 1.125rem;
	}	
}
p{
	font-size: 1rem;
}
p.big{
	font-size: 1.8rem;
}
p.small{
	font-size: 0.875rem;
}
img {
	max-width: 100%;
	height: auto;
}
.cover {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 120px;
	width: 100%;
	min-height: 100vh;
	background-color: var(--black);
	background-image: url('../images/bg_desktop.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 1919px) {
	.cover {
		padding: 60px;
	}
}
@media (max-width: 1559px) {
	.cover {
		padding: 45px;
	}
}
@media (max-width: 1199px) {
	.cover {
		padding: 30px;
	}
}
@media (max-width: 767px) {
	.cover {
		padding: 0;
		background-image: none;
	}
}
@media (min-width: 1800px) {
	.container{
		max-width: 1680px;
	}
}
@media (max-width: 1799px) {
	.container{
		max-width: 100%;
	}
}
.cover .info{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
}
@media (max-width: 767px) {
	.cover .info{
		padding: 30px 15px;
		min-height: min(79.95vw, 614px);
		background-color: var(--black);
		background-image: url('../images/bg_mobile.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
}
.cover .form{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}
@media (max-width: 767px) {
	.cover .form{
		padding: 0;
		align-items: flex-start;
		background: rgba(126, 110, 99, 0.95) none;
	}	
}
.brands{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 30px 15px;
}
.brands img.ghd{
	width: 259px; 
	height: 76px;
}
.brands img.rgw{
	width: 143px; 
	height: 92px;
}				
@media (max-width: 1199px) {
	.brands img{
		width: auto!important;
		max-width: 200px!important;
		height: auto!important;
		max-height: 75px!important;
	}
}
@media (max-width: 767px) {
	.brands img{
		width: auto!important;
		max-width: 150px!important;
		height: auto!important;
		max-height: 50px!important;
	}
}
.brands ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
@media (max-width: 767px) {
	.brands ul{
		gap: 15px;
	}
}
.brands ul li{
	display: flex;
	align-items: center;
	position: relative;
	gap: 30px;
}
.brands ul li:not(:last-child):after{
	content: '';
	width: 2px;
	height: 100%;
    border-left: 2px solid var(--white)
}
.form-container{
	padding: 15px;
	color: var(--white);
	width: 100%;
	max-width: 600px;
	background: rgba(126, 110, 99, 0.95);
	border-radius: 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(4px);
}
@media (max-width: 767px) {
	.form-container{
		max-width: 100%;
	}
}
.form .form-container .form-content{
	padding: 60px 45px;
	border: 1px solid var(--white)
}
@media (max-width: 1559px) {
	.form .form-container .form-content{
		padding: 45px 30px;
	}
}
@media (max-width: 1199px) {
	.form .form-container .form-content{
		padding: 30px 15px;
	}
}
.form .form-container .form-content p{
	margin: 0;
}
.form-control{
	padding: 15px;
	color: var(--white);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	background: transparent none;
	border: 0 none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.40);
	border-radius: 0;
}
@media (max-width: 1199px) {
	.form-control{
		font-size: 0.9375rem;
	}
}
@media (max-width: 767px) {
	.form-control{
		padding: 5px 15px;
		font-size: 0.875rem;
	}
}
textarea.form-control{
	height: 100px;
}
.form-control:placeholder{
	color: var(--white);
}
.form-control::placeholder{
	color: var(--white);
}
.form-control:hover,
.form-control:focus{
	color: var(--white);
	background: transparent none;
	border: 0 none;
	border-bottom: 1px solid var(--white);
	box-shadow: none;
}
.form-control:hover:placeholder,
.form-control:focus:placeholder{
	color: var(--white);
}
.form-control:hover::placeholder,
.form-control:focus::placeholder{
	color: var(--white);
}
.acceptance,
.terms{
	font-size: 1rem;
}
@media (max-width: 767px){
	.acceptance,
	.terms{
		font-size: 0.875rem;
	}
}
.custom-checkbox{
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	user-select: none;
}
.custom-checkbox label {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	cursor: pointer;
}
.custom-checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	cursor: pointer;
}
.custom-checkbox .checkmark{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 1px solid var(--white);
	flex-shrink: 0;
	margin-top: 3px;
	transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.custom-checkbox .checkmark::after {
	position: absolute;
	content: "";
	display: none;
	top: 1px;
	left: 5px;
	width: 5px;
	height: 10px;
	border: solid var(--white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.custom-checkbox label input[type="checkbox"]:checked + .checkmark {
	background-color: var(--black);
	border-color: var(--black);
}
.custom-checkbox label input[type="checkbox"]:checked + .checkmark::after {
	display: block;
}
.btn{
	padding: 10px 30px;
	color: var(--brown);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--white) none;
	border: 0 none;
	border-radius: 0;
}
@media (max-width: 1199px){
	.btn{
		font-size: 0.9375rem;
	}
}
@media (max-width: 767px){
	.btn{
		padding: 5px 15px;
		font-size: 0.875rem;
	}
}
.btn:hover,
.btn:focus{
	color: var(--white);
	text-decoration: none;
	background: var(--black) none;
	border: 0 none;
	outline: 0 none;
}
.success-message{
	margin-top: 30px;
	padding: 10px;
	color: var(--green-1);
	background-color: var(--green-2);
	border: 1px solid var(--green-3);
	font-weight: 400;
	border-radius: 5px;
}

@media (max-width: 576px){
	.success-message{
		margin-top: 15px;
	}
}
.success-message a{
	color: var(--green-1);
	font-weight: 700;
}
.error-message{
	margin-top: 30px;
	padding: 10px;
	color: var(--red-1);
	background-color: var(--red-2);
	border: 1px solid var(--red-3);
	font-weight: 400;
	border-radius: 5px;
}
@media (max-width: 576px){
	.error-message{
		margin-top: 15px;
	}
}
.error-message a{
	color: var(--red-1);
	font-weight: 700;
}
.success-message,
.error-message{
	animation: fade 0.5s ease-in-out;
}
.error-message ul{
	margin: 0;
}
@keyframes fade{
	from { opacity: 0; }
	to { opacity: 1; }
}