@charset "UTF-8";
/* Архитектура в Sass
    base/ — включает глобальные стили, такие как сброс стилей, типография, цвета, кнопки, списки и т.д.
    components/ — содержит отдельные законченные смысловые блок с отдельным файлом .scss для каждого из них.
    layout/ — содержит стили для основных компонентов макета, таких как хедер, футер, навигация и т.д.
    pages/ — содержит стили, специфичные для шаблонов страниц, если это необходимо.
    themes/ — стили для разных тем.
    utils/ — глобальные миксины, функции, вспомогательные селекторы, константы и т.д.
    vendors/ — стили, миксины и прочее от третьих сторон.
    _shame.scss - хранятся постыдные CSS-решений, быстрые фиксы, хаки, которые должны быть реализованы позже как полагается.
    _fonts.scss - используется если необходимо подключить шрифты в отдельный выходной файл для оптимизации загрузки.
    styles.scss — выходной файл, в котором объединяются все стили.
*/
/* stylelint-disable scss/no-global-function-names */
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.button {
  display: inline-block;
  overflow: hidden;
  border: 0;
  border-radius: 25px;
  cursor: pointer;
  padding: 15px 45px 14px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.2s ease 0.01ms;
}
.button:hover {
  color: white;
  text-decoration: none;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #232323;
  background: #f4f5f9;
}
main {
  position: relative;
  min-height: 100vh;
  padding-bottom: 65px;
}
/*@media (min-width:768px){main.bank-branches #header .main-mobile-logo, main.ATMs #header .main-mobile-logo, main.banks #header .main-mobile-logo{margin-top:10px;}
}*/
@media (min-width: 768px) {
  main.bank-branches #header .main-mobile-logo img, main.ATMs #header .main-mobile-logo img, main.banks #header .main-mobile-logo img {
    max-width: 130px;
    height: auto;
  }
}
@media (min-width: 768px) {
  main.bank-branches, main.ATMs, main.banks {
    padding-bottom: 200px;
  }
}
input, textarea, button, [contenteditable=true], [tabindex] {
  outline: none;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 400;
  line-height: 1.1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1,
h2,
h3 {
  margin-bottom: 20px;
}
h4,
h5,
h6 {
  margin-bottom: 10px;
}
h1, .h1 {
  font-size: 30px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 13px;
}
h6, .h6 {
  font-size: 10px;
}
p {
  margin: 0 0 10px;
}
span.underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-transition, a, .btn {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:hover span.underline {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
a span.underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: border-bottom 0.3s ease;
}
ul.clean {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li.icon {
  position: relative;
  padding-left: 20px;
  line-height: 1.9;
  font-size: 15px;
}
ul li.icon::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font: normal normal normal 15px/1.9 "Material-Design-Iconic-Font";
}
ul li.icon.icon-translucent::before {
  color: #b2b5c0;
}
ul li.icon.icon-cross {
  color: #888c9d;
}
ul li.icon.icon-cross::before {
  content: "\f136";
}
ul li.icon.icon-check::before {
  content: "\f26b";
}
ul li.icon.icon-address::before {
  content: "\f1ab";
}
ul li.icon.icon-phone::before {
  content: "\f2be";
}
@media (max-width: 767px) {
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media (max-width: 767px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 50px;
  }
}
.kill-pseudo::before,
.kill-pseudo::after {
  content: normal;
}
.separator {
  width: 100%;
  height: 1px;
  background: #9E9E9E;
}
.ui-slider {
  cursor: pointer;
}
.ui-slider.ui-slider-horizontal {
  width: 100%;
  height: 23px;
}
.ui-slider::before,
.ui-slider .ui-slider-range {
  display: block;
  position: absolute;
}
.ui-slider.ui-slider-horizontal::before, .ui-slider.ui-slider-horizontal .ui-slider-range {
  top: 11px;
  left: 0;
  height: 1px;
}
.ui-slider.ui-slider-horizontal::before {
  content: "";
  z-index: 1;
  right: 0;
  width: 100%;
  background: #e2e2e2;
}
.ui-slider .ui-slider-range {
  z-index: 2;
  background-color: #232323;
}
.ui-slider .ui-slider-handle {
  top: 0;
  width: 23px;
  height: 23px;
  margin-left: -11px;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.3s ease;
}
.ui-slider .ui-slider-handle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.ui-slider .ui-slider-handle.ui-state-active {
  background-color: rgba(0, 0, 0, 0.3);
}
.ui-slider .ui-slider-handle::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin: 6px;
  border-radius: 50%;
  background: #000;
}
.ui-selectmenu-button {
  display: inline-block;
  width: auto !important;
  height: 20px;
  line-height: 20px;
  padding: 0 15px 0 0;
  margin: 0;
  font-weight: 400;
  color: #232323;
}
.ui-selectmenu-button .ui-selectmenu-text {
  margin-right: 0;
}
.ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  top: -2px;
  right: 0;
  text-indent: 0;
}
.ui-selectmenu-button .ui-selectmenu-icon::before, .ui-selectmenu-button .ui-selectmenu-icon::after {
  display: block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
}
.ui-selectmenu-button .ui-selectmenu-icon::before {
  content: "\f2fc";
}
.ui-selectmenu-button .ui-selectmenu-icon::after {
  content: "\f2f9";
  margin-top: -5px;
}
.ui-selectmenu-menu:not(.form-squad-select-menu) {
  max-width: 200px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.27);
  border-radius: 3px;
}
.ui-selectmenu-menu:not(.form-squad-select-menu)::before, .ui-selectmenu-menu::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 10px;
}
.ui-selectmenu-menu:not(.form-squad-select-menu)::before {
  top: 0;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0);
}
.ui-selectmenu-menu:not(.form-squad-select-menu)::after {
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0);
}
.ui-selectmenu-menu:not(.form-squad-select-menu) .ui-menu {
  overflow-y: scroll;
  max-height: 230px;
  padding: 10px 0;
}
.ui-selectmenu-menu:not(.form-squad-select-menu) .ui-menu-item-wrapper {
  padding: 5px 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ui-selectmenu-menu:not(.form-squad-select-menu) .ui-menu-item-wrapper.ui-state-active {
  color: #24abfa;
  background-color: rgba(0, 170, 255, 0.1);
  margin: 0;
}
.raised, .btn.btn-raised {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.27);
}
.rounded, .btn.btn-rounded {
  border-radius: 3px;
}
.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-items: center;
  justify-items: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  background: transparent;
  border: none;
}
.btn.btn-round {
  width: 42px;
  height: 42px;
  font-size: 18px;
  text-align: center;
}
.btn.btn-raised:hover, .btn.btn-raised:active, .btn.btn-raised.active {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-blue {
  color: #24abfa;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue.active {
  color: #00c4ff;
}
.btn.btn-blue.btn-flat:not(.btn-border), .btn.btn-blue.btn-raised:not(.btn-border) {
  background: #24abfa;
  color: rgba(255, 255, 255, 0.85);
}
.btn.btn-blue.btn-flat:not(.btn-border):hover, .btn.btn-blue.btn-flat:not(.btn-border):active, .btn.btn-blue.btn-flat:not(.btn-border).active, .btn.btn-blue.btn-raised:not(.btn-border):hover, .btn.btn-blue.btn-raised:not(.btn-border):active, .btn.btn-blue.btn-raised:not(.btn-border).active {
  background-color: #00c4ff;
  color: white;
}
.btn.btn-border {
  padding: 11px;
  border: 1px solid #ebebeb;
  color: #000;
  text-decoration: none;
}
.btn.btn-border:hover, .btn.btn-border:active, .btn.btn-border.active {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  border-color: transparent;
}
.btn.btn-border.btn-flat:hover, .btn.btn-border.btn-flat:active, .btn.btn-border.btn-flat.active, .btn.btn-border.btn-raised:hover, .btn.btn-border.btn-raised:active, .btn.btn-border.btn-raised.active {
  background-color: #24abfa;
  color: white;
}
.btn.btn-border.btn-flat, .btn.btn-border.btn-raised {
  color: #313131;
  background-color: transparent;
}
.btn.btn-border.btn-raised, .btn.btn-border.btn-raised {
  box-shadow: 0 2px 5px 0 transparent;
}
.btn.btn-border.btn-raised:hover, .btn.btn-border.btn-raised:active, .btn.btn-border.btn-raised.active, .btn.btn-border.btn-raised:hover, .btn.btn-border.btn-raised:active, .btn.btn-border.btn-raised.active {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn .btn-text {
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-icon-left i, .btn.btn-icon-right i {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.btn.btn-icon-left i {
  margin-right: 10px;
}
.btn.btn-icon-left.btn-icon-arrow:hover i, .btn.btn-icon-left.btn-icon-arrow.active i {
  transform: translateX(-5px);
}
.btn.btn-icon-right i {
  margin-left: 10px;
}
.btn.btn-icon-right.btn-icon-arrow:hover i, .btn.btn-icon-right.btn-icon-arrow.active i {
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .btn.btn-sm-round-to-responsive {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
  }
  .btn.btn-sm-round-to-responsive .btn-text {
    display: none;
  }
  .btn.btn-sm-round-to-responsive.btn-icon-left i {
    margin-right: 0;
  }
  .btn.btn-sm-round-to-responsive.btn-icon-right i {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .btn.btn-sm-round-to-responsive {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .btn.btn-md-round-to-responsive {
    width: 42px;
    border-radius: 50%;
  }
  .btn.btn-md-round-to-responsive .btn-text {
    display: none;
  }
  .btn.btn-md-round-to-responsive.btn-icon-left i {
    margin-right: 0;
  }
  .btn.btn-md-round-to-responsive.btn-icon-right i {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .btn.btn-md-round-to-responsive {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .btn.btn-lg-round-to-responsive {
    width: 42px;
    border-radius: 50%;
  }
  .btn.btn-lg-round-to-responsive .btn-text {
    display: none;
  }
  .btn.btn-lg-round-to-responsive.btn-icon-left i {
    margin-right: 0;
  }
  .btn.btn-lg-round-to-responsive.btn-icon-right i {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .btn.btn-lg-round-to-responsive {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn.btn-sm-responsive-to-round {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .btn.btn-sm-responsive-to-round {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
  }
  .btn.btn-sm-responsive-to-round .btn-text {
    display: none;
  }
  .btn.btn-sm-responsive-to-round.btn-icon-left i {
    margin-right: 0;
  }
  .btn.btn-sm-responsive-to-round.btn-icon-right i {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .btn.btn-md-responsive-to-round {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .btn.btn-md-responsive-to-round {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
  }
  .btn.btn-md-responsive-to-round .btn-text {
    display: none;
  }
  .btn.btn-md-responsive-to-round.btn-icon-left i {
    margin-right: 0;
  }
  .btn.btn-md-responsive-to-round.btn-icon-right i {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .btn.btn-lg-responsive-to-round {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .btn.btn-lg-responsive-to-round {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
  }
  .btn.btn-lg-responsive-to-round .btn-text {
    display: none;
  }
  .btn.btn-lg-responsive-to-round.btn-icon-left i {
    margin-right: 0;
  }
  .btn.btn-lg-responsive-to-round.btn-icon-right i {
    margin-left: 0;
  }
}
.input-container {
  position: relative;
}
.input-container input {
  display: block;
  width: 100%;
  height: 42px;
  border: none;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.input-container input:focus {
  border-bottom-color: #232323;
}
.input-container.rounded, .input-container.btn.btn-rounded {
  border-radius: 0;
}
.input-container.rounded input, .input-container.btn.btn-rounded input {
  border-radius: 3px;
}
.input-container.raised, .input-container.btn.btn-raised {
  box-shadow: none;
}
.input-container.raised input, .input-container.btn.btn-raised input {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.27);
}
.input-container.raised input:focus, .input-container.btn.btn-raised input:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.input-container.flat input {
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}
.input-container.flat input:focus {
  border-color: #24abfa;
}
.input-container.icon-left i, .input-container.icon-right i {
  position: absolute;
  top: 11px;
  font-size: 20px;
  color: #151515;
}
.input-container.icon-left input {
  padding-left: 35px;
}
.input-container.icon-left i {
  left: 0;
}
.input-container.icon-left.flat input {
  padding-left: 40px;
}
.input-container.icon-left.flat i {
  left: 10px;
}
.input-container.icon-right input {
  padding-right: 35px;
}
.input-container.icon-right i {
  right: 0;
}
.input-container.icon-right.flat input {
  padding-right: 40px;
}
.input-container.icon-right.flat i {
  right: 10px;
}
@media (max-width: 767px) {
  .input-container.sm-flat-to input {
    background: #ffffff;
    border: 1px solid #e2e2e2;
  }
  .input-container.sm-flat-to input:focus {
    border-color: #24abfa;
  }
  .input-container.sm-flat-to.rounded input, .input-container.sm-flat-to.btn.btn-rounded input {
    border-radius: 3px;
  }
  .input-container.sm-flat-to.icon-left i {
    left: 10px;
  }
  .input-container.sm-flat-to.icon-right i {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .input-container.rounded.sm-flat-to input, .input-container.sm-flat-to.btn.btn-rounded input {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .input-container.md-flat-to input {
    background: #ffffff;
    border: 1px solid #e2e2e2;
  }
  .input-container.md-flat-to input:focus {
    border-color: #24abfa;
  }
  .input-container.md-flat-to.rounded input, .input-container.md-flat-to.btn.btn-rounded input {
    border-radius: 3px;
  }
  .input-container.md-flat-to.icon-left i {
    left: 10px;
  }
  .input-container.md-flat-to.icon-right i {
    right: 10px;
  }
}
@media (min-width: 992px) {
  .input-container.rounded.md-flat-to input, .input-container.md-flat-to.btn.btn-rounded input {
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .input-container.lg-flat-to input {
    background: #ffffff;
    border: 1px solid #e2e2e2;
  }
  .input-container.lg-flat-to input:focus {
    border-color: #24abfa;
  }
  .input-container.rounded input, .input-container.btn.btn-rounded input {
    border-radius: 3px;
  }
  .input-container.icon-left i {
    left: 10px;
  }
  .input-container.icon-right i {
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .input-container.rounded.lg-flat-to input, .input-container.lg-flat-to.btn.btn-rounded input {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .input-container.rounded.sm-to-flat input, .input-container.sm-to-flat.btn.btn-rounded input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .input-container.sm-to-flat input {
    background: #ffffff;
    border: 1px solid #e2e2e2;
  }
  .input-container.sm-to-flat input:focus {
    border-color: #24abfa;
  }
  .input-container.sm-to-flat.rounded input, .input-container.sm-to-flat.btn.btn-rounded input {
    border-radius: 3px;
  }
  .input-container.sm-to-flat.icon-left i {
    left: 10px;
  }
  .input-container.sm-to-flat.icon-right i {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .input-container .input-container.rounded.md-to-flat input, .input-container .input-container.md-to-flat.btn.btn-rounded input {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .input-container.md-to-flat input {
    background: #ffffff;
    border: 1px solid #e2e2e2;
  }
  .input-container.md-to-flat input:focus {
    border-color: #24abfa;
  }
  .input-container.md-to-flat.rounded input, .input-container.md-to-flat.btn.btn-rounded input {
    border-radius: 3px;
  }
  .input-container.md-to-flat.icon-left i {
    left: 10px;
  }
  .input-container.md-to-flat.icon-right i {
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .input-container .input-container.rounded.lg-to-flat input, .input-container .input-container.lg-to-flat.btn.btn-rounded input {
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .input-container.lg-to-flat input {
    background: #ffffff;
    border: 1px solid #e2e2e2;
  }
  .input-container.lg-to-flat input:focus {
    border-color: #24abfa;
  }
  .input-container.lg-to-flat.rounded input, .input-container.lg-to-flat.btn.btn-rounded input {
    border-radius: 3px;
  }
  .input-container.lg-to-flat.icon-left i {
    left: 10px;
  }
  .input-container.lg-to-flat.icon-right i {
    right: 10px;
  }
}
.slider-container::before, .slider-container::after {
  content: "";
  display: table;
  clear: both;
}
.slider-container .placeholder {
  color: #888c9d;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 9px;
}
.slider-container .placeholder input {
  max-width: 40px;
  padding: 0;
  border: none;
  background: none;
  color: #161616;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.3s ease;
}
.slider-container .placeholder input:focus {
  border-bottom-color: #000;
}
.select-container {
  height: 42px;
  font-size: 14px;
  cursor: pointer;
}
.select-container::before, .select-container::after {
  content: "";
  display: table;
  clear: both;
}
.select-container .placeholder {
  line-height: 20px;
  color: #888c9d;
}
.select-container .placeholder + select + .ui-selectmenu-button {
  float: right;
}
.select-container hr {
  width: 100%;
  height: 1px;
  margin: 20px 0 11px;
  border: none;
  background: #e2e2e2;
}
.select-container.full .ui-selectmenu-button {
  width: 100% !important;
}
.select-container.flat, .select-container.raised, .select-container.btn.btn-raised {
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #ffffff;
}
.select-container.flat .ui-selectmenu-button, .select-container.raised .ui-selectmenu-button, .select-container.btn.btn-raised .ui-selectmenu-button {
  display: block;
  margin: 0;
  width: 100%;
}
.checkbox-container {
  position: relative;
  height: 42px;
}
.checkbox-container input[type=checkbox] {
  display: none;
}
.checkbox-container input[type=checkbox]:checked + label:before {
  background: #000;
}
.checkbox-container input[type=checkbox]:checked + label:after {
  content: "\f26b";
  position: absolute;
  top: 3px;
  color: #fff;
  left: 3px;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
}
.checkbox-container label {
  cursor: pointer;
  font-size: 14px;
  display: block;
}
.checkbox-container label:before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.ui-details-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
}
.ui-details {
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
}
.ui-details .ui-details-trigger {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ui-details .ui-details-trigger .icon-block {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  margin-top: -9px;
  font-size: 18px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  color: #dedede;
}
.ui-details.opened > .ui-details-trigger {
  color: #24abfa;
}
.ui-details.opened > .ui-details-trigger .icon-block {
  color: #24abfa;
  transform: rotate(180deg);
}
.ui-details.opened > .ui-details-content {
  position: relative;
  z-index: 1;
  display: block;
  opacity: 1;
}
.ui-details .ui-details-content {
  display: none;
  overflow: hidden;
  opacity: 0;
}
.ui-details .ui-details-content.ui-details-transition {
  transition: height 0.3s ease, opacity 0.3s ease;
}
.ui-details .ui-details-content::after {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.ui-details .ui-details-content .ui-details-inner-content {
  border-top: 1px solid #24abfa;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.bg-white {
  background-color: #fff;
}
.sup-label, .sub-label {
  display: block;
  font-size: 12px;
  color: #919191;
}
.sup-label {
  margin-bottom: 5px;
}
.sub-label {
  margin-top: 5px;
}
#header {
  position: relative;
  z-index: 1000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #header {
    margin-top: 15px;
    background-color: transparent;
    min-height: 20px;
    border-bottom: 0;
  }
  #header .main-mobile-logo {
    margin-top: 10px !important;
  }
}
#header .logo-t {
  display: block;
  max-width: 80px;
  padding: 15px 10px 20px;
  background: #393939;
}
@media (max-width: 1450px) {
  #header .logo-t {
    display: none;
  }
}
#header .main-mobile-logo {
  display: block;
  left: 15px;
  width: 70px;
  margin-top: 25px;
  margin-right: 25px;
}
@media (min-width: 768px) {
  #header .main-mobile-logo {
    left: calc((100% - 750px + 30px) / 2);
    width: auto;
  }
}
@media (min-width: 992px) {
  #header .main-mobile-logo {
    left: 2%;
  }
}
@media (min-width: 1200px) {
  #header .main-mobile-logo {
    left: 2%;
  }
}
#header .main-mobile-logo img {
  height: 14px;
}
@media (min-width: 768px) {
  #header .main-mobile-logo img {
    max-width: 130px;
    height: auto;
  }
}
#header > nav {
  float: right;
}
@media (min-width: 768px) {
  #header > nav {
    margin-top: 15px;
  }
}
#header > nav {
  position: absolute;
  right: 10px;
  top: 0;
}
#header > nav .rates {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header > nav .rates li {
  float: left;
  padding: 0 8px;
  line-height: 36px;
}
#header > nav > menu {
  float: left;
  margin: 0;
  padding: 0;
}
#header > nav > menu > a {
  display: block;
  float: left;
  padding: 0 8px;
  line-height: 36px;
  color: #000;
}
#header > nav > hr.separator {
  float: left;
  width: 1px;
  height: 28px;
  margin: 4px;
  background: #d1d1d1;
}
#header > nav .login {
  display: block;
  float: left;
  line-height: 36px;
  color: #000;
  padding: 0 8px;
}
#header > nav .login .icon-block {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  line-height: 30px;
  color: #ffffff;
  background: #acbbc1;
}
#header > nav .login .icon-block i {
  margin-top: 8px;
}
#header > nav .menu-container {
  position: relative;
  float: right;
  margin-left: 5px;
}
@media (min-width: 768px) {
  #header > nav .menu-container {
    margin-left: 15px;
  }
}
#header > nav .menu-container button.menu-trigger {
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 18px;
  border: none;
  background: transparent;
  transition: background-color 0.3s ease;
}
#header > nav .menu-container button.menu-trigger:hover, #header > nav .menu-container button.menu-trigger.active {
  background-color: rgba(0, 0, 0, 0.1);
}
#header > nav .menu-container .dropdown-menu {
  position: absolute;
  top: 140%;
  left: auto;
  right: 0;
  min-width: 120px;
  margin: 0;
  padding: 4px 0;
  background: #ffffff;
}
#header > nav .menu-container .dropdown-menu a {
  display: block;
  white-space: nowrap;
  padding: 4px 15px;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
