	
	
	input, textarea{
		font-family: arial;
	}

	body img, body a{
		border:none;
	}

	body {
		font-family: arial;
		font-size: 16px;
		margin: 0px;
		padding: 0px;
		background-color: #FAFAFA;
		color: #000000;
		overflow: hidden;
		min-width: 880px;
	}

	.kabinet .polosa {
		margin: 0 auto 10px;
		width: 980px;
	}

	.kabinet .left_polosa {
		background-color: #000000;
		float: left;
		height: 10px;
		position: relative;
		width: 805px;
		z-index: 1;
	}

	.kabinet .right_polosa {
		background-color: #c60024;
		float: left;
		height: 10px;
		position: relative;
		width: 175px;
		z-index: 1;
	}
	.kabinet .header h1{
		float: left;
		font-size: 20px;
		font-weight: normal;
		margin: 36px 0 0;
		padding: 0;
		text-transform: uppercase;
	}
.kabinet .header {
	width: 100%;
	font-size: 14px;
	height: 56px;
	margin: 0px auto;
	border-bottom: 2px solid #CCC;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F3F3F3;
}
.kabinet .header .right {
	margin-right: 15px;
	margin-top: -6px;
}

.kabinet .header .manager {
	margin-top: 4px;
}


	.kabinet .header a.logo {
	}

	.kabinet .header a.logo img {
		width: 190px;
		max-height: 30px;
		margin: 10px;
		margin-left: 20px;
	}	

	.clear {
		clear:both;
	}


	.kabinet .left_fon {
		background-color: #000000;
		height: 10px;
		left: 0;
		position: absolute;
		width: 50%;
	}

	.kabinet .right_fon {
		background-color: #c60024;
		height: 10px;
		position: absolute;
		right: 0;
		width: 50%;
	}

.kabinet .content {
	margin: 0px auto;
	font-size: 14px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
	.kabinet .content h2{
		font-weight:normal;
		text-transform:uppercase;
		margin:0px;
		margin-bottom:20px;
		font-size:16px;
		padding-top:20px;
	}

	.kabinet .content form input{
		display:block;
		font-size:14px;
		color:#000000;
	}

	.kabinet .content form label{
		margin-bottom:5px;
		display:inline-block;
		vertical-align: middle
	}

	.kabinet .content form input[type='password'], .kabinet .content form input[type='text'] {
		border: 1px solid #c7c7c7;
		padding: 10px 20px;
		margin-bottom: 20px;
		width: 360px;
	}

	.kabinet .content form input[type='checkbox'] {
		display: inline-block;
		margin: 0;
		padding: 0;
		margin-right: 5px;
		accent-color: white;
		border: 1px solid #c7c7c7 !important;
		outline: none;
	}


	.kabinet .content form input[type='submit'].primary {
		background-color: #000;
		color: white;
	}
	.kabinet .content form input[type='submit'] {
		background-color: #E5E5E5;
		color: black;
		width: 190px;
		margin-right: 15px;
		font-size: 13px;
		font-weight: bold;
		border: medium none;
		cursor: pointer;
		margin-top: 20px;
		padding: 9px 30px;
		height: 48px;
	}
		.kabinet .content form input[type='submit']:hover.primary {
			background-color: #27272a;
			color: white;
		}
	.kabinet .content form input[type='submit']:hover {
		background-color: #cccccc;
		color: black;
	}

.kabinet .not-registered {
	display: flex;
	width: 398px;
	margin-top: 20px;
	margin-left: -17px;
	font-size: 14px;
	justify-content: space-between;
}

.kabinet .login-title {
	display: flex;
	width: 416px;
	font-size: 24px;
	margin-top: 30px;
}

.kabinet .login-form {
	display: flex;
	margin-top: 20px;
	width: 416px;
}

.kabinet .footer {
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	border-top: 2px solid #c7c7c7;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 13px;
}