.login-wrapper {
	position: relative;

	width: 100% !important;
	min-height: 100vh;

	margin: 0;
	padding: 0;

	box-sizing: border-box;

	background: #fff;

	overflow: hidden;

	font-family: 'Roboto', sans-serif;

	display: flex;
	flex-direction: row;
}




.login-wrapper .reg {
	position: relative;

	width: 40%;
	min-width: 430px;

	min-height: 100vh;

	box-sizing: border-box;

	padding: 55px 60px;

	display: flex;
	flex-direction: column;

	justify-content: center;
	align-items: center;

	background-image:
		linear-gradient(#122e468c 0%,
			rgb(0 38 156 / 74%) 100%),
		url("https://www.buhgalteria.ru/img/forms_back_buhgalteria01.jpg");

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
}




.login-wrapper .reg-form-inner {
	width: 100%;
	max-width: 570px;

	text-align: center;
}



.login-wrapper .reg h2 {
	margin: 0 0 15px !important;
	padding: 0 !important;

	font-size: 30px !important;
	line-height: 1.25;

	font-weight: 500 !important;

	color: #fff !important;

	font-family: 'Roboto', sans-serif;

	text-align: center;

	text-transform: none !important;
}



.login-wrapper .reg-form-inner>p {
	margin: 0 0 10px !important;

	padding: 0;

	color: #fff;

	font-size: 18px !important;
	line-height: 27px;

	text-align: center;
}




.login-wrapper .reg form {
	width: 100%;
	max-width: 570px;

	margin: 25px auto 0;
}




.login-wrapper .reg .form-group {
	margin-bottom: 14px;
}




.login-wrapper .reg .controls {
	width: 100%;
}




.login-wrapper .reg .form-control {
	display: block;

	width: 100%;
	height: 42px;

	box-sizing: border-box;

	padding: 0 16px;

	border: 1px solid #dcdcdc;
	border-radius: 10px;

	background: #fff;

	color: #333;

	font-family: inherit;

	font-size: 15px;

	line-height: 42px;

	outline: none;

	transition:
		border-color .2s ease,
		box-shadow .2s ease;

}





.login-wrapper .reg .form-control::placeholder {
	color: #999;
	opacity: 1;
}




.login-wrapper .reg .form-control:focus {
	border-color: #6fa8dc;

	box-shadow:
		0 0 0 3px rgba(74, 144, 226, .10);
}



.login-wrapper .reg .form-group.has-error .form-control,
.login-wrapper .reg .form-control.error {
	border-color: #e74c3c;
}




.login-wrapper .reg input[type="submit"] {
	display: block;

	width: 100%;
	height: 42px;

	padding: 5px 30px;

	border: 0;
	border-radius: 10px;

	background: #cce0cd !important;

	box-shadow: none !important;

	color: #333;

	font-size: 18px;
	font-weight: 500;

	cursor: pointer;

	transition:
		transform .2s ease,
		box-shadow .3s ease;
	margin: 0 !important;
}



.login-wrapper .reg input[type="submit"]:hover {
	transform: translateY(-2px);
}


.login-wrapper .reg input[type="submit"]:active {
	transform: translateY(0);
}




.login-wrapper .reg form p {
	margin: 12px 0 0 !important;

	color: #fff;

	font-size: 13px !important;
	line-height: 19px;

	display: flex;

	align-items: center;
	justify-content: center;

	gap: 4px;

	text-align: center;
}




.login-wrapper .reg form p .fa {


	margin-right: 4px;


	border-radius: 4px;

	color: #3d3d3d !important;

	display: flex;

	align-items: center;
	justify-content: center;

	flex-shrink: 0;
}


.fa-check-square-o:before {
	content: "\f046";
	color: #fff;
}



.login-wrapper .login-info-right {
	width: 60%;
	min-width: 0;

	min-height: 100vh;

	box-sizing: border-box;

	padding: 55px 65px;

	background: #fff;

	display: flex;
	flex-direction: column;

	justify-content: center;
}



