body, button, input, select, textarea {
	font: 16px/1.25 Roboto, Arial, Helvetica, sans-serif;
	color: #444;
}

body {
	position: relative;
}

a {
	color: #1eb3f0;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #1eb3f0;
	text-decoration: none;
}

button, input, select, textarea {
	font-size: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: .75em;
	font-weight: 700;
	line-height: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #000;
}

h1, .h1 {
	font-size: 1.625em;
	text-transform: uppercase;
}

h2, .h2 {
	font-size: 1.625em;
	text-transform: uppercase;
}

h3, .h3 {
	font-size: 1.25em;
}

h4, .h4 {
	font-weight: 400;
	font-size: 1em;
}

h5, .h5 {
	font-size: .875em;
	text-transform: uppercase;
}

h6, .h6 {
	font-weight: 400;
	font-size: .875em;
}

small, .small {
	font-size: .875em;
}

.pad-l-0 {
	padding-left: 0;
}

/* HEADER
*******************************************************************************/

.logo {
	width: 175px;
}

.navbar {
	padding: 20px 0;
	border-bottom: 1px solid rgba(39, 94, 130, .1);
	background: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: 0;
}

.navbar-nav i, .navbar-nav span {
	display: inline-block;
	vertical-align: middle;
}

.navbar-nav i {
	margin-right: 20px;
	width: 30px;
	height: 30px;
	color: #1eb3f0;
	border: 1px solid #3bbcfd;
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	border-radius: 100%;
}

