@charset "UTF-8";

.mb10 {
  margin-bottom: 10px !important;
}

body {
  font-family: 'Montserrat', sans-serif;
}

body.no_scroll {
  overflow: hidden;
}

.date {
  display: block;
  color: #ababab;
  font-size: 11px;
  text-transform: uppercase;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input,
textarea,
.form-control {
  border-radius: 0;
  background-color: white;
  border: 2px solid #eef2f7;
  padding-top: 26px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  position: relative;
  box-shadow: none;
  width: 100%;
  resize: none;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
.form-control:focus,
.form-control:active {
  outline: none;
}

textarea {
  height: 250px;
  font-size: 18px;
}

.input_wrapper {
  position: relative;
  margin-bottom: 40px;
}

.input_wrapper input:focus~.floating-label,
.input_wrapper textarea:focus~.floating-label,
.input_wrapper .floating-label.active {
  top: 10px;
  bottom: 10px;
  left: 20px;
  opacity: 1;
  font-size: 12px !important;
}

.input_wrapper .inputText {
  font-size: 18px !important;
}

.input_wrapper .floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  font-size: 18px !important;
  transition: 0.2s ease all;
  color: #ababab !important;
  z-index: 9;
}

.input_wrapper.has-error input,
.input_wrapper.has-error textarea {
  border: 2px solid red;
}


.input_wrapper input:focus,
.input_wrapper textarea:focus {
  border: 2px solid #0098da;
}

select {
  border-radius: 0;
  background-color: white;
  border: 2px solid #eef2f7;
  width: 100%;
  box-shadow: none;
  height: 60px;
  padding-left: 20px;
  color: #1f1f1f;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}

#application_birthdate_day,
#application_birthdate_month,
#application_birthdate_year {
  width: auto;
}

label {
  position: relative;
  cursor: pointer;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  padding-left: 30px;
  font-size: 16px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  padding-top: 2px;
}

input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  padding-left: 30px;
  width: 24px;
  height: 24px;
  background: url(../img/sprite.png) 0 -24px no-repeat;
}

input[type="checkbox"]:checked+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  padding-left: 30px;
  width: 24px;
  height: 24px;
  background: url(../img/sprite.png) 0 0 no-repeat;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  padding-left: 30px;
  font-size: 16px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  padding-top: 2px;
}

input[type="radio"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  padding-left: 30px;
  width: 24px;
  height: 24px;
  background: url(../img/radio_sprite.png) 0 0px no-repeat;
}

input[type="radio"]:checked+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  padding-left: 30px;
  width: 24px;
  height: 24px;
  background: url(../img/radio_sprite.png) 0 -24px no-repeat;
}

.radio_list {
  padding-left: 0 !important;
  list-style: none;
  list-style-image: none !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.radio_list li {
  padding-left: 0 !important;
  float: left;
  display: inline-block;
  margin-right: 15px;
}

.radio_list li label {
  margin-bottom: 0 !important;
}

.custom_label {
  font-size: 18px !important;
  color: #ababab !important;
  font-weight: 400;
}

.mt0 {
  margin-top: 0 !important;
}

.content {
  margin-bottom: 40px;
}

.content .i_bank {
  display: inline-block;
  background-color: #98cc0a;
  border: 1px solid #98cc0a;
  border-radius: 20px;
  font-size: 13px;
  color: #fff !important;
  background-image: url(../img/i_bank_sprite.png);
  background-repeat: no-repeat;
  background-position: 22px 9px;
  padding: 10px 20px 10px 50px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

.content .i_bank:hover {
  background-color: #fff;
  background-image: url(../img/i_bank_sprite.png);
  background-repeat: no-repeat;
  background-position: 22px -10px;
  color: #666 !important;
}

.checkbox_wrapper {
  margin-bottom: 40px;
}

.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}

.checkbox+label {
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
}

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.checkbox:not(checked)+label {
  position: relative;
  padding: 5px 0 0 60px;
}

.checkbox:not(checked)+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  transition: all ease 0.2s;
  opacity: 0;
  background: url("../img/check.png");
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 998;
}

.checkbox:not(checked)+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  border-radius: 0;
  border: 2px solid #eef2f7;
  background: #FFF;
  transition: all .2s;
}

.checkbox:checked+label:before {
  opacity: 1;
}

