html {
  position: relative;
  min-height: 100%;
}

.search .search-field {
  width: 164px;
  padding-right: 4px;
}
.search .submit {
  position: absolute;
  right: 20px;
  margin-top: 4px;
  width: 20px;
  height: 18px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url(/img/icon/search.png);
  background-position: center center;
  background-repeat: no-repeat;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 10pt;
  line-height: 1.3em;
  border-top: 4px solid #fecc00;
  margin-bottom: 318px;
}
body a {
  color: #007480;
}
body h1, body h2, body h3 {
  color: #007480;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20pt;
}
body h2 {
  font-size: 16pt;
  color: #333333;
}
body h3 {
  font-size: 12pt;
  color: #333333;
}
body #header {
  padding: 14px 0 20px;
}
body #header .culture {
  padding: 0 0 10px;
}
body #header .culture a {
  font-size: 9pt;
  color: #007480;
}
body #header h1 {
  padding-top: 10px;
  font-size: 18pt;
  font-weight: 600;
  text-transform: none;
  text-align: right;
  margin-bottom: 0;
}
body #header p {
  font-size: 9pt;
  font-weight: 400;
  font-style: italic;
  color: #007480;
  text-align: right;
}
body #header .search .search-field {
  width: 164px;
  padding-right: 4px;
}
body #header .search .submit {
  position: absolute;
  right: 20px;
  margin-top: 4px;
  width: 20px;
  height: 18px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url(/img/icon/search.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 318px;
}
body #footer .phone, body #footer .whatsapp, body #footer .telegram {
  padding-left: 26px;
  font-size: 13pt;
  line-height: 1.3em;
  font-weight: 300;
  background-image: url(/img/icon/phone.png);
  background-position: left top;
  background-repeat: no-repeat;
}
body #footer .phone a, body #footer .whatsapp a, body #footer .telegram a {
  font-size: 13pt !important;
  text-decoration: none !important;
}
body #footer .social {
  width: 32px;
  margin: 4px;
}
body #footer .whatsapp, body #footer .telegram {
  height: 20px;
  margin: 20px 0 16px;
}
body #footer .whatsapp {
  background-image: url(/img/icon/whatsapp-white.png);
}
body #footer .telegram {
  background-image: url(/img/icon/telegram-white.png);
}
body #footer .data {
  background-color: #007480;
  background-image: url(/img/bg-footer.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
body #footer .data .container {
  background-image: url(/img/shadow.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 20px 0 40px;
}
body #footer .data h3 {
  color: #fff;
  margin-bottom: 24px;
}
body #footer .data p {
  font-weight: 300;
  font-size: 9pt;
}
body #footer .data .phone {
  background-image: url(/img/icon/phone-white.png);
  margin: 16px 0 12px;
}
body #footer .data a {
  color: #fff;
  font-size: 9pt;
  text-decoration: underline;
}
body #footer .discounts {
  padding-top: 12px;
  margin: 10px auto;
  display: block;
  text-decoration: none !important;
}
body #footer #copyright {
  background-color: #fecc00;
  font-size: 9pt;
  padding: 12px 0;
}
body #footer #copyright ul {
  margin-bottom: 0;
}
body #footer #copyright ul li {
  border-right: 1px solid #a1a1a1;
  padding-right: 8px;
}
body #footer #copyright ul li.last, body #footer #copyright ul li:last-child {
  border-right: none;
}
body #footer #copyright ul li .ma-dark img {
  opacity: 0.7;
}
body #footer #copyright ul li .ma-dark:hover img {
  opacity: 1;
}
body #footer #copyright ul a {
  color: #333333;
}
body .form-control {
  border-radius: 0;
}

.button {
  height: 44px;
  width: 170px;
  color: #333333;
  padding-top: 12px;
  background-image: url(/img/bg-btn-yellow.png);
  background-position: left center;
  background-repeat: repeat-x;
  cursor: pointer;
  opacity: 0.9;
  font-size: 10pt;
  text-transform: none;
  font-weight: 400;
}
.button div, .button span {
  padding-left: 40px;
  background-position: 14px center;
  background-repeat: no-repeat;
  height: 18px;
}
.button.green {
  background-image: url(/img/bg-btn-green.png);
  color: #fff;
}
.button.grey {
  background-image: url(/img/bg-btn-grey.png);
  color: #fff;
}
.button.red {
  background-image: url(/img/bg-btn-red.png);
  color: #fff;
}
.button.blue {
  background-image: url(/img/bg-btn-blue.png);
  color: #fff;
}
.button:hover {
  opacity: 1;
}
.button.callback div {
  background-image: url(/img/icon/callback.png);
  color: #333333;
}
.button.discounts div {
  padding-left: 20px;
  background-image: url(/img/icon/discounts.png);
  background-position: 6px center;
}
.button.show-map div {
  background-image: url(/img/icon/atm-white.png);
}
.button.mobile-width-100 {
  width: 100%;
}