.login-wrapper .login-info-right .info-title {
	margin: 0 0 15px;
	padding: 0;

	color: #20242a;

	font-size: 38px;
	line-height: 1.2;

	font-weight: 700;

	text-align: left;

	font-family: 'Helvetica', sans-serif;

	text-transform: none !important;
}



.login-wrapper .login-info-right .info-description {
	max-width: 900px;

	margin: 0 0 30px;

	padding: 0;

	color: #333;

	font-size: 18px;
	line-height: 1.5;

	text-align: left;
}




.login-wrapper .benefits-grid {
	width: 100%;

	display: grid;

	grid-template-columns:
		repeat(2, minmax(0, 1fr));

	grid-template-rows:
		repeat(2, minmax(0, 1fr));

	gap: 12px;
}



.login-wrapper .benefit-card {
	min-height: 210px;

	box-sizing: border-box;

	padding: 25px 20px;

	background:
		linear-gradient(60deg,
			#cce0cd,
			#cce0cd);

	border: 1px solid #e2e2e2;

	display: flex;
	flex-direction: column;

	align-items: center;
	justify-content: center;

	text-align: center;

	box-shadow:
		0 2px 8px rgba(0, 0, 0, .05);

	transition:
		transform .25s ease,
		box-shadow .25s ease;
}


.login-wrapper .benefit-card:hover {
	transform: translateY(-3px);

	box-shadow:
		0 8px 20px rgba(0, 0, 0, .10);
}




.login-wrapper .benefit-card .benefit-icon {
	width: 90px;
	height: 90px;

	margin-bottom: 15px;

	display: flex;

	align-items: center;
	justify-content: center;

	flex-shrink: 0;
}


.login-wrapper .benefit-card .benefit-icon img {
	display: block;

	max-width: 50px;
	max-height: 50px;

	width: auto;
	height: auto;
}




.login-wrapper .benefit-card .benefit-title {
	margin: 0;

	max-width: 340px;

	color: #20242a;

	font-size: 15px;
	line-height: 1.25;

	font-weight: 700;

	text-transform: uppercase;

	text-align: center;
}



@media (max-width: 1200px) {

	.login-wrapper .reg {
		width: 42%;
		min-width: 390px;

		padding: 45px 35px;
	}

	.login-wrapper .login-info-right {
		width: 58%;

		padding: 45px 35px;
	}

	.login-wrapper .login-info-right .info-title {
		font-size: 32px;
	}

	.login-wrapper .login-info-right .info-description {
		font-size: 16px;
	}

	.login-wrapper .benefit-card {
		min-height: 190px;
	}

	.login-wrapper .reg {
		width: 100%;
		min-height: 100%;
	}

	.login-wrapper .login-info-right {
		justify-content: start;
		width: 100%;
		min-height: 100%;
	}

	.login-wrapper {

		flex-direction: column;
	}



}




@media (max-width: 900px) {

	.login-wrapper {
		min-height: 100vh;
	}

	.login-wrapper .reg {
		width: 100%;
		min-width: 0;

		min-height: 100vh;

		padding: 55px 30px;

		justify-content: center;
	}

	.login-wrapper .login-info-right {
		display: none;
	}

}




@media (max-width: 600px) {

	.login-wrapper .reg {
		padding: 50px 20px;
	}

	.login-wrapper .reg h2 {
		font-size: 24px !important;
		line-height: 28px;
	}

}




@media (max-width: 400px) {

	.login-wrapper .reg {
		padding: 45px 15px;
	}

	.login-wrapper .reg h2 {
		font-size: 22px !important;
		line-height: 28px;
	}

}


.main {
	width: 100% !important;

}

.footMenu {
	max-width: 979px;
	width: 100%;
	margin: 0 auto;
}

.headWrapper {
	width: 100%;
	margin-bottom: 0;
}

.nabanner {
	padding-bottom: 0 !important;
}