.radio {
  vertical-align: top;
  width: 27px;
  height: 27px;
  margin: 0 3px 0 0;
}

.radio+label {
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
}

.radio:not(checked) {
  position: absolute;
  opacity: 0;
}

.radio:not(checked)+label {
  position: relative;
  padding: 5px 0 0 60px;
}

.radio:not(checked)+label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 27px;
  height: 27px;
  border: 2px solid #eef2f7;
  border-radius: 50%;
  background: #FFF;
}

.radio:not(checked)+label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0098da;
  opacity: 0;
  transition: all ease .2s;
}

.radio:checked+label:after {
  opacity: 1;
}

.form-group {
  position: relative;
}

.all_link {
  color: #0098da;
  font-size: 15px;
}

p {
  font-size: 16px;
}

.more_btn {
  padding: 15px 22px;
  padding-top: 16px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 13px;
  border: 2px solid white;
  border-radius: 7px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  background: none;
}

.more_btn:hover {
  color: #ffffff;
  text-decoration: underline;
}

.more_btn_red,
.more_btn_blue {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 7px;
  color: #ffffff !important;
  padding: 25px 50px;
  background: red;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  box-shadow: none;
}

.more_btn_red:hover,
.more_btn_blue:hover {
  text-decoration: underline;
  opacity: 0.8;
  color: #ffffff;
}

.more_btn_blue {
  background: #0098da;
}

.small_btn {
  padding: 16px 46px;
}

.btn_blue_width {
  width: 100%;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  border-radius: 7px;
  color: #ffffff;
  background: #0098da;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn_blue_width:hover {
  text-decoration: underline;
  color: #ffffff;
  opacity: 0.8;
}

#header {
  padding-top: 10px;
  padding-bottom: 10px;
}

#header h1 {
  padding: 0;
  margin: 0;
}

.kr_promo_30 {
  margin-left: 10px;
  max-height: 34px;
}

@media screen and (max-width:480px) {
  .kr_promo_30 {
    margin-left: 0;
    max-height: 34px;
  }
}

#logo a {
  color: #ffffff;
  font-weight: 500;
  font-size: 27px;
  display: block;
  position: relative;
  overflow: hidden;
}

#logo a img {
  float: left;
  max-height: 45px;
  margin-top: 2px;
}

#logo a span {
  display: inline-block;
  padding-left: 6px;
  padding-top: 6px;
}

#logo a:hover {
  text-decoration: none;
}

#menu_left ul {
  padding: 0;
}

#menu_left ul li a {
  color: #ffffff;
  display: inline-block;
}

.parent_main_menu {
  margin-bottom: 0;
  position: relative;
}

.parent_main_menu li {
  display: inline-block;
  float: left;
}

.parent_main_menu li a {
  padding: 15px 10px;
  padding-bottom: 18px;
}

.parent_main_menu li.active a {
  font-weight: bold;
}

.child_main_menu {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.child_main_menu li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.child_main_menu li a {
  display: inline-block;
  padding: 10px 24px 1px;
  color: #0098da;
  text-transform: uppercase;
}

.child_main_menu li:first-child a {
  padding-left: 0;
}

.child_main_menu li.active a {
  font-weight: bold;
}

.child_main_menu.dont_show {
  display: none;
}

#lang_menu {
  display: inline-block;
  float: right;
}

#lang_menu a.active,
.bsk_menu a.active {
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  padding-right: 30px;
  padding-left: 15px;
  padding-top: 15px;
  height: 47px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

#lang_menu a.active:before,
.bsk_menu a.active:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 17px;
  background-image: url("../img/arrow_down.png");
  background-position: center;
  background-repeat: no-repeat;
}

#lang_menu .open a.active {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#lang_menu .dropdown-menu {
  min-width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top: 0;
  margin: 0;
  background: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: -5px;
}

#lang_menu .dropdown-menu li a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 13px;
}

#lang_menu .dropdown-menu li a:hover {
  background: none;
}

.btn_block {
  text-align: right;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: right;
}

.btn_block {
  margin-top: 15px;
}

#menu_btn,
#search_btn {
  background: none;
  border: 0;
  box-shadow: 0;
  color: #ffffff;
  float: left;
  padding-left: 20px;
}

#menu_btn:focus,
#search_btn:focus {
  outline: none;
}