.button_big {
  display: inline-block;
  padding: 7px 10px;
  width: 180px;
  opacity: 0.9;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  cursor: pointer;
}
.button_big:hover {
  opacity: 1;
}
.button_big.blue {
  background: #0772c0;
  border-bottom: 4px solid #125484;
  color: #ffffff;
}
.button_big.green {
  background: #007480;
  border-bottom: 4px solid #005d68;
  color: #ffffff;
}
.button_big.yellow {
  background: #f3c400;
  border-bottom: 4px solid #a88700;
  color: #333333;
}
.button_big.grey {
  background: #bbbbbb;
  border-bottom: 4px solid #777;
  color: #fff;
}
.button_big.new_btn {
  border-radius: 0 !important;
}
.button_big:disabled {
  opacity: 0.6;
}
.button_big.mobile-width-100 {
  width: 100%;
}

h2 a.button {
  margin-top: -10px;
  text-align: center;
}

input.button {
  padding-top: 0;
  border: 0;
  height: 36px;
}

.carousel {
  margin-bottom: 20px;
}
.carousel img {
  width: 100%;
}
.carousel .left, .carousel .right {
  background: none;
}
.carousel .right span {
  right: 20%;
}
.carousel .left span {
  left: 20%;
}
.carousel .carousel-indicators {
  bottom: 10px;
}
.carousel .carousel-indicators li {
  background: #007480 \9 ;
}
.carousel .carousel-indicators li.active {
  background: #fff \9 ;
}

.home h2 {
  font-size: 18pt;
  color: #007480;
}

#tiles {
  margin-bottom: 20px;
}
#tiles .tile {
  width: 230px;
  height: 115px;
  padding: 70px 20px 10px 10px;
  background-size: 70px 70px;
  margin: 0 auto 20px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
}
#tiles .tile br {
  display: none;
}
#tiles .tile h2 {
  font-size: 12pt;
}
#tiles .tile p {
  font-size: 8pt;
}
#tiles .tile h2, #tiles .tile p {
  color: #fff;
  text-align: right;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 992px) {
  #tiles .tile {
    width: 300px;
    height: 150px;
    padding: 90px 20px 10px;
    background-position: 15px 15px;
    background-size: 90px 90px;
  }
  #tiles .tile h2 {
    font-size: 18px;
    padding-bottom: 4px;
  }
  #tiles .tile p {
    font-size: 10pt;
  }
}
@media (min-width: 1200px) {
  #tiles .tile {
    width: 370px;
    height: 185px;
    background-position: 20px 20px;
    background-size: 110px 110px;
    padding-right: 30px;
    padding-top: 115px;
  }
}
#tiles a {
  display: block;
  color: transparent;
  opacity: 0.9;
  background-image: url(/img/tile/light.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#tiles a:hover {
  opacity: 1;
}
#tiles a.loans {
  background-color: #007480;
}
#tiles a.loans .tile {
  background-image: url(/img/tile/icons/loans_multi.png);
}
#tiles a.deposits {
  background-color: #459a00;
}
#tiles a.deposits .tile {
  background-image: url(/img/tile/icons/phone_crop.png);
  background-size: 80px;
}
#tiles a.deposits .tile p br {
  display: none;
}
#tiles a.deposit {
  background-color: #004ec4;
}
#tiles a.deposit .tile {
  background-image: url(/img/tile/icons/deposits.png);
}
#tiles a.deposit .tile p br {
  display: none;
}
#tiles a.cards {
  background-color: #0272c0;
}
#tiles a.cards .tile {
  background-image: url(/img/tile/icons/cards.png);
}
#tiles a.specials {
  background-color: #ff4200;
}
#tiles a.specials .tile {
  background-image: url(/img/tile/icons/specials.png);
}
#tiles a.mbank {
  background-color: #ff4200;
}
#tiles a.mbank .tile {
  background-image: url(/img/tile/icons/mbank.png);
}
#tiles a.mbank-inner {
  background-color: #459a00;
}
#tiles a.mbank-inner .tile {
  background-image: url(/img/tile/icons/mbank.png);
}
#tiles a.online {
  background-color: #004ec4;
}
#tiles a.online .tile {
  background-image: url(/img/tile/icons/online.png);
}
#tiles a.remittances {
  background-color: #fecc00;
}
#tiles a.remittances .tile {
  background-image: url(/img/tile/icons/remittances.png);
}
#tiles a.skidki {
  background-color: #007480;
}
#tiles a.skidki .tile {
  background-image: url(/img/tile/icons/percentage.png);
  background-size: 128px 70px;
}
#tiles a.card2card {
  background-color: #004ec4;
}
#tiles a.card2card .tile {
  background-image: url(/img/tile/icons/card-to-card.png);
}
#tiles a.online_credit {
  background-color: #0272c0;
}
#tiles a.online_credit .tile {
  background-image: url(/img/tile/icons/online_credit.png);
  background-size: 50px;
}
#tiles a.lime {
  background-color: #ff4200;
}
#tiles a.lime .tile {
  background-image: url(/img/tile/icons/lime2.png);
  background-size: 45px;
}
#tiles.sidebar-tiles.loans {
  background-color: #007480;
}
#tiles.sidebar-tiles.loans .tile {
  background-image: url(/img/tile/icons/loans.png);
}
#tiles.sidebar-tiles.deposits {
  background-color: #e2b601;
}
#tiles.sidebar-tiles.deposits .tile {
  background-image: url(/img/tile/icons/deposits.png);
}
#tiles.sidebar-tiles.cards {
  background-color: #0272c0;
}
#tiles.sidebar-tiles.cards .tile {
  background-image: url(/img/tile/icons/cards.png);
}
#tiles.sidebar-tiles.specials {
  background-color: #ff4200;
}
#tiles.sidebar-tiles.specials .tile {
  background-image: url(/img/tile/icons/specials.png);
}
#tiles.sidebar-tiles.mbank {
  background-color: #ff4200;
}
#tiles.sidebar-tiles.mbank .tile {
  background-image: url(/img/tile/icons/mbank.png);
}
#tiles.sidebar-tiles.mbank-inner {
  background-color: #deda03;
}
#tiles.sidebar-tiles.mbank-inner .tile {
  background-image: url(/img/tile/icons/mbank.png);
}
#tiles.sidebar-tiles.online {
  background-color: #004ec4;
}
#tiles.sidebar-tiles.online .tile {
  background-image: url(/img/tile/icons/online.png);
}
#tiles.sidebar-tiles.card2card {
  background-color: #004ec4;
}
#tiles.sidebar-tiles.card2card .tile {
  background-image: url(/img/tile/icons/card-to-card.png);
}
#tiles.sidebar-tiles.remittances {
  background-color: #459a00;
}
#tiles.sidebar-tiles.remittances .tile {
  background-image: url(/img/tile/icons/remittances.png);
}
#tiles.sidebar-tiles .tile {
  height: 110px;
  padding-top: 30px;
  padding-right: 28px;
}

