html {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Arial", Helvetica, sans-serif;
outline: none;
}
a {
  text-decoration: none;
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin-top: 0;
}
.b-text {
  position: relative;
}
.b-text .row {
  padding-top: 30px;
  border-bottom: solid 1px #aeb5cb;
}
.b-text .row:last-child {
  border-bottom: none;
}
.b-text .row:first-child {
  padding-top: 0;
}
.b-text h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2em;
  color: #26356c;
  margin-bottom: 20px;
}
.b-text h3 {
  color: #26356c;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.b-text p {
  font-size: 14px;
  line-height: 20px;
  color: #233042;
  margin-bottom: 20px;
}
.b-text b {
  border-bottom: solid 1px #aeb5cb;
}
.b-text em {
  font-style: normal;
  color: #788496;
  display: block;
}
.b-text a {
  color: #2f3d73;
  border-bottom: solid 1px #aeb5cb;
  text-decoration: none;
}
.b-text ul {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.b-text ul li {
  font-size: 14px;
  line-height: 20px;
  color: #233042;
}
.b-text ul li:before {
  content: "\2022";
  position: absolute;
  font-size: 20px;
  left: 15px;
  color: #c2c9d1;
}
.tbl {
  margin-bottom: 20px;
  width: 100%;
}
.tbl th {
  padding: 20px;
  background-color: rgba(44,59,114,0.3);
  color: #233042;
  font-weight: normal;
  border: solid 1px #ebecf2;
}
.tbl th:first-child {
  text-align: left;
}
.tbl td {
  padding: 20px;
  color: #233042;
  border: solid 1px #ebecf2;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
}
.tbl td:first-child {
  text-align: left;
}
.bankomat__title {
  color: #788496;
  display: block;
}
.bankomat__address {
  display: block;
}
.color--grey {
  color: #333;
  font-weight: bold;
}
.color--blue {
  font-weight: bold;
  color: #2f3d73;
}
.img--left {
  float: left;
  padding: 0 15px 8px 0;
}
.clearboth {
  clear: both;
}
body {
  background: url("../img/bg.png") repeat;
}
.container {
  width: 960px;
  margin: 0 auto;
}
/* Page header
-----------------------------------------------------------------------------*/
.page-header {
  height: 90px;
  border-top: solid 3px #2f3d73;
  background: -webkit-linear-gradient(top, #fff, rgba(255,255,255,0.6));
  background: -moz-linear-gradient(top, #fff, rgba(255,255,255,0.6));
  background: -o-linear-gradient(top, #fff, rgba(255,255,255,0.6));
  background: -ms-linear-gradient(top, #fff, rgba(255,255,255,0.6));
  background: linear-gradient(to bottom, #fff, rgba(255,255,255,0.6));
}
.logo {
  display: inline-block;
  width: 200px;
  height: 49px;
  background: url("../img/logo_.png") no-repeat;
  margin-top: 15px;
  margin-right: 45px;
  float: left;
}
.top-menu {
  position: relative;
  z-index: 99;
  height: 33px;
  float: left;
  -webkit-border-radius: 9px;
  border-radius: 9px;
background-color:#303e75;
  background: -webkit-linear-gradient(top, #57638f, #303e75);
  background: -moz-linear-gradient(top, #57638f, #303e75);
  background: -o-linear-gradient(top, #57638f, #303e75);
  background: -ms-linear-gradient(top, #57638f, #303e75);
  background: linear-gradient(to bottom, #57638f, #303e75);
  margin-top: 25px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
}
.top-menu > ul {
  padding: 0;
  margin: 0;
}
.top-menu > ul > li {
  float: left;
  display: block;
  position: relative;
}
.top-menu > ul > li > a {
  display: block;
  padding: 9px 18px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.top-menu .sub-menu {
  position: absolute;
  display: none;
  top: 19px;
  left: 0;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 12px 13px rgba(0,0,0,0.35);
  box-shadow: 0 12px 13px rgba(0,0,0,0.35);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 14px !important;
}
.top-menu > ul > li:last-child > .sub-menu {
    right: 0 !important;
    left: inherit !important;
}
.top-menu .sub-menu li {
  float: none;
  width: auto;
  min-width: 200px;
  max-width: 250px;
  height: auto;
  padding: 0;
  position: relative;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.11) !important;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}
.top-menu .sub-menu li:hover {
  background: rgba(211,218,229,0.7) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-menu .sub-menu li a {
  display: block;
  text-decoration: none;
  border: 0px;
  padding: 10px !important;
  width: auto;
  height: auto;
  font-size: 13px;
  text-align: left;
  font-weight: 100;
  color: #414141 !important;
  text-shadow: 0 1px #fff;
}
.h-contact {
  float: right;
  padding-top: 10px;
  text-align: right;
}
.h-city {
  font-size: 13px;
  color: #7781a2;
  padding-bottom: 7px;
}
.h-city a {
  color: #2f3d73;
  font-weight: bold;
  border-bottom: dashed 1px #2f3d73;
}
.h-phone {
  font-size: 20px;
  font-weight: bold;
  color: #2f3d73;
}
.h-recall {
  font-size: 13px;
  color: #2f3d73;
  border-bottom: dashed 1px #2f3d73;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}
.middle:after {
  display: table;
  clear: both;
  content: '';
}
.middle-container {
  width: 100%;
  float: left;
  overflow: hidden;
}
.content {
  padding: 0 0 60px 0;
}
.page-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  color: #2f3d73;
}
.page-title span {
  color: rgba(44,59,114,0.6);
  padding-left: 25px;
  font-weight: normal;
}
.sub-title {
  color: #26356c;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.sub-title b {
  border-bottom: solid 1px #aeb5cb;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  float: left;
  width: 240px;
  margin-left: -100%;
  position: relative;
}
.sidebar-menu > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.sidebar-menu > ul > li {
  display: block;
  position: relative;
}
.sidebar-menu > ul > li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 6px;
  background: url("../img/menu-target.png") no-repeat;
  position: absolute;
  top: 4px;
}
.sidebar-menu > ul > li:last-child a {
  margin-bottom: 0;
}
.sidebar-menu > ul > li > a {
  color: #2f3d73;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 8px;
}
.sidebar-menu > ul > li > a.selected {
  color: #89919c;
}
.sidebar-menu > ul > li > a > span {
  display: inline-block;
  margin-bottom: 5px;
  border-bottom: solid 1px #aeb5cb;
}
.sidebar-menu > ul > li > .sub-menu {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 12px;
}
.sidebar-menu > ul > li > .sub-menu > li {
  position: relative;
}
.sidebar-menu > ul > li > .sub-menu > li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: url("../img/menu-marker.png") no-repeat;
  position: absolute;
  top: 6px;
}
.sidebar-menu > ul > li > .sub-menu > li > a {
  color: #303c4e;
  font-size: 13px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 7px;
}
.sidebar-menu > ul > li > .sub-menu > li > a span {
  border-bottom: solid 1px #aeb5cb;
}
/* .news-list
-----------------------------------------------------------------------------*/
.news-item {
  margin-bottom: 30px;
}
.news-item img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.news-item__date {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  color: #788496;
  padding-bottom: 4px;
}
.news-item__anons {
  font-size: 14px;
  line-height: 1.6em;
  color: #233042;
  text-decoration: underline;
}
.news__month {
  color: #2c3b72;
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
/* .client-bank-list
-----------------------------------------------------------------------------*/
.client-bank__item {
  padding-bottom: 32px;
}
.client-bank__date {
  color: #788496;
  display: block;
  margin-bottom: 10px;
}
.client-bank__title {
  display: inline-block;
  font-size: 20px;
  color: #2f3d73;
  font-weight: normal;
  border-bottom: solid 1px #aeb5cb;
  margin-bottom: 13px;
}
.client-bank__text {
  margin: 0;
  color: #303c4e;
}
.client-bank__text ol {
  padding-left: 21px;
  margin-top: 0;
  margin-bottom: 10px;
}
.client-bank__text ol li {
  padding-bottom: 4px;
}
.client-bank__text p {
  margin-top: 0;
  margin-bottom: 10px;
}
.client-bank__download {
  text-decoration: none;
  color: #2f3d73;
  border-bottom: solid 1px #aeb5cb;
}
.client-bank__download:after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 6px;
  background: url("../img/blue-target.png") no-repeat;
  position: relative;
  top: -1px;
  left: 5px;
}
.client-bank__next {
  color: #2f3d73;
  border-bottom: solid 1px #aeb5cb;
}
/* .sidebar-panel
-----------------------------------------------------------------------------*/
.sidebar-panel {
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(211,218,229,0.7);
  -webkit-box-shadow: 0 1px 2px 0 rgba(255,255,255,0.5);
  box-shadow: 0 1px 2px 0 rgba(255,255,255,0.5);
}
.sidebar-panel__inner {
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15), inset 0 0 15px 0 rgba(234,239,245,0.75);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15), inset 0 0 15px 0 rgba(234,239,245,0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 17px;
}
.sidebar-panel__inner p {
  font-size: 13px;
  line-height: 1.4em;
  color: #303c4e;
  margin-bottom: 10px;
}
.sidebar-panel__inner p:last-child {
  margin-bottom: 0;
}
.sidebar-panel__inner p a {
  color: #2f3d73;
  border-bottom: solid 1px #aeb5cb;
  text-decoration: none;
}
.sidebar-panel__inner h6 {
  color: #2f3d73;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.to-bankomat {
  padding-bottom: 10px;
}
.to-bankomat img {
  float: left;
}
.to-bankomat a {
  padding-top: 15px;
  display: inline-block;
  color: #2f3d73;
  border-bottom: solid 1px #aeb5cb;
  text-decoration: none;
}
/* .after-middle
-----------------------------------------------------------------------------*/
.honor-list {
  margin-top: 60px;
  padding-left: 30px;
}
.honor__item {
  margin-bottom: 40px;
}
.honor__image {
  display: inline-block;
  margin-bottom: 7px;
}
.honor__caption {
  font-size: 12px;
  line-height: 16px;
  color: #303c4e;
  font-style: italic;
}
/* .after-middle
-----------------------------------------------------------------------------*/
.after-middle {
  border-top: solid 1px #aeb5cb;
  min-height: 308px;
  border-bottom: solid 3px rgba(44,59,114,0.15);
}
.after-middle__right {
  width: 300px;
  float: right;
  padding-top: 40px;
padding-bottom: 40px;
}
.after-middle__left {
  float: left;
  padding-top: 70px;
}
/* .footer-slider
-----------------------------------------------------------------------------*/
.footer-slider {
  width: 632px;
  height: 170px;
  background: url("../img/f-slider.png") no-repeat;
  padding: 22px 59px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-slider .jcarousel-control-prev,
.footer-slider .jcarousel-control-next {
  display: inline-block;
  position: absolute;
  top: 60px;
  width: 42px;
  height: 43px;
  text-decoration: none;
}
.footer-slider .jcarousel-control-prev {
  left: -16px;
  background: url("../img/f-prev.png") no-repeat;
}
.footer-slider .jcarousel-control-next {
  right: -16px;
  background: url("../img/f-next.png") no-repeat;
}
.footer-slider li {
  width: 514px;
}
.footer-slider li h3 {
  padding-top: 10px;
  margin-bottom: 10px;
  color: #1f3874;
}
.footer-slider li p {
  color: #1f3874;
  font-size: 13px;
}
/* Forms
-----------------------------------------------------------------------------*/
.contact-frm__wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background-color: rgba(255,255,255,0.4);
}
.contact-frm .form-group {
  padding-bottom: 20px;
}
.contact-frm textarea {
  height: 150px;
}
.contact-frm input[type = submit] {
  float: right;
}
.contact-frm .form-control {
  border: solid 1px #bdc5d3;
}
.feedback {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 22px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
  border: solid 1px rgba(0,0,0,0.15);
  background: -webkit-linear-gradient(top, #fff, #e5e5e5);
  background: -moz-linear-gradient(top, #fff, #e5e5e5);
  background: -o-linear-gradient(top, #fff, #e5e5e5);
  background: -ms-linear-gradient(top, #fff, #e5e5e5);
  background: linear-gradient(to bottom, #fff, #e5e5e5);
}
.feedback__title {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  color: #2f3d73;
  text-align: center;
  padding-bottom: 15px;
}
.feedback textarea {
  height: 65px;
}
.feedback .form-control {
  border: solid 1px #c8c8c8;
}
.form-group {
  padding-bottom: 12px;
}
.col-6 {
  float: left;
  width: 50%;
}
.col-6--right {
  text-align: right;
}
label {
  cursor: pointer;
  font-size: 11px;
}
.form-control {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 10px;
  resize: none;
  outline: none;
}
.form-checkbox input[type = checkbox] {
  display: block;
  float: left;
}
.form-checkbox__caption {
  float: left;
  padding-left: 5px;
}
.btn-default {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 15px;
  background-color: #303e75;
  background: -webkit-linear-gradient(top, #57638f, #303e75);
  background: -moz-linear-gradient(top, #57638f, #303e75);
  background: -o-linear-gradient(top, #57638f, #303e75);
  background: -ms-linear-gradient(top, #57638f, #303e75);
  background: linear-gradient(to bottom, #57638f, #303e75);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.75);
}
/* .services-panel
-----------------------------------------------------------------------------*/
.srv-panel {
  margin-bottom: 15px;
}
.srv-panel:after {
  display: block;
  content: '';
  width: 100%;
  height: 25px;
  background: url("../img/srv-panel-bottom.png") no-repeat;
}
.srv-panel__box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #e0e5ea;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15), inset 0 0 70px 0 rgba(234,239,245,0.75);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15), inset 0 0 70px 0 rgba(234,239,245,0.75);
}
.srv-panel__box .service-list:last-child {
  padding-bottom: 0;
}
.service-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 17px;
}
.service__ico {
  text-align: center;
  margin-bottom: 17px;
}
.service__caption {
  text-align: center;
}
.service__link {
  text-align: center;
  color: #233042;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: bold;
}
.service__link span {
  border-bottom: solid 1px #aeb5cb;
}
.col-3 {
  width: 25%;
  float: left;
}
.col-16 {
  width: 16.5%;
  float: left;
}
/* Footer
-----------------------------------------------------------------------------*/
.top-footer {
  height: 80px;
  background-color: #2f3d73;
}
.top-footer__logo {
  display: block;
  width: 127px;
  height: 23px;
  background: url("../img/logo-bottom.png") no-repeat;
  margin-top: 27px;
  margin-right: 30px;
  float: left;
}
.top-footer__menu {
  float: left;
  margin-top: 25px;
}
.top-footer__menu > ul {
  padding: 0;
  margin: 0;
}
.top-footer__menu > ul > li {
  float: left;
  display: block;
}
.top-footer__menu > ul > li > a {
  display: block;
  padding: 9px 18px;
  font-size: 14px;
  line-height: 1.2em;
  color: #fff;
  font-weight: bold;
}
.top-footer__license {
  float: right;
  color: #fff;
  font-size: 13px;
  line-height: 1.8em;
  padding-top: 18px;
}
.middle-footer {
  height: 63px;
  background-color: #e7ecf2;
}
.middle-footer__contact {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-top: 24px;
}
.middle-footer__contact > li {
  float: left;
  display: block;
  color: #2f3d73;
  font-size: 13px;
}
.middle-footer__contact > li > a {
  display: block;
  color: #2f3d73;
  border-bottom: solid 1px #aeb5cb;
}
.middle-footer__copy {
  padding-right: 80px;
}
.middle-footer__address {
  padding-right: 30px;
}
.middle-footer__phone {
  padding-right: 84px;
}
.middle-footer__sitemap {
  padding-right: 88px;
}
.bottom-footer {
  background-color: #e7ecf2;
  height: 120px;
  border-top: solid 1px #aeb5cb;
  padding-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-footer__caption {
  color: #2f3d73;
  font-size: 13px;
  line-height: 1.8em;
}
/* Callback */
.ui-widget-overlay {
  background: #171717;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  z-index: 1001;
}
.ui-dialog {
  z-index: 1001;
  outline: none;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-dialog-titlebar {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
  background-color: #2d3c73;
  padding: 30px 20px;
  text-align: center;
}
.callback {
  background-color: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 15px 20px 15px;
  overflow: hidden;
}
#contactable-callback {
  padding-bottom: 10px;
}
#contactable-contactForm .contactable-invalid {
  background-color: #e5e5e5;
}
.ui-dialog-title {
  font-size: 23px;
  color: #fff;
}
.ui-dialog-titlebar-close {
  color: #278ec5;
  font-size: 11px;
  float: right;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.ui-button-text {
  border-bottom: dotted 1px #278ec5;
  outline: none;
}
.contactable-holder {
  text-align: center;
}
.offer__btn {
  display: inline-block;
  background: #2c3b72;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  color: #fff;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  height: auto;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.offer__btn:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -ms-filter: none;
  filter: none;
}
.form-modal .form-group {
  padding-bottom: 15px;
}
.form-modal .control-label {
  float: left;
  text-align: right;
  padding: 9px 10px 0 0;
  font-size: 16px;
}
.form-modal .form-control {
  background: #fff;
  border: 2px solid #c1cbde;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 8px;
  height: 40px;
  letter-spacing: -0.02em;
  outline: none;
  -webkit-transition-property: background-color, border-color, color, opacity;
  -moz-transition-property: background-color, border-color, color, opacity;
  -o-transition-property: background-color, border-color, color, opacity;
  -ms-transition-property: background-color, border-color, color, opacity;
  transition-property: background-color, border-color, color, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.form-modal .form-control:hover {
  border-color: #48b6ff;
}
.form-modal .form-control:focus {
  border-color: #5ea2d0;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.23);
  box-shadow: 0 1px 5px rgba(0,0,0,0.23);
}
.form-modal .control-label {
  width: 120px;
}
.form-modal .form-control {
  width: 282px;
}
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}
.feedback-errors p {
margin-bottom: 0;
}
.feedback-errors .errortext {
	font-size: 11px;
}
.feedback-errors {
padding-bottom: 15px;
}
.select-city {
background-color: #FFF;
border-radius: 0px 0px 5px 5px;
padding: 15px 20px;
overflow: hidden;
}


.b-text table {
  margin-bottom: 20px;
  width: 100%;
}
.b-text table th {
  padding: 20px;
  background-color: rgba(44,59,114,0.3);
  color: #233042;
  font-weight: normal;
  border: solid 1px #ebecf2;
}
.b-text table th:first-child {
  text-align: left;
}
.b-text table td {
  padding: 20px;
  color: #233042;
  border: solid 1px #ebecf2;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
}
.b-text table td:first-child {
  text-align: left;
}
.b-text strong,
.b-text b {
color: #26356c;
font-weight: bold;
}