#menu_btn {
  float: right;
  padding-right: 0;
  width: 22px;
  height: 18px;
  background: url("../img/menu_btn.png") center center no-repeat;
  margin-left: 15px;
}

#has_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

#header.header_white {
  background: #ffffff;
}

#header.header_white #has_bg {
  background: #fff;
}

#header.header_white #logo a {
  color: #6e6e6e;
}

#header.header_white #menu_left ul li a,
#header.header_white #lang_menu ul li a,
#header.header_white #menu_btn,
#header.header_white #search_btn {
  color: #0098da;
}

#header.header_white .more_btn {
  border: 2px solid #0098da;
  color: #0098da;
  text-transform: uppercase;
}

#header.header_white #menu_btn {
  background: url("../img/menu_btn_blue.png") center center no-repeat;
}

#header.header_white #lang_menu a.active {
  color: #0098da;
}

#header.header_white #lang_menu a.active:before,
#header.header_white .bsk_menu a.active:before {
  background-image: url("../img/arrow_down_blue.png");
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 17px;
  background-position: center;
  background-repeat: no-repeat;
}

#header.header_white #lang_menu .open .active,
#header.header_white .bsk_menu .open .active {
  background: #ffffff;
  border-top: 1px solid #0098da;
  border-left: 1px solid #0098da;
  border-right: 1px solid #0098da;
}

#header.header_white #lang_menu .dropdown-menu {
  background: #ffffff;
  border-bottom: 1px solid #0098da;
  border-left: 1px solid #0098da;
  border-right: 1px solid #0098da;
}

#header.header_white #lang_menu .dropdown-menu li a {
  color: #0098da;
}

#menu_wrapper {
  background-image: linear-gradient(180deg, #0098da 0%, #00a859 100%);
  padding-top: 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  z-index: 999;
  display: none;
  padding-bottom: 40%;
}

.menu_title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
}

.menu_title a {
  color: #ffffff;
}

.menu_title a:hover {
  color: #ffffff;
}

.menu_title a .caret {
  display: none;
}

.big_menu {
  padding-left: 0;
  list-style: none;
}

.big_menu li {
  padding-bottom: 5px;
}

.big_menu li a {
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: underline;
}

#search_wrapper {
  position: fixed;
  background-image: linear-gradient(180deg, rgba(250, 70, 22, 0.95) 0%, rgba(64, 126, 201, 0.95) 100%);
  padding: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

#search_wrapper#search_form {
  padding-top: 250px;
}

#search_wrapper#search_form .more_btn {
  padding-top: 17px;
  padding-bottom: 16px;
}

.search_btn {
  background: none;
  height: 50px;
  padding-left: 17px;
  padding-right: 10px;
  border: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background: #ffffff;
}

.search_btn span {
  color: #0098da;
  font-size: 1.6rem;
  border: 0;
}

#search_input {
  height: 50px;
  background: #ffffff;
  border-radius: 7px;
  border: 0;
  box-shadow: 0;
  margin-left: -2px;
  font-size: 1.7rem;
  padding-top: 9px;
}

#search_input:focus {
  outline: none;
  box-shadow: 0;
}

.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#slider {
  margin-bottom: 65px;
}

#slider .more_btn {
  margin-top: 50px;
}

.carousel-caption {
  left: 0;
  top: 250px;
}

.caption_container {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 180px;
  color: #ffffff;
}

.caption_container h2 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 70px;
  text-shadow: 2px 2px 5px black;
}

.caption_container h2:first-line {
  font-weight: 300;
}

.carousel-inner>.item {
  min-height: 600px;
  background-size: cover;
  background-position: center center;
}

.tile_row {
  margin-bottom: 30px;
}

.tile {
  border-radius: 7px;
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 330px;
}

.tile img {
  padding-top: 30px;
}

.tile h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 80px;
  font-size: 22px;
  margin-bottom: 20px;
}

.tile p {
  color: #ffffff;
  font-size: 14px;
}

.tile .more_btn {
  margin-top: 20px;
}

.tile_blue {
  background-image: url("../img/card_home.jpg");
}

.tile_orange {
  background-image: url("../img/mobile_home.jpg");
}

.course_block {
  padding: 40px;
  padding-top: 30px;
  background-image: url("../img/course_bg.jpg");
  background-position: right bottom;
  background-size: cover;
  border-radius: 7px;
  height: 330px;
}