/*
  Custom Main Nav
  Mobile fixes have to be done via media-queries
*/
#main-nav .navbar-default {
  border-color: transparent;
  background-color: transparent;
  border: 0;
  min-height: 40px;
  border-radius: 0;
  margin-bottom: 0;
}
#main-nav .navbar-default .container-fluid .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 4px solid #007480;
}
#main-nav .navbar-default .dropdown-menu {
  min-width: 240px;
  border-radius: 0;
  background-color: #007480;
  background: -webkit-linear-gradient(#008a99, #007480);
  background: -o-linear-gradient(#008a99, #007480);
  background: -moz-linear-gradient(#008a99, #007480);
  background: linear-gradient(#008a99, #007480);
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #fecc00;
}
#main-nav .navbar-default .dropdown-menu li h3 {
  font-weight: 300;
  color: #fecc00;
  margin-bottom: 4px;
}
#main-nav .navbar-default .dropdown-menu li a {
  color: #fff;
  font-size: 10pt;
  font-weight: 300;
  padding: 6px 20px;
}
#main-nav .navbar-default .dropdown-menu li:hover a {
  background-color: #fecc00;
  background-image: url(/img/icon/inner-nav-active.png);
  background-position: 8px center;
  background-repeat: no-repeat;
  color: #333333;
}
#main-nav .navbar-default .dropdown-menu li.divider {
  background-color: #008a99;
}
#main-nav .navbar-nav > li > a {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
#main-nav .navbar-nav.left > li > a {
  color: #333333;
}
#main-nav .navbar-nav.left > li.open > a {
  color: #fecc00;
  background-color: #007480;
}
#main-nav .atm, #main-nav .pos {
  color: #007480;
  padding-left: 26px;
  background-image: url(/marker/icon-atm.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#main-nav .pos {
  background-image: url(/marker/icon-pos.png);
}

.rates .date {
  color: #a1a1a1;
}
.rates .table th {
  font-weight: 400;
  color: #a1a1a1;
  text-align: center;
}
.rates .table td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 2px;
}
.rates .table td.currency {
  text-align: left;
}
.rates .table img {
  margin-top: -4px;
}

.list h2 {
  margin-bottom: 20px;
}
.list li {
  padding-bottom: 12px;
}
.list li .date {
  color: #a1a1a1;
  font-size: 9pt;
}
.list li a {
  color: #333333;
  font-size: 10pt;
}
.list li a:hover {
  color: #007480;
}
.list a.more {
  color: #007480;
  text-decoration: underline;
}

#content.inner {
  padding-top: 30px;
}
#content.inner .breadcrumb {
  padding-left: 0;
  background-color: transparent;
}
#content.inner .breadcrumb li {
  font-size: 10pt;
}
#content.inner .sidebar-tiles {
  margin: 38px 0 20px;
}

.page-content {
  min-height: 340px;
  margin-bottom: 30px;
}
.page-content table {
  width: 98% !important;
  margin-bottom: 20px;
  border: 0 !important;
}
.page-content table thead tr td {
  font-weight: 600;
  font-size: 10pt;
  color: #333333;
}
.page-content table tr td {
  font-weight: 400;
  font-size: 9pt;
  border: 0;
  border-bottom: 1px dashed #a1a1a1;
  padding: 4px 2px;
}
.page-content #jobs-list, .page-content #news-list {
  margin-top: 30px;
}
.page-content #jobs-list li, .page-content #news-list li {
  margin-bottom: 30px;
}
.page-content #jobs-list li .date, .page-content #news-list li .date {
  padding-bottom: 4px;
}
.page-content .pagination a, .page-content .pagination span {
  padding: 4px 8px;
  font-size: 10pt;
}
.page-content .pagination span {
  background-color: #008a99;
  color: #fff;
}

