ul {
	margin: 0;
	padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}

body {
	margin: 0 auto;
	padding: 150px 0px;
	font-family: Trebuchet, Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #444;
}
h1 {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #8e8e8e;
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.row > .pkForm__wrapper {
  max-width: 950px;
  margin: 0 auto;
  padding: 70px 80px 40px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #ccc;
}
.pkForm {
  position: relative;
	padding: 20px 30px;
	min-height: 170px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #eaf0fe;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.pkForm__h1 {
  text-transform: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
}
.erBase {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 57px;
	color: red;
	display: none;
}
.pkForm__row + .pkForm__row { margin-top: 15px; }
.pkForm label {
	display: inline-block;
	width: 50px;
}
.pkForm input {
	display: inline-block;
	padding: 4px;
	width: 100%;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	box-sizing: border-box;
	border: 2px solid #ccc;
}
.pkForm input::placeholder {
  color: #ccc;
}
.form-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 12px;
}
.er {	color: red;}

.pkButtons {
	position: relative;
	padding-top: 15px;
	text-align: center;
}
.pkButtons .btnLogin, .pkButtons .btnReg {
	display: block;
	margin-left: 20px;
	box-sizing: border-box;
	width: 90px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	border: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none;
	background: #7691c9;
	cursor: pointer;
	transition: all 0.5s ease-out 0.1s;
}
.pkButtons .btnLogin:hover, .pkButtons .btnReg:hover { background: #2977a0; }
.pkButtons .forgot {
	text-decoration: none;
	color: #909090;
	font-size: 11px;
	position: relative;
}
.pkButtons .forgot:hover { text-decoration: underline; }
.hide { display: none; }

.loginFPErrors { margin-top: 20px; }
.customForm { margin: 20px 0 0 0; }
.customForm .row { margin-bottom: 10px; }
.customForm label {
	display: block;
	color: #000;
	margin-bottom: 3px;
}
.customForm input[type="text"] {
	border: 1px solid #7e7e7e;
	padding: 5px 10px;
	width: 200px;
}

.row.pkForm__footer { 
  color: #8e8e8e;
}
.pkForm__logo-img {
  margin-top: 10px;
  width: 90px;
}
.pkForm.right-side {
  background-image: url('/assets/template/comp.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 100% 100%;
}
.pkForm__rightBlock {
  padding: 10px 20px 48px 0;
	text-align: right;
}
.pkForm__rightImg {
  position: absolute;
	bottom: 0;
	right: 0;
	width: 204px;
}
.customForm input[type="submit"] {
	border: none;
	width: 200px;
	height: 32px;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	background: #154863;
	transition: all 0.5s ease-out 0.1s;
}
.customForm input[type="submit"]:hover { background: #2977a0; }
.loginFPErrors { margin-top: 20px; }
.pkForm__list {
  margin: 0;
  text-align: left;
  color: #444;
}
.pkForm__list li a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
  line-height: 2;
}
.pkForm__legion-logo {
  display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	padding: 5px;
	background-color: #eaf0fe;
	border-radius: 3px;
}
.pkForm__legion-logo img {
	width: 55px;
}
.pkForm__copyright {
  font-size: 18px;
}
.pkForm__legion-desc {
  margin: 0;
  color: #8e8e8e;
  font-size: 10px;
  line-height: 1.1;
}
.pkForm__secure{
  color: #8e8e8e;
  font-size: 14px;
  text-align: center;
}
.pkForm-tech-support {
  display: block;
	padding: 10px 5px;
	max-width: 120px;
	max-height: 50px;
	text-decoration: none;
	color: #8e8e8e;
	font-size: 10px;
	text-align: center;
	line-height: 1.2;
	background-color: #eaf0fe;
	border-radius: 3px;
}
.pkForm__rightLogo {font-size: 32px;}
.bd-layout {margin-bottom: 55px;}

/* === Login content === */
.login-title {
	margin-bottom: 25px;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
}
.login__advantage {
	margin-bottom: 70px;
}
.advantage__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.advantage__item {
	padding: 30px 20px 30px 40px;
	display: flex;
	align-items: center;
	gap: 30px;
  height: 155px;
	width: 48%;
	min-width: 200px;
	background-color: #eaf0fd;
	border-radius: 10px;
}
.advantage__img {
	min-width: 75px;
	min-height: 75px;
	height: 75px;
	width: 75px;
}
.advantage__content {
	font-size: 16px;
	line-height: 20px;
	color: #777;
	margin-bottom: 0;
}

.login__bi-pro {
	margin-bottom: 30px;
}
.login__bi-pro .login-title {
	margin-bottom: 0;
}
.bi-pro__img {
	padding: 0 10px;
}
.bi-pro__img img {
	width: 100%;
}

.login__tariffs {
	margin-bottom: 60px;
}
.login__tariffs .login-title { margin-bottom: 15px;}
.tariffs__list {
	display: flex;
	gap: 20px;
	padding: 50px 30px;
	background-color: #eaf0fd;
	border-radius: 10px;
}
.tariffs__item {
	padding: 15px 30px 33px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
}
.tariffs__item-top {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.tariffs__item-title {
	font-size: 20px;
	margin-bottom: 12px;
}
.tariffs__item-price {
  font-size: 28px;
  margin-bottom: 40px;
}
.tariffs__item-list {margin-bottom: 40px;}
.tariffs__item-list li {
  font-size: 18px;
	line-height: 33px;
}
.tariffs__item-btn {
  padding: 13px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #6c8bc6;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.light-blue { background-color: #44a5ae; }
.dark-blue { background-color: #2b5695; }
.tariffs__item-btn:hover {
  color: #fff;
 	filter: hue-rotate(45deg);
}

.login__form { margin-bottom: 45px; }
.login__form form {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.login__form label {
  font-size: 20px;
}
.login__form input {
  padding: 15px;
  width: 100%;
  max-width: 305px;
  outline: none;
	border: 0;
  background-color: #e6e7e9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
}
.login__form input::placeholder {
	font-size: 16px;
	color: #999;
	line-height: 1;
}

.login__promo { 
	margin-bottom: 65px; 
	padding: 40px 20px 15px 50px;
	display: flex;
	gap: 30px;
	background-color: #eaf0fd;
	border-radius: 10px;
}
.login__promo-img {
  min-width: 110px;
  display: flex;
	align-items: center;
}
.login__promo-content {
  font-size: 20px;
}

/* === media === */
@media (max-width: 991px) {
  .row > .pkForm__wrapper {padding: 50px 30px 40px;}
  .pkForm.right-side {
    -webkit-background-size: 150px;
    background-size: 150px;
  }
  .pkForm__copyright {font-size: 16px;}
  .pkForm__secure {font-size: 12px;}
  
  .advantage__item {padding: 30px 20px;}
  .advantage__content {	font-size: 14px;}
  .tariffs__list {
  	gap: 10px;
  	padding: 30px 20px;
  }
  .tariffs__item {padding: 15px 15px 20px;}
  .login__promo-content {	font-size: 16px;}
}

@media (max-width: 767px) {
  body {padding: 0;}
  .row > .pkForm__wrapper {padding: 30px 10px}
  .form-logo {margin-bottom: 0}
  .pkForm__rightBlock {padding: 20px 0 5px}
  .pkForm__rightLogo {font-size: 26px}
  
  .advantage__item {padding: 15px}
  .advantage__img {
  	min-width: 50px;
  	min-height: 50px;
  	height: 50px;
  	width: 50px;
  }
  .advantage__content {	font-size: 14px}
  .tariffs__list {padding: 20px 10px}
  .tariffs__item {
    padding: 15px;
    width: 32%;
  }
  .tariffs__item-list li {font-size: 16px}
  .tariffs__item-price {
  	font-size: 22px;
  	margin-bottom: 25px;
  }
  .tariffs__item-btn {padding: 13px 15px}
  .login__promo {	margin-bottom: 40px}
}

@media (max-width: 575px) {
  .advantage__list {
	  margin: 0 auto;
    max-width: 380px;
    flex-direction: column;
  	align-items: center;
  }
  .advantage__item {width: 100%}
  .tariffs__list {
    flex-direction: column;
  	align-items: center;
  }
  .tariffs__item {
    width: 100%;
    text-align: center;
    max-width: 280px;
  }
  .login__form form { flex-direction: column}
  .login__promo {
  	padding: 30px 20px 20px;
  	flex-direction: column;
  	align-items: center;
  }
  .login-title,
  .login__tariffs .login-title,
  .login__bi-pro .login-title {
    font-size: 24px;
	  margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .form-logo {display:block}
  .bd-layout {text-align:center}
  .pkForm__logo-img {margin-top:0}
  .pkForm__h1{margin-bottom: 15px;}
}