.course_block h2 {
  margin-bottom: 20px;
  color: #ffffff;
  margin-top: 0;
  font-size: 22px;
  text-transform: uppercase;
}

.course_block .nav-tabs {
  border: 0;
  margin-bottom: 15px;
}

.course_block .nav-tabs li {
  padding: 0;
  background: none;
}

.course_block .nav-tabs li a {
  padding: 0;
  background: none;
  border: 0;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}

.course_block .nav-tabs li a:hover,
.course_block .nav-tabs li a:focus {
  padding: 0;
  background: none;
  border: 0;
  color: #ffffff;
  outline: none;
}

.course_block .nav-tabs li:last-child {
  text-align: right;
}

.course_block .nav-tabs li.active a {
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.course_block .nav-tabs li.active a:hover,
.course_block .nav-tabs li.active a:focus,
.course_block .nav-tabs li.active a:active {
  border: 0;
  border-bottom: 1px solid #ffffff;
}

.course_table {
  color: #ffffff !important;
  margin-bottom: 10px;
}

.course_table thead {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.course_table thead tr th {
  border-bottom: 0;
  font-size: 13px;
}

.course_table thead tr th:first-child {
  padding-left: 0;
}

.course_table tbody tr {
  border: 0;
}

.course_table tbody tr td {
  border-top: 0;
  border-bottom: 1px dashed #ffffff;
  padding: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.course_table tbody tr td .caret {
  float: right;
  margin-top: 8px;
}

.course_table tbody tr td:first-child {
  padding-left: 0;
}

.course_table tbody tr:last-child td {
  border-bottom: 0;
}

.caret-dropup {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#rib-notice {
  color: #ffffff;
  cursor: pointer;
}

#rib-notice span {
  color: #ffffff;
}

#rib-notice .popover_content {
  color: #0098da;
}

#rib-notice .glyphicon {
  color: #ffffff;
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 3px;
  font-size: 12px;
}

.small_tile {
  height: 103px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  margin-bottom: 10px;
  border-radius: 7px;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.small_tile span.h2 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 38px;
  font-weight: 500;
}

.small_tile span {
  display: block;
}

.branch_tile {
  background-image: url("../img/branch_bg.jpg");
}

.atm_tile {
  background-image: url("../img/atm_bg.jpg");
}

.pos_tile {
  background-image: url("../img/pos_bg.jpg");
}

.deposite_tile {
  background-image: url("../img/deposite_bg.png");
}

.deposite_tile .h2 {
  margin-top: 44px !important;
}

.document_tile {
  background-image: url("../img/doc_bg.png");
  height: auto !important;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.document_tile .h2 {
  background-image: url("../img/doc_icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 122px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px !important;
}

.document_tile a {
  display: block;
  font-size: 17px;
  text-decoration: underline;
  margin-bottom: 5px;
}

#news {
  background: #f8f8f8;
  padding-top: 55px;
  padding-bottom: 55px;
  margin-bottom: 60px;
}

#news h2 {
  color: #0098da;
  font-size: 40px;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 18px;
  line-height: 1;
}

#news h2 .all_link {
  display: inline-block;
  float: right;
  padding-top: 20px;
}

.single_news {
  margin-top: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}

.single_news .date {
  margin-bottom: 20px;
}

.single_news .news_title {
  color: #0098da;
  text-decoration: underline;
  font-size: 17px;
}

.single_news:hover {
  text-decoration: none;
}

.medium_tile {
  height: 220px;
  padding-top: 1px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  border-radius: 7px;
  background-position: 50px center;
  background-size: inherit;
  background-repeat: no-repeat;
  margin-bottom: 58px;
  padding-right: 40px;
}

.medium_tile .description {
  padding-left: 200px;
}

.medium_tile .description h2 {
  color: #0098da;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

.medium_tile .description p {
  font-size: 14px;
  color: #ababab;
}

.medium_tile .description .all_link {
  text-decoration: underline;
  display: block;
}

.vacancy_tile {
  background-image: url("../img/vacancy_bg.png");
}

.akcii_tile {
  background-image: url("../img/akcii_bg.png");
}

.fin_tile {
  background-image: url("../img/fin_bg.png");
}

.journal_tile {
  background-image: url("../img/journal_bg.png");
}

.tarif_tile {
  background-image: url("../img/tarif_bg.png");
}

#footer {
  background-image: url("../img/footer.jpg");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 10px;
}

