
/* стили формы входа */

@font-face {
	font-family: 'RobotoRegular';
	src: url('/templates/common/css/roboto-regular.eot');
	src: url('/templates/common/css/roboto-regular.eot?#iefix') format('embedded-opentype'),
	     url('/templates/common/css/roboto-regular.woff') format('woff'),
	     url('/templates/common/css/roboto-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'PFDinDisplayPro-Light';
	src: url('/templates/common/css/pfdindisplaypro-light.eot');
	src: url('/templates/common/css/pfdindisplaypro-light.eot?#iefix') format('embedded-opentype'),
	     url('/templates/common/css/pfdindisplaypro-light.woff') format('woff'),
	     url('/templates/common/css/pfdindisplaypro-light.ttf') format('truetype');
}
@font-face {
	font-family: 'PFDinDisplayPro-Reg';
	src: url('/templates/common/css/pfdindisplaypro-reg.eot');
	src: url('/templates/common/css/pfdindisplaypro-reg.eot?#iefix') format('embedded-opentype'),
	     url('/templates/common/css/pfdindisplaypro-reg.woff') format('woff'),
	     url('/templates/common/css/pfdindisplaypro-reg.ttf') format('truetype');
}

* {
  -webkit-border-radius: 0 !important;
	 -moz-border-radius: 0 !important;
		  border-radius: 0 !important;
}

html,body
{
	height:100%;
	width:100%;
	margin:0;
	background-color:#e6e6e6;
	font-family: PFDinDisplayPro-Reg,Arial,sans-serif;
	font-size:16px;
	color:#333;
}
html {
	background: url(bg7.jpg);
}
body {
	background-color:transparent;
}
a:focus {
	outline: 0;
	box-shadow: none;
	border: 0;
}
input, button
{
	font-family:PFDinDisplayPro-Light,Arial,sans-serif !important;
	height:3.12rem;
	color:#333;
}
label
{
	margin-bottom: 0.3rem;
	font-family:PFDinDisplayPro-Light,Arial,sans-serif;
	font-size:1.2rem;
}
@media only screen and (min-width: 1250px) {
	.container {
		max-width: 1190px;
	}
}
.main-container
{
	margin: 0 auto;
	max-width: 1360px;
}
.login-banner
{
	padding:0;
	/*background: #ffffff url("/templates/common/css/felix-lite_banner.png") right top no-repeat;*/
	margin-left: 15px;
	margin-right: -15px;
	background-color: rgba(255, 255, 255, 0.7);
	height: 477.267px;
	margin-top: 0;
}
.login-banner-text {
	font-family:PFDinDisplayPro-Light,Arial,sans-serif !important;
	font-size:1.2rem;
}
.login-banner-image {
}

@media (max-width: 768px) {
	.login-banner
	{
		margin-left: 0;
		margin-right: 0;
		margin-top: 15px;
	}
}

.login-container
{
}
.login-header
{
	padding: 35px 0 30px 35px;
	font-family: PFDinDisplayPro-Reg,Arial,sans-serif;
}
.login-header > h2
{
	font-size:2rem;
	color:#5489da;
}
.login-error-message {
	display:none;
	background-color: #ffeded;
	color: #e74a66;
	padding: 10px 20px 10px 40px;
	font-size: 1.1rem;
}
@media only screen and (max-width: 600px) {
	.login-error-message
	{
		font-size:1.0rem;
		padding: 10px 20px 10px 30px;
	}
}
.login-error-message .fa {
	margin-right: 8px;
}
.login-form
{
	background: #ffffff url("/templates/common/css/login-form-bg2.png") right top no-repeat;
}
@media only screen and (max-width: 1200px) {
	.login-form
	{
		background-position: 250px top;
	}
}
@media (max-width: 544px) {
	.login-form
	{
		background-position: 170px top;
	}
}



.form
{
	padding: 0 2rem 2rem 2rem;
}
.form input
{
	font-size:1.2rem;
	line-height:2rem;
}
.login-form-header
{
	padding: 2rem 2rem 1rem 2rem;
	color:#4aa0ff;
}
.login-form-header > h1
{
	font-size:2.87rem;
}
.login-form-submit.btn {
/*	background-color:#4689fe;
	border:1px solid #3869e4;
	color:#fff;*/
	background-color: #f0f0f0;
	border:1px solid #ccc;
	color:#333;
	padding: 10px 45px;
	font-size:1.2em;
	margin-top:0px;
}
.login-form-submit.btn:hover {
	background-color: #ebebeb;
	border:1px solid #bbb;
}
.login-form-submit.btn.disabled, .login-form-submit.btn:disabled {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	color: #bbb;
	cursor: default;
	opacity: 1;
}
.login-info-link
{
	cursor:pointer;
	border-top: 1px solid #ccc;
	display:block;
	padding:1.2rem 1.2rem 1.2rem 1.9rem;
	margin:0;
	color:#616161;
}
.login-info
{
	background-color:#ffffff;
	padding:1.9rem;
	font-size:1.2rem;
	font-family:PFDinDisplayPro-Light,Arial,sans-serif;
}
@media only screen and (max-width: 1060px) {
	.login-info-link
	{
		font-size:1.2rem;
	}
	.login-info
	{
		font-size:1.2rem;
	}
	label
	{
		font-size:1.2rem;
	}
}
@media only screen and (max-width: 600px) {
	.login-info-link
	{
		font-size:1.0rem;
	}
	.login-info
	{
		font-size:1.0rem;
	}
	label
	{
		padding-top:0.3rem;
		font-size:1.0rem;
	}
}
.login-info > ul > li {
	list-style: none;
}
.login-info > ul > li:before
{
	content: '—';
	position: absolute;
	left: 40px;
}
.login-footer {
	padding-top: 60px;
	margin-left: -15px;
	font-size: 0.9rem;
}
@media only screen and (max-width: 600px) {
	.login-footer {
		margin-left: 0px;
		margin-bottom: 15px;
		font-size: 0.9rem;
	}
}
.login-footer a {
	color: #999;
	text-decoration: none;
	cursor: default;
}
.login-footer a:hover {
	color: #999;
	text-decoration: none;
}
.nopadding {
   padding: 0 !important;
}
.nomargin {
   margin: 0 !important;
}
.password-restore-link
{
	font-size: 0.8rem;
	border-bottom: 1px dashed;
	text-decoration:none;
	cursor:pointer;
	height: 1.4rem;
	/*float:right;*/
}
.password-restore-link:hover
{
	text-decoration:none;
	border-bottom: 1px dashed;
}

.fa.fa-angle:before {
	content: "\f106"; /* .fa-angle-up */
}
.collapsed .fa.fa-angle:before {
	content: "\f107"; /* .fa-angle-down */
}

/* ============== фирменная тема ГТК ============== */
:root {
	--gtk-navy: #3d5875;
	--gtk-blue: #3f88c5;
	--gtk-sky: #3fa7d6;
	--gtk-orange: #2fa96d;
	--gtk-ink: #2b3a55;
	--gtk-muted: #5a6b84;
	--gtk-line: #dfe5ed;
	--gtk-bg: #f4f6f9;
}

* {
	border-radius: initial !important;
}

html,
body {
	min-height: 100%;
	height: auto;
	background: var(--gtk-bg);
	color: var(--gtk-ink);
	font-family: Arial, sans-serif;
}

body {
	display: flex;
	flex-direction: column;
}

body > .container {
	flex: 1 0 auto;
	width: 100%;
	padding-top: 38px;
	padding-bottom: 60px;
}

.gtk-header {
	flex: 0 0 auto;
	min-height: 92px;
	background: #fff;
	border-bottom: 1px solid var(--gtk-line);
	box-shadow: 0 3px 18px rgba(31, 48, 75, .06);
}

.gtk-header__inner {
	min-height: 92px;
	display: flex;
	align-items: center;
	gap: 26px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.gtk-header__logo {
	display: block;
	line-height: 0;
}

.gtk-header__logo img {
	display: block;
	width: 105px;
	height: 52px;
	object-fit: contain;
	object-position: left center;
}

.gtk-header__title {
	padding-left: 25px;
	border-left: 1px solid var(--gtk-line);
	color: var(--gtk-navy);
	font-size: 19px;
	font-weight: 600;
}

.gtk-header__contacts {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
}

.gtk-header__contacts a {
	color: var(--gtk-navy);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.gtk-header__contacts a:first-child {
	font-size: 17px;
}

.main-container {
	max-width: 920px;
	padding-top: 12px;
}

.login-header {
	padding: 0 0 20px;
}

.login-header > h2 {
	margin: 0;
	color: var(--gtk-navy);
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
}

.login-container {
	justify-content: center;
}

.login-container > .cell:not(.login-banner) {
	margin-right: auto;
	margin-left: auto;
}

.login-form {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--gtk-line);
	border-radius: 16px !important;
	box-shadow: 0 16px 42px rgba(31, 48, 75, .10);
}

.login-form-header {
	padding: 2rem 2rem .7rem;
	color: var(--gtk-blue);
	text-align: center;
}

.login-form-header > h1 {
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.form {
	width: 100%;
	max-width: 420px;
	flex: 0 0 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 32px 2.2rem;
}

.form form {
	width: 100%;
}

.form .form-group {
	width: 100%;
}

label,
input,
button,
.login-info,
.login-banner-text {
	font-family: Arial, sans-serif !important;
}

.form-control {
	height: 48px;
	border: 1px solid #cfd7e3;
	border-radius: 8px !important;
}

.form-control:focus {
	border-color: var(--gtk-blue);
	box-shadow: 0 0 0 3px rgba(52, 60, 210, .12);
}

.login-form-submit.btn {
	display: block;
	width: 100%;
	min-width: 150px;
	margin-bottom: 20px;
	background: var(--gtk-orange);
	border: 1px solid var(--gtk-orange);
	border-radius: 8px !important;
	color: #fff;
	font-weight: 700;
}

.login-form-submit.btn:hover {
	background: #ec7f00;
	border-color: #ec7f00;
}

.password-restore-link {
	margin-top: 5px;
	padding: 0;
	color: var(--gtk-blue);
	border: 0;
	border-bottom: 1px dashed currentColor;
}

.login-info-link {
	border-top-color: var(--gtk-line);
	color: var(--gtk-navy);
	font-family: Arial, sans-serif;
}

.login-info {
	border-radius: 0 0 16px 16px !important;
}

.login-error-message {
	margin: 0 auto 14px;
	border: 1px solid #f4cbd2;
	border-radius: 9px !important;
}

.login-banner {
	border: 1px solid var(--gtk-line);
	border-radius: 16px !important;
	background-color: #fff;
	box-shadow: 0 12px 34px rgba(31, 48, 75, .08);
}

.gtk-footer {
	flex: 0 0 auto;
	width: 100%;
	padding: 40px 0 18px;
	background: var(--gtk-navy);
	color: rgba(255, 255, 255, .86);
	font-family: Arial, sans-serif;
}

.gtk-footer .container {
	padding-top: 0;
	padding-bottom: 0;
}

.gtk-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 50px;
}

.gtk-footer img {
	width: 108px;
	height: 54px;
	margin-bottom: 12px;
	object-fit: contain;
	object-position: left center;
	filter: brightness(0) invert(1);
	opacity: .95;
}

.gtk-footer h3 {
	margin: 0 0 13px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.gtk-footer p {
	margin: 4px 0;
	font-size: 14px;
	line-height: 1.55;
}

.gtk-footer a {
	display: block;
	margin: 5px 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none;
}

.gtk-footer a:hover {
	color: #fff;
	opacity: .78;
	text-decoration: underline;
}

.gtk-footer__bottom {
	margin-top: 27px;
	padding-top: 16px !important;
	border-top: 1px solid rgba(255, 255, 255, .16);
	color: rgba(255, 255, 255, .62);
	font-size: 12px;
}

@media (max-width: 767px) {
	.gtk-header,
	.gtk-header__inner { min-height: 72px; }
	.gtk-header__inner { gap: 14px; }
	.gtk-header__logo img { width: 76px; height: 42px; }
	.gtk-header__title { padding-left: 14px; font-size: 15px; }
	.gtk-header__contacts a:not(:first-child) { display: none; }
	.gtk-header__contacts a:first-child { font-size: 14px; }
	body > .container { padding-top: 24px; padding-bottom: 40px; }
	.login-header { padding-left: 15px; }
	.form { max-width: 100%; padding-right: 22px; padding-left: 22px; }
	.gtk-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
	.gtk-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
	.gtk-header__title { display: none; }
	.gtk-footer__grid { grid-template-columns: 1fr; }
	.gtk-footer__brand { grid-column: auto; }
}

/* Футер всегда заканчивает экран, даже когда форма короткая. */
html {
	height: 100%;
	background: var(--gtk-navy);
}
body {
	min-height: 100vh;
	margin: 0;
	background: var(--gtk-bg);
}
body > .container {
	flex: 1 0 auto;
}
.gtk-footer {
	margin-top: auto;
}

/* Единая типографика страницы входа. */
body,
body input,
body button,
body .container {
	font-family: Arial, "Helvetica Neue", sans-serif !important;
	letter-spacing: 0;
}
body {
	font-size: 14px;
	line-height: 1.4;
}
.login-form-header > h1 {
	font-family: Arial, "Helvetica Neue", sans-serif !important;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -.01em;
}
label {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}
.form input {
	font-size: 14px;
	line-height: 1.4;
}
.login-form-submit.btn {
	font-size: 15px;
	font-weight: 600;
}
.password-restore-link {
	font-size: 12px;
}
.login-info-link,
.login-info,
.login-banner-text {
	font-family: Arial, "Helvetica Neue", sans-serif !important;
	font-size: 14px;
	line-height: 1.45;
}
.gtk-header__title {
	font-size: 16px;
	font-weight: 600;
}
.gtk-footer,
.gtk-footer p,
.gtk-footer a {
	font-size: 13px;
	line-height: 1.45;
}
.gtk-footer h3 {
	font-size: 13px;
	font-weight: 600;
}

.gtk-footer__grid {
	grid-template-columns: 1.5fr 1fr;
}

/* Точное центрирование содержимого карточки входа. */
.login-form > .form {
	float: none !important;
	flex: 0 0 420px !important;
	width: 420px !important;
	max-width: calc(100% - 44px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.login-form > .form form,
.login-form > .form fieldset,
.login-form > .form .form-control,
.login-form > .form .login-form-submit {
	width: 100% !important;
}
.login-form-header > h1 {
	margin: 0;
	color: #202a3a !important;
	font-size: 22px !important;
	font-weight: 600;
	line-height: 1.25;
}

/* Центрируем не только поля, но и всю белую карточку. */
.login-container {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
}
.login-container > .cell:not(.login-banner) {
	float: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.login-container > .cell.col-lg-8:not(.login-banner),
.login-container > .cell.col-md-8:not(.login-banner) {
	flex: 0 0 66.666667% !important;
	width: 66.666667% !important;
	max-width: 66.666667% !important;
}

@media (max-width: 767px) {
	.login-container > .cell.col-lg-8:not(.login-banner),
	.login-container > .cell.col-md-8:not(.login-banner) {
		flex-basis: calc(100% - 30px) !important;
		width: calc(100% - 30px) !important;
		max-width: calc(100% - 30px) !important;
	}
}

/* Шапка на всю ширину: контакты закреплены справа. */
.gtk-header > .gtk-header__inner {
	width: 100%;
	max-width: none;
	padding-right: 36px !important;
	padding-left: 20px !important;
}
.gtk-header__contacts {
	margin-left: auto;
	align-items: flex-end;
	text-align: right;
}
@media (max-width: 767px) {
	.gtk-header > .gtk-header__inner {
		padding-right: 16px !important;
		padding-left: 12px !important;
	}
}

/* Группа компаний: финальная оболочка страницы входа. */
.gtk-header {
	background: #fff !important;
	border-bottom: 1px solid #dfe5ed !important;
	box-shadow: 0 4px 18px rgba(43,58,85,.06) !important;
}
.gtk-header > .gtk-header__inner {
	width: 100% !important; max-width: none !important; min-height: 104px !important;
	padding: 12px 40px 12px 28px !important;
	display: flex !important; align-items: center !important; gap: 24px !important;
}
.gtk-header__logo {
	display: flex !important; align-items: center !important; gap: 20px !important;
	flex: 0 0 auto; color: #2b3a55 !important; line-height: 1.2 !important; text-decoration: none !important;
}
.gtk-header__logo img {
	display: block !important; width: 122px !important; height: 60px !important;
	object-fit: contain !important; object-position: left center !important; filter: none !important;
}
.gtk-header__group {
	display: flex; flex-direction: column; gap: 5px; padding-left: 20px;
	border-left: 1px solid #cdd6e1; text-transform: uppercase;
}
.gtk-header__group > span { color: #3d5875; font-size: 14px; font-weight: 700; letter-spacing: .025em; }
.gtk-header__group > strong {
	color: #2b3a55; font-size: 14px; font-weight: 800; letter-spacing: .02em; white-space: nowrap;
}
.gtk-header__title {
	margin-left: 4px !important; padding-left: 24px !important; border-left: 1px solid #dfe5ed !important;
	color: #3d5875 !important; font-size: 17px !important; font-weight: 700 !important; white-space: nowrap;
}
.gtk-header__support {
	display: flex; flex-direction: column; align-items: flex-end; gap: 5px;
	margin-left: auto; text-align: right;
}
.gtk-header__support strong {
	color: #3d5875; font-size: 14px; font-weight: 800; letter-spacing: .025em;
	text-transform: uppercase; white-space: nowrap;
}
.gtk-header__support span { color: #718198; font-size: 13px; white-space: nowrap; }
.login-form-submit, .btn-primary, .btn-success {
	color: #fff !important; background: #2fa96d !important; border-color: #2fa96d !important;
}
.login-form-submit:hover, .login-form-submit:focus,
.btn-primary:hover, .btn-primary:focus, .btn-success:hover, .btn-success:focus {
	color: #fff !important; background: #278f5d !important; border-color: #278f5d !important;
}
.password-restore-link, .login-info-link { color: #3f88c5 !important; }
.form-control:focus { border-color: #3f88c5 !important; box-shadow: 0 0 0 2px rgba(63,136,197,.14) !important; }
.gtk-footer {
	margin-top: auto !important; padding: 30px 0 16px !important;
	color: #fff !important; background: #3d5875 !important;
}
.gtk-footer > .container {
	display: block !important; width: 100%; max-width: 1200px;
	padding-right: 28px; padding-left: 28px;
}
.gtk-footer__title {
	margin: 0 0 18px !important; color: #fff !important; font-size: 16px !important;
	font-weight: 800 !important; letter-spacing: .04em; text-align: center; text-transform: uppercase;
}
.gtk-footer__grid {
	display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 0 !important;
}
.gtk-footer__company {
	display: grid; grid-template-rows: auto repeat(4,20px) auto; align-content: start;
	min-width: 0; padding: 0 22px; text-align: center;
}
.gtk-footer__company + .gtk-footer__company { border-left: 1px solid rgba(255,255,255,.16); }
.gtk-footer__company h3 {
	margin: 0 0 10px !important; color: #fff !important; font-size: 13px !important;
	font-weight: 800 !important; letter-spacing: .035em; text-transform: uppercase;
}
.gtk-footer__company a {
	display: block !important; margin: 0 !important; color: #fff !important;
	font-size: 12px !important; line-height: 20px !important; text-decoration: none !important;
}
.gtk-footer__company a:hover { opacity: .78; text-decoration: underline !important; }
.gtk-footer__spacer { display: block; min-height: 20px; }
.gtk-footer__company p {
	margin: 10px 0 0 !important; color: #c3cfdd !important;
	font-size: 11px !important; line-height: 1.35 !important; white-space: nowrap;
}
.gtk-footer__bottom {
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
	margin-top: 22px !important; padding-top: 14px !important;
	border-top: 1px solid rgba(255,255,255,.16) !important; color: #aebdd0 !important; font-size: 11px !important;
}
.gtk-footer__bottom a {
	display: inline-block !important; margin: 0 !important; color: #fff !important;
	font-size: 11px !important; white-space: nowrap;
}
@media (max-width: 1100px) { .gtk-header__title { display: none !important; } }
@media (max-width: 850px) {
	.gtk-header > .gtk-header__inner {
		min-height: 0 !important; padding: 13px 18px !important;
		flex-wrap: wrap; gap: 12px 18px !important;
	}
	.gtk-header__logo { gap: 14px !important; }
	.gtk-header__logo img { width: 96px !important; height: 48px !important; }
	.gtk-header__group { gap: 3px; padding-left: 14px; }
	.gtk-header__group > span { font-size: 12px; }
	.gtk-header__group > strong { font-size: 11px; }
	.gtk-header__support {
		width: 100%; padding-top: 10px; border-top: 1px solid #e3e8ef;
		align-items: flex-start; text-align: left;
	}
	.gtk-header__support strong, .gtk-header__support span { font-size: 12px; }
	.gtk-footer__company { padding: 0 12px; }
	.gtk-footer__company p { font-size: 11px !important; }
}
@media (max-width: 700px) {
	.gtk-footer__grid { grid-template-columns: 1fr !important; }
	.gtk-footer__company { padding: 18px 0; }
	.gtk-footer__company:first-child { padding-top: 0; }
	.gtk-footer__company + .gtk-footer__company {
		border-top: 1px solid rgba(255,255,255,.16); border-left: 0;
	}
	.gtk-footer__spacer { display: none; }
	.gtk-footer__company p { white-space: normal; }
	.gtk-footer__bottom { flex-direction: column; align-items: center; text-align: center; }
}
@media (max-width: 430px) {
	.gtk-header__logo { width: 100%; }
	.gtk-header__logo img { width: 86px !important; height: 43px !important; }
	.gtk-header__group { min-width: 0; }
	.gtk-header__group > strong { font-size: 10px; letter-spacing: 0; }
}