.page-nav {
  margin: 12px 0 20px;
}
.page-nav li {
  padding: 6px 10px;
  margin-bottom: 10px;
}
.page-nav li.active {
  background-color: #fecc00;
}
.page-nav li.active a {
  color: #333333;
  background-image: url(/img/icon/inner-nav-active.png);
  text-decoration: none;
}
.page-nav li a {
  padding-left: 14px;
  background-image: url(/img/icon/inner-nav.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  color: #007480;
  font-size: 11pt;
  font-weight: 300;
  text-decoration: underline;
  display: inline-block;
}

.sidebar-nav {
  padding: 30px 0 4px;
}
.sidebar-nav li {
  height: 32px;
  padding-left: 8px;
  margin-bottom: 16px;
}
.sidebar-nav a {
  padding: 6px 0 6px 28px;
  color: #007480;
  font-size: 12pt;
  text-transform: uppercase;
  background-image: url(/marker/icon-atm.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.sidebar-nav .pos {
  background-image: url(/marker/icon-pos.png);
}
.sidebar-nav .branch {
  background-image: url(/marker/icon-branch.png);
}

.map-toggle {
  height: 20px;
  margin-top: 24px;
  margin-bottom: 30px;
}
.map-toggle a {
  background-color: #007480;
  padding: 6px 11px 6px 32px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(/img/icon/atm-white.png);
  background-position: 11px center;
  background-repeat: no-repeat;
}
.map-toggle a:hover {
  background-color: #008a99;
}

#map-items-list {
  margin-top: 20px;
}

#marker-content h1 {
  font-size: 13pt;
  margin-top: 8px;
}

.error404 {
  min-height: 640px;
}
.error404 #header {
  margin-left: 33.3333%;
  margin-top: 40px;
}
.error404 #header .culture, .error404 #header h1, .error404 #header h2, .error404 #header .search, .error404 #header p {
  display: none;
}
.error404 h1 {
  font-size: 40pt;
  margin: 20px 0 40px;
}
.error404 h2 {
  margin-bottom: 40px;
}
.error404 #content ul li {
  margin-bottom: 10px;
}

.site-map {
  margin-top: 40px;
}
.site-map .item {
  margin-bottom: 6px;
}
.site-map .item .child {
  margin: 0 0 10px 10px;
  font-size: 9pt;
}
.site-map .item .child a {
  color: #333333;
}
.site-map .item a {
  display: block;
  margin: 0 0 3px;
}

.content .button {
  padding-top: 12px;
  padding-bottom: 14px;
  display: block;
  text-align: center;
}

.jobs-article .content, .news-article .content {
  margin: 20px 0;
  font-size: 11pt;
}

#report-list {
  padding-bottom: 30px;
}
#report-list h2 {
  font-size: 32pt;
  color: #a1a1a1;
  margin-top: 40px;
  padding-bottom: 0;
  border-bottom: 2px solid #a1a1a1;
}
#report-list h2 a {
  font-size: 10pt;
  margin-top: 26px;
  text-transform: none;
  padding: 2px 0 3px 24px;
  background-image: url(/img/icon/download.png);
  background-position: left center;
  background-repeat: no-repeat;
}

#offers.list {
  padding: 30px 0;
}
#offers .tile {
  width: 48%;
  height: 250px;
  overflow: hidden;
  float: left;
}
#offers .tile:nth-child(2n) {
  margin-left: 4%;
}
#offers .date {
  padding: 4px 0;
  color: #a1a1a1;
}
#offers .text {
  padding: 20px 0;
}

#feedback-form {
  padding: 30px 0;
}
#feedback-form label[for=feedback_captcha] {
  font-size: 8pt;
}

#feedback-fixed, #callback-fixed, #whatsapp-fixed, #telegram-fixed {
  display: block;
  position: fixed;
  right: -128px;
  top: 240px;
  width: 180px;
  height: 42px;
  background-color: #fecc00;
  background-image: url(/img/icon/feedback.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  border-left: 4px solid #a88700;
  opacity: 0.9;
  color: #333333;
  padding: 12px 0 0 50px;
  text-decoration: none;
}
#feedback-fixed:hover, #callback-fixed:hover, #whatsapp-fixed:hover, #telegram-fixed:hover {
  opacity: 1;
  text-decoration: none;
}

#callback-fixed {
  top: 282px;
  background-color: #007480;
  background-image: url(/img/icon/callback-white.png);
  color: #fff;
  border-left: 4px solid #005058;
}

#whatsapp-fixed {
  top: 324px;
  width: 200px;
  right: -148px;
  background-color: #3ec050;
  background-image: url(/img/icon/whatsapp-white.png);
  color: #fff;
  border-left: 4px solid #007480;
}

#telegram-fixed {
  top: 366px;
  width: 200px;
  right: -148px;
  background-color: #259cd8;
  background-image: url(/img/icon/telegram-white.png);
  color: #fff;
  border-left: 4px solid #005058;
}

.popover {
  position: fixed;
}

.alert {
  border-radius: 0;
}

.modal .modal-body {
  padding-bottom: 10px;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .button {
  display: block;
  text-align: center;
  float: right;
  margin-left: 20px;
  width: 150px;
}
.modal .preloader {
  display: none;
  height: 32px;
  width: 32px;
  float: right;
  margin-top: 6px;
}

.glyphicon {
  font-size: 24pt;
  text-align: center;
}

#search-results {
  padding-bottom: 30px;
}
#search-results .results h3 {
  margin-top: 30px;
}
#search-results .results ul {
  padding-left: 10px;
}
#search-results .results li {
  margin-bottom: 12px;
}
#search-results .results li .date {
  color: #a1a1a1;
  font-size: 8pt;
}