#footer_main {
  color: #ffffff;
}

#footer_main h2 {
  color: #ffffff;
}

#footer_main h3 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 0;
}

#footer_main h3 a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

#footer_main h3 a:hover {
  text-decoration: underline;
}

#footer_main p,
#footer_main span {
  font-size: 1.2rem;
}

#footer_main .has_border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  font-size: 1.9rem;
  margin-bottom: 30px;
  margin-top: 0;
}

#footer_main .footer_menu_main {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}

#footer_main .footer_menu_main li {
  padding-bottom: 5px;
}

#footer_main .footer_menu_main li a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: underline;
}

#footer_main .social_icon {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer_main .footer_menu_main_inline {
  list-style: none;
  padding-left: 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#footer_main .footer_menu_main_inline li {
  display: inline-block;
  float: left;
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}

#footer_main .footer_menu_main_inline li:before {
  content: '|';
  position: absolute;
  left: 0;
  top: 0;
}

#footer_main .footer_menu_main_inline li:first-child {
  padding-left: 0;
  margin-left: 0;
}

#footer_main .footer_menu_main_inline li:first-child:before {
  content: "";
}

#footer_main .footer_menu_main_inline li a {
  color: #ffffff;
}

.ma {
  color: #ffffff;
  text-decoration: underline;
}

#page_without_img {
  height: 3px;
  background: #ccc;
}

#page_bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
}

#page_bg h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 50px;
  margin-top: 180px;
  margin-bottom: 130px;
  line-height: 1;
  font-weight: 700;
}

#page_bg h1:first-line {
  font-weight: 400;
}

#page {
  margin-top: 30px;
  margin-bottom: 30px;
}

#breadcrumbs {
  margin-bottom: 40px;
}

#breadcrumbs li {
  font-size: 14px;
  color: #717171;
}

#breadcrumbs li a {
  font-size: 14px;
  color: #0098da;
  position: relative;
  padding-right: 20px;
}

#breadcrumbs li a:after {
  content: "/";
  position: absolute;
  top: -3px;
  right: 0;
}

#breadcrumbs li a:hover:after {
  text-decoration: none !important;
}

#content h1 {
  color: #0098da;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
  display: none;
}

#content h2 {
  color: #0098da;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}

#content h3 {
  color: #0098da;
  font-size: 24px;
  font-weight: 400;
}

#content h4 {
  color: #c33f3c;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

#content p,
#content span,
#content div,
#content ul,
#content li {
  font-size: 16px;
  color: #1f1f1f;
}

#content .date {
  display: block;
  color: #ababab;
  font-size: 11px;
  text-transform: uppercase;
}

#content .offer_date {
  margin-bottom: 10px;
}

#content a {
  font-size: 16px;
  color: #0098da;
  text-decoration: underline;
}

#content a.thumb img {
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
}

#content ul {
  margin-bottom: 20px;
  padding-left: 26px;
  list-style-image: url("../img/list_bg.png");
}

#content ul li {
  padding-left: 6px;
  margin-bottom: 6px;
  line-height: 1.2em;
  font-size: 16px;
}

#content ul.news_list {
  list-style-image: none;
}

#content table {
  width: 100%;
  margin-bottom: 30px;
  border: 0 !important;
}

#content table tr td,
#content table tr th {
  border: 0 !important;
  border-top: 1px solid #c0c0c0 !important;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

#content table tr:first-child td,
#content table tr:first-child th {
  border-top: 0 !important;
}

#content table thead tr th {
  border-bottom: 1px solid #c0c0c0 !important;
}

#content .small {
  color: #ababab;
  font-size: 14px;
}

#content .news_list {
  margin-bottom: 30px;
  padding-left: 0;
}

#content .news_list li {
  padding-left: 0;
}

#content .news_list li a {
  margin-top: 0;
  margin-bottom: 20px;
  color: #0098da;
  text-decoration: none;
}

#content .news_list li a .date {
  margin-bottom: 0px;
  color: #ababab;
}

#content .news_list li a .news_title {
  color: #0098da;
}

#content .s_directors h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}

#content .s_directors h3 {
  font-size: 16px;
  color: #8c8c8c;
  font-style: italic;
}

#content .sidebar_menu {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none !important;
}