#header > nav .menu-container .dropdown-menu a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#header > nav .menu-container .dropdown-menu a i {
  color: #3e3e3e;
  margin-right: 8px;
}
#header > nav .menu-container .dropdown-menu a hr.separator {
  margin: 4px;
  border: none;
  background: #ebebeb;
}
@media (min-width: 768px) {
  main.main #header {
    margin-bottom: 20vh;
  }
}
.mskfin-loader {
  position: relative !important;
}
.mskfin-loader:before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  left: 15px;
}
.mskfin-loader:after {
  content: "\f27d";
  animation: zmdi-spin 1.5s infinite linear;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 11;
  color: #ee2a24;
  top: 45%;
  left: 49%;
  font-size: 32px;
  text-shadow: 0px 0px 10px;
}
.autosuggest-container {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 15;
  top: 35px;
  display: block;
  border: 1px solid;
  max-height: 200px;
  overflow: auto;
}
.autosuggest-container .suggest-line {
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  cursor: pointer;
  border-top: 1px solid #ebebeb;
}
.autosuggest-container .suggest-line:hover {
  background: #ececec;
}
.autosuggest-container .suggest-line:first-child {
  border-top: 0;
}
.logo-container {
  position: relative;
  z-index: 1;
}
.logo-container .description {
  margin-top: 10px;
  color: #8f8f8f;
  font-size: 10px;
}
.tab-box {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.tab-box > nav {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 44px;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .tab-box > nav {
    border-radius: 3px 3px 0 0;
    border: 1px solid #e2e2e2;
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  .tab-box > nav::after, .tab-box > nav::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tab-box > nav::before {
    left: 0;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  }
}
@media (max-width: 767px) {
  .tab-box > nav::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
  }
}
.tab-box > nav .nav-tabs {
  width: 100%;
  height: 64px;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .tab-box > nav .nav-tabs {
    padding-right: 7px;
    padding-left: 7px;
  }
}
.tab-box > nav .nav-tabs li {
  display: inline-block;
}
@media (min-width: 768px) {
  .tab-box > nav .nav-tabs li:not(:last-of-type) {
    margin-right: 8px;
  }
}
.tab-box > nav .nav-tabs li a {
  display: block;
  color: #000;
  line-height: 44px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .tab-box > nav .nav-tabs li a {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .tab-box > nav .nav-tabs li a {
    padding: 0 45px;
    border-radius: 3px 3px 0 0;
    border: 1px solid transparent;
    border-bottom: none;
    text-decoration: none;
    transition: border-color 0.3s ease, background-color 0.3s ease;
  }
}
@media (max-width: 767px) {
  .tab-box > nav .nav-tabs li a:hover, .tab-box > nav .nav-tabs li.active a {
    color: #24abfa;
  }
}
@media (min-width: 768px) {
  .tab-box > nav .nav-tabs li a:hover, .tab-box > nav .nav-tabs li.active a {
    background-color: #fff;
    border-color: #e2e2e2;
  }
}
.tab-box .tab-content {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 5px 10px rgba(200, 200, 200, 0.5);
}
@media (min-width: 768px) {
  .tab-box .tab-content {
    padding-left: 20px;
  }
}
.tab-box .tab-content .tab-pane {
  float: left;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tab-box .tab-content .tab-pane.active {
  opacity: 1;
  visibility: visible;
}
.tab-box .tab-content .tab-pane ~ .tab-pane {
  margin-left: -100%;
}
.tab-box .tab-content .tab-pane > div {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .toggler-button {
    width: 100%;
  }
}
.additional-search {
  margin-top: 15px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .search-form .transparent-button {
    margin: 10px 0;
  }
}
.bank-header {
  position: relative;
  z-index: 1;
}
.bank-header .wrapper {
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .bank-header .wrapper {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.bank-header .wrapper .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.bank-header .wrapper .row .title {
  font-size: 21px;
  color: #232323;
}
.bank-header .wrapper .row .subtitle {
  font-size: 14px;
  color: #9f9f9f;
}
main.banks .bank-header .wrapper .row .title {
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  main.banks .bank-header .wrapper .row .title {
    font-size: 21px;
  }
}
main.bank .bank-header .wrapper .row .title {
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  main.bank .bank-header .wrapper .row .title {
    font-size: 21px;
  }
}
form[name=search] {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}
form[name=search] .wrapper {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  box-shadow: 0 2px 15px transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
form[name=search] .input-container {
  width: 100%;
  right: 0;
  left: 0;
  transition: width 0.3s ease, left 0.3s ease, right 0.3s ease;
}
form[name=search] .col-filter,
form[name=search] .col-select {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
form[name=search].use-input .col-filter,
form[name=search].use-input .col-select {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  form[name=search] .col-input,
  form[name=search] .col-select {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  form[name=search] .col-input-container {
    margin-bottom: 15px;
  }
}
form[name=search] .filter {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  padding: 0;
}
form[name=search] .filter button {
  font-size: 15px;
  border: none;
}
@media (max-width: 767px) {
  form[name=search] .filter button {
    float: left;
    width: 50%;
    color: #00a1ff;
    background: #ffffff;
    border-top: 1px solid #24abfa;
    border-bottom: 1px solid #24abfa;
  }
}
@media (max-width: 767px) {
  form[name=search] .filter button:first-of-type {
    border-left: 1px solid #24abfa;
    border-radius: 3px 0 0 3px;
  }
}
@media (max-width: 767px) {
  form[name=search] .filter button:last-of-type {
    border-right: 1px solid #24abfa;
    border-radius: 0 3px 3px 0;
  }
}
@media (max-width: 768px) {
  form[name=search] .filter button:not(:last-of-type) {
    border-right: 1px solid #e2e2e2;
  }
}
@media (min-width: 768px) {
  form[name=search] .filter button:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  form[name=search] .filter button:hover {
    border-bottom-color: #525252;
  }
}
@media (max-width: 768px) {
  form[name=search] .filter button.active {
    background: #24abfa;
    color: #ffffff;
    border-color: transparent;
  }
}
@media (min-width: 768px) {
  form[name=search] .filter button.active {
    border-bottom-color: #161616;
  }
}
@media (min-width: 768px) {
  form[name=search] .filter button {
    padding: 10px 0;
    color: #161616;
    border-bottom: 2px solid transparent;
    background: none;
    transition: border-bottom-color 0.3s ease;
  }
}
main.bg-map.use-map form[name=search] > .wrapper {
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.27);
}
.output .output-recommended, .output .output-all {
  position: relative;
}
.output .output-recommended, .output .output-all {
  margin-top: 30px;
}
.output .output-recommended ~ .output-recommended, .output .output-all ~ .output-all {
  margin-top: 0;
}
.output .output-recommended ~ .output-recommended::before {
  content: none;
}
.output .output-recommended::before {
  content: "├Р ├Р┬╡├Р┬║├Р┬╛├Р┬╝├Р┬╡├Р┬╜├Р┬┤├С╞Т├Р┬╡├Р┬╝├СтА╣├Р┬╡ ├Р┬┐├СтВм├Р┬╡├Р┬┤├Р┬╗├Р┬╛├Р┬╢├Р┬╡├Р┬╜├Р┬╕├С┬П:";
  top: -25px;
  position: absolute;
  border-bottom: 2px solid;
  font-size: 15px;
  width: 100%;
}
.output .output-all::before {
  content: "├Р┼╛├С┬Б├СтАЪ├Р┬░├Р┬╗├С┼Т├Р┬╜├СтА╣├Р┬╡ ├Р┬┐├СтВм├Р┬╡├Р┬┤├Р┬╗├Р┬╛├Р┬╢├Р┬╡├Р┬╜├Р┬╕├С┬П:";
  top: -25px;
  position: absolute;
  border-bottom: 2px solid;
  font-size: 15px;
  width: 100%;
}
.output .output-all ~ .output-all::before {
  content: none;
}
.output .card {
  border: 1px solid #dedede;
  background: #ffffff;
  margin-bottom: 15px;
}
.output .card > header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 82px;
}
.output .card > header > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.output .card > header .title {
  font-weight: 500;
  font-size: 15px;
}
.output .card > header .title a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.output .card > header .title span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.output .card > header .title .rate,
.output .card > header .title .payment,
.output .card > header .title .credit-limit,
.output .card > header .title .residue-interest,
.output .card > header .title .cashback,
.output .card > header .title .deposit-term,
.output .card > header .title .bonuses,
.output .card > header .title .overpayment {
  font-size: 15px;
  color: #000;
}
.output .card > header .title .rate span.title,
.output .card > header .title .payment span.title,
.output .card > header .title .credit-limit span.title,
.output .card > header .title .residue-interest span.title,
.output .card > header .title .cashback span.title,
.output .card > header .title .deposit-term span.title,
.output .card > header .title .bonuses span.title,
.output .card > header .title .overpayment span.title {
  font-size: 12px;
  color: #919191;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .output .card > header .title .rate span.title,
  .output .card > header .title .payment span.title,
  .output .card > header .title .credit-limit span.title,
  .output .card > header .title .residue-interest span.title,
  .output .card > header .title .cashback span.title,
  .output .card > header .title .deposit-term span.title,
  .output .card > header .title .bonuses span.title,
  .output .card > header .title .overpayment span.title {
    font-size: 10px;
  }
}
.output .card > header > .collapse-trigger button {
  padding: 0;
}
.output .card > header > .collapse-trigger button i {
  transform: rotate(180deg);
}
.output .card.credit-card .right-content, .output .card.debit-card .right-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.output .card.credit-card .right-content .row, .output .card.debit-card .right-content .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.output .card.credit-card .right-content .row:first-of-type, .output .card.debit-card .right-content .row:first-of-type {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .output .card.credit-card .right-content .row div.title, .output .card.debit-card .right-content .row div.title {
    margin-bottom: 15px;
  }
}
.output .card.credit-card .right-content .row > hr, .output .card.debit-card .right-content .row > hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  border: none;
  background: #ededed;
}
.output .card.credit-card .right-content .row > ul, .output .card.debit-card .right-content .row > ul {
  padding: 0;
  list-style: none;
}
.output .card.credit-card .right-content .row .logo-line, .output .card.debit-card .right-content .row .logo-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 767px) {
  .output .card.credit-card .right-content .row div.rate, .output .card.credit-card .right-content .row div.credit-limit, .output .card.debit-card .right-content .row div.residue-interest, .output .card.debit-card .right-content .row div.cashback {
    margin-bottom: 15px;
  }
}
.output .card .label {
  margin-bottom: 5px;
  color: #919191;
  font-size: 12px;
  font-weight: 300;
}
.output .card .title {
  font-size: 16px;
  color: #232323;
}
.output .card > section .wrapper {
  border-top: 1px solid #ededed;
}
@media (max-width: 767px) {
  .output .card > section .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 767px) {
  .output .card > section .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.output .card > section .wrapper .rating {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .output .card > section .wrapper .rating {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .output .card > section .wrapper .rating {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .output .card > section .wrapper .rating {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .output .card > section .wrapper .rating .percentages {
    margin-left: 15px;
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .output .card > section .wrapper .rating .percentages {
    margin-left: 12px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .output .card > section .wrapper .rating .percentages {
    margin-left: 10px;
    font-size: 15px;
  }
}
.output .card > section .wrapper .rating .scale {
  position: relative;
  height: 2px;
  margin-top: 10px;
  background: #e2e2e2;
}
.output .card > section .wrapper .rating .scale hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 98%;
  height: 100%;
  margin: 0;
  border: none;
  background: #8ac249;
}
.card > section .ui-details .ui-details-trigger {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  transition: color 0.3s ease;
}
.card > section .ui-details.opened .ui-details-trigger {
  color: #24abfa;
}
.card > section ul:not(.ui-details-list) {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .output .card > section footer {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .output .card > section footer {
    margin-top: 30px;
  }
}
.output .card > section footer button.send-request {
  padding-left: 35px;
  padding-right: 35px;
  border: 1px solid #86d0fc;
  font-size: 15px;
  color: #24abfa;
  background: #e9f6fe;
}
@media (max-width: 767px) {
  .output .card > section footer button.send-request {
    width: 100%;
  }
}
.output .card > section .sidebar {
  font-size: 14px;
}
.output .card > section .sidebar .bank-branches {
  margin-top: 25px;
}
.output .card > section .sidebar menu.map-link,
.output .card > section .sidebar menu.bank-link {
  margin: 25px 0 0;
  padding: 0;
}
.output .card > section .sidebar menu.map-link a,
.output .card > section .sidebar menu.bank-link a {
  display: block;
  margin-bottom: 5px;
  line-height: 1.3;
  text-decoration: none;
}
.output .card > section .sidebar menu.map-link a {
  transition: color 0.2s ease;
}
.output .card > section .sidebar menu.map-link a:hover {
  color: #24abfa;
}
.output .card > section .sidebar menu.bank-link {
  margin: 25px 0 0;
  padding: 0;
}
.output .card > section .sidebar menu.bank-link a {
  margin-bottom: 5px;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}
.output .card > section .sidebar menu.bank-link a span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: border-bottom-color 0.3s ease;
}
.output .card > section .sidebar menu.bank-link a:hover span {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.output .card.card-ATM > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.output .card.card-ATM .ATM-name h2 {
  font-size: 16px;
}
.output .card.card-ATM .ATM-address a {
  font-size: 16px;
}
.output .card.card-ATM .ATM-address a i {
  color: #a9a9a9;
}
.output .card.card-ATM .ATM-cash {
  font-size: 16px;
}
.output .card.card-ATM .ATM-cash {
  font-size: 16px;
}
.output .card.card-ATM .ATM-cash ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.output .card.card-ATM .ATM-cash ul li {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #dfdfdf;
}
.output .card.card-ATM .ATM-cash ul li:not(:last-of-type) {
  margin-right: 15px;
}
.output .card.card-bank-branch {
  padding: 15px;
}
@media (min-width: 1200px) {
  .output .card.card-bank-branch {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.output .card.card-bank-branch header {
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 16px;
}
.categories {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.categories > header button.all-categories-trigger {
  position: relative;
  padding: 10px 30px 10px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
}
.categories > header button.all-categories-trigger .arrows {
  position: absolute;
  top: 9px;
  right: 0;
}
.categories > header button.all-categories-trigger .arrows::before, .categories > header button.all-categories-trigger .arrows::after {
  display: block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
}
.categories > header button.all-categories-trigger .arrows::before {
  content: "\f2fc";
}
.categories > header button.all-categories-trigger .arrows::after {
  content: "\f2f9";
  margin-top: -6px;
}
.bank-nav {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
}
.bank-nav::after, .bank-nav::before {
  content: normal;
}
.bank-nav h1 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
}
.bank-nav menu {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.bank-nav menu .dropdown,
.bank-nav menu a {
  float: left;
  display: block;
}
.bank-nav menu a,
.bank-nav menu .dropdown button {
  padding: 12px 20px;
  margin-left: 20px;
  background: #e2e6eb;
  color: #232323;
}
.bank-nav menu a:hover,
.bank-nav menu a.active,
.bank-nav menu .dropdown button:hover,
.bank-nav menu .dropdown button.active {
  background-color: #acbbc1;
}
.bank-nav menu a.active,
.bank-nav menu .dropdown button.active {
  color: #ffffff;
}
#map {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#map::before {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 50%;
  pointer-events: none;
  background: linear-gradient(to bottom, #f4f5f9 10%, rgba(244, 245, 249, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f5f9", endColorstr="#00f4f5f9", GradientType=0);
}
main.bg-map.use-map #map {
  opacity: 1;
  visibility: visible;
}
main.bank .bank-content {
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  main.bank .bank-content {
    margin-top: 30px;
  }
}
main.bank .bank-content > .wrapper {
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  main.bank .bank-content > .wrapper {
    padding: 45px;
  }
}
main.bank .bank-content .bank-content-block:not(:last-of-type) {
  margin-bottom: 40px;
}
main.bank .bank-content .bank-content-block .bank-content-block-title .sub-label {
  display: block;
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 400;
}
main.bank .bank-content .bank-content-block.bank-content-block-products .ui-details .ui-details-trigger {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  transition: color 0.3s ease;
}
main.bank .bank-content .bank-content-block.bank-content-block-products .ui-details .ui-details-inner-content table {
  width: 100%;
}
main.bank .bank-content .bank-content-block.bank-content-block-products .ui-details .ui-details-inner-content table:not(:last-of-type) {
  margin-bottom: 30px;
}
main.bank .bank-content .bank-content-block.bank-content-block-products .ui-details .ui-details-inner-content table td {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
main.bank .bank-content .bank-content-block.bank-content-block-products .ui-details .ui-details-inner-content table thead tr td {
  font-size: 16px;
  color: #232323;
}
main.bank .bank-content .bank-content-block.bank-content-block-products .ui-details .ui-details-inner-content table tbody tr td {
  font-size: 14px;
}
main.bank .bank-content .bank-content-block.bank-content-block-products .ui-details .ui-details-inner-content table tbody tr td:nth-of-type(2), main.bank .bank-content .bank-content-block.bank-content-block-products .ui-details .ui-details-inner-content table tbody tr td:nth-of-type(3) {
  width: 25%;
}
main.bank .bank-content .bank-content-block.bank-content-block-products .ui-details .ui-details-inner-content table tbody tr td a {
  color: #24abfa;
}
main.bank .bank-content .bank-content-block.bank-content-block-products .ui-details .ui-details-inner-content table tbody tr td a:hover {
  color: #0583cd;
}
main.bank .bank-content .bank-content-block.bank-content-block-products .ui-details .ui-details-inner-content table:last-of-type tbody tr:last-of-type td {
  border-bottom: none;
}
main.bank .bank-content .bank-content-block.bank-content-block-rating .total-rating .percentages {
  margin-right: 8px;
  line-height: 1;
  font-size: 32px;
  color: #8ac249;
}
main.bank .bank-content .bank-content-block.bank-content-block-rating .total-rating .sub-title {
  margin-bottom: 2px;
  font-size: 14px;
}
main.bank .bank-content .bank-content-block.bank-content-block-rating .total-rating .scale {
  height: 4px;
  border-radius: 2px;
  background: #e2e2e2;
}
main.bank .bank-content .bank-content-block.bank-content-block-rating .total-rating .scale hr {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: inherit;
  height: 100%;
  background: #8ac249;
}
main.bank .bank-content .bank-content-block.bank-content-block-rating .bank-rating-block {
  position: relative;
  margin-bottom: 20px;
}
main.bank .bank-content .bank-content-block.bank-content-block-rating .bank-rating-block hr {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  border-bottom: 1px dotted #dedede;
}
main.bank .bank-content .bank-content-block.bank-content-block-rating .bank-rating-block div {
  position: relative;
  z-index: 1;
  background: #ffffff;
  line-height: 1;
}
main.bank .bank-content .bank-content-block.bank-content-block-rating .bank-rating-block div:first-of-type {
  padding-right: 4px;
}
main.bank .bank-content .bank-content-block.bank-content-block-rating .bank-rating-block div:last-of-type {
  padding-left: 4px;
}
main.bank .bank-content .bank-content-block.bank-content-block-rating .bank-rating-block div a {
  color: #24abfa;
}
main.bank .bank-content .bank-content-block.bank-content-block-rating .bank-rating-block div a:hover {
  color: #6fc8fc;
}
main.bank .bank-content .bank-content-block.bank-content-block-legal-information table {
  width: 100%;
}
main.bank .bank-content .bank-content-block.bank-content-block-legal-information table tr td {
  width: 50%;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
}
main.bank .bank-content .bank-content-block.bank-content-block-legal-information table tr td:first-of-type {
  font-weight: 500;
}
main.bank .bank-content .bank-content-block.bank-content-block-legal-information table tr td a {
  color: #24abfa;
}
main.bank .bank-content .bank-content-block.bank-content-block-legal-information table tr td a:hover {
  color: #6fc8fc;
}
#footer {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  background-color: #ffffff;
  color: #5b5b5c;
  border-top: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
#footer menu {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #footer menu {
    width: 100%;
    text-align: center;
  }
}
#footer menu a {
  display: inline-block;
  color: inherit;
  line-height: 48px;
}
@media (min-width: 992px) {
  #footer menu a {
    float: left;
  }
}
#footer menu a:not(:last-of-type) {
  margin-right: 18px;
}
#footer a.login i {
  margin-left: 8px;
  color: #b5b6b8;
}
.countries {
  padding-top: 15px;
  padding-left: 20px;
  color: #cccccc;
}
.country-disabled {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .countries {
    width: 100%;
    text-align: center !important;
  }
}
.main-header {
  min-height: 72px;
  background-color: #ffffff;
  border-bottom: 1px solid #dededf;
}
.header-menu {
  padding-left: 0;
  padding-right: 15%;
  margin-top: 25px;
  list-style: none;
}
.header-menu__element {
  display: inline-block;
  margin-right: 30px;
}
.header-menu__link {
  font-size: 15px;
  font-weight: 400;
}
.current .header-menu__link,
.header-menu__link:hover,
.header-menu__link:active {
  color: #20a2f9;
}
@media (max-width: 1360px) {
  .header-menu__element {
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .header-menu__link {
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .header-menu__element {
    margin-right: 8px;
  }
  .header-menu__link {
    font-size: 12px;
  }
}
.pdvh15 {
  position: relative;
  top: 15vh;
}
.mskfin-loader {
  position: relative !important;
}
.mskfin-loader:before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  left: 15px;
}
.mskfin-loader:after {
  content: "\f27d";
  animation: zmdi-spin 1.5s infinite linear;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 11;
  color: #ee2a24;
  top: 45%;
  left: 49%;
  font-size: 32px;
  text-shadow: 0px 0px 10px;
}
.autosuggest-container {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 15;
  top: 35px;
  display: block;
  border: 1px solid;
  max-height: 200px;
  overflow: auto;
}
.autosuggest-container .suggest-line {
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  cursor: pointer;
  border-top: 1px solid #ebebeb;
}
.autosuggest-container .suggest-line:hover {
  background: #ececec;
}
.autosuggest-container .suggest-line:first-child {
  border-top: 0;
}
.output {
  position: static;
}
.output .card > section footer a.send-request {
  padding-left: 35px;
  padding-right: 35px;
  border: 1px solid #86d0fc;
  font-size: 15px;
  color: #24abfa;
  background: #e9f6fe;
}
.output-scrollto input {
  display: none;
}
.output-scrollto label {
  padding: 10px 0;
  color: #161616;
  border-bottom: 2px solid transparent;
  background: none;
  transition: border-bottom-color 0.3s ease;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
}
.output-scrollto input:not(:checked) + label:hover {
  border-bottom-color: #525252;
}
.output-scrollto input:checked + label {
  border-bottom-color: #161616;
}
.output-scrollto label:not(:last-of-type) {
  margin-right: 15px;
}
.map-icon {
  width: 35px;
  height: 35px;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: -55%;
  top: -50%;
  cursor: pointer;
}
.map-icon:after {
  content: "\f110";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: darkblue;
  font-size: 18px;
  position: absolute;
  left: 9px;
  top: 8px;
  transform: rotate(45deg);
}
.map-table {
  border: 1px solid #000;
  border-collapse: separate;
}
.map-table td {
  padding: 5px;
  border: 1px solid #000;
  font-size: 14px;
}
.output .card.card-ATM .ATM-address a {
  white-space: normal;
}
ul li.icon.icon-subway:before {
  content: "\f1d5";
}
.bank-header,
form[name=search] {
  position: static;
}
.bank-nav .dropdown-menu {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.bank-nav .dropdown-menu a {
  width: 100%;
}
.bank-header .wrapper {
  position: relative;
}
.tab-box .tab-content .tab-pane > div {
  margin-bottom: 0;
}
.pd15 {
  padding: 15px;
}
.pd30 {
  padding: 30px;
}
.output .card.opened > header > .collapse-trigger button i {
  transform: rotate(180deg);
}
.output .card:not(.opened) > header > .collapse-trigger button i {
  transform: rotate(0deg);
}
.ui-details.opened > .ui-details-content {
  width: 100%;
}
.bank-header,
.bank-nav {
  margin-top: 20px;
}
.slider-container .placeholder input {
  max-width: 85px;
}
.breadcrumbs {
  font-size: 16px;
  margin-top: 10px;
}
.breadcrumbs a:before {
  content: "\f2fb";
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px;
}
.breadcrumbs a:first-child:before {
  content: none;
}
.dropdown-na {
  opacity: 0.6;
}
.dropdown-na .zmdi {
  display: none !important;
}
.bank-header .wrapper .row .title h1,
.h1-search {
  font-size: 21px;
  margin-bottom: 0;
}
.h1-search {
  margin-top: 25px;
}
button::before,
button::after {
  content: "";
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.divider-left:before {
  content: "";
  width: 1px;
  background: #dedede;
  display: block;
  height: 100%;
  position: absolute;
  left: -10%;
}
li.icon .zmdi-info-outline {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.25);
  top: 2;
  margin-left: 6px;
  position: relative;
  cursor: pointer;
}
/*#header .main-mobile-logo img{height:20px;}*/
.page-404 h1 {
  text-align: center;
  margin-top: 40px;
  font-size: 90px;
}
.page-404 h1 i {
  color: #ee2a24;
}
.list-inline {
  padding-left: 0;
}
.list-inline li {
  display: inline-block;
}
.page-404 li:after {
  content: "\f26d";
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px 10px 0px;
  font-size: 5px;
  position: relative;
  top: -2px;
}
.page-404 ul li:last-child:after {
  content: none;
}
.page-404 a:hover {
  text-decoration: underline;
}
.bank-area-header {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(201, 201, 201, 0.15);
  padding: 30px 0px 22px;
}
.bank-area-logo-holder img {
  padding: 5px 24px 15px;
  border-right: 1px solid #dedede;
  margin-right: 24px;
}
.bank-area-logo-holder a:last-child {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}
.bank-area-logo-holder a:last-child:focus,
.bank-area-logo-holder a:last-child:active {
  color: inherit;
  text-decoration: none;
}
.bank-area-logo-holder a:last-child:hover:after {
  background: rgba(0, 0, 0, 0.3);
}
.bank-area-logo-holder a:last-child:after {
  transition: background 0.3s ease;
  content: "";
  display: block;
  height: 1px;
  background: #e1e1e1;
}
.share-holder {
  float: left;
  text-align: center;
  margin-top: 15px;
  margin-left: 18px;
}
.ya-share2__list {
  text-align: left;
}
/* ==========================================================================
   UI
   ========================================================================== */
.btn-bg-blue {
  color: #fff;
  border-radius: 3px;
  background-color: rgb(36, 171, 250);
}
.btn-bg-blue:hover,
.btn-bg-blue:active {
  color: #fff;
  background-color: rgb(36, 180, 250);
}
.btn-light-blue {
  padding-left: 35px;
  padding-right: 35px;
  border: 1px solid #86d0fc;
  font-size: 15px;
  color: #24abfa;
  background: #e9f6fe;
}
/* ==========================================================================
   AuthForm
   ========================================================================== */
.auth-form {
  background: #fff;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 3px;
  position: relative;
  top: 13vh;
  float: left;
}
.auth-form header {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
.auth-form form {
  padding: 0px 95px;
  padding-bottom: 15px;
}
.auth-form hr {
  margin-bottom: 40px;
}
.auth-form .form-squad-checkbox {
  padding-top: 8px;
}
.auth-form > div.info {
  padding: 15px;
  font-size: 21px;
  text-align: center;
}
/* ==========================================================================
   Dashbord cabinet
   ========================================================================== */
.dashbord-section {
  background: #fff;
  padding: 25px 35px;
  border: 1px solid #dedede;
  border-radius: 3px;
  margin-bottom: 30px;
}
.dashbord-section.extra-padding {
  padding-bottom: 45px;
}
.dashbord-section header {
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
}
.dashbord-section.extra-padding header {
  margin-bottom: 37px;
}
.dashbord-section header > span:first-child {
  font-size: 21px;
}
.dashbord-section header .ui-selectmenu-button.ui-button {
  float: right;
  border: 1px solid #dedede;
  border-radius: 3px;
  height: 33px;
  line-height: 33px;
  padding: 0 25px 0 15px;
}
.dashbord-section header .ui-selectmenu-button .ui-selectmenu-icon {
  top: 4px;
  right: 8px;
}
.dashbord-section .content-divided {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.dashbord-section .content-divided .content-number {
  font-size: 48px;
  font-weight: bold;
  padding-right: 22px;
  border-right: 1px solid #dedede;
  margin-right: 22px;
}
.dashbord-section .content-divided .content-info {
  color: #919191;
  font-size: 14px;
  white-space: normal;
}
.dashbord-section .content-divided .content-number.content-number-blue {
  color: #24abfa;
}
.dashbord-section .content-divided .content-number.content-number-green {
  color: #8ac249;
}
.dashbord-section .content-termins .termin-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dashbord-section .content-termins .termin-row a,
.dashbord-section .content ul li a {
  color: #24abfa;
  font-size: 14px;
  white-space: nowrap;
}
.dashbord-section .content-termins .termin-row a + span {
  display: block;
  border-bottom: 1px dotted #dedede;
  width: 100%;
  position: relative;
  top: -3px;
  left: 2px;
}
.dashbord-section .content-termins .termin-row a + span + span {
  white-space: nowrap;
  font-size: 14px;
}
.dashbord-section .content ul {
  list-style-type: decimal;
  margin: 0;
  padding-left: 15px;
}
.search-page__seo-content {
  margin-top: 15px;
  padding: 15px 0;
  border: 1px solid #dedede;
  background: #fff;
}
.search-page__trigger-title {
  margin-bottom: 5px;
}
.reviews {
  border: 1px solid #dedede;
  background: #fff;
  margin-top: 25px;
}
.reviews__header {
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
  text-align: center;
}
.reviews__swiper {
  margin: 15px;
}
.reviews__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.reviews__bank-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 14px;
  color: #969696;
}
.reviews__content {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}
.reviews__item {
  margin: 50px 120px 60px;
}
.reviews .swiper-wrapper,
.reviews .swiper-slide {
  height: auto;
}
.reviews .swiper-button-next,
.reviews .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2324abfa'%2F><%2Fsvg>");
}
.reviews .swiper-button-prev,
.reviews .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2324abfa'%2F><%2Fsvg>");
}
.use-map .reviews,
.use-map .search-page {
  display: none;
}
.map-search-btn {
  display: none;
}
@media (max-width: 991px) {
  .btn.btn-md-responsive-to-round {
    height: 40px;
  }
  .share-holder {
    float: none;
    width: 100%;
  }
  .reviews__item {
    margin: 50px 80px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-992-1199 {
    display: none;
  }
}
@media (max-width: 767px) {
  .reviews__item {
    margin: 10px 5px 0px;
  }
  #header > nav .rates {
    font-size: 11px;
  }
  .auth-form form {
    padding: 0 15px;
  }
  .auth-form .form-squad-checkbox input[type=checkbox] + label {
    font-size: 14px;
  }
  .dashbord-section header > span:first-child {
    font-size: 18px;
  }
  .reviews .swiper-button-next,
  .reviews .swiper-button-prev {
    display: none;
  }
  .use-map #footer {
    display: none;
  }
  .use-map .bank-header {
    position: relative;
  }
  .use-map form[name=search] {
    position: relative;
    z-index: 0;
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    transition: all 0.2s linear;
  }
  .use-map form[name=search].show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .use-map .map-search-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.other-cryptos .ui-details {
  padding: 10px 0;
  box-shadow: none;
}
.mainboard {
  margin-bottom: 70px;
}
.mainboard .zmdi {
  margin-left: 5px;
  vertical-align: middle;
}
.mainboard__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.mainboard__title {
  margin-bottom: 0;
  font-size: 21px;
}
.mainboard__subtitle {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  color: #88898b;
}
.board-element {
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid rgb(222, 222, 222);
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(201, 201, 201, 0.5);
}
.board-element--link:hover {
  cursor: pointer;
  background-color: #fff7f7;
}
.board-element--link:focus {
  text-decoration: none;
}
.board-element--middle {
  padding-bottom: 111px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.board-element--middle-deposits {
  background-position: 110% 180%;
}
.board-element--middle-ccards {
  background-position: 95% 100%;
}
.board-element--middle-debets {
  background-position: 95% 100%;
}
.board-element--small {
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: 90% 55%;
}
.board-element--crypto {
  padding: 25px 20px 40px 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,666666+5,111111+22,131313+100 */
  background: #4c4c4c; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4c4c4c 0%, #666666 5%, #111111 22%, #131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c4c4c", endColorstr="#131313",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  color: #ffffff;
}
.board-element__title {
  padding: 25px 30px 0;
  margin-bottom: 0;
  font-size: 21px;
}
.board-element__title--small {
  padding-top: 30px;
  font-size: 19px;
}
.board-element__subtitle {
  padding-left: 30px;
  font-size: 14px;
  color: #9d9d9d;
}
.board-element__footer {
  display: block;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #dedede;
}
.board-element__footer:hover {
  cursor: pointer;
  background-color: #fff7f7;
}
.board-element__cryptolist {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-bottom: 45px;
}
.board-element__cryptolist-element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}
.board-element__cryptolist-element:last-child {
  margin-bottom: 0;
}
.board-element__cryptolist-image {
  margin-right: 15px;
  border-radius: 500px;
  background-color: #ffffff;
}
.board-element__cryptolist-title {
  margin-right: auto;
}
.board-element__cryptolist-price {
  margin-right: 5px;
}
.board-element__cryptolist-change {
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 11px;
  text-align: left;
}
.board-element__crypto-btn {
  display: block;
  padding: 15px;
  margin-bottom: 102px;
  text-align: center;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
}
.board-element__crypto-btn:hover {
  background-color: #ffffff;
}
.board-element__tabs-controls {
  padding: 0 25px;
  margin: 0;
  text-align: center;
  list-style: none;
  border-bottom: 1px solid #dedede;
}
.board-element__tab-control {
  display: inline-block;
}
.board-element__tab-link {
  display: inline-block;
  padding: 20px 15px;
  font-size: 16px;
  text-decoration: none !important;
}
.board-element__tab-link--active,
.board-element__tab-link:hover {
  border-bottom: 2px solid #20a2f9;
}
.board-element__tab-holder {
  display: none;
}
.board-element__tab-holder--active {
  display: block;
}
.board-element__list {
  margin: 0;
  padding: 15px 25px;
  list-style: none;
}
.board-element__list-element {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.board-element__list-element:last-child {
  margin-bottom: 0;
}
.board-element__list-image {
  margin-right: 12px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.board-element__list-info {
  max-width: 100%;
  overflow: hidden;
}
.board-element__list-subtitle {
  margin-bottom: 3px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #868686;
}
.board-element__list-title {
  display: block;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
}
.board-table__row {
  padding: 15px 30px 13px;
  border-bottom: 1px solid #dedede;
}
.board-table__row:last-child {
  border-bottom: none;
}
.board-table__row--short {
  padding-right: 15px;
}
.board-table__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.board-table__link {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  border-bottom: 1px solid #e5e5e5;
}
.board-table__badge {
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  background-color: #feeeee;
  color: #ee342f;
  border-radius: 500px;
}
.board-table__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.board-table__cell {
  position: relative;
}
.board-table__cell--separate-next::after {
  content: "";
  position: absolute;
  right: -25%;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
.board-table__cell--link {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  font-size: 18px;
}
.board-table__cell--link:hover {
  color: #4db5fa;
}
.board-table__legend {
  margin-bottom: 7px;
  font-size: 11px;
  line-height: normal;
  color: #8a8c8a;
}
.board-table__value {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .board-table__row {
    padding: 15px 5px 13px;
  }
  .board-element__tabs-controls {
    padding: 0;
  }
  .board-element__cryptolist-change {
    display: none;
  }
}
@media (max-width: 370px) {
  .board-table__row {
    padding: 15px 5px 13px;
  }
  .board-element__tabs-controls {
    padding: 0;
  }
  .board-element__cryptolist-change {
    display: none;
  }
}