#poll {
  border: 1px solid #a1a1a1;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
#poll h2 {
  margin-top: 0;
  font-size: 12pt;
  padding: 8px 10px 10px;
  background-color: #a1a1a1;
  color: #fff;
  /*background-image: url(/img/bg-btn-yellow.png);
  background-repeat: repeat-x;
  background-position: 0 0;*/
}
#poll h2 span {
  font-size: 12pt;
  margin-right: 4px;
}
#poll p {
  padding: 10px 0;
}
#poll h3 {
  margin-top: 10px;
}
#poll ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
#poll .alert, #poll .preloader {
  display: none;
}
#poll .preloader {
  margin-left: 6px;
  margin-top: -2px;
}
#poll #poll-stats .row {
  margin-right: 0;
}
#poll #poll-stats .row p {
  padding: 14px 0 4px;
  margin: 0;
}
#poll #poll-stats .row p .summary {
  margin-top: 10px;
}
#poll #poll-stats .line {
  padding: 4px;
  background-color: #007480;
  color: #fff;
  text-align: center;
  font-size: 8pt;
}
#poll #poll-stats .line.line-1 {
  background-color: #fecc00;
  color: #007480;
}
#poll #poll-stats .line.line-2 {
  background-color: #a1a1a1;
  color: #005058;
}
#poll #poll-stats .line.line-3 {
  background-color: #008a99;
}
#poll #poll-stats .line.line-4 {
  background-color: #a88700;
}
#poll #poll-stats .line.line-5 {
  background-color: #333333;
}

#deposit-secure {
  margin-top: 60px;
  color: #a1a1a1;
}
#deposit-secure h3 {
  margin-top: 0;
}

#deposit-data table, #loan-data table {
  width: 90% !important;
  margin-left: 24px;
}
#deposit-data .table-rates, #loan-data .table-rates {
  background-image: url(/img/stylish_table/deposit_bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#deposit-data .table-rates th.rate, #loan-data .table-rates th.rate {
  width: 24%;
  text-align: center;
}
#deposit-data .table-rates td, #loan-data .table-rates td {
  padding: 6px;
  text-align: center;
}
#deposit-data .table-rates td.period, #loan-data .table-rates td.period {
  text-align: left;
  padding-left: 10px;
}
#deposit-data .button, #loan-data .button {
  display: block;
  margin-left: 24px;
  text-align: center;
}

.calculator {
  padding-top: 30px;
}
.calculator .form-group {
  margin-bottom: 30px;
}
.calculator .btn-group > .btn {
  border-radius: 0;
}
.calculator .btn-group > .btn.btn-primary {
  background-color: #fff;
  border-color: transparent;
  margin: 0 !important;
}
.calculator .btn-group > .btn.btn-primary.active {
  background-color: #fecc00;
  border-color: #fecc00;
}
.calculator .btn-group > .btn.btn-primary.active span {
  border-bottom: 0;
}
.calculator .btn-group > .btn.btn-primary span {
  border-bottom: 1px dashed #333333;
  color: #333333;
}
.calculator #percent strong {
  font-size: 14pt;
}
.calculator .calculate {
  width: 140px;
  margin: 0 auto;
}
.calculator .calculate div {
  background-image: url(/img/icon/calculate.png);
  background-position: 14px 0;
  padding-left: 20px;
}

#loan-calculator .button {
  float: left;
  margin: 0 0 0 33.3333%;
}
#loan-calculator .preloader {
  float: left;
  margin: 6px 0 0 10px;
  display: none;
}

#loan-results {
  margin: 20px 0;
}

#nbkr-notice {
  cursor: pointer;
  color: #007480;
  font-size: 9pt;
}
#nbkr-notice .glyphicon {
  font-size: 9pt;
}

.banking-buttons .button {
  display: block;
  width: 200px;
  text-align: center;
  float: left;
  margin-right: 40px;
}

.mobile-bank td {
  vertical-align: top;
}
.mobile-bank td ul {
  padding-left: 20px;
}
.mobile-bank .img-responsive {
  max-width: 140px;
  vertical-align: top;
  margin: 10px auto;
}

.rates {
  margin-top: 20px;
}

#home-switcher {
  margin-bottom: 20px;
}
#home-switcher .btn {
  font-size: 9pt;
}
#home-switcher .btn.active {
  background-color: #007480;
  color: #fff;
}

#home-tabs .date {
  margin-right: 20px;
}
#home-tabs .home-tab {
  display: none;
}
#home-tabs .home-tab.active {
  display: block;
}

.page-content table.cards {
  margin-bottom: 10px;
}
.page-content table.cards td {
  border-bottom: none;
  padding: 0;
  vertical-align: top;
}
.page-content table.cards.elcard_table_cards td .button_big {
  width: 200px;
}
.page-content table.cards .img {
  padding-top: 20px;
}
.page-content table.cards .info {
  padding-left: 20px;
}
.page-content table.cards .info p {
  font-size: 10pt;
}
.page-content table.cards .info li {
  padding-bottom: 6px;
}
.page-content table.cards .tickers {
  padding-top: 20px;
  padding-left: 0px;
}
.page-content table.cards .tickers > p {
  padding-left: 10px;
  font-weight: bold;
}
.page-content table.cards .tickers ul {
  padding-left: 10px;
}
.page-content table.cards .tickers li {
  list-style: none;
  background-image: url(/img/icon/tick.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
  margin-bottom: 6px;
}

#loan_mobile_tile a.loans .tile {
  background-image: url(/img/tile/icons/percentage_6.png);
  background-position-y: 15px;
}

