.content {
    width: 100%;
	padding-top: 4rem;
	height: calc(100vh - 3.5rem);
	display: flex;
	align-items: center;
	justify-content: center;
	animation: easeIn 1s ease-in forwards;
}
.contact {
	width: 73%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	animation: fallBounce1 0.5s cubic-bezier(0, 0, 0.265, 1.55) forwards;
}
.contact-left {
	padding-right: 3rem;
}
.contact-left-title {
	font-weight: bold;
	font-size: 2rem;
	color: #3C414D;
	line-height: 1;
}
.contact-left-title span {
	background: linear-gradient( 94deg, #8737FF 0%, #D133FF 37%, #FF37AF 72%, #FFAA00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contact-left-text {
	margin-top: 0.75rem;
	font-weight: 400;
	font-size: 1.125rem;
	color: #6C6F79;
	line-height: 1.5625rem;
	opacity: 0.6;
}
.contact-data {
	margin-top: 2.5rem
}
.data-item {
	margin-top: 2rem;
	display: flex;
	align-items: center;
}
.data-top-img {
	width: 3.125rem;
	height: 3.125rem;
	display: block;
}
.data-info {
	padding-left: 0.75rem;
}
.data-title {
	font-weight: bold;
	font-size: 1rem;
	color: #3C414D;
	line-height: 1;
}
.data-text {
	font-weight: 400;
	font-size: 1rem;
	color: #3C414D;
	line-height: 1;
	margin-top: 0.875rem;
	opacity: 0.6;
}
.contact-right {
	width: 35rem;
	padding: 2rem;
	/* background: #0E1020; */
	border-radius: 1.25rem;
	border: 2px solid #F1F3F6;
}
.contact-right-title {
	font-weight: bold;
	font-size: 1.625rem;
	color: #3C414D;
	line-height: 2.5625rem;
}
.contact-form {
	width: 100%;
	margin-top: 1.75rem;
}
.form-item {
	width: 100%;
	margin-top: 1.5rem;
}
.form-title {
	font-weight: 400;
	font-size: 1rem;
	color: #3C414D;
	line-height: 1.375rem;
	opacity: 0.8;
}
.form-input {
	width: 100%;
	height: 2.75rem;
	margin-top: 0.5rem;
	/* background: #0E1020; */
	border-radius: 0.5rem;
	border: 1px solid #E3E6EA;
	cursor: pointer;
}
.form-input input {
	width: 100%;
	height: 100%;
	border: 0;
	background: unset;
	padding: 0 1rem;
	font-weight: 400;
	font-size: 0.875rem;
	color: #3C414D;
}
.form-textarea {
	width: 100%;
	height: 9.5rem;
	margin-top: 0.5rem;
	/* background: #0E1020; */
	border-radius: 0.5rem;
	border: 1px solid #E3E6EA;
}
.form-textarea textarea {
	width: 100%;
	height: 100%;
	border: 0;
	background: unset;
	padding: 1rem;
	font-weight: 400;
	font-size: 0.875rem;
	color: #3C414D;
	resize: none;
}
.form-input:hover, .form-input:active, .form-textarea:hover, .form-textarea:active {
	border: 1px solid #9091A1;
}
.contact-but {
	width: 100%;
	height: 3rem;
	margin-top: 1.5rem;
	background: #FFCC00;
	border-radius: 0.5rem;
	font-weight: bold;
	font-size: 1.125rem;
	color: #000000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-but:hover, .contact-but:active {
	background: #DFB302;
}

.cooperMadel-success-con {
	width: 35rem;
	background: #191A1F;
	box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.08);
	border-radius: 0.5rem;
	border: 1px solid #1C1F37;
}
.contact {
	
}
.contact {
	
}
.contact {
	
}
.contact {
	
}
.contact {
	
}
.contact {
	
}
.contact {
	
}
.contact {
	
}
.contact {
	
}
.contact {
	
}
.contact {
	
}
.contact {
	
}



@media (max-width: 1680px) {
	.contact {
		/* width: 72%; */
	}
}

@media (max-width: 1450px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 800px) {

}

@media (max-width: 520px) {

}