

/* Start:/bitrix/templates/new/components/custom/empty/app_for_cooperation/style.css?17579518572418*/
.form-partners__title {
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	max-width: 100%;
	width: 100%;
	margin-bottom: 32px;
}

.form-partners__wrapper {
	padding-top: 32px;
}
.form-partners__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	padding-top: 30px;
}

.form-partners__btn button {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	background: rgba(51, 51, 51, 1);
	display: flex;
	align-items: center;
	font-family: 'Cera Pro', sans-serif !important;
}

.form-partners  label{
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

label span {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 12px;
	font-weight: 300;
}

label input {
	width: 100%;
	max-width: 100%;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400;
	border: none;
	border-bottom: 0.5px solid rgba(137, 141, 144, 1);
	padding: 0 0 3px !important;
	outline: none;
	font-family: 'Cera Pro', sans-serif !important;
	color: rgba(51, 51, 51, 1);
}

.form-success {
	text-align: center;

	max-width: 534px;
	margin: auto;
	padding: 56px 20px;
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 0 4px 10px 0 #bababa;
	border: solid 1px #e5e5e5;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: visibility 1s ease-in, opacity 1s linear;
	visibility: hidden;
	opacity: 0;
}
.form-success__title {
	font-size: 24px;
	line-height: 1.2;
}
.form-success.active {
	opacity: 1;
	visibility: visible;
}

.form-success button {
	position: absolute;
	right: 16px;
	top: 16px;
	padding: 5px;
}

@media (min-width: 620px) {
	.form-partners__wrapper {
		padding-top: 70px;
	}

	.form-partners__title {
		font-size: 28px;
		margin-bottom: 50px;
	}

	.form-partners  label{
		align-items: flex-end;
		flex-direction: row;
	}

	label span {
		width: 30%;
		margin-bottom: 0;
		font-size: 14px;
	}
	label input {
		width: 70%;
		font-size: 14px;
	}
	.form-partners__btn {
		padding-top: 50px;
	}

	.form-success {
		font-size: 24px;
		margin-bottom: 32px;
	}
}

@media (min-width: 1220px) {

	.form-partners__wrapper {
		padding-top: 100px;
	}

	.form-partners__title {
		font-size: 42px;
		margin-bottom: 80px;
	}

	label input {
		font-size: 16px;
	}

	label span {
		font-size: 16px;
	}

	.form-partners__btn {
		padding-top: 80px;
	}

	.form-success {
		font-size: 32px;
		margin-bottom: 50px;
	}
}
/* End */
/* /bitrix/templates/new/components/custom/empty/app_for_cooperation/style.css?17579518572418 */