@media (max-width: 520px) {
  body #footer .data .contacts-center-no-the-mobile {
    text-align: center;
  }
  body #footer .data .contacts-center-no-the-mobile .phone, body #footer .data .contacts-center-no-the-mobile .whatsapp, body #footer .data .contacts-center-no-the-mobile .telegram {
    background-position: 50px;
  }
  body #footer .data .contacts-center-no-the-mobile .button {
    margin: 0 auto;
  }
  body #header .left {
    padding-left: 15px;
  }
  body #header .callback {
    font-size: 10pt;
    margin-top: 0;
    padding-left: 0;
    width: 160px;
  }
  body #content.inner {
    padding-top: 10px;
  }
  body #main-nav .navbar-nav.left > li {
    background-color: #008a99;
  }
  body #main-nav .navbar-nav.left > li > a {
    color: #fff;
  }
  body #main-nav .navbar-toggle {
    display: block;
    height: 32px;
    width: 32px;
    background-image: url(/img/icon/nav.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-top: -56px;
    margin-right: 0;
    position: relative;
  }
  body #main-nav .navbar-default {
    min-height: 0;
  }
  body #main-nav .navbar-default .container-fluid {
    border-bottom: 0;
  }
  body #main-nav .navbar-collapse {
    max-height: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body #main-nav .dropdown-menu {
    min-width: 0;
  }
  body #tiles .tile {
    height: 66px;
    margin: 0 auto 0;
    padding: 12px 10px 10px;
    width: 290px;
  }
  body .inner #tiles {
    display: none;
  }
  body #footer .data {
    background-image: none;
  }
  body #feedback-fixed {
    top: 300px;
  }
  body #callback-fixed {
    top: 342px;
    top: calc(50vh + 40px);
  }
  body #whatsapp-fixed {
    top: 384px;
  }
  body #telegram-fixed {
    top: 426px;
  }

  .mobile-bank .img-responsive {
    max-width: 80px;
  }
}
@media (min-width: 750px) and (max-width: 920px) {
  body #tiles {
    margin-bottom: 0;
  }
  body #content.inner #tiles.sidebar-tiles {
    margin-top: 20px;
  }
  body #content.inner #tiles.sidebar-tiles .tile {
    height: 66px;
    margin: 0 auto 20px;
    padding: 14px 20px 10px;
  }
}
#pager li a {
  background-color: #008a99;
  color: #fff;
}
#pager li.active a {
  background-color: #fecc00;
}

#phone {
  width: 202px;
  padding: 10px 6px 14px;
  border-radius: 6px;
  border: 3px solid #005058;
  background: #007480;
  background: -moz-linear-gradient(-45deg, #007480 0%, #009da5 50%, #008999 67%, #005058 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #007480), color-stop(50%, #009da5), color-stop(67%, #008999), color-stop(100%, #005058));
  background: -webkit-linear-gradient(-45deg, #007480 0%, #009da5 50%, #008999 67%, #005058 100%);
  background: -o-linear-gradient(-45deg, #007480 0%, #009da5 50%, #008999 67%, #005058 100%);
  background: -ms-linear-gradient(-45deg, #007480 0%, #009da5 50%, #008999 67%, #005058 100%);
  background: linear-gradient(135deg, #007480 0%, #009da5 50%, #008999 67%, #005058 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007480", endColorstr="#005058", GradientType=1);
  /*
    background: #b4ddb4;
    background: -moz-linear-gradient(-45deg, #b4ddb4 0%, #00a36f 0%, #007480 46%, #009391 75%, #005b6d 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b4ddb4), color-stop(0%,#00a36f), color-stop(46%,#007480), color-stop(75%,#009391), color-stop(100%,#005b6d));
    background: -webkit-linear-gradient(-45deg, #b4ddb4 0%,#00a36f 0%,#007480 46%,#009391 75%,#005b6d 100%);
    background: -o-linear-gradient(-45deg, #b4ddb4 0%,#00a36f 0%,#007480 46%,#009391 75%,#005b6d 100%);
    background: -ms-linear-gradient(-45deg, #b4ddb4 0%,#00a36f 0%,#007480 46%,#009391 75%,#005b6d 100%);
    background: linear-gradient(135deg, #b4ddb4 0%,#00a36f 0%,#007480 46%,#009391 75%,#005b6d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005b6d',GradientType=1 );
  */
}
#phone #screen {
  margin: 6px auto 12px;
  height: 188px;
  width: 184px;
  background-color: #f6f6f6;
  border: 2px solid #005058;
  position: relative;
}
#phone #screen #content {
  height: 164px;
  font-size: 40px;
  padding: 76px 20px;
  font-weight: bold;
  color: #005058;
}
#phone #screen .submit, #phone #screen .cancel {
  width: 50%;
  float: left;
  padding: 2px 6px;
  font-weight: 600;
}
#phone #screen .cancel {
  text-align: right;
  padding-right: 10px;
}
#phone #screen #request {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #f0f0f0;
  font-size: 16px;
  text-align: center;
  padding: 60px 20px;
  color: #005058;
}
#phone #screen #response {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #f0f0f0;
}
#phone #screen #response .content {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #005058;
  height: 160px;
}
#phone #screen #answer {
  display: none;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 100;
  background-color: #f0f0f0;
  padding: 2px 6px;
}
#phone #screen #answer .content {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 36px 10px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #005058;
  height: 86px;
}
#phone #screen #answer #answer-buttons {
  padding: 2px 2px;
}
#phone #buttons {
  width: 188px;
  margin: 4px auto 6px;
}
#phone #buttons div {
  float: left;
  width: 85px;
  height: 24px;
  margin: 4px 4px;
  border: 1px solid #005058;
  border-radius: 4px;
  background-color: #dadada;
}
#phone #buttons div.call {
  text-align: center;
}
#phone #buttons div.call span {
  padding-top: 2px;
  font-size: 16px !important;
  color: #007480;
}
#phone #keyboard {
  margin: 6px auto;
  width: 188px;
}
#phone #keyboard div {
  float: left;
  width: 54px;
  height: 24px;
  border: 1px solid #005058;
  background-color: #f6f6f6;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  padding-top: 1px;
  margin: 3px 4px;
  text-align: center;
}
#phone .pressed {
  background-color: #fecc00 !important;
}
#phone #steps {
  display: none;
}