#content .s_offer {
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
}

#content .s_offer img {
  margin-bottom: 10px;
}

#content .s_offer .date {
  display: block;
}

#content .s_offer .title {
  display: block;
  font-size: 18px;
  color: #1f1f1f;
}

#content .s_offer:hover .title {
  text-decoration: underline;
}

#content .offer_big_img {
  margin-bottom: 15px;
}

.line_helper {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pagination .pag_last,
.pagination .pag_next {
  background-image: url("../img/arrow_left.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 40px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.pagination .pag_next {
  background-image: url("../img/arrow_right.png");
  margin-left: 15px;
  margin-right: 0;
}

.pagination .active_pag,
.pagination .pag {
  display: inline-block;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
}

.pagination .active_pag .pag_in,
.pagination .pag .pag_in {
  color: #ffffff !important;
  font-size: 16px;
  vertical-align: middle;
  padding-top: 10px;
  display: inline-block;
}

.pagination .pag {
  background: none;
}

.pagination .pag:hover .pag_in {
  text-decoration: underline;
}

.pagination .pag .pag_in {
  color: #0098da !important;
}

#sidebar {
  margin-bottom: 30px;
  margin-top: 30px;
}

#sidebar .small_tile {
  margin-bottom: 10px;
}

.has_sidebar_banner {
  border-radius: 7px;
}

.has_sidebar_banner img {
  border-radius: 7px;
  margin-bottom: 30px;
}

.sidebar_menu {
  margin-bottom: 30px;
  border-radius: 7px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  padding: 35px;
}

.sidebar_menu ul {
  margin-bottom: 0;
}

.sidebar_menu li a {
  color: #0098da;
  font-size: 17px;
  text-decoration: underline;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidebar_menu li a:hover {
  color: #4EB548;
  font-weight: 600;
}

.sidebar_menu li.active a {
  font-weight: 700;
  text-decoration: none;
}

.sidebar_menu li.divider {
  display: block;
  height: 1px;
  background: #0098da;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sidebar_banner {
  background-image: url("../img/sdb_banner.jpg");
  background-position: center center;
  background-size: cover;
  border-radius: 7px;
  text-align: center;
  padding: 20px 40px;
  margin-bottom: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
}

.sidebar_banner h3 {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
}

.sidebar_banner p {
  font-size: 14px;
  color: #ffffff;
}

.sidebar_banner .more_btn {
  margin-bottom: 10px;
  margin-top: 10px;
}

#search_word_wrapper h2 {
  margin-bottom: 10px;
}

#search_word_wrapper .search_word {
  margin-bottom: 30px;
}

#search_result h2 {
  margin-bottom: 20px;
}

#search_results ul {
  list-style-image: none;
  padding-left: 0;
}

#search_results ul li {
  padding-left: 0;
}

#search_results h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

#search_results a {
  font-size: 17px;
}

#search_results .single_news {
  margin-top: 0;
  margin-bottom: 15px;
  text-decoration: none;
}

#search_results .single_news .date {
  text-decoration: none;
  margin-bottom: 5px;
}

#search_results .single_news .news_title {
  color: #0098da;
  text-decoration: underline;
}

#custom_search .more_btn_blue {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 16px;
}

#inner_menu {
  border-bottom: 1px solid #cdcdcd;
}

#inner_menu .inner_menu {
  margin: 0;
  min-height: 40px;
}

#inner_menu .inner_menu li {
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}

#inner_menu .inner_menu li a {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1;
}

#inner_menu .inner_menu li a:hover {
  border-bottom: 4px solid #00a859;
  background: transparent;
}

#inner_menu .inner_menu .active a {
  color: #1f1f1f;
  border-bottom: 4px solid #00a859;
}

#loan_calc h2 {
  color: #0098da;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}

.input_wrapper_calc {
  position: relative;
  margin-bottom: 40px;
}

.input_wrapper_calc input {
  height: 60px;
  font-size: 30px;
  font-weight: 300;
  padding: 0;
  padding-left: 10px;
}

.btn-group label {
  height: 60px;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  border: 0;
  background: #ffffff;
  position: relative;
  padding: 17px 25px;
  font-size: 20px;
  color: #00a859;
  font-weight: normal;
}

