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;
  position: relative;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  border-top: solid 3px #2f3d73;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
z-index: 99;
}
.logo {
  display: inline-block;
  width: 200px;
  height: 49px;
  background: url("../img/logo_.png") no-repeat;
  margin-top: 15px;
  margin-right: 45px;
  float: left;
  position: relative;
  z-index: 99;
}
.top-menu {
background-color:#303e75;
  position: relative;
  z-index: 99;
  height: 33px;
  float: left;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  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;
}
/*.top-menu
  .parent-item:hover ul
    display block*/
.h-contact {
  position: relative;
  z-index: 99;
  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;
}
/* Slider
-----------------------------------------------------------------------------*/
.slider {
  height: 465px;
  background: url("../img/slider_bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.slider .slide {
  height: 465px;
  width: 960px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 195px;
}
.slider .slide .baloon {
  margin-left: 62px;
  background-color: rgba(255,255,255,0.7);
  padding: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 526px;
}
.slider .slide .baloon__title {
  font-size: 30px;
  color: #2c3b72;
  padding-bottom: 15px;
}
.slider .slide .baloon__text {
  color: #2c3b72;
  font-size: 13px;
  line-height: 23px;
}
.slider .slide .house {
  position: absolute;
  right: 60px;
  bottom: 0;
  z-index: 65;
}
.slider .jcarousel-control-prev,
.slider .jcarousel-control-next {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity, background-color;
  -moz-transition-property: opacity, background-color;
  -o-transition-property: opacity, background-color;
  -ms-transition-property: opacity, background-color;
  transition-property: opacity, background-color;
  background: #2d3c73;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: default;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  z-index: 90;
  outline: none;
}
.slider .jcarousel-control-prev {
  left: 50%;
  margin-left: -650px;
}
.slider .jcarousel-control-prev:hover {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
.slider .jcarousel-control-prev:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/icons_flat.png") -200px -240px no-repeat;
  width: 28px;
  height: 51px;
  margin: -25px 0 0 -19px;
}
.slider .jcarousel-control-next {
  right: 50%;
  margin-right: -650px;
}
.slider .jcarousel-control-next:hover {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
.slider .jcarousel-control-next:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/icons_flat.png") -140px -240px no-repeat;
  width: 28px;
  height: 51px;
  margin: -25px 0 0 -9px;
}
.slider:hover .jcarousel-control-prev,
.slider:hover .jcarousel-control-next {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  cursor: pointer;
}
/* Under Header
-----------------------------------------------------------------------------*/
.under-header {
  position: relative;
  height: 95px;
  background: url("../img/blue_bg.png") no-repeat;
  -webkit-background-size: 100% 95px;
  -moz-background-size: 100% 95px;
  background-size: 100% 95px;
  margin-top: -34px;
  z-index: 70;
  overflow: hidden;
}
.ex-rates {
  color: #fff;
  position: absolute;
  font-size: 12px;
  right: 0;
  top: 27px;
}
.ex-rates td {
  padding-left: 50px;
  padding-top: 2px;
  padding-bottom: 3px;
}
/* .block-1
-----------------------------------------------------------------------------*/
.col-3 {
  width: 25%;
  float: left;
}
.col-9 {
  width: 75%;
  float: left;
}
.block-1 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.i-tile {
  width: 342px;
  height: 320px;
  float: left;
  margin-right: 18px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15), inset 0 0 15px 0 rgba(234,239,245,0.75);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15), inset 0 0 15px 0 rgba(234,239,245,0.75);
  border: solid 1px rgba(0,0,0,0.15);
  position: relative;
}
.i-tile__title {
  font-size: 20px;
  font-weight: bold;
  color: #2c3b72;
  padding-bottom: 13px;
}
.i-tile:after {
  content: '';
  width: 340px;
  height: 25px;
  display: block;
  background: url("../img/tile-bottom.png") no-repeat;
  position: absolute;
  left: 0;
  bottom: -25px;
}
/* .lenta
-----------------------------------------------------------------------------*/
.lenta-wrap .lenta li {
  width: 300px;
}
.lenta-wrap .lenta li img {
  padding-bottom: 13px;
}
.lenta-wrap .lenta li p {
  font-size: 13px;
  line-height: 1.6em;
  color: #333;
}
.lenta-wrap .all-lenta {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 11px;
  text-decoration: underline;
  color: #2c3b72;
}
.lenta-wrap .jcarousel-pagination {
  top: 8px;
  right: 15px;
  left: none;
}
.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);
}
.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: 11px 15px 15px;
}
.panel__inner--none-paddding {
  padding: 0;
}
.panel__inner--inside {
  margin-bottom: 10px;
}
.panel__inner .address-link {
  color: #26356c;
  font-size: 15px;
  font-weight: bold;
}
.panel__inner .address-link:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 19px;
  background: url("../img/card_icon.png") no-repeat;
  position: relative;
  top: 4px;
  padding-right: 12px;
}
.mini-logo {
  color: #2c3b72;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
}
.mini-logo__wrap {
  padding: 10px;
  text-align: center;
  border-bottom: solid 1px #eaecf1;
}
.mini-logo:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 24px;
  padding-right: 6px;
  background: url("../img/mini-logo.png") no-repeat;
  position: relative;
  top: 4px;
}
.fiz-jur .col-6 {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.fiz-jur .col-6:first-child {
  border-right: solid 1px #eaecf1;
}
.fiz-jur a {
  color: #2c3b72;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: bold;
}
/* .i-buttons
-----------------------------------------------------------------------------*/
.i-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.i-buttons__wrap {
  height: 100px;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(211,218,229,0.7);
  box-shadow: inset 0 0 15px 0 rgba(211,218,229,0.7);
  background-color: rgba(211,218,229,0.3);
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.i-buttons li {
  margin-right: 16px;
  float: left;
  display: block;
}
.i-buttons li:last-child {
  margin-right: 0;
}
.i-button {
  -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);
  width: 228px;
  height: 70px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
  position: relative;
}
.i-button:hover .i-button__inner {
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
.i-button:before {
  content: '';
  display: inline-block;
  height: 32px;
  width: 32px;
  background: url("../img/rubl.png") no-repeat;
  position: absolute;
  top: 19px;
  left: 13px;
}
.i-button--a {
  background-color: #c20b0b;
}
.i-button--b {
  background-color: #f0952c;
}
.i-button--c {
  background-color: #d9d733;
}
.i-button--d {
  background-color: #2d3c73;
}
.i-button__inner {
  display: table-cell;
  color: #2d3c73;
  font-size: 15px;
  font-weight: bold;
  -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);
  background-color: #fff;
  height: 70px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 168px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
/* 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;
}
/* .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 {
  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 li {
  width: 514px;
}
.footer-slider li h3 {
  padding-top: 10px;
  margin-bottom: 10px;
  color: #1f3874;
}
.footer-slider li p {
  color: #1f3874;
  font-size: 13px;
}
.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;
}
/* 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 {
  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;
}