.pager li > a, .pager li > span {
  padding: 5px 10px;
}

#cards_form_wrapper .radio_list {
  list-style: none;
  padding-left: 0;
}
#cards_form_wrapper .radio_list li {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
#cards_form_wrapper .radio_list li input {
  display: none;
}
#cards_form_wrapper .radio_list li input[type=radio] + label {
  padding-top: 10px;
}
#cards_form_wrapper .form_card_action {
  margin-top: 30px;
}
#cards_form_wrapper label {
  display: block;
  padding-top: 7px;
}
#cards_form_wrapper input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 10px;
}
#cards_form_wrapper select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 10px;
}
#cards_form_wrapper .form-desc.has-error input {
  border: 1px solid red;
}
#cards_form_wrapper .submit {
  border: 0;
  background: #1a828d;
  border-bottom: 4px solid #007480;
  padding-top: 6px;
  padding-bottom: 6px;
  height: auto;
  color: #ffffff;
  opacity: 0.9;
  margin-top: 10px;
  margin-bottom: 15px;
}
#cards_form_wrapper .submit:hover {
  opacity: 1;
}
#cards_form_wrapper .checkboxes {
  position: relative;
}
#cards_form_wrapper .checkboxes label {
  padding-left: 35px;
  cursor: pointer;
}
#cards_form_wrapper .checkboxes input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
#cards_form_wrapper .checkboxes input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  padding-left: 20px;
  width: 30px;
  height: 24px;
  background: url("../cards-files/img/sprite.png") 0 -25px no-repeat;
}
#cards_form_wrapper .checkboxes input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  padding-left: 20px;
  width: 30px;
  height: 24px;
  background: url("../cards-files/img/sprite.png") 0 0 no-repeat;
}
#cards_form_wrapper .checkboxes input[type=radio] {
  position: absolute;
  left: -9999px;
}
#cards_form_wrapper .checkboxes input[type=radio] + label {
  position: relative;
  margin-bottom: 10px;
}
#cards_form_wrapper .checkboxes input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  padding-left: 20px;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
#cards_form_wrapper .checkboxes input[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
#cards_form_wrapper .checkboxes input[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  padding-left: 20px;
  width: 24px;
  height: 24px;
}
#cards_form_wrapper .checkboxes input[type=radio]:checked + label:after {
  content: "";
  left: 5px;
  background: #007480;
}

.select_passport {
  margin-bottom: 20px;
}
.select_passport p {
  margin-top: 13px;
  margin-bottom: 7px;
}

.custom_cards_table td {
  width: 33.3%;
}

#carousel-homepage .carousel-indicators li {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
}
#carousel-homepage .carousel-indicators li.active {
  background-color: #fecc00;
  border: 1px solid #fecc00;
}

.content img {
  max-width: 100% !important;
  height: auto;
}

#credit_short {
  margin-bottom: 50px;
}
#credit_short label {
  margin-bottom: 7px;
}
#credit_short .input_wrapper {
  margin-bottom: 12px;
}
#credit_short h4 {
  margin-bottom: 25px;
}
#credit_short .check:before {
  top: 6px;
}
#credit_short .passport_img_wrapper {
  margin-bottom: 50px;
}
#credit_short input.has-error, #credit_short select.has-error {
  border-color: red;
}
#credit_short #city_info {
  display: none;
}
#credit_short label.check {
  min-height: 25px;
  position: relative;
}
#credit_short label.check:before {
  border: 1px solid #007480;
  border-radius: 3px;
  width: 25px;
  height: 25px;
}
#credit_short label.check strong {
  padding-top: 7px;
  display: block;
}
#credit_short input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  padding-left: 20px;
  width: 25px;
  height: 25px;
  background: url("../cards-files/img/sprite_new.png") 0 -25px no-repeat;
}
#credit_short input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  padding-left: 20px;
  width: 25px;
  height: 25px;
  background: url("../cards-files/img/sprite_new.png") 0 0 no-repeat;
}

