/*----REQUIRE----*/
	@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
	@import url('../css/normalize.css');
	@import url('../css/grid.css');

/*----COMPONENTS----*/
	/* COLORS */

header {
	width: 410px;
	height: calc(100vh + 50px);
	position: relative;
	float: left;
	background: #191b1e;
	display: none;
	visibility: hidden;
}

header .content {
	width: 100%;
	float: left;
	padding: 100px 30px 0 30px;
}

header .content::before {
	content: '';
	width: 100%;
	height: calc(100vh + 50px);
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/left-blur.png');
	position: absolute;
	left: 0;
	top: 0;
	
}

header .content .logo-watermark {
	width: 93px;
	height: 128px;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .content .logo-watermark i {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('../img/watermark.png');	
}

header .content h1 {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin: 90px 0 15px 0;
	position: relative;
	z-index: 500;
}

header .content p {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.2px;
	line-height: 25px;
	color: rgba(255,255,255,0.6);
	text-align: center;
	position: relative;
	z-index: 500;
}

section {
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 30px 0 30px;
}

.logo {
	width: 202px;
	height: 55px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo i {
	width: 100%;
	height: 100%;
	display: inline-block;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('../img/logo.png');
}

.choose-form {
	width: 100%;
	float: left;
	margin: 30px 0 20px 0;
	position: relative;
	top: 80px;
	display: none;
	visibility: hidden;
}

.choose-form.active {
	display: inline-block;
	visibility: visible;
}

.choose-form ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	position: relative;
	top: 100px;
}

.choose-form ul li {
	width: 100%;
	float: left;
	height: 117px;
	line-height: 117px;
	display: inline-block;
	float: left;
	background: #26292E;
	color: #fff;
	font-size: 14px;
	letter-spacing: -0.3px;
	transition: .5s all;
	cursor: pointer;
	margin: 0 0 10px 0;
	position: relative;
	background-image: -webkit-linear-gradient(#2C2F32 0%, #202327 100%);
	background-image: -o-linear-gradient(#2C2F32 0%, #202327 100%);
	background-image: linear-gradient(#2C2F32 0%, #202327 100%);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.08);
	border-radius: 7px;
}

.choose-form ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 35px 0 0 20px;
	float: left;
	
}

.choose-form ul li:hover {
	transform: scale(1.03);
}

.choose-form ul li span.name {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #FFBA5B;
	letter-spacing: -0.2px;
	margin: 0 0 7px 0;
}

.choose-form ul li span.text {
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -0.8px;
	color: #fff;
	font-weight: 700;
}

.choose-form ul li span.icon {
	position: absolute;
	right: 10px;
	top: 20px;
	right: 25px;
}

.choose-form ul li span.icon svg {
	width: 54px;
}


.form-content {
	width: 100%;
	float: left;
	position: relative;
	display: none;
	visibility: hidden;
	margin: 30px 0 0 0;
}

.form-content.active {
	display: inline-block;
	visibility: visible;
}

.form-content .form-notif {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 15px 0;
}

.form-content .form-notif span {
	width: 100%;
	float: left;
	border-radius: 3px;
	display: inline-block;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
	line-height: 18px;
	letter-spacing: -0.2px;
}

.form-content .form-notif span.success {
	background: #0F853D;
}
.form-content .form-notif span.error {
	background: #882626;
}

.form-content .item {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 15px 0;
}

.form-content .item label {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.3px;
}

.form-content .item input {
	width: 100%;
	height: 55px;
	display: inline-block;
	float: left;
	border-radius: 4px;
	background: #fff;
	outline: none;
	border: none;
	padding: 0 15px;
	font-size: 14px;
	color: #000;
}

.form-content .item select {
	width: 100%;
	height: 55px;
	display: inline-block;
	float: left;
	border-radius: 4px;
	background: #fff;
	outline: none;
	border: none;
	padding: 0 15px;
	font-size: 14px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-content .item.submit button {
	width: 100%;
	height: 50px;
	float: left;
	line-height: 50px;
	display: inline-block;
	outline: none;
	border: none;
	border-radius: 6px;
	background: #FFBA5B;
	box-shadow: 0 13px 23px 0 rgba(255,186,91,0.11), inset 0 1px 0 0 rgba(255,255,255,0.33);
	text-align: center;
	color: #1B1F25;
	font-weight: 700;
	letter-spacing: -0.5px;
	font-size: 15px;
	margin: 15px 0 0 0;
	cursor: pointer;
	transition: .5s all;
}

.form-content .item.submit button:hover {
	transform: scale(1.02);
}

.form-content .buttons {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(255,255,255,0.08);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	padding: 30px 0;
	margin: 30px 0 0 0;
}

.form-content .buttons .mail {
	width: 49%;
	float: right;
}

.form-content .buttons .mail a {
	width: 100%;
	height: 50px;
	float: left;
	margin-right: 10px;
	line-height: 50px;
	display: inline-block;
	outline: none;
	border: none;
	border-radius: 6px;
	background: #3a3d42;
	box-shadow: 0 13px 23px 0 rgb(255 255 255 / 6%), inset 0 1px 0 0 rgb(255 255 255 / 13%);
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.5px;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	text-align: center;
	transition: .5s all;

}

.form-content .mail a svg {
	position: absolute;
	left: 17px;
	top: 17px;
}

.form-content .mail a:hover {
	transform: scale(1.02);
}


.form-content .buttons .telegram {
	width: 49%;
	float: left;
}


.form-content .buttons .telegram a {
	width: 100%;
	height: 50px;
	float: left;
	margin-right: 10px;
	line-height: 50px;
	display: inline-block;
	outline: none;
	border: none;
	border-radius: 6px;
	background: #289bd0;
	box-shadow: 0 13px 23px 0 rgb(32 161 208 / 11%), inset 0 1px 0 0 rgb(255 255 255 / 13%);
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.5px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: .5s all;
}

.form-content .telegram a svg {
	position: absolute;
	left: 17px;
	top: 15px;
}

.form-content .telegram a:hover {
	transform: scale(1.02);
}


.form-content .whatsapp {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}

.form-content .whatsapp a {
	width: 100%;
	height: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	line-height: 50px;
	display: inline-block;
	outline: none;
	border: none;
	border-radius: 6px;
	background: #20B96E;
	box-shadow: 0 13px 23px 0 rgba(32,185,110,0.11), inset 0 1px 0 0 rgba(255,255,255,0.33);
	text-align: center;
	color: #072D1B;
	font-weight: 700;
	letter-spacing: -0.5px;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	transition: .5s all;
}

.form-content small {
	color: #121315;
}

.form-content .whatsapp a svg {
	position: absolute;
	left: 17px;
	top: 13px;
}

.form-content .whatsapp a:hover {
	transform: scale(1.02);
}

.form-content .notification {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

.form-content .notification p {
	width: 100%;
	font-size: 13px;
	letter-spacing: -0.3px;
	text-align: center;
	color: rgba(255,255,255,0.5);
	line-height: 21px;
	margin: 0 0 5px 0;
	font-weight: 300;
}

.back-to-site {
	position: absolute;
	left: 74px;
	top: 53px;
	display: none;
	visibility: hidden;
}

.back-to-site a {
	height: 48px;
	line-height: 48px;
	display: inline-block;
	float: left;
	background: #26292E;
	box-shadow: inset 0 1px 0 0 #34373A;
	border-radius: 6px;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	letter-spacing: -0.3px;
	padding: 0 20px 0 40px;
	transition: .3s all;
	cursor: pointer;
}

.back-to-site a:hover {
	transform: scale(1.01);
}

.back-to-site a::before {
	content: '<';
	position: absolute;
	left: 20px;
	top: 0;
	font-size: 15px;
	font-weight: 800;
	color: #fff;
}

@media only screen and (min-width: 700px) {
	
	.choose-form ul li {
		width: 48%;
		margin-bottom: 0;
	}
	.choose-form ul li:last-child {
		width: 48%;
		float: right;
	}

  
}

@media only screen and (min-width: 768px) {


	.form-content .whatsapp a {
		width: calc(33% - 7.5px);
		text-align: inherit;
		padding-left: 60px;
		margin-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		position: relative;
	}

	.form-content .whatsapp a:last-child {
		margin-right: 0;
		width: 33%;
		float: right;
	}

}

@media only screen and (min-width : 992px) {
	header {
		display: inline-block;
		visibility: visible;
	}

	section {
		width: calc(100% - 410px);
		padding: 60px 60px 0 60px;
	}
	.choose-form ul li:last-child,
	.choose-form ul li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.choose-form {
		top: 40px;
	}

	.form-content .whatsapp a:last-child,
	.form-content .whatsapp a {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}


}

@media only screen and (min-width : 1024px) {

}

@media only screen and (min-width : 1100px) {

}

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

	section {
		width: calc(100% - 410px);
		padding: 80px 5% 0 5%;
	}

	.form-content .whatsapp a:last-child,
	.form-content .whatsapp a {
		width: calc(32.8% - 7.5px);
		margin-bottom: 0;
		margin-right: 15px;
		text-align: left;
	}

	.form-content .whatsapp a:last-child {
		float: left;
		margin-right: 0;
	}

	.back-to-site {
		display: none;
		visibility: hidden;
	}

	.back-to-site.active {
		display: inline-block;
		visibility: visible;	
	}
}

@media only screen and (min-width : 1300px) {
	section {
		padding: 80px 5% 0 5%;
	}

	.choose-form ul li {
		width: 48%;
		margin: 0 0 0 0;
	}

	.choose-form ul li:last-child {
		width: 48%;
		float: right;
	}
	.choose-form {
		top: 80px;
	}
}

@media only screen and (min-width : 1400px) {
	section {
		padding: 80px 8% 0 8%;
	}

	.form-content .whatsapp a:last-child,
	.form-content .whatsapp a {
		text-align: center;
	}
}
@media only screen and (min-width : 1850px) {
	section {
		padding: 80px 20% 0 20%;
	}
}