.btn-group label input {
  margin: 0;
  padding: 0;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-group label:hover,
.btn-group label:focus,
.btn-group label:active {
  background: none;
  text-decoration: none;
  color: #00a859;
}

.btn-group label.active,
.btn-group label.active.focus {
  background-color: #00a859;
  box-shadow: none;
  text-decoration: none;
}

.btn-group label.active:hover,
.btn-group label.active:focus,
.btn-group label.active:active,
.btn-group label.active.focus:hover,
.btn-group label.active.focus:focus,
.btn-group label.active.focus:active {
  background: #00a859 !important;
  opacity: 0.8;
}

p.big {
  font-size: 20px;
}

#alert_number {
  position: absolute;
  top: 22px;
  right: 10px;
  color: red;
}

#amount.danger {
  color: red;
}

.ui-widget.ui-widget-content {
  border: 0 !important;
}

.ui-widget-header {
  height: 4px !important;
  border-radius: 0 !important;
  background: #00a859 !important;
}

.ui-slider .ui-slider-handle {
  position: relative;
  color: #fff;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer !important;
}

.ui-slider .ui-slider-handle:after {
  content: '';
  position: absolute;
  /* Абсолютное позиционирование */
  left: -1px;
  bottom: -3px;
  /* Положение треугольника */
  border: 10px solid transparent;
  /* Прозрачные границы */
  border-bottom: 10px solid #00a859;
  /* Добавляем треугольник */
  cursor: pointer !important;
}

.min_max_range {
  margin-top: 6px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  color: #ababab;
}

.min_max_range .min_range {
  float: left;
}

.min_max_range .max_range {
  float: right;
}

.small {
  color: #ababab;
  font-size: 14px;
}

.ui-slider-range-min {
  min-width: 2px !important;
}

#loan_calc #results {
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  padding: 30px;
  margin-top: 30px;
  display: none;
}

#loan_calc #results h2 {
  margin-top: 0;
  color: #1f1f1f;
  font-size: 26px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

#loan_calc #results h2 #monthly {
  color: #1f1f1f;
  font-size: 26px;
  margin-bottom: 0;
}

#loan_calc #results h2 #monthly .ed {
  font-size: 16px;
}

#loan_calc #results h3 {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 30px;
}

#loan_calc #results #show_grapf {
  margin-top: 15px;
  display: inline-block;
}

.calculate_btn_wrapper .more_btn_blue {
  margin-top: 0;
}

.table.result_table tr>td {
  border-top: 0 !important;
  white-space: nowrap;
}

.table.result_table tr>td h2 {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0;
}

.table.result_table tr>td h2 .ed {
  font-size: 16px;
}

.safe_deposite {
  margin-bottom: 40px;
  margin-top: 40px;
  width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
}

.lg-backdrop.in {
  opacity: 0.9 !important;
}

body.module_deposit .random_banner,
body.module_credit .random_banner {
  display: none;
}

body.module_credit .page_form #application_currency_EUR+label,
body.module_credit .page_form #application_currency_RUB+label {
  display: none;
}

.carousel-control {
  width: 5%;
}

.social li a img {
  max-width: 35px;
}

#send_cv label {
  display: block;
}

#send_cv #job_application_date_birth_day,
#send_cv #job_application_date_birth_month,
#send_cv #job_application_date_birth_year {
  display: inline-block;
  width: 100px;
}

#content .list_reports {
  margin-left: 0;
  padding-left: 0;
}

#content .list_reports li {
  padding-left: 0;
  padding-right: 20px;
}

.s_transfer {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 30px;
}

.s_transfer .line_helper {
  position: absolute;
  bottom: -30px;
  left: 15px;
  right: 15px;
}

.s_transfer .single_transfer_title {
  margin-top: 0 !important;
}

#content .transfer_img {
  max-width: 180px;
  float: left;
  margin-right: 35px;
  margin-bottom: 10px;
}

#content .card_img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#content .s_card {
  margin-bottom: 30px;
}

#content .s_card a {
  text-decoration: none;
}

#content .s_card a:hover {
  text-decoration: underline;
}

#mobile_title {
  color: #0098da;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
  display: none;
  font-size: 35px;
}

#mobile_title.show_anymore {
  display: block !important;
  font-size: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1920px) {
  #page_bg {
    height: 450px;
  }
}