.s_mbank_partner {
  background-size: cover;
  background-position: center;
}

.mbank_partners {
  margin-bottom: 30px;
}

#main-nav #top_right_menu > li > a {
  padding-left: 25px;
}

#container.kg #tiles .tile h2 {
  font-size: 15pt;
}
#container.kg #tiles .tile h2 br {
  display: none;
}
#container.kg #main-nav .navbar-nav > li > a {
  padding-left: 9px;
  padding-right: 9px;
}
#container.kg #main-nav .navbar-nav > li > a.atm {
  padding-left: 25px;
  padding-right: 15px;
}

#covid19_form label {
  width: 100%;
}
#covid19_form input {
  width: 100%;
}
#covid19_form .check-group {
  position: relative;
  overflow: hidden;
}
#covid19_form .check-group input[type=checkbox] {
  position: absolute;
  left: 0;
  top: -2px;
  width: 15px;
  height: 15px;
}
#covid19_form .check-group label {
  padding-left: 20px;
  padding-top: 1px;
}
#covid19_form textarea {
  width: 100%;
}

#footer_discounts {
  width: 190px;
}

#tender_application_form {
  margin-top: 60px;
}

#tender_application_form_submit_button {
  margin-top: 20px;
  border: 0;
  border-radius: 0;
  background-color: #333333;
  background-image: url(/img/bg-btn-green.png);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 10px;
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  opacity: 0.9;
}

.tender-article .alert {
  margin-top: 40px;
}

#repayment_application_is_full_group label.radio-inline {
  font-weight: bold;
  line-height: 1;
}
#repayment_application_is_full_group input[type=radio] {
  margin-top: 0;
}

.form-horizontal .form-desc {
  position: relative;
  overflow: hidden;
}

.cbk_header_number_wrapper {
  position: relative;
  overflow: hidden;
}

.annual_report_link {
  font-size: 10pt;
  margin-top: 26px;
  text-transform: none;
  padding: 2px 0 3px 24px;
  background-image: url(/img/icon/download.png);
  background-position: left center;
  background-repeat: no-repeat;
}

#header_phone {
  font-weight: 800;
}

#header_callback {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

#header_callback_phone {
  float: right;
  padding-left: 24px;
  background-image: url(/img/icon/callback_green.png);
  background-size: 17px;
  background-position: left 7px;
  background-repeat: no-repeat;
  line-height: 24px;
}
#header_callback_phone a {
  color: #007480;
  font-weight: 800;
  font-size: 16px;
}
#header_callback_phone a:hover {
  text-decoration: none;
}

#header_callback_text {
  float: right;
  padding-left: 10px;
}
#header_callback_text span {
  display: block;
  font-size: 9px;
}
#header_callback_text span:first-child {
  margin-bottom: 6px;
}

#new-site-modal .modal-footer .left-btn {
  display: inline-block;
  float: left;
}
#new-site-modal .modal-footer .left-btn a {
  width: 200px;
  margin-left: 0;
}
#new-site-modal .modal-footer .right-btn {
  display: inline-block;
  float: right;
}
#new-site-modal .modal-footer .right-btn a {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #new-site-modal .modal-footer .left-btn {
    display: block;
    float: none;
  }
  #new-site-modal .modal-footer .left-btn a {
    width: 100%;
    display: block;
  }
  #new-site-modal .modal-footer .right-btn {
    display: block;
    float: none;
  }
  #new-site-modal .modal-footer .right-btn a {
    width: 100%;
    display: block;
  }

  #header_callback {
    margin-top: 0;
  }

  #google_play_news_table tr td {
    vertical-align: top;
    text-align: left !important;
  }
  #google_play_news_table tr td p {
    text-align: left !important;
  }

  #google_play_news_order_btn {
    padding: 11px 0 !important;
    font-size: 14px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .google_play_news_img {
    display: block !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }

  .annual_report_link_wrapper {
    margin-bottom: 15px;
  }
  .annual_report_link_wrapper.text-right {
    text-align: left !important;
  }

  #cards_form_wrapper .form-group {
    margin-bottom: 5px;
  }

  #tiles a .tile {
    background-size: 66px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #tiles a.card2card .tile {
    -webkit-background-size: 60px;
    background-size: 60px;
  }
  #tiles a.skidki .tile {
    -webkit-background-size: 60px;
    background-size: 70px;
    background-position-y: 13px;
  }
  #tiles a.skidki .tile br {
    display: inline-block;
  }
  #tiles a.online_credit .tile br {
    display: inline-block;
  }

  #tiles a.deposits .tile {
    background-size: 40px;
    background-image: url("/img/tile/icons/phone_crop.png");
    background-position: 10px 6px;
  }
  #tiles a.deposits .tile p br {
    display: inline-block;
  }

  #container.kg #tiles .tile h2 {
    font-size: 16px;
  }
  #container.kg #tiles .tile h2 br {
    display: inline-block;
  }

  .search_mobile {
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .search_mobile .search-field {
    padding-right: 4px;
    padding-left: 4px;
    width: 100%;
    height: 27px;
  }
  .search_mobile .submit {
    right: 16px;
  }

  #search-results input[type=submit] {
    margin-left: 15px;
  }
}

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