header.masthead.sberbank {
  background-image: url("../img/banks/sberbank/sberbank_bg.jpg");
}

header.masthead.alpha {
  background-image: url("../img/banks/alpha/alpha_bg.jpg");
}

header.masthead.tinkoff {
  background-image: url("../img/banks/tinkoff/tinkoff_bg.jpg");
}

header.masthead.vtb24 {
  background-image: url("../img/banks/vtb24/vtb24_bg.jpg");
}

header.masthead.raiffeisen {
  background-image: url("../img/banks/raiffeisen/raiffeisen_bg.jpg");
}

header.masthead.open {
  background-image: url("../img/banks/open/open_bg.jpg");
}

header.masthead.rocket {
  background-image: url("../img/banks/rocket/rocket_bg.jpg");
}

header.masthead.avangard {
  background-image: url("../img/banks/avangard/avangard_bg.jpg");
}

header.masthead.yandex {
  background-image: url("../img/banks/yandex/yandex_bg.jpg");
}

header.masthead.rshb {
  background-image: url("../img/banks/rshb/rshb_bg.jpg");
}

header.masthead.other {
  background-image: url("../img/banks/other/other_bg.jpg");
}

.alert {
  display: inline-block;
  color: white;
  background-color: #fa0a49;
}

.manual ol > li {
  margin-bottom: 1em;
}

.manual ol, .manual p {
  font-size: 1.7em;
  font-weight: 300;
  margin-top: 2vw;
}

@media (max-width: 768px) {
  .manual ol, .manual p {
    font-size: 1.2em;  
  }
}

.manual strong {
  font-weight: 500;
}

.first-step {
  margin-bottom: 3vw;
}

.step {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.img-container {
  display: inline-block;
  border-left: 5px solid #00a23f;
  border-right: 5px solid #00a23f;
  padding: 0 2vw;
  margin: 2vw 0;
}
/*
.img-container img {
    width: 100%;
    height: auto;
}
*/