@media screen and (max-width: 1366px) {
  #page_bg {
    height: 350px;
  }

  #page_bg h1 {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  #mobile_title.show_anymore {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 35px;
  }

  #menu_wrapper {
    background-image: linear-gradient(180deg, #0098da 0%, #00a859 100%);
  }

  #menu_wrapper .caret {
    display: inline-block;
  }

  #menu_wrapper h2 a {
    text-decoration: none !important;
  }

  #menu_wrapper #close_menu img {
    max-width: 24px;
    margin-top: 2px;
  }

  .big_menu {
    display: none;
    margin-bottom: 30px;
  }

  .big_menu li a {
    text-decoration: none;
  }

  #mobile_contact {
    color: #ffffff;
    margin-top: 40px;
    font-size: 14px;
  }

  #mobile_contact p {
    font-size: 14px;
  }

  #mobile_contact a {
    color: #ffffff;
  }

  .menu_title {
    margin-bottom: 15px;
    margin-top: 0;
  }

  #breadcrumbs {
    display: none;
  }

  #page_bg h1 {
    display: none;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #logo a img {
    float: left;
    max-width: 170px;
    margin-top: 5px;
  }

  #logo a span {
    font-size: 22px;
  }

  #header {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  #header .btn_block {
    margin-top: 10px;
  }

  #header #lang_menu {
    margin-top: -3px;
  }

  .carousel-inner>.item {
    height: 250px;
    min-height: 250px;
  }

  .caption_container {
    top: 90px;
  }

  .caption_container h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.1;
  }

  #slider .more_btn {
    margin-top: 20px;
  }

  #slider {
    margin-bottom: 30px;
  }

  .tile {
    height: auto;
    margin-bottom: 30px;
    padding: 20px;
    text-shadow: 2px 2px 5px black;
  }

  .tile h3 {
    margin-top: 0;
  }

  .tile .more_btn {
    margin-top: 15px;
  }

  .more_btn {
    padding: 10px 15px;
    font-size: 12px;
  }

  .small_tile {
    background-position: left 20px center;
    text-align: left;
    height: auto;
    padding: 20px;
    padding-bottom: 18px;
    background: none;
  }

  .small_tile span.h2 {
    margin: 0;
    line-height: 1;
    color: #0098da;
  }

  .medium_tile {
    background: none;
    padding: 20px;
    height: auto;
    margin-bottom: 30px;
  }

  .medium_tile .description {
    padding: 0;
  }

  .medium_tile .description h2 {
    margin-top: 0;
  }

  #news {
    margin-bottom: 30px;
  }

  .course_block {
    padding: 20px;
    height: auto;
  }

  #menu_wrapper {
    padding-top: 20px;
    overflow: scroll;
  }

  .menu_title {
    font-size: 18px;
  }

  #page_bg {
    height: 140px;
  }

  #page_bg h2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #inner_menu {
    display: none;
  }

  #inner_menu .inner_menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #sidebar {
    margin: 0;
  }

  .sidebar_menu {
    padding: 0;
    box-shadow: none !important;
    margin-top: 20px;
  }

  .sidebar_menu li a {
    padding: 0;
    font-size: 15px;
  }

  #content h1 {
    font-size: 35px;
  }

  #content input {
    margin-bottom: 10px;
  }

  #loan_calc input {
    margin-bottom: 10px;
  }

  #loan_calc h2 {
    font-size: 30px;
  }

  .btn-group label {
    padding: 10px 15px;
    line-height: 1;
    height: auto;
  }

  #page_without_img {
    height: 0;
  }

  .input_wrapper {
    margin-bottom: 10px;
  }
}

#error_page {
  background-image: url("/assets/img/error_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  margin-bottom: 80px;
}

#error_page h1 {
  font-size: 180px;
  color: #ffffff;
  font-weight: normal;
  margin-top: 100px;
}

#error_page h1 img {
  margin: 0 auto;
}

#error_page h2 {
  font-size: 35px;
  font-weight: normal;
}

#error_page p {
  font-size: 16px;
}

#error_page a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
}

#error_page #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: none;
}

#error_page #footer p,
#error_page #footer a {
  font-size: 14px;
}

body#lang-kg .course_block h2 {
  font-size: 16px;
}

body#lang-kg .course_block .nav-tabs li a {
  font-size: 12px;
}

body#lang-en .course_block .nav-tabs li a {
  font-size: 12px;
}

/*# sourceMappingURL=frontend.css.map */