.icon-qa {
	display: inline-block;
	background-position: 50%;
	background-repeat: no-repeat;
	font-style: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h-phone {
	font-weight: 700;
	font-size: 1.25em;
	color: #1eb3f0;
}

@media (max-width: 767px) {
	.nav-user {
		padding-top: 15px;
	}

	.ca-navbar__logo {
		text-align: center;
	}
}

/*******************************************************************************/

.section-title {
	text-align: center;
}

.section-title:before {
	display: block;
	margin: 0 auto .75em;
	width: 40px;
	height: 4px;
	background: #1eb3f0;
	content: '.';
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

.inner-sect-title {
	text-align: center;
	margin-bottom: 1.5em;
}

legend {
	border-bottom: 0;
	text-align: center;
	font-size: 1.625em;
	text-transform: uppercase;
	margin-bottom: .75em;
	font-weight: 700;
	line-height: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #000;
}

.panel-default {
	border: 0;
	border-radius: 5px;
}

.panel-body {
	padding: 40px;
}

.b-inner .panel-default {
	border: 1px solid #ddd;
}

.steps {
	text-align: center;
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.steps li {
	display: inline-block;
	font-size: 24px;
	padding: 10px;
}

.steps li span {
	display: block;
	background: #fff;
	border: 1px solid #1eb3f0;
	border-radius: 15px;
	height: 15px;
	width: 15px;
}

.steps li.done span {
	background: #1eb3f0;
}

.steps li.current span {
	background: #1eb3f0;
}

.b-opening-opts__picwrap {
	min-height: 95px;
}

.b-opening-opts__pic {
	display: block;
	margin: 0 auto;
}

.b-opening-opts__text {
	text-align: center;
}

/* FORM
*******************************************************************************/

.form-caption {
	margin-bottom: 1.5em;
	text-align: center;
}

.form-footer {
	font-size: 14px;
}

.form-confirm .row {
	padding-bottom: 10px;
}

.form-control {
	padding: 14px 15px;
	height: auto;
	font-size: 16px;
	border-color: #dedede;
}

.form-inner {
	margin-top: 3em;
}

.form-inner .form-group label {
	padding-left: 0;
	font-weight: normal;
}

.form-inner__grouptitle {
	font-weight: bold;
	margin: 15px 0;
}

.form-inner label {
	font-weight: normal;
}

.has-error .form-control {
	border-color: #ff3030;
}

.has-error .help-block, .has-error label, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #ff3030;
}

.has-error .form-control:focus {
	border-color: #ff3030;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn {
	background: -webkit-linear-gradient(left, #1eb4f1, #0378c4);
	background: -moz-linear-gradient(left, #1eb4f1, #0378c4);
	background: -ms-linear-gradient(left, #1eb4f1, #0378c4);
	background: -o-linear-gradient(left, #1eb4f1, #0378c4);
	background: linear-gradient(left, #1eb4f1, #0378c4);
	border-radius: 2em;
	border: 0;
	padding: 0.75em 2em;
	font: 16px/1.25 Roboto, Arial, Helvetica, sans-serif;
	outline: none !important;
}

.btn-default {
	color: #fff;
	background-color: #1eb4f1;
}

.btn-simple {
	color: #fff;
	background: #1eb4f1;
}

.btn-default {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
}

.btn-default:hover, .btn-simple:hover {
	background: #0781cb;
	color: #fff;
}

.btn-default:active, .btn-default:focus, .btn-default:active:focus,
.btn-simple:active, .btn-simple:focus, .btn-simple:active:focus, .btn-simple.active {
	background: #055e98;
	color: #fff;
}

.btn-odd {
	text-transform: uppercase;
	padding: 1.25em 2.25em;
	font-size: 14px;
	font-weight: 500;
}

.btn-primary {
	background-color: #f68022;
}

.btn-primary:hover {
	background-color: #e0690b;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
	background-color: #c85902;
}

.btn-center {
	display: block;
	margin: 0 auto;
}

.radio label, .checkbox label {
	color: #1eb3f0;
}

.form-inner .form-group {
	margin-bottom: 30px;
}

.form-inner .form-group-light {
	float: left;
	width: 100%;
}

label[class*="col-sm"], label[class*="col-md"], .label-inline {
	padding-top: 13px;
}

label {
	font-weight: normal;
}

.help-block {
	color: #444;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: .875em;
}

input[type=checkbox]:not(old),
input[type=radio ]:not(old) {
	width: 20px;
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio ]:not(old) + label {
	display: inline-block;
	margin-left: -21px;
	line-height: 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio ]:not(old) + label > span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 8px 3px 0;
	border: 2px solid #1eb3f0;
	border-radius: 8px;
	background: #fff;
	vertical-align: bottom;
}

input[type=checkbox]:not(old) + label > span {
	border-radius: 3px;
}

input[type=checkbox]:not(old):checked + label > span:before {
	content: '\2713';
	display: block;
	width: 13px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	color: #1eb3f0;
}

input[type=radio]:not(old):checked + label > span > span {
	display: block;
	width: 0.5em;
	height: 0.5em;
	margin: 0.125em;
	border: 2px solid #1eb3f0;
	border-radius: 4px;
	background: #1eb3f0;
}

.has-error input[type=checkbox]:not(old) + label,
.has-error input[type=radio ]:not(old) + label,
.has-error input[type=checkbox]:not(old):checked + label > span:before {
	color: #ff3030;
}

.has-error input[type=checkbox]:not(old) + label > span,
.has-error input[type=radio ]:not(old) + label > span,
.has-error input[type=radio]:not(old):checked + label > span > span {
	border-color: #ff3030;
}

.has-error input[type=radio]:not(old):checked + label > span > span {
	background: #ff3030;
}

/* FOOTER
*******************************************************************************/
#d-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

#d-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding-bottom: 1px;
	min-height: 220px;
}

#d-footer {
	background: #2ca9e7;
	color: #fff;
	margin-top: 30px;
}

#d-footer a {
	color: inherit;
}

.f-top {
	padding-top: 2em;
	padding-bottom: 2em;
}

.f-logo {
	display: block;
	width: 175px;
}

.f-bottom {
	padding: 2em 0;
	background: #1395d5;
	font-size: .75em;
}

.nav-f-buttons li {
	float: left;
	list-style: none;
}

.nav-f-buttons a {
	display: block;
	margin: 0 10px;
	position: relative;
	padding: 10px 20px 10px 10px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 4px;
	text-decoration: none;
}

.nav-f-buttons i, .nav-f-buttons span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.nav-f-buttons i {
	margin-right: 7px;
	width: 28px;
	height: 28px;
	border: 1px solid #fff;
	font-size: 17px;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	border-radius: 100%;
}

.nav-f-buttons .fa-envelope {
	font-size: 14px;
	text-indent: 1px;
}

.f-phone-wrap {
	text-align: center;
	padding-bottom: 15px;
}

.f-phone {
	font-weight: 700;
	font-size: 1.625em;
}

@media (max-width:767px) {
	.nav > li > a {
		padding: 0;
	}

	.navbar-nav {
		float: right;
		margin: 0;
	}

	.h-logo {
		float: left;
	}

	.nav-user {
		font-size: 11px;
		text-align: right;
	}

	.f-bottom .container {
		padding: 0 15%;
		text-align: center;
	}

	.nav-f-buttons a {
		margin-bottom: 10px;
	}

	.pad-xs {
		padding-bottom: 30px;
	}

	label[class*="col-sm"], label[class*="col-md"], .label-inline {
		padding-top: 0;
	}

	.row-xs {
		margin-left: 0;
		margin-right: 0;
	}

	.form-group .text-right {
		text-align: left;
	}

	.help-block {
		font-size: 12px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.btn-odd {
		margin-right: 10px;
	}

	.navbar-right {
		margin-right: 10px;
	}

	.navbar-nav > li > a {
		padding: 0px;
	}

	.nav-f-buttons a {
		margin: 0 3px;
	}
}

@media (max-width:991px) {
	.b-auth {
		padding: 10px 15px;
	}

	.panel-body {
		padding: 15px;
	}

	.navbar-nav i {
		width: 40px;
		height: 40px;
		border-width: 2px;
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 1023px) {
	.logo {
		width: 126px;
	}
}

@media (min-width: 768px) {
	.nav-user {
		padding-top: 1em;
	}
}

.help-block {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sign {
	margin-top: 30px;
	margin-bottom: 30px;
}

.loader-inner {
	display: inline-block;
}

.b-inner {
	padding-bottom: 300px;
}

.ct-label {
	font-size: 14px;
}

a {
	cursor: pointer;
}

.top10 {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}

.top30 {
	margin-top: 30px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 30px;
}

.address {
	line-height: 1.875;
}

.address-active {
	background-color: #eae3e3;
}

.panel-login {
	padding: 2.75em 40px 2.5em;
}

.documents li {
	line-height: 2;
}

.btn-fixed {
	width: 200px;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
}

.form-space .form-group {
	margin-bottom: 30px;
}

@media print {
  @page {
		margin: 0;
	}

	.printRoot {
		padding: 0 10px;
	}

	.noprint {
		display: none !important;
  }
  
}

.print-logo {
  height: 60px;
}

/* END
*******************************************************************************/

.btn-logout {
	padding-right: 0px;
}

.agreement-selector-title {
	color: black;
	background: white;
	border: none;
}

.agreement-selector-title span {
	margin-left: 5px;
	margin-right: 5px;
}

.portfolio-money {
	font-size: 22px;
}

.text-price-up {
	color: lightgreen;
}

.text-price-down {
	color: lightcoral;
}

.circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	line-height: 50px;
	text-align: center;
	display: inline-block;
}

.circle .material-icons {
	line-height: 2;
}

.left10 {
	margin-left: 10px;
}

.left30 {
	margin-left: 30px;
}

.valign-center {
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
}

.btn-df {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
}

.block-center {
	display: flex;
	justify-content: center;
}

.menu-item {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-weight: 500;
}

.menu-item.active {
	color: #1eb3f0;
}

.menu-mobile {
	padding-left: 0px;
}

.menu-mobile-item {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-weight: 500;
	margin-top: 10px;
	list-style-type: none;
	text-align: center;
}

.menu-mobile-item a {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-weight: 500;
	margin-top: 10px;
}

.menu-mobile-item .active {
	color: #1eb3f0;
}

.navbar {
	padding-bottom: 5px;
}

.menu-toggle {
	background: white;
	border: none;
	padding: 10px;
}

.news-item {
	background: white;
	border: none;
	text-align: left;
}

select.form-control {
	height: 52px;
}

.get-more {
	height: 50px;
}

.pointer {
	cursor: pointer;
}

.alor-color {
	color: #1eb3f0;
}

.alor-tooltip {
	max-width: 500px;
	line-height: 1.3;
}

.icon-text {
	font-size: 16px;
}

@media print {
	#d-footer {
		display: none !important;
	}
}

.help-block-hint {
	display: block;
	color: #444;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: .875em;
}

.panel-block {
	display: block;
	padding: 20px;
	width: 100%;
	background-color: white;
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.link-block {
	display: block;
	padding: 20px;
	width: 100%;
	background-color: white;
	color: #74a3c7;
	text-decoration: none;
	margin-top: 10px;
	font-weight: 100;
	font-size: 25px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.link-block i {
	font-size: 30;
	color: black;
}

.av-block-ui {
	min-height: 7em;
}

.bootstrap-radio {
	opacity: 1!important;
}

.username {
	line-height: 1.8;
}

.attention-block {
	border: 2px solid #1eb3f0;
	padding: 10px 15px;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.right10 {
	margin-right: 10px;
}

.panel-block-list {
}

.panel-block-list__tubmlr {
  outline: none;
  float: left;
  width: 100%;
}

.panel-block-list__tubmlr + div {
  max-height: 0;
  padding: 1px;
  overflow: hidden;
  transition: max-height;
  transition-duration: 0.5s;
}

.panel-block-list__tubmlr_active + div {
  max-height: 500px;
  margin-bottom: 25px
}

.nav > li > .h-phone {
	position: relative;
	display: block;
	padding: 10px 15px;
}

@media (min-width: 768px) {
	.navbar-nav > li > .h-phone {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px;
	}
}

#d-footer .d-lnk-tel {
	color: inherit;
}

.nav-f-buttons .d-lnk-tel {
	display: block;
	margin: 0 10px;
	position: relative;
	padding: 10px 20px 10px 10px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 4px;
	text-decoration: